Skip to content

Commit cb1b3c9

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 69ad7b2 commit cb1b3c9

File tree

13 files changed

+936
-249
lines changed

13 files changed

+936
-249
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
5+
6+
* Feature - Aws::ElastiCache - Updated the API, and documentation for Amazon ElastiCache.
7+
8+
* Feature - Aws::IAM - Updated the API, and documentation for AWS Identity and Access Management.
9+
10+
* Feature - Aws::S3 - Updated the documentation for Amazon Simple Storage Service.
11+
12+
* Feature - Aws::StorageGateway - Updated the API, and documentation for AWS Storage Gateway.
13+
414
2.11.286 (2019-06-03)
515
------------------
616

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,7 +3309,8 @@
33093309
"TagSpecifications":{
33103310
"shape":"TagSpecificationList",
33113311
"locationName":"TagSpecification"
3312-
}
3312+
},
3313+
"HostRecovery":{"shape":"HostRecovery"}
33133314
}
33143315
},
33153316
"AllocateHostsResult":{
@@ -3335,7 +3336,8 @@
33353336
"under-assessment",
33363337
"permanent-failure",
33373338
"released",
3338-
"released-permanent-failure"
3339+
"released-permanent-failure",
3340+
"pending"
33393341
]
33403342
},
33413343
"AllocationStrategy":{
@@ -12650,6 +12652,10 @@
1265012652
"Tags":{
1265112653
"shape":"TagList",
1265212654
"locationName":"tagSet"
12655+
},
12656+
"HostRecovery":{
12657+
"shape":"HostRecovery",
12658+
"locationName":"hostRecovery"
1265312659
}
1265412660
}
1265512661
},
@@ -12741,6 +12747,13 @@
1274112747
}
1274212748
}
1274312749
},
12750+
"HostRecovery":{
12751+
"type":"string",
12752+
"enum":[
12753+
"on",
12754+
"off"
12755+
]
12756+
},
1274412757
"HostReservation":{
1274512758
"type":"structure",
1274612759
"members":{
@@ -15913,10 +15926,7 @@
1591315926
},
1591415927
"ModifyHostsRequest":{
1591515928
"type":"structure",
15916-
"required":[
15917-
"AutoPlacement",
15918-
"HostIds"
15919-
],
15929+
"required":["HostIds"],
1592015930
"members":{
1592115931
"AutoPlacement":{
1592215932
"shape":"AutoPlacement",
@@ -15925,7 +15935,8 @@
1592515935
"HostIds":{
1592615936
"shape":"RequestHostIdList",
1592715937
"locationName":"hostId"
15928-
}
15938+
},
15939+
"HostRecovery":{"shape":"HostRecovery"}
1592915940
}
1593015941
},
1593115942
"ModifyHostsResult":{

aws-sdk-core/apis/ec2/2016-11-15/docs-2.json

Lines changed: 22 additions & 14 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)