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: AWS model files renamed without version #1634

Merged
merged 4 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6478,7 +6478,20 @@
"outputToken": "position",
"items": "items",
"pageSize": "limit"
}
},
"smithy.test#smokeTests": [
{
"id": "GetDomainNamesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.apigateway#GetDomainNamesRequest": {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4024,6 +4024,12 @@
"smithy.api#documentation": "<p>The details for the init containers.</p>"
}
},
"eksClusterArn": {
"target": "com.amazonaws.batch#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon EKS cluster.</p>"
}
},
"podName": {
"target": "com.amazonaws.batch#String",
"traits": {
Expand Down Expand Up @@ -6499,6 +6505,12 @@
"traits": {
"smithy.api#documentation": "<p>An object that contains the instance types that you want to replace for the existing\n resources of a job.</p>"
}
},
"eksPropertiesOverride": {
"target": "com.amazonaws.batch#EksPropertiesOverride",
"traits": {
"smithy.api#documentation": "<p>An object that contains the properties that you want to replace for the existing Amazon EKS resources of a job.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -6545,6 +6557,12 @@
"traits": {
"smithy.api#documentation": "<p>This is an object that represents the properties of the node range for a multi-node parallel\n job.</p>"
}
},
"eksProperties": {
"target": "com.amazonaws.batch#EksProperties",
"traits": {
"smithy.api#documentation": "<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>"
}
}
},
"traits": {
Expand Down
Loading
Loading