aws-sdk-core 2.11.594 → 2.11.595

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
  SHA256:
3
- metadata.gz: 6d48c883299db1cef51c5fef5f60e82511883479c276ede6cc7f7bd107f1711a
4
- data.tar.gz: 3be3b5b5afd2cf99b96296d956ea3772b2eac90dfb80922d125cb2b08b870ad2
3
+ metadata.gz: 762707150fd85e2c3dcbafb7c5d2c7a3b1e6a5714f60463ab3c9aedcf8d4a730
4
+ data.tar.gz: b88e420e8f7c762e9b71a76c5eb77c6532049fb468447e5653e6f05b6618d0d3
5
5
  SHA512:
6
- metadata.gz: 52b39ef2fe623dbfb7795021c32a172ca6a8aef7a21ac18d613c1d49fec56de138c6ffcf5ec9d98af0ae2ac30ee9d3f3580b39f0e360c59ec60577841ead387f
7
- data.tar.gz: 3e2247805f98bf9f6f65674d941aa7399d8d04e5e74fbc8950dddf53aafa5bb5120636f4f71fa86d5a9379f69645bc4c434b7b61d35656a606efb41a4cbfef03
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":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.594'
2
+ VERSION = '2.11.595'
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.594
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-25 00:00:00.000000000 Z
11
+ date: 2020-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath