aws-sdk-paymentcryptographydata 1.33.0 → 1.34.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: 07f3e6a1d7c337e0e1d8bf845f008c6b72edca50ce345ee53accb3411fb0516f
4
- data.tar.gz: 2a1b8efd4670b46e37d8b5407d50926fab9ae949e2a591b20789278777683b74
3
+ metadata.gz: bf4d715cb86a5160a90f67dca7b9b920055b3ccd8fced51a08c20581c2077555
4
+ data.tar.gz: c06a2f3900aeb7f85427c1b3d5c144cb2491cf53fdd8fe400f6f37bb6b6567a4
5
5
  SHA512:
6
- metadata.gz: c8353e471b9f17c2eb1e06a72a7e72d10d8dd76e4ae98d054a556a591829dd2c0636e389f5918f8e7e68fed9a119c272365bcd251aa4c47aaa7cd7f6efa8a045
7
- data.tar.gz: 0a59091c43248752121595a08b835a871f04fa79e006ee3fa51d6dd9b2e5f6344cacc2ee00a386ccd91b3d1baedd1700bcf5af282b5e99aa27d943e9a789df1f
6
+ metadata.gz: 40e72ad0a81f2a76cda9ea51b70052f27764cb230d7bc7b0bb8bb563ba5582f14e5c9a2f3ff465d0746d08d32b40a2e77ca55978bf7b7f665418968531778dda
7
+ data.tar.gz: a8a07faff9e325ec0c7e23380bfeee0e0623813993bea0e87a71dbc8c1b55c01d37f6162aa194e91d15d03e0d2c063cd302839ff64a6e1a23a2ce7ed1a879824
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2025-06-19)
5
+ ------------------
6
+
7
+ * Feature - Additional support for managing HMAC keys that adheres to changes documented in X9.143-2021 and provides better interoperability for key import/export
8
+
4
9
  1.33.0 (2025-06-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -570,7 +570,7 @@ module Aws::PaymentCryptographyData
570
570
  # padding_type: "PKCS1", # accepts PKCS1, OAEP_SHA1, OAEP_SHA256, OAEP_SHA512
571
571
  # },
572
572
  # dukpt: {
573
- # key_serial_number: "HexLengthBetween10And24", # required
573
+ # key_serial_number: "HexLength16Or20Or24", # required
574
574
  # mode: "ECB", # accepts ECB, CBC
575
575
  # dukpt_key_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
576
576
  # dukpt_key_variant: "BIDIRECTIONAL", # accepts BIDIRECTIONAL, REQUEST, RESPONSE
@@ -591,13 +591,13 @@ module Aws::PaymentCryptographyData
591
591
  # diffie_hellman_symmetric_key: {
592
592
  # certificate_authority_public_key_identifier: "KeyArnOrKeyAliasType", # required
593
593
  # public_key_certificate: "CertificateType", # required
594
- # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
594
+ # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512, HMAC_SHA224
595
595
  # key_derivation_function: "NIST_SP800", # required, accepts NIST_SP800, ANSI_X963
596
596
  # key_derivation_hash_algorithm: "SHA_256", # required, accepts SHA_256, SHA_384, SHA_512
597
597
  # shared_information: "SharedInformation", # required
598
598
  # },
599
599
  # },
600
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24
600
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
601
601
  # },
602
602
  # })
603
603
  #
@@ -738,7 +738,7 @@ module Aws::PaymentCryptographyData
738
738
  # padding_type: "PKCS1", # accepts PKCS1, OAEP_SHA1, OAEP_SHA256, OAEP_SHA512
739
739
  # },
740
740
  # dukpt: {
741
- # key_serial_number: "HexLengthBetween10And24", # required
741
+ # key_serial_number: "HexLength16Or20Or24", # required
742
742
  # mode: "ECB", # accepts ECB, CBC
743
743
  # dukpt_key_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
744
744
  # dukpt_key_variant: "BIDIRECTIONAL", # accepts BIDIRECTIONAL, REQUEST, RESPONSE
@@ -759,13 +759,13 @@ module Aws::PaymentCryptographyData
759
759
  # diffie_hellman_symmetric_key: {
760
760
  # certificate_authority_public_key_identifier: "KeyArnOrKeyAliasType", # required
761
761
  # public_key_certificate: "CertificateType", # required
762
- # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
762
+ # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512, HMAC_SHA224
763
763
  # key_derivation_function: "NIST_SP800", # required, accepts NIST_SP800, ANSI_X963
764
764
  # key_derivation_hash_algorithm: "SHA_256", # required, accepts SHA_256, SHA_384, SHA_512
765
765
  # shared_information: "SharedInformation", # required
766
766
  # },
767
767
  # },
768
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24
768
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
769
769
  # },
770
770
  # })
771
771
  #
@@ -974,17 +974,17 @@ module Aws::PaymentCryptographyData
974
974
  # },
975
975
  # },
976
976
  # dukpt_iso_9797_algorithm_1: {
977
- # key_serial_number: "HexLengthBetween10And24", # required
977
+ # key_serial_number: "HexLength16Or20Or24", # required
978
978
  # dukpt_key_variant: "BIDIRECTIONAL", # required, accepts BIDIRECTIONAL, REQUEST, RESPONSE
979
979
  # dukpt_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
980
980
  # },
981
981
  # dukpt_iso_9797_algorithm_3: {
982
- # key_serial_number: "HexLengthBetween10And24", # required
982
+ # key_serial_number: "HexLength16Or20Or24", # required
983
983
  # dukpt_key_variant: "BIDIRECTIONAL", # required, accepts BIDIRECTIONAL, REQUEST, RESPONSE
984
984
  # dukpt_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
985
985
  # },
986
986
  # dukpt_cmac: {
987
- # key_serial_number: "HexLengthBetween10And24", # required
987
+ # key_serial_number: "HexLength16Or20Or24", # required
988
988
  # dukpt_key_variant: "BIDIRECTIONAL", # required, accepts BIDIRECTIONAL, REQUEST, RESPONSE
989
989
  # dukpt_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
990
990
  # },
@@ -1309,13 +1309,13 @@ module Aws::PaymentCryptographyData
1309
1309
  # diffie_hellman_symmetric_key: {
1310
1310
  # certificate_authority_public_key_identifier: "KeyArnOrKeyAliasType", # required
1311
1311
  # public_key_certificate: "CertificateType", # required
1312
- # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
1312
+ # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512, HMAC_SHA224
1313
1313
  # key_derivation_function: "NIST_SP800", # required, accepts NIST_SP800, ANSI_X963
1314
1314
  # key_derivation_hash_algorithm: "SHA_256", # required, accepts SHA_256, SHA_384, SHA_512
1315
1315
  # shared_information: "SharedInformation", # required
1316
1316
  # },
1317
1317
  # },
1318
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24
1318
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1319
1319
  # },
1320
1320
  # })
1321
1321
  #
@@ -1440,7 +1440,7 @@ module Aws::PaymentCryptographyData
1440
1440
  # padding_type: "PKCS1", # accepts PKCS1, OAEP_SHA1, OAEP_SHA256, OAEP_SHA512
1441
1441
  # },
1442
1442
  # dukpt: {
1443
- # key_serial_number: "HexLengthBetween10And24", # required
1443
+ # key_serial_number: "HexLength16Or20Or24", # required
1444
1444
  # mode: "ECB", # accepts ECB, CBC
1445
1445
  # dukpt_key_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
1446
1446
  # dukpt_key_variant: "BIDIRECTIONAL", # accepts BIDIRECTIONAL, REQUEST, RESPONSE
@@ -1454,7 +1454,7 @@ module Aws::PaymentCryptographyData
1454
1454
  # padding_type: "PKCS1", # accepts PKCS1, OAEP_SHA1, OAEP_SHA256, OAEP_SHA512
1455
1455
  # },
1456
1456
  # dukpt: {
1457
- # key_serial_number: "HexLengthBetween10And24", # required
1457
+ # key_serial_number: "HexLength16Or20Or24", # required
1458
1458
  # mode: "ECB", # accepts ECB, CBC
1459
1459
  # dukpt_key_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
1460
1460
  # dukpt_key_variant: "BIDIRECTIONAL", # accepts BIDIRECTIONAL, REQUEST, RESPONSE
@@ -1467,13 +1467,13 @@ module Aws::PaymentCryptographyData
1467
1467
  # diffie_hellman_symmetric_key: {
1468
1468
  # certificate_authority_public_key_identifier: "KeyArnOrKeyAliasType", # required
1469
1469
  # public_key_certificate: "CertificateType", # required
1470
- # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
1470
+ # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512, HMAC_SHA224
1471
1471
  # key_derivation_function: "NIST_SP800", # required, accepts NIST_SP800, ANSI_X963
1472
1472
  # key_derivation_hash_algorithm: "SHA_256", # required, accepts SHA_256, SHA_384, SHA_512
1473
1473
  # shared_information: "SharedInformation", # required
1474
1474
  # },
1475
1475
  # },
1476
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24
1476
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1477
1477
  # },
1478
1478
  # outgoing_wrapped_key: {
1479
1479
  # wrapped_key_material: { # required
@@ -1481,13 +1481,13 @@ module Aws::PaymentCryptographyData
1481
1481
  # diffie_hellman_symmetric_key: {
1482
1482
  # certificate_authority_public_key_identifier: "KeyArnOrKeyAliasType", # required
1483
1483
  # public_key_certificate: "CertificateType", # required
1484
- # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
1484
+ # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512, HMAC_SHA224
1485
1485
  # key_derivation_function: "NIST_SP800", # required, accepts NIST_SP800, ANSI_X963
1486
1486
  # key_derivation_hash_algorithm: "SHA_256", # required, accepts SHA_256, SHA_384, SHA_512
1487
1487
  # shared_information: "SharedInformation", # required
1488
1488
  # },
1489
1489
  # },
1490
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24
1490
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1491
1491
  # },
1492
1492
  # })
1493
1493
  #
@@ -1656,12 +1656,12 @@ module Aws::PaymentCryptographyData
1656
1656
  # },
1657
1657
  # encrypted_pin_block: "HexEvenLengthBetween16And32", # required
1658
1658
  # incoming_dukpt_attributes: {
1659
- # key_serial_number: "HexLengthBetween10And24", # required
1659
+ # key_serial_number: "HexLength16Or20Or24", # required
1660
1660
  # dukpt_key_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
1661
1661
  # dukpt_key_variant: "BIDIRECTIONAL", # accepts BIDIRECTIONAL, REQUEST, RESPONSE
1662
1662
  # },
1663
1663
  # outgoing_dukpt_attributes: {
1664
- # key_serial_number: "HexLengthBetween10And24", # required
1664
+ # key_serial_number: "HexLength16Or20Or24", # required
1665
1665
  # dukpt_key_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
1666
1666
  # dukpt_key_variant: "BIDIRECTIONAL", # accepts BIDIRECTIONAL, REQUEST, RESPONSE
1667
1667
  # },
@@ -1671,13 +1671,13 @@ module Aws::PaymentCryptographyData
1671
1671
  # diffie_hellman_symmetric_key: {
1672
1672
  # certificate_authority_public_key_identifier: "KeyArnOrKeyAliasType", # required
1673
1673
  # public_key_certificate: "CertificateType", # required
1674
- # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
1674
+ # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512, HMAC_SHA224
1675
1675
  # key_derivation_function: "NIST_SP800", # required, accepts NIST_SP800, ANSI_X963
1676
1676
  # key_derivation_hash_algorithm: "SHA_256", # required, accepts SHA_256, SHA_384, SHA_512
1677
1677
  # shared_information: "SharedInformation", # required
1678
1678
  # },
1679
1679
  # },
1680
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24
1680
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1681
1681
  # },
1682
1682
  # outgoing_wrapped_key: {
1683
1683
  # wrapped_key_material: { # required
@@ -1685,13 +1685,13 @@ module Aws::PaymentCryptographyData
1685
1685
  # diffie_hellman_symmetric_key: {
1686
1686
  # certificate_authority_public_key_identifier: "KeyArnOrKeyAliasType", # required
1687
1687
  # public_key_certificate: "CertificateType", # required
1688
- # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
1688
+ # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512, HMAC_SHA224
1689
1689
  # key_derivation_function: "NIST_SP800", # required, accepts NIST_SP800, ANSI_X963
1690
1690
  # key_derivation_hash_algorithm: "SHA_256", # required, accepts SHA_256, SHA_384, SHA_512
1691
1691
  # shared_information: "SharedInformation", # required
1692
1692
  # },
1693
1693
  # },
1694
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24
1694
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1695
1695
  # },
1696
1696
  # })
1697
1697
  #
@@ -2035,17 +2035,17 @@ module Aws::PaymentCryptographyData
2035
2035
  # },
2036
2036
  # },
2037
2037
  # dukpt_iso_9797_algorithm_1: {
2038
- # key_serial_number: "HexLengthBetween10And24", # required
2038
+ # key_serial_number: "HexLength16Or20Or24", # required
2039
2039
  # dukpt_key_variant: "BIDIRECTIONAL", # required, accepts BIDIRECTIONAL, REQUEST, RESPONSE
2040
2040
  # dukpt_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
2041
2041
  # },
2042
2042
  # dukpt_iso_9797_algorithm_3: {
2043
- # key_serial_number: "HexLengthBetween10And24", # required
2043
+ # key_serial_number: "HexLength16Or20Or24", # required
2044
2044
  # dukpt_key_variant: "BIDIRECTIONAL", # required, accepts BIDIRECTIONAL, REQUEST, RESPONSE
2045
2045
  # dukpt_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
2046
2046
  # },
2047
2047
  # dukpt_cmac: {
2048
- # key_serial_number: "HexLengthBetween10And24", # required
2048
+ # key_serial_number: "HexLength16Or20Or24", # required
2049
2049
  # dukpt_key_variant: "BIDIRECTIONAL", # required, accepts BIDIRECTIONAL, REQUEST, RESPONSE
2050
2050
  # dukpt_derivation_type: "TDES_2KEY", # accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
2051
2051
  # },
@@ -2168,7 +2168,7 @@ module Aws::PaymentCryptographyData
2168
2168
  # pin_block_format: "ISO_FORMAT_0", # required, accepts ISO_FORMAT_0, ISO_FORMAT_3, ISO_FORMAT_4
2169
2169
  # pin_data_length: 1,
2170
2170
  # dukpt_attributes: {
2171
- # key_serial_number: "HexLengthBetween10And24", # required
2171
+ # key_serial_number: "HexLength16Or20Or24", # required
2172
2172
  # dukpt_derivation_type: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
2173
2173
  # },
2174
2174
  # encryption_wrapped_key: {
@@ -2177,13 +2177,13 @@ module Aws::PaymentCryptographyData
2177
2177
  # diffie_hellman_symmetric_key: {
2178
2178
  # certificate_authority_public_key_identifier: "KeyArnOrKeyAliasType", # required
2179
2179
  # public_key_certificate: "CertificateType", # required
2180
- # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256
2180
+ # key_algorithm: "TDES_2KEY", # required, accepts TDES_2KEY, TDES_3KEY, AES_128, AES_192, AES_256, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512, HMAC_SHA224
2181
2181
  # key_derivation_function: "NIST_SP800", # required, accepts NIST_SP800, ANSI_X963
2182
2182
  # key_derivation_hash_algorithm: "SHA_256", # required, accepts SHA_256, SHA_384, SHA_512
2183
2183
  # shared_information: "SharedInformation", # required
2184
2184
  # },
2185
2185
  # },
2186
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24
2186
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
2187
2187
  # },
2188
2188
  # })
2189
2189
  #
@@ -2221,7 +2221,7 @@ module Aws::PaymentCryptographyData
2221
2221
  tracer: tracer
2222
2222
  )
2223
2223
  context[:gem_name] = 'aws-sdk-paymentcryptographydata'
2224
- context[:gem_version] = '1.33.0'
2224
+ context[:gem_version] = '1.34.0'
2225
2225
  Seahorse::Client::Request.new(handlers, context)
2226
2226
  end
2227
2227
 
@@ -68,7 +68,7 @@ module Aws::PaymentCryptographyData
68
68
  GeneratePinDataInput = Shapes::StructureShape.new(name: 'GeneratePinDataInput')
69
69
  GeneratePinDataOutput = Shapes::StructureShape.new(name: 'GeneratePinDataOutput')
70
70
  HexEvenLengthBetween16And32 = Shapes::StringShape.new(name: 'HexEvenLengthBetween16And32')
71
- HexLengthBetween10And24 = Shapes::StringShape.new(name: 'HexLengthBetween10And24')
71
+ HexLength16Or20Or24 = Shapes::StringShape.new(name: 'HexLength16Or20Or24')
72
72
  HexLengthBetween2And4 = Shapes::StringShape.new(name: 'HexLengthBetween2And4')
73
73
  HexLengthBetween2And8 = Shapes::StringShape.new(name: 'HexLengthBetween2And8')
74
74
  HexLengthEquals1 = Shapes::StringShape.new(name: 'HexLengthEquals1')
@@ -287,16 +287,16 @@ module Aws::PaymentCryptographyData
287
287
  DiscoverDynamicCardVerificationCode.add_member(:application_transaction_counter, Shapes::ShapeRef.new(shape: HexLengthBetween2And4, required: true, location_name: "ApplicationTransactionCounter"))
288
288
  DiscoverDynamicCardVerificationCode.struct_class = Types::DiscoverDynamicCardVerificationCode
289
289
 
290
- DukptAttributes.add_member(:key_serial_number, Shapes::ShapeRef.new(shape: HexLengthBetween10And24, required: true, location_name: "KeySerialNumber"))
290
+ DukptAttributes.add_member(:key_serial_number, Shapes::ShapeRef.new(shape: HexLength16Or20Or24, required: true, location_name: "KeySerialNumber"))
291
291
  DukptAttributes.add_member(:dukpt_derivation_type, Shapes::ShapeRef.new(shape: DukptDerivationType, required: true, location_name: "DukptDerivationType"))
292
292
  DukptAttributes.struct_class = Types::DukptAttributes
293
293
 
294
- DukptDerivationAttributes.add_member(:key_serial_number, Shapes::ShapeRef.new(shape: HexLengthBetween10And24, required: true, location_name: "KeySerialNumber"))
294
+ DukptDerivationAttributes.add_member(:key_serial_number, Shapes::ShapeRef.new(shape: HexLength16Or20Or24, required: true, location_name: "KeySerialNumber"))
295
295
  DukptDerivationAttributes.add_member(:dukpt_key_derivation_type, Shapes::ShapeRef.new(shape: DukptDerivationType, location_name: "DukptKeyDerivationType"))
296
296
  DukptDerivationAttributes.add_member(:dukpt_key_variant, Shapes::ShapeRef.new(shape: DukptKeyVariant, location_name: "DukptKeyVariant"))
297
297
  DukptDerivationAttributes.struct_class = Types::DukptDerivationAttributes
298
298
 
299
- DukptEncryptionAttributes.add_member(:key_serial_number, Shapes::ShapeRef.new(shape: HexLengthBetween10And24, required: true, location_name: "KeySerialNumber"))
299
+ DukptEncryptionAttributes.add_member(:key_serial_number, Shapes::ShapeRef.new(shape: HexLength16Or20Or24, required: true, location_name: "KeySerialNumber"))
300
300
  DukptEncryptionAttributes.add_member(:mode, Shapes::ShapeRef.new(shape: DukptEncryptionMode, location_name: "Mode"))
301
301
  DukptEncryptionAttributes.add_member(:dukpt_key_derivation_type, Shapes::ShapeRef.new(shape: DukptDerivationType, location_name: "DukptKeyDerivationType"))
302
302
  DukptEncryptionAttributes.add_member(:dukpt_key_variant, Shapes::ShapeRef.new(shape: DukptKeyVariant, location_name: "DukptKeyVariant"))
@@ -459,7 +459,7 @@ module Aws::PaymentCryptographyData
459
459
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
460
460
  InternalServerException.struct_class = Types::InternalServerException
461
461
 
462
- MacAlgorithmDukpt.add_member(:key_serial_number, Shapes::ShapeRef.new(shape: HexLengthBetween10And24, required: true, location_name: "KeySerialNumber"))
462
+ MacAlgorithmDukpt.add_member(:key_serial_number, Shapes::ShapeRef.new(shape: HexLength16Or20Or24, required: true, location_name: "KeySerialNumber"))
463
463
  MacAlgorithmDukpt.add_member(:dukpt_key_variant, Shapes::ShapeRef.new(shape: DukptKeyVariant, required: true, location_name: "DukptKeyVariant"))
464
464
  MacAlgorithmDukpt.add_member(:dukpt_derivation_type, Shapes::ShapeRef.new(shape: DukptDerivationType, location_name: "DukptDerivationType"))
465
465
  MacAlgorithmDukpt.struct_class = Types::MacAlgorithmDukpt
@@ -55,7 +55,7 @@ module Aws::PaymentCryptographyData
55
55
  autoload :EndpointProvider, 'aws-sdk-paymentcryptographydata/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-paymentcryptographydata/endpoints'
57
57
 
58
- GEM_VERSION = '1.33.0'
58
+ GEM_VERSION = '1.34.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -118,13 +118,13 @@ module Aws
118
118
  diffie_hellman_symmetric_key: {
119
119
  certificate_authority_public_key_identifier: ::String,
120
120
  public_key_certificate: ::String,
121
- key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256"),
121
+ key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224"),
122
122
  key_derivation_function: ("NIST_SP800" | "ANSI_X963"),
123
123
  key_derivation_hash_algorithm: ("SHA_256" | "SHA_384" | "SHA_512"),
124
124
  shared_information: ::String
125
125
  }?
126
126
  },
127
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24")?
127
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
128
128
  }
129
129
  ) -> _DecryptDataResponseSuccess
130
130
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DecryptDataResponseSuccess
@@ -170,13 +170,13 @@ module Aws
170
170
  diffie_hellman_symmetric_key: {
171
171
  certificate_authority_public_key_identifier: ::String,
172
172
  public_key_certificate: ::String,
173
- key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256"),
173
+ key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224"),
174
174
  key_derivation_function: ("NIST_SP800" | "ANSI_X963"),
175
175
  key_derivation_hash_algorithm: ("SHA_256" | "SHA_384" | "SHA_512"),
176
176
  shared_information: ::String
177
177
  }?
178
178
  },
179
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24")?
179
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
180
180
  }
181
181
  ) -> _EncryptDataResponseSuccess
182
182
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EncryptDataResponseSuccess
@@ -391,13 +391,13 @@ module Aws
391
391
  diffie_hellman_symmetric_key: {
392
392
  certificate_authority_public_key_identifier: ::String,
393
393
  public_key_certificate: ::String,
394
- key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256"),
394
+ key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224"),
395
395
  key_derivation_function: ("NIST_SP800" | "ANSI_X963"),
396
396
  key_derivation_hash_algorithm: ("SHA_256" | "SHA_384" | "SHA_512"),
397
397
  shared_information: ::String
398
398
  }?
399
399
  },
400
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24")?
400
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
401
401
  }
402
402
  ) -> _GeneratePinDataResponseSuccess
403
403
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GeneratePinDataResponseSuccess
@@ -447,13 +447,13 @@ module Aws
447
447
  diffie_hellman_symmetric_key: {
448
448
  certificate_authority_public_key_identifier: ::String,
449
449
  public_key_certificate: ::String,
450
- key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256"),
450
+ key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224"),
451
451
  key_derivation_function: ("NIST_SP800" | "ANSI_X963"),
452
452
  key_derivation_hash_algorithm: ("SHA_256" | "SHA_384" | "SHA_512"),
453
453
  shared_information: ::String
454
454
  }?
455
455
  },
456
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24")?
456
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
457
457
  },
458
458
  ?outgoing_wrapped_key: {
459
459
  wrapped_key_material: {
@@ -461,13 +461,13 @@ module Aws
461
461
  diffie_hellman_symmetric_key: {
462
462
  certificate_authority_public_key_identifier: ::String,
463
463
  public_key_certificate: ::String,
464
- key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256"),
464
+ key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224"),
465
465
  key_derivation_function: ("NIST_SP800" | "ANSI_X963"),
466
466
  key_derivation_hash_algorithm: ("SHA_256" | "SHA_384" | "SHA_512"),
467
467
  shared_information: ::String
468
468
  }?
469
469
  },
470
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24")?
470
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
471
471
  }
472
472
  ) -> _ReEncryptDataResponseSuccess
473
473
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReEncryptDataResponseSuccess
@@ -525,13 +525,13 @@ module Aws
525
525
  diffie_hellman_symmetric_key: {
526
526
  certificate_authority_public_key_identifier: ::String,
527
527
  public_key_certificate: ::String,
528
- key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256"),
528
+ key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224"),
529
529
  key_derivation_function: ("NIST_SP800" | "ANSI_X963"),
530
530
  key_derivation_hash_algorithm: ("SHA_256" | "SHA_384" | "SHA_512"),
531
531
  shared_information: ::String
532
532
  }?
533
533
  },
534
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24")?
534
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
535
535
  },
536
536
  ?outgoing_wrapped_key: {
537
537
  wrapped_key_material: {
@@ -539,13 +539,13 @@ module Aws
539
539
  diffie_hellman_symmetric_key: {
540
540
  certificate_authority_public_key_identifier: ::String,
541
541
  public_key_certificate: ::String,
542
- key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256"),
542
+ key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224"),
543
543
  key_derivation_function: ("NIST_SP800" | "ANSI_X963"),
544
544
  key_derivation_hash_algorithm: ("SHA_256" | "SHA_384" | "SHA_512"),
545
545
  shared_information: ::String
546
546
  }?
547
547
  },
548
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24")?
548
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
549
549
  }
550
550
  ) -> _TranslatePinDataResponseSuccess
551
551
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TranslatePinDataResponseSuccess
@@ -730,13 +730,13 @@ module Aws
730
730
  diffie_hellman_symmetric_key: {
731
731
  certificate_authority_public_key_identifier: ::String,
732
732
  public_key_certificate: ::String,
733
- key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256"),
733
+ key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224"),
734
734
  key_derivation_function: ("NIST_SP800" | "ANSI_X963"),
735
735
  key_derivation_hash_algorithm: ("SHA_256" | "SHA_384" | "SHA_512"),
736
736
  shared_information: ::String
737
737
  }?
738
738
  },
739
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24")?
739
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
740
740
  }
741
741
  ) -> _VerifyPinDataResponseSuccess
742
742
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _VerifyPinDataResponseSuccess
data/sig/types.rbs CHANGED
@@ -235,7 +235,7 @@ module Aws::PaymentCryptographyData
235
235
  class EcdhDerivationAttributes
236
236
  attr_accessor certificate_authority_public_key_identifier: ::String
237
237
  attr_accessor public_key_certificate: ::String
238
- attr_accessor key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256")
238
+ attr_accessor key_algorithm: ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224")
239
239
  attr_accessor key_derivation_function: ("NIST_SP800" | "ANSI_X963")
240
240
  attr_accessor key_derivation_hash_algorithm: ("SHA_256" | "SHA_384" | "SHA_512")
241
241
  attr_accessor shared_information: ::String
@@ -815,7 +815,7 @@ module Aws::PaymentCryptographyData
815
815
 
816
816
  class WrappedKey
817
817
  attr_accessor wrapped_key_material: Types::WrappedKeyMaterial
818
- attr_accessor key_check_value_algorithm: ("CMAC" | "ANSI_X9_24")
818
+ attr_accessor key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")
819
819
  SENSITIVE: []
820
820
  end
821
821
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-paymentcryptographydata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services