aws-sdk-dynamodb 1.55.0 → 1.56.0

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: aa092027136f7fd6a79893442159787621c9df54109750dabe9e8a1153635a98
4
- data.tar.gz: 84a77cc53d7d1f137e54b22420a4f32f0efc2ecf6e9413b206483b136308b2db
3
+ metadata.gz: f8ca9127a78b2f494ae512bfed8545c2f11da4f6d690013618a86ae15f8b091e
4
+ data.tar.gz: a07ec28279d09cbacbe4e532cd838cc3d8408308a903b83b03dc44ebbb9087c7
5
5
  SHA512:
6
- metadata.gz: bdea1cb9aa08db9d0583814898882f8f94f3b568ad9c9d952982473b17dbacee82fa9848de7bb7ff5e3a631c3e2765e31383a4cfb7ca0a7d9732c2602ad61a3f
7
- data.tar.gz: 39af277269fccc285ae7e857e19cdf4bb85106435f37f0510d1bc3de6b601751a49361e5f46b662182f117e9234c73e8b1fcad60215f22ad31d6204a0becf4ed
6
+ metadata.gz: de179f8e23017caf749b0218a710571d9ef4cb8f8b48f0329daf2377ab9ad656d69f5988b91a66b06e7d4367c86b34699f752ddcf470d17debe6aaa3f62b21af
7
+ data.tar.gz: 29d35e00842ef1c9c16c0ccb8088cee530fc0a73e6c6c27bfd201d3d6cb38204339de303ea8cf2d8540b727ce7cb8061bc55075d13605f2b4af472294aee0252
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
50
50
  # @!group service
51
51
  module Aws::DynamoDB
52
52
 
53
- GEM_VERSION = '1.55.0'
53
+ GEM_VERSION = '1.56.0'
54
54
 
55
55
  end
@@ -1036,7 +1036,7 @@ module Aws::DynamoDB
1036
1036
  #
1037
1037
  # resp.global_table_description.replication_group #=> Array
1038
1038
  # resp.global_table_description.replication_group[0].region_name #=> String
1039
- # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
1039
+ # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
1040
1040
  # resp.global_table_description.replication_group[0].replica_status_description #=> String
1041
1041
  # resp.global_table_description.replication_group[0].replica_status_percent_progress #=> String
1042
1042
  # resp.global_table_description.replication_group[0].kms_master_key_id #=> String
@@ -1481,7 +1481,7 @@ module Aws::DynamoDB
1481
1481
  # resp.table_description.global_table_version #=> String
1482
1482
  # resp.table_description.replicas #=> Array
1483
1483
  # resp.table_description.replicas[0].region_name #=> String
1484
- # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
1484
+ # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
1485
1485
  # resp.table_description.replicas[0].replica_status_description #=> String
1486
1486
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
1487
1487
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -1976,7 +1976,7 @@ module Aws::DynamoDB
1976
1976
  # resp.table_description.global_table_version #=> String
1977
1977
  # resp.table_description.replicas #=> Array
1978
1978
  # resp.table_description.replicas[0].region_name #=> String
1979
- # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
1979
+ # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
1980
1980
  # resp.table_description.replicas[0].replica_status_description #=> String
1981
1981
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
1982
1982
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -2224,7 +2224,7 @@ module Aws::DynamoDB
2224
2224
  #
2225
2225
  # resp.global_table_description.replication_group #=> Array
2226
2226
  # resp.global_table_description.replication_group[0].region_name #=> String
2227
- # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
2227
+ # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
2228
2228
  # resp.global_table_description.replication_group[0].replica_status_description #=> String
2229
2229
  # resp.global_table_description.replication_group[0].replica_status_percent_progress #=> String
2230
2230
  # resp.global_table_description.replication_group[0].kms_master_key_id #=> String
@@ -2277,7 +2277,7 @@ module Aws::DynamoDB
2277
2277
  # resp.global_table_name #=> String
2278
2278
  # resp.replica_settings #=> Array
2279
2279
  # resp.replica_settings[0].region_name #=> String
2280
- # resp.replica_settings[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
2280
+ # resp.replica_settings[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
2281
2281
  # resp.replica_settings[0].replica_billing_mode_summary.billing_mode #=> String, one of "PROVISIONED", "PAY_PER_REQUEST"
2282
2282
  # resp.replica_settings[0].replica_billing_mode_summary.last_update_to_pay_per_request_date_time #=> Time
2283
2283
  # resp.replica_settings[0].replica_provisioned_read_capacity_units #=> Integer
@@ -2575,7 +2575,7 @@ module Aws::DynamoDB
2575
2575
  # resp.table.global_table_version #=> String
2576
2576
  # resp.table.replicas #=> Array
2577
2577
  # resp.table.replicas[0].region_name #=> String
2578
- # resp.table.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
2578
+ # resp.table.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
2579
2579
  # resp.table.replicas[0].replica_status_description #=> String
2580
2580
  # resp.table.replicas[0].replica_status_percent_progress #=> String
2581
2581
  # resp.table.replicas[0].kms_master_key_id #=> String
@@ -2685,7 +2685,7 @@ module Aws::DynamoDB
2685
2685
  # resp.table_auto_scaling_description.replicas[0].replica_provisioned_write_capacity_auto_scaling_settings.scaling_policies[0].target_tracking_scaling_policy_configuration.scale_in_cooldown #=> Integer
