Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump models #1347

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 30 additions & 8 deletions codegen/sdk-codegen/aws-models/acm-pca.2017-08-22.json

Large diffs are not rendered by default.

678 changes: 341 additions & 337 deletions codegen/sdk-codegen/aws-models/amp.2020-08-01.json

Large diffs are not rendered by default.

27 changes: 26 additions & 1 deletion codegen/sdk-codegen/aws-models/appconfigdata.2021-11-11.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,31 @@
}
],
"rules": [
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"name"
]
},
"aws-us-gov"
]
}
],
"endpoint": {
"url": "https://appconfigdata.{Region}.amazonaws.com",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [],
"endpoint": {
Expand Down Expand Up @@ -765,7 +790,7 @@
"documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://appconfigdata-fips.us-gov-east-1.amazonaws.com"
"url": "https://appconfigdata.us-gov-east-1.amazonaws.com"
}
},
"params": {
Expand Down
390 changes: 390 additions & 0 deletions codegen/sdk-codegen/aws-models/appsync.2017-07-25.json

Large diffs are not rendered by default.

23 changes: 14 additions & 9 deletions codegen/sdk-codegen/aws-models/athena.2017-05-18.json
Original file line number Diff line number Diff line change
Expand Up @@ -4568,7 +4568,7 @@
}
],
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.athena#ImportNotebookInput": {
Expand All @@ -4591,8 +4591,7 @@
"Payload": {
"target": "com.amazonaws.athena#Payload",
"traits": {
"smithy.api#documentation": "<p>The notebook content to be imported.</p>",
"smithy.api#required": {}
"smithy.api#documentation": "<p>The notebook content to be imported. The payload must be in <code>ipynb</code> format.</p>"
}
},
"Type": {
Expand All @@ -4602,6 +4601,12 @@
"smithy.api#required": {}
}
},
"NotebookS3LocationUri": {
"target": "com.amazonaws.athena#S3Uri",
"traits": {
"smithy.api#documentation": "<p>A URI that specifies the Amazon S3 location of a notebook file in <code>ipynb</code> format.</p>"
}
},
"ClientRequestToken": {
"target": "com.amazonaws.athena#ClientRequestToken",
"traits": {
Expand Down Expand Up @@ -4939,7 +4944,7 @@
"WorkGroup": {
"target": "com.amazonaws.athena#WorkGroupName",
"traits": {
"smithy.api#documentation": "<p>The name of the workgroup. Required if\n making an IAM Identity Center request.</p>"
"smithy.api#documentation": "<p>The name of the workgroup. Required if making an IAM Identity Center request.</p>"
}
}
},
Expand Down Expand Up @@ -6618,7 +6623,7 @@
"ServicePreProcessingTimeInMillis": {
"target": "com.amazonaws.athena#Long",
"traits": {
"smithy.api#documentation": "<p>The number of milliseconds that Athena took to preprocess the query before submitting the query to the query engine.</p>"
"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>"
}
},
"QueryPlanningTimeInMillis": {
Expand Down Expand Up @@ -6774,7 +6779,7 @@
"ServicePreProcessingTimeInMillis": {
"target": "com.amazonaws.athena#Long",
"traits": {
"smithy.api#documentation": "<p>\n The number of milliseconds that Athena spends on preprocessing before it submits the query to the engine.\n </p>"
"smithy.api#documentation": "<p> The number of milliseconds that Athena spends on preprocessing before it\n submits the query to the engine. </p>"
}
},
"QueryPlanningTimeInMillis": {
Expand Down Expand Up @@ -7185,7 +7190,7 @@
"ExecutionRole": {
"target": "com.amazonaws.athena#RoleArn",
"traits": {
"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>"
"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>"
}
},
"WorkingDirectory": {
Expand Down Expand Up @@ -8757,7 +8762,7 @@
"ExecutionRole": {
"target": "com.amazonaws.athena#RoleArn",
"traits": {
"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>"
"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>"
}
},
"CustomerContentEncryptionConfiguration": {
Expand Down Expand Up @@ -8849,7 +8854,7 @@
"ExecutionRole": {
"target": "com.amazonaws.athena#RoleArn",
"traits": {
"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>"
"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>"
}
},
"CustomerContentEncryptionConfiguration": {
Expand Down
Loading
Loading