aws-sdk 2.1651.0 → 2.1653.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.
- package/README.md +1 -1
- package/apis/apigateway-2015-07-09.min.json +7 -1
- package/apis/cognito-identity-2014-06-30.min.json +23 -5
- package/apis/connect-2017-08-08.min.json +432 -285
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/docdb-2014-10-31.min.json +7 -1
- package/apis/fms-2018-01-01.min.json +4 -1
- package/apis/payment-cryptography-2021-09-14.min.json +10 -1
- package/apis/payment-cryptography-data-2022-02-03.min.json +409 -367
- package/apis/payment-cryptography-data-2022-02-03.waiters2.json +5 -0
- package/apis/s3-2006-03-01.examples.json +103 -103
- package/apis/s3-2006-03-01.min.json +37 -5
- package/apis/states-2016-11-23.min.json +4 -1
- package/apis/swf-2012-01-25.min.json +4 -1
- package/apis/wafv2-2019-07-29.min.json +4 -1
- package/clients/connect.d.ts +184 -6
- package/clients/ec2.d.ts +9 -9
- package/clients/eks.d.ts +1 -1
- package/clients/paymentcryptography.d.ts +3 -3
- package/clients/paymentcryptographydata.d.ts +302 -260
- package/clients/paymentcryptographydata.js +1 -0
- package/clients/s3.d.ts +34 -10
- package/clients/wafv2.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +299 -292
- package/dist/aws-sdk.js +508 -299
- package/dist/aws-sdk.min.js +107 -107
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -2,9 +2,14 @@
|
|
2
2
|
"version": "2.0",
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2022-02-03",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
5
8
|
"endpointPrefix": "dataplane.payment-cryptography",
|
6
|
-
"jsonVersion": "1.1",
|
7
9
|
"protocol": "rest-json",
|
10
|
+
"protocols": [
|
11
|
+
"rest-json"
|
12
|
+
],
|
8
13
|
"serviceFullName": "Payment Cryptography Data Plane",
|
9
14
|
"serviceId": "Payment Cryptography Data",
|
10
15
|
"signatureVersion": "v4",
|
@@ -20,20 +25,23 @@
|
|
20
25
|
"input": {
|
21
26
|
"type": "structure",
|
22
27
|
"required": [
|
28
|
+
"KeyIdentifier",
|
23
29
|
"CipherText",
|
24
|
-
"DecryptionAttributes"
|
25
|
-
"KeyIdentifier"
|
30
|
+
"DecryptionAttributes"
|
26
31
|
],
|
27
32
|
"members": {
|
33
|
+
"KeyIdentifier": {
|
34
|
+
"location": "uri",
|
35
|
+
"locationName": "KeyIdentifier"
|
36
|
+
},
|
28
37
|
"CipherText": {
|
29
|
-
"shape": "
|
38
|
+
"shape": "S3"
|
30
39
|
},
|
31
40
|
"DecryptionAttributes": {
|
32
|
-
"shape": "
|
41
|
+
"shape": "S4"
|
33
42
|
},
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"locationName": "KeyIdentifier"
|
43
|
+
"WrappedKey": {
|
44
|
+
"shape": "Sl"
|
37
45
|
}
|
38
46
|
}
|
39
47
|
},
|
@@ -48,7 +56,7 @@
|
|
48
56
|
"KeyArn": {},
|
49
57
|
"KeyCheckValue": {},
|
50
58
|
"PlainText": {
|
51
|
-
"shape": "
|
59
|
+
"shape": "S3"
|
52
60
|
}
|
53
61
|
}
|
54
62
|
}
|
@@ -61,14 +69,11 @@
|
|
61
69
|
"input": {
|
62
70
|
"type": "structure",
|
63
71
|
"required": [
|
64
|
-
"EncryptionAttributes",
|
65
72
|
"KeyIdentifier",
|
66
|
-
"PlainText"
|
73
|
+
"PlainText",
|
74
|
+
"EncryptionAttributes"
|
67
75
|
],
|
68
76
|
"members": {
|
69
|
-
"EncryptionAttributes": {
|
70
|
-
"shape": "S3"
|
71
|
-
},
|
72
77
|
"KeyIdentifier": {
|
73
78
|
"location": "uri",
|
74
79
|
"locationName": "KeyIdentifier"
|
@@ -76,21 +81,27 @@
|
|
76
81
|
"PlainText": {
|
77
82
|
"type": "string",
|
78
83
|
"sensitive": true
|
84
|
+
},
|
85
|
+
"EncryptionAttributes": {
|
86
|
+
"shape": "S4"
|
87
|
+
},
|
88
|
+
"WrappedKey": {
|
89
|
+
"shape": "Sl"
|
79
90
|
}
|
80
91
|
}
|
81
92
|
},
|
82
93
|
"output": {
|
83
94
|
"type": "structure",
|
84
95
|
"required": [
|
85
|
-
"
|
86
|
-
"
|
96
|
+
"KeyArn",
|
97
|
+
"CipherText"
|
87
98
|
],
|
88
99
|
"members": {
|
89
|
-
"CipherText": {
|
90
|
-
"shape": "S2"
|
91
|
-
},
|
92
100
|
"KeyArn": {},
|
93
|
-
"KeyCheckValue": {}
|
101
|
+
"KeyCheckValue": {},
|
102
|
+
"CipherText": {
|
103
|
+
"shape": "S3"
|
104
|
+
}
|
94
105
|
}
|
95
106
|
}
|
96
107
|
},
|
@@ -102,42 +113,42 @@
|
|
102
113
|
"input": {
|
103
114
|
"type": "structure",
|
104
115
|
"required": [
|
105
|
-
"GenerationAttributes",
|
106
116
|
"KeyIdentifier",
|
107
|
-
"PrimaryAccountNumber"
|
117
|
+
"PrimaryAccountNumber",
|
118
|
+
"GenerationAttributes"
|
108
119
|
],
|
109
120
|
"members": {
|
121
|
+
"KeyIdentifier": {},
|
122
|
+
"PrimaryAccountNumber": {
|
123
|
+
"shape": "Sh"
|
124
|
+
},
|
110
125
|
"GenerationAttributes": {
|
111
126
|
"type": "structure",
|
112
127
|
"members": {
|
113
128
|
"AmexCardSecurityCodeVersion1": {
|
114
|
-
"shape": "
|
129
|
+
"shape": "Sx"
|
115
130
|
},
|
116
131
|
"AmexCardSecurityCodeVersion2": {
|
117
|
-
"shape": "
|
118
|
-
},
|
119
|
-
"CardHolderVerificationValue": {
|
120
|
-
"shape": "Sx"
|
132
|
+
"shape": "Sz"
|
121
133
|
},
|
122
134
|
"CardVerificationValue1": {
|
123
|
-
"shape": "
|
135
|
+
"shape": "S11"
|
124
136
|
},
|
125
137
|
"CardVerificationValue2": {
|
126
|
-
"shape": "
|
138
|
+
"shape": "S12"
|
139
|
+
},
|
140
|
+
"CardHolderVerificationValue": {
|
141
|
+
"shape": "S13"
|
127
142
|
},
|
128
143
|
"DynamicCardVerificationCode": {
|
129
|
-
"shape": "
|
144
|
+
"shape": "S16"
|
130
145
|
},
|
131
146
|
"DynamicCardVerificationValue": {
|
132
|
-
"shape": "
|
147
|
+
"shape": "S18"
|
133
148
|
}
|
134
149
|
},
|
135
150
|
"union": true
|
136
151
|
},
|
137
|
-
"KeyIdentifier": {},
|
138
|
-
"PrimaryAccountNumber": {
|
139
|
-
"shape": "Sg"
|
140
|
-
},
|
141
152
|
"ValidationDataLength": {
|
142
153
|
"type": "integer"
|
143
154
|
}
|
@@ -165,20 +176,20 @@
|
|
165
176
|
"input": {
|
166
177
|
"type": "structure",
|
167
178
|
"required": [
|
168
|
-
"GenerationAttributes",
|
169
179
|
"KeyIdentifier",
|
170
|
-
"MessageData"
|
180
|
+
"MessageData",
|
181
|
+
"GenerationAttributes"
|
171
182
|
],
|
172
183
|
"members": {
|
184
|
+
"KeyIdentifier": {},
|
185
|
+
"MessageData": {
|
186
|
+
"shape": "S1d"
|
187
|
+
},
|
173
188
|
"GenerationAttributes": {
|
174
|
-
"shape": "
|
189
|
+
"shape": "S1e"
|
175
190
|
},
|
176
|
-
"KeyIdentifier": {},
|
177
191
|
"MacLength": {
|
178
192
|
"type": "integer"
|
179
|
-
},
|
180
|
-
"MessageData": {
|
181
|
-
"shape": "S1h"
|
182
193
|
}
|
183
194
|
}
|
184
195
|
},
|
@@ -204,126 +215,126 @@
|
|
204
215
|
"input": {
|
205
216
|
"type": "structure",
|
206
217
|
"required": [
|
218
|
+
"GenerationKeyIdentifier",
|
207
219
|
"EncryptionKeyIdentifier",
|
208
220
|
"GenerationAttributes",
|
209
|
-
"
|
210
|
-
"PinBlockFormat"
|
211
|
-
"PrimaryAccountNumber"
|
221
|
+
"PrimaryAccountNumber",
|
222
|
+
"PinBlockFormat"
|
212
223
|
],
|
213
224
|
"members": {
|
225
|
+
"GenerationKeyIdentifier": {},
|
214
226
|
"EncryptionKeyIdentifier": {},
|
215
227
|
"GenerationAttributes": {
|
216
228
|
"type": "structure",
|
217
229
|
"members": {
|
218
|
-
"
|
230
|
+
"VisaPin": {
|
219
231
|
"type": "structure",
|
220
232
|
"required": [
|
221
|
-
"
|
222
|
-
"PinValidationData",
|
223
|
-
"PinValidationDataPadCharacter"
|
233
|
+
"PinVerificationKeyIndex"
|
224
234
|
],
|
225
235
|
"members": {
|
226
|
-
"
|
227
|
-
|
228
|
-
|
236
|
+
"PinVerificationKeyIndex": {
|
237
|
+
"type": "integer"
|
238
|
+
}
|
229
239
|
}
|
230
240
|
},
|
231
|
-
"
|
241
|
+
"VisaPinVerificationValue": {
|
232
242
|
"type": "structure",
|
233
243
|
"required": [
|
234
|
-
"
|
235
|
-
"
|
236
|
-
"PinValidationData",
|
237
|
-
"PinValidationDataPadCharacter"
|
244
|
+
"EncryptedPinBlock",
|
245
|
+
"PinVerificationKeyIndex"
|
238
246
|
],
|
239
247
|
"members": {
|
240
|
-
"
|
241
|
-
"
|
242
|
-
|
243
|
-
|
248
|
+
"EncryptedPinBlock": {},
|
249
|
+
"PinVerificationKeyIndex": {
|
250
|
+
"type": "integer"
|
251
|
+
}
|
244
252
|
}
|
245
253
|
},
|
246
254
|
"Ibm3624PinOffset": {
|
247
255
|
"type": "structure",
|
248
256
|
"required": [
|
249
|
-
"DecimalizationTable",
|
250
257
|
"EncryptedPinBlock",
|
251
|
-
"
|
252
|
-
"PinValidationDataPadCharacter"
|
258
|
+
"DecimalizationTable",
|
259
|
+
"PinValidationDataPadCharacter",
|
260
|
+
"PinValidationData"
|
253
261
|
],
|
254
262
|
"members": {
|
255
|
-
"DecimalizationTable": {},
|
256
263
|
"EncryptedPinBlock": {},
|
257
|
-
"
|
258
|
-
"PinValidationDataPadCharacter": {}
|
264
|
+
"DecimalizationTable": {},
|
265
|
+
"PinValidationDataPadCharacter": {},
|
266
|
+
"PinValidationData": {}
|
259
267
|
}
|
260
268
|
},
|
261
|
-
"
|
269
|
+
"Ibm3624NaturalPin": {
|
262
270
|
"type": "structure",
|
263
271
|
"required": [
|
264
272
|
"DecimalizationTable",
|
265
|
-
"
|
266
|
-
"
|
273
|
+
"PinValidationDataPadCharacter",
|
274
|
+
"PinValidationData"
|
267
275
|
],
|
268
276
|
"members": {
|
269
277
|
"DecimalizationTable": {},
|
270
|
-
"
|
271
|
-
"
|
278
|
+
"PinValidationDataPadCharacter": {},
|
279
|
+
"PinValidationData": {}
|
272
280
|
}
|
273
281
|
},
|
274
|
-
"
|
282
|
+
"Ibm3624RandomPin": {
|
275
283
|
"type": "structure",
|
276
284
|
"required": [
|
277
|
-
"
|
285
|
+
"DecimalizationTable",
|
286
|
+
"PinValidationDataPadCharacter",
|
287
|
+
"PinValidationData"
|
278
288
|
],
|
279
289
|
"members": {
|
280
|
-
"
|
281
|
-
|
282
|
-
}
|
290
|
+
"DecimalizationTable": {},
|
291
|
+
"PinValidationDataPadCharacter": {},
|
292
|
+
"PinValidationData": {}
|
283
293
|
}
|
284
294
|
},
|
285
|
-
"
|
295
|
+
"Ibm3624PinFromOffset": {
|
286
296
|
"type": "structure",
|
287
297
|
"required": [
|
288
|
-
"
|
289
|
-
"
|
298
|
+
"DecimalizationTable",
|
299
|
+
"PinValidationDataPadCharacter",
|
300
|
+
"PinValidationData",
|
301
|
+
"PinOffset"
|
290
302
|
],
|
291
303
|
"members": {
|
292
|
-
"
|
293
|
-
"
|
294
|
-
|
295
|
-
}
|
304
|
+
"DecimalizationTable": {},
|
305
|
+
"PinValidationDataPadCharacter": {},
|
306
|
+
"PinValidationData": {},
|
307
|
+
"PinOffset": {}
|
296
308
|
}
|
297
309
|
}
|
298
310
|
},
|
299
311
|
"union": true
|
300
312
|
},
|
301
|
-
"GenerationKeyIdentifier": {},
|
302
|
-
"PinBlockFormat": {},
|
303
313
|
"PinDataLength": {
|
304
314
|
"type": "integer"
|
305
315
|
},
|
306
316
|
"PrimaryAccountNumber": {
|
307
|
-
"shape": "
|
308
|
-
}
|
317
|
+
"shape": "Sh"
|
318
|
+
},
|
319
|
+
"PinBlockFormat": {}
|
309
320
|
}
|
310
321
|
},
|
311
322
|
"output": {
|
312
323
|
"type": "structure",
|
313
324
|
"required": [
|
314
|
-
"EncryptedPinBlock",
|
315
|
-
"EncryptionKeyArn",
|
316
|
-
"EncryptionKeyCheckValue",
|
317
325
|
"GenerationKeyArn",
|
318
326
|
"GenerationKeyCheckValue",
|
327
|
+
"EncryptionKeyArn",
|
328
|
+
"EncryptionKeyCheckValue",
|
329
|
+
"EncryptedPinBlock",
|
319
330
|
"PinData"
|
320
331
|
],
|
321
332
|
"members": {
|
322
|
-
"EncryptedPinBlock": {},
|
323
|
-
"EncryptionKeyArn": {},
|
324
|
-
"EncryptionKeyCheckValue": {},
|
325
333
|
"GenerationKeyArn": {},
|
326
334
|
"GenerationKeyCheckValue": {},
|
335
|
+
"EncryptionKeyArn": {},
|
336
|
+
"EncryptionKeyCheckValue": {},
|
337
|
+
"EncryptedPinBlock": {},
|
327
338
|
"PinData": {
|
328
339
|
"type": "structure",
|
329
340
|
"members": {
|
@@ -343,42 +354,48 @@
|
|
343
354
|
"input": {
|
344
355
|
"type": "structure",
|
345
356
|
"required": [
|
357
|
+
"IncomingKeyIdentifier",
|
358
|
+
"OutgoingKeyIdentifier",
|
346
359
|
"CipherText",
|
347
360
|
"IncomingEncryptionAttributes",
|
348
|
-
"
|
349
|
-
"OutgoingEncryptionAttributes",
|
350
|
-
"OutgoingKeyIdentifier"
|
361
|
+
"OutgoingEncryptionAttributes"
|
351
362
|
],
|
352
363
|
"members": {
|
353
|
-
"CipherText": {
|
354
|
-
"shape": "S2"
|
355
|
-
},
|
356
|
-
"IncomingEncryptionAttributes": {
|
357
|
-
"shape": "S23"
|
358
|
-
},
|
359
364
|
"IncomingKeyIdentifier": {
|
360
365
|
"location": "uri",
|
361
366
|
"locationName": "IncomingKeyIdentifier"
|
362
367
|
},
|
368
|
+
"OutgoingKeyIdentifier": {},
|
369
|
+
"CipherText": {
|
370
|
+
"shape": "S3"
|
371
|
+
},
|
372
|
+
"IncomingEncryptionAttributes": {
|
373
|
+
"shape": "S27"
|
374
|
+
},
|
363
375
|
"OutgoingEncryptionAttributes": {
|
364
|
-
"shape": "
|
376
|
+
"shape": "S27"
|
365
377
|
},
|
366
|
-
"
|
378
|
+
"IncomingWrappedKey": {
|
379
|
+
"shape": "Sl"
|
380
|
+
},
|
381
|
+
"OutgoingWrappedKey": {
|
382
|
+
"shape": "Sl"
|
383
|
+
}
|
367
384
|
}
|
368
385
|
},
|
369
386
|
"output": {
|
370
387
|
"type": "structure",
|
371
388
|
"required": [
|
372
|
-
"CipherText",
|
373
389
|
"KeyArn",
|
374
|
-
"KeyCheckValue"
|
390
|
+
"KeyCheckValue",
|
391
|
+
"CipherText"
|
375
392
|
],
|
376
393
|
"members": {
|
377
|
-
"CipherText": {
|
378
|
-
"shape": "S2"
|
379
|
-
},
|
380
394
|
"KeyArn": {},
|
381
|
-
"KeyCheckValue": {}
|
395
|
+
"KeyCheckValue": {},
|
396
|
+
"CipherText": {
|
397
|
+
"shape": "S3"
|
398
|
+
}
|
382
399
|
}
|
383
400
|
}
|
384
401
|
},
|
@@ -390,44 +407,50 @@
|
|
390
407
|
"input": {
|
391
408
|
"type": "structure",
|
392
409
|
"required": [
|
393
|
-
"EncryptedPinBlock",
|
394
410
|
"IncomingKeyIdentifier",
|
395
|
-
"IncomingTranslationAttributes",
|
396
411
|
"OutgoingKeyIdentifier",
|
397
|
-
"
|
412
|
+
"IncomingTranslationAttributes",
|
413
|
+
"OutgoingTranslationAttributes",
|
414
|
+
"EncryptedPinBlock"
|
398
415
|
],
|
399
416
|
"members": {
|
417
|
+
"IncomingKeyIdentifier": {},
|
418
|
+
"OutgoingKeyIdentifier": {},
|
419
|
+
"IncomingTranslationAttributes": {
|
420
|
+
"shape": "S2a"
|
421
|
+
},
|
422
|
+
"OutgoingTranslationAttributes": {
|
423
|
+
"shape": "S2a"
|
424
|
+
},
|
400
425
|
"EncryptedPinBlock": {
|
401
426
|
"type": "string",
|
402
427
|
"sensitive": true
|
403
428
|
},
|
404
429
|
"IncomingDukptAttributes": {
|
405
|
-
"shape": "
|
406
|
-
},
|
407
|
-
"IncomingKeyIdentifier": {},
|
408
|
-
"IncomingTranslationAttributes": {
|
409
|
-
"shape": "S28"
|
430
|
+
"shape": "S2e"
|
410
431
|
},
|
411
432
|
"OutgoingDukptAttributes": {
|
412
|
-
"shape": "
|
433
|
+
"shape": "S2e"
|
413
434
|
},
|
414
|
-
"
|
415
|
-
|
416
|
-
|
435
|
+
"IncomingWrappedKey": {
|
436
|
+
"shape": "Sl"
|
437
|
+
},
|
438
|
+
"OutgoingWrappedKey": {
|
439
|
+
"shape": "Sl"
|
417
440
|
}
|
418
441
|
}
|
419
442
|
},
|
420
443
|
"output": {
|
421
444
|
"type": "structure",
|
422
445
|
"required": [
|
446
|
+
"PinBlock",
|
423
447
|
"KeyArn",
|
424
|
-
"KeyCheckValue"
|
425
|
-
"PinBlock"
|
448
|
+
"KeyCheckValue"
|
426
449
|
],
|
427
450
|
"members": {
|
451
|
+
"PinBlock": {},
|
428
452
|
"KeyArn": {},
|
429
|
-
"KeyCheckValue": {}
|
430
|
-
"PinBlock": {}
|
453
|
+
"KeyCheckValue": {}
|
431
454
|
}
|
432
455
|
}
|
433
456
|
},
|
@@ -439,121 +462,121 @@
|
|
439
462
|
"input": {
|
440
463
|
"type": "structure",
|
441
464
|
"required": [
|
442
|
-
"AuthRequestCryptogram",
|
443
465
|
"KeyIdentifier",
|
466
|
+
"TransactionData",
|
467
|
+
"AuthRequestCryptogram",
|
444
468
|
"MajorKeyDerivationMode",
|
445
|
-
"SessionKeyDerivationAttributes"
|
446
|
-
"TransactionData"
|
469
|
+
"SessionKeyDerivationAttributes"
|
447
470
|
],
|
448
471
|
"members": {
|
472
|
+
"KeyIdentifier": {},
|
473
|
+
"TransactionData": {},
|
449
474
|
"AuthRequestCryptogram": {},
|
450
|
-
"
|
475
|
+
"MajorKeyDerivationMode": {},
|
476
|
+
"SessionKeyDerivationAttributes": {
|
451
477
|
"type": "structure",
|
452
478
|
"members": {
|
453
|
-
"
|
479
|
+
"EmvCommon": {
|
454
480
|
"type": "structure",
|
455
481
|
"required": [
|
456
|
-
"
|
482
|
+
"PrimaryAccountNumber",
|
483
|
+
"PanSequenceNumber",
|
484
|
+
"ApplicationTransactionCounter"
|
457
485
|
],
|
458
486
|
"members": {
|
459
|
-
"
|
487
|
+
"PrimaryAccountNumber": {
|
488
|
+
"shape": "Sh"
|
489
|
+
},
|
490
|
+
"PanSequenceNumber": {},
|
491
|
+
"ApplicationTransactionCounter": {}
|
460
492
|
}
|
461
493
|
},
|
462
|
-
"
|
463
|
-
"type": "structure",
|
464
|
-
"required": [
|
465
|
-
"CardStatusUpdate"
|
466
|
-
],
|
467
|
-
"members": {
|
468
|
-
"CardStatusUpdate": {},
|
469
|
-
"ProprietaryAuthenticationData": {}
|
470
|
-
}
|
471
|
-
}
|
472
|
-
},
|
473
|
-
"union": true
|
474
|
-
},
|
475
|
-
"KeyIdentifier": {},
|
476
|
-
"MajorKeyDerivationMode": {},
|
477
|
-
"SessionKeyDerivationAttributes": {
|
478
|
-
"type": "structure",
|
479
|
-
"members": {
|
480
|
-
"Amex": {
|
494
|
+
"Mastercard": {
|
481
495
|
"type": "structure",
|
482
496
|
"required": [
|
497
|
+
"PrimaryAccountNumber",
|
483
498
|
"PanSequenceNumber",
|
484
|
-
"
|
499
|
+
"ApplicationTransactionCounter",
|
500
|
+
"UnpredictableNumber"
|
485
501
|
],
|
486
502
|
"members": {
|
487
|
-
"PanSequenceNumber": {},
|
488
503
|
"PrimaryAccountNumber": {
|
489
|
-
"shape": "
|
490
|
-
}
|
504
|
+
"shape": "Sh"
|
505
|
+
},
|
506
|
+
"PanSequenceNumber": {},
|
507
|
+
"ApplicationTransactionCounter": {},
|
508
|
+
"UnpredictableNumber": {}
|
491
509
|
}
|
492
510
|
},
|
493
511
|
"Emv2000": {
|
494
512
|
"type": "structure",
|
495
513
|
"required": [
|
496
|
-
"
|
514
|
+
"PrimaryAccountNumber",
|
497
515
|
"PanSequenceNumber",
|
498
|
-
"
|
516
|
+
"ApplicationTransactionCounter"
|
499
517
|
],
|
500
518
|
"members": {
|
501
|
-
"ApplicationTransactionCounter": {},
|
502
|
-
"PanSequenceNumber": {},
|
503
519
|
"PrimaryAccountNumber": {
|
504
|
-
"shape": "
|
505
|
-
}
|
520
|
+
"shape": "Sh"
|
521
|
+
},
|
522
|
+
"PanSequenceNumber": {},
|
523
|
+
"ApplicationTransactionCounter": {}
|
506
524
|
}
|
507
525
|
},
|
508
|
-
"
|
526
|
+
"Amex": {
|
509
527
|
"type": "structure",
|
510
528
|
"required": [
|
511
|
-
"
|
512
|
-
"PanSequenceNumber"
|
513
|
-
"PrimaryAccountNumber"
|
529
|
+
"PrimaryAccountNumber",
|
530
|
+
"PanSequenceNumber"
|
514
531
|
],
|
515
532
|
"members": {
|
516
|
-
"ApplicationTransactionCounter": {},
|
517
|
-
"PanSequenceNumber": {},
|
518
533
|
"PrimaryAccountNumber": {
|
519
|
-
"shape": "
|
520
|
-
}
|
534
|
+
"shape": "Sh"
|
535
|
+
},
|
536
|
+
"PanSequenceNumber": {}
|
521
537
|
}
|
522
538
|
},
|
523
|
-
"
|
539
|
+
"Visa": {
|
524
540
|
"type": "structure",
|
525
541
|
"required": [
|
526
|
-
"ApplicationTransactionCounter",
|
527
|
-
"PanSequenceNumber",
|
528
542
|
"PrimaryAccountNumber",
|
529
|
-
"
|
543
|
+
"PanSequenceNumber"
|
530
544
|
],
|
531
545
|
"members": {
|
532
|
-
"ApplicationTransactionCounter": {},
|
533
|
-
"PanSequenceNumber": {},
|
534
546
|
"PrimaryAccountNumber": {
|
535
|
-
"shape": "
|
547
|
+
"shape": "Sh"
|
536
548
|
},
|
537
|
-
"
|
549
|
+
"PanSequenceNumber": {}
|
550
|
+
}
|
551
|
+
}
|
552
|
+
},
|
553
|
+
"union": true
|
554
|
+
},
|
555
|
+
"AuthResponseAttributes": {
|
556
|
+
"type": "structure",
|
557
|
+
"members": {
|
558
|
+
"ArpcMethod1": {
|
559
|
+
"type": "structure",
|
560
|
+
"required": [
|
561
|
+
"AuthResponseCode"
|
562
|
+
],
|
563
|
+
"members": {
|
564
|
+
"AuthResponseCode": {}
|
538
565
|
}
|
539
566
|
},
|
540
|
-
"
|
567
|
+
"ArpcMethod2": {
|
541
568
|
"type": "structure",
|
542
569
|
"required": [
|
543
|
-
"
|
544
|
-
"PrimaryAccountNumber"
|
570
|
+
"CardStatusUpdate"
|
545
571
|
],
|
546
572
|
"members": {
|
547
|
-
"
|
548
|
-
"
|
549
|
-
"shape": "Sg"
|
550
|
-
}
|
573
|
+
"CardStatusUpdate": {},
|
574
|
+
"ProprietaryAuthenticationData": {}
|
551
575
|
}
|
552
576
|
}
|
553
577
|
},
|
554
578
|
"union": true
|
555
|
-
}
|
556
|
-
"TransactionData": {}
|
579
|
+
}
|
557
580
|
}
|
558
581
|
},
|
559
582
|
"output": {
|
@@ -563,9 +586,9 @@
|
|
563
586
|
"KeyCheckValue"
|
564
587
|
],
|
565
588
|
"members": {
|
566
|
-
"AuthResponseValue": {},
|
567
589
|
"KeyArn": {},
|
568
|
-
"KeyCheckValue": {}
|
590
|
+
"KeyCheckValue": {},
|
591
|
+
"AuthResponseValue": {}
|
569
592
|
}
|
570
593
|
}
|
571
594
|
},
|
@@ -579,55 +602,55 @@
|
|
579
602
|
"required": [
|
580
603
|
"KeyIdentifier",
|
581
604
|
"PrimaryAccountNumber",
|
582
|
-
"
|
583
|
-
"
|
605
|
+
"VerificationAttributes",
|
606
|
+
"ValidationData"
|
584
607
|
],
|
585
608
|
"members": {
|
586
609
|
"KeyIdentifier": {},
|
587
610
|
"PrimaryAccountNumber": {
|
588
|
-
"shape": "
|
611
|
+
"shape": "Sh"
|
589
612
|
},
|
590
|
-
"ValidationData": {},
|
591
613
|
"VerificationAttributes": {
|
592
614
|
"type": "structure",
|
593
615
|
"members": {
|
594
616
|
"AmexCardSecurityCodeVersion1": {
|
595
|
-
"shape": "
|
617
|
+
"shape": "Sx"
|
596
618
|
},
|
597
619
|
"AmexCardSecurityCodeVersion2": {
|
598
|
-
"shape": "
|
599
|
-
},
|
600
|
-
"CardHolderVerificationValue": {
|
601
|
-
"shape": "Sx"
|
620
|
+
"shape": "Sz"
|
602
621
|
},
|
603
622
|
"CardVerificationValue1": {
|
604
|
-
"shape": "
|
623
|
+
"shape": "S11"
|
605
624
|
},
|
606
625
|
"CardVerificationValue2": {
|
607
|
-
"shape": "
|
626
|
+
"shape": "S12"
|
627
|
+
},
|
628
|
+
"CardHolderVerificationValue": {
|
629
|
+
"shape": "S13"
|
630
|
+
},
|
631
|
+
"DynamicCardVerificationCode": {
|
632
|
+
"shape": "S16"
|
633
|
+
},
|
634
|
+
"DynamicCardVerificationValue": {
|
635
|
+
"shape": "S18"
|
608
636
|
},
|
609
637
|
"DiscoverDynamicCardVerificationCode": {
|
610
638
|
"type": "structure",
|
611
639
|
"required": [
|
612
|
-
"ApplicationTransactionCounter",
|
613
640
|
"CardExpiryDate",
|
614
|
-
"UnpredictableNumber"
|
641
|
+
"UnpredictableNumber",
|
642
|
+
"ApplicationTransactionCounter"
|
615
643
|
],
|
616
644
|
"members": {
|
617
|
-
"ApplicationTransactionCounter": {},
|
618
645
|
"CardExpiryDate": {},
|
619
|
-
"UnpredictableNumber": {}
|
646
|
+
"UnpredictableNumber": {},
|
647
|
+
"ApplicationTransactionCounter": {}
|
620
648
|
}
|
621
|
-
},
|
622
|
-
"DynamicCardVerificationCode": {
|
623
|
-
"shape": "S12"
|
624
|
-
},
|
625
|
-
"DynamicCardVerificationValue": {
|
626
|
-
"shape": "S14"
|
627
649
|
}
|
628
650
|
},
|
629
651
|
"union": true
|
630
|
-
}
|
652
|
+
},
|
653
|
+
"ValidationData": {}
|
631
654
|
}
|
632
655
|
},
|
633
656
|
"output": {
|
@@ -651,24 +674,24 @@
|
|
651
674
|
"type": "structure",
|
652
675
|
"required": [
|
653
676
|
"KeyIdentifier",
|
654
|
-
"Mac",
|
655
677
|
"MessageData",
|
678
|
+
"Mac",
|
656
679
|
"VerificationAttributes"
|
657
680
|
],
|
658
681
|
"members": {
|
659
682
|
"KeyIdentifier": {},
|
683
|
+
"MessageData": {
|
684
|
+
"shape": "S1d"
|
685
|
+
},
|
660
686
|
"Mac": {
|
661
687
|
"type": "string",
|
662
688
|
"sensitive": true
|
663
689
|
},
|
690
|
+
"VerificationAttributes": {
|
691
|
+
"shape": "S1e"
|
692
|
+
},
|
664
693
|
"MacLength": {
|
665
694
|
"type": "integer"
|
666
|
-
},
|
667
|
-
"MessageData": {
|
668
|
-
"shape": "S1h"
|
669
|
-
},
|
670
|
-
"VerificationAttributes": {
|
671
|
-
"shape": "S19"
|
672
695
|
}
|
673
696
|
}
|
674
697
|
},
|
@@ -692,52 +715,19 @@
|
|
692
715
|
"input": {
|
693
716
|
"type": "structure",
|
694
717
|
"required": [
|
695
|
-
"
|
718
|
+
"VerificationKeyIdentifier",
|
696
719
|
"EncryptionKeyIdentifier",
|
697
|
-
"PinBlockFormat",
|
698
|
-
"PrimaryAccountNumber",
|
699
720
|
"VerificationAttributes",
|
700
|
-
"
|
721
|
+
"EncryptedPinBlock",
|
722
|
+
"PrimaryAccountNumber",
|
723
|
+
"PinBlockFormat"
|
701
724
|
],
|
702
725
|
"members": {
|
703
|
-
"
|
704
|
-
"type": "structure",
|
705
|
-
"required": [
|
706
|
-
"DukptDerivationType",
|
707
|
-
"KeySerialNumber"
|
708
|
-
],
|
709
|
-
"members": {
|
710
|
-
"DukptDerivationType": {},
|
711
|
-
"KeySerialNumber": {}
|
712
|
-
}
|
713
|
-
},
|
714
|
-
"EncryptedPinBlock": {},
|
726
|
+
"VerificationKeyIdentifier": {},
|
715
727
|
"EncryptionKeyIdentifier": {},
|
716
|
-
"PinBlockFormat": {},
|
717
|
-
"PinDataLength": {
|
718
|
-
"type": "integer"
|
719
|
-
},
|
720
|
-
"PrimaryAccountNumber": {
|
721
|
-
"shape": "Sg"
|
722
|
-
},
|
723
728
|
"VerificationAttributes": {
|
724
729
|
"type": "structure",
|
725
730
|
"members": {
|
726
|
-
"Ibm3624Pin": {
|
727
|
-
"type": "structure",
|
728
|
-
"required": [
|
729
|
-
"DecimalizationTable",
|
730
|
-
"PinOffset",
|
731
|
-
"PinValidationData",
|
732
|
-
"PinValidationDataPadCharacter"
|
733
|
-
],
|
734
|
-
"members": {
|
735
|
-
"DecimalizationTable": {},
|
736
|
-
"PinOffset": {},
|
737
|
-
"PinValidationData": {},
|
738
|
-
"PinValidationDataPadCharacter": {}
|
739
|
-
}
|
740
|
-
},
|
741
731
|
"VisaPin": {
|
742
732
|
"type": "structure",
|
743
733
|
"required": [
|
@@ -750,38 +740,74 @@
|
|
750
740
|
},
|
751
741
|
"VerificationValue": {}
|
752
742
|
}
|
743
|
+
},
|
744
|
+
"Ibm3624Pin": {
|
745
|
+
"type": "structure",
|
746
|
+
"required": [
|
747
|
+
"DecimalizationTable",
|
748
|
+
"PinValidationDataPadCharacter",
|
749
|
+
"PinValidationData",
|
750
|
+
"PinOffset"
|
751
|
+
],
|
752
|
+
"members": {
|
753
|
+
"DecimalizationTable": {},
|
754
|
+
"PinValidationDataPadCharacter": {},
|
755
|
+
"PinValidationData": {},
|
756
|
+
"PinOffset": {}
|
757
|
+
}
|
753
758
|
}
|
754
759
|
},
|
755
760
|
"union": true
|
756
761
|
},
|
757
|
-
"
|
762
|
+
"EncryptedPinBlock": {},
|
763
|
+
"PrimaryAccountNumber": {
|
764
|
+
"shape": "Sh"
|
765
|
+
},
|
766
|
+
"PinBlockFormat": {},
|
767
|
+
"PinDataLength": {
|
768
|
+
"type": "integer"
|
769
|
+
},
|
770
|
+
"DukptAttributes": {
|
771
|
+
"type": "structure",
|
772
|
+
"required": [
|
773
|
+
"KeySerialNumber",
|
774
|
+
"DukptDerivationType"
|
775
|
+
],
|
776
|
+
"members": {
|
777
|
+
"KeySerialNumber": {},
|
778
|
+
"DukptDerivationType": {}
|
779
|
+
}
|
780
|
+
}
|
758
781
|
}
|
759
782
|
},
|
760
783
|
"output": {
|
761
784
|
"type": "structure",
|
762
785
|
"required": [
|
763
|
-
"EncryptionKeyArn",
|
764
|
-
"EncryptionKeyCheckValue",
|
765
786
|
"VerificationKeyArn",
|
766
|
-
"VerificationKeyCheckValue"
|
787
|
+
"VerificationKeyCheckValue",
|
788
|
+
"EncryptionKeyArn",
|
789
|
+
"EncryptionKeyCheckValue"
|
767
790
|
],
|
768
791
|
"members": {
|
769
|
-
"EncryptionKeyArn": {},
|
770
|
-
"EncryptionKeyCheckValue": {},
|
771
792
|
"VerificationKeyArn": {},
|
772
|
-
"VerificationKeyCheckValue": {}
|
793
|
+
"VerificationKeyCheckValue": {},
|
794
|
+
"EncryptionKeyArn": {},
|
795
|
+
"EncryptionKeyCheckValue": {}
|
773
796
|
}
|
774
797
|
}
|
775
798
|
}
|
776
799
|
},
|
777
800
|
"shapes": {
|
778
|
-
"
|
801
|
+
"S3": {
|
779
802
|
"type": "string",
|
780
803
|
"sensitive": true
|
781
804
|
},
|
782
|
-
"
|
805
|
+
"S4": {
|
783
806
|
"type": "structure",
|
784
807
|
"members": {
|
808
|
+
"Symmetric": {
|
809
|
+
"shape": "S5"
|
810
|
+
},
|
785
811
|
"Asymmetric": {
|
786
812
|
"type": "structure",
|
787
813
|
"members": {
|
@@ -789,72 +815,88 @@
|
|
789
815
|
}
|
790
816
|
},
|
791
817
|
"Dukpt": {
|
792
|
-
"shape": "
|
818
|
+
"shape": "Sa"
|
793
819
|
},
|
794
820
|
"Emv": {
|
795
821
|
"type": "structure",
|
796
822
|
"required": [
|
797
823
|
"MajorKeyDerivationMode",
|
798
|
-
"PanSequenceNumber",
|
799
824
|
"PrimaryAccountNumber",
|
825
|
+
"PanSequenceNumber",
|
800
826
|
"SessionDerivationData"
|
801
827
|
],
|
802
828
|
"members": {
|
803
|
-
"InitializationVector": {
|
804
|
-
"shape": "S9"
|
805
|
-
},
|
806
829
|
"MajorKeyDerivationMode": {},
|
807
|
-
"Mode": {},
|
808
|
-
"PanSequenceNumber": {},
|
809
830
|
"PrimaryAccountNumber": {
|
810
|
-
"shape": "
|
831
|
+
"shape": "Sh"
|
811
832
|
},
|
812
|
-
"
|
833
|
+
"PanSequenceNumber": {},
|
834
|
+
"SessionDerivationData": {},
|
835
|
+
"Mode": {},
|
836
|
+
"InitializationVector": {
|
837
|
+
"shape": "S7"
|
838
|
+
}
|
813
839
|
}
|
814
|
-
},
|
815
|
-
"Symmetric": {
|
816
|
-
"shape": "Si"
|
817
840
|
}
|
818
841
|
},
|
819
842
|
"union": true
|
820
843
|
},
|
821
|
-
"
|
844
|
+
"S5": {
|
822
845
|
"type": "structure",
|
823
846
|
"required": [
|
824
|
-
"
|
847
|
+
"Mode"
|
825
848
|
],
|
826
849
|
"members": {
|
827
|
-
"
|
828
|
-
"DukptKeyVariant": {},
|
850
|
+
"Mode": {},
|
829
851
|
"InitializationVector": {
|
830
|
-
"shape": "
|
852
|
+
"shape": "S7"
|
831
853
|
},
|
832
|
-
"
|
833
|
-
"Mode": {}
|
854
|
+
"PaddingType": {}
|
834
855
|
}
|
835
856
|
},
|
836
|
-
"
|
857
|
+
"S7": {
|
837
858
|
"type": "string",
|
838
859
|
"sensitive": true
|
839
860
|
},
|
840
|
-
"
|
861
|
+
"Sa": {
|
862
|
+
"type": "structure",
|
863
|
+
"required": [
|
864
|
+
"KeySerialNumber"
|
865
|
+
],
|
866
|
+
"members": {
|
867
|
+
"KeySerialNumber": {},
|
868
|
+
"Mode": {},
|
869
|
+
"DukptKeyDerivationType": {},
|
870
|
+
"DukptKeyVariant": {},
|
871
|
+
"InitializationVector": {
|
872
|
+
"shape": "S7"
|
873
|
+
}
|
874
|
+
}
|
875
|
+
},
|
876
|
+
"Sh": {
|
841
877
|
"type": "string",
|
842
878
|
"sensitive": true
|
843
879
|
},
|
844
|
-
"
|
880
|
+
"Sl": {
|
845
881
|
"type": "structure",
|
846
882
|
"required": [
|
847
|
-
"
|
883
|
+
"WrappedKeyMaterial"
|
848
884
|
],
|
849
885
|
"members": {
|
850
|
-
"
|
851
|
-
"
|
886
|
+
"WrappedKeyMaterial": {
|
887
|
+
"type": "structure",
|
888
|
+
"members": {
|
889
|
+
"Tr31KeyBlock": {
|
890
|
+
"type": "string",
|
891
|
+
"sensitive": true
|
892
|
+
}
|
893
|
+
},
|
894
|
+
"union": true
|
852
895
|
},
|
853
|
-
"
|
854
|
-
"PaddingType": {}
|
896
|
+
"KeyCheckValueAlgorithm": {}
|
855
897
|
}
|
856
898
|
},
|
857
|
-
"
|
899
|
+
"Sx": {
|
858
900
|
"type": "structure",
|
859
901
|
"required": [
|
860
902
|
"CardExpiryDate"
|
@@ -863,7 +905,7 @@
|
|
863
905
|
"CardExpiryDate": {}
|
864
906
|
}
|
865
907
|
},
|
866
|
-
"
|
908
|
+
"Sz": {
|
867
909
|
"type": "structure",
|
868
910
|
"required": [
|
869
911
|
"CardExpiryDate",
|
@@ -874,20 +916,7 @@
|
|
874
916
|
"ServiceCode": {}
|
875
917
|
}
|
876
918
|
},
|
877
|
-
"
|
878
|
-
"type": "structure",
|
879
|
-
"required": [
|
880
|
-
"ApplicationTransactionCounter",
|
881
|
-
"PanSequenceNumber",
|
882
|
-
"UnpredictableNumber"
|
883
|
-
],
|
884
|
-
"members": {
|
885
|
-
"ApplicationTransactionCounter": {},
|
886
|
-
"PanSequenceNumber": {},
|
887
|
-
"UnpredictableNumber": {}
|
888
|
-
}
|
889
|
-
},
|
890
|
-
"S10": {
|
919
|
+
"S11": {
|
891
920
|
"type": "structure",
|
892
921
|
"required": [
|
893
922
|
"CardExpiryDate",
|
@@ -898,7 +927,7 @@
|
|
898
927
|
"ServiceCode": {}
|
899
928
|
}
|
900
929
|
},
|
901
|
-
"
|
930
|
+
"S12": {
|
902
931
|
"type": "structure",
|
903
932
|
"required": [
|
904
933
|
"CardExpiryDate"
|
@@ -907,64 +936,72 @@
|
|
907
936
|
"CardExpiryDate": {}
|
908
937
|
}
|
909
938
|
},
|
910
|
-
"
|
939
|
+
"S13": {
|
911
940
|
"type": "structure",
|
912
941
|
"required": [
|
913
|
-
"
|
942
|
+
"UnpredictableNumber",
|
914
943
|
"PanSequenceNumber",
|
915
|
-
"
|
916
|
-
"UnpredictableNumber"
|
944
|
+
"ApplicationTransactionCounter"
|
917
945
|
],
|
918
946
|
"members": {
|
919
|
-
"
|
947
|
+
"UnpredictableNumber": {},
|
920
948
|
"PanSequenceNumber": {},
|
921
|
-
"
|
922
|
-
"UnpredictableNumber": {}
|
949
|
+
"ApplicationTransactionCounter": {}
|
923
950
|
}
|
924
951
|
},
|
925
|
-
"
|
952
|
+
"S16": {
|
926
953
|
"type": "structure",
|
927
954
|
"required": [
|
928
|
-
"
|
929
|
-
"CardExpiryDate",
|
955
|
+
"UnpredictableNumber",
|
930
956
|
"PanSequenceNumber",
|
931
|
-
"
|
957
|
+
"ApplicationTransactionCounter",
|
958
|
+
"TrackData"
|
932
959
|
],
|
933
960
|
"members": {
|
961
|
+
"UnpredictableNumber": {},
|
962
|
+
"PanSequenceNumber": {},
|
934
963
|
"ApplicationTransactionCounter": {},
|
935
|
-
"
|
964
|
+
"TrackData": {}
|
965
|
+
}
|
966
|
+
},
|
967
|
+
"S18": {
|
968
|
+
"type": "structure",
|
969
|
+
"required": [
|
970
|
+
"PanSequenceNumber",
|
971
|
+
"CardExpiryDate",
|
972
|
+
"ServiceCode",
|
973
|
+
"ApplicationTransactionCounter"
|
974
|
+
],
|
975
|
+
"members": {
|
936
976
|
"PanSequenceNumber": {},
|
937
|
-
"
|
977
|
+
"CardExpiryDate": {},
|
978
|
+
"ServiceCode": {},
|
979
|
+
"ApplicationTransactionCounter": {}
|
938
980
|
}
|
939
981
|
},
|
940
|
-
"
|
982
|
+
"S1d": {
|
983
|
+
"type": "string",
|
984
|
+
"sensitive": true
|
985
|
+
},
|
986
|
+
"S1e": {
|
941
987
|
"type": "structure",
|
942
988
|
"members": {
|
943
989
|
"Algorithm": {},
|
944
|
-
"DukptCmac": {
|
945
|
-
"shape": "S1b"
|
946
|
-
},
|
947
|
-
"DukptIso9797Algorithm1": {
|
948
|
-
"shape": "S1b"
|
949
|
-
},
|
950
|
-
"DukptIso9797Algorithm3": {
|
951
|
-
"shape": "S1b"
|
952
|
-
},
|
953
990
|
"EmvMac": {
|
954
991
|
"type": "structure",
|
955
992
|
"required": [
|
956
993
|
"MajorKeyDerivationMode",
|
957
|
-
"PanSequenceNumber",
|
958
994
|
"PrimaryAccountNumber",
|
995
|
+
"PanSequenceNumber",
|
959
996
|
"SessionKeyDerivationMode",
|
960
997
|
"SessionKeyDerivationValue"
|
961
998
|
],
|
962
999
|
"members": {
|
963
1000
|
"MajorKeyDerivationMode": {},
|
964
|
-
"PanSequenceNumber": {},
|
965
1001
|
"PrimaryAccountNumber": {
|
966
|
-
"shape": "
|
1002
|
+
"shape": "Sh"
|
967
1003
|
},
|
1004
|
+
"PanSequenceNumber": {},
|
968
1005
|
"SessionKeyDerivationMode": {},
|
969
1006
|
"SessionKeyDerivationValue": {
|
970
1007
|
"type": "structure",
|
@@ -975,78 +1012,83 @@
|
|
975
1012
|
"union": true
|
976
1013
|
}
|
977
1014
|
}
|
1015
|
+
},
|
1016
|
+
"DukptIso9797Algorithm1": {
|
1017
|
+
"shape": "S1k"
|
1018
|
+
},
|
1019
|
+
"DukptIso9797Algorithm3": {
|
1020
|
+
"shape": "S1k"
|
1021
|
+
},
|
1022
|
+
"DukptCmac": {
|
1023
|
+
"shape": "S1k"
|
978
1024
|
}
|
979
1025
|
},
|
980
1026
|
"union": true
|
981
1027
|
},
|
982
|
-
"
|
1028
|
+
"S1k": {
|
983
1029
|
"type": "structure",
|
984
1030
|
"required": [
|
985
|
-
"
|
986
|
-
"
|
1031
|
+
"KeySerialNumber",
|
1032
|
+
"DukptKeyVariant"
|
987
1033
|
],
|
988
1034
|
"members": {
|
989
|
-
"
|
1035
|
+
"KeySerialNumber": {},
|
990
1036
|
"DukptKeyVariant": {},
|
991
|
-
"
|
1037
|
+
"DukptDerivationType": {}
|
992
1038
|
}
|
993
1039
|
},
|
994
|
-
"
|
995
|
-
"type": "string",
|
996
|
-
"sensitive": true
|
997
|
-
},
|
998
|
-
"S23": {
|
1040
|
+
"S27": {
|
999
1041
|
"type": "structure",
|
1000
1042
|
"members": {
|
1001
|
-
"Dukpt": {
|
1002
|
-
"shape": "S6"
|
1003
|
-
},
|
1004
1043
|
"Symmetric": {
|
1005
|
-
"shape": "
|
1044
|
+
"shape": "S5"
|
1045
|
+
},
|
1046
|
+
"Dukpt": {
|
1047
|
+
"shape": "Sa"
|
1006
1048
|
}
|
1007
1049
|
},
|
1008
1050
|
"union": true
|
1009
1051
|
},
|
1010
|
-
"
|
1011
|
-
"type": "structure",
|
1012
|
-
"required": [
|
1013
|
-
"KeySerialNumber"
|
1014
|
-
],
|
1015
|
-
"members": {
|
1016
|
-
"DukptKeyDerivationType": {},
|
1017
|
-
"DukptKeyVariant": {},
|
1018
|
-
"KeySerialNumber": {}
|
1019
|
-
}
|
1020
|
-
},
|
1021
|
-
"S28": {
|
1052
|
+
"S2a": {
|
1022
1053
|
"type": "structure",
|
1023
1054
|
"members": {
|
1024
1055
|
"IsoFormat0": {
|
1025
|
-
"shape": "
|
1056
|
+
"shape": "S2b"
|
1026
1057
|
},
|
1027
1058
|
"IsoFormat1": {
|
1028
1059
|
"type": "structure",
|
1029
1060
|
"members": {}
|
1030
1061
|
},
|
1031
1062
|
"IsoFormat3": {
|
1032
|
-
"shape": "
|
1063
|
+
"shape": "S2b"
|
1033
1064
|
},
|
1034
1065
|
"IsoFormat4": {
|
1035
|
-
"shape": "
|
1066
|
+
"shape": "S2b"
|
1036
1067
|
}
|
1037
1068
|
},
|
1038
1069
|
"union": true
|
1039
1070
|
},
|
1040
|
-
"
|
1071
|
+
"S2b": {
|
1041
1072
|
"type": "structure",
|
1042
1073
|
"required": [
|
1043
1074
|
"PrimaryAccountNumber"
|
1044
1075
|
],
|
1045
1076
|
"members": {
|
1046
1077
|
"PrimaryAccountNumber": {
|
1047
|
-
"shape": "
|
1078
|
+
"shape": "Sh"
|
1048
1079
|
}
|
1049
1080
|
}
|
1081
|
+
},
|
1082
|
+
"S2e": {
|
1083
|
+
"type": "structure",
|
1084
|
+
"required": [
|
1085
|
+
"KeySerialNumber"
|
1086
|
+
],
|
1087
|
+
"members": {
|
1088
|
+
"KeySerialNumber": {},
|
1089
|
+
"DukptKeyDerivationType": {},
|
1090
|
+
"DukptKeyVariant": {}
|
1091
|
+
}
|
1050
1092
|
}
|
1051
1093
|
}
|
1052
1094
|
}
|