Skip to content

Commit

Permalink
[smithy-rs] UPDATE for RFC30: Serialization and deserialization (#2186)
Browse files Browse the repository at this point in the history
* commit RFC

* commit

* Delete rfc0023_serialization_and_deserialization.md

* fix formatting

* smithy-lang/smithy-rs#1944 (comment)

* smithy-lang/smithy-rs#1944 (comment)

* applied grammarly
pre-commit

* better example wip

* FIX

* smithy-lang/smithy-rs#1944 (comment)

smithy-lang/smithy-rs#1944 (comment)

smithy-lang/smithy-rs#1944 (comment)

* add examples for output's builer

* fixes

* fixing unstable feature gate snippet

* Update rfc0028_serialization_and_deserialization.md

Section is deleted in response to the discussion
smithy-lang/smithy-rs#1944 (comment)

* file name fix

* Update rfc0030_serialization_and_deserialization.md

smithy-lang/smithy-rs#2183 (comment)

* Update rfc0030_serialization_and_deserialization.md
  • Loading branch information
thomas-k-cameron authored and aws-sdk-rust-ci committed Jan 13, 2023
1 parent b9e5eb7 commit 228ec6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sdk/kinesis/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1397,8 +1397,8 @@ impl DescribeStreamConsumerInput {
.set_use_fips(_config.use_fips)
.set_use_dual_stack(_config.use_dual_stack)
.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
6 changes: 3 additions & 3 deletions sdk/s3control/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2472,8 +2472,8 @@ impl DeleteBucketLifecycleConfigurationInput {
.set_use_fips(_config.use_fips)
.set_use_dual_stack(_config.use_dual_stack)
.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 @@ -4993,8 +4993,8 @@ impl GetAccessPointPolicyInput {
.set_use_fips(_config.use_fips)
.set_use_dual_stack(_config.use_dual_stack)
.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 @@ -10207,8 +10207,8 @@ impl PutBucketLifecycleConfigurationInput {
.set_use_fips(_config.use_fips)
.set_use_dual_stack(_config.use_dual_stack)
.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 = '76f0fa96da331268319a20a0fef3c1c9a17cb6be'
smithy_rs_revision = '4af30b686ccc2db58a9b32e1d73c4b0980dc7366'
aws_doc_sdk_examples_revision = 'cf400c3d1eefb910869a961bc3c948e75386daa1'

[manual_interventions]
Expand Down Expand Up @@ -1051,7 +1051,7 @@ model_hash = '6556c6b5343776c5dea4f1bdb3f5bd03ba10f147b6b74218f8b6d54efdae74ca'
[crates.aws-sdk-kinesis]
category = 'AwsSdk'
version = '0.23.0'
source_hash = '4665fb29447b687ac0e6b3a6b76db7df066f26fa6b590806ea445326bb7ebade'
source_hash = '70762ba2a8fb7c3f1983cec848e3102c55b61a134e2138c66a9093fcfecb2cf5'
model_hash = 'd3fe0055424ca8c9d4998ffb25623977d28d2d5bebd852805c17787809c745f2'

[crates.aws-sdk-kinesisanalytics]
Expand Down Expand Up @@ -1663,7 +1663,7 @@ model_hash = '78eb7dd7acf02fc39b4ec540a7135fb1846a13888ccc292d1dc105b80b696757'
[crates.aws-sdk-s3control]
category = 'AwsSdk'
version = '0.23.0'
source_hash = 'ce598b2e2c79701b4d0d9445fef9af998381665f7a70f6b711eb541a97342b39'
source_hash = '307a24cb7683f1e9d29aaa4fe5dd644110d5201de802a7c4cc130ceaaae0f76a'
model_hash = 'bd3252c3f5ee09b9431d77bd3dd985679bd3b94d7b61cb90727c63cbd0653833'

[crates.aws-sdk-s3outposts]
Expand Down

0 comments on commit 228ec6f

Please sign in to comment.