Skip to content

Commit

Permalink
update api models & endpoints (#1399)
Browse files Browse the repository at this point in the history
* update models

* Regenerated API Clients

* update models

* Regenerated API Clients
  • Loading branch information
skotambkar authored Sep 2, 2021
1 parent 994cb2c commit 46372eb
Show file tree
Hide file tree
Showing 755 changed files with 57,675 additions and 20,366 deletions.
27 changes: 27 additions & 0 deletions .changelog/09efa2618f094673953f18ed23df1d98.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "09efa261-8f09-4673-953f-18ed23df1d98",
"type": "feature",
"description": "API client updated",
"modules": [
"service/cloudformation",
"service/cloudtrail",
"service/codebuild",
"service/computeoptimizer",
"service/configservice",
"service/ec2",
"service/emr",
"service/firehose",
"service/frauddetector",
"service/iot",
"service/iotjobsdataplane",
"service/ivs",
"service/kms",
"service/mediatailor",
"service/memorydb",
"service/polly",
"service/s3",
"service/servicecatalogappregistry",
"service/sqs",
"service/ssmincidents"
]
}
22 changes: 22 additions & 0 deletions .changelog/2b52a08d89644bcfbcdc27959735d487.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"id": "2b52a08d-8964-4bcf-bcdc-27959735d487",
"type": "feature",
"description": "API client updated",
"modules": [
"service/accessanalyzer",
"service/acmpca",
"service/cloud9",
"service/ebs",
"service/efs",
"service/fsx",
"service/lexmodelbuildingservice",
"service/mwaa",
"service/polly",
"service/quicksight",
"service/s3control",
"service/sagemakerruntime",
"service/schemas",
"service/securityhub",
"service/transfer"
]
}
115 changes: 59 additions & 56 deletions codegen/sdk-codegen/aws-models/accessanalyzer.2019-11-01.json

Large diffs are not rendered by default.

46 changes: 37 additions & 9 deletions codegen/sdk-codegen/aws-models/acmpca.2017-08-22.json

Large diffs are not rendered by default.

405 changes: 250 additions & 155 deletions codegen/sdk-codegen/aws-models/cloudformation.2010-05-15.json

Large diffs are not rendered by default.

354 changes: 265 additions & 89 deletions codegen/sdk-codegen/aws-models/cloudtrail.2013-11-01.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/codebuild.2016-10-06.json
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
"phaseStatus": {
"target": "com.amazonaws.codebuild#StatusType",
"traits": {
"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>"
"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>"
}
},
"startTime": {
Expand Down Expand Up @@ -1062,13 +1062,13 @@
"phaseType": {
"target": "com.amazonaws.codebuild#BuildPhaseType",
"traits": {
"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>"
"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>"
}
},
"phaseStatus": {
"target": "com.amazonaws.codebuild#StatusType",
"traits": {
"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>"
"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>"
}
},
"startTime": {
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 46372eb

Please sign in to comment.