2686
2686
  # resp.table_auto_scaling_description.replicas[0].replica_provisioned_write_capacity_auto_scaling_settings.scaling_policies[0].target_tracking_scaling_policy_configuration.scale_out_cooldown #=> Integer
2687
2687
  # resp.table_auto_scaling_description.replicas[0].replica_provisioned_write_capacity_auto_scaling_settings.scaling_policies[0].target_tracking_scaling_policy_configuration.target_value #=> Float
2688
- # resp.table_auto_scaling_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
2688
+ # resp.table_auto_scaling_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
2689
2689
  #
2690
2690
  # @see http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DescribeTableReplicaAutoScaling AWS API Documentation
2691
2691
  #
@@ -4251,7 +4251,7 @@ module Aws::DynamoDB
4251
4251
  # resp.table_description.global_table_version #=> String
4252
4252
  # resp.table_description.replicas #=> Array
4253
4253
  # resp.table_description.replicas[0].region_name #=> String
4254
- # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
4254
+ # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
4255
4255
  # resp.table_description.replicas[0].replica_status_description #=> String
4256
4256
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
4257
4257
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -4474,7 +4474,7 @@ module Aws::DynamoDB
4474
4474
  # resp.table_description.global_table_version #=> String
4475
4475
  # resp.table_description.replicas #=> Array
4476
4476
  # resp.table_description.replicas[0].region_name #=> String
4477
- # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
4477
+ # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
4478
4478
  # resp.table_description.replicas[0].replica_status_description #=> String
4479
4479
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
4480
4480
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -5479,7 +5479,7 @@ module Aws::DynamoDB
5479
5479
  #
5480
5480
  # resp.global_table_description.replication_group #=> Array
5481
5481
  # resp.global_table_description.replication_group[0].region_name #=> String
5482
- # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
5482
+ # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
5483
5483
  # resp.global_table_description.replication_group[0].replica_status_description #=> String
5484
5484
  # resp.global_table_description.replication_group[0].replica_status_percent_progress #=> String
5485
5485
  # resp.global_table_description.replication_group[0].kms_master_key_id #=> String
@@ -5637,7 +5637,7 @@ module Aws::DynamoDB
5637
5637
  # resp.global_table_name #=> String
5638
5638
  # resp.replica_settings #=> Array
5639
5639
  # resp.replica_settings[0].region_name #=> String
5640
- # resp.replica_settings[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
5640
+ # resp.replica_settings[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
5641
5641
  # resp.replica_settings[0].replica_billing_mode_summary.billing_mode #=> String, one of "PROVISIONED", "PAY_PER_REQUEST"
5642
5642
  # resp.replica_settings[0].replica_billing_mode_summary.last_update_to_pay_per_request_date_time #=> Time
5643
5643
  # resp.replica_settings[0].replica_provisioned_read_capacity_units #=> Integer
@@ -6398,7 +6398,7 @@ module Aws::DynamoDB
6398
6398
  # resp.table_description.global_table_version #=> String
6399
6399
  # resp.table_description.replicas #=> Array
6400
6400
  # resp.table_description.replicas[0].region_name #=> String
6401
- # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
6401
+ # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
6402
6402
  # resp.table_description.replicas[0].replica_status_description #=> String
6403
6403
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
6404
6404
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -6588,7 +6588,7 @@ module Aws::DynamoDB
6588
6588
  # resp.table_auto_scaling_description.replicas[0].replica_provisioned_write_capacity_auto_scaling_settings.scaling_policies[0].target_tracking_scaling_policy_configuration.scale_in_cooldown #=> Integer
6589
6589
  # resp.table_auto_scaling_description.replicas[0].replica_provisioned_write_capacity_auto_scaling_settings.scaling_policies[0].target_tracking_scaling_policy_configuration.scale_out_cooldown #=> Integer
6590
6590
  # resp.table_auto_scaling_description.replicas[0].replica_provisioned_write_capacity_auto_scaling_settings.scaling_policies[0].target_tracking_scaling_policy_configuration.target_value #=> Float
6591
- # resp.table_auto_scaling_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED"
6591
+ # resp.table_auto_scaling_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
6592
6592
  #
6593
6593
  # @see http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateTableReplicaAutoScaling AWS API Documentation
6594
6594
  #
@@ -6684,7 +6684,7 @@ module Aws::DynamoDB
6684
6684
  params: params,
6685
6685
  config: config)
6686
6686
  context[:gem_name] = 'aws-sdk-dynamodb'
6687
- context[:gem_version] = '1.55.0'
6687
+ context[:gem_version] = '1.56.0'
6688
6688
  Seahorse::Client::Request.new(handlers, context)
6689
6689
  end
6690
6690
 
@@ -6272,6 +6272,16 @@ module Aws::DynamoDB
6272
6272
  # this region.
6273
6273
  #
6274
6274
  # </note>
6275
+ #
6276
+ # * `INACCESSIBLE_ENCRYPTION_CREDENTIALS ` - The AWS KMS key used to
6277
+ # encrypt the table is inaccessible.
6278
+ #
6279
+ # <note markdown="1"> If the AWS KMS key remains inaccessible for more than 20 hours,
6280
+ # DynamoDB will remove this replica from the replication group. The
6281
+ # replica will not be deleted and replication will stop from and to
6282
+ # this region.
6283
+ #
6284
+ # </note>
6275
6285
  # @return [String]
6276
6286
  #
6277
6287
  # @!attribute [rw] replica_status_description
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.0
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-10-05 00:00:00.000000000 Z
11
+ date: 2020-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core