aws-sdk-core 2.11.594 → 2.11.595
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 762707150fd85e2c3dcbafb7c5d2c7a3b1e6a5714f60463ab3c9aedcf8d4a730
|
4
|
+
data.tar.gz: b88e420e8f7c762e9b71a76c5eb77c6532049fb468447e5653e6f05b6618d0d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17bec30f0a71cf8317fc8b089415244442822a19f9b7f59ec2dfb1504dfef4c2c6cc89440bb3a01e51dd42dc90275dbefd05457722d6de3ae3828564fa2e463d
|
7
|
+
data.tar.gz: 61a800d3b7302be4970fe59057c4a68c998a700e08b97e64c1c9097217efe8ddc7f59da344f48b2db2882961ab84e7fbf2cf1f084acd5a35ad50aa6364875739
|
@@ -574,6 +574,7 @@
|
|
574
574
|
"sagemaker:variant:DesiredInstanceCount",
|
575
575
|
"custom-resource:ResourceType:Property",
|
576
576
|
"comprehend:document-classifier-endpoint:DesiredInferenceUnits",
|
577
|
+
"comprehend:entity-recognizer-endpoint:DesiredInferenceUnits",
|
577
578
|
"lambda:function:ProvisionedConcurrency",
|
578
579
|
"cassandra:table:ReadCapacityUnits",
|
579
580
|
"cassandra:table:WriteCapacityUnits"
|
@@ -1815,7 +1815,8 @@
|
|
1815
1815
|
{"shape":"DBProxyTargetAlreadyRegisteredFault"},
|
1816
1816
|
{"shape":"InvalidDBInstanceStateFault"},
|
1817
1817
|
{"shape":"InvalidDBClusterStateFault"},
|
1818
|
-
{"shape":"InvalidDBProxyStateFault"}
|
1818
|
+
{"shape":"InvalidDBProxyStateFault"},
|
1819
|
+
{"shape":"InsufficientAvailableIPsInSubnetFault"}
|
1819
1820
|
]
|
1820
1821
|
},
|
1821
1822
|
"RemoveFromGlobalCluster":{
|
@@ -5521,6 +5522,17 @@
|
|
5521
5522
|
},
|
5522
5523
|
"exception":true
|
5523
5524
|
},
|
5525
|
+
"InsufficientAvailableIPsInSubnetFault":{
|
5526
|
+
"type":"structure",
|
5527
|
+
"members":{
|
5528
|
+
},
|
5529
|
+
"error":{
|
5530
|
+
"code":"InsufficientAvailableIPsInSubnetFault",
|
5531
|
+
"httpStatusCode":400,
|
5532
|
+
"senderFault":true
|
5533
|
+
},
|
5534
|
+
"exception":true
|
5535
|
+
},
|
5524
5536
|
"InsufficientDBClusterCapacityFault":{
|
5525
5537
|
"type":"structure",
|
5526
5538
|
"members":{
|
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.595
|
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: 2020-09-
|
11
|
+
date: 2020-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|