Skip to content

Commit 3e7ce87

Browse files
sichanyooSichan Yoo
andauthored
chore: bump models (#1347)
Co-authored-by: Sichan Yoo <[email protected]>
1 parent 79f49ea commit 3e7ce87

File tree

59 files changed

+18232
-4678
lines changed

Some content is hidden

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

59 files changed

+18232
-4678
lines changed

codegen/sdk-codegen/aws-models/acm-pca.2017-08-22.json

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

codegen/sdk-codegen/aws-models/amp.2020-08-01.json

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

codegen/sdk-codegen/aws-models/appconfigdata.2021-11-11.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,31 @@
249249
}
250250
],
251251
"rules": [
252+
{
253+
"conditions": [
254+
{
255+
"fn": "stringEquals",
256+
"argv": [
257+
{
258+
"fn": "getAttr",
259+
"argv": [
260+
{
261+
"ref": "PartitionResult"
262+
},
263+
"name"
264+
]
265+
},
266+
"aws-us-gov"
267+
]
268+
}
269+
],
270+
"endpoint": {
271+
"url": "https://appconfigdata.{Region}.amazonaws.com",
272+
"properties": {},
273+
"headers": {}
274+
},
275+
"type": "endpoint"
276+
},
252277
{
253278
"conditions": [],
254279
"endpoint": {
@@ -765,7 +790,7 @@
765790
"documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled",
766791
"expect": {
767792
"endpoint": {
768-
"url": "https://appconfigdata-fips.us-gov-east-1.amazonaws.com"
793+
"url": "https://appconfigdata.us-gov-east-1.amazonaws.com"
769794
}
770795
},
771796
"params": {

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

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

codegen/sdk-codegen/aws-models/athena.2017-05-18.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4568,7 +4568,7 @@
45684568
}
45694569
],
45704570
"traits": {
4571-
"smithy.api#documentation": "<p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. The maximum\n file size that can be imported is 10 megabytes. If an <code>ipynb</code> file with the\n same name already exists in the workgroup, throws an error.</p>"
4571+
"smithy.api#documentation": "<p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. To import the\n notebook, the request must specify a value for either <code>Payload</code> or <code>NoteBookS3LocationUri</code>. If neither is specified or both are specified, an\n <code>InvalidRequestException</code> occurs. The maximum file size that can be imported is 10\n megabytes. If an <code>ipynb</code> file with the same name already exists in the\n workgroup, throws an error.</p>"
45724572
}
45734573
},
45744574
"com.amazonaws.athena#ImportNotebookInput": {
@@ -4591,8 +4591,7 @@
45914591
"Payload": {
45924592
"target": "com.amazonaws.athena#Payload",
45934593
"traits": {
4594-
"smithy.api#documentation": "<p>The notebook content to be imported.</p>",
4595-
"smithy.api#required": {}
4594+
"smithy.api#documentation": "<p>The notebook content to be imported. The payload must be in <code>ipynb</code> format.</p>"
45964595
}
45974596
},
45984597
"Type": {
@@ -4602,6 +4601,12 @@
46024601
"smithy.api#required": {}
46034602
}
46044603
},
4604+
"NotebookS3LocationUri": {
4605+
"target": "com.amazonaws.athena#S3Uri",
4606+
"traits": {
4607+
"smithy.api#documentation": "<p>A URI that specifies the Amazon S3 location of a notebook file in <code>ipynb</code> format.</p>"
4608+
}
4609+
},
46054610
"ClientRequestToken": {
46064611
"target": "com.amazonaws.athena#ClientRequestToken",
46074612
"traits": {
@@ -4939,7 +4944,7 @@
49394944
"WorkGroup": {
49404945
"target": "com.amazonaws.athena#WorkGroupName",
49414946
"traits": {
4942-
"smithy.api#documentation": "<p>The name of the workgroup. Required if\n making an IAM Identity Center request.</p>"
4947+
"smithy.api#documentation": "<p>The name of the workgroup. Required if making an IAM Identity Center request.</p>"
49434948
}
49444949
}
49454950
},
@@ -6618,7 +6623,7 @@
66186623
"ServicePreProcessingTimeInMillis": {
66196624
"target": "com.amazonaws.athena#Long",
66206625
"traits": {
6621-
"smithy.api#documentation": "<p>The number of milliseconds that Athena took to preprocess the query before submitting the query to the query engine.</p>"
6626+
"smithy.api#documentation": "<p>The number of milliseconds that Athena took to preprocess the query before\n submitting the query to the query engine.</p>"
66226627
}
66236628
},
66246629
"QueryPlanningTimeInMillis": {
@@ -6774,7 +6779,7 @@
67746779
"ServicePreProcessingTimeInMillis": {
67756780
"target": "com.amazonaws.athena#Long",
67766781
"traits": {
6777-
"smithy.api#documentation": "<p>\n The number of milliseconds that Athena spends on preprocessing before it submits the query to the engine.\n </p>"
6782+
"smithy.api#documentation": "<p> The number of milliseconds that Athena spends on preprocessing before it\n submits the query to the engine. </p>"
67786783
}
67796784
},
67806785
"QueryPlanningTimeInMillis": {
@@ -7185,7 +7190,7 @@
71857190
"ExecutionRole": {
71867191
"target": "com.amazonaws.athena#RoleArn",
71877192
"traits": {
7188-
"smithy.api#documentation": "<p>The ARN of the execution role used to access user resources for Spark sessions and Identity Center\n enabled workgroups. This property applies only to Spark enabled workgroups and Identity\n Center enabled workgroups.</p>"
7193+
"smithy.api#documentation": "<p>The ARN of the execution role used to access user resources for Spark sessions and\n Identity Center enabled workgroups. This property applies only to Spark enabled\n workgroups and Identity Center enabled workgroups.</p>"
71897194
}
71907195
},
71917196
"WorkingDirectory": {
@@ -8757,7 +8762,7 @@
87578762
"ExecutionRole": {
87588763
"target": "com.amazonaws.athena#RoleArn",
87598764
"traits": {
8760-
"smithy.api#documentation": "<p>The ARN of the execution role used to access user resources for Spark sessions and Identity Center\n enabled workgroups. This property applies only to Spark enabled workgroups and Identity\n Center enabled workgroups.</p>"
8765+
"smithy.api#documentation": "<p>The ARN of the execution role used to access user resources for Spark sessions and\n IAM Identity Center enabled workgroups. This property applies only to Spark enabled\n workgroups and IAM Identity Center enabled workgroups. The property is required for\n IAM Identity Center enabled workgroups.</p>"
87618766
}
87628767
},
87638768
"CustomerContentEncryptionConfiguration": {
@@ -8849,7 +8854,7 @@
88498854
"ExecutionRole": {
88508855
"target": "com.amazonaws.athena#RoleArn",
88518856
"traits": {
8852-
"smithy.api#documentation": "<p>The ARN of the execution role used to access user resources for Spark sessions and Identity Center\n enabled workgroups. This property applies only to Spark enabled workgroups and Identity\n Center enabled workgroups.</p>"
8857+
"smithy.api#documentation": "<p>The ARN of the execution role used to access user resources for Spark sessions and\n Identity Center enabled workgroups. This property applies only to Spark enabled\n workgroups and Identity Center enabled workgroups.</p>"
88538858
}
88548859
},
88558860
"CustomerContentEncryptionConfiguration": {

0 commit comments

Comments
 (0)