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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24f61a3121054bdc4a9c3a4243ef08d783e19c58
4
- data.tar.gz: 2e1c72f8a478a3fdf80aa8542e2079e3da49e6dd
3
+ metadata.gz: eeb249bd912db76bcf3664a2d0da2d86c26c088b
4
+ data.tar.gz: 5f0e4c49aee81460a18a1c16b8a341d405f57180
5
5
  SHA512:
6
- metadata.gz: 885b4062b35f504bb094211f1636f1a3df2fd64596d651fddd7959bb2113b78211523d4a420b7054bb02b0bd269be06d168519a9ce6671d2351efb8ea64b9793
7
- data.tar.gz: 189115b98bb1be11d365420f3763e5406beb26b92de33cc114fa1aa51e064851948cb596805f5324c41a465d68663407e033df8d9f186cc28d084beaae504cdf
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":{
@@ -1223,7 +1223,8 @@
1223
1223
  "type":"string",
1224
1224
  "enum":[
1225
1225
  "NONE",
1226
- "GZIP"
1226
+ "GZIP",
1227
+ "BZIP2"
1227
1228
  ]
1228
1229
  },
1229
1230
  "Condition":{
@@ -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}$"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.86'
2
+ VERSION = '2.11.87'
3
3
  end
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.86
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-10 00:00:00.000000000 Z
11
+ date: 2018-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath