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