Skip to content

Commit c7f876e

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 6efa69a commit c7f876e

File tree

111 files changed

+6498
-440
lines changed

Some content is hidden

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

111 files changed

+6498
-440
lines changed

apis/autoscaling/2011-01-01/api-2.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,8 @@
12441244
"Context":{"shape":"Context"},
12451245
"DesiredCapacityType":{"shape":"XmlStringMaxLen255"},
12461246
"DefaultInstanceWarmup":{"shape":"DefaultInstanceWarmup"},
1247-
"TrafficSources":{"shape":"TrafficSources"}
1247+
"TrafficSources":{"shape":"TrafficSources"},
1248+
"InstanceMaintenancePolicy":{"shape":"InstanceMaintenancePolicy"}
12481249
}
12491250
},
12501251
"AutoScalingGroupDesiredCapacity":{"type":"integer"},
@@ -1522,7 +1523,8 @@
15221523
"Context":{"shape":"Context"},
15231524
"DesiredCapacityType":{"shape":"XmlStringMaxLen255"},
15241525
"DefaultInstanceWarmup":{"shape":"DefaultInstanceWarmup"},
1525-
"TrafficSources":{"shape":"TrafficSources"}
1526+
"TrafficSources":{"shape":"TrafficSources"},
1527+
"InstanceMaintenancePolicy":{"shape":"InstanceMaintenancePolicy"}
15261528
}
15271529
},
15281530
"CreateLaunchConfigurationType":{
@@ -2110,6 +2112,13 @@
21102112
"type":"list",
21112113
"member":{"shape":"XmlStringMaxLen19"}
21122114
},
2115+
"InstanceMaintenancePolicy":{
2116+
"type":"structure",
2117+
"members":{
2118+
"MinHealthyPercentage":{"shape":"IntPercentResettable"},
2119+
"MaxHealthyPercentage":{"shape":"IntPercent100To200Resettable"}
2120+
}
2121+
},
21132122
"InstanceMetadataEndpointState":{
21142123
"type":"string",
21152124
"enum":[
@@ -2278,6 +2287,21 @@
22782287
"max":100,
22792288
"min":0
22802289
},
2290+
"IntPercent100To200":{
2291+
"type":"integer",
2292+
"max":200,
2293+
"min":100
2294+
},
2295+
"IntPercent100To200Resettable":{
2296+
"type":"integer",
2297+
"max":200,
2298+
"min":-1
2299+
},
2300+
"IntPercentResettable":{
2301+
"type":"integer",
2302+
"max":100,
2303+
"min":-1
2304+
},
22812305
"InvalidNextToken":{
22822306
"type":"structure",
22832307
"members":{
@@ -3057,7 +3081,8 @@
30573081
"AutoRollback":{"shape":"AutoRollback"},
30583082
"ScaleInProtectedInstances":{"shape":"ScaleInProtectedInstances"},
30593083
"StandbyInstances":{"shape":"StandbyInstances"},
3060-
"AlarmSpecification":{"shape":"AlarmSpecification"}
3084+
"AlarmSpecification":{"shape":"AlarmSpecification"},
3085+
"MaxHealthyPercentage":{"shape":"IntPercent100To200"}
30613086
}
30623087
},
30633088
"RefreshStrategy":{
@@ -3520,7 +3545,8 @@
35203545
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
35213546
"Context":{"shape":"Context"},
35223547
"DesiredCapacityType":{"shape":"XmlStringMaxLen255"},
3523-
"DefaultInstanceWarmup":{"shape":"DefaultInstanceWarmup"}
3548+
"DefaultInstanceWarmup":{"shape":"DefaultInstanceWarmup"},
3549+
"InstanceMaintenancePolicy":{"shape":"InstanceMaintenancePolicy"}
35243550
}
35253551
},
35263552
"VCpuCountRequest":{

apis/autoscaling/2011-01-01/docs-2.json

Lines changed: 29 additions & 3 deletions
Large diffs are not rendered by default.

apis/autoscaling/2011-01-01/endpoint-rule-set-1.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -83,7 +82,8 @@
8382
},
8483
"type": "endpoint"
8584
}
86-
]
85+
],
86+
"type": "tree"
8787
},
8888
{
8989
"conditions": [
@@ -96,7 +96,6 @@
9696
]
9797
}
9898
],
99-
"type": "tree",
10099
"rules": [
101100
{
102101
"conditions": [
@@ -110,7 +109,6 @@
110109
"assign": "PartitionResult"
111110
}
112111
],
113-
"type": "tree",
114112
"rules": [
115113
{
116114
"conditions": [
@@ -133,7 +131,6 @@
133131
]
134132
}
135133
],
136-
"type": "tree",
137134
"rules": [
138135
{
139136
"conditions": [
@@ -168,7 +165,6 @@
168165
]
169166
}
170167
],
171-
"type": "tree",
172168
"rules": [
173169
{
174170
"conditions": [],
@@ -179,14 +175,16 @@
179175
},
180176
"type": "endpoint"
181177
}
182-
]
178+
],
179+
"type": "tree"
183180
},
184181
{
185182
"conditions": [],
186183
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
187184
"type": "error"
188185
}
189-
]
186+
],
187+
"type": "tree"
190188
},
191189
{
192190
"conditions": [
@@ -200,14 +198,12 @@
200198
]
201199
}
202200
],
203-
"type": "tree",
204201
"rules": [
205202
{
206203
"conditions": [
207204
{
208205
"fn": "booleanEquals",
209206
"argv": [
210-
true,
211207
{
212208
"fn": "getAttr",
213209
"argv": [
@@ -216,18 +212,17 @@
216212
},
217213
"supportsFIPS"
218214
]
219-
}
215+
},
216+
true
220217
]
221218
}
222219
],
223-
"type": "tree",
224220
"rules": [
225221
{
226222
"conditions": [
227223
{
228224
"fn": "stringEquals",
229225
"argv": [
230-
"aws-us-gov",
231226
{
232227
"fn": "getAttr",
233228
"argv": [
@@ -236,7 +231,8 @@
236231
},
237232
"name"
238233
]
239-
}
234+
},
235+
"aws-us-gov"
240236
]
241237
}
242238
],
@@ -256,14 +252,16 @@
256252
},
257253
"type": "endpoint"
258254
}
259-
]
255+
],
256+
"type": "tree"
260257
},
261258
{
262259
"conditions": [],
263260
"error": "FIPS is enabled but this partition does not support FIPS",
264261
"type": "error"
265262
}
266-
]
263+
],
264+
"type": "tree"
267265
},
268266
{
269267
"conditions": [
@@ -277,7 +275,6 @@
277275
]
278276
}
279277
],
280-
"type": "tree",
281278
"rules": [
282279
{
283280
"conditions": [
@@ -297,7 +294,6 @@
297294
]
298295
}
299296
],
300-
"type": "tree",
301297
"rules": [
302298
{
303299
"conditions": [],
@@ -308,14 +304,16 @@
308304
},
309305
"type": "endpoint"
310306
}
311-
]
307+
],
308+
"type": "tree"
312309
},
313310
{
314311
"conditions": [],
315312
"error": "DualStack is enabled but this partition does not support DualStack",
316313
"type": "error"
317314
}
318-
]
315+
],
316+
"type": "tree"
319317
},
320318
{
321319
"conditions": [],
@@ -326,9 +324,11 @@
326324
},
327325
"type": "endpoint"
328326
}
329-
]
327+
],
328+
"type": "tree"
330329
}
331-
]
330+
],
331+
"type": "tree"
332332
},
333333
{
334334
"conditions": [],

apis/autoscaling/2011-01-01/examples-1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@
656656
},
657657
"AutoRollback": true,
658658
"InstanceWarmup": 200,
659+
"MaxHealthyPercentage": 120,
659660
"MinHealthyPercentage": 90,
660661
"ScaleInProtectedInstances": "Ignore",
661662
"SkipMatching": false,
@@ -679,6 +680,7 @@
679680
},
680681
"AutoRollback": true,
681682
"InstanceWarmup": 200,
683+
"MaxHealthyPercentage": 120,
682684
"MinHealthyPercentage": 90,
683685
"ScaleInProtectedInstances": "Ignore",
684686
"SkipMatching": false,
@@ -1616,6 +1618,7 @@
16161618
},
16171619
"AutoRollback": true,
16181620
"InstanceWarmup": 200,
1621+
"MaxHealthyPercentage": 120,
16191622
"MinHealthyPercentage": 90
16201623
}
16211624
},

