Skip to content

Commit

Permalink
[smithy-rs] Remove teams from publisher ownership list (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti authored and aws-sdk-rust-ci committed Mar 28, 2023
1 parent 7da46fa commit df83830
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions sdk/kinesis/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,8 @@ impl DeregisterStreamConsumerInput {
.set_use_fips(_config.use_fips)
.set_endpoint(_config.endpoint_url.clone())
.set_operation_type(Some("control".to_string()))
.set_stream_arn(self.stream_arn.clone())
.set_consumer_arn(self.consumer_arn.clone())
.set_stream_arn(self.stream_arn.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down Expand Up @@ -1397,8 +1397,8 @@ impl DescribeStreamConsumerInput {
.set_use_fips(_config.use_fips)
.set_endpoint(_config.endpoint_url.clone())
.set_operation_type(Some("control".to_string()))
.set_stream_arn(self.stream_arn.clone())
.set_consumer_arn(self.consumer_arn.clone())
.set_stream_arn(self.stream_arn.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down
20 changes: 10 additions & 10 deletions sdk/s3control/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1475,8 +1475,8 @@ impl DeleteAccessPointInput {
.set_endpoint(_config.endpoint_url.clone())
.set_use_arn_region(_config.use_arn_region)
.set_requires_account_id(Some(true))
.set_account_id(self.account_id.clone())
.set_access_point_name(self.name.clone())
.set_account_id(self.account_id.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down Expand Up @@ -1870,8 +1870,8 @@ impl DeleteAccessPointPolicyInput {
.set_endpoint(_config.endpoint_url.clone())
.set_use_arn_region(_config.use_arn_region)
.set_requires_account_id(Some(true))
.set_access_point_name(self.name.clone())
.set_account_id(self.account_id.clone())
.set_access_point_name(self.name.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down Expand Up @@ -4993,8 +4993,8 @@ impl GetAccessPointPolicyInput {
.set_endpoint(_config.endpoint_url.clone())
.set_use_arn_region(_config.use_arn_region)
.set_requires_account_id(Some(true))
.set_account_id(self.account_id.clone())
.set_access_point_name(self.name.clone())
.set_account_id(self.account_id.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down Expand Up @@ -5366,8 +5366,8 @@ impl GetAccessPointPolicyStatusInput {
.set_endpoint(_config.endpoint_url.clone())
.set_use_arn_region(_config.use_arn_region)
.set_requires_account_id(Some(true))
.set_access_point_name(self.name.clone())
.set_account_id(self.account_id.clone())
.set_access_point_name(self.name.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down Expand Up @@ -5765,8 +5765,8 @@ impl GetBucketInput {
.set_endpoint(_config.endpoint_url.clone())
.set_use_arn_region(_config.use_arn_region)
.set_requires_account_id(Some(true))
.set_bucket(self.bucket.clone())
.set_account_id(self.account_id.clone())
.set_bucket(self.bucket.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down Expand Up @@ -6181,8 +6181,8 @@ impl GetBucketPolicyInput {
.set_endpoint(_config.endpoint_url.clone())
.set_use_arn_region(_config.use_arn_region)
.set_requires_account_id(Some(true))
.set_bucket(self.bucket.clone())
.set_account_id(self.account_id.clone())
.set_bucket(self.bucket.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down Expand Up @@ -8319,8 +8319,8 @@ impl ListAccessPointsInput {
.set_endpoint(_config.endpoint_url.clone())
.set_use_arn_region(_config.use_arn_region)
.set_requires_account_id(Some(true))
.set_bucket(self.bucket.clone())
.set_account_id(self.account_id.clone())
.set_bucket(self.bucket.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down Expand Up @@ -9160,8 +9160,8 @@ impl ListRegionalBucketsInput {
.set_endpoint(_config.endpoint_url.clone())
.set_use_arn_region(_config.use_arn_region)
.set_requires_account_id(Some(true))
.set_outpost_id(self.outpost_id.clone())
.set_account_id(self.account_id.clone())
.set_outpost_id(self.outpost_id.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down Expand Up @@ -9773,8 +9773,8 @@ impl PutAccessPointPolicyInput {
.set_endpoint(_config.endpoint_url.clone())
.set_use_arn_region(_config.use_arn_region)
.set_requires_account_id(Some(true))
.set_account_id(self.account_id.clone())
.set_access_point_name(self.name.clone())
.set_account_id(self.account_id.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down Expand Up @@ -10728,8 +10728,8 @@ impl PutBucketTaggingInput {
.set_endpoint(_config.endpoint_url.clone())
.set_use_arn_region(_config.use_arn_region)
.set_requires_account_id(Some(true))
.set_account_id(self.account_id.clone())
.set_bucket(self.bucket.clone())
.set_account_id(self.account_id.clone())
.build()
.map_err(|err| {
aws_smithy_http::endpoint::ResolveEndpointError::from_source(
Expand Down
6 changes: 3 additions & 3 deletions versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
smithy_rs_revision = 'bed7b97ff881f2a8673587da8e326c2f0c971c71'
smithy_rs_revision = 'a6ef0788ecf2ae69ca1989990ef7bc8b31eefd79'
aws_doc_sdk_examples_revision = '97a177aab8c3d2fef97416cb66e4b4d0da840138'

[manual_interventions]
Expand Down Expand Up @@ -1057,7 +1057,7 @@ model_hash = '9ec8a92782fbef7e2cf07fc9b5e656aa37b59668baff33acae10f270cfff4193'
[crates.aws-sdk-kinesis]
category = 'AwsSdk'
version = '0.28.0'
source_hash = '42dfc647ff68994b48c88c1ab998eb2bca060383e5974f28a8f4a62369d522e2'
source_hash = '16af48e516f46407dd02c3a9bfb3884f5f997571dcad39f10e0b0c4bf8c44020'
model_hash = '5eaef8321cea414140d87258e714988d88f3e41d9cdf4b83a1417027cb702cb9'

[crates.aws-sdk-kinesisanalytics]
Expand Down Expand Up @@ -1669,7 +1669,7 @@ model_hash = 'fb47cfd49cf2d9250063914599f703ed365b51be373988dc3f2cd64321c9583b'
[crates.aws-sdk-s3control]
category = 'AwsSdk'
version = '0.28.0'
source_hash = 'fa57900c7c9537ab4a9b0207147d1f170d4e68b48c39a84e51517944208be082'
source_hash = '6ab94bdc56935c4468c34f9a5a229e470fa7a9d3a62760972b6b58354fca60aa'
model_hash = '930bd33c05c393293591ae01cbdb6637fb5062ed3a3ad5e2dadddd8108cc8478'

[crates.aws-sdk-s3outposts]
Expand Down

0 comments on commit df83830

Please sign in to comment.