aws-sdk-paymentcryptographydata 1.34.0 → 1.35.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: bf4d715cb86a5160a90f67dca7b9b920055b3ccd8fced51a08c20581c2077555
4
- data.tar.gz: c06a2f3900aeb7f85427c1b3d5c144cb2491cf53fdd8fe400f6f37bb6b6567a4
3
+ metadata.gz: cc1280b0f1c6dbbaf7ec635dee013a8fdbd21ecf5721cade7fd58efacaaddb4d
4
+ data.tar.gz: 007f67a449ba09410ffd1f15f08406192c3ce9761e1c317a3388c685ee029b90
5
5
  SHA512:
6
- metadata.gz: 40e72ad0a81f2a76cda9ea51b70052f27764cb230d7bc7b0bb8bb563ba5582f14e5c9a2f3ff465d0746d08d32b40a2e77ca55978bf7b7f665418968531778dda
7
- data.tar.gz: a8a07faff9e325ec0c7e23380bfeee0e0623813993bea0e87a71dbc8c1b55c01d37f6162aa194e91d15d03e0d2c063cd302839ff64a6e1a23a2ce7ed1a879824
6
+ metadata.gz: f17d0ee79a48ef7b20de0e35ab8aeaa572fea4b4c6a9f416835c893cb68a0730c961fd813fe08bbf0641e0da521ad7fa006e62bb21fd3338e5395efbcfcffed9
7
+ data.tar.gz: d485de88d3a72c0ce60a65e9a83d8bb10917ef45e8082ecef373f5f8f253169ddcc432f5fed8698df6d2dc136ff6e5adef0b32c3a38d0d03ba6b36578b180005
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2025-07-16)
5
+ ------------------
6
+
7
+ * Feature - Expand length of message data field for Mac generation and validation to 8192 characters.
8
+
4
9
  1.34.0 (2025-06-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -597,7 +597,7 @@ module Aws::PaymentCryptographyData
597
597
  # shared_information: "SharedInformation", # required
598
598
  # },
599
599
  # },
600
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
600
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
601
601
  # },
602
602
  # })
603
603
  #
@@ -765,7 +765,7 @@ module Aws::PaymentCryptographyData
765
765
  # shared_information: "SharedInformation", # required
766
766
  # },
767
767
  # },
768
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
768
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
769
769
  # },
770
770
  # })
771
771
  #
@@ -962,7 +962,7 @@ module Aws::PaymentCryptographyData
962
962
  # key_identifier: "KeyArnOrKeyAliasType", # required
963
963
  # message_data: "MessageDataType", # required
964
964
  # generation_attributes: { # required
965
- # algorithm: "ISO9797_ALGORITHM1", # accepts ISO9797_ALGORITHM1, ISO9797_ALGORITHM3, CMAC, HMAC_SHA224, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512
965
+ # algorithm: "ISO9797_ALGORITHM1", # accepts ISO9797_ALGORITHM1, ISO9797_ALGORITHM3, CMAC, HMAC, HMAC_SHA224, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512
966
966
  # emv_mac: {
967
967
  # major_key_derivation_mode: "EMV_OPTION_A", # required, accepts EMV_OPTION_A, EMV_OPTION_B
968
968
  # primary_account_number: "PrimaryAccountNumberType", # required
@@ -1315,7 +1315,7 @@ module Aws::PaymentCryptographyData
1315
1315
  # shared_information: "SharedInformation", # required
1316
1316
  # },
1317
1317
  # },
1318
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1318
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
1319
1319
  # },
1320
1320
  # })
1321
1321
  #
@@ -1473,7 +1473,7 @@ module Aws::PaymentCryptographyData
1473
1473
  # shared_information: "SharedInformation", # required
1474
1474
  # },
1475
1475
  # },
1476
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1476
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
1477
1477
  # },
1478
1478
  # outgoing_wrapped_key: {
1479
1479
  # wrapped_key_material: { # required
@@ -1487,7 +1487,7 @@ module Aws::PaymentCryptographyData
1487
1487
  # shared_information: "SharedInformation", # required
1488
1488
  # },
1489
1489
  # },
1490
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1490
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
1491
1491
  # },
1492
1492
  # })
1493
1493
  #
@@ -1677,7 +1677,7 @@ module Aws::PaymentCryptographyData
1677
1677
  # shared_information: "SharedInformation", # required
1678
1678
  # },
1679
1679
  # },
1680
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1680
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
1681
1681
  # },
1682
1682
  # outgoing_wrapped_key: {
1683
1683
  # wrapped_key_material: { # required
@@ -1691,7 +1691,7 @@ module Aws::PaymentCryptographyData
1691
1691
  # shared_information: "SharedInformation", # required
1692
1692
  # },
1693
1693
  # },
1694
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1694
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
1695
1695
  # },
1696
1696
  # })
1697
1697
  #
@@ -2023,7 +2023,7 @@ module Aws::PaymentCryptographyData
2023
2023
  # message_data: "MessageDataType", # required
2024
2024
  # mac: "MacType", # required
2025
2025
  # verification_attributes: { # required
2026
- # algorithm: "ISO9797_ALGORITHM1", # accepts ISO9797_ALGORITHM1, ISO9797_ALGORITHM3, CMAC, HMAC_SHA224, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512
2026
+ # algorithm: "ISO9797_ALGORITHM1", # accepts ISO9797_ALGORITHM1, ISO9797_ALGORITHM3, CMAC, HMAC, HMAC_SHA224, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512
2027
2027
  # emv_mac: {
2028
2028
  # major_key_derivation_mode: "EMV_OPTION_A", # required, accepts EMV_OPTION_A, EMV_OPTION_B
2029
2029
  # primary_account_number: "PrimaryAccountNumberType", # required
@@ -2183,7 +2183,7 @@ module Aws::PaymentCryptographyData
2183
2183
  # shared_information: "SharedInformation", # required
2184
2184
  # },
2185
2185
  # },
2186
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
2186
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
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.34.0'
2224
+ context[:gem_version] = '1.35.0'
2225
2225
  Seahorse::Client::Request.new(handlers, context)
2226
2226
  end
2227
2227
 
@@ -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.34.0'
58
+ GEM_VERSION = '1.35.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -124,7 +124,7 @@ module Aws
124
124
  shared_information: ::String
125
125
  }?
126
126
  },
127
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
127
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
128
128
  }
129
129
  ) -> _DecryptDataResponseSuccess
130
130
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DecryptDataResponseSuccess
@@ -176,7 +176,7 @@ module Aws
176
176
  shared_information: ::String
177
177
  }?
178
178
  },
179
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
179
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
180
180
  }
181
181
  ) -> _EncryptDataResponseSuccess
182
182
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EncryptDataResponseSuccess
@@ -239,7 +239,7 @@ module Aws
239
239
  key_identifier: ::String,
240
240
  message_data: ::String,
241
241
  generation_attributes: {
242
- algorithm: ("ISO9797_ALGORITHM1" | "ISO9797_ALGORITHM3" | "CMAC" | "HMAC_SHA224" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512")?,
242
+ algorithm: ("ISO9797_ALGORITHM1" | "ISO9797_ALGORITHM3" | "CMAC" | "HMAC" | "HMAC_SHA224" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512")?,
243
243
  emv_mac: {
244
244
  major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B"),
245
245
  primary_account_number: ::String,
@@ -397,7 +397,7 @@ module Aws
397
397
  shared_information: ::String
398
398
  }?
399
399
  },
400
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
400
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
401
401
  }
402
402
  ) -> _GeneratePinDataResponseSuccess
403
403
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GeneratePinDataResponseSuccess
@@ -453,7 +453,7 @@ module Aws
453
453
  shared_information: ::String
454
454
  }?
455
455
  },
456
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
456
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
457
457
  },
458
458
  ?outgoing_wrapped_key: {
459
459
  wrapped_key_material: {
@@ -467,7 +467,7 @@ module Aws
467
467
  shared_information: ::String
468
468
  }?
469
469
  },
470
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
470
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
471
471
  }
472
472
  ) -> _ReEncryptDataResponseSuccess
473
473
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReEncryptDataResponseSuccess
@@ -531,7 +531,7 @@ module Aws
531
531
  shared_information: ::String
532
532
  }?
533
533
  },
534
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
534
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
535
535
  },
536
536
  ?outgoing_wrapped_key: {
537
537
  wrapped_key_material: {
@@ -545,7 +545,7 @@ module Aws
545
545
  shared_information: ::String
546
546
  }?
547
547
  },
548
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
548
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
549
549
  }
550
550
  ) -> _TranslatePinDataResponseSuccess
551
551
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TranslatePinDataResponseSuccess
@@ -662,7 +662,7 @@ module Aws
662
662
  message_data: ::String,
663
663
  mac: ::String,
664
664
  verification_attributes: {
665
- algorithm: ("ISO9797_ALGORITHM1" | "ISO9797_ALGORITHM3" | "CMAC" | "HMAC_SHA224" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512")?,
665
+ algorithm: ("ISO9797_ALGORITHM1" | "ISO9797_ALGORITHM3" | "CMAC" | "HMAC" | "HMAC_SHA224" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512")?,
666
666
  emv_mac: {
667
667
  major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B"),
668
668
  primary_account_number: ::String,
@@ -736,7 +736,7 @@ module Aws
736
736
  shared_information: ::String
737
737
  }?
738
738
  },
739
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
739
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
740
740
  }
741
741
  ) -> _VerifyPinDataResponseSuccess
742
742
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _VerifyPinDataResponseSuccess
data/sig/types.rbs CHANGED
@@ -441,7 +441,7 @@ module Aws::PaymentCryptographyData
441
441
  end
442
442
 
443
443
  class MacAttributes
444
- attr_accessor algorithm: ("ISO9797_ALGORITHM1" | "ISO9797_ALGORITHM3" | "CMAC" | "HMAC_SHA224" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512")
444
+ attr_accessor algorithm: ("ISO9797_ALGORITHM1" | "ISO9797_ALGORITHM3" | "CMAC" | "HMAC" | "HMAC_SHA224" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512")
445
445
  attr_accessor emv_mac: Types::MacAlgorithmEmv
446
446
  attr_accessor dukpt_iso_9797_algorithm_1: Types::MacAlgorithmDukpt
447
447
  attr_accessor dukpt_iso_9797_algorithm_3: Types::MacAlgorithmDukpt
@@ -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" | "HMAC")
818
+ attr_accessor key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")
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.34.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services