apis/cloudtrail/2013-11-01/api-2.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,13 @@
10961096
"member":{"shape":"AdvancedFieldSelector"},
10971097
"min":1
10981098
},
1099+
"BillingMode":{
1100+
"type":"string",
1101+
"enum":[
1102+
"EXTENDABLE_RETENTION_PRICING",
1103+
"FIXED_RETENTION_PRICING"
1104+
]
1105+
},
10991106
"Boolean":{"type":"boolean"},
11001107
"ByteBuffer":{"type":"blob"},
11011108
"CancelQueryRequest":{
@@ -1246,7 +1253,8 @@
12461253
"TerminationProtectionEnabled":{"shape":"TerminationProtectionEnabled"},
12471254
"TagsList":{"shape":"TagsList"},
12481255
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"},
1249-
"StartIngestion":{"shape":"Boolean"}
1256+
"StartIngestion":{"shape":"Boolean"},
1257+
"BillingMode":{"shape":"BillingMode"}
12501258
}
12511259
},
12521260
"CreateEventDataStoreResponse":{
@@ -1263,7 +1271,8 @@
12631271
"TagsList":{"shape":"TagsList"},
12641272
"CreatedTimestamp":{"shape":"Date"},
12651273
"UpdatedTimestamp":{"shape":"Date"},
1266-
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"}
1274+
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"},
1275+
"BillingMode":{"shape":"BillingMode"}
12671276
}
12681277
},
12691278
"CreateTrailRequest":{
@@ -1669,7 +1678,8 @@
16691678
"TerminationProtectionEnabled":{"shape":"TerminationProtectionEnabled"},
16701679
"CreatedTimestamp":{"shape":"Date"},
16711680
"UpdatedTimestamp":{"shape":"Date"},
1672-
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"}
1681+
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"},
1682+
"BillingMode":{"shape":"BillingMode"}
16731683
}
16741684
},
16751685
"GetEventSelectorsRequest":{
@@ -2681,12 +2691,13 @@
26812691
"TerminationProtectionEnabled":{"shape":"TerminationProtectionEnabled"},
26822692
"CreatedTimestamp":{"shape":"Date"},
26832693
"UpdatedTimestamp":{"shape":"Date"},
2684-
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"}
2694+
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"},
2695+
"BillingMode":{"shape":"BillingMode"}
26852696
}
26862697
},
26872698
"RetentionPeriod":{
26882699
"type":"integer",
2689-
"max":2557,
2700+
"max":3653,
26902701
"min":7
26912702
},
26922703
"S3BucketDoesNotExistException":{
@@ -2980,7 +2991,8 @@
29802991
"OrganizationEnabled":{"shape":"Boolean"},
29812992
"RetentionPeriod":{"shape":"RetentionPeriod"},
29822993
"TerminationProtectionEnabled":{"shape":"TerminationProtectionEnabled"},
2983-
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"}
2994+
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"},
2995+
"BillingMode":{"shape":"BillingMode"}
29842996
}
29852997
},
29862998
"UpdateEventDataStoreResponse":{
@@ -2996,7 +3008,8 @@
29963008
"TerminationProtectionEnabled":{"shape":"TerminationProtectionEnabled"},
29973009
"CreatedTimestamp":{"shape":"Date"},
29983010
"UpdatedTimestamp":{"shape":"Date"},
2999-
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"}
3011+
"KmsKeyId":{"shape":"EventDataStoreKmsKeyId"},
3012+
"BillingMode":{"shape":"BillingMode"}
30003013
}
30013014
},
30023015
"UpdateTrailRequest":{

0 commit comments

Comments
 (0)