aws-sdk-dynamodb 1.164.0 → 1.165.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: af76145f7558c1c58ad8dd5a5754db3808f577dd2db227eb4845aeda2c16c2c1
4
- data.tar.gz: fc23809758b327367a13ca718cdd450272d20069d4f09a149e64d05010bcc9e4
3
+ metadata.gz: 7448f7cd68d799dc647312810b41f0c6b0a4d5465fc3323bbbe1d61af013ae22
4
+ data.tar.gz: 0b889a1f5784854949d32c5fc722d6d13deccd897fe6a6e6c173418c7d3ab500
5
5
  SHA512:
6
- metadata.gz: '0529b6819cba032570e2f082c35d41f1f143568a7b47629b92e4a11b5033f7f270892eab61aa9f0c8bc6b6776a548866b94e821a9fdfaccc185728b05c34be10'
7
- data.tar.gz: ad2504b0ac3c25ad2ef41ebc81540be4d036675b7134c28a4b000531cb794c189bf729c81b59a6a657b08613fc36b2fb79e64d63f1600cad33fd643a253e2b7d
6
+ metadata.gz: 8bb7a3a08f52e6199d329801d0893e3ed6523211aceacc4c70671529fb89a2f2631d7ab798c7d36b11014533e6c7ba00546deed5758948752710990a531b44de
7
+ data.tar.gz: dfcf47fe688ca0d5ce4bacd62ac1b01be104f6a62c99cdf4ac97818487223573816b9c768c1be0197f11e487b1e0eb524ebe858443e4c84e0e10974ca4ba8315
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.165.0 (2026-03-20)
5
+ ------------------
6
+
7
+ * Feature - Adding ReplicaArn to ReplicaDescription of a global table replica
8
+
4
9
  1.164.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.164.0
1
+ 1.165.0
@@ -1317,6 +1317,7 @@ module Aws::DynamoDB
1317
1317
  # resp.global_table_description.replication_group #=> Array
1318
1318
  # resp.global_table_description.replication_group[0].region_name #=> String
1319
1319
  # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED"
1320
+ # resp.global_table_description.replication_group[0].replica_arn #=> String
1320
1321
  # resp.global_table_description.replication_group[0].replica_status_description #=> String
1321
1322
  # resp.global_table_description.replication_group[0].replica_status_percent_progress #=> String
1322
1323
  # resp.global_table_description.replication_group[0].kms_master_key_id #=> String
@@ -1857,6 +1858,7 @@ module Aws::DynamoDB
1857
1858
  # resp.table_description.replicas #=> Array
1858
1859
  # resp.table_description.replicas[0].region_name #=> String
1859
1860
  # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED"
1861
+ # resp.table_description.replicas[0].replica_arn #=> String
1860
1862
  # resp.table_description.replicas[0].replica_status_description #=> String
1861
1863
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
1862
1864
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -2465,6 +2467,7 @@ module Aws::DynamoDB
2465
2467
  # resp.table_description.replicas #=> Array
2466
2468
  # resp.table_description.replicas[0].region_name #=> String
2467
2469
  # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED"
2470
+ # resp.table_description.replicas[0].replica_arn #=> String
2468
2471
  # resp.table_description.replicas[0].replica_status_description #=> String
2469
2472
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
2470
2473
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -2819,6 +2822,7 @@ module Aws::DynamoDB
2819
2822
  # resp.global_table_description.replication_group #=> Array
2820
2823
  # resp.global_table_description.replication_group[0].region_name #=> String
2821
2824
  # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED"
2825
+ # resp.global_table_description.replication_group[0].replica_arn #=> String
2822
2826
  # resp.global_table_description.replication_group[0].replica_status_description #=> String
2823
2827
  # resp.global_table_description.replication_group[0].replica_status_percent_progress #=> String
2824
2828
  # resp.global_table_description.replication_group[0].kms_master_key_id #=> String
@@ -3321,6 +3325,7 @@ module Aws::DynamoDB
3321
3325
  # resp.table.replicas #=> Array
3322
3326
  # resp.table.replicas[0].region_name #=> String
3323
3327
  # resp.table.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED"
3328
+ # resp.table.replicas[0].replica_arn #=> String
3324
3329
  # resp.table.replicas[0].replica_status_description #=> String
3325
3330
  # resp.table.replicas[0].replica_status_percent_progress #=> String
3326
3331
  # resp.table.replicas[0].kms_master_key_id #=> String
@@ -5931,6 +5936,7 @@ module Aws::DynamoDB
5931
5936
  # resp.table_description.replicas #=> Array
5932
5937
  # resp.table_description.replicas[0].region_name #=> String
5933
5938
  # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED"
5939
+ # resp.table_description.replicas[0].replica_arn #=> String
5934
5940
  # resp.table_description.replicas[0].replica_status_description #=> String
5935
5941
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
5936
5942
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -6201,6 +6207,7 @@ module Aws::DynamoDB
6201
6207
  # resp.table_description.replicas #=> Array
6202
6208
  # resp.table_description.replicas[0].region_name #=> String
6203
6209
  # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED"
6210
+ # resp.table_description.replicas[0].replica_arn #=> String
6204
6211
  # resp.table_description.replicas[0].replica_status_description #=> String
6205
6212
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
6206
6213
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -7318,6 +7325,7 @@ module Aws::DynamoDB
7318
7325
  # resp.global_table_description.replication_group #=> Array
7319
7326
  # resp.global_table_description.replication_group[0].region_name #=> String
7320
7327
  # resp.global_table_description.replication_group[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED"
7328
+ # resp.global_table_description.replication_group[0].replica_arn #=> String
7321
7329
  # resp.global_table_description.replication_group[0].replica_status_description #=> String
7322
7330
  # resp.global_table_description.replication_group[0].replica_status_percent_progress #=> String
7323
7331
  # resp.global_table_description.replication_group[0].kms_master_key_id #=> String
@@ -8438,6 +8446,7 @@ module Aws::DynamoDB
8438
8446
  # resp.table_description.replicas #=> Array
8439
8447
  # resp.table_description.replicas[0].region_name #=> String
8440
8448
  # resp.table_description.replicas[0].replica_status #=> String, one of "CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED"
8449
+ # resp.table_description.replicas[0].replica_arn #=> String
8441
8450
  # resp.table_description.replicas[0].replica_status_description #=> String
8442
8451
  # resp.table_description.replicas[0].replica_status_percent_progress #=> String
8443
8452
  # resp.table_description.replicas[0].kms_master_key_id #=> String
@@ -8745,7 +8754,7 @@ module Aws::DynamoDB
8745
8754
  tracer: tracer
8746
8755
  )
8747
8756
  context[:gem_name] = 'aws-sdk-dynamodb'
8748
- context[:gem_version] = '1.164.0'
8757
+ context[:gem_version] = '1.165.0'
8749
8758
  Seahorse::Client::Request.new(handlers, context)
8750
8759
  end
8751
8760
 
@@ -1549,6 +1549,7 @@ module Aws::DynamoDB
1549
1549
 
1550
1550
  ReplicaDescription.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "RegionName"))
1551
1551
  ReplicaDescription.add_member(:replica_status, Shapes::ShapeRef.new(shape: ReplicaStatus, location_name: "ReplicaStatus"))
1552
+ ReplicaDescription.add_member(:replica_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicaArn"))
1552
1553
  ReplicaDescription.add_member(:replica_status_description, Shapes::ShapeRef.new(shape: ReplicaStatusDescription, location_name: "ReplicaStatusDescription"))
1553
1554
  ReplicaDescription.add_member(:replica_status_percent_progress, Shapes::ShapeRef.new(shape: ReplicaStatusPercentProgress, location_name: "ReplicaStatusPercentProgress"))
1554
1555
  ReplicaDescription.add_member(:kms_master_key_id, Shapes::ShapeRef.new(shape: KMSMasterKeyId, location_name: "KMSMasterKeyId"))
@@ -40,7 +40,7 @@ module Aws::DynamoDB
40
40
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
41
41
  raise ArgumentError, "Invalid Configuration: Dualstack and local endpoint are not supported"
42
42
  end
43
- return Aws::Endpoints::Endpoint.new(url: "http://localhost:8000", headers: {}, properties: {"authSchemes" => [{"signingRegion" => "us-east-1", "signingName" => "dynamodb", "name" => "sigv4"}]}, metadata: { account_id_endpoint: false })
43
+ return Aws::Endpoints::Endpoint.new(url: "http://localhost:8000", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "dynamodb", "signingRegion" => "us-east-1"}]}, metadata: { account_id_endpoint: false })
44
44
  end
45
45
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
46
46
  if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true) && Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"), true)
@@ -7343,6 +7343,10 @@ module Aws::DynamoDB
7343
7343
  # </note>
7344
7344
  # @return [String]
7345
7345
  #
7346
+ # @!attribute [rw] replica_arn
7347
+ # The Amazon Resource Name (ARN) of the global table replica.
7348
+ # @return [String]
7349
+ #
7346
7350
  # @!attribute [rw] replica_status_description
7347
7351
  # Detailed information about the replica status.
7348
7352
  # @return [String]
@@ -7404,6 +7408,7 @@ module Aws::DynamoDB
7404
7408
  class ReplicaDescription < Struct.new(
7405
7409
  :region_name,
7406
7410
  :replica_status,
7411
+ :replica_arn,
7407
7412
  :replica_status_description,
7408
7413
  :replica_status_percent_progress,
7409
7414
  :kms_master_key_id,
@@ -56,7 +56,7 @@ module Aws::DynamoDB
56
56
  autoload :Endpoints, 'aws-sdk-dynamodb/endpoints'
57
57
  autoload :Table, 'aws-sdk-dynamodb/table'
58
58
 
59
- GEM_VERSION = '1.164.0'
59
+ GEM_VERSION = '1.165.0'
60
60
 
61
61
  end
62
62
 
data/sig/types.rbs CHANGED
@@ -1285,6 +1285,7 @@ module Aws::DynamoDB
1285
1285
  class ReplicaDescription
1286
1286
  attr_accessor region_name: ::String
1287
1287
  attr_accessor replica_status: ("CREATING" | "CREATION_FAILED" | "UPDATING" | "DELETING" | "ACTIVE" | "REGION_DISABLED" | "INACCESSIBLE_ENCRYPTION_CREDENTIALS" | "ARCHIVING" | "ARCHIVED" | "REPLICATION_NOT_AUTHORIZED")
1288
+ attr_accessor replica_arn: ::String
1288
1289
  attr_accessor replica_status_description: ::String
1289
1290
  attr_accessor replica_status_percent_progress: ::String
1290
1291
  attr_accessor kms_master_key_id: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.164.0
4
+ version: 1.165.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services