aws-sdk-paymentcryptography 1.45.0 → 1.46.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: ac7b5619cdba8bf16f9d0e9f540ea48942c7f66118d7a87dfc66044479e0dde7
4
- data.tar.gz: fe95cb40eba648914f6489c74ab141c2068abb0675fe8f435e71c94ed6fe492c
3
+ metadata.gz: 83268dd4a68d77ebfa34f0a883dd0622d53d1f8eb03377fc5ccab7b41bcd288d
4
+ data.tar.gz: 73b0f6628db60f042bd417396ff4497d2ea8d60f822de31bc320446bd5dfa424
5
5
  SHA512:
6
- metadata.gz: 3ed612b2770845ab5cd451170d0a0ab35aa0023d1a21e6c22303d4443f2ad163c129f20974101bc8ba7629e99b2fc632eb8a01f475d62162b619a0fcc9f556c7
7
- data.tar.gz: 14edb7d05bb5c9ced0ba91e047d929d2e46d888043e94d8e66b6692542eac4405f75e358b7e21c13f9d9ec5282f1181b7ad9d4f2782357c8afb8787ab7619a4c
6
+ metadata.gz: 8a1b1221c91c8b63d88d06eaacbf0c462ea3d5cd2faa4bd1a94962aa1013a10f0c4d4a3a2b7ec2eb065de1bb922f621c06552cb61a16e93d139b99ef830cefdc
7
+ data.tar.gz: 612dfbf9dbff01a4fc672421d346f000f479ded0104de65e016308ac571b040e053ba9732e5aa33747c6d2eb5b6a283842a7dea73a8f42d99ad1f4fab59c1df4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-10-31)
5
+ ------------------
6
+
7
+ * Feature - Allow additional characters in the CertificateSubject for GetCertificateSigningRequest API.
8
+
4
9
  1.45.0 (2025-10-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -487,11 +487,12 @@ module Aws::PaymentCryptography
487
487
  # Services Payment Cryptography key, enabling the key to be used for
488
488
  # cryptographic operations in additional Amazon Web Services Regions.
489
489
  #
490
- # Multi-region keys allow you to use the same key material across
491
- # multiple Amazon Web Services Regions, providing lower latency for
492
- # applications distributed across regions. When you add Replication
493
- # Regions, Amazon Web Services Payment Cryptography securely replicates
494
- # the key material to the specified Amazon Web Services Regions.
490
+ # [Multi-Region key replication][1] allow you to use the same key
491
+ # material across multiple Amazon Web Services Regions, providing lower
492
+ # latency for applications distributed across regions. When you add
493
+ # Replication Regions, Amazon Web Services Payment Cryptography securely
494
+ # replicates the key material to the specified Amazon Web Services
495
+ # Regions.
495
496
  #
496
497
  # The key must be in an active state to add Replication Regions. You can
497
498
  # add multiple regions in a single operation, and the key will be
@@ -502,17 +503,18 @@ module Aws::PaymentCryptography
502
503
  #
503
504
  # **Related operations:**
504
505
  #
505
- # * [RemoveKeyReplicationRegions][1]
506
+ # * [RemoveKeyReplicationRegions][2]
506
507
  #
507
- # * [EnableDefaultKeyReplicationRegions][2]
508
+ # * [EnableDefaultKeyReplicationRegions][3]
508
509
  #
509
- # * [GetDefaultKeyReplicationRegions][3]
510
+ # * [GetDefaultKeyReplicationRegions][4]
510
511
  #
511
512
  #
512
513
  #
513
- # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_RemoveKeyReplicationRegions.html
514
- # [2]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_EnableDefaultKeyReplicationRegions.html
515
- # [3]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_GetDefaultKeyReplicationRegions.html
514
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
515
+ # [2]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_RemoveKeyReplicationRegions.html
516
+ # [3]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_EnableDefaultKeyReplicationRegions.html
517
+ # [4]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_GetDefaultKeyReplicationRegions.html
516
518
  #
517
519
  # @option params [required, String] :key_identifier
518
520
  # The key identifier (ARN or alias) of the key for which to add
@@ -1014,14 +1016,15 @@ module Aws::PaymentCryptography
1014
1016
  req.send_request(options)
1015
1017
  end
1016
1018
 
1017
- # Disables multi-region key replication settings for the specified
1018
- # Amazon Web Services Regions in your account, preventing new keys from
1019
- # being automatically replicated to those regions.
1019
+ # Disables [Multi-Region key replication][1] settings for the specified
1020
+ # Amazon Web Services Regions in your Amazon Web Services account,
1021
+ # preventing new keys from being automatically replicated to those
1022
+ # regions.
1020
1023
  #
1021
- # After disabling default replication for specific regions, new keys
1022
- # created in your account will not be automatically replicated to those
1023
- # regions. You can still manually add replication to those regions for
1024
- # individual keys using the AddKeyReplicationRegions operation.
1024
+ # After disabling Multi-Region key replication for specific regions, new
1025
+ # keys created in your account will not be automatically replicated to
1026
+ # those regions. You can still manually add replication to those regions
1027
+ # for individual keys using the [AddKeyReplicationRegions][2] operation.
1025
1028
  #
1026
1029
  # This operation does not affect existing keys or their current
1027
1030
  # replication configuration.
@@ -1031,14 +1034,16 @@ module Aws::PaymentCryptography
1031
1034
  #
1032
1035
  # **Related operations:**
1033
1036
  #
1034
- # * [EnableDefaultKeyReplicationRegions][1]
1037
+ # * [EnableDefaultKeyReplicationRegions][3]
1035
1038
  #
1036
- # * [GetDefaultKeyReplicationRegions][2]
1039
+ # * [GetDefaultKeyReplicationRegions][4]
1037
1040
  #
1038
1041
  #
1039
1042
  #
1040
- # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_EnableDefaultKeyReplicationRegions.html
1041
- # [2]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_GetDefaultKeyReplicationRegions.html
1043
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
1044
+ # [2]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_AddKeyReplicationRegions.html
1045
+ # [3]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_EnableDefaultKeyReplicationRegions.html
1046
+ # [4]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_GetDefaultKeyReplicationRegions.html
1042
1047
  #
1043
1048
  # @option params [required, Array<String>] :replication_regions
1044
1049
  # The list of Amazon Web Services Regions to remove from the account's
@@ -1072,11 +1077,11 @@ module Aws::PaymentCryptography
1072
1077
  req.send_request(options)
1073
1078
  end
1074
1079
 
1075
- # Enables multi-region key replication settings for your account,
1076
- # causing new keys to be automatically replicated to the specified
1077
- # Amazon Web Services Regions when created.
1080
+ # Enables [Multi-Region key replication][1] settings for your Amazon Web
1081
+ # Services account, causing new keys to be automatically replicated to
1082
+ # the specified Amazon Web Services Regions when created.
1078
1083
  #
1079
- # When default Replication Regions are enabled, any new keys created in
1084
+ # When Multi-Region key replication are enabled, any new keys created in
1080
1085
  # your account will automatically be replicated to these regions unless
1081
1086
  # you explicitly override this behavior during key creation. This
1082
1087
  # simplifies key management for applications that operate across
@@ -1090,22 +1095,28 @@ module Aws::PaymentCryptography
1090
1095
  #
1091
1096
  # **Related operations:**
1092
1097
  #
1093
- # * [DisableDefaultKeyReplicationRegions][1]
1098
+ # * [DisableDefaultKeyReplicationRegions][2]
1094
1099
  #
1095
- # * [GetDefaultKeyReplicationRegions][2]
1100
+ # * [GetDefaultKeyReplicationRegions][3]
1096
1101
  #
1097
1102
  #
1098
1103
  #
1099
- # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_DisableDefaultKeyReplicationRegions.html
1100
- # [2]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_GetDefaultKeyReplicationRegions.html
1104
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
1105
+ # [2]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_DisableDefaultKeyReplicationRegions.html
1106
+ # [3]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_GetDefaultKeyReplicationRegions.html
1101
1107
  #
1102
1108
  # @option params [required, Array<String>] :replication_regions
1103
1109
  # The list of Amazon Web Services Regions to enable as default
1104
- # replication regions for the account.
1110
+ # replication regions for the Amazon Web Services account for
1111
+ # [Multi-Region key replication][1].
1105
1112
  #
1106
1113
  # New keys created in this account will automatically be replicated to
1107
1114
  # these regions unless explicitly overridden during key creation.
1108
1115
  #
1116
+ #
1117
+ #
1118
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
1119
+ #
1109
1120
  # @return [Types::EnableDefaultKeyReplicationRegionsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1110
1121
  #
1111
1122
  # * {Types::EnableDefaultKeyReplicationRegionsOutput#enabled_replication_regions #enabled_replication_regions} => Array&lt;String&gt;
@@ -1520,16 +1531,16 @@ module Aws::PaymentCryptography
1520
1531
  req.send_request(options)
1521
1532
  end
1522
1533
 
1523
- # Used to retrieve the public key for a keypair.
1534
+ # Creates a certificate signing request (CSR) from a key pair.
1524
1535
  #
1525
1536
  # @option params [required, String] :key_identifier
1526
1537
  # Asymmetric key used for generating the certificate signing request
1527
1538
  #
1528
1539
  # @option params [required, String] :signing_algorithm
1529
- # Algorithm used to generate the certificate signing request
1540
+ # The cryptographic algorithm used to sign your CSR.
1530
1541
  #
1531
1542
  # @option params [required, Types::CertificateSubjectType] :certificate_subject
1532
- # Certificate subject data
1543
+ # The metadata used to create the CSR.
1533
1544
  #
1534
1545
  # @return [Types::GetCertificateSigningRequestOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1535
1546
  #
@@ -1564,27 +1575,29 @@ module Aws::PaymentCryptography
1564
1575
  req.send_request(options)
1565
1576
  end
1566
1577
 
1567
- # Retrieves the list of regions where default key replication is
1568
- # currently enabled for your account.
1578
+ # Retrieves the list of Amazon Web Services Regions where [Multi-Region
1579
+ # key replication][1] is currently enabled for your Amazon Web Services
1580
+ # account.
1569
1581
  #
1570
- # This operation returns the current configuration of default
1571
- # Replication Regions. New keys created in your account will be
1572
- # automatically replicated to these regions unless explicitly overridden
1573
- # during key creation.
1582
+ # This operation returns the current Multi-Region key replication
1583
+ # configuration. New keys created in your account will be automatically
1584
+ # replicated to these regions unless explicitly overridden during key
1585
+ # creation.
1574
1586
  #
1575
1587
  # **Cross-account use:** This operation can't be used across different
1576
1588
  # Amazon Web Services accounts.
1577
1589
  #
1578
1590
  # **Related operations:**
1579
1591
  #
1580
- # * [EnableDefaultKeyReplicationRegions][1]
1592
+ # * [EnableDefaultKeyReplicationRegions][2]
1581
1593
  #
1582
- # * [DisableDefaultKeyReplicationRegions][2]
1594
+ # * [DisableDefaultKeyReplicationRegions][3]
1583
1595
  #
1584
1596
  #
1585
1597
  #
1586
- # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_EnableDefaultKeyReplicationRegions.html
1587
- # [2]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_DisableDefaultKeyReplicationRegions.html
1598
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
1599
+ # [2]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_EnableDefaultKeyReplicationRegions.html
1600
+ # [3]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_DisableDefaultKeyReplicationRegions.html
1588
1601
  #
1589
1602
  # @return [Types::GetDefaultKeyReplicationRegionsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1590
1603
  #
@@ -2524,7 +2537,8 @@ module Aws::PaymentCryptography
2524
2537
  # When you remove Replication Regions, the key material is securely
2525
2538
  # deleted from those regions and can no longer be used for cryptographic
2526
2539
  # operations there. This operation is irreversible for the specified
2527
- # Amazon Web Services Regions.
2540
+ # Amazon Web Services Regions. For more information, see [Multi-Region
2541
+ # key replication][1].
2528
2542
  #
2529
2543
  # Ensure that no active cryptographic operations or applications depend
2530
2544
  # on the key in the regions you're removing before performing this
@@ -2535,14 +2549,15 @@ module Aws::PaymentCryptography
2535
2549
  #
2536
2550
  # **Related operations:**
2537
2551
  #
2538
- # * [AddKeyReplicationRegions][1]
2552
+ # * [AddKeyReplicationRegions][2]
2539
2553
  #
2540
- # * [DisableDefaultKeyReplicationRegions][2]
2554
+ # * [DisableDefaultKeyReplicationRegions][3]
2541
2555
  #
2542
2556
  #
2543
2557
  #
2544
- # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_AddKeyReplicationRegions.html
2545
- # [2]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_DisableDefaultKeyReplicationRegions.html
2558
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
2559
+ # [2]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_AddKeyReplicationRegions.html
2560
+ # [3]: https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_DisableDefaultKeyReplicationRegions.html
2546
2561
  #
2547
2562
  # @option params [required, String] :key_identifier
2548
2563
  # The key identifier (ARN or alias) of the key from which to remove
@@ -3055,7 +3070,7 @@ module Aws::PaymentCryptography
3055
3070
  tracer: tracer
3056
3071
  )
3057
3072
  context[:gem_name] = 'aws-sdk-paymentcryptography'
3058
- context[:gem_version] = '1.45.0'
3073
+ context[:gem_version] = '1.46.0'
3059
3074
  Seahorse::Client::Request.new(handlers, context)
3060
3075
  end
3061
3076
 
@@ -98,34 +98,38 @@ module Aws::PaymentCryptography
98
98
  include Aws::Structure
99
99
  end
100
100
 
101
- # Metadata used in generating the CSR
101
+ # The metadata used to create the certificate signing request.
102
102
  #
103
103
  # @!attribute [rw] common_name
104
- # Common Name to be used in the certificate signing request
104
+ # The name you provide to create the certificate signing request.
105
105
  # @return [String]
106
106
  #
107
107
  # @!attribute [rw] organization_unit
108
- # Organization Unit to be used in the certificate signing request
108
+ # The organization unit you provide to create the certificate signing
109
+ # request.
109
110
  # @return [String]
110
111
  #
111
112
  # @!attribute [rw] organization
112
- # Organization to be used in the certificate signing request
113
+ # The organization you provide to create the certificate signing
114
+ # request.
113
115
  # @return [String]
114
116
  #
115
117
  # @!attribute [rw] city
116
- # City to be used in the certificate signing request
118
+ # The city you provide to create the certificate signing request.
117
119
  # @return [String]
118
120
  #
119
121
  # @!attribute [rw] country
120
- # Country to be used in the certificate signing request
122
+ # The city you provide to create the certificate signing request.
121
123
  # @return [String]
122
124
  #
123
125
  # @!attribute [rw] state_or_province
124
- # State Or Province to be used in the certificate signing request
126
+ # The state or province you provide to create the certificate signing
127
+ # request.
125
128
  # @return [String]
126
129
  #
127
130
  # @!attribute [rw] email_address
128
- # Email to be used in the certificate signing request
131
+ # The email address you provide to create the certificate signing
132
+ # request.
129
133
  # @return [String]
130
134
  #
131
135
  # @see http://docs.aws.amazon.com/goto/WebAPI/payment-cryptography-2021-09-14/CertificateSubjectType AWS API Documentation
@@ -413,10 +417,15 @@ module Aws::PaymentCryptography
413
417
  #
414
418
  # @!attribute [rw] replication_regions
415
419
  # The list of Amazon Web Services Regions to enable as default
416
- # replication regions for the account.
420
+ # replication regions for the Amazon Web Services account for
421
+ # [Multi-Region key replication][1].
417
422
  #
418
423
  # New keys created in this account will automatically be replicated to
419
424
  # these regions unless explicitly overridden during key creation.
425
+ #
426
+ #
427
+ #
428
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
420
429
  # @return [Array<String>]
421
430
  #
422
431
  # @see http://docs.aws.amazon.com/goto/WebAPI/payment-cryptography-2021-09-14/EnableDefaultKeyReplicationRegionsInput AWS API Documentation
@@ -709,7 +718,7 @@ module Aws::PaymentCryptography
709
718
  # @return [String]
710
719
  #
711
720
  # @!attribute [rw] signing_key_certificate
712
- # Certificate used for signing the export key
721
+ # The certificate used to sign the TR-34 key block.
713
722
  # @return [String]
714
723
  #
715
724
  # @!attribute [rw] key_block_format
@@ -772,11 +781,11 @@ module Aws::PaymentCryptography
772
781
  # @return [String]
773
782
  #
774
783
  # @!attribute [rw] signing_algorithm
775
- # Algorithm used to generate the certificate signing request
784
+ # The cryptographic algorithm used to sign your CSR.
776
785
  # @return [String]
777
786
  #
778
787
  # @!attribute [rw] certificate_subject
779
- # Certificate subject data
788
+ # The metadata used to create the CSR.
780
789
  # @return [Types::CertificateSubjectType]
781
790
  #
782
791
  # @see http://docs.aws.amazon.com/goto/WebAPI/payment-cryptography-2021-09-14/GetCertificateSigningRequestInput AWS API Documentation
@@ -790,7 +799,8 @@ module Aws::PaymentCryptography
790
799
  end
791
800
 
792
801
  # @!attribute [rw] certificate_signing_request
793
- # Certificate signing request
802
+ # The certificate signing request generated using the key pair
803
+ # associated with the key identifier.
794
804
  # @return [String]
795
805
  #
796
806
  # @see http://docs.aws.amazon.com/goto/WebAPI/payment-cryptography-2021-09-14/GetCertificateSigningRequestOutput AWS API Documentation
@@ -1300,7 +1310,7 @@ module Aws::PaymentCryptography
1300
1310
  # @return [String]
1301
1311
  #
1302
1312
  # @!attribute [rw] wrapping_key_certificate
1303
- # Key Identifier used for unwrapping the import key
1313
+ # The certificate used to wrap the TR-34 key block.
1304
1314
  # @return [String]
1305
1315
  #
1306
1316
  # @!attribute [rw] wrapped_key_block
@@ -1437,14 +1447,19 @@ module Aws::PaymentCryptography
1437
1447
  # @return [String]
1438
1448
  #
1439
1449
  # @!attribute [rw] multi_region_key_type
1440
- # Indicates whether this key is a multi-region key and its role in the
1441
- # multi-region key hierarchy.
1450
+ # Indicates whether this key is a Multi-Region key and its role in the
1451
+ # Multi-Region key hierarchy.
1452
+ #
1453
+ # Multi-Region replication keys allow the same key material to be used
1454
+ # across multiple Amazon Web Services Regions. This field specifies
1455
+ # whether the key is a Primary Region key (PRK) (which can be
1456
+ # replicated to other Amazon Web Services Regions) or a Replica Region
1457
+ # key (RRK) (which is a copy of a PRK in another Region). For more
1458
+ # information, see [Multi-Region key replication][1].
1442
1459
  #
1443
- # Multi-region keys allow the same key material to be used across
1444
- # multiple Amazon Web Services Regions. This field specifies whether
1445
- # the key is a primary key (which can be replicated to other regions)
1446
- # or a replica key (which is a copy of a primary key in another
1447
- # region).
1460
+ #
1461
+ #
1462
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
1448
1463
  # @return [String]
1449
1464
  #
1450
1465
  # @!attribute [rw] primary_region
@@ -1458,7 +1473,7 @@ module Aws::PaymentCryptography
1458
1473
  #
1459
1474
  # @!attribute [rw] replication_status
1460
1475
  # Information about the replication status of the key across different
1461
- # regions.
1476
+ # Amazon Web Services Regions.
1462
1477
  #
1463
1478
  # This field provides details about the current state of key
1464
1479
  # replication, including any status messages or operational
@@ -1468,12 +1483,17 @@ module Aws::PaymentCryptography
1468
1483
  #
1469
1484
  # @!attribute [rw] using_default_replication_regions
1470
1485
  # Indicates whether this key is using the account's default
1471
- # replication regions configuration.
1486
+ # replication regions configuration for [Multi-Region key
1487
+ # replication][1].
1472
1488
  #
1473
1489
  # When set to `true`, the key automatically replicates to the regions
1474
1490
  # specified in the account's default replication settings. When set
1475
1491
  # to `false`, the key has a custom replication configuration that
1476
1492
  # overrides the account defaults.
1493
+ #
1494
+ #
1495
+ #
1496
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
1477
1497
  # @return [Boolean]
1478
1498
  #
1479
1499
  # @see http://docs.aws.amazon.com/goto/WebAPI/payment-cryptography-2021-09-14/Key AWS API Documentation
@@ -1700,14 +1720,19 @@ module Aws::PaymentCryptography
1700
1720
  # @return [Boolean]
1701
1721
  #
1702
1722
  # @!attribute [rw] multi_region_key_type
1703
- # Indicates whether this key is a multi-region key and its role in the
1704
- # multi-region key hierarchy.
1723
+ # Indicates whether this key is a Multi-Region key and its role in the
1724
+ # Multi-Region key hierarchy.
1725
+ #
1726
+ # Multi-Region replication keys allow the same key material to be used
1727
+ # across multiple Amazon Web Services Regions. This field specifies
1728
+ # whether the key is a Primary Region key (PRK) (which can be
1729
+ # replicated to other Amazon Web Services Regions) or a Replica Region
1730
+ # key (RRK) (which is a copy of a PRK in another Region). For more
1731
+ # information, see [Multi-Region key replication][1].
1732
+ #
1705
1733
  #
1706
- # Multi-region keys allow the same key material to be used across
1707
- # multiple Amazon Web Services Regions. This field specifies whether
1708
- # the key is a primary key (which can be replicated to other regions)
1709
- # or a replica key (which is a copy of a primary key in another
1710
- # region).
1734
+ #
1735
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
1711
1736
  # @return [String]
1712
1737
  #
1713
1738
  # @!attribute [rw] primary_region
@@ -1930,19 +1955,24 @@ module Aws::PaymentCryptography
1930
1955
  end
1931
1956
 
1932
1957
  # Represents the replication status information for a key in a
1933
- # replication region.
1958
+ # replication region for [Multi-Region key replication][1].
1934
1959
  #
1935
1960
  # This structure contains details about the current state of key
1936
1961
  # replication, including any status messages and operational information
1937
1962
  # about the replication process.
1938
1963
  #
1964
+ #
1965
+ #
1966
+ # [1]: https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html
1967
+ #
1939
1968
  # @!attribute [rw] status
1940
- # The current status of key replication in this region.
1969
+ # The current status of key replication in this Amazon Web Services
1970
+ # Region.
1941
1971
  #
1942
1972
  # This field indicates whether the key replication is in progress,
1943
1973
  # completed successfully, or has encountered an error. Possible values
1944
- # include states such as SYNCRHONIZED, IN\_PROGRESS,
1945
- # DELETE\_IN\_PROGRESS, or FAILED. This provides visibility into the
1974
+ # include states such as `SYNCRHONIZED`, `IN_PROGRESS`,
1975
+ # `DELETE_IN_PROGRESS`, or `FAILED`. This provides visibility into the
1946
1976
  # replication process for monitoring and troubleshooting purposes.
1947
1977
  # @return [String]
1948
1978
  #
@@ -55,7 +55,7 @@ module Aws::PaymentCryptography
55
55
  autoload :EndpointProvider, 'aws-sdk-paymentcryptography/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-paymentcryptography/endpoints'
57
57
 
58
- GEM_VERSION = '1.45.0'
58
+ GEM_VERSION = '1.46.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-paymentcryptography
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services