aws-sdk-dynamodb 1.51.0 → 1.56.0

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: 1b563dc9ce50eb546dc1e21f1a1c5d76dbb63b883202ea4310b3024004ef85aa
4
- data.tar.gz: 6f86b6b068cde0e07c44f68fd0f2d513fefec4667f9aae2142cf3c567196732d
3
+ metadata.gz: f8ca9127a78b2f494ae512bfed8545c2f11da4f6d690013618a86ae15f8b091e
4
+ data.tar.gz: a07ec28279d09cbacbe4e532cd838cc3d8408308a903b83b03dc44ebbb9087c7
5
5
  SHA512:
6
- metadata.gz: 410364591ca7803741b788bd3d7d57e7ea748e22f19e9009c60dc7c9fcb02553391edb8274044bdf699553ec9b02d52ec810c384388ed1ba61f94325dd075c33
7
- data.tar.gz: f582b2aaa7ac7b9d66572c63891155a662eb360e393cde6619a09212035137a7b39bcb6955d792c75b1ab35353eaf5f09d6d55fae49b1a741f9336e065640c03
6
+ metadata.gz: de179f8e23017caf749b0218a710571d9ef4cb8f8b48f0329daf2377ab9ad656d69f5988b91a66b06e7d4367c86b34699f752ddcf470d17debe6aaa3f62b21af
7
+ data.tar.gz: 29d35e00842ef1c9c16c0ccb8088cee530fc0a73e6c6c27bfd201d3d6cb38204339de303ea8cf2d8540b727ce7cb8061bc55075d13605f2b4af472294aee0252
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -46,9 +47,9 @@ require_relative 'aws-sdk-dynamodb/customizations'
46
47
  #
47
48
  # See {Errors} for more information.
48
49
  #
49
- # @service
50
+ # @!group service
50
51
  module Aws::DynamoDB
51
52
 
52
- GEM_VERSION = '1.51.0'
53
+ GEM_VERSION = '1.56.0'
53
54
 
54
55
  end
@@ -91,13 +91,28 @@ module Aws::DynamoDB
91
91
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
92
92
  # credentials.
93
93
  #
94
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
95
+ # shared file, such as `~/.aws/config`.
96
+ #
97
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
98
+ #
99
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
100
+ # assume a role after providing credentials via the web.
101
+ #
102
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
103
+ # access token generated from `aws login`.
104
+ #
105
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
106
+ # process that outputs to stdout.
107
+ #
94
108
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
95
109
  # from an EC2 IMDS on an EC2 instance.
96
110
  #
97
- # * `Aws::SharedCredentials` - Used for loading credentials from a
98
- # shared file, such as `~/.aws/config`.
111
+ # * `Aws::ECSCredentials` - Used for loading credentials from
112
+ # instances running in ECS.
99
113
  #
100
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
114
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
115
+ # from the Cognito Identity service.
101
116
  #
102
117
  # When `:credentials` are not configured directly, the following
103
118
  # locations will be searched for credentials:
@@ -107,10 +122,10 @@ module Aws::DynamoDB
107
122
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
108
123
  # * `~/.aws/credentials`
109
124
  # * `~/.aws/config`
110
- # * EC2 IMDS instance profile - When used by default, the timeouts are
111
- # very aggressive. Construct and pass an instance of
112
- # `Aws::InstanceProfileCredentails` to enable retries and extended
113
- # timeouts.
125
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
126
+ # are very aggressive. Construct and pass an instance of
127
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
128
+ # enable retries and extended timeouts.
114
129
  #
115
130
  # @option options [required, String] :region
116
131
  # The AWS region to connect to. The configured `:region` is
@@ -1021,7 +1036,7 @@ module Aws::DynamoDB
1021
1036
  #
1022
1037
  # resp.global_table_description.replication_group #=> Array
1023
1038
  # resp.global_table_description.replication_group[0].region_name #=> String
1024
- # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
1039
+ # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
1025
1040
  # resp.global_table_description.replication_group[0].replica_status_description #=> String
1026
1041
  # resp.global_table_description.replication_group[0].replica_status_percent_progress #=> String
1027
1042
  # resp.global_table_description.replication_group[0].kms_master_key_id #=> String
@@ -1029,6 +1044,7 @@ module Aws::DynamoDB
1029
1044
  # resp.global_table_description.replication_group[0].global_secondary_indexes #=> Array
1030
1045
  # resp.global_table_description.replication_group[0].global_secondary_indexes[0].index_name #=> String
1031
1046
  # resp.global_table_description.replication_group[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
1047
+ # resp.global_table_description.replication_group[0].replica_inaccessible_date_time #=> Time
1032
1048
  # resp.global_table_description.global_table_arn #=> String
1033
1049
  # resp.global_table_description.creation_date_time #=> Time
1034
1050
  # resp.global_table_description.global_table_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "UPDATING"
@@ -1222,7 +1238,8 @@ module Aws::DynamoDB
1222
1238
  # specify this property.
1223
1239
  #
1224
1240
  # For current minimum and maximum provisioned throughput values, see
1225
- # [Limits][1] in the *Amazon DynamoDB Developer Guide*.
1241
+ # [Service, Account, and Table Quotas][1] in the *Amazon DynamoDB
1242
+ # Developer Guide*.
1226
1243
  #
1227
1244
  #
1228
1245
  #
@@ -1464,7 +1481,7 @@ module Aws::DynamoDB
1464
1481
  # resp.table_description.global_table_version #=> String
1465
1482
  # resp.table_description.replicas #=> Array
1466
1483
  # resp.table_description.replicas[0].region_name #=> String
1467
- # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
1484
+ # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
1468
1485
  # resp.table_description.replicas[0].replica_status_description #=> String
1469
1486
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
1470
1487
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -1472,6 +1489,7 @@ module Aws::DynamoDB
1472
1489
  # resp.table_description.replicas[0].global_secondary_indexes #=> Array
1473
1490
  # resp.table_description.replicas[0].global_secondary_indexes[0].index_name #=> String
1474
1491
  # resp.table_description.replicas[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
1492
+ # resp.table_description.replicas[0].replica_inaccessible_date_time #=> Time
1475
1493
  # resp.table_description.restore_summary.source_backup_arn #=> String
1476
1494
  # resp.table_description.restore_summary.source_table_arn #=> String
1477
1495
  # resp.table_description.restore_summary.restore_date_time #=> Time
@@ -1958,7 +1976,7 @@ module Aws::DynamoDB
1958
1976
  # resp.table_description.global_table_version #=> String
1959
1977
  # resp.table_description.replicas #=> Array
1960
1978
  # resp.table_description.replicas[0].region_name #=> String
1961
- # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
1979
+ # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
1962
1980
  # resp.table_description.replicas[0].replica_status_description #=> String
1963
1981
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
1964
1982
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -1966,6 +1984,7 @@ module Aws::DynamoDB
1966
1984
  # resp.table_description.replicas[0].global_secondary_indexes #=> Array
1967
1985
  # resp.table_description.replicas[0].global_secondary_indexes[0].index_name #=> String
1968
1986
  # resp.table_description.replicas[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
1987
+ # resp.table_description.replicas[0].replica_inaccessible_date_time #=> Time
1969
1988
  # resp.table_description.restore_summary.source_backup_arn #=> String
1970
1989
  # resp.table_description.restore_summary.source_table_arn #=> String
1971
1990
  # resp.table_description.restore_summary.restore_date_time #=> Time
@@ -2205,7 +2224,7 @@ module Aws::DynamoDB
2205
2224
  #
2206
2225
  # resp.global_table_description.replication_group #=> Array
2207
2226
  # resp.global_table_description.replication_group[0].region_name #=> String
2208
- # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
2227
+ # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
2209
2228
  # resp.global_table_description.replication_group[0].replica_status_description #=> String
2210
2229
  # resp.global_table_description.replication_group[0].replica_status_percent_progress #=> String
2211
2230
  # resp.global_table_description.replication_group[0].kms_master_key_id #=> String
@@ -2213,6 +2232,7 @@ module Aws::DynamoDB
2213
2232
  # resp.global_table_description.replication_group[0].global_secondary_indexes #=> Array
2214
2233
  # resp.global_table_description.replication_group[0].global_secondary_indexes[0].index_name #=> String
2215
2234
  # resp.global_table_description.replication_group[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
2235
+ # resp.global_table_description.replication_group[0].replica_inaccessible_date_time #=> Time
2216
2236
  # resp.global_table_description.global_table_arn #=> String
2217
2237
  # resp.global_table_description.creation_date_time #=> Time
2218
2238
  # resp.global_table_description.global_table_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "UPDATING"
@@ -2257,7 +2277,7 @@ module Aws::DynamoDB
2257
2277
  # resp.global_table_name #=> String
2258
2278
  # resp.replica_settings #=> Array
2259
2279
  # resp.replica_settings[0].region_name #=> String
2260
- # resp.replica_settings[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
2280
+ # resp.replica_settings[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
2261
2281
  # resp.replica_settings[0].replica_billing_mode_summary.billing_mode #=> String, one of "PROVISIONED", "PAY_PER_REQUEST"
2262
2282
  # resp.replica_settings[0].replica_billing_mode_summary.last_update_to_pay_per_request_date_time #=> Time
2263
2283
  # resp.replica_settings[0].replica_provisioned_read_capacity_units #=> Integer
@@ -2317,28 +2337,28 @@ module Aws::DynamoDB
2317
2337
  req.send_request(options)
2318
2338
  end
2319
2339
 
2320
- # Returns the current provisioned-capacity limits for your AWS account
2340
+ # Returns the current provisioned-capacity quotas for your AWS account
2321
2341
  # in a Region, both for the Region as a whole and for any one DynamoDB
2322
2342
  # table that you create there.
2323
2343
  #
2324
- # When you establish an AWS account, the account has initial limits on
2344
+ # When you establish an AWS account, the account has initial quotas on
2325
2345
  # the maximum read capacity units and write capacity units that you can
2326
2346
  # provision across all of your DynamoDB tables in a given Region. Also,
2327
- # there are per-table limits that apply when you create a table there.
2328
- # For more information, see [Limits][1] page in the *Amazon DynamoDB
2329
- # Developer Guide*.
2347
+ # there are per-table quotas that apply when you create a table there.
2348
+ # For more information, see [Service, Account, and Table Quotas][1] page
2349
+ # in the *Amazon DynamoDB Developer Guide*.
2330
2350
  #
2331
- # Although you can increase these limits by filing a case at [AWS
2351
+ # Although you can increase these quotas by filing a case at [AWS
2332
2352
  # Support Center][2], obtaining the increase is not instantaneous. The
2333
2353
  # `DescribeLimits` action lets you write code to compare the capacity
2334
- # you are currently using to those limits imposed by your account so
2354
+ # you are currently using to those quotas imposed by your account so
2335
2355
  # that you have enough time to apply for an increase before you hit a
2336
- # limit.
2356
+ # quota.
2337
2357
  #
2338
2358
  # For example, you could use one of the AWS SDKs to do the following:
2339
2359
  #
2340
2360
  # 1. Call `DescribeLimits` for a particular Region to obtain your
2341
- # current account limits on provisioned capacity there.
2361
+ # current account quotas on provisioned capacity there.
2342
2362
  #
2343
2363
  # 2. Create a variable to hold the aggregate read capacity units
2344
2364
  # provisioned for all your tables in that Region, and one to hold
@@ -2358,21 +2378,21 @@ module Aws::DynamoDB
2358
2378
  # loop over these GSIs and add their provisioned capacity values
2359
2379
  # to your variables as well.
2360
2380
  #
2361
- # 5. Report the account limits for that Region returned by
2381
+ # 5. Report the account quotas for that Region returned by
2362
2382
  # `DescribeLimits`, along with the total current provisioned
2363
2383
  # capacity levels you have calculated.
2364
2384
  #
2365
2385
  # This will let you see whether you are getting close to your
2366
- # account-level limits.
2386
+ # account-level quotas.
2367
2387
  #
2368
- # The per-table limits apply only when you are creating a new table.
2388
+ # The per-table quotas apply only when you are creating a new table.
2369
2389
  # They restrict the sum of the provisioned capacity of the new table
2370
2390
  # itself and all its global secondary indexes.
2371
2391
  #
2372
2392
  # For existing tables and their GSIs, DynamoDB doesn't let you increase
2373
- # provisioned capacity extremely rapidly. But the only upper limit that
2393
+ # provisioned capacity extremely rapidly, but the only quota that
2374
2394
  # applies is that the aggregate provisioned capacity over all your
2375
- # tables and GSIs cannot exceed either of the per-account limits.
2395
+ # tables and GSIs cannot exceed either of the per-account quotas.
2376
2396
  #
2377
2397
  # <note markdown="1"> `DescribeLimits` should only be called periodically. You can expect
2378
2398
  # throttling errors if you call it more than once in a minute.
@@ -2555,7 +2575,7 @@ module Aws::DynamoDB
2555
2575
  # resp.table.global_table_version #=> String
2556
2576
  # resp.table.replicas #=> Array
2557
2577
  # resp.table.replicas[0].region_name #=> String
2558
- # resp.table.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
2578
+ # resp.table.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
2559
2579
  # resp.table.replicas[0].replica_status_description #=> String
2560
2580
  # resp.table.replicas[0].replica_status_percent_progress #=> String
2561
2581
  # resp.table.replicas[0].kms_master_key_id #=> String
@@ -2563,6 +2583,7 @@ module Aws::DynamoDB
2563
2583
  # resp.table.replicas[0].global_secondary_indexes #=> Array
2564
2584
  # resp.table.replicas[0].global_secondary_indexes[0].index_name #=> String
2565
2585
  # resp.table.replicas[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
2586
+ # resp.table.replicas[0].replica_inaccessible_date_time #=> Time
2566
2587
  # resp.table.restore_summary.source_backup_arn #=> String
2567
2588
  # resp.table.restore_summary.source_table_arn #=> String
2568
2589
  # resp.table.restore_summary.restore_date_time #=> Time
@@ -2664,7 +2685,7 @@ module Aws::DynamoDB
2664
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
2665
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
2666
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
2667
- # resp.table_auto_scaling_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
2688
+ # resp.table_auto_scaling_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
2668
2689
  #
2669
2690
  # @see http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DescribeTableReplicaAutoScaling AWS API Documentation
2670
2691
  #
@@ -2903,12 +2924,11 @@ module Aws::DynamoDB
2903
2924
  # List backups associated with an AWS account. To list backups for a
2904
2925
  # given table, specify `TableName`. `ListBackups` returns a paginated
2905
2926
  # list of results with at most 1 MB worth of items in a page. You can
2906
- # also specify a limit for the maximum number of entries to be returned
2907
- # in a page.
2927
+ # also specify a maximum number of entries to be returned in a page.
2908
2928
  #
2909
2929
  # In the request, start time is inclusive, but end time is exclusive.
2910
- # Note that these limits are for the time at which the original backup
2911
- # was requested.
2930
+ # Note that these boundaries are for the time at which the original
2931
+ # backup was requested.
2912
2932
  #
2913
2933
  # You can call `ListBackups` a maximum of five times per second.
2914
2934
  #
@@ -4231,7 +4251,7 @@ module Aws::DynamoDB
4231
4251
  # resp.table_description.global_table_version #=> String
4232
4252
  # resp.table_description.replicas #=> Array
