aws-sdk-core 2.10.35 → 2.10.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23c12fead8e117eee2f04a65d9bce35807784397
4
- data.tar.gz: 66aeb98fde3c0e66e909f748e3cc354804940cc0
3
+ metadata.gz: dd7d0ec8e9239154146d27947cae11f1e6756f8b
4
+ data.tar.gz: 1687bfe710f8ab6d696cd4349382a6f92002c230
5
5
  SHA512:
6
- metadata.gz: 9b71d84d3685fbd8bf571803b36f97ff022d75e235764a3e971db92225bf19bab64f541bf4652549f49567fc6d6331c3ccf6f4c6e0be4a019976681ac96ae72d
7
- data.tar.gz: 578e5af37efe1aff009ea002c608088b7e0646129bed246ee84a40a115dcf35095eb95e61ad6d68f2b6d973c503ba027873f566f2f7525ffa669aad865e70393
6
+ metadata.gz: 964bbdd945b3fd9696bea23247809ddfcf4b51878b835712b286aa03347cb9b073434e84603ec57774b40a70fcdfe4f5885e0f56cb4e53297714aa0966550645
7
+ data.tar.gz: 9437eebe8ba2460e088778087e7ac767458df65e700884fc210dc27bac010e33fbf8595e7bfb10ce1ed059d089914bca86f50461c485540ed95ff3e9e7af1c42
@@ -261,6 +261,7 @@
261
261
  "NextToken":{"shape":"XmlString"}
262
262
  }
263
263
  },
264
+ "DisableScaleIn":{"type":"boolean"},
264
265
  "ErrorMessage":{"type":"string"},
265
266
  "FailedResourceAccessException":{
266
267
  "type":"structure",
@@ -582,7 +583,8 @@
582
583
  "PredefinedMetricSpecification":{"shape":"PredefinedMetricSpecification"},
583
584
  "CustomizedMetricSpecification":{"shape":"CustomizedMetricSpecification"},
584
585
  "ScaleOutCooldown":{"shape":"Cooldown"},
585
- "ScaleInCooldown":{"shape":"Cooldown"}
586
+ "ScaleInCooldown":{"shape":"Cooldown"},
587
+ "DisableScaleIn":{"shape":"DisableScaleIn"}
586
588
  }
587
589
  },
588
590
  "TimestampType":{"type":"timestamp"},
@@ -898,7 +898,8 @@
898
898
  "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
899
899
  "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
900
900
  "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
901
- "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE"
901
+ "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE",
902
+ "MASTER_ACCOUNT_MISSING_CONTACT_INFO"
902
903
  ]
903
904
  },
904
905
  "CreateAccountFailureReason":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.35'
2
+ VERSION = '2.10.36'
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.10.35
4
+ version: 2.10.36
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: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath