Skip to content

Commit b3b8d43

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 5cb0665 commit b3b8d43

File tree

7 files changed

+57
-11
lines changed

7 files changed

+57
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::ApiGatewayV2 - Updated the API for AmazonApiGatewayV2.
5+
6+
* Feature - Aws::ElasticsearchService - Updated the API for Amazon Elasticsearch Service.
7+
8+
* Feature - Aws::IAM - Updated the API for AWS Identity and Access Management.
9+
10+
* Feature - Aws::RoboMaker - Updated the API, and documentation for AWS RoboMaker.
11+
412
2.11.313 (2019-07-11)
513
------------------
614

aws-sdk-core/apis/apigatewayv2/2018-11-29/api-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4686,6 +4686,10 @@
46864686
"Warnings" : {
46874687
"shape" : "__listOf__string",
46884688
"locationName" : "warnings"
4689+
},
4690+
"Tags" : {
4691+
"shape" : "Tags",
4692+
"locationName" : "tags"
46894693
}
46904694
}
46914695
},
@@ -4907,6 +4911,10 @@
49074911
"DomainNameConfigurations" : {
49084912
"shape" : "DomainNameConfigurations",
49094913
"locationName" : "domainNameConfigurations"
4914+
},
4915+
"Tags" : {
4916+
"shape" : "Tags",
4917+
"locationName" : "tags"
49104918
}
49114919
}
49124920
},
@@ -5637,6 +5645,10 @@
56375645
"StageVariables" : {
56385646
"shape" : "StageVariablesMap",
56395647
"locationName" : "stageVariables"
5648+
},
5649+
"Tags" : {
5650+
"shape" : "Tags",
5651+
"locationName" : "tags"
56405652
}
56415653
}
56425654
},

aws-sdk-core/apis/es/2015-01-01/api-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,22 @@
715715
"m4.2xlarge.elasticsearch",
716716
"m4.4xlarge.elasticsearch",
717717
"m4.10xlarge.elasticsearch",
718+
"m5.large.elasticsearch",
719+
"m5.xlarge.elasticsearch",
720+
"m5.2xlarge.elasticsearch",
721+
"m5.4xlarge.elasticsearch",
722+
"m5.12xlarge.elasticsearch",
723+
"r5.large.elasticsearch",
724+
"r5.xlarge.elasticsearch",
725+
"r5.2xlarge.elasticsearch",
726+
"r5.4xlarge.elasticsearch",
727+
"r5.12xlarge.elasticsearch",
728+
"c5.large.elasticsearch",
729+
"c5.xlarge.elasticsearch",
730+
"c5.2xlarge.elasticsearch",
731+
"c5.4xlarge.elasticsearch",
732+
"c5.9xlarge.elasticsearch",
733+
"c5.18xlarge.elasticsearch",
718734
"t2.micro.elasticsearch",
719735
"t2.small.elasticsearch",
720736
"t2.medium.elasticsearch",

aws-sdk-core/apis/iam/2010-05-08/api-2.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -809,10 +809,7 @@
809809
"output":{
810810
"shape":"GetAccessKeyLastUsedResponse",
811811
"resultWrapper":"GetAccessKeyLastUsedResult"
812-
},
813-
"errors":[
814-
{"shape":"NoSuchEntityException"}
815-
]
812+
}
816813
},
817814
"GetAccountAuthorizationDetails":{
818815
"name":"GetAccountAuthorizationDetails",

aws-sdk-core/apis/robomaker/2018-06-29/api-2.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@
12351235
"type":"string",
12361236
"max":255,
12371237
"min":1,
1238-
"pattern":"arn:.*"
1238+
"pattern":"arn:aws:iam::\\w+:role/.*"
12391239
},
12401240
"Id":{
12411241
"type":"string",
@@ -1406,6 +1406,10 @@
14061406
"min":1,
14071407
"pattern":"[a-zA-Z0-9_\\-]*"
14081408
},
1409+
"NonEmptyString":{
1410+
"type":"string",
1411+
"min":1
1412+
},
14091413
"OutputLocation":{
14101414
"type":"structure",
14111415
"members":{
@@ -1604,7 +1608,10 @@
16041608
},
16051609
"RobotSoftwareSuiteVersionType":{
16061610
"type":"string",
1607-
"enum":["Kinetic"]
1611+
"enum":[
1612+
"Kinetic",
1613+
"Melodic"
1614+
]
16081615
},
16091616
"RobotStatus":{
16101617
"type":"string",
@@ -1628,7 +1635,7 @@
16281635
"type":"string",
16291636
"max":63,
16301637
"min":3,
1631-
"pattern":"[a-z0-9][a-z0-9\\-]*[a-z0-9]"
1638+
"pattern":"[a-z0-9][a-z0-9.\\-]*[a-z0-9]"
16321639
},
16331640
"S3Etag":{"type":"string"},
16341641
"S3Key":{
@@ -1639,7 +1646,7 @@
16391646
},
16401647
"SecurityGroups":{
16411648
"type":"list",
1642-
"member":{"shape":"GenericString"},
1649+
"member":{"shape":"NonEmptyString"},
16431650
"max":5,
16441651
"min":1
16451652
},
@@ -1815,7 +1822,7 @@
18151822
},
18161823
"Subnets":{
18171824
"type":"list",
1818-
"member":{"shape":"GenericString"},
1825+
"member":{"shape":"NonEmptyString"},
18191826
"max":16,
18201827
"min":1
18211828
},

aws-sdk-core/apis/robomaker/2018-06-29/docs-2.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,7 @@
554554
"DescribeSimulationJobResponse$failureReason": "<p>Details about why the simulation job failed. For more information about troubleshooting, see <a href=\"https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting.html\">Troubleshooting</a>.</p>",
555555
"ProgressDetail$targetResource": "<p>The Amazon Resource Name (ARN) of the deployment job.</p>",
556556
"RobotDeployment$failureReason": "<p>A short description of the reason why the robot deployment failed.</p>",
557-
"SecurityGroups$member": null,
558557
"SimulationJob$failureReason": "<p>The reason why the simulation job failed.</p>",
559-
"Subnets$member": null,
560558
"SyncDeploymentJobResponse$failureReason": "<p>The failure reason if the job fails.</p>",
561559
"VPCConfigResponse$vpcId": "<p>The VPC ID associated with your simulation job.</p>"
562560
}
@@ -755,6 +753,13 @@
755753
"UpdateSimulationApplicationResponse$name": "<p>The name of the simulation application.</p>"
756754
}
757755
},
756+
"NonEmptyString": {
757+
"base": null,
758+
"refs": {
759+
"SecurityGroups$member": null,
760+
"Subnets$member": null
761+
}
762+
},
758763
"OutputLocation": {
759764
"base": "<p>The output location.</p>",
760765
"refs": {

aws-sdk-core/endpoints.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,6 +1450,7 @@
14501450
"ap-southeast-2" : { },
14511451
"eu-central-1" : { },
14521452
"eu-west-1" : { },
1453+
"eu-west-2" : { },
14531454
"us-east-1" : { },
14541455
"us-east-2" : { },
14551456
"us-west-2" : { }

0 commit comments

Comments
 (0)