Skip to content

Commit 42b9cc1

Browse files
feat: update AWS API models
1 parent 49196bc commit 42b9cc1

File tree

10 files changed

+3991
-372
lines changed

10 files changed

+3991
-372
lines changed

codegen/sdk/aws-models/account.json

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

codegen/sdk/aws-models/backup.json

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

codegen/sdk/aws-models/backupsearch.json

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

codegen/sdk/aws-models/batch.json

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

codegen/sdk/aws-models/cleanroomsml.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,9 @@
10341034
"traits": {
10351035
"smithy.api#documentation": "<p>The protected SQL query parameters.</p>"
10361036
}
1037+
},
1038+
"sqlComputeConfiguration": {
1039+
"target": "com.amazonaws.cleanroomsml#ComputeConfiguration"
10371040
}
10381041
},
10391042
"traits": {
@@ -9925,7 +9928,7 @@
99259928
"dataSource": {
99269929
"target": "com.amazonaws.cleanroomsml#ModelInferenceDataSource",
99279930
"traits": {
9928-
"smithy.api#documentation": "<p>Defines he data source that is used for the trained model inference job.</p>",
9931+
"smithy.api#documentation": "<p>Defines the data source that is used for the trained model inference job.</p>",
99299932
"smithy.api#required": {}
99309933
}
99319934
},

codegen/sdk/aws-models/cloudfront.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5553,13 +5553,13 @@
55535553
"OriginReadTimeout": {
55545554
"target": "com.amazonaws.cloudfront#integer",
55555555
"traits": {
5556-
"smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront waits for a response from the origin. This is\n\t\t\talso known as the <i>origin response timeout</i>. The minimum timeout is 1\n\t\t\tsecond, the maximum is 60 seconds, and the default (if you don't specify otherwise) is\n\t\t\t30 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout\">Origin Response Timeout</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
5556+
"smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront waits for a response from the origin. This is\n\t\t\talso known as the <i>origin response timeout</i>. The minimum timeout is 1\n\t\t\tsecond, the maximum is 60 seconds, and the default (if you don't specify otherwise) is\n\t\t\t30 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout\">Response timeout (custom origins only)</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
55575557
}
55585558
},
55595559
"OriginKeepaliveTimeout": {
55605560
"target": "com.amazonaws.cloudfront#integer",
55615561
"traits": {
5562-
"smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront persists its connection to the origin. The\n\t\t\tminimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't\n\t\t\tspecify otherwise) is 5 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout\">Origin Keep-alive Timeout</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
5562+
"smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront persists its connection to the origin. The\n\t\t\tminimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't\n\t\t\tspecify otherwise) is 5 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout\">Keep-alive timeout (custom origins only)</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
55635563
}
55645564
}
55655565
},
@@ -7079,7 +7079,7 @@
70797079
"DefaultRootObject": {
70807080
"target": "com.amazonaws.cloudfront#string",
70817081
"traits": {
7082-
"smithy.api#documentation": "<p>The object that you want CloudFront to request from your origin (for example,\n\t\t\t\t<code>index.html</code>) when a viewer requests the root URL for your distribution\n\t\t\t\t(<code>https://www.example.com</code>) instead of an object in your distribution\n\t\t\t\t(<code>https://www.example.com/product-description.html</code>). Specifying a\n\t\t\tdefault root object avoids exposing the contents of your distribution.</p>\n <p>Specify only the object name, for example, <code>index.html</code>. Don't add a\n\t\t\t\t<code>/</code> before the object name.</p>\n <p>If you don't want to specify a default root object when you create a distribution,\n\t\t\tinclude an empty <code>DefaultRootObject</code> element.</p>\n <p>To delete the default root object from an existing distribution, update the\n\t\t\tdistribution configuration and include an empty <code>DefaultRootObject</code>\n\t\t\telement.</p>\n <p>To replace the default root object, update the distribution configuration and specify\n\t\t\tthe new object.</p>\n <p>For more information about the default root object, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html\">Creating a\n\t\t\t\tDefault Root Object</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
7082+
"smithy.api#documentation": "<p>When a viewer requests the root URL for your distribution, the default root object is the\n\t\t\tobject that you want CloudFront to request from your origin. For example, if your root URL is\n\t\t\t\t<code>https://www.example.com</code>, you can specify CloudFront to return the\n\t\t\t\t<code>index.html</code> file as the default root object. You can specify a default\n\t\t\troot object so that viewers see a specific file or object, instead of another object in\n\t\t\tyour distribution (for example,\n\t\t\t\t<code>https://www.example.com/product-description.html</code>). A default root\n\t\t\tobject avoids exposing the contents of your distribution.</p>\n <p>You can specify the object name or a path to the object name (for example,\n\t\t\t\t<code>index.html</code> or <code>exampleFolderName/index.html</code>). Your string\n\t\t\tcan't begin with a forward slash (<code>/</code>). Only specify the object name or the\n\t\t\tpath to the object.</p>\n <p>If you don't want to specify a default root object when you create a distribution,\n\t\t\tinclude an empty <code>DefaultRootObject</code> element.</p>\n <p>To delete the default root object from an existing distribution, update the\n\t\t\tdistribution configuration and include an empty <code>DefaultRootObject</code>\n\t\t\telement.</p>\n <p>To replace the default root object, update the distribution configuration and specify\n\t\t\tthe new object.</p>\n <p>For more information about the default root object, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html\">Specify a default root object</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
70837083
}
70847084
},
70857085
"Origins": {
@@ -20477,6 +20477,18 @@
2047720477
"smithy.api#documentation": "<p>The VPC origin ID.</p>",
2047820478
"smithy.api#required": {}
2047920479
}
20480+
},
20481+
"OriginReadTimeout": {
20482+
"target": "com.amazonaws.cloudfront#integer",
20483+
"traits": {
20484+
"smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront waits for a response from the origin. This is\n\t\t\talso known as the <i>origin response timeout</i>. The minimum timeout is 1\n\t\t\tsecond, the maximum is 60 seconds, and the default (if you don't specify otherwise) is\n\t\t\t30 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout\">Response timeout (custom origins only)</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
20485+
}
20486+
},
20487+
"OriginKeepaliveTimeout": {
20488+
"target": "com.amazonaws.cloudfront#integer",
20489+
"traits": {
20490+
"smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront persists its connection to the origin. The\n\t\t\tminimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't\n\t\t\tspecify otherwise) is 5 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout\">Keep-alive timeout (custom origins only)</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
20491+
}
2048020492
}
2048120493
},
2048220494
"traits": {

codegen/sdk/aws-models/codepipeline.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@
11551155
"category": {
11561156
"target": "com.amazonaws.codepipeline#ActionCategory",
11571157
"traits": {
1158-
"smithy.api#documentation": "<p>A category defines what kind of action can be taken in the stage, and constrains\n the provider type for the action. Valid categories are limited to one of the following\n values. </p>\n <ul>\n <li>\n <p>Source</p>\n </li>\n <li>\n <p>Build</p>\n </li>\n <li>\n <p>Test</p>\n </li>\n <li>\n <p>Deploy</p>\n </li>\n <li>\n <p>Invoke</p>\n </li>\n <li>\n <p>Approval</p>\n </li>\n </ul>",
1158+
"smithy.api#documentation": "<p>A category defines what kind of action can be taken in the stage, and constrains\n the provider type for the action. Valid categories are limited to one of the following\n values. </p>\n <ul>\n <li>\n <p>Source</p>\n </li>\n <li>\n <p>Build</p>\n </li>\n <li>\n <p>Test</p>\n </li>\n <li>\n <p>Deploy</p>\n </li>\n <li>\n <p>Invoke</p>\n </li>\n <li>\n <p>Approval</p>\n </li>\n <li>\n <p>Compute</p>\n </li>\n </ul>",
11591159
"smithy.api#required": {}
11601160
}
11611161
},
@@ -2955,7 +2955,7 @@
29552955
}
29562956
},
29572957
"traits": {
2958-
"smithy.api#documentation": "<p>The condition for the stage. A condition is made up of the rules and the result for\n the condition.</p>"
2958+
"smithy.api#documentation": "<p>The condition for the stage. A condition is made up of the rules and the result for\n the condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>.\n For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>"
29592959
}
29602960
},
29612961
"com.amazonaws.codepipeline#ConditionExecution": {
@@ -4024,7 +4024,7 @@
40244024
"category": {
40254025
"target": "com.amazonaws.codepipeline#ActionCategory",
40264026
"traits": {
4027-
"smithy.api#documentation": "<p>Defines what kind of action can be taken in the stage. The following are the valid\n values:</p>\n <ul>\n <li>\n <p>\n <code>Source</code>\n </p>\n </li>\n <li>\n <p>\n <code>Build</code>\n </p>\n </li>\n <li>\n <p>\n <code>Test</code>\n </p>\n </li>\n <li>\n <p>\n <code>Deploy</code>\n </p>\n </li>\n <li>\n <p>\n <code>Approval</code>\n </p>\n </li>\n <li>\n <p>\n <code>Invoke</code>\n </p>\n </li>\n </ul>",
4027+
"smithy.api#documentation": "<p>Defines what kind of action can be taken in the stage. The following are the valid\n values:</p>\n <ul>\n <li>\n <p>\n <code>Source</code>\n </p>\n </li>\n <li>\n <p>\n <code>Build</code>\n </p>\n </li>\n <li>\n <p>\n <code>Test</code>\n </p>\n </li>\n <li>\n <p>\n <code>Deploy</code>\n </p>\n </li>\n <li>\n <p>\n <code>Approval</code>\n </p>\n </li>\n <li>\n <p>\n <code>Invoke</code>\n </p>\n </li>\n <li>\n <p>\n <code>Compute</code>\n </p>\n </li>\n </ul>",
40284028
"smithy.api#required": {}
40294029
}
40304030
},
@@ -5611,7 +5611,7 @@
56115611
}
56125612
],
56135613
"traits": {
5614-
"smithy.api#documentation": "<p>Lists the rules for the condition.</p>"
5614+
"smithy.api#documentation": "<p>Lists the rules for the condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a>. For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule reference</a>.</p>"
56155615
}
56165616
},
56175617
"com.amazonaws.codepipeline#ListRuleTypesInput": {
@@ -8057,7 +8057,7 @@
80578057
"name": {
80588058
"target": "com.amazonaws.codepipeline#RuleName",
80598059
"traits": {
8060-
"smithy.api#documentation": "<p>The name of the rule that is created for the condition, such as\n CheckAllResults.</p>",
8060+
"smithy.api#documentation": "<p>The name of the rule that is created for the condition, such as\n <code>VariableCheck</code>.</p>",
80618061
"smithy.api#required": {}
80628062
}
80638063
},
@@ -8074,6 +8074,12 @@
80748074
"smithy.api#documentation": "<p>The action configuration fields for the rule.</p>"
80758075
}
80768076
},
8077+
"commands": {
8078+
"target": "com.amazonaws.codepipeline#CommandList",
8079+
"traits": {
8080+
"smithy.api#documentation": "<p>The shell commands to run with your commands rule in CodePipeline. All commands\n are supported except multi-line formats. While CodeBuild logs and permissions\n are used, you do not need to create any resources in CodeBuild.</p>\n <note>\n <p>Using compute time for this action will incur separate charges in CodeBuild.</p>\n </note>"
8081+
}
8082+
},
80778083
"inputArtifacts": {
80788084
"target": "com.amazonaws.codepipeline#InputArtifactList",
80798085
"traits": {
@@ -8100,7 +8106,7 @@
81008106
}
81018107
},
81028108
"traits": {
8103-
"smithy.api#documentation": "<p>Represents information about the rule to be created for an associated condition. An\n example would be creating a new rule for an entry condition, such as a rule that checks\n for a test result before allowing the run to enter the deployment stage.</p>"
8109+
"smithy.api#documentation": "<p>Represents information about the rule to be created for an associated condition. An\n example would be creating a new rule for an entry condition, such as a rule that checks\n for a test result before allowing the run to enter the deployment stage. For more\n information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>.\n For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>"
81048110
}
81058111
},
81068112
"com.amazonaws.codepipeline#RuleDeclarationList": {

0 commit comments

Comments
 (0)