Skip to content

Commit 46372eb

Browse files
authored
update api models & endpoints (#1399)
* update models * Regenerated API Clients * update models * Regenerated API Clients
1 parent 994cb2c commit 46372eb

File tree

755 files changed

+57675
-20366
lines changed

Some content is hidden

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

755 files changed

+57675
-20366
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"id": "09efa261-8f09-4673-953f-18ed23df1d98",
3+
"type": "feature",
4+
"description": "API client updated",
5+
"modules": [
6+
"service/cloudformation",
7+
"service/cloudtrail",
8+
"service/codebuild",
9+
"service/computeoptimizer",
10+
"service/configservice",
11+
"service/ec2",
12+
"service/emr",
13+
"service/firehose",
14+
"service/frauddetector",
15+
"service/iot",
16+
"service/iotjobsdataplane",
17+
"service/ivs",
18+
"service/kms",
19+
"service/mediatailor",
20+
"service/memorydb",
21+
"service/polly",
22+
"service/s3",
23+
"service/servicecatalogappregistry",
24+
"service/sqs",
25+
"service/ssmincidents"
26+
]
27+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"id": "2b52a08d-8964-4bcf-bcdc-27959735d487",
3+
"type": "feature",
4+
"description": "API client updated",
5+
"modules": [
6+
"service/accessanalyzer",
7+
"service/acmpca",
8+
"service/cloud9",
9+
"service/ebs",
10+
"service/efs",
11+
"service/fsx",
12+
"service/lexmodelbuildingservice",
13+
"service/mwaa",
14+
"service/polly",
15+
"service/quicksight",
16+
"service/s3control",
17+
"service/sagemakerruntime",
18+
"service/schemas",
19+
"service/securityhub",
20+
"service/transfer"
21+
]
22+
}

codegen/sdk-codegen/aws-models/accessanalyzer.2019-11-01.json

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

codegen/sdk-codegen/aws-models/acmpca.2017-08-22.json

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

codegen/sdk-codegen/aws-models/cloudformation.2010-05-15.json

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

codegen/sdk-codegen/aws-models/cloudtrail.2013-11-01.json

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

codegen/sdk-codegen/aws-models/codebuild.2016-10-06.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@
895895
"phaseStatus": {
896896
"target": "com.amazonaws.codebuild#StatusType",
897897
"traits": {
898-
"smithy.api#documentation": "<p>The current status of the batch build phase. Valid values include:</p>\n <dl>\n <dt>FAILED</dt>\n <dd>\n <p>The build phase failed.</p>\n </dd>\n <dt>FAULT</dt>\n <dd>\n <p>The build phase faulted.</p>\n </dd>\n <dt>IN_PROGRESS</dt>\n <dd>\n <p>The build phase is still in progress.</p>\n </dd>\n <dt>QUEUED</dt>\n <dd>\n <p>The build has been submitted and is queued behind other submitted\n builds.</p>\n </dd>\n <dt>STOPPED</dt>\n <dd>\n <p>The build phase stopped.</p>\n </dd>\n <dt>SUCCEEDED</dt>\n <dd>\n <p>The build phase succeeded.</p>\n </dd>\n <dt>TIMED_OUT</dt>\n <dd>\n <p>The build phase timed out.</p>\n </dd>\n </dl>"
898+
"smithy.api#documentation": "<p>The current status of the batch build phase. Valid values include:</p>\n <dl>\n <dt>FAILED</dt>\n <dd>\n <p>The build phase failed.</p>\n </dd>\n <dt>FAULT</dt>\n <dd>\n <p>The build phase faulted.</p>\n </dd>\n <dt>IN_PROGRESS</dt>\n <dd>\n <p>The build phase is still in progress.</p>\n </dd>\n <dt>STOPPED</dt>\n <dd>\n <p>The build phase stopped.</p>\n </dd>\n <dt>SUCCEEDED</dt>\n <dd>\n <p>The build phase succeeded.</p>\n </dd>\n <dt>TIMED_OUT</dt>\n <dd>\n <p>The build phase timed out.</p>\n </dd>\n </dl>"
899899
}
900900
},
901901
"startTime": {
@@ -1062,13 +1062,13 @@
10621062
"phaseType": {
10631063
"target": "com.amazonaws.codebuild#BuildPhaseType",
10641064
"traits": {
1065-
"smithy.api#documentation": "<p>The name of the build phase. Valid values include:</p>\n <ul>\n <li>\n <p>\n <code>BUILD</code>: Core build activities typically occur in this build\n phase.</p>\n </li>\n <li>\n <p>\n <code>COMPLETED</code>: The build has been completed.</p>\n </li>\n <li>\n <p>\n <code>DOWNLOAD_SOURCE</code>: Source code is being downloaded in this build\n phase.</p>\n </li>\n <li>\n <p>\n <code>FINALIZING</code>: The build process is completing in this build\n phase.</p>\n </li>\n <li>\n <p>\n <code>INSTALL</code>: Installation activities typically occur in this build\n phase.</p>\n </li>\n <li>\n <p>\n <code>POST_BUILD</code>: Post-build activities typically occur in this build\n phase.</p>\n </li>\n <li>\n <p>\n <code>PRE_BUILD</code>: Pre-build activities typically occur in this build\n phase.</p>\n </li>\n <li>\n <p>\n <code>PROVISIONING</code>: The build environment is being set up.</p>\n </li>\n <li>\n <p>\n <code>QUEUED</code>: The build has been submitted and is queued behind other\n submitted builds.</p>\n </li>\n <li>\n <p>\n <code>SUBMITTED</code>: The build has been submitted.</p>\n </li>\n <li>\n <p>\n <code>UPLOAD_ARTIFACTS</code>: Build output artifacts are being uploaded to\n the output location.</p>\n </li>\n </ul>"
1065+
"smithy.api#documentation": "<p>The name of the build phase. Valid values include:</p>\n <dl>\n <dt>BUILD</dt>\n <dd>\n <p>Core build activities typically occur in this build phase.</p>\n </dd>\n <dt>COMPLETED</dt>\n <dd>\n <p>The build has been completed.</p>\n </dd>\n <dt>DOWNLOAD_SOURCE</dt>\n <dd>\n <p>Source code is being downloaded in this build phase.</p>\n </dd>\n <dt>FINALIZING</dt>\n <dd>\n <p>The build process is completing in this build phase.</p>\n </dd>\n <dt>INSTALL</dt>\n <dd>\n <p>Installation activities typically occur in this build phase.</p>\n </dd>\n <dt>POST_BUILD</dt>\n <dd>\n <p>Post-build activities typically occur in this build phase.</p>\n </dd>\n <dt>PRE_BUILD</dt>\n <dd>\n <p>Pre-build activities typically occur in this build phase.</p>\n </dd>\n <dt>PROVISIONING</dt>\n <dd>\n <p>The build environment is being set up.</p>\n </dd>\n <dt>QUEUED</dt>\n <dd>\n <p>The build has been submitted and is queued behind other submitted\n builds.</p>\n </dd>\n <dt>SUBMITTED</dt>\n <dd>\n <p>The build has been submitted.</p>\n </dd>\n <dt>UPLOAD_ARTIFACTS</dt>\n <dd>\n <p>Build output artifacts are being uploaded to the output location.</p>\n </dd>\n </dl>"
10661066
}
10671067
},
10681068
"phaseStatus": {
10691069
"target": "com.amazonaws.codebuild#StatusType",
10701070
"traits": {
1071-
"smithy.api#documentation": "<p>The current status of the build phase. Valid values include:</p>\n <dl>\n <dt>FAILED</dt>\n <dd>\n <p>The build phase failed.</p>\n </dd>\n <dt>FAULT</dt>\n <dd>\n <p>The build phase faulted.</p>\n </dd>\n <dt>IN_PROGRESS</dt>\n <dd>\n <p>The build phase is still in progress.</p>\n </dd>\n <dt>QUEUED</dt>\n <dd>\n <p>The build has been submitted and is queued behind other submitted\n builds.</p>\n </dd>\n <dt>STOPPED</dt>\n <dd>\n <p>The build phase stopped.</p>\n </dd>\n <dt>SUCCEEDED</dt>\n <dd>\n <p>The build phase succeeded.</p>\n </dd>\n <dt>TIMED_OUT</dt>\n <dd>\n <p>The build phase timed out.</p>\n </dd>\n </dl>"
1071+
"smithy.api#documentation": "<p>The current status of the build phase. Valid values include:</p>\n <dl>\n <dt>FAILED</dt>\n <dd>\n <p>The build phase failed.</p>\n </dd>\n <dt>FAULT</dt>\n <dd>\n <p>The build phase faulted.</p>\n </dd>\n <dt>IN_PROGRESS</dt>\n <dd>\n <p>The build phase is still in progress.</p>\n </dd>\n <dt>STOPPED</dt>\n <dd>\n <p>The build phase stopped.</p>\n </dd>\n <dt>SUCCEEDED</dt>\n <dd>\n <p>The build phase succeeded.</p>\n </dd>\n <dt>TIMED_OUT</dt>\n <dd>\n <p>The build phase timed out.</p>\n </dd>\n </dl>"
10721072
}
10731073
},
10741074
"startTime": {

codegen/sdk-codegen/aws-models/computeoptimizer.2019-11-01.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)