Skip to content

Commit 74c0faf

Browse files
feat: update AWS API models
1 parent 5213dd4 commit 74c0faf

File tree

10 files changed

+5405
-34
lines changed

10 files changed

+5405
-34
lines changed

codegen/sdk/aws-models/codedeploy.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7283,7 +7283,20 @@
72837283
"inputToken": "nextToken",
72847284
"outputToken": "nextToken",
72857285
"items": "applications"
7286-
}
7286+
},
7287+
"smithy.test#smokeTests": [
7288+
{
7289+
"id": "ListApplicationsSuccess",
7290+
"params": {},
7291+
"vendorParams": {
7292+
"region": "us-west-2"
7293+
},
7294+
"vendorParamsShape": "aws.test#AwsVendorParams",
7295+
"expect": {
7296+
"success": {}
7297+
}
7298+
}
7299+
]
72877300
}
72887301
},
72897302
"com.amazonaws.codedeploy#ListApplicationsInput": {

codegen/sdk/aws-models/database-migration-service.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
"sdkId": "Database Migration Service",
474474
"arnNamespace": "dms",
475475
"cloudFormationName": "DMS",
476-
"cloudTrailEventSource": "databasemigrationservice.amazonaws.com",
476+
"cloudTrailEventSource": "dms.amazonaws.com",
477477
"docId": "dms-2016-01-01",
478478
"endpointPrefix": "dms"
479479
},
@@ -6044,6 +6044,19 @@
60446044
"outputToken": "Marker",
60456045
"pageSize": "MaxRecords"
60466046
},
6047+
"smithy.test#smokeTests": [
6048+
{
6049+
"id": "DescribeEndpointsSuccess",
6050+
"params": {},
6051+
"vendorParams": {
6052+
"region": "us-west-2"
6053+
},
6054+
"vendorParamsShape": "aws.test#AwsVendorParams",
6055+
"expect": {
6056+
"success": {}
6057+
}
6058+
}
6059+
],
60476060
"smithy.waiters#waitable": {
60486061
"EndpointDeleted": {
60496062
"documentation": "Wait until testing endpoint is deleted.",

codegen/sdk/aws-models/device-farm.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5464,7 +5464,20 @@
54645464
"inputToken": "nextToken",
54655465
"outputToken": "nextToken",
54665466
"items": "devices"
5467-
}
5467+
},
5468+
"smithy.test#smokeTests": [
5469+
{
5470+
"id": "ListDevicesSuccess",
5471+
"params": {},
5472+
"vendorParams": {
5473+
"region": "us-west-2"
5474+
},
5475+
"vendorParamsShape": "aws.test#AwsVendorParams",
5476+
"expect": {
5477+
"success": {}
5478+
}
5479+
}
5480+
]
54685481
}
54695482
},
54705483
"com.amazonaws.devicefarm#ListDevicesRequest": {

codegen/sdk/aws-models/elastic-beanstalk.json

Lines changed: 39 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5851,6 +5851,19 @@
58515851
]
58525852
}
58535853
}
5854+
],
5855+
"smithy.test#smokeTests": [
5856+
{
5857+
"id": "ListAvailableSolutionStacksSuccess",
5858+
"params": {},
5859+
"vendorParams": {
5860+
"region": "us-west-2"
5861+
},
5862+
"vendorParamsShape": "aws.test#AwsVendorParams",
5863+
"expect": {
5864+
"success": {}
5865+
}
5866+
}
58545867
]
58555868
}
58565869
},
@@ -8355,32 +8368,6 @@
83558368
"traits": {
83568369
"smithy.api#documentation": "<p>Updates the environment description, deploys a new application version, updates the\n configuration settings to an entirely new configuration template, or updates select\n configuration option values in the running environment.</p>\n <p> Attempting to update both the release and configuration is not allowed and AWS Elastic\n Beanstalk returns an <code>InvalidParameterCombination</code> error. </p>\n <p> When updating the configuration settings to a new template or individual settings, a\n draft configuration is created and <a>DescribeConfigurationSettings</a> for this\n environment returns two setting descriptions with different <code>DeploymentStatus</code>\n values. </p>",
83578370
"smithy.api#examples": [
8358-
{
8359-
"title": "To update an environment to a new version",
8360-
"documentation": "The following operation updates an environment named \"my-env\" to version \"v2\" of the application to which it belongs:",
8361-
"input": {
8362-
"EnvironmentName": "my-env",
8363-
"VersionLabel": "v2"
8364-
},
8365-
"output": {
8366-
"ApplicationName": "my-app",
8367-
"EnvironmentName": "my-env",
8368-
"VersionLabel": "v2",
8369-
"Status": "Updating",
8370-
"EnvironmentId": "e-szqipays4h",
8371-
"EndpointURL": "awseb-e-i-AWSEBLoa-1RDLX6TC9VUAO-0123456789.us-west-2.elb.amazonaws.com",
8372-
"SolutionStackName": "64bit Amazon Linux running Tomcat 7",
8373-
"CNAME": "my-env.elasticbeanstalk.com",
8374-
"Health": "Grey",
8375-
"Tier": {
8376-
"Version": " ",
8377-
"Type": "Standard",
8378-
"Name": "WebServer"
8379-
},
8380-
"DateUpdated": "2015-02-03T23:12:29.119Z",
8381-
"DateCreated": "2015-02-03T23:04:54.453Z"
8382-
}
8383-
},
83848371
{
83858372
"title": "To configure option settings",
83868373
"documentation": "The following operation configures several options in the aws:elb:loadbalancer namespace:",
@@ -8428,6 +8415,32 @@
84288415
"DateUpdated": "2015-08-12T18:15:23.804Z",
84298416
"DateCreated": "2015-08-07T20:48:49.599Z"
84308417
}
8418+
},
8419+
{
8420+
"title": "To update an environment to a new version",
8421+
"documentation": "The following operation updates an environment named \"my-env\" to version \"v2\" of the application to which it belongs:",
8422+
"input": {
8423+
"EnvironmentName": "my-env",
8424+
"VersionLabel": "v2"
8425+
},
8426+
"output": {
8427+
"ApplicationName": "my-app",
8428+
"EnvironmentName": "my-env",
8429+
"VersionLabel": "v2",
8430+
"Status": "Updating",
8431+
"EnvironmentId": "e-szqipays4h",
8432+
"EndpointURL": "awseb-e-i-AWSEBLoa-1RDLX6TC9VUAO-0123456789.us-west-2.elb.amazonaws.com",
8433+
"SolutionStackName": "64bit Amazon Linux running Tomcat 7",
8434+
"CNAME": "my-env.elasticbeanstalk.com",
8435+
"Health": "Grey",
8436+
"Tier": {
8437+
"Version": " ",
8438+
"Type": "Standard",
8439+
"Name": "WebServer"
8440+
},
8441+
"DateUpdated": "2015-02-03T23:12:29.119Z",
8442+
"DateCreated": "2015-02-03T23:04:54.453Z"
8443+
}
84318444
}
84328445
]
84338446
}

codegen/sdk/aws-models/elasticsearch-service.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6560,7 +6560,20 @@
65606560
"method": "GET",
65616561
"uri": "/2015-01-01/domain",
65626562
"code": 200
6563-
}
6563+
},
6564+
"smithy.test#smokeTests": [
6565+
{
6566+
"id": "ListDomainNamesSuccess",
6567+
"params": {},
6568+
"vendorParams": {
6569+
"region": "us-west-2"
6570+
},
6571+
"vendorParamsShape": "aws.test#AwsVendorParams",
6572+
"expect": {
6573+
"success": {}
6574+
}
6575+
}
6576+
]
65646577
}
65656578
},
65666579
"com.amazonaws.elasticsearchservice#ListDomainNamesRequest": {

codegen/sdk/aws-models/firehose.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4256,7 +4256,20 @@
42564256
"target": "com.amazonaws.firehose#ListDeliveryStreamsOutput"
42574257
},
42584258
"traits": {
4259-
"smithy.api#documentation": "<p>Lists your delivery streams in alphabetical order of their names.</p>\n <p>The number of delivery streams might be too large to return using a single call to\n <code>ListDeliveryStreams</code>. You can limit the number of delivery streams returned,\n using the <code>Limit</code> parameter. To determine whether there are more delivery\n streams to list, check the value of <code>HasMoreDeliveryStreams</code> in the output. If\n there are more delivery streams to list, you can request them by calling this operation\n again and setting the <code>ExclusiveStartDeliveryStreamName</code> parameter to the name\n of the last delivery stream returned in the last call.</p>"
4259+
"smithy.api#documentation": "<p>Lists your delivery streams in alphabetical order of their names.</p>\n <p>The number of delivery streams might be too large to return using a single call to\n <code>ListDeliveryStreams</code>. You can limit the number of delivery streams returned,\n using the <code>Limit</code> parameter. To determine whether there are more delivery\n streams to list, check the value of <code>HasMoreDeliveryStreams</code> in the output. If\n there are more delivery streams to list, you can request them by calling this operation\n again and setting the <code>ExclusiveStartDeliveryStreamName</code> parameter to the name\n of the last delivery stream returned in the last call.</p>",
4260+
"smithy.test#smokeTests": [
4261+
{
4262+
"id": "ListDeliveryStreamsSuccess",
4263+
"params": {},
4264+
"vendorParams": {
4265+
"region": "us-west-2"
4266+
},
4267+
"vendorParamsShape": "aws.test#AwsVendorParams",
4268+
"expect": {
4269+
"success": {}
4270+
}
4271+
}
4272+
]
42604273
}
42614274
},
42624275
"com.amazonaws.firehose#ListDeliveryStreamsInput": {

codegen/sdk/aws-models/gamelift.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12112,7 +12112,20 @@
1211212112
"outputToken": "NextToken",
1211312113
"items": "Builds",
1211412114
"pageSize": "Limit"
12115-
}
12115+
},
12116+
"smithy.test#smokeTests": [
12117+
{
12118+
"id": "ListBuildsSuccess",
12119+
"params": {},
12120+
"vendorParams": {
12121+
"region": "us-west-2"
12122+
},
12123+
"vendorParamsShape": "aws.test#AwsVendorParams",
12124+
"expect": {
12125+
"success": {}
12126+
}
12127+
}
12128+
]
1211612129
}
1211712130
},
1211812131
"com.amazonaws.gamelift#ListBuildsInput": {

0 commit comments

Comments
 (0)