Skip to content

Commit fe33069

Browse files
Update SDK models
1 parent 4b87e9c commit fe33069

File tree

243 files changed

+24984
-157
lines changed

Some content is hidden

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

243 files changed

+24984
-157
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ members = [
391391
"sdk/swf",
392392
"sdk/synthetics",
393393
"sdk/textract",
394+
"sdk/timestreaminfluxdb",
394395
"sdk/timestreamquery",
395396
"sdk/timestreamwrite",
396397
"sdk/tnb",

aws-models/amplify.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@
20822082
}
20832083
],
20842084
"traits": {
2085-
"smithy.api#documentation": "<p>Creates a new backend environment for an Amplify app. </p>",
2085+
"smithy.api#documentation": "<p>Creates a new backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend is created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>",
20862086
"smithy.api#http": {
20872087
"method": "POST",
20882088
"uri": "/apps/{appId}/backendenvironments",
@@ -2787,7 +2787,7 @@
27872787
}
27882788
],
27892789
"traits": {
2790-
"smithy.api#documentation": "<p>Deletes a backend environment for an Amplify app. </p>",
2790+
"smithy.api#documentation": "<p>Deletes a backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend was created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>",
27912791
"smithy.api#http": {
27922792
"method": "DELETE",
27932793
"uri": "/apps/{appId}/backendenvironments/{environmentName}",
@@ -3719,7 +3719,7 @@
37193719
}
37203720
],
37213721
"traits": {
3722-
"smithy.api#documentation": "<p>Returns a backend environment for an Amplify app. </p>",
3722+
"smithy.api#documentation": "<p>Returns a backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend was created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>",
37233723
"smithy.api#http": {
37243724
"method": "GET",
37253725
"uri": "/apps/{appId}/backendenvironments/{environmentName}",
@@ -4497,7 +4497,7 @@
44974497
}
44984498
],
44994499
"traits": {
4500-
"smithy.api#documentation": "<p>Lists the backend environments for an Amplify app. </p>",
4500+
"smithy.api#documentation": "<p>Lists the backend environments for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend was created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>",
45014501
"smithy.api#http": {
45024502
"method": "GET",
45034503
"uri": "/apps/{appId}/backendenvironments",

aws-models/ec2-instance-connect.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"name": "ec2-instance-connect"
5353
},
5454
"aws.protocols#awsJson1_1": {},
55-
"smithy.api#documentation": "<p>Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH\n public keys to EC2, providing users a simple and secure way to connect to their\n instances.</p>",
55+
"smithy.api#documentation": "<p>This is the <i> Amazon EC2 Instance Connect API Reference</i>. It\n provides descriptions, syntax, and usage examples for each of the actions for Amazon EC2\n Instance Connect. Amazon EC2 Instance Connect enables system administrators to publish\n one-time use SSH public keys to EC2, providing users a simple and secure way to connect\n to their instances.</p>\n <p>To view the Amazon EC2 Instance Connect content in the <i> Amazon EC2 User\n Guide</i>, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html\">Connect to\n your Linux instance using EC2 Instance Connect</a>.</p>\n <p>For Amazon EC2 APIs, see the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html\">Amazon EC2 API\n Reference</a>.</p>",
5656
"smithy.api#title": "AWS EC2 Instance Connect",
5757
"smithy.rules#endpointRuleSet": {
5858
"version": "1.0",
@@ -796,7 +796,7 @@
796796
"min": 1,
797797
"max": 32
798798
},
799-
"smithy.api#pattern": "^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$"
799+
"smithy.api#pattern": "^(^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$)|(^(?=.{2,32}$)[0-9]{1,32}[A-Za-z\\@\\._-][A-Za-z0-9\\@\\._-]*[A-Za-z0-9\\$_-]?$)$"
800800
}
801801
},
802802
"com.amazonaws.ec2instanceconnect#InvalidArgsException": {
@@ -971,6 +971,9 @@
971971
{
972972
"target": "com.amazonaws.ec2instanceconnect#SerialConsoleSessionUnavailableException"
973973
},
974+
{
975+
"target": "com.amazonaws.ec2instanceconnect#SerialConsoleSessionUnsupportedException"
976+
},
974977
{
975978
"target": "com.amazonaws.ec2instanceconnect#ServiceException"
976979
},
@@ -1083,6 +1086,23 @@
10831086
"smithy.api#httpError": 500
10841087
}
10851088
},
1089+
"com.amazonaws.ec2instanceconnect#SerialConsoleSessionUnsupportedException": {
1090+
"type": "structure",
1091+
"members": {
1092+
"Message": {
1093+
"target": "com.amazonaws.ec2instanceconnect#String"
1094+
}
1095+
},
1096+
"traits": {
1097+
"aws.protocols#awsQueryError": {
1098+
"code": "SerialConsoleSessionUnsupported",
1099+
"httpResponseCode": 400
1100+
},
1101+
"smithy.api#documentation": "<p>Your instance's BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.</p>",
1102+
"smithy.api#error": "client",
1103+
"smithy.api#httpError": 400
1104+
}
1105+
},
10861106
"com.amazonaws.ec2instanceconnect#SerialPort": {
10871107
"type": "integer",
10881108
"traits": {

aws-models/elastic-load-balancing-v2.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)