Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SDK's API clients #1602

Merged
merged 2 commits into from Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changelog/d94aebf59d884b6288d44111a04792e7.json
@@ -0,0 +1,13 @@
{
"id": "d94aebf5-9d88-4b62-88d4-4111a04792e7",
"type": "feature",
"description": "API client updated",
"modules": [
"service/autoscaling",
"service/databrew",
"service/fms",
"service/lightsail",
"service/route53",
"service/s3control"
]
}
84 changes: 62 additions & 22 deletions codegen/sdk-codegen/aws-models/autoscaling.2011-01-01.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions codegen/sdk-codegen/aws-models/databrew.2017-07-25.json
Expand Up @@ -4304,6 +4304,16 @@
}
}
},
"com.amazonaws.databrew#MaxOutputFiles": {
"type": "integer",
"traits": {
"smithy.api#box": {},
"smithy.api#range": {
"min": 1,
"max": 999
}
}
},
"com.amazonaws.databrew#MaxResults100": {
"type": "integer",
"traits": {
Expand Down Expand Up @@ -4429,6 +4439,12 @@
"traits": {
"smithy.api#documentation": "<p>Represents options that define how DataBrew formats job output files.</p>"
}
},
"MaxOutputFiles": {
"target": "com.amazonaws.databrew#MaxOutputFiles",
"traits": {
"smithy.api#documentation": "<p>Maximum number of files to be generated by the job and written to the output folder. For output partitioned \n by column(s), the MaxOutputFiles value is the maximum number of files per partition.</p>"
}
}
},
"traits": {
Expand Down
500 changes: 362 additions & 138 deletions codegen/sdk-codegen/aws-models/fms.2018-01-01.json

Large diffs are not rendered by default.

74 changes: 46 additions & 28 deletions codegen/sdk-codegen/aws-models/lightsail.2016-11-28.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions codegen/sdk-codegen/aws-models/route53.2013-04-01.json

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions codegen/sdk-codegen/aws-models/s3control.2018-08-20.json
Expand Up @@ -6137,6 +6137,29 @@
]
}
},
"com.amazonaws.s3control#S3ChecksumAlgorithm": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "CRC32",
"name": "CRC32"
},
{
"value": "CRC32C",
"name": "CRC32C"
},
{
"value": "SHA1",
"name": "SHA1"
},
{
"value": "SHA256",
"name": "SHA256"
}
]
}
},
"com.amazonaws.s3control#S3ContentLength": {
"type": "long",
"traits": {
Expand Down Expand Up @@ -6249,6 +6272,12 @@
"traits": {
"smithy.api#documentation": "<p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with\n server-side encryption using Amazon Web Services KMS (SSE-KMS). Setting this header to <code>true</code>\n causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS.</p>\n <p>Specifying this header with an <i>object</i> action doesn’t affect\n <i>bucket-level</i> settings for S3 Bucket Key.</p>"
}
},
"ChecksumAlgorithm": {
"target": "com.amazonaws.s3control#S3ChecksumAlgorithm",
"traits": {
"smithy.api#documentation": "<p>Indicates the algorithm you want Amazon S3 to use to create the checksum. For more information\n see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/CheckingObjectIntegrity.xml\">\n Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>"
}
}
},
"traits": {
Expand Down
7 changes: 7 additions & 0 deletions codegen/sdk-codegen/aws-models/transfer.2018-11-05.json
Expand Up @@ -2187,6 +2187,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Accesses",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -2270,6 +2271,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Executions",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -2350,6 +2352,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "SecurityPolicyNames",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -2416,6 +2419,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Servers",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -2482,6 +2486,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Tags",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -2563,6 +2568,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Users",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -2643,6 +2649,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Workflows",
"pageSize": "MaxResults"
}
}
Expand Down
20 changes: 12 additions & 8 deletions service/autoscaling/api_op_CompleteLifecycleAction.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions service/autoscaling/api_op_CreateAutoScalingGroup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 21 additions & 17 deletions service/autoscaling/api_op_PutLifecycleHook.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions service/autoscaling/api_op_PutWarmPool.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 14 additions & 10 deletions service/autoscaling/api_op_RecordLifecycleActionHeartbeat.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions service/autoscaling/api_op_UpdateAutoScalingGroup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 58 additions & 0 deletions service/autoscaling/deserializers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.