aws-sdk-paymentcryptographydata 1.17.0 → 1.19.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.
@@ -34,7 +34,7 @@ module Aws::PaymentCryptographyData
34
34
  #
35
35
  class AmexCardSecurityCodeVersion1 < Struct.new(
36
36
  :card_expiry_date)
37
- SENSITIVE = []
37
+ SENSITIVE = [:card_expiry_date]
38
38
  include Aws::Structure
39
39
  end
40
40
 
@@ -55,7 +55,7 @@ module Aws::PaymentCryptographyData
55
55
  class AmexCardSecurityCodeVersion2 < Struct.new(
56
56
  :card_expiry_date,
57
57
  :service_code)
58
- SENSITIVE = []
58
+ SENSITIVE = [:card_expiry_date, :service_code]
59
59
  include Aws::Structure
60
60
  end
61
61
 
@@ -256,7 +256,7 @@ module Aws::PaymentCryptographyData
256
256
  class CardVerificationValue1 < Struct.new(
257
257
  :card_expiry_date,
258
258
  :service_code)
259
- SENSITIVE = []
259
+ SENSITIVE = [:card_expiry_date, :service_code]
260
260
  include Aws::Structure
261
261
  end
262
262
 
@@ -271,7 +271,7 @@ module Aws::PaymentCryptographyData
271
271
  #
272
272
  class CardVerificationValue2 < Struct.new(
273
273
  :card_expiry_date)
274
- SENSITIVE = []
274
+ SENSITIVE = [:card_expiry_date]
275
275
  include Aws::Structure
276
276
  end
277
277
 
@@ -341,7 +341,7 @@ module Aws::PaymentCryptographyData
341
341
  class CryptogramVerificationArpcMethod2 < Struct.new(
342
342
  :card_status_update,
343
343
  :proprietary_authentication_data)
344
- SENSITIVE = []
344
+ SENSITIVE = [:proprietary_authentication_data]
345
345
  include Aws::Structure
346
346
  end
347
347
 
@@ -427,7 +427,7 @@ module Aws::PaymentCryptographyData
427
427
  :card_expiry_date,
428
428
  :unpredictable_number,
429
429
  :application_transaction_counter)
430
- SENSITIVE = []
430
+ SENSITIVE = [:card_expiry_date]
431
431
  include Aws::Structure
432
432
  end
433
433
 
@@ -562,7 +562,7 @@ module Aws::PaymentCryptographyData
562
562
  :pan_sequence_number,
563
563
  :application_transaction_counter,
564
564
  :track_data)
565
- SENSITIVE = []
565
+ SENSITIVE = [:track_data]
566
566
  include Aws::Structure
567
567
  end
568
568
 
@@ -594,7 +594,7 @@ module Aws::PaymentCryptographyData
594
594
  :card_expiry_date,
595
595
  :service_code,
596
596
  :application_transaction_counter)
597
- SENSITIVE = []
597
+ SENSITIVE = [:card_expiry_date, :service_code]
598
598
  include Aws::Structure
599
599
  end
600
600
 
@@ -641,7 +641,7 @@ module Aws::PaymentCryptographyData
641
641
  :session_derivation_data,
642
642
  :mode,
643
643
  :initialization_vector)
644
- SENSITIVE = [:primary_account_number, :initialization_vector]
644
+ SENSITIVE = [:primary_account_number, :session_derivation_data, :initialization_vector]
645
645
  include Aws::Structure
646
646
  end
647
647
 
@@ -817,7 +817,7 @@ module Aws::PaymentCryptographyData
817
817
  :key_arn,
818
818
  :key_check_value,
819
819
  :validation_data)
820
- SENSITIVE = []
820
+ SENSITIVE = [:validation_data]
821
821
  include Aws::Structure
822
822
  end
823
823
 
@@ -875,7 +875,7 @@ module Aws::PaymentCryptographyData
875
875
  :key_arn,
876
876
  :key_check_value,
877
877
  :mac)
878
- SENSITIVE = []
878
+ SENSITIVE = [:mac]
879
879
  include Aws::Structure
880
880
  end
881
881
 
@@ -979,7 +979,7 @@ module Aws::PaymentCryptographyData
979
979
  :encryption_key_check_value,
980
980
  :encrypted_pin_block,
981
981
  :pin_data)
982
- SENSITIVE = []
982
+ SENSITIVE = [:encrypted_pin_block]
983
983
  include Aws::Structure
984
984
  end
985
985
 
@@ -1006,7 +1006,7 @@ module Aws::PaymentCryptographyData
1006
1006
  :decimalization_table,
1007
1007
  :pin_validation_data_pad_character,
1008
1008
  :pin_validation_data)
1009
- SENSITIVE = []
1009
+ SENSITIVE = [:decimalization_table, :pin_validation_data]
1010
1010
  include Aws::Structure
1011
1011
  end
1012
1012
 
@@ -1038,7 +1038,7 @@ module Aws::PaymentCryptographyData
1038
1038
  :pin_validation_data_pad_character,
1039
1039
  :pin_validation_data,
1040
1040
  :pin_offset)
1041
- SENSITIVE = []
1041
+ SENSITIVE = [:decimalization_table, :pin_validation_data, :pin_offset]
1042
1042
  include Aws::Structure
1043
1043
  end
1044
1044
 
@@ -1073,7 +1073,7 @@ module Aws::PaymentCryptographyData
1073
1073
  :decimalization_table,
1074
1074
  :pin_validation_data_pad_character,
1075
1075
  :pin_validation_data)
1076
- SENSITIVE = []
1076
+ SENSITIVE = [:encrypted_pin_block, :decimalization_table, :pin_validation_data]
1077
1077
  include Aws::Structure
1078
1078
  end
1079
1079
 
@@ -1105,7 +1105,7 @@ module Aws::PaymentCryptographyData
1105
1105
  :pin_validation_data_pad_character,
1106
1106
  :pin_validation_data,
1107
1107
  :pin_offset)
1108
- SENSITIVE = []
1108
+ SENSITIVE = [:decimalization_table, :pin_validation_data, :pin_offset]
1109
1109
  include Aws::Structure
1110
1110
  end
1111
1111
 
@@ -1131,7 +1131,7 @@ module Aws::PaymentCryptographyData
1131
1131
  :decimalization_table,
1132
1132
  :pin_validation_data_pad_character,
1133
1133
  :pin_validation_data)
1134
- SENSITIVE = []
1134
+ SENSITIVE = [:decimalization_table, :pin_validation_data]
1135
1135
  include Aws::Structure
1136
1136
  end
1137
1137
 
@@ -1291,7 +1291,7 @@ module Aws::PaymentCryptographyData
1291
1291
  :pin_offset,
1292
1292
  :verification_value,
1293
1293
  :unknown)
1294
- SENSITIVE = []
1294
+ SENSITIVE = [:pin_offset, :verification_value]
1295
1295
  include Aws::Structure
1296
1296
  include Aws::Structure::Union
1297
1297
 
@@ -1597,7 +1597,7 @@ module Aws::PaymentCryptographyData
1597
1597
  :application_cryptogram,
1598
1598
  :application_transaction_counter,
1599
1599
  :unknown)
1600
- SENSITIVE = []
1600
+ SENSITIVE = [:application_cryptogram]
1601
1601
  include Aws::Structure
1602
1602
  include Aws::Structure::Union
1603
1603
 
@@ -1849,7 +1849,7 @@ module Aws::PaymentCryptographyData
1849
1849
  :pin_block,
1850
1850
  :key_arn,
1851
1851
  :key_check_value)
1852
- SENSITIVE = []
1852
+ SENSITIVE = [:pin_block]
1853
1853
  include Aws::Structure
1854
1854
  end
1855
1855
 
@@ -2019,7 +2019,7 @@ module Aws::PaymentCryptographyData
2019
2019
  :major_key_derivation_mode,
2020
2020
  :session_key_derivation_attributes,
2021
2021
  :auth_response_attributes)
2022
- SENSITIVE = []
2022
+ SENSITIVE = [:transaction_data, :auth_request_cryptogram]
2023
2023
  include Aws::Structure
2024
2024
  end
2025
2025
 
@@ -2048,7 +2048,7 @@ module Aws::PaymentCryptographyData
2048
2048
  :key_arn,
2049
2049
  :key_check_value,
2050
2050
  :auth_response_value)
2051
- SENSITIVE = []
2051
+ SENSITIVE = [:auth_response_value]
2052
2052
  include Aws::Structure
2053
2053
  end
2054
2054
 
@@ -2080,7 +2080,7 @@ module Aws::PaymentCryptographyData
2080
2080
  :primary_account_number,
2081
2081
  :verification_attributes,
2082
2082
  :validation_data)
