aws-sdk-core 2.11.86 → 2.11.87
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +7 -1
- data/apis/ce/2017-10-25/api-2.json +39 -2
- data/apis/s3/2006-03-01/api-2.json +2 -1
- data/apis/ssm/2014-11-06/api-2.json +25 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eeb249bd912db76bcf3664a2d0da2d86c26c088b
|
4
|
+
data.tar.gz: 5f0e4c49aee81460a18a1c16b8a341d405f57180
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e1291cfb303a0d1fa4c0d99a12bfc0c096ffbc4718b2eaaa141f35d5551995abb05ce151864ef8404bfc3a02d453d3faf83cd70e275e0aedc8f0386c93974b6
|
7
|
+
data.tar.gz: 445f008f31b684ba316e97d0bcf3231aeb182432fc735e9ea6254318390680781a47f5265c7bb3900d29dea5e8f757492272087a523a51296f775ba09ce07d2a
|
@@ -1941,7 +1941,8 @@
|
|
1941
1941
|
"type":"structure",
|
1942
1942
|
"members":{
|
1943
1943
|
"apiId":{"shape":"String"},
|
1944
|
-
"stage":{"shape":"String"}
|
1944
|
+
"stage":{"shape":"String"},
|
1945
|
+
"throttle":{"shape":"MapOfApiStageThrottleSettings"}
|
1945
1946
|
}
|
1946
1947
|
},
|
1947
1948
|
"Authorizer":{
|
@@ -4148,6 +4149,11 @@
|
|
4148
4149
|
]
|
4149
4150
|
},
|
4150
4151
|
"Long":{"type":"long"},
|
4152
|
+
"MapOfApiStageThrottleSettings":{
|
4153
|
+
"type":"map",
|
4154
|
+
"key":{"shape":"String"},
|
4155
|
+
"value":{"shape":"ThrottleSettings"}
|
4156
|
+
},
|
4151
4157
|
"MapOfHeaderValues":{
|
4152
4158
|
"type":"map",
|
4153
4159
|
"key":{"shape":"String"},
|
@@ -244,6 +244,27 @@
|
|
244
244
|
"OfferingClass":{"shape":"OfferingClass"}
|
245
245
|
}
|
246
246
|
},
|
247
|
+
"ESInstanceDetails":{
|
248
|
+
"type":"structure",
|
249
|
+
"members":{
|
250
|
+
"InstanceClass":{"shape":"GenericString"},
|
251
|
+
"InstanceSize":{"shape":"GenericString"},
|
252
|
+
"Region":{"shape":"GenericString"},
|
253
|
+
"CurrentGeneration":{"shape":"GenericBoolean"},
|
254
|
+
"SizeFlexEligible":{"shape":"GenericBoolean"}
|
255
|
+
}
|
256
|
+
},
|
257
|
+
"ElastiCacheInstanceDetails":{
|
258
|
+
"type":"structure",
|
259
|
+
"members":{
|
260
|
+
"Family":{"shape":"GenericString"},
|
261
|
+
"NodeType":{"shape":"GenericString"},
|
262
|
+
"Region":{"shape":"GenericString"},
|
263
|
+
"ProductDescription":{"shape":"GenericString"},
|
264
|
+
"CurrentGeneration":{"shape":"GenericBoolean"},
|
265
|
+
"SizeFlexEligible":{"shape":"GenericBoolean"}
|
266
|
+
}
|
267
|
+
},
|
247
268
|
"Entity":{"type":"string"},
|
248
269
|
"ErrorMessage":{"type":"string"},
|
249
270
|
"Estimated":{"type":"boolean"},
|
@@ -438,7 +459,10 @@
|
|
438
459
|
"type":"structure",
|
439
460
|
"members":{
|
440
461
|
"EC2InstanceDetails":{"shape":"EC2InstanceDetails"},
|
441
|
-
"RDSInstanceDetails":{"shape":"RDSInstanceDetails"}
|
462
|
+
"RDSInstanceDetails":{"shape":"RDSInstanceDetails"},
|
463
|
+
"RedshiftInstanceDetails":{"shape":"RedshiftInstanceDetails"},
|
464
|
+
"ElastiCacheInstanceDetails":{"shape":"ElastiCacheInstanceDetails"},
|
465
|
+
"ESInstanceDetails":{"shape":"ESInstanceDetails"}
|
442
466
|
}
|
443
467
|
},
|
444
468
|
"InvalidNextTokenException":{
|
@@ -508,7 +532,10 @@
|
|
508
532
|
"enum":[
|
509
533
|
"NO_UPFRONT",
|
510
534
|
"PARTIAL_UPFRONT",
|
511
|
-
"ALL_UPFRONT"
|
535
|
+
"ALL_UPFRONT",
|
536
|
+
"LIGHT_UTILIZATION",
|
537
|
+
"MEDIUM_UTILIZATION",
|
538
|
+
"HEAVY_UTILIZATION"
|
512
539
|
]
|
513
540
|
},
|
514
541
|
"PurchasedHours":{"type":"string"},
|
@@ -526,6 +553,16 @@
|
|
526
553
|
"SizeFlexEligible":{"shape":"GenericBoolean"}
|
527
554
|
}
|
528
555
|
},
|
556
|
+
"RedshiftInstanceDetails":{
|
557
|
+
"type":"structure",
|
558
|
+
"members":{
|
559
|
+
"Family":{"shape":"GenericString"},
|
560
|
+
"NodeType":{"shape":"GenericString"},
|
561
|
+
"Region":{"shape":"GenericString"},
|
562
|
+
"CurrentGeneration":{"shape":"GenericBoolean"},
|
563
|
+
"SizeFlexEligible":{"shape":"GenericBoolean"}
|
564
|
+
}
|
565
|
+
},
|
529
566
|
"RequestChangedException":{
|
530
567
|
"type":"structure",
|
531
568
|
"members":{
|
@@ -4415,7 +4415,8 @@
|
|
4415
4415
|
"members":{
|
4416
4416
|
"Message":{"shape":"String"}
|
4417
4417
|
},
|
4418
|
-
"exception":true
|
4418
|
+
"exception":true,
|
4419
|
+
"fault":true
|
4419
4420
|
},
|
4420
4421
|
"InvalidActivation":{
|
4421
4422
|
"type":"structure",
|
@@ -6827,7 +6828,20 @@
|
|
6827
6828
|
"FailureMessage":{"shape":"String"},
|
6828
6829
|
"FailureDetails":{"shape":"FailureDetails"},
|
6829
6830
|
"StepExecutionId":{"shape":"String"},
|
6830
|
-
"OverriddenParameters":{"shape":"AutomationParameterMap"}
|
6831
|
+
"OverriddenParameters":{"shape":"AutomationParameterMap"},
|
6832
|
+
"IsEnd":{
|
6833
|
+
"shape":"Boolean",
|
6834
|
+
"box":true
|
6835
|
+
},
|
6836
|
+
"NextStep":{
|
6837
|
+
"shape":"String",
|
6838
|
+
"box":true
|
6839
|
+
},
|
6840
|
+
"IsCritical":{
|
6841
|
+
"shape":"Boolean",
|
6842
|
+
"box":true
|
6843
|
+
},
|
6844
|
+
"ValidNextSteps":{"shape":"ValidNextStepList"}
|
6831
6845
|
}
|
6832
6846
|
},
|
6833
6847
|
"StepExecutionFilter":{
|
@@ -7299,6 +7313,15 @@
|
|
7299
7313
|
}
|
7300
7314
|
},
|
7301
7315
|
"Url":{"type":"string"},
|
7316
|
+
"ValidNextStep":{
|
7317
|
+
"type":"string",
|
7318
|
+
"max":65535,
|
7319
|
+
"min":1
|
7320
|
+
},
|
7321
|
+
"ValidNextStepList":{
|
7322
|
+
"type":"list",
|
7323
|
+
"member":{"shape":"ValidNextStep"}
|
7324
|
+
},
|
7302
7325
|
"Version":{
|
7303
7326
|
"type":"string",
|
7304
7327
|
"pattern":"^[0-9]{1,6}(\\.[0-9]{1,6}){2,3}$"
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.87
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-07-
|
11
|
+
date: 2018-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|