aws-sdk-paymentcryptographydata 1.25.0 → 1.26.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-paymentcryptographydata/client.rb +249 -33
- data/lib/aws-sdk-paymentcryptographydata/client_api.rb +114 -4
- data/lib/aws-sdk-paymentcryptographydata/types.rb +423 -1
- data/lib/aws-sdk-paymentcryptographydata.rb +1 -1
- data/sig/client.rbs +68 -0
- data/sig/types.rbs +108 -0
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -13,6 +13,16 @@ module Aws::PaymentCryptographyData
|
|
13
13
|
SENSITIVE: []
|
14
14
|
end
|
15
15
|
|
16
|
+
class AmexAttributes
|
17
|
+
attr_accessor major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B")
|
18
|
+
attr_accessor primary_account_number: ::String
|
19
|
+
attr_accessor pan_sequence_number: ::String
|
20
|
+
attr_accessor application_transaction_counter: ::String
|
21
|
+
attr_accessor authorization_request_key_identifier: ::String
|
22
|
+
attr_accessor current_pin_attributes: Types::CurrentPinAttributes
|
23
|
+
SENSITIVE: [:primary_account_number]
|
24
|
+
end
|
25
|
+
|
16
26
|
class AmexCardSecurityCodeVersion1
|
17
27
|
attr_accessor card_expiry_date: ::String
|
18
28
|
SENSITIVE: [:card_expiry_date]
|
@@ -133,6 +143,12 @@ module Aws::PaymentCryptographyData
|
|
133
143
|
SENSITIVE: [:proprietary_authentication_data]
|
134
144
|
end
|
135
145
|
|
146
|
+
class CurrentPinAttributes
|
147
|
+
attr_accessor current_pin_pek_identifier: ::String
|
148
|
+
attr_accessor current_encrypted_pin_block: ::String
|
149
|
+
SENSITIVE: [:current_encrypted_pin_block]
|
150
|
+
end
|
151
|
+
|
136
152
|
class DecryptDataInput
|
137
153
|
attr_accessor key_identifier: ::String
|
138
154
|
attr_accessor cipher_text: ::String
|
@@ -148,6 +164,29 @@ module Aws::PaymentCryptographyData
|
|
148
164
|
SENSITIVE: [:plain_text]
|
149
165
|
end
|
150
166
|
|
167
|
+
class DerivationMethodAttributes
|
168
|
+
attr_accessor emv_common: Types::EmvCommonAttributes
|
169
|
+
attr_accessor amex: Types::AmexAttributes
|
170
|
+
attr_accessor visa: Types::VisaAttributes
|
171
|
+
attr_accessor emv_2000: Types::Emv2000Attributes
|
172
|
+
attr_accessor mastercard: Types::MasterCardAttributes
|
173
|
+
attr_accessor unknown: untyped
|
174
|
+
SENSITIVE: []
|
175
|
+
|
176
|
+
class EmvCommon < DerivationMethodAttributes
|
177
|
+
end
|
178
|
+
class Amex < DerivationMethodAttributes
|
179
|
+
end
|
180
|
+
class Visa < DerivationMethodAttributes
|
181
|
+
end
|
182
|
+
class Emv2000 < DerivationMethodAttributes
|
183
|
+
end
|
184
|
+
class Mastercard < DerivationMethodAttributes
|
185
|
+
end
|
186
|
+
class Unknown < DerivationMethodAttributes
|
187
|
+
end
|
188
|
+
end
|
189
|
+
|
151
190
|
class DiscoverDynamicCardVerificationCode
|
152
191
|
attr_accessor card_expiry_date: ::String
|
153
192
|
attr_accessor unpredictable_number: ::String
|
@@ -193,6 +232,25 @@ module Aws::PaymentCryptographyData
|
|
193
232
|
SENSITIVE: [:card_expiry_date, :service_code]
|
194
233
|
end
|
195
234
|
|
235
|
+
class Emv2000Attributes
|
236
|
+
attr_accessor major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B")
|
237
|
+
attr_accessor primary_account_number: ::String
|
238
|
+
attr_accessor pan_sequence_number: ::String
|
239
|
+
attr_accessor application_transaction_counter: ::String
|
240
|
+
SENSITIVE: [:primary_account_number]
|
241
|
+
end
|
242
|
+
|
243
|
+
class EmvCommonAttributes
|
244
|
+
attr_accessor major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B")
|
245
|
+
attr_accessor primary_account_number: ::String
|
246
|
+
attr_accessor pan_sequence_number: ::String
|
247
|
+
attr_accessor application_cryptogram: ::String
|
248
|
+
attr_accessor mode: ("ECB" | "CBC")
|
249
|
+
attr_accessor pin_block_padding_type: ("NO_PADDING" | "ISO_IEC_7816_4")
|
250
|
+
attr_accessor pin_block_length_position: ("NONE" | "FRONT_OF_PIN_BLOCK")
|
251
|
+
SENSITIVE: [:primary_account_number, :application_cryptogram]
|
252
|
+
end
|
253
|
+
|
196
254
|
class EmvEncryptionAttributes
|
197
255
|
attr_accessor major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B")
|
198
256
|
attr_accessor primary_account_number: ::String
|
@@ -253,6 +311,30 @@ module Aws::PaymentCryptographyData
|
|
253
311
|
SENSITIVE: [:validation_data]
|
254
312
|
end
|
255
313
|
|
314
|
+
class GenerateMacEmvPinChangeInput
|
315
|
+
attr_accessor new_pin_pek_identifier: ::String
|
316
|
+
attr_accessor new_encrypted_pin_block: ::String
|
317
|
+
attr_accessor pin_block_format: ("ISO_FORMAT_0" | "ISO_FORMAT_1" | "ISO_FORMAT_3")
|
318
|
+
attr_accessor secure_messaging_integrity_key_identifier: ::String
|
319
|
+
attr_accessor secure_messaging_confidentiality_key_identifier: ::String
|
320
|
+
attr_accessor message_data: ::String
|
321
|
+
attr_accessor derivation_method_attributes: Types::DerivationMethodAttributes
|
322
|
+
SENSITIVE: [:new_encrypted_pin_block, :message_data]
|
323
|
+
end
|
324
|
+
|
325
|
+
class GenerateMacEmvPinChangeOutput
|
326
|
+
attr_accessor new_pin_pek_arn: ::String
|
327
|
+
attr_accessor secure_messaging_integrity_key_arn: ::String
|
328
|
+
attr_accessor secure_messaging_confidentiality_key_arn: ::String
|
329
|
+
attr_accessor mac: ::String
|
330
|
+
attr_accessor encrypted_pin_block: ::String
|
331
|
+
attr_accessor new_pin_pek_key_check_value: ::String
|
332
|
+
attr_accessor secure_messaging_integrity_key_check_value: ::String
|
333
|
+
attr_accessor secure_messaging_confidentiality_key_check_value: ::String
|
334
|
+
attr_accessor visa_amex_derivation_outputs: Types::VisaAmexDerivationOutputs
|
335
|
+
SENSITIVE: [:mac, :encrypted_pin_block]
|
336
|
+
end
|
337
|
+
|
256
338
|
class GenerateMacInput
|
257
339
|
attr_accessor key_identifier: ::String
|
258
340
|
attr_accessor message_data: ::String
|
@@ -370,6 +452,14 @@ module Aws::PaymentCryptographyData
|
|
370
452
|
end
|
371
453
|
end
|
372
454
|
|
455
|
+
class MasterCardAttributes
|
456
|
+
attr_accessor major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B")
|
457
|
+
attr_accessor primary_account_number: ::String
|
458
|
+
attr_accessor pan_sequence_number: ::String
|
459
|
+
attr_accessor application_cryptogram: ::String
|
460
|
+
SENSITIVE: [:primary_account_number, :application_cryptogram]
|
461
|
+
end
|
462
|
+
|
373
463
|
class PinData
|
374
464
|
attr_accessor pin_offset: ::String
|
375
465
|
attr_accessor verification_value: ::String
|
@@ -676,6 +766,24 @@ module Aws::PaymentCryptographyData
|
|
676
766
|
SENSITIVE: []
|
677
767
|
end
|
678
768
|
|
769
|
+
class VisaAmexDerivationOutputs
|
770
|
+
attr_accessor authorization_request_key_arn: ::String
|
771
|
+
attr_accessor authorization_request_key_check_value: ::String
|
772
|
+
attr_accessor current_pin_pek_arn: ::String
|
773
|
+
attr_accessor current_pin_pek_key_check_value: ::String
|
774
|
+
SENSITIVE: []
|
775
|
+
end
|
776
|
+
|
777
|
+
class VisaAttributes
|
778
|
+
attr_accessor major_key_derivation_mode: ("EMV_OPTION_A" | "EMV_OPTION_B")
|
779
|
+
attr_accessor primary_account_number: ::String
|
780
|
+
attr_accessor pan_sequence_number: ::String
|
781
|
+
attr_accessor application_transaction_counter: ::String
|
782
|
+
attr_accessor authorization_request_key_identifier: ::String
|
783
|
+
attr_accessor current_pin_attributes: Types::CurrentPinAttributes
|
784
|
+
SENSITIVE: [:primary_account_number]
|
785
|
+
end
|
786
|
+
|
679
787
|
class VisaPin
|
680
788
|
attr_accessor pin_verification_key_index: ::Integer
|
681
789
|
SENSITIVE: []
|
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.
|
4
|
+
version: 1.26.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-10-
|
11
|
+
date: 2024-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|