aws-sdk-dynamodb 1.50.0 → 1.55.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 +4 -4
- data/lib/aws-sdk-dynamodb.rb +3 -2
- data/lib/aws-sdk-dynamodb/client.rb +64 -40
- data/lib/aws-sdk-dynamodb/client_api.rb +1 -0
- data/lib/aws-sdk-dynamodb/resource.rb +2 -1
- data/lib/aws-sdk-dynamodb/table.rb +3 -3
- data/lib/aws-sdk-dynamodb/types.rb +41 -18
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa092027136f7fd6a79893442159787621c9df54109750dabe9e8a1153635a98
|
4
|
+
data.tar.gz: 84a77cc53d7d1f137e54b22420a4f32f0efc2ecf6e9413b206483b136308b2db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdea1cb9aa08db9d0583814898882f8f94f3b568ad9c9d952982473b17dbacee82fa9848de7bb7ff5e3a631c3e2765e31383a4cfb7ca0a7d9732c2602ad61a3f
|
7
|
+
data.tar.gz: 39af277269fccc285ae7e857e19cdf4bb85106435f37f0510d1bc3de6b601751a49361e5f46b662182f117e9234c73e8b1fcad60215f22ad31d6204a0becf4ed
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
@@ -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
|
-
#
|
50
|
+
# @!group service
|
50
51
|
module Aws::DynamoDB
|
51
52
|
|
52
|
-
GEM_VERSION = '1.
|
53
|
+
GEM_VERSION = '1.55.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::
|
98
|
-
#
|
111
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
112
|
+
# instances running in ECS.
|
99
113
|
#
|
100
|
-
# * `Aws::
|
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
|
111
|
-
# very aggressive. Construct and pass an instance of
|
112
|
-
# `Aws::InstanceProfileCredentails`
|
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"
|
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
|
-
# [
|
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"
|
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"
|
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"
|
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"
|
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
|
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
|
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
|
2328
|
-
# For more information, see [
|
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
|
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
|
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
|
-
#
|
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
|
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
|
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
|
2386
|
+
# account-level quotas.
|
2367
2387
|
#
|
2368
|
-
# The per-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
|
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
|
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"
|
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"
|
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
|
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
|
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"
|
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"
|
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"
|
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"
|
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"
|
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"
|
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.
|
6687
|
+
context[:gem_version] = '1.55.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
|
-
# [
|
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` -
|
269
|
-
#
|
270
|
-
#
|
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
|
-
# [
|
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
|
-
# [
|
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
|
-
# [
|
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
|
-
# [
|
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
|
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` -
|
4990
|
-
# the index
|
4991
|
-
#
|
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
|
-
# [
|
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 [
|
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,16 @@ 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>
|
6260
6275
|
# @return [String]
|
6261
6276
|
#
|
6262
6277
|
# @!attribute [rw] replica_status_description
|
@@ -6282,6 +6297,12 @@ module Aws::DynamoDB
|
|
6282
6297
|
# Replica-specific global secondary index settings.
|
6283
6298
|
# @return [Array<Types::ReplicaGlobalSecondaryIndexDescription>]
|
6284
6299
|
#
|
6300
|
+
# @!attribute [rw] replica_inaccessible_date_time
|
6301
|
+
# The time at which the replica was first detected as inaccessible. To
|
6302
|
+
# determine cause of inaccessibility check the `ReplicaStatus`
|
6303
|
+
# property.
|
6304
|
+
# @return [Time]
|
6305
|
+
#
|
6285
6306
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ReplicaDescription AWS API Documentation
|
6286
6307
|
#
|
6287
6308
|
class ReplicaDescription < Struct.new(
|
@@ -6291,7 +6312,8 @@ module Aws::DynamoDB
|
|
6291
6312
|
:replica_status_percent_progress,
|
6292
6313
|
:kms_master_key_id,
|
6293
6314
|
:provisioned_throughput_override,
|
6294
|
-
:global_secondary_indexes
|
6315
|
+
:global_secondary_indexes,
|
6316
|
+
:replica_inaccessible_date_time)
|
6295
6317
|
SENSITIVE = []
|
6296
6318
|
include Aws::Structure
|
6297
6319
|
end
|
@@ -6813,8 +6835,8 @@ module Aws::DynamoDB
|
|
6813
6835
|
include Aws::Structure
|
6814
6836
|
end
|
6815
6837
|
|
6816
|
-
# Throughput exceeds the current throughput
|
6817
|
-
# Please contact AWS Support at [AWS Support][1] to request a
|
6838
|
+
# Throughput exceeds the current throughput quota for your account.
|
6839
|
+
# Please contact AWS Support at [AWS Support][1] to request a quota
|
6818
6840
|
# increase.
|
6819
6841
|
#
|
6820
6842
|
#
|
@@ -8086,9 +8108,9 @@ module Aws::DynamoDB
|
|
8086
8108
|
# * `KEYS_ONLY` - Only the index and primary keys are projected
|
8087
8109
|
# into the index.
|
8088
8110
|
#
|
8089
|
-
# * `INCLUDE` -
|
8090
|
-
#
|
8091
|
-
#
|
8111
|
+
# * `INCLUDE` - In addition to the attributes described in
|
8112
|
+
# `KEYS_ONLY`, the secondary index will include other non-key
|
8113
|
+
# attributes that you specify.
|
8092
8114
|
#
|
8093
8115
|
# * `ALL` - All of the table attributes are projected into the
|
8094
8116
|
# index.
|
@@ -9112,7 +9134,8 @@ module Aws::DynamoDB
|
|
9112
9134
|
# global secondary index.
|
9113
9135
|
#
|
9114
9136
|
# For current minimum and maximum provisioned throughput values, see
|
9115
|
-
# [
|
9137
|
+
# [Service, Account, and Table Quotas][1] in the *Amazon DynamoDB
|
9138
|
+
# Developer Guide*.
|
9116
9139
|
#
|
9117
9140
|
#
|
9118
9141
|
#
|
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.
|
4
|
+
version: 1.55.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-
|
11
|
+
date: 2020-10-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.
|
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.
|
32
|
+
version: 3.109.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|