4233
4253
  # resp.table_description.replicas[0].region_name #=> String
4234
- # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
4254
+ # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
4235
4255
  # resp.table_description.replicas[0].replica_status_description #=> String
4236
4256
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
4237
4257
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -4239,6 +4259,7 @@ module Aws::DynamoDB
4239
4259
  # resp.table_description.replicas[0].global_secondary_indexes #=> Array
4240
4260
  # resp.table_description.replicas[0].global_secondary_indexes[0].index_name #=> String
4241
4261
  # resp.table_description.replicas[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
4262
+ # resp.table_description.replicas[0].replica_inaccessible_date_time #=> Time
4242
4263
  # resp.table_description.restore_summary.source_backup_arn #=> String
4243
4264
  # resp.table_description.restore_summary.source_table_arn #=> String
4244
4265
  # resp.table_description.restore_summary.restore_date_time #=> Time
@@ -4453,7 +4474,7 @@ module Aws::DynamoDB
4453
4474
  # resp.table_description.global_table_version #=> String
4454
4475
  # resp.table_description.replicas #=> Array
4455
4476
  # resp.table_description.replicas[0].region_name #=> String
4456
- # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
4477
+ # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
4457
4478
  # resp.table_description.replicas[0].replica_status_description #=> String
4458
4479
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
4459
4480
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -4461,6 +4482,7 @@ module Aws::DynamoDB
4461
4482
  # resp.table_description.replicas[0].global_secondary_indexes #=> Array
4462
4483
  # resp.table_description.replicas[0].global_secondary_indexes[0].index_name #=> String
4463
4484
  # resp.table_description.replicas[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
4485
+ # resp.table_description.replicas[0].replica_inaccessible_date_time #=> Time
4464
4486
  # resp.table_description.restore_summary.source_backup_arn #=> String
4465
4487
  # resp.table_description.restore_summary.source_table_arn #=> String
4466
4488
  # resp.table_description.restore_summary.restore_date_time #=> Time
@@ -5457,7 +5479,7 @@ module Aws::DynamoDB
5457
5479
  #
5458
5480
  # resp.global_table_description.replication_group #=> Array
5459
5481
  # resp.global_table_description.replication_group[0].region_name #=> String
5460
- # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
5482
+ # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
5461
5483
  # resp.global_table_description.replication_group[0].replica_status_description #=> String
5462
5484
  # resp.global_table_description.replication_group[0].replica_status_percent_progress #=> String
5463
5485
  # resp.global_table_description.replication_group[0].kms_master_key_id #=> String
@@ -5465,6 +5487,7 @@ module Aws::DynamoDB
5465
5487
  # resp.global_table_description.replication_group[0].global_secondary_indexes #=> Array
5466
5488
  # resp.global_table_description.replication_group[0].global_secondary_indexes[0].index_name #=> String
5467
5489
  # resp.global_table_description.replication_group[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
5490
+ # resp.global_table_description.replication_group[0].replica_inaccessible_date_time #=> Time
5468
5491
  # resp.global_table_description.global_table_arn #=> String
5469
5492
  # resp.global_table_description.creation_date_time #=> Time
5470
5493
  # resp.global_table_description.global_table_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "UPDATING"
@@ -5614,7 +5637,7 @@ module Aws::DynamoDB
5614
5637
  # resp.global_table_name #=> String
5615
5638
  # resp.replica_settings #=> Array
5616
5639
  # resp.replica_settings[0].region_name #=> String
5617
- # resp.replica_settings[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
5640
+ # resp.replica_settings[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
5618
5641
  # resp.replica_settings[0].replica_billing_mode_summary.billing_mode #=> String, one of "PROVISIONED", "PAY_PER_REQUEST"
5619
5642
  # resp.replica_settings[0].replica_billing_mode_summary.last_update_to_pay_per_request_date_time #=> Time
5620
5643
  # resp.replica_settings[0].replica_provisioned_read_capacity_units #=> Integer
@@ -6375,7 +6398,7 @@ module Aws::DynamoDB
6375
6398
  # resp.table_description.global_table_version #=> String
6376
6399
  # resp.table_description.replicas #=> Array
6377
6400
  # resp.table_description.replicas[0].region_name #=> String
6378
- # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
6401
+ # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
6379
6402
  # resp.table_description.replicas[0].replica_status_description #=> String
6380
6403
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
6381
6404
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -6383,6 +6406,7 @@ module Aws::DynamoDB
6383
6406
  # resp.table_description.replicas[0].global_secondary_indexes #=> Array
6384
6407
  # resp.table_description.replicas[0].global_secondary_indexes[0].index_name #=> String
6385
6408
  # resp.table_description.replicas[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
6409
+ # resp.table_description.replicas[0].replica_inaccessible_date_time #=> Time
6386
6410
  # resp.table_description.restore_summary.source_backup_arn #=> String
6387
6411
  # resp.table_description.restore_summary.source_table_arn #=> String
6388
6412
  # resp.table_description.restore_summary.restore_date_time #=> Time
@@ -6564,7 +6588,7 @@ module Aws::DynamoDB
6564
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
6565
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
6566
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
6567
- # resp.table_auto_scaling_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE"
6591
+ # resp.table_auto_scaling_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
6568
6592
  #
6569
6593
  # @see http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateTableReplicaAutoScaling AWS API Documentation
6570
6594
  #
@@ -6660,7 +6684,7 @@ module Aws::DynamoDB
6660
6684
  params: params,
6661
6685
  config: config)
6662
6686
  context[:gem_name] = 'aws-sdk-dynamodb'
6663
- context[:gem_version] = '1.51.0'
6687
+ context[:gem_version] = '1.56.0'
6664
6688
  Seahorse::Client::Request.new(handlers, context)
6665
6689
  end
6666
6690
 
@@ -1099,6 +1099,7 @@ module Aws::DynamoDB
1099
1099
  ReplicaDescription.add_member(:kms_master_key_id, Shapes::ShapeRef.new(shape: KMSMasterKeyId, location_name: "KMSMasterKeyId"))
1100
1100
  ReplicaDescription.add_member(:provisioned_throughput_override, Shapes::ShapeRef.new(shape: ProvisionedThroughputOverride, location_name: "ProvisionedThroughputOverride"))
1101
1101
  ReplicaDescription.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: ReplicaGlobalSecondaryIndexDescriptionList, location_name: "GlobalSecondaryIndexes"))
1102
+ ReplicaDescription.add_member(:replica_inaccessible_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "ReplicaInaccessibleDateTime"))
1102
1103
  ReplicaDescription.struct_class = Types::ReplicaDescription
1103
1104
 
1104
1105
  ReplicaDescriptionList.member = Shapes::ShapeRef.new(shape: ReplicaDescription)
@@ -471,7 +471,8 @@ module Aws::DynamoDB
471
471
  # specify this property.
472
472
  #
473
473
  # For current minimum and maximum provisioned throughput values, see
474
- # [Limits][1] in the *Amazon DynamoDB Developer Guide*.
474
+ # [Service, Account, and Table Quotas][1] in the *Amazon DynamoDB
475
+ # Developer Guide*.
475
476
  #
476
477
  #
477
478
  #
@@ -265,9 +265,9 @@ module Aws::DynamoDB
265
265
  # * `KEYS_ONLY` - Only the index and primary keys are projected into
266
266
  # the index.
267
267
  #
268
- # * `INCLUDE` - Only the specified table attributes are projected
269
- # into the index. The list of projected attributes is in
270
- # `NonKeyAttributes`.
268
+ # * `INCLUDE` - In addition to the attributes described in
269
+ # `KEYS_ONLY`, the secondary index will include other non-key
270
+ # attributes that you specify.
271
271
  #
272
272
  # * `ALL` - All of the table attributes are projected into the
273
273
  # index.
@@ -1721,7 +1721,8 @@ module Aws::DynamoDB
1721
1721
  # global secondary index.
1722
1722
  #
1723
1723
  # For current minimum and maximum provisioned throughput values, see
1724
- # [Limits][1] in the *Amazon DynamoDB Developer Guide*.
1724
+ # [Service, Account, and Table Quotas][1] in the *Amazon DynamoDB
1725
+ # Developer Guide*.
1725
1726
  #
1726
1727
  #
1727
1728
  #
@@ -2097,7 +2098,8 @@ module Aws::DynamoDB
2097
2098
  # specify this property.
2098
2099
  #
2099
2100
  # For current minimum and maximum provisioned throughput values, see
2100
- # [Limits][1] in the *Amazon DynamoDB Developer Guide*.
2101
+ # [Service, Account, and Table Quotas][1] in the *Amazon DynamoDB
2102
+ # Developer Guide*.
2101
2103
  #
2102
2104
  #
2103
2105
  #
@@ -3661,7 +3663,8 @@ module Aws::DynamoDB
3661
3663
  # global secondary index.
3662
3664
  #
3663
3665
  # For current minimum and maximum provisioned throughput values, see
3664
- # [Limits][1] in the *Amazon DynamoDB Developer Guide*.
3666
+ # [Service, Account, and Table Quotas][1] in the *Amazon DynamoDB
3667
+ # Developer Guide*.
3665
3668
  #
3666
3669
  #
3667
3670
  #
@@ -3795,7 +3798,8 @@ module Aws::DynamoDB
3795
3798
  # global secondary index.
3796
3799
  #
3797
3800
  # For current minimum and maximum provisioned throughput values, see
3798
- # [Limits][1] in the *Amazon DynamoDB Developer Guide*.
3801
+ # [Service, Account, and Table Quotas][1] in the *Amazon DynamoDB
3802
+ # Developer Guide*.
3799
3803
  #
3800
3804
  #
3801
3805
  #
@@ -4415,7 +4419,7 @@ module Aws::DynamoDB
4415
4419
  # time; however, if the table or index specifications are complex,
4416
4420
  # DynamoDB might temporarily reduce the number of concurrent operations.
4417
4421
  #
4418
- # There is a soft account limit of 256 tables.
4422
+ # There is a soft account quota of 256 tables.
4419
4423
  #
4420
4424
  # @!attribute [rw] message
4421
4425
  # Too many operations for a given subscriber.
@@ -4986,9 +4990,9 @@ module Aws::DynamoDB
4986
4990
  # * `KEYS_ONLY` - Only the index and primary keys are projected into
4987
4991
  # the index.
4988
4992
  #
4989
- # * `INCLUDE` - Only the specified table attributes are projected into
4990
- # the index. The list of projected attributes is in
4991
- # `NonKeyAttributes`.
4993
+ # * `INCLUDE` - In addition to the attributes described in
4994
+ # `KEYS_ONLY`, the secondary index will include other non-key
4995
+ # attributes that you specify.
4992
4996
  #
4993
4997
  # * `ALL` - All of the table attributes are projected into the index.
4994
4998
  # @return [String]
@@ -5017,7 +5021,8 @@ module Aws::DynamoDB
5017
5021
  # operation.
5018
5022
  #
5019
5023
  # For current minimum and maximum provisioned throughput values, see
5020
- # [Limits][1] in the *Amazon DynamoDB Developer Guide*.
5024
+ # [Service, Account, and Table Quotas][1] in the *Amazon DynamoDB
5025
+ # Developer Guide*.
5021
5026
  #
5022
5027
  #
5023
5028
  #
@@ -5085,8 +5090,8 @@ module Aws::DynamoDB
5085
5090
  # @!attribute [rw] number_of_decreases_today
5086
5091
  # The number of provisioned throughput decreases for this table during
5087
5092
  # this UTC calendar day. For current maximums on provisioned
5088
- # throughput decreases, see [Limits][1] in the *Amazon DynamoDB
5089
- # Developer Guide*.
5093
+ # throughput decreases, see [Service, Account, and Table Quotas][1] in
5094
+ # the *Amazon DynamoDB Developer Guide*.
5090
5095
  #
5091
5096
  #
5092
5097
  #
@@ -6257,6 +6262,26 @@ module Aws::DynamoDB
6257
6262
  # * `DELETING` - The replica is being deleted.
6258
6263
  #
6259
6264
  # * `ACTIVE` - The replica is ready for use.
6265
+ #
6266
+ # * `REGION_DISABLED` - The replica is inaccessible because the AWS
6267
+ # Region has been disabled.
6268
+ #
6269
+ # <note markdown="1"> If the AWS Region remains inaccessible for more than 20 hours,
6270
+ # DynamoDB will remove this replica from the replication group. The
6271
+ # replica will not be deleted and replication will stop from and to
6272
+ # this region.
6273
+ #
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>
6260
6285
  # @return [String]
6261
6286
  #
6262
6287
  # @!attribute [rw] replica_status_description
@@ -6282,6 +6307,12 @@ module Aws::DynamoDB
6282
6307
  # Replica-specific global secondary index settings.
6283
6308
  # @return [Array<Types::ReplicaGlobalSecondaryIndexDescription>]
6284
6309
  #
6310
+ # @!attribute [rw] replica_inaccessible_date_time
6311
+ # The time at which the replica was first detected as inaccessible. To
6312
+ # determine cause of inaccessibility check the `ReplicaStatus`
6313
+ # property.
6314
+ # @return [Time]
6315
+ #
6285
6316
  # @see http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ReplicaDescription AWS API Documentation
6286
6317
  #
6287
6318
  class ReplicaDescription < Struct.new(
@@ -6291,7 +6322,8 @@ module Aws::DynamoDB
6291
6322
  :replica_status_percent_progress,
6292
6323
  :kms_master_key_id,
6293
6324
  :provisioned_throughput_override,
6294
- :global_secondary_indexes)
6325
+ :global_secondary_indexes,
6326
+ :replica_inaccessible_date_time)
6295
6327
  SENSITIVE = []
6296
6328
  include Aws::Structure
6297
6329
  end
@@ -6813,8 +6845,8 @@ module Aws::DynamoDB
6813
6845
  include Aws::Structure
6814
6846
  end
6815
6847
 
6816
- # Throughput exceeds the current throughput limit for your account.
6817
- # Please contact AWS Support at [AWS Support][1] to request a limit
6848
+ # Throughput exceeds the current throughput quota for your account.
6849
+ # Please contact AWS Support at [AWS Support][1] to request a quota
6818
6850
  # increase.
6819
6851
  #
6820
6852
  #
@@ -8086,9 +8118,9 @@ module Aws::DynamoDB
8086
8118
  # * `KEYS_ONLY` - Only the index and primary keys are projected
8087
8119
  # into the index.
8088
8120
  #
8089
- # * `INCLUDE` - Only the specified table attributes are projected
8090
- # into the index. The list of projected attributes is in
8091
- # `NonKeyAttributes`.
8121
+ # * `INCLUDE` - In addition to the attributes described in
8122
+ # `KEYS_ONLY`, the secondary index will include other non-key
8123
+ # attributes that you specify.
8092
8124
  #
8093
8125
  # * `ALL` - All of the table attributes are projected into the
8094
8126
  # index.
@@ -9112,7 +9144,8 @@ module Aws::DynamoDB
9112
9144
  # global secondary index.
9113
9145
  #
9114
9146
  # For current minimum and maximum provisioned throughput values, see
9115
- # [Limits][1] in the *Amazon DynamoDB Developer Guide*.
9147
+ # [Service, Account, and Table Quotas][1] in the *Amazon DynamoDB
9148
+ # Developer Guide*.
9116
9149
  #
9117
9150
  #
9118
9151
  #
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.51.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-07-02 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement