Skip to content

Commit 2195b59

Browse files
authored
Update SDK's API clients (#1602)
Update SDK API clients from latest API models
1 parent 7653643 commit 2195b59

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1762
-364
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"id": "d94aebf5-9d88-4b62-88d4-4111a04792e7",
3+
"type": "feature",
4+
"description": "API client updated",
5+
"modules": [
6+
"service/autoscaling",
7+
"service/databrew",
8+
"service/fms",
9+
"service/lightsail",
10+
"service/route53",
11+
"service/s3control"
12+
]
13+
}

codegen/sdk-codegen/aws-models/autoscaling.2011-01-01.json

Lines changed: 62 additions & 22 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/databrew.2017-07-25.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4304,6 +4304,16 @@
43044304
}
43054305
}
43064306
},
4307+
"com.amazonaws.databrew#MaxOutputFiles": {
4308+
"type": "integer",
4309+
"traits": {
4310+
"smithy.api#box": {},
4311+
"smithy.api#range": {
4312+
"min": 1,
4313+
"max": 999
4314+
}
4315+
}
4316+
},
43074317
"com.amazonaws.databrew#MaxResults100": {
43084318
"type": "integer",
43094319
"traits": {
@@ -4429,6 +4439,12 @@
44294439
"traits": {
44304440
"smithy.api#documentation": "<p>Represents options that define how DataBrew formats job output files.</p>"
44314441
}
4442+
},
4443+
"MaxOutputFiles": {
4444+
"target": "com.amazonaws.databrew#MaxOutputFiles",
4445+
"traits": {
4446+
"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>"
4447+
}
44324448
}
44334449
},
44344450
"traits": {

codegen/sdk-codegen/aws-models/fms.2018-01-01.json

Lines changed: 362 additions & 138 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/lightsail.2016-11-28.json

Lines changed: 46 additions & 28 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/route53.2013-04-01.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/s3control.2018-08-20.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6137,6 +6137,29 @@
61376137
]
61386138
}
61396139
},
6140+
"com.amazonaws.s3control#S3ChecksumAlgorithm": {
6141+
"type": "string",
6142+
"traits": {
6143+
"smithy.api#enum": [
6144+
{
6145+
"value": "CRC32",
6146+
"name": "CRC32"
6147+
},
6148+
{
6149+
"value": "CRC32C",
6150+
"name": "CRC32C"
6151+
},
6152+
{
6153+
"value": "SHA1",
6154+
"name": "SHA1"
6155+
},
6156+
{
6157+
"value": "SHA256",
6158+
"name": "SHA256"
6159+
}
6160+
]
6161+
}
6162+
},
61406163
"com.amazonaws.s3control#S3ContentLength": {
61416164
"type": "long",
61426165
"traits": {
@@ -6249,6 +6272,12 @@
62496272
"traits": {
62506273
"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>"
62516274
}
6275+
},
6276+
"ChecksumAlgorithm": {
6277+
"target": "com.amazonaws.s3control#S3ChecksumAlgorithm",
6278+
"traits": {
6279+
"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>"
6280+
}
62526281
}
62536282
},
62546283
"traits": {

codegen/sdk-codegen/aws-models/transfer.2018-11-05.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,6 +2187,7 @@
21872187
"smithy.api#paginated": {
21882188
"inputToken": "NextToken",
21892189
"outputToken": "NextToken",
2190+
"items": "Accesses",
21902191
"pageSize": "MaxResults"
21912192
}
21922193
}
@@ -2270,6 +2271,7 @@
22702271
"smithy.api#paginated": {
22712272
"inputToken": "NextToken",
22722273
"outputToken": "NextToken",
2274+
"items": "Executions",
22732275
"pageSize": "MaxResults"
22742276
}
22752277
}
@@ -2350,6 +2352,7 @@
23502352
"smithy.api#paginated": {
23512353
"inputToken": "NextToken",
23522354
"outputToken": "NextToken",
2355+
"items": "SecurityPolicyNames",
23532356
"pageSize": "MaxResults"
23542357
}
23552358
}
@@ -2416,6 +2419,7 @@
24162419
"smithy.api#paginated": {
24172420
"inputToken": "NextToken",
24182421
"outputToken": "NextToken",
2422+
"items": "Servers",
24192423
"pageSize": "MaxResults"
24202424
}
24212425
}
@@ -2482,6 +2486,7 @@
24822486
"smithy.api#paginated": {
24832487
"inputToken": "NextToken",
24842488
"outputToken": "NextToken",
2489+
"items": "Tags",
24852490
"pageSize": "MaxResults"
24862491
}
24872492
}
@@ -2563,6 +2568,7 @@
25632568
"smithy.api#paginated": {
25642569
"inputToken": "NextToken",
25652570
"outputToken": "NextToken",
2571+
"items": "Users",
25662572
"pageSize": "MaxResults"
25672573
}
25682574
}
@@ -2643,6 +2649,7 @@
26432649
"smithy.api#paginated": {
26442650
"inputToken": "NextToken",
26452651
"outputToken": "NextToken",
2652+
"items": "Workflows",
26462653
"pageSize": "MaxResults"
26472654
}
26482655
}

service/autoscaling/api_op_CompleteLifecycleAction.go

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/autoscaling/api_op_CreateAutoScalingGroup.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)