2083
- SENSITIVE = [:primary_account_number]
2083
+ SENSITIVE = [:primary_account_number, :validation_data]
2084
2084
  include Aws::Structure
2085
2085
  end
2086
2086
 
@@ -2221,7 +2221,7 @@ module Aws::PaymentCryptographyData
2221
2221
  :pin_block_format,
2222
2222
  :pin_data_length,
2223
2223
  :dukpt_attributes)
2224
- SENSITIVE = [:primary_account_number]
2224
+ SENSITIVE = [:encrypted_pin_block, :primary_account_number]
2225
2225
  include Aws::Structure
2226
2226
  end
2227
2227
 
@@ -2296,7 +2296,7 @@ module Aws::PaymentCryptographyData
2296
2296
  class VisaPinVerification < Struct.new(
2297
2297
  :pin_verification_key_index,
2298
2298
  :verification_value)
2299
- SENSITIVE = []
2299
+ SENSITIVE = [:verification_value]
2300
2300
  include Aws::Structure
2301
2301
  end
2302
2302
 
@@ -2317,7 +2317,7 @@ module Aws::PaymentCryptographyData
2317
2317
  class VisaPinVerificationValue < Struct.new(
2318
2318
  :encrypted_pin_block,
2319
2319
  :pin_verification_key_index)
2320
- SENSITIVE = []
2320
+ SENSITIVE = [:encrypted_pin_block]
2321
2321
  include Aws::Structure
2322
2322
  end
2323
2323
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-paymentcryptographydata/customizations'
53
53
  # @!group service
54
54
  module Aws::PaymentCryptographyData
55
55
 
56
- GEM_VERSION = '1.17.0'
56
+ GEM_VERSION = '1.19.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -50,6 +50,7 @@ module Aws
50
50
  ?session_token: String,
51
51
  ?sigv4a_signing_region_set: Array[String],
52
52
  ?stub_responses: untyped,
53
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
53
54
  ?token_provider: untyped,
54
55
  ?use_dualstack_endpoint: bool,
55
56
  ?use_fips_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -50,6 +50,7 @@ module Aws
50
50
  ?session_token: String,
51
51
  ?sigv4a_signing_region_set: Array[String],
52
52
  ?stub_responses: untyped,
53
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
53
54
  ?token_provider: untyped,
54
55
  ?use_dualstack_endpoint: bool,
55
56
  ?use_fips_endpoint: bool,
data/sig/types.rbs CHANGED
@@ -15,13 +15,13 @@ module Aws::PaymentCryptographyData
15
15
 
16
16
  class AmexCardSecurityCodeVersion1
17
17
  attr_accessor card_expiry_date: ::String
18
- SENSITIVE: []
18
+ SENSITIVE: [:card_expiry_date]
19
19
  end
20
20
 
21
21
  class AmexCardSecurityCodeVersion2
22
22
  attr_accessor card_expiry_date: ::String
23
23
  attr_accessor service_code: ::String
24
- SENSITIVE: []
24
+ SENSITIVE: [:card_expiry_date, :service_code]
25
25
  end
26
26
 
27
27
  class AsymmetricEncryptionAttributes
@@ -100,12 +100,12 @@ module Aws::PaymentCryptographyData
100
100
  class CardVerificationValue1
101
101
  attr_accessor card_expiry_date: ::String
102
102
  attr_accessor service_code: ::String
103
- SENSITIVE: []
103
+ SENSITIVE: [:card_expiry_date, :service_code]
104
104
  end
105
105
 
106
106
  class CardVerificationValue2
107
107
  attr_accessor card_expiry_date: ::String
108
- SENSITIVE: []
108
+ SENSITIVE: [:card_expiry_date]
109
109
  end
110
110
 
111
111
  class CryptogramAuthResponse
@@ -130,7 +130,7 @@ module Aws::PaymentCryptographyData
130
130
  class CryptogramVerificationArpcMethod2
131
131
  attr_accessor card_status_update: ::String
132
132
  attr_accessor proprietary_authentication_data: ::String
133
- SENSITIVE: []
133
+ SENSITIVE: [:proprietary_authentication_data]
134
134
  end
135
135
 
136
136
  class DecryptDataInput
@@ -152,7 +152,7 @@ module Aws::PaymentCryptographyData
152
152
  attr_accessor card_expiry_date: ::String
153
153
  attr_accessor unpredictable_number: ::String
154
154
  attr_accessor application_transaction_counter: ::String
155
- SENSITIVE: []
155
+ SENSITIVE: [:card_expiry_date]
156
156
  end
157
157
 
158
158
  class DukptAttributes
@@ -182,7 +182,7 @@ module Aws::PaymentCryptographyData
182
182
  attr_accessor pan_sequence_number: ::String
183
183
  attr_accessor application_transaction_counter: ::String
184
184
  attr_accessor track_data: ::String
185
- SENSITIVE: []
185
+ SENSITIVE: [:track_data]
186
186
  end
187
187
 
188
188
  class DynamicCardVerificationValue
@@ -190,7 +190,7 @@ module Aws::PaymentCryptographyData
190
190
  attr_accessor card_expiry_date: ::String
191
191
  attr_accessor service_code: ::String
192
192
  attr_accessor application_transaction_counter: ::String
193
- SENSITIVE: []
193
+ SENSITIVE: [:card_expiry_date, :service_code]
194
194
  end
195
195
 
196
196
  class EmvEncryptionAttributes
@@ -200,7 +200,7 @@ module Aws::PaymentCryptographyData
200
200
  attr_accessor session_derivation_data: ::String
201
201
  attr_accessor mode: ("ECB" | "CBC")
202
202
  attr_accessor initialization_vector: ::String
203
- SENSITIVE: [:primary_account_number, :initialization_vector]
203
+ SENSITIVE: [:primary_account_number, :session_derivation_data, :initialization_vector]
204
204
  end
205
205
 
206
206
  class EncryptDataInput
@@ -250,7 +250,7 @@ module Aws::PaymentCryptographyData
250
250
  attr_accessor key_arn: ::String
251
251
  attr_accessor key_check_value: ::String
252
252
  attr_accessor validation_data: ::String
253
- SENSITIVE: []
253
+ SENSITIVE: [:validation_data]
254
254
  end
255
255
 
256
256
  class GenerateMacInput
@@ -265,7 +265,7 @@ module Aws::PaymentCryptographyData
265
265
  attr_accessor key_arn: ::String
266
266
  attr_accessor key_check_value: ::String
267
267
  attr_accessor mac: ::String
268
- SENSITIVE: []
268
+ SENSITIVE: [:mac]
269
269
  end
270
270
 
271
271
  class GeneratePinDataInput
@@ -285,14 +285,14 @@ module Aws::PaymentCryptographyData
285
285
  attr_accessor encryption_key_check_value: ::String
286
286
  attr_accessor encrypted_pin_block: ::String
287
287
  attr_accessor pin_data: Types::PinData
288
- SENSITIVE: []
288
+ SENSITIVE: [:encrypted_pin_block]
289
289
  end
290
290
 
291
291
  class Ibm3624NaturalPin
292
292
  attr_accessor decimalization_table: ::String
293
293
  attr_accessor pin_validation_data_pad_character: ::String
294
294
  attr_accessor pin_validation_data: ::String
295
- SENSITIVE: []
295
+ SENSITIVE: [:decimalization_table, :pin_validation_data]
296
296
  end
297
297
 
298
298
  class Ibm3624PinFromOffset
@@ -300,7 +300,7 @@ module Aws::PaymentCryptographyData
300
300
  attr_accessor pin_validation_data_pad_character: ::String
301
301
  attr_accessor pin_validation_data: ::String
302
302
  attr_accessor pin_offset: ::String
303
- SENSITIVE: []
303
+ SENSITIVE: [:decimalization_table, :pin_validation_data, :pin_offset]
304
304
  end
305
305
 
306
306
  class Ibm3624PinOffset
@@ -308,7 +308,7 @@ module Aws::PaymentCryptographyData
308
308
  attr_accessor decimalization_table: ::String
309
309
  attr_accessor pin_validation_data_pad_character: ::String
310
310
  attr_accessor pin_validation_data: ::String
311
- SENSITIVE: []
311
+ SENSITIVE: [:encrypted_pin_block, :decimalization_table, :pin_validation_data]
312
312
  end
313
313
 
314
314
  class Ibm3624PinVerification
@@ -316,14 +316,14 @@ module Aws::PaymentCryptographyData
316
316
  attr_accessor pin_validation_data_pad_character: ::String
317
317
  attr_accessor pin_validation_data: ::String
318
318
  attr_accessor pin_offset: ::String
319
- SENSITIVE: []
319
+ SENSITIVE: [:decimalization_table, :pin_validation_data, :pin_offset]
320
320
  end
321
321
 
322
322
  class Ibm3624RandomPin
323
323
  attr_accessor decimalization_table: ::String
324
324
  attr_accessor pin_validation_data_pad_character: ::String
325
325
  attr_accessor pin_validation_data: ::String
326
- SENSITIVE: []
326
+ SENSITIVE: [:decimalization_table, :pin_validation_data]
327
327
  end
328
328
 
329
329
  class InternalServerException
@@ -374,7 +374,7 @@ module Aws::PaymentCryptographyData
374
374
  attr_accessor pin_offset: ::String
375
375
  attr_accessor verification_value: ::String
376
376
  attr_accessor unknown: untyped
377
- SENSITIVE: []
377
+ SENSITIVE: [:pin_offset, :verification_value]
378
378
 
379
379
  class PinOffset < PinData
380
380
  end
@@ -494,7 +494,7 @@ module Aws::PaymentCryptographyData
494
494
  attr_accessor application_cryptogram: ::String
495
495
  attr_accessor application_transaction_counter: ::String
496
496
  attr_accessor unknown: untyped
497
- SENSITIVE: []
497
+ SENSITIVE: [:application_cryptogram]
498
498
 
499
499
  class ApplicationCryptogram < SessionKeyDerivationValue
500
500
  end
@@ -561,7 +561,7 @@ module Aws::PaymentCryptographyData
561
561
  attr_accessor pin_block: ::String
562
562
  attr_accessor key_arn: ::String
563
563
  attr_accessor key_check_value: ::String
564
- SENSITIVE: []
564
+ SENSITIVE: [:pin_block]
565
565
  end
566
566
 
567
567
  class TranslationIsoFormats
@@ -617,14 +617,14 @@ module Aws::PaymentCryptographyData
617
617
  attr_accessor major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B")
618
618
  attr_accessor session_key_derivation_attributes: Types::SessionKeyDerivation
619
619
  attr_accessor auth_response_attributes: Types::CryptogramAuthResponse
620
- SENSITIVE: []
620
+ SENSITIVE: [:transaction_data, :auth_request_cryptogram]
621
621
  end
622
622
 
623
623
  class VerifyAuthRequestCryptogramOutput
624
624
  attr_accessor key_arn: ::String
625
625
  attr_accessor key_check_value: ::String
626
626
  attr_accessor auth_response_value: ::String
627
- SENSITIVE: []
627
+ SENSITIVE: [:auth_response_value]
628
628
  end
629
629
 
630
630
  class VerifyCardValidationDataInput
@@ -632,7 +632,7 @@ module Aws::PaymentCryptographyData
632
632
  attr_accessor primary_account_number: ::String
633
633
  attr_accessor verification_attributes: Types::CardVerificationAttributes
634
634
  attr_accessor validation_data: ::String
635
- SENSITIVE: [:primary_account_number]
635
+ SENSITIVE: [:primary_account_number, :validation_data]
636
636
  end
637
637
 
638
638
  class VerifyCardValidationDataOutput
@@ -665,7 +665,7 @@ module Aws::PaymentCryptographyData
665
665
  attr_accessor pin_block_format: ("ISO_FORMAT_0" | "ISO_FORMAT_3")
666
666
  attr_accessor pin_data_length: ::Integer
667
667
  attr_accessor dukpt_attributes: Types::DukptAttributes
668
- SENSITIVE: [:primary_account_number]
668
+ SENSITIVE: [:encrypted_pin_block, :primary_account_number]
669
669
  end
670
670
 
671
671
  class VerifyPinDataOutput
@@ -684,13 +684,13 @@ module Aws::PaymentCryptographyData
684
684
  class VisaPinVerification
685
685
  attr_accessor pin_verification_key_index: ::Integer
686
686
  attr_accessor verification_value: ::String
687
- SENSITIVE: []
687
+ SENSITIVE: [:verification_value]
688
688
  end
689
689
 
690
690
  class VisaPinVerificationValue
691
691
  attr_accessor encrypted_pin_block: ::String
692
692
  attr_accessor pin_verification_key_index: ::Integer
693
- SENSITIVE: []
693
+ SENSITIVE: [:encrypted_pin_block]
694
694
  end
695
695
 
696
696
  class WrappedKey
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-paymentcryptographydata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2024-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.201.0
22
+ version: 3.203.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.201.0
32
+ version: 3.203.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement