Skip to content

Commit

Permalink
Update models.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichan Yoo committed Jan 9, 2024
1 parent badc4a4 commit aaf1152
Show file tree
Hide file tree
Showing 172 changed files with 192,637 additions and 23,348 deletions.
1,065 changes: 1,026 additions & 39 deletions codegen/sdk-codegen/aws-models/accessanalyzer.2019-11-01.json

Large diffs are not rendered by default.

1,570 changes: 1,419 additions & 151 deletions codegen/sdk-codegen/aws-models/amp.2020-08-01.json

Large diffs are not rendered by default.

211 changes: 65 additions & 146 deletions codegen/sdk-codegen/aws-models/app-mesh.2019-01-25.json

Large diffs are not rendered by default.

300 changes: 299 additions & 1 deletion codegen/sdk-codegen/aws-models/appintegrations.2020-07-29.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion codegen/sdk-codegen/aws-models/apprunner.2020-05-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -3989,7 +3989,7 @@
"IpAddressType": {
"target": "com.amazonaws.apprunner#IpAddressType",
"traits": {
"smithy.api#documentation": "<p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) \n for your incoming public network configuration. This is an optional parameter. \n If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>\n <note>\n <p>\n Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint. \n If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint. \n </p>\n </note>"
"smithy.api#documentation": "<p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) \n for your incoming public network configuration. This is an optional parameter. \n If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>\n <note>\n <p>\n Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint. \n If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint. \n </p>\n </note>"
}
}
},
Expand Down Expand Up @@ -4502,6 +4502,18 @@
"traits": {
"smithy.api#enumValue": "RUBY_31"
}
},
"PYTHON_311": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "PYTHON_311"
}
},
"NODEJS_18": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NODEJS_18"
}
}
}
},
Expand Down
15 changes: 15 additions & 0 deletions codegen/sdk-codegen/aws-models/appstream.2016-12-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -2404,6 +2404,9 @@
{
"target": "com.amazonaws.appstream#LimitExceededException"
},
{
"target": "com.amazonaws.appstream#OperationNotPermittedException"
},
{
"target": "com.amazonaws.appstream#ResourceAlreadyExistsException"
},
Expand Down Expand Up @@ -7858,6 +7861,12 @@
"smithy.api#enumValue": "WINDOWS_SERVER_2019"
}
},
"WINDOWS_SERVER_2022": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "WINDOWS_SERVER_2022"
}
},
"AMAZON_LINUX2": {
"target": "smithy.api#Unit",
"traits": {
Expand Down Expand Up @@ -10136,6 +10145,12 @@
"smithy.api#documentation": "<p>Indicates whether the action is enabled or disabled.</p>",
"smithy.api#required": {}
}
},
"MaximumLength": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#documentation": "<p>Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.</p>\n <p>This can be specified only for the <code>CLIPBOARD_COPY_FROM_LOCAL_DEVICE</code> and <code>CLIPBOARD_COPY_TO_LOCAL_DEVICE</code> actions.</p>\n <p>This defaults to 20,971,520 (20 MB) when unspecified and the permission is <code>ENABLED</code>. This can't be specified when the permission is <code>DISABLED</code>. </p>\n <p>This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.</p>\n <p>The value can be between 1 and 20,971,520 (20 MB).</p>"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit aaf1152

Please sign in to comment.