aws-sdk-paymentcryptographydata 1.34.0 → 1.36.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: 7597efa1bb9c449b9b8b27d0814ef74c7114c97131c6b46f14eef0edbcd1c54a
4
+ data.tar.gz: 7f61eb2914a0e6318b6a42b66a3b487de75b0d88935bd2fcf979ccdef4140319
5
5
  SHA512:
6
- metadata.gz: 40e72ad0a81f2a76cda9ea51b70052f27764cb230d7bc7b0bb8bb563ba5582f14e5c9a2f3ff465d0746d08d32b40a2e77ca55978bf7b7f665418968531778dda
7
- data.tar.gz: a8a07faff9e325ec0c7e23380bfeee0e0623813993bea0e87a71dbc8c1b55c01d37f6162aa194e91d15d03e0d2c063cd302839ff64a6e1a23a2ce7ed1a879824
6
+ metadata.gz: 462e3aa8bd69d6fee19b0bed72db21c24efb87240c07452e216cad3da8ab53df62a2886d3b1ea68a0c0c6e98cae9edc1a37b1d945c6bc8286fdbb8705a5a1fd9
7
+ data.tar.gz: e2ed02c16e313317f478a3bd8fa9b330413221452fedfb975921f669fbd141484acbed3ae17a70ebaaf8e8dff20663fd66ff1a4b024d4ef3769622b60955f2f3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2025-07-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.35.0 (2025-07-16)
10
+ ------------------
11
+
12
+ * Feature - Expand length of message data field for Mac generation and validation to 8192 characters.
13
+
4
14
  1.34.0 (2025-06-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.36.0
@@ -95,7 +95,7 @@ module Aws::PaymentCryptographyData
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials. This can be an instance of any one of the
98
+ # Your AWS credentials used for authentication. This can be an instance of any one of the
99
99
  # following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
@@ -128,18 +128,23 @@ module Aws::PaymentCryptographyData
128
128
  # locations will be searched for credentials:
129
129
  #
130
130
  # * `Aws.config[:credentials]`
131
+ #
131
132
  # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
132
133
  # `:account_id` options.
133
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
134
- # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
134
+ #
135
+ # * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
136
+ # `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
137
+ #
135
138
  # * `~/.aws/credentials`
139
+ #
136
140
  # * `~/.aws/config`
141
+ #
137
142
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
143
  # are very aggressive. Construct and pass an instance of
139
144
  # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
145
  # enable retries and extended timeouts. Instance profile credential
141
- # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
- # to true.
146
+ # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
+ # to `true`.
143
148
  #
144
149
  # @option options [required, String] :region
145
150
  # The AWS region to connect to. The configured `:region` is
@@ -167,6 +172,11 @@ module Aws::PaymentCryptographyData
167
172
  # When false, the request will raise a `RetryCapacityNotAvailableError` and will
168
173
  # not retry instead of sleeping.
169
174
  #
175
+ # @option options [Array<String>] :auth_scheme_preference
176
+ # A list of preferred authentication schemes to use when making a request. Supported values are:
177
+ # `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
178
+ # shared config as `auth_scheme_preference`, the value should be a comma-separated list.
179
+ #
170
180
  # @option options [Boolean] :client_side_monitoring (false)
171
181
  # When `true`, client-side metrics will be collected for all API requests from
172
182
  # this client.
@@ -253,8 +263,8 @@ module Aws::PaymentCryptographyData
253
263
  # 4 times. Used in `standard` and `adaptive` retry modes.
254
264
  #
255
265
  # @option options [String] :profile ("default")
256
- # Used when loading credentials from the shared credentials file
257
- # at HOME/.aws/credentials. When not specified, 'default' is used.
266
+ # Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
267
+ # When not specified, 'default' is used.
258
268
  #
259
269
  # @option options [String] :request_checksum_calculation ("when_supported")
260
270
  # Determines when a checksum will be calculated for request payloads. Values are:
@@ -367,7 +377,7 @@ module Aws::PaymentCryptographyData
367
377
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
368
378
  #
369
379
  # @option options [Aws::TokenProvider] :token_provider
370
- # A Bearer Token Provider. This can be an instance of any one of the
380
+ # Your Bearer token used for authentication. This can be an instance of any one of the
371
381
  # following classes:
372
382
  #
373
383
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
@@ -597,7 +607,7 @@ module Aws::PaymentCryptographyData
597
607
  # shared_information: "SharedInformation", # required
598
608
  # },
599
609
  # },
600
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
610
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
601
611
  # },
602
612
  # })
603
613
  #
@@ -765,7 +775,7 @@ module Aws::PaymentCryptographyData
765
775
  # shared_information: "SharedInformation", # required
766
776
  # },
767
777
  # },
768
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
778
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
769
779
  # },
770
780
  # })
771
781
  #
@@ -962,7 +972,7 @@ module Aws::PaymentCryptographyData
962
972
  # key_identifier: "KeyArnOrKeyAliasType", # required
963
973
  # message_data: "MessageDataType", # required
964
974
  # generation_attributes: { # required
965
- # algorithm: "ISO9797_ALGORITHM1", # accepts ISO9797_ALGORITHM1, ISO9797_ALGORITHM3, CMAC, HMAC_SHA224, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512
975
+ # algorithm: "ISO9797_ALGORITHM1", # accepts ISO9797_ALGORITHM1, ISO9797_ALGORITHM3, CMAC, HMAC, HMAC_SHA224, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512
966
976
  # emv_mac: {
967
977
  # major_key_derivation_mode: "EMV_OPTION_A", # required, accepts EMV_OPTION_A, EMV_OPTION_B
968
978
  # primary_account_number: "PrimaryAccountNumberType", # required
@@ -1315,7 +1325,7 @@ module Aws::PaymentCryptographyData
1315
1325
  # shared_information: "SharedInformation", # required
1316
1326
  # },
1317
1327
  # },
1318
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1328
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
1319
1329
  # },
1320
1330
  # })
1321
1331
  #
@@ -1473,7 +1483,7 @@ module Aws::PaymentCryptographyData
1473
1483
  # shared_information: "SharedInformation", # required
1474
1484
  # },
1475
1485
  # },
1476
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1486
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
1477
1487
  # },
1478
1488
  # outgoing_wrapped_key: {
1479
1489
  # wrapped_key_material: { # required
@@ -1487,7 +1497,7 @@ module Aws::PaymentCryptographyData
1487
1497
  # shared_information: "SharedInformation", # required
1488
1498
  # },
1489
1499
  # },
1490
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1500
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
1491
1501
  # },
1492
1502
  # })
1493
1503
  #
@@ -1677,7 +1687,7 @@ module Aws::PaymentCryptographyData
1677
1687
  # shared_information: "SharedInformation", # required
1678
1688
  # },
1679
1689
  # },
1680
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1690
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
1681
1691
  # },
1682
1692
  # outgoing_wrapped_key: {
1683
1693
  # wrapped_key_material: { # required
@@ -1691,7 +1701,7 @@ module Aws::PaymentCryptographyData
1691
1701
  # shared_information: "SharedInformation", # required
1692
1702
  # },
1693
1703
  # },
1694
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
1704
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
1695
1705
  # },
1696
1706
  # })
1697
1707
  #
@@ -2023,7 +2033,7 @@ module Aws::PaymentCryptographyData
2023
2033
  # message_data: "MessageDataType", # required
2024
2034
  # mac: "MacType", # required
2025
2035
  # verification_attributes: { # required
2026
- # algorithm: "ISO9797_ALGORITHM1", # accepts ISO9797_ALGORITHM1, ISO9797_ALGORITHM3, CMAC, HMAC_SHA224, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512
2036
+ # algorithm: "ISO9797_ALGORITHM1", # accepts ISO9797_ALGORITHM1, ISO9797_ALGORITHM3, CMAC, HMAC, HMAC_SHA224, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512
2027
2037
  # emv_mac: {
2028
2038
  # major_key_derivation_mode: "EMV_OPTION_A", # required, accepts EMV_OPTION_A, EMV_OPTION_B
2029
2039
  # primary_account_number: "PrimaryAccountNumberType", # required
@@ -2183,7 +2193,7 @@ module Aws::PaymentCryptographyData
2183
2193
  # shared_information: "SharedInformation", # required
2184
2194
  # },
2185
2195
  # },
2186
- # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC
2196
+ # key_check_value_algorithm: "CMAC", # accepts CMAC, ANSI_X9_24, HMAC, SHA_1
2187
2197
  # },
2188
2198
  # })
2189
2199
  #
@@ -2221,7 +2231,7 @@ module Aws::PaymentCryptographyData
2221
2231
  tracer: tracer
2222
2232
  )
2223
2233
  context[:gem_name] = 'aws-sdk-paymentcryptographydata'
2224
- context[:gem_version] = '1.34.0'
2234
+ context[:gem_version] = '1.36.0'
2225
2235
  Seahorse::Client::Request.new(handlers, context)
2226
2236
  end
2227
2237
 
@@ -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.36.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
@@ -124,7 +125,7 @@ module Aws
124
125
  shared_information: ::String
125
126
  }?
126
127
  },
127
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
128
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
128
129
  }
129
130
  ) -> _DecryptDataResponseSuccess
130
131
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DecryptDataResponseSuccess
@@ -176,7 +177,7 @@ module Aws
176
177
  shared_information: ::String
177
178
  }?
178
179
  },
179
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
180
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
180
181
  }
181
182
  ) -> _EncryptDataResponseSuccess
182
183
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EncryptDataResponseSuccess
@@ -239,7 +240,7 @@ module Aws
239
240
  key_identifier: ::String,
240
241
  message_data: ::String,
241
242
  generation_attributes: {
242
- algorithm: ("ISO9797_ALGORITHM1" | "ISO9797_ALGORITHM3" | "CMAC" | "HMAC_SHA224" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512")?,
243
+ algorithm: ("ISO9797_ALGORITHM1" | "ISO9797_ALGORITHM3" | "CMAC" | "HMAC" | "HMAC_SHA224" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512")?,
243
244
  emv_mac: {
244
245
  major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B"),
245
246
  primary_account_number: ::String,
@@ -397,7 +398,7 @@ module Aws
397
398
  shared_information: ::String
398
399
  }?
399
400
  },
400
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
401
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
401
402
  }
402
403
  ) -> _GeneratePinDataResponseSuccess
403
404
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GeneratePinDataResponseSuccess
@@ -453,7 +454,7 @@ module Aws
453
454
  shared_information: ::String
454
455
  }?
455
456
  },
456
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
457
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
457
458
  },
458
459
  ?outgoing_wrapped_key: {
459
460
  wrapped_key_material: {
@@ -467,7 +468,7 @@ module Aws
467
468
  shared_information: ::String
468
469
  }?
469
470
  },
470
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
471
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
471
472
  }
472
473
  ) -> _ReEncryptDataResponseSuccess
473
474
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReEncryptDataResponseSuccess
@@ -531,7 +532,7 @@ module Aws
531
532
  shared_information: ::String
532
533
  }?
533
534
  },
534
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
535
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
535
536
  },
536
537
  ?outgoing_wrapped_key: {
537
538
  wrapped_key_material: {
@@ -545,7 +546,7 @@ module Aws
545
546
  shared_information: ::String
546
547
  }?
547
548
  },
548
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
549
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
549
550
  }
550
551
  ) -> _TranslatePinDataResponseSuccess
551
552
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TranslatePinDataResponseSuccess
@@ -662,7 +663,7 @@ module Aws
662
663
  message_data: ::String,
663
664
  mac: ::String,
664
665
  verification_attributes: {
665
- algorithm: ("ISO9797_ALGORITHM1" | "ISO9797_ALGORITHM3" | "CMAC" | "HMAC_SHA224" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512")?,
666
+ algorithm: ("ISO9797_ALGORITHM1" | "ISO9797_ALGORITHM3" | "CMAC" | "HMAC" | "HMAC_SHA224" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512")?,
666
667
  emv_mac: {
667
668
  major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B"),
668
669
  primary_account_number: ::String,
@@ -736,7 +737,7 @@ module Aws
736
737
  shared_information: ::String
737
738
  }?
738
739
  },
739
- key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC")?
740
+ key_check_value_algorithm: ("CMAC" | "ANSI_X9_24" | "HMAC" | "SHA_1")?
740
741
  }
741
742
  ) -> _VerifyPinDataResponseSuccess
742
743
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _VerifyPinDataResponseSuccess
data/sig/resource.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
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.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.225.0
21
+ version: 3.227.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.225.0
31
+ version: 3.227.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement