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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd7d0ec8e9239154146d27947cae11f1e6756f8b
|
4
|
+
data.tar.gz: 1687bfe710f8ab6d696cd4349382a6f92002c230
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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":{
|
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.10.
|
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-
|
11
|
+
date: 2017-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|