Skip to content

Commit 3a8ba5e

Browse files
authored
Update API models and regenerate clients (#1435)
Updates the SDK's API models and regenerate API clients.
1 parent e83e64b commit 3a8ba5e

File tree

241 files changed

+13540
-1156
lines changed

Some content is hidden

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

241 files changed

+13540
-1156
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"id": "efee176a-f95c-4ef4-8d82-50d01d0af042",
3+
"type": "feature",
4+
"description": "API client updated",
5+
"modules": [
6+
"service/appmesh",
7+
"service/appsync",
8+
"service/auditmanager",
9+
"service/codecommit",
10+
"service/comprehend",
11+
"service/databasemigrationservice",
12+
"service/ec2",
13+
"service/ecr",
14+
"service/elasticsearchservice",
15+
"service/iam",
16+
"service/identitystore",
17+
"service/imagebuilder",
18+
"service/iot",
19+
"service/iotevents",
20+
"service/kafkaconnect",
21+
"service/lakeformation",
22+
"service/lexmodelsv2",
23+
"service/lexruntimev2",
24+
"service/licensemanager",
25+
"service/mediaconvert",
26+
"service/mediapackagevod",
27+
"service/mediatailor",
28+
"service/opensearch",
29+
"service/quicksight",
30+
"service/ssm",
31+
"service/wafv2"
32+
]
33+
}

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

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

codegen/sdk-codegen/aws-models/comprehend.2017-11-27.json

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

codegen/sdk-codegen/aws-models/databasemigrationservice.2016-01-01.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
"ApplyAction": {
345345
"target": "com.amazonaws.databasemigrationservice#String",
346346
"traits": {
347-
"smithy.api#documentation": "<p>The pending maintenance action to apply to this resource.</p>",
347+
"smithy.api#documentation": "<p>The pending maintenance action to apply to this resource.</p>\n <p>Valid values: <code>os-upgrade</code>, <code>system-update</code>, <code>db-upgrade</code> \n </p>",
348348
"smithy.api#required": {}
349349
}
350350
},
@@ -847,7 +847,7 @@
847847
"DmsTransferSettings": {
848848
"target": "com.amazonaws.databasemigrationservice#DmsTransferSettings",
849849
"traits": {
850-
"smithy.api#documentation": "<p>The settings in JSON format for the DMS transfer type of source endpoint. </p>\n <p>Possible settings include the following:</p>\n <ul>\n <li>\n <p>\n <code>ServiceAccessRoleArn</code> - The IAM role that has permission to access the\n Amazon S3 bucket. The role must allow the <code>iam:PassRole</code> action.</p>\n </li>\n <li>\n <p>\n <code>BucketName</code> - The name of the S3 bucket to use.</p>\n </li>\n </ul>\n <p>Shorthand syntax for these settings is as follows:\n <code>ServiceAccessRoleArn=string,BucketName=string</code>\n </p>\n <p>JSON syntax for these settings is as follows: <code>{ \"ServiceAccessRoleArn\":\n \"string\", \"BucketName\": \"string\", } </code>\n </p>"
850+
"smithy.api#documentation": "<p>The settings in JSON format for the DMS transfer type of source endpoint. </p>\n <p>Possible settings include the following:</p>\n <ul>\n <li>\n <p>\n <code>ServiceAccessRoleArn</code> - The Amazon Resource Name (ARN) used by the service access IAM role.\n The role must allow the <code>iam:PassRole</code> action.</p>\n </li>\n <li>\n <p>\n <code>BucketName</code> - The name of the S3 bucket to use.</p>\n </li>\n </ul>\n <p>Shorthand syntax for these settings is as follows:\n <code>ServiceAccessRoleArn=string,BucketName=string</code>\n </p>\n <p>JSON syntax for these settings is as follows: <code>{ \"ServiceAccessRoleArn\":\n \"string\", \"BucketName\": \"string\", } </code>\n </p>"
851851
}
852852
},
853853
"MongoDbSettings": {
@@ -1250,7 +1250,7 @@
12501250
}
12511251
],
12521252
"traits": {
1253-
"smithy.api#documentation": "<p>Creates a replication subnet group given a list of the subnet IDs in a VPC.</p>"
1253+
"smithy.api#documentation": "<p>Creates a replication subnet group given a list of the subnet IDs in a VPC.</p>\n <p>The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the\n service will throw a <code>ReplicationSubnetGroupDoesNotCoverEnoughAZs</code> exception.</p>"
12541254
}
12551255
},
12561256
"com.amazonaws.databasemigrationservice#CreateReplicationSubnetGroupMessage": {
@@ -3913,7 +3913,7 @@
39133913
"ServiceAccessRoleArn": {
39143914
"target": "com.amazonaws.databasemigrationservice#String",
39153915
"traits": {
3916-
"smithy.api#documentation": "<p> The IAM role that has permission to access the Amazon S3 bucket. When specified as part of request syntax,\n such as for the <code>CreateEndpoint</code> and <code>ModifyEndpoint</code> actions,\n the role must allow the <code>iam:PassRole</code> action.</p>"
3916+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the <code>iam:PassRole</code> action.</p>"
39173917
}
39183918
},
39193919
"BucketName": {
@@ -4204,7 +4204,7 @@
42044204
"DmsTransferSettings": {
42054205
"target": "com.amazonaws.databasemigrationservice#DmsTransferSettings",
42064206
"traits": {
4207-
"smithy.api#documentation": "<p>The settings in JSON format for the DMS transfer type of source endpoint. </p>\n <p>Possible settings include the following:</p>\n <ul>\n <li>\n <p>\n <code>ServiceAccessRoleArn</code> - The IAM role that has permission to access the\n Amazon S3 bucket. The role must allow the <code>iam:PassRole</code> action.</p>\n </li>\n <li>\n <p>\n <code>BucketName</code> - The name of the S3 bucket to use.</p>\n </li>\n </ul>\n <p>Shorthand syntax for these settings is as follows:\n <code>ServiceAccessRoleArn=string,BucketName=string,</code>\n </p>\n <p>JSON syntax for these settings is as follows: <code>{ \"ServiceAccessRoleArn\":\n \"string\", \"BucketName\": \"string\"} </code>\n </p>"
4207+
"smithy.api#documentation": "<p>The settings in JSON format for the DMS transfer type of source endpoint. </p>\n <p>Possible settings include the following:</p>\n <ul>\n <li>\n <p>\n <code>ServiceAccessRoleArn</code> - - The Amazon Resource Name (ARN) used by the service access IAM role. \n The role must allow the <code>iam:PassRole</code> action.</p>\n </li>\n <li>\n <p>\n <code>BucketName</code> - The name of the S3 bucket to use.</p>\n </li>\n </ul>\n <p>Shorthand syntax for these settings is as follows:\n <code>ServiceAccessRoleArn=string,BucketName=string,</code>\n </p>\n <p>JSON syntax for these settings is as follows: <code>{ \"ServiceAccessRoleArn\":\n \"string\", \"BucketName\": \"string\"} </code>\n </p>"
42084208
}
42094209
},
42104210
"MongoDbSettings": {
@@ -5432,7 +5432,7 @@
54325432
"DmsTransferSettings": {
54335433
"target": "com.amazonaws.databasemigrationservice#DmsTransferSettings",
54345434
"traits": {
5435-
"smithy.api#documentation": "<p>The settings in JSON format for the DMS transfer type of source endpoint. </p>\n <p>Attributes include the following:</p>\n <ul>\n <li>\n <p>serviceAccessRoleArn - The Identity and Access Management (IAM) role that has\n permission to access the Amazon S3 bucket. The role must allow the <code>iam:PassRole</code> action.</p>\n </li>\n <li>\n <p>BucketName - The name of the S3 bucket to use.</p>\n </li>\n </ul>\n <p>Shorthand syntax for these settings is as follows: <code>ServiceAccessRoleArn=string\n ,BucketName=string</code>\n </p>\n <p>JSON syntax for these settings is as follows: <code>{ \"ServiceAccessRoleArn\": \"string\",\n \"BucketName\": \"string\"} </code>\n </p>"
5435+
"smithy.api#documentation": "<p>The settings in JSON format for the DMS transfer type of source endpoint. </p>\n <p>Attributes include the following:</p>\n <ul>\n <li>\n <p>serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the <code>iam:PassRole</code> action.</p>\n </li>\n <li>\n <p>BucketName - The name of the S3 bucket to use.</p>\n </li>\n </ul>\n <p>Shorthand syntax for these settings is as follows: <code>ServiceAccessRoleArn=string\n ,BucketName=string</code>\n </p>\n <p>JSON syntax for these settings is as follows: <code>{ \"ServiceAccessRoleArn\": \"string\",\n \"BucketName\": \"string\"} </code>\n </p>"
54365436
}
54375437
},
54385438
"MongoDbSettings": {
@@ -6816,7 +6816,13 @@
68166816
"ForceFailover": {
68176817
"target": "com.amazonaws.databasemigrationservice#BooleanOptional",
68186818
"traits": {
6819-
"smithy.api#documentation": "<p>If this parameter is <code>true</code>, the reboot is conducted through a Multi-AZ\n failover. (If the instance isn't configured for Multi-AZ, then you can't specify\n <code>true</code>.)</p>"
6819+
"smithy.api#documentation": "<p>If this parameter is <code>true</code>, the reboot is conducted through a Multi-AZ\n failover. If the instance isn't configured for Multi-AZ, then you can't specify\n <code>true</code>. ( <code>--force-planned-failover</code> and <code>--force-failover</code> can't both be set to <code>true</code>.)</p>"
6820+
}
6821+
},
6822+
"ForcePlannedFailover": {
6823+
"target": "com.amazonaws.databasemigrationservice#BooleanOptional",
6824+
"traits": {
6825+
"smithy.api#documentation": "<p>If this parameter is <code>true</code>, the reboot is conducted through a planned Multi-AZ failover \n where resources are released and cleaned up prior to conducting the failover. \n If the instance isn''t configured for Multi-AZ, then you can't specify <code>true</code>. \n ( <code>--force-planned-failover</code> and <code>--force-failover</code> can't both be set to <code>true</code>.)</p>"
68206826
}
68216827
}
68226828
}
@@ -7253,7 +7259,7 @@
72537259
}
72547260
],
72557261
"traits": {
7256-
"smithy.api#documentation": "<p>Reloads the target database table with the source data. </p>"
7262+
"smithy.api#documentation": "<p>Reloads the target database table with the source data. </p>\n <p>You can only use this operation with a task in the <code>RUNNING</code> state, otherwise the service\n will throw an <code>InvalidResourceStateFault</code> exception.</p>"
72577263
}
72587264
},
72597265
"com.amazonaws.databasemigrationservice#ReloadTablesMessage": {

0 commit comments

Comments
 (0)