@aws-sdk/client-payment-cryptography-data 3.987.0 → 3.989.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/dist-cjs/index.js +33 -1120
- package/dist-cjs/models/PaymentCryptographyDataServiceException.js +12 -0
- package/dist-cjs/models/errors.js +96 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +901 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +46 -40
- package/dist-types/schemas/schemas_0.d.ts +13 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -6
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var PaymentCryptographyDataServiceException = require('./models/PaymentCryptographyDataServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,988 +113,6 @@ class PaymentCryptographyDataClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class PaymentCryptographyDataServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, PaymentCryptographyDataServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends PaymentCryptographyDataServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "AccessDeniedException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class InternalServerException extends PaymentCryptographyDataServiceException {
|
|
135
|
-
name = "InternalServerException";
|
|
136
|
-
$fault = "server";
|
|
137
|
-
Message;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "InternalServerException",
|
|
141
|
-
$fault: "server",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
145
|
-
this.Message = opts.Message;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
class ResourceNotFoundException extends PaymentCryptographyDataServiceException {
|
|
149
|
-
name = "ResourceNotFoundException";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
ResourceId;
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "ResourceNotFoundException",
|
|
155
|
-
$fault: "client",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
159
|
-
this.ResourceId = opts.ResourceId;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
class ThrottlingException extends PaymentCryptographyDataServiceException {
|
|
163
|
-
name = "ThrottlingException";
|
|
164
|
-
$fault = "client";
|
|
165
|
-
Message;
|
|
166
|
-
constructor(opts) {
|
|
167
|
-
super({
|
|
168
|
-
name: "ThrottlingException",
|
|
169
|
-
$fault: "client",
|
|
170
|
-
...opts,
|
|
171
|
-
});
|
|
172
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
173
|
-
this.Message = opts.Message;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
class ValidationException extends PaymentCryptographyDataServiceException {
|
|
177
|
-
name = "ValidationException";
|
|
178
|
-
$fault = "client";
|
|
179
|
-
fieldList;
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "ValidationException",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
187
|
-
this.fieldList = opts.fieldList;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
class VerificationFailedException extends PaymentCryptographyDataServiceException {
|
|
191
|
-
name = "VerificationFailedException";
|
|
192
|
-
$fault = "client";
|
|
193
|
-
Reason;
|
|
194
|
-
Message;
|
|
195
|
-
constructor(opts) {
|
|
196
|
-
super({
|
|
197
|
-
name: "VerificationFailedException",
|
|
198
|
-
$fault: "client",
|
|
199
|
-
...opts,
|
|
200
|
-
});
|
|
201
|
-
Object.setPrototypeOf(this, VerificationFailedException.prototype);
|
|
202
|
-
this.Reason = opts.Reason;
|
|
203
|
-
this.Message = opts.Message;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
const _A = "Amex";
|
|
208
|
-
const _AA = "AmexAttributes";
|
|
209
|
-
const _AC = "ApplicationCryptogram";
|
|
210
|
-
const _ACSCV = "AmexCardSecurityCodeVersion1";
|
|
211
|
-
const _ACSCVm = "AmexCardSecurityCodeVersion2";
|
|
212
|
-
const _ACT = "ApplicationCryptogramType";
|
|
213
|
-
const _ADE = "AccessDeniedException";
|
|
214
|
-
const _AEA = "AsymmetricEncryptionAttributes";
|
|
215
|
-
const _AF = "As2805Format0";
|
|
216
|
-
const _AKVT = "As2805KekValidationType";
|
|
217
|
-
const _AM = "ArpcMethod1";
|
|
218
|
-
const _AMr = "ArpcMethod2";
|
|
219
|
-
const _APDA = "As2805PekDerivationAttributes";
|
|
220
|
-
const _ARA = "AuthResponseAttributes";
|
|
221
|
-
const _ARC = "AuthResponseCode";
|
|
222
|
-
const _ARCT = "AuthRequestCryptogramType";
|
|
223
|
-
const _ARCu = "AuthRequestCryptogram";
|
|
224
|
-
const _ARKA = "AuthorizationRequestKeyArn";
|
|
225
|
-
const _ARKCV = "AuthorizationRequestKeyCheckValue";
|
|
226
|
-
const _ARKI = "AuthorizationRequestKeyIdentifier";
|
|
227
|
-
const _ARKM = "As2805RandomKeyMaterial";
|
|
228
|
-
const _ARV = "AuthResponseValue";
|
|
229
|
-
const _ARVT = "AuthResponseValueType";
|
|
230
|
-
const _ATC = "ApplicationTransactionCounter";
|
|
231
|
-
const _Al = "Algorithm";
|
|
232
|
-
const _As = "Asymmetric";
|
|
233
|
-
const _CAPKI = "CertificateAuthorityPublicKeyIdentifier";
|
|
234
|
-
const _CAR = "CryptogramAuthResponse";
|
|
235
|
-
const _CED = "CardExpiryDate";
|
|
236
|
-
const _CEDT = "CardExpiryDateType";
|
|
237
|
-
const _CEPB = "CurrentEncryptedPinBlock";
|
|
238
|
-
const _CGA = "CardGenerationAttributes";
|
|
239
|
-
const _CHVV = "CardHolderVerificationValue";
|
|
240
|
-
const _CMDT = "CommandMessageDataType";
|
|
241
|
-
const _CPA = "CurrentPinAttributes";
|
|
242
|
-
const _CPPA = "CurrentPinPekArn";
|
|
243
|
-
const _CPPI = "CurrentPinPekIdentifier";
|
|
244
|
-
const _CPPKCV = "CurrentPinPekKeyCheckValue";
|
|
245
|
-
const _CSU = "CardStatusUpdate";
|
|
246
|
-
const _CT = "CipherText";
|
|
247
|
-
const _CTT = "CipherTextType";
|
|
248
|
-
const _CVA = "CardVerificationAttributes";
|
|
249
|
-
const _CVAM = "CryptogramVerificationArpcMethod1";
|
|
250
|
-
const _CVAMr = "CryptogramVerificationArpcMethod2";
|
|
251
|
-
const _CVV = "CardVerificationValue1";
|
|
252
|
-
const _CVVa = "CardVerificationValue2";
|
|
253
|
-
const _D = "Dukpt";
|
|
254
|
-
const _DA = "DecryptionAttributes";
|
|
255
|
-
const _DAu = "DukptAttributes";
|
|
256
|
-
const _DC = "DukptCmac";
|
|
257
|
-
const _DCVC = "DynamicCardVerificationCode";
|
|
258
|
-
const _DCVV = "DynamicCardVerificationValue";
|
|
259
|
-
const _DD = "DerivationData";
|
|
260
|
-
const _DDA = "DukptDerivationAttributes";
|
|
261
|
-
const _DDCVC = "DiscoverDynamicCardVerificationCode";
|
|
262
|
-
const _DDI = "DecryptDataInput";
|
|
263
|
-
const _DDO = "DecryptDataOutput";
|
|
264
|
-
const _DDT = "DukptDerivationType";
|
|
265
|
-
const _DDe = "DecryptData";
|
|
266
|
-
const _DEA = "DukptEncryptionAttributes";
|
|
267
|
-
const _DHDD = "DiffieHellmanDerivationData";
|
|
268
|
-
const _DHSK = "DiffieHellmanSymmetricKey";
|
|
269
|
-
const _DHTKB = "DiffieHellmanTr31KeyBlock";
|
|
270
|
-
const _DIA = "DukptIso9797Algorithm1";
|
|
271
|
-
const _DIAu = "DukptIso9797Algorithm3";
|
|
272
|
-
const _DKA = "DeriveKeyAlgorithm";
|
|
273
|
-
const _DKDT = "DukptKeyDerivationType";
|
|
274
|
-
const _DKV = "DukptKeyVariant";
|
|
275
|
-
const _DMA = "DerivationMethodAttributes";
|
|
276
|
-
const _DT = "DecimalizationTable";
|
|
277
|
-
const _DTT = "DecimalizationTableType";
|
|
278
|
-
const _E = "Emv2000";
|
|
279
|
-
const _EA = "Emv2000Attributes";
|
|
280
|
-
const _EAn = "EncryptionAttributes";
|
|
281
|
-
const _EC = "EmvCommon";
|
|
282
|
-
const _ECA = "EmvCommonAttributes";
|
|
283
|
-
const _ED = "EncryptData";
|
|
284
|
-
const _EDA = "EcdhDerivationAttributes";
|
|
285
|
-
const _EDAn = "EncryptionDecryptionAttributes";
|
|
286
|
-
const _EDI = "EncryptDataInput";
|
|
287
|
-
const _EDO = "EncryptDataOutput";
|
|
288
|
-
const _EEA = "EmvEncryptionAttributes";
|
|
289
|
-
const _EKA = "EncryptionKeyArn";
|
|
290
|
-
const _EKCV = "EncryptionKeyCheckValue";
|
|
291
|
-
const _EKI = "EncryptionKeyIdentifier";
|
|
292
|
-
const _EM = "EmvMac";
|
|
293
|
-
const _EPB = "EncryptedPinBlock";
|
|
294
|
-
const _EPBT = "EncryptedPinBlockType";
|
|
295
|
-
const _EWK = "EncryptionWrappedKey";
|
|
296
|
-
const _Em = "Emv";
|
|
297
|
-
const _GA = "GenerationAttributes";
|
|
298
|
-
const _GAKV = "GenerateAs2805KekValidation";
|
|
299
|
-
const _GAKVI = "GenerateAs2805KekValidationInput";
|
|
300
|
-
const _GAKVO = "GenerateAs2805KekValidationOutput";
|
|
301
|
-
const _GCVD = "GenerateCardValidationData";
|
|
302
|
-
const _GCVDI = "GenerateCardValidationDataInput";
|
|
303
|
-
const _GCVDO = "GenerateCardValidationDataOutput";
|
|
304
|
-
const _GKA = "GenerationKeyArn";
|
|
305
|
-
const _GKCV = "GenerationKeyCheckValue";
|
|
306
|
-
const _GKI = "GenerationKeyIdentifier";
|
|
307
|
-
const _GM = "GenerateMac";
|
|
308
|
-
const _GMEPC = "GenerateMacEmvPinChange";
|
|
309
|
-
const _GMEPCI = "GenerateMacEmvPinChangeInput";
|
|
310
|
-
const _GMEPCO = "GenerateMacEmvPinChangeOutput";
|
|
311
|
-
const _GMI = "GenerateMacInput";
|
|
312
|
-
const _GMO = "GenerateMacOutput";
|
|
313
|
-
const _GPD = "GeneratePinData";
|
|
314
|
-
const _GPDI = "GeneratePinDataInput";
|
|
315
|
-
const _GPDO = "GeneratePinDataOutput";
|
|
316
|
-
const _HELBA = "HexEvenLengthBetween16And32";
|
|
317
|
-
const _IAA = "IncomingAs2805Attributes";
|
|
318
|
-
const _IDA = "IncomingDukptAttributes";
|
|
319
|
-
const _IDHTKB = "IncomingDiffieHellmanTr31KeyBlock";
|
|
320
|
-
const _IEA = "IncomingEncryptionAttributes";
|
|
321
|
-
const _IF = "IsoFormat0";
|
|
322
|
-
const _IFs = "IsoFormat1";
|
|
323
|
-
const _IFso = "IsoFormat3";
|
|
324
|
-
const _IFsoo = "IsoFormat4";
|
|
325
|
-
const _IKI = "IncomingKeyIdentifier";
|
|
326
|
-
const _IKM = "IncomingKeyMaterial";
|
|
327
|
-
const _INP = "Ibm3624NaturalPin";
|
|
328
|
-
const _IP = "Ibm3624Pin";
|
|
329
|
-
const _IPFO = "Ibm3624PinFromOffset";
|
|
330
|
-
const _IPO = "Ibm3624PinOffset";
|
|
331
|
-
const _IPV = "Ibm3624PinVerification";
|
|
332
|
-
const _IRP = "Ibm3624RandomPin";
|
|
333
|
-
const _ISE = "InternalServerException";
|
|
334
|
-
const _ITA = "IncomingTranslationAttributes";
|
|
335
|
-
const _IV = "InitializationVector";
|
|
336
|
-
const _IVT = "InitializationVectorType";
|
|
337
|
-
const _IWK = "IncomingWrappedKey";
|
|
338
|
-
const _KA = "KeyArn";
|
|
339
|
-
const _KAe = "KeyAlgorithm";
|
|
340
|
-
const _KCV = "KeyCheckValue";
|
|
341
|
-
const _KCVA = "KeyCheckValueAlgorithm";
|
|
342
|
-
const _KDF = "KeyDerivationFunction";
|
|
343
|
-
const _KDHA = "KeyDerivationHashAlgorithm";
|
|
344
|
-
const _KI = "KeyIdentifier";
|
|
345
|
-
const _KM = "KeyMaterial";
|
|
346
|
-
const _KSN = "KeySerialNumber";
|
|
347
|
-
const _KVR = "KekValidationRequest";
|
|
348
|
-
const _KVRe = "KekValidationResponse";
|
|
349
|
-
const _KVT = "KekValidationType";
|
|
350
|
-
const _M = "Message";
|
|
351
|
-
const _MA = "MacAttributes";
|
|
352
|
-
const _MAD = "MacAlgorithmDukpt";
|
|
353
|
-
const _MAE = "MacAlgorithmEmv";
|
|
354
|
-
const _MCA = "MasterCardAttributes";
|
|
355
|
-
const _MD = "MessageData";
|
|
356
|
-
const _MDT = "MessageDataType";
|
|
357
|
-
const _MKDM = "MajorKeyDerivationMode";
|
|
358
|
-
const _ML = "MacLength";
|
|
359
|
-
const _MOT = "MacOutputType";
|
|
360
|
-
const _MT = "MacType";
|
|
361
|
-
const _Ma = "Mac";
|
|
362
|
-
const _Mas = "Mastercard";
|
|
363
|
-
const _Mo = "Mode";
|
|
364
|
-
const _NEPB = "NewEncryptedPinBlock";
|
|
365
|
-
const _NPPA = "NewPinPekArn";
|
|
366
|
-
const _NPPI = "NewPinPekIdentifier";
|
|
367
|
-
const _NPPKCV = "NewPinPekKeyCheckValue";
|
|
368
|
-
const _ODA = "OutgoingDukptAttributes";
|
|
369
|
-
const _OEA = "OutgoingEncryptionAttributes";
|
|
370
|
-
const _OKI = "OutgoingKeyIdentifier";
|
|
371
|
-
const _OKM = "OutgoingKeyMaterial";
|
|
372
|
-
const _OTA = "OutgoingTranslationAttributes";
|
|
373
|
-
const _OTKB = "OutgoingTr31KeyBlock";
|
|
374
|
-
const _OWK = "OutgoingWrappedKey";
|
|
375
|
-
const _PAD = "ProprietaryAuthenticationData";
|
|
376
|
-
const _PADT = "ProprietaryAuthenticationDataType";
|
|
377
|
-
const _PAN = "PrimaryAccountNumber";
|
|
378
|
-
const _PANT = "PrimaryAccountNumberType";
|
|
379
|
-
const _PB = "PinBlock";
|
|
380
|
-
const _PBF = "PinBlockFormat";
|
|
381
|
-
const _PBLE = "PinBlockLengthEquals16";
|
|
382
|
-
const _PBLP = "PinBlockLengthPosition";
|
|
383
|
-
const _PBPT = "PinBlockPaddingType";
|
|
384
|
-
const _PCMOT = "PinChangeMacOutputType";
|
|
385
|
-
const _PD = "PinData";
|
|
386
|
-
const _PDL = "PinDataLength";
|
|
387
|
-
const _PGA = "PinGenerationAttributes";
|
|
388
|
-
const _PKC = "PublicKeyCertificate";
|
|
389
|
-
const _PKI = "PrivateKeyIdentifier";
|
|
390
|
-
const _PO = "PinOffset";
|
|
391
|
-
const _POT = "PinOffsetType";
|
|
392
|
-
const _PSN = "PanSequenceNumber";
|
|
393
|
-
const _PT = "PaddingType";
|
|
394
|
-
const _PTOT = "PlainTextOutputType";
|
|
395
|
-
const _PTT = "PlainTextType";
|
|
396
|
-
const _PTl = "PlainText";
|
|
397
|
-
const _PVA = "PinVerificationAttributes";
|
|
398
|
-
const _PVD = "PinValidationData";
|
|
399
|
-
const _PVDPC = "PinValidationDataPadCharacter";
|
|
400
|
-
const _PVDT = "PinValidationDataType";
|
|
401
|
-
const _PVKI = "PinVerificationKeyIndex";
|
|
402
|
-
const _R = "Reason";
|
|
403
|
-
const _REA = "ReEncryptionAttributes";
|
|
404
|
-
const _RED = "ReEncryptData";
|
|
405
|
-
const _REDI = "ReEncryptDataInput";
|
|
406
|
-
const _REDO = "ReEncryptDataOutput";
|
|
407
|
-
const _RI = "ResourceId";
|
|
408
|
-
const _RKR = "RandomKeyReceive";
|
|
409
|
-
const _RKS = "RandomKeySend";
|
|
410
|
-
const _RKSVM = "RandomKeySendVariantMask";
|
|
411
|
-
const _RNFE = "ResourceNotFoundException";
|
|
412
|
-
const _S = "Symmetric";
|
|
413
|
-
const _SC = "ServiceCode";
|
|
414
|
-
const _SCT = "ServiceCodeType";
|
|
415
|
-
const _SDD = "SessionDerivationData";
|
|
416
|
-
const _SDDT = "SessionDerivationDataType";
|
|
417
|
-
const _SEA = "SymmetricEncryptionAttributes";
|
|
418
|
-
const _SI = "SharedInformation";
|
|
419
|
-
const _SKA = "SessionKeyAmex";
|
|
420
|
-
const _SKD = "SessionKeyDerivation";
|
|
421
|
-
const _SKDA = "SessionKeyDerivationAttributes";
|
|
422
|
-
const _SKDM = "SessionKeyDerivationMode";
|
|
423
|
-
const _SKDV = "SessionKeyDerivationValue";
|
|
424
|
-
const _SKE = "SessionKeyEmv2000";
|
|
425
|
-
const _SKEC = "SessionKeyEmvCommon";
|
|
426
|
-
const _SKM = "SessionKeyMastercard";
|
|
427
|
-
const _SKV = "SessionKeyVisa";
|
|
428
|
-
const _SMCKA = "SecureMessagingConfidentialityKeyArn";
|
|
429
|
-
const _SMCKCV = "SecureMessagingConfidentialityKeyCheckValue";
|
|
430
|
-
const _SMCKI = "SecureMessagingConfidentialityKeyIdentifier";
|
|
431
|
-
const _SMIKA = "SecureMessagingIntegrityKeyArn";
|
|
432
|
-
const _SMIKCV = "SecureMessagingIntegrityKeyCheckValue";
|
|
433
|
-
const _SMIKI = "SecureMessagingIntegrityKeyIdentifier";
|
|
434
|
-
const _STAN = "SystemTraceAuditNumber";
|
|
435
|
-
const _TA = "TransactionAmount";
|
|
436
|
-
const _TD = "TrackData";
|
|
437
|
-
const _TDT = "TrackDataType";
|
|
438
|
-
const _TDTr = "TransactionDataType";
|
|
439
|
-
const _TDr = "TransactionData";
|
|
440
|
-
const _TE = "ThrottlingException";
|
|
441
|
-
const _TIF = "TranslationIsoFormats";
|
|
442
|
-
const _TKB = "Tr31KeyBlock";
|
|
443
|
-
const _TKM = "TranslateKeyMaterial";
|
|
444
|
-
const _TKMI = "TranslateKeyMaterialInput";
|
|
445
|
-
const _TKMO = "TranslateKeyMaterialOutput";
|
|
446
|
-
const _TPD = "TranslatePinData";
|
|
447
|
-
const _TPDAF = "TranslationPinDataAs2805Format0";
|
|
448
|
-
const _TPDI = "TranslatePinDataInput";
|
|
449
|
-
const _TPDIF = "TranslationPinDataIsoFormat034";
|
|
450
|
-
const _TPDIFr = "TranslationPinDataIsoFormat1";
|
|
451
|
-
const _TPDO = "TranslatePinDataOutput";
|
|
452
|
-
const _TWKB = "Tr31WrappedKeyBlock";
|
|
453
|
-
const _UN = "UnpredictableNumber";
|
|
454
|
-
const _V = "Visa";
|
|
455
|
-
const _VA = "VerificationAttributes";
|
|
456
|
-
const _VADO = "VisaAmexDerivationOutputs";
|
|
457
|
-
const _VARC = "VerifyAuthRequestCryptogram";
|
|
458
|
-
const _VARCI = "VerifyAuthRequestCryptogramInput";
|
|
459
|
-
const _VARCO = "VerifyAuthRequestCryptogramOutput";
|
|
460
|
-
const _VAi = "VisaAttributes";
|
|
461
|
-
const _VCVD = "VerifyCardValidationData";
|
|
462
|
-
const _VCVDI = "VerifyCardValidationDataInput";
|
|
463
|
-
const _VCVDO = "VerifyCardValidationDataOutput";
|
|
464
|
-
const _VD = "ValidationData";
|
|
465
|
-
const _VDL = "ValidationDataLength";
|
|
466
|
-
const _VDT = "ValidationDataType";
|
|
467
|
-
const _VE = "ValidationException";
|
|
468
|
-
const _VEF = "ValidationExceptionField";
|
|
469
|
-
const _VEFL = "ValidationExceptionFieldList";
|
|
470
|
-
const _VFE = "VerificationFailedException";
|
|
471
|
-
const _VKA = "VerificationKeyArn";
|
|
472
|
-
const _VKCV = "VerificationKeyCheckValue";
|
|
473
|
-
const _VKI = "VerificationKeyIdentifier";
|
|
474
|
-
const _VM = "VerifyMac";
|
|
475
|
-
const _VMI = "VerifyMacInput";
|
|
476
|
-
const _VMO = "VerifyMacOutput";
|
|
477
|
-
const _VP = "VisaPin";
|
|
478
|
-
const _VPD = "VerifyPinData";
|
|
479
|
-
const _VPDI = "VerifyPinDataInput";
|
|
480
|
-
const _VPDO = "VerifyPinDataOutput";
|
|
481
|
-
const _VPV = "VisaPinVerification";
|
|
482
|
-
const _VPVV = "VisaPinVerificationValue";
|
|
483
|
-
const _VV = "VerificationValue";
|
|
484
|
-
const _VVT = "VerificationValueType";
|
|
485
|
-
const _WK = "WrappedKey";
|
|
486
|
-
const _WKB = "WrappedKeyBlock";
|
|
487
|
-
const _WKI = "WrappingKeyIdentifier";
|
|
488
|
-
const _WKM = "WrappedKeyMaterial";
|
|
489
|
-
const _WKMF = "WrappedKeyMaterialFormat";
|
|
490
|
-
const _WWK = "WrappedWorkingKey";
|
|
491
|
-
const _c = "client";
|
|
492
|
-
const _e = "error";
|
|
493
|
-
const _fL = "fieldList";
|
|
494
|
-
const _h = "http";
|
|
495
|
-
const _hE = "httpError";
|
|
496
|
-
const _m = "message";
|
|
497
|
-
const _p = "path";
|
|
498
|
-
const _s = "server";
|
|
499
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.paymentcryptographydata";
|
|
500
|
-
const n0 = "com.amazonaws.paymentcryptographydata";
|
|
501
|
-
var ApplicationCryptogramType = [0, n0, _ACT, 8, 0];
|
|
502
|
-
var As2805RandomKeyMaterial = [0, n0, _ARKM, 8, 0];
|
|
503
|
-
var AuthRequestCryptogramType = [0, n0, _ARCT, 8, 0];
|
|
504
|
-
var AuthResponseValueType = [0, n0, _ARVT, 8, 0];
|
|
505
|
-
var CardExpiryDateType = [0, n0, _CEDT, 8, 0];
|
|
506
|
-
var CipherTextType = [0, n0, _CTT, 8, 0];
|
|
507
|
-
var CommandMessageDataType = [0, n0, _CMDT, 8, 0];
|
|
508
|
-
var DecimalizationTableType = [0, n0, _DTT, 8, 0];
|
|
509
|
-
var EncryptedPinBlockType = [0, n0, _EPBT, 8, 0];
|
|
510
|
-
var HexEvenLengthBetween16And32 = [0, n0, _HELBA, 8, 0];
|
|
511
|
-
var InitializationVectorType = [0, n0, _IVT, 8, 0];
|
|
512
|
-
var KeyMaterial = [0, n0, _KM, 8, 0];
|
|
513
|
-
var MacOutputType = [0, n0, _MOT, 8, 0];
|
|
514
|
-
var MacType = [0, n0, _MT, 8, 0];
|
|
515
|
-
var MessageDataType = [0, n0, _MDT, 8, 0];
|
|
516
|
-
var PinBlockLengthEquals16 = [0, n0, _PBLE, 8, 0];
|
|
517
|
-
var PinChangeMacOutputType = [0, n0, _PCMOT, 8, 0];
|
|
518
|
-
var PinOffsetType = [0, n0, _POT, 8, 0];
|
|
519
|
-
var PinValidationDataType = [0, n0, _PVDT, 8, 0];
|
|
520
|
-
var PlainTextOutputType = [0, n0, _PTOT, 8, 0];
|
|
521
|
-
var PlainTextType = [0, n0, _PTT, 8, 0];
|
|
522
|
-
var PrimaryAccountNumberType = [0, n0, _PANT, 8, 0];
|
|
523
|
-
var ProprietaryAuthenticationDataType = [0, n0, _PADT, 8, 0];
|
|
524
|
-
var ServiceCodeType = [0, n0, _SCT, 8, 0];
|
|
525
|
-
var SessionDerivationDataType = [0, n0, _SDDT, 8, 0];
|
|
526
|
-
var Tr31WrappedKeyBlock = [0, n0, _TWKB, 8, 0];
|
|
527
|
-
var TrackDataType = [0, n0, _TDT, 8, 0];
|
|
528
|
-
var TransactionDataType = [0, n0, _TDTr, 8, 0];
|
|
529
|
-
var ValidationDataType = [0, n0, _VDT, 8, 0];
|
|
530
|
-
var VerificationValueType = [0, n0, _VVT, 8, 0];
|
|
531
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
532
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
533
|
-
[_M],
|
|
534
|
-
[0]
|
|
535
|
-
];
|
|
536
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
537
|
-
var AmexAttributes$ = [3, n0, _AA,
|
|
538
|
-
0,
|
|
539
|
-
[_MKDM, _PAN, _PSN, _ATC, _ARKI, _CPA],
|
|
540
|
-
[0, [() => PrimaryAccountNumberType, 0], 0, 0, 0, [() => CurrentPinAttributes$, 0]], 5
|
|
541
|
-
];
|
|
542
|
-
var AmexCardSecurityCodeVersion1$ = [3, n0, _ACSCV,
|
|
543
|
-
0,
|
|
544
|
-
[_CED],
|
|
545
|
-
[[() => CardExpiryDateType, 0]], 1
|
|
546
|
-
];
|
|
547
|
-
var AmexCardSecurityCodeVersion2$ = [3, n0, _ACSCVm,
|
|
548
|
-
0,
|
|
549
|
-
[_CED, _SC],
|
|
550
|
-
[[() => CardExpiryDateType, 0], [() => ServiceCodeType, 0]], 2
|
|
551
|
-
];
|
|
552
|
-
var As2805PekDerivationAttributes$ = [3, n0, _APDA,
|
|
553
|
-
0,
|
|
554
|
-
[_STAN, _TA],
|
|
555
|
-
[0, 0], 2
|
|
556
|
-
];
|
|
557
|
-
var AsymmetricEncryptionAttributes$ = [3, n0, _AEA,
|
|
558
|
-
0,
|
|
559
|
-
[_PT],
|
|
560
|
-
[0]
|
|
561
|
-
];
|
|
562
|
-
var CardHolderVerificationValue$ = [3, n0, _CHVV,
|
|
563
|
-
0,
|
|
564
|
-
[_UN, _PSN, _ATC],
|
|
565
|
-
[0, 0, 0], 3
|
|
566
|
-
];
|
|
567
|
-
var CardVerificationValue1$ = [3, n0, _CVV,
|
|
568
|
-
0,
|
|
569
|
-
[_CED, _SC],
|
|
570
|
-
[[() => CardExpiryDateType, 0], [() => ServiceCodeType, 0]], 2
|
|
571
|
-
];
|
|
572
|
-
var CardVerificationValue2$ = [3, n0, _CVVa,
|
|
573
|
-
0,
|
|
574
|
-
[_CED],
|
|
575
|
-
[[() => CardExpiryDateType, 0]], 1
|
|
576
|
-
];
|
|
577
|
-
var CryptogramVerificationArpcMethod1$ = [3, n0, _CVAM,
|
|
578
|
-
0,
|
|
579
|
-
[_ARC],
|
|
580
|
-
[0], 1
|
|
581
|
-
];
|
|
582
|
-
var CryptogramVerificationArpcMethod2$ = [3, n0, _CVAMr,
|
|
583
|
-
0,
|
|
584
|
-
[_CSU, _PAD],
|
|
585
|
-
[0, [() => ProprietaryAuthenticationDataType, 0]], 1
|
|
586
|
-
];
|
|
587
|
-
var CurrentPinAttributes$ = [3, n0, _CPA,
|
|
588
|
-
0,
|
|
589
|
-
[_CPPI, _CEPB],
|
|
590
|
-
[0, [() => PinBlockLengthEquals16, 0]], 2
|
|
591
|
-
];
|
|
592
|
-
var DecryptDataInput$ = [3, n0, _DDI,
|
|
593
|
-
0,
|
|
594
|
-
[_KI, _CT, _DA, _WK],
|
|
595
|
-
[[0, 1], [() => CipherTextType, 0], [() => EncryptionDecryptionAttributes$, 0], [() => WrappedKey$, 0]], 3
|
|
596
|
-
];
|
|
597
|
-
var DecryptDataOutput$ = [3, n0, _DDO,
|
|
598
|
-
0,
|
|
599
|
-
[_KA, _KCV, _PTl],
|
|
600
|
-
[0, 0, [() => PlainTextOutputType, 0]], 3
|
|
601
|
-
];
|
|
602
|
-
var DiscoverDynamicCardVerificationCode$ = [3, n0, _DDCVC,
|
|
603
|
-
0,
|
|
604
|
-
[_CED, _UN, _ATC],
|
|
605
|
-
[[() => CardExpiryDateType, 0], 0, 0], 3
|
|
606
|
-
];
|
|
607
|
-
var DukptAttributes$ = [3, n0, _DAu,
|
|
608
|
-
0,
|
|
609
|
-
[_KSN, _DDT],
|
|
610
|
-
[0, 0], 2
|
|
611
|
-
];
|
|
612
|
-
var DukptDerivationAttributes$ = [3, n0, _DDA,
|
|
613
|
-
0,
|
|
614
|
-
[_KSN, _DKDT, _DKV],
|
|
615
|
-
[0, 0, 0], 1
|
|
616
|
-
];
|
|
617
|
-
var DukptEncryptionAttributes$ = [3, n0, _DEA,
|
|
618
|
-
0,
|
|
619
|
-
[_KSN, _Mo, _DKDT, _DKV, _IV],
|
|
620
|
-
[0, 0, 0, 0, [() => InitializationVectorType, 0]], 1
|
|
621
|
-
];
|
|
622
|
-
var DynamicCardVerificationCode$ = [3, n0, _DCVC,
|
|
623
|
-
0,
|
|
624
|
-
[_UN, _PSN, _ATC, _TD],
|
|
625
|
-
[0, 0, 0, [() => TrackDataType, 0]], 4
|
|
626
|
-
];
|
|
627
|
-
var DynamicCardVerificationValue$ = [3, n0, _DCVV,
|
|
628
|
-
0,
|
|
629
|
-
[_PSN, _CED, _SC, _ATC],
|
|
630
|
-
[0, [() => CardExpiryDateType, 0], [() => ServiceCodeType, 0], 0], 4
|
|
631
|
-
];
|
|
632
|
-
var EcdhDerivationAttributes$ = [3, n0, _EDA,
|
|
633
|
-
0,
|
|
634
|
-
[_CAPKI, _PKC, _KAe, _KDF, _KDHA, _SI],
|
|
635
|
-
[0, 0, 0, 0, 0, 0], 6
|
|
636
|
-
];
|
|
637
|
-
var Emv2000Attributes$ = [3, n0, _EA,
|
|
638
|
-
0,
|
|
639
|
-
[_MKDM, _PAN, _PSN, _ATC],
|
|
640
|
-
[0, [() => PrimaryAccountNumberType, 0], 0, 0], 4
|
|
641
|
-
];
|
|
642
|
-
var EmvCommonAttributes$ = [3, n0, _ECA,
|
|
643
|
-
0,
|
|
644
|
-
[_MKDM, _PAN, _PSN, _AC, _Mo, _PBPT, _PBLP],
|
|
645
|
-
[0, [() => PrimaryAccountNumberType, 0], 0, [() => ApplicationCryptogramType, 0], 0, 0, 0], 7
|
|
646
|
-
];
|
|
647
|
-
var EmvEncryptionAttributes$ = [3, n0, _EEA,
|
|
648
|
-
0,
|
|
649
|
-
[_MKDM, _PAN, _PSN, _SDD, _Mo, _IV],
|
|
650
|
-
[0, [() => PrimaryAccountNumberType, 0], 0, [() => SessionDerivationDataType, 0], 0, [() => InitializationVectorType, 0]], 4
|
|
651
|
-
];
|
|
652
|
-
var EncryptDataInput$ = [3, n0, _EDI,
|
|
653
|
-
0,
|
|
654
|
-
[_KI, _PTl, _EAn, _WK],
|
|
655
|
-
[[0, 1], [() => PlainTextType, 0], [() => EncryptionDecryptionAttributes$, 0], [() => WrappedKey$, 0]], 3
|
|
656
|
-
];
|
|
657
|
-
var EncryptDataOutput$ = [3, n0, _EDO,
|
|
658
|
-
0,
|
|
659
|
-
[_KA, _CT, _KCV],
|
|
660
|
-
[0, [() => CipherTextType, 0], 0], 2
|
|
661
|
-
];
|
|
662
|
-
var GenerateAs2805KekValidationInput$ = [3, n0, _GAKVI,
|
|
663
|
-
0,
|
|
664
|
-
[_KI, _KVT, _RKSVM],
|
|
665
|
-
[0, [() => As2805KekValidationType$, 0], 0], 3
|
|
666
|
-
];
|
|
667
|
-
var GenerateAs2805KekValidationOutput$ = [3, n0, _GAKVO,
|
|
668
|
-
0,
|
|
669
|
-
[_KA, _KCV, _RKS, _RKR],
|
|
670
|
-
[0, 0, [() => As2805RandomKeyMaterial, 0], [() => As2805RandomKeyMaterial, 0]], 4
|
|
671
|
-
];
|
|
672
|
-
var GenerateCardValidationDataInput$ = [3, n0, _GCVDI,
|
|
673
|
-
0,
|
|
674
|
-
[_KI, _PAN, _GA, _VDL],
|
|
675
|
-
[0, [() => PrimaryAccountNumberType, 0], [() => CardGenerationAttributes$, 0], 1], 3
|
|
676
|
-
];
|
|
677
|
-
var GenerateCardValidationDataOutput$ = [3, n0, _GCVDO,
|
|
678
|
-
0,
|
|
679
|
-
[_KA, _KCV, _VD],
|
|
680
|
-
[0, 0, [() => ValidationDataType, 0]], 3
|
|
681
|
-
];
|
|
682
|
-
var GenerateMacEmvPinChangeInput$ = [3, n0, _GMEPCI,
|
|
683
|
-
0,
|
|
684
|
-
[_NPPI, _NEPB, _PBF, _SMIKI, _SMCKI, _MD, _DMA],
|
|
685
|
-
[0, [() => PinBlockLengthEquals16, 0], 0, 0, 0, [() => CommandMessageDataType, 0], [() => DerivationMethodAttributes$, 0]], 7
|
|
686
|
-
];
|
|
687
|
-
var GenerateMacEmvPinChangeOutput$ = [3, n0, _GMEPCO,
|
|
688
|
-
0,
|
|
689
|
-
[_NPPA, _SMIKA, _SMCKA, _Ma, _EPB, _NPPKCV, _SMIKCV, _SMCKCV, _VADO],
|
|
690
|
-
[0, 0, 0, [() => PinChangeMacOutputType, 0], [() => EncryptedPinBlockType, 0], 0, 0, 0, () => VisaAmexDerivationOutputs$], 8
|
|
691
|
-
];
|
|
692
|
-
var GenerateMacInput$ = [3, n0, _GMI,
|
|
693
|
-
0,
|
|
694
|
-
[_KI, _MD, _GA, _ML],
|
|
695
|
-
[0, [() => MessageDataType, 0], [() => MacAttributes$, 0], 1], 3
|
|
696
|
-
];
|
|
697
|
-
var GenerateMacOutput$ = [3, n0, _GMO,
|
|
698
|
-
0,
|
|
699
|
-
[_KA, _KCV, _Ma],
|
|
700
|
-
[0, 0, [() => MacOutputType, 0]], 3
|
|
701
|
-
];
|
|
702
|
-
var GeneratePinDataInput$ = [3, n0, _GPDI,
|
|
703
|
-
0,
|
|
704
|
-
[_GKI, _EKI, _GA, _PBF, _PDL, _PAN, _EWK],
|
|
705
|
-
[0, 0, [() => PinGenerationAttributes$, 0], 0, 1, [() => PrimaryAccountNumberType, 0], [() => WrappedKey$, 0]], 4
|
|
706
|
-
];
|
|
707
|
-
var GeneratePinDataOutput$ = [3, n0, _GPDO,
|
|
708
|
-
0,
|
|
709
|
-
[_GKA, _GKCV, _EKA, _EKCV, _EPB, _PD],
|
|
710
|
-
[0, 0, 0, 0, [() => EncryptedPinBlockType, 0], [() => PinData$, 0]], 6
|
|
711
|
-
];
|
|
712
|
-
var Ibm3624NaturalPin$ = [3, n0, _INP,
|
|
713
|
-
0,
|
|
714
|
-
[_DT, _PVDPC, _PVD],
|
|
715
|
-
[[() => DecimalizationTableType, 0], 0, [() => PinValidationDataType, 0]], 3
|
|
716
|
-
];
|
|
717
|
-
var Ibm3624PinFromOffset$ = [3, n0, _IPFO,
|
|
718
|
-
0,
|
|
719
|
-
[_DT, _PVDPC, _PVD, _PO],
|
|
720
|
-
[[() => DecimalizationTableType, 0], 0, [() => PinValidationDataType, 0], [() => PinOffsetType, 0]], 4
|
|
721
|
-
];
|
|
722
|
-
var Ibm3624PinOffset$ = [3, n0, _IPO,
|
|
723
|
-
0,
|
|
724
|
-
[_EPB, _DT, _PVDPC, _PVD],
|
|
725
|
-
[[() => EncryptedPinBlockType, 0], [() => DecimalizationTableType, 0], 0, [() => PinValidationDataType, 0]], 4
|
|
726
|
-
];
|
|
727
|
-
var Ibm3624PinVerification$ = [3, n0, _IPV,
|
|
728
|
-
0,
|
|
729
|
-
[_DT, _PVDPC, _PVD, _PO],
|
|
730
|
-
[[() => DecimalizationTableType, 0], 0, [() => PinValidationDataType, 0], [() => PinOffsetType, 0]], 4
|
|
731
|
-
];
|
|
732
|
-
var Ibm3624RandomPin$ = [3, n0, _IRP,
|
|
733
|
-
0,
|
|
734
|
-
[_DT, _PVDPC, _PVD],
|
|
735
|
-
[[() => DecimalizationTableType, 0], 0, [() => PinValidationDataType, 0]], 3
|
|
736
|
-
];
|
|
737
|
-
var IncomingDiffieHellmanTr31KeyBlock$ = [3, n0, _IDHTKB,
|
|
738
|
-
0,
|
|
739
|
-
[_PKI, _CAPKI, _PKC, _DKA, _KDF, _KDHA, _DD, _WKB],
|
|
740
|
-
[0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData$, [() => Tr31WrappedKeyBlock, 0]], 8
|
|
741
|
-
];
|
|
742
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
743
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
744
|
-
[_M],
|
|
745
|
-
[0]
|
|
746
|
-
];
|
|
747
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
748
|
-
var KekValidationRequest$ = [3, n0, _KVR,
|
|
749
|
-
0,
|
|
750
|
-
[_DKA],
|
|
751
|
-
[0], 1
|
|
752
|
-
];
|
|
753
|
-
var KekValidationResponse$ = [3, n0, _KVRe,
|
|
754
|
-
0,
|
|
755
|
-
[_RKS],
|
|
756
|
-
[[() => As2805RandomKeyMaterial, 0]], 1
|
|
757
|
-
];
|
|
758
|
-
var MacAlgorithmDukpt$ = [3, n0, _MAD,
|
|
759
|
-
0,
|
|
760
|
-
[_KSN, _DKV, _DDT],
|
|
761
|
-
[0, 0, 0], 2
|
|
762
|
-
];
|
|
763
|
-
var MacAlgorithmEmv$ = [3, n0, _MAE,
|
|
764
|
-
0,
|
|
765
|
-
[_MKDM, _PAN, _PSN, _SKDM, _SKDV],
|
|
766
|
-
[0, [() => PrimaryAccountNumberType, 0], 0, 0, [() => SessionKeyDerivationValue$, 0]], 5
|
|
767
|
-
];
|
|
768
|
-
var MasterCardAttributes$ = [3, n0, _MCA,
|
|
769
|
-
0,
|
|
770
|
-
[_MKDM, _PAN, _PSN, _AC],
|
|
771
|
-
[0, [() => PrimaryAccountNumberType, 0], 0, [() => ApplicationCryptogramType, 0]], 4
|
|
772
|
-
];
|
|
773
|
-
var OutgoingTr31KeyBlock$ = [3, n0, _OTKB,
|
|
774
|
-
0,
|
|
775
|
-
[_WKI],
|
|
776
|
-
[0], 1
|
|
777
|
-
];
|
|
778
|
-
var ReEncryptDataInput$ = [3, n0, _REDI,
|
|
779
|
-
0,
|
|
780
|
-
[_IKI, _OKI, _CT, _IEA, _OEA, _IWK, _OWK],
|
|
781
|
-
[[0, 1], 0, [() => CipherTextType, 0], [() => ReEncryptionAttributes$, 0], [() => ReEncryptionAttributes$, 0], [() => WrappedKey$, 0], [() => WrappedKey$, 0]], 5
|
|
782
|
-
];
|
|
783
|
-
var ReEncryptDataOutput$ = [3, n0, _REDO,
|
|
784
|
-
0,
|
|
785
|
-
[_KA, _KCV, _CT],
|
|
786
|
-
[0, 0, [() => CipherTextType, 0]], 3
|
|
787
|
-
];
|
|
788
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
789
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
790
|
-
[_RI],
|
|
791
|
-
[0]
|
|
792
|
-
];
|
|
793
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
794
|
-
var SessionKeyAmex$ = [3, n0, _SKA,
|
|
795
|
-
0,
|
|
796
|
-
[_PAN, _PSN],
|
|
797
|
-
[[() => PrimaryAccountNumberType, 0], 0], 2
|
|
798
|
-
];
|
|
799
|
-
var SessionKeyEmv2000$ = [3, n0, _SKE,
|
|
800
|
-
0,
|
|
801
|
-
[_PAN, _PSN, _ATC],
|
|
802
|
-
[[() => PrimaryAccountNumberType, 0], 0, 0], 3
|
|
803
|
-
];
|
|
804
|
-
var SessionKeyEmvCommon$ = [3, n0, _SKEC,
|
|
805
|
-
0,
|
|
806
|
-
[_PAN, _PSN, _ATC],
|
|
807
|
-
[[() => PrimaryAccountNumberType, 0], 0, 0], 3
|
|
808
|
-
];
|
|
809
|
-
var SessionKeyMastercard$ = [3, n0, _SKM,
|
|
810
|
-
0,
|
|
811
|
-
[_PAN, _PSN, _ATC, _UN],
|
|
812
|
-
[[() => PrimaryAccountNumberType, 0], 0, 0, 0], 4
|
|
813
|
-
];
|
|
814
|
-
var SessionKeyVisa$ = [3, n0, _SKV,
|
|
815
|
-
0,
|
|
816
|
-
[_PAN, _PSN],
|
|
817
|
-
[[() => PrimaryAccountNumberType, 0], 0], 2
|
|
818
|
-
];
|
|
819
|
-
var SymmetricEncryptionAttributes$ = [3, n0, _SEA,
|
|
820
|
-
0,
|
|
821
|
-
[_Mo, _IV, _PT],
|
|
822
|
-
[0, [() => InitializationVectorType, 0], 0], 1
|
|
823
|
-
];
|
|
824
|
-
var ThrottlingException$ = [-3, n0, _TE,
|
|
825
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
826
|
-
[_M],
|
|
827
|
-
[0]
|
|
828
|
-
];
|
|
829
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
830
|
-
var TranslateKeyMaterialInput$ = [3, n0, _TKMI,
|
|
831
|
-
0,
|
|
832
|
-
[_IKM, _OKM, _KCVA],
|
|
833
|
-
[[() => IncomingKeyMaterial$, 0], () => OutgoingKeyMaterial$, 0], 2
|
|
834
|
-
];
|
|
835
|
-
var TranslateKeyMaterialOutput$ = [3, n0, _TKMO,
|
|
836
|
-
0,
|
|
837
|
-
[_WK],
|
|
838
|
-
[[() => WrappedWorkingKey$, 0]], 1
|
|
839
|
-
];
|
|
840
|
-
var TranslatePinDataInput$ = [3, n0, _TPDI,
|
|
841
|
-
0,
|
|
842
|
-
[_IKI, _OKI, _ITA, _OTA, _EPB, _IDA, _ODA, _IWK, _OWK, _IAA],
|
|
843
|
-
[0, 0, [() => TranslationIsoFormats$, 0], [() => TranslationIsoFormats$, 0], [() => HexEvenLengthBetween16And32, 0], () => DukptDerivationAttributes$, () => DukptDerivationAttributes$, [() => WrappedKey$, 0], [() => WrappedKey$, 0], () => As2805PekDerivationAttributes$], 5
|
|
844
|
-
];
|
|
845
|
-
var TranslatePinDataOutput$ = [3, n0, _TPDO,
|
|
846
|
-
0,
|
|
847
|
-
[_PB, _KA, _KCV],
|
|
848
|
-
[[() => EncryptedPinBlockType, 0], 0, 0], 3
|
|
849
|
-
];
|
|
850
|
-
var TranslationPinDataAs2805Format0$ = [3, n0, _TPDAF,
|
|
851
|
-
0,
|
|
852
|
-
[_PAN],
|
|
853
|
-
[[() => PrimaryAccountNumberType, 0]], 1
|
|
854
|
-
];
|
|
855
|
-
var TranslationPinDataIsoFormat034$ = [3, n0, _TPDIF,
|
|
856
|
-
0,
|
|
857
|
-
[_PAN],
|
|
858
|
-
[[() => PrimaryAccountNumberType, 0]], 1
|
|
859
|
-
];
|
|
860
|
-
var TranslationPinDataIsoFormat1$ = [3, n0, _TPDIFr,
|
|
861
|
-
0,
|
|
862
|
-
[],
|
|
863
|
-
[]
|
|
864
|
-
];
|
|
865
|
-
var ValidationException$ = [-3, n0, _VE,
|
|
866
|
-
{ [_e]: _c },
|
|
867
|
-
[_m, _fL],
|
|
868
|
-
[0, () => ValidationExceptionFieldList], 1
|
|
869
|
-
];
|
|
870
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
871
|
-
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
872
|
-
0,
|
|
873
|
-
[_p, _m],
|
|
874
|
-
[0, 0], 2
|
|
875
|
-
];
|
|
876
|
-
var VerificationFailedException$ = [-3, n0, _VFE,
|
|
877
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
878
|
-
[_R, _M],
|
|
879
|
-
[0, 0], 2
|
|
880
|
-
];
|
|
881
|
-
schema.TypeRegistry.for(n0).registerError(VerificationFailedException$, VerificationFailedException);
|
|
882
|
-
var VerifyAuthRequestCryptogramInput$ = [3, n0, _VARCI,
|
|
883
|
-
0,
|
|
884
|
-
[_KI, _TDr, _ARCu, _MKDM, _SKDA, _ARA],
|
|
885
|
-
[0, [() => TransactionDataType, 0], [() => AuthRequestCryptogramType, 0], 0, [() => SessionKeyDerivation$, 0], [() => CryptogramAuthResponse$, 0]], 5
|
|
886
|
-
];
|
|
887
|
-
var VerifyAuthRequestCryptogramOutput$ = [3, n0, _VARCO,
|
|
888
|
-
0,
|
|
889
|
-
[_KA, _KCV, _ARV],
|
|
890
|
-
[0, 0, [() => AuthResponseValueType, 0]], 2
|
|
891
|
-
];
|
|
892
|
-
var VerifyCardValidationDataInput$ = [3, n0, _VCVDI,
|
|
893
|
-
0,
|
|
894
|
-
[_KI, _PAN, _VA, _VD],
|
|
895
|
-
[0, [() => PrimaryAccountNumberType, 0], [() => CardVerificationAttributes$, 0], [() => ValidationDataType, 0]], 4
|
|
896
|
-
];
|
|
897
|
-
var VerifyCardValidationDataOutput$ = [3, n0, _VCVDO,
|
|
898
|
-
0,
|
|
899
|
-
[_KA, _KCV],
|
|
900
|
-
[0, 0], 2
|
|
901
|
-
];
|
|
902
|
-
var VerifyMacInput$ = [3, n0, _VMI,
|
|
903
|
-
0,
|
|
904
|
-
[_KI, _MD, _Ma, _VA, _ML],
|
|
905
|
-
[0, [() => MessageDataType, 0], [() => MacType, 0], [() => MacAttributes$, 0], 1], 4
|
|
906
|
-
];
|
|
907
|
-
var VerifyMacOutput$ = [3, n0, _VMO,
|
|
908
|
-
0,
|
|
909
|
-
[_KA, _KCV],
|
|
910
|
-
[0, 0], 2
|
|
911
|
-
];
|
|
912
|
-
var VerifyPinDataInput$ = [3, n0, _VPDI,
|
|
913
|
-
0,
|
|
914
|
-
[_VKI, _EKI, _VA, _EPB, _PBF, _PAN, _PDL, _DAu, _EWK],
|
|
915
|
-
[0, 0, [() => PinVerificationAttributes$, 0], [() => EncryptedPinBlockType, 0], 0, [() => PrimaryAccountNumberType, 0], 1, () => DukptAttributes$, [() => WrappedKey$, 0]], 5
|
|
916
|
-
];
|
|
917
|
-
var VerifyPinDataOutput$ = [3, n0, _VPDO,
|
|
918
|
-
0,
|
|
919
|
-
[_VKA, _VKCV, _EKA, _EKCV],
|
|
920
|
-
[0, 0, 0, 0], 4
|
|
921
|
-
];
|
|
922
|
-
var VisaAmexDerivationOutputs$ = [3, n0, _VADO,
|
|
923
|
-
0,
|
|
924
|
-
[_ARKA, _ARKCV, _CPPA, _CPPKCV],
|
|
925
|
-
[0, 0, 0, 0], 2
|
|
926
|
-
];
|
|
927
|
-
var VisaAttributes$ = [3, n0, _VAi,
|
|
928
|
-
0,
|
|
929
|
-
[_MKDM, _PAN, _PSN, _ATC, _ARKI, _CPA],
|
|
930
|
-
[0, [() => PrimaryAccountNumberType, 0], 0, 0, 0, [() => CurrentPinAttributes$, 0]], 5
|
|
931
|
-
];
|
|
932
|
-
var VisaPin$ = [3, n0, _VP,
|
|
933
|
-
0,
|
|
934
|
-
[_PVKI],
|
|
935
|
-
[1], 1
|
|
936
|
-
];
|
|
937
|
-
var VisaPinVerification$ = [3, n0, _VPV,
|
|
938
|
-
0,
|
|
939
|
-
[_PVKI, _VV],
|
|
940
|
-
[1, [() => VerificationValueType, 0]], 2
|
|
941
|
-
];
|
|
942
|
-
var VisaPinVerificationValue$ = [3, n0, _VPVV,
|
|
943
|
-
0,
|
|
944
|
-
[_EPB, _PVKI],
|
|
945
|
-
[[() => EncryptedPinBlockType, 0], 1], 2
|
|
946
|
-
];
|
|
947
|
-
var WrappedKey$ = [3, n0, _WK,
|
|
948
|
-
0,
|
|
949
|
-
[_WKM, _KCVA],
|
|
950
|
-
[[() => WrappedKeyMaterial$, 0], 0], 1
|
|
951
|
-
];
|
|
952
|
-
var WrappedWorkingKey$ = [3, n0, _WWK,
|
|
953
|
-
0,
|
|
954
|
-
[_WKM, _KCV, _WKMF],
|
|
955
|
-
[[() => KeyMaterial, 0], 0, 0], 3
|
|
956
|
-
];
|
|
957
|
-
var PaymentCryptographyDataServiceException$ = [-3, _sm, "PaymentCryptographyDataServiceException", 0, [], []];
|
|
958
|
-
schema.TypeRegistry.for(_sm).registerError(PaymentCryptographyDataServiceException$, PaymentCryptographyDataServiceException);
|
|
959
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
960
|
-
0, () => ValidationExceptionField$
|
|
961
|
-
];
|
|
962
|
-
var As2805KekValidationType$ = [4, n0, _AKVT,
|
|
963
|
-
0,
|
|
964
|
-
[_KVR, _KVRe],
|
|
965
|
-
[() => KekValidationRequest$, [() => KekValidationResponse$, 0]]
|
|
966
|
-
];
|
|
967
|
-
var CardGenerationAttributes$ = [4, n0, _CGA,
|
|
968
|
-
0,
|
|
969
|
-
[_ACSCV, _ACSCVm, _CVV, _CVVa, _CHVV, _DCVC, _DCVV],
|
|
970
|
-
[[() => AmexCardSecurityCodeVersion1$, 0], [() => AmexCardSecurityCodeVersion2$, 0], [() => CardVerificationValue1$, 0], [() => CardVerificationValue2$, 0], () => CardHolderVerificationValue$, [() => DynamicCardVerificationCode$, 0], [() => DynamicCardVerificationValue$, 0]]
|
|
971
|
-
];
|
|
972
|
-
var CardVerificationAttributes$ = [4, n0, _CVA,
|
|
973
|
-
0,
|
|
974
|
-
[_ACSCV, _ACSCVm, _CVV, _CVVa, _CHVV, _DCVC, _DCVV, _DDCVC],
|
|
975
|
-
[[() => AmexCardSecurityCodeVersion1$, 0], [() => AmexCardSecurityCodeVersion2$, 0], [() => CardVerificationValue1$, 0], [() => CardVerificationValue2$, 0], () => CardHolderVerificationValue$, [() => DynamicCardVerificationCode$, 0], [() => DynamicCardVerificationValue$, 0], [() => DiscoverDynamicCardVerificationCode$, 0]]
|
|
976
|
-
];
|
|
977
|
-
var CryptogramAuthResponse$ = [4, n0, _CAR,
|
|
978
|
-
0,
|
|
979
|
-
[_AM, _AMr],
|
|
980
|
-
[() => CryptogramVerificationArpcMethod1$, [() => CryptogramVerificationArpcMethod2$, 0]]
|
|
981
|
-
];
|
|
982
|
-
var DerivationMethodAttributes$ = [4, n0, _DMA,
|
|
983
|
-
0,
|
|
984
|
-
[_EC, _A, _V, _E, _Mas],
|
|
985
|
-
[[() => EmvCommonAttributes$, 0], [() => AmexAttributes$, 0], [() => VisaAttributes$, 0], [() => Emv2000Attributes$, 0], [() => MasterCardAttributes$, 0]]
|
|
986
|
-
];
|
|
987
|
-
var DiffieHellmanDerivationData$ = [4, n0, _DHDD,
|
|
988
|
-
0,
|
|
989
|
-
[_SI],
|
|
990
|
-
[0]
|
|
991
|
-
];
|
|
992
|
-
var EncryptionDecryptionAttributes$ = [4, n0, _EDAn,
|
|
993
|
-
0,
|
|
994
|
-
[_S, _As, _D, _Em],
|
|
995
|
-
[[() => SymmetricEncryptionAttributes$, 0], () => AsymmetricEncryptionAttributes$, [() => DukptEncryptionAttributes$, 0], [() => EmvEncryptionAttributes$, 0]]
|
|
996
|
-
];
|
|
997
|
-
var IncomingKeyMaterial$ = [4, n0, _IKM,
|
|
998
|
-
0,
|
|
999
|
-
[_DHTKB],
|
|
1000
|
-
[[() => IncomingDiffieHellmanTr31KeyBlock$, 0]]
|
|
1001
|
-
];
|
|
1002
|
-
var MacAttributes$ = [4, n0, _MA,
|
|
1003
|
-
0,
|
|
1004
|
-
[_Al, _EM, _DIA, _DIAu, _DC],
|
|
1005
|
-
[0, [() => MacAlgorithmEmv$, 0], () => MacAlgorithmDukpt$, () => MacAlgorithmDukpt$, () => MacAlgorithmDukpt$]
|
|
1006
|
-
];
|
|
1007
|
-
var OutgoingKeyMaterial$ = [4, n0, _OKM,
|
|
1008
|
-
0,
|
|
1009
|
-
[_TKB],
|
|
1010
|
-
[() => OutgoingTr31KeyBlock$]
|
|
1011
|
-
];
|
|
1012
|
-
var PinData$ = [4, n0, _PD,
|
|
1013
|
-
0,
|
|
1014
|
-
[_PO, _VV],
|
|
1015
|
-
[[() => PinOffsetType, 0], [() => VerificationValueType, 0]]
|
|
1016
|
-
];
|
|
1017
|
-
var PinGenerationAttributes$ = [4, n0, _PGA,
|
|
1018
|
-
0,
|
|
1019
|
-
[_VP, _VPVV, _IPO, _INP, _IRP, _IPFO],
|
|
1020
|
-
[() => VisaPin$, [() => VisaPinVerificationValue$, 0], [() => Ibm3624PinOffset$, 0], [() => Ibm3624NaturalPin$, 0], [() => Ibm3624RandomPin$, 0], [() => Ibm3624PinFromOffset$, 0]]
|
|
1021
|
-
];
|
|
1022
|
-
var PinVerificationAttributes$ = [4, n0, _PVA,
|
|
1023
|
-
0,
|
|
1024
|
-
[_VP, _IP],
|
|
1025
|
-
[[() => VisaPinVerification$, 0], [() => Ibm3624PinVerification$, 0]]
|
|
1026
|
-
];
|
|
1027
|
-
var ReEncryptionAttributes$ = [4, n0, _REA,
|
|
1028
|
-
0,
|
|
1029
|
-
[_S, _D],
|
|
1030
|
-
[[() => SymmetricEncryptionAttributes$, 0], [() => DukptEncryptionAttributes$, 0]]
|
|
1031
|
-
];
|
|
1032
|
-
var SessionKeyDerivation$ = [4, n0, _SKD,
|
|
1033
|
-
0,
|
|
1034
|
-
[_EC, _Mas, _E, _A, _V],
|
|
1035
|
-
[[() => SessionKeyEmvCommon$, 0], [() => SessionKeyMastercard$, 0], [() => SessionKeyEmv2000$, 0], [() => SessionKeyAmex$, 0], [() => SessionKeyVisa$, 0]]
|
|
1036
|
-
];
|
|
1037
|
-
var SessionKeyDerivationValue$ = [4, n0, _SKDV,
|
|
1038
|
-
0,
|
|
1039
|
-
[_AC, _ATC],
|
|
1040
|
-
[[() => ApplicationCryptogramType, 0], 0]
|
|
1041
|
-
];
|
|
1042
|
-
var TranslationIsoFormats$ = [4, n0, _TIF,
|
|
1043
|
-
0,
|
|
1044
|
-
[_IF, _IFs, _IFso, _IFsoo, _AF],
|
|
1045
|
-
[[() => TranslationPinDataIsoFormat034$, 0], () => TranslationPinDataIsoFormat1$, [() => TranslationPinDataIsoFormat034$, 0], [() => TranslationPinDataIsoFormat034$, 0], [() => TranslationPinDataAs2805Format0$, 0]]
|
|
1046
|
-
];
|
|
1047
|
-
var WrappedKeyMaterial$ = [4, n0, _WKM,
|
|
1048
|
-
0,
|
|
1049
|
-
[_TKB, _DHSK],
|
|
1050
|
-
[[() => Tr31WrappedKeyBlock, 0], () => EcdhDerivationAttributes$]
|
|
1051
|
-
];
|
|
1052
|
-
var DecryptData$ = [9, n0, _DDe,
|
|
1053
|
-
{ [_h]: ["POST", "/keys/{KeyIdentifier}/decrypt", 200] }, () => DecryptDataInput$, () => DecryptDataOutput$
|
|
1054
|
-
];
|
|
1055
|
-
var EncryptData$ = [9, n0, _ED,
|
|
1056
|
-
{ [_h]: ["POST", "/keys/{KeyIdentifier}/encrypt", 200] }, () => EncryptDataInput$, () => EncryptDataOutput$
|
|
1057
|
-
];
|
|
1058
|
-
var GenerateAs2805KekValidation$ = [9, n0, _GAKV,
|
|
1059
|
-
{ [_h]: ["POST", "/as2805kekvalidation/generate", 200] }, () => GenerateAs2805KekValidationInput$, () => GenerateAs2805KekValidationOutput$
|
|
1060
|
-
];
|
|
1061
|
-
var GenerateCardValidationData$ = [9, n0, _GCVD,
|
|
1062
|
-
{ [_h]: ["POST", "/cardvalidationdata/generate", 200] }, () => GenerateCardValidationDataInput$, () => GenerateCardValidationDataOutput$
|
|
1063
|
-
];
|
|
1064
|
-
var GenerateMac$ = [9, n0, _GM,
|
|
1065
|
-
{ [_h]: ["POST", "/mac/generate", 200] }, () => GenerateMacInput$, () => GenerateMacOutput$
|
|
1066
|
-
];
|
|
1067
|
-
var GenerateMacEmvPinChange$ = [9, n0, _GMEPC,
|
|
1068
|
-
{ [_h]: ["POST", "/macemvpinchange/generate", 200] }, () => GenerateMacEmvPinChangeInput$, () => GenerateMacEmvPinChangeOutput$
|
|
1069
|
-
];
|
|
1070
|
-
var GeneratePinData$ = [9, n0, _GPD,
|
|
1071
|
-
{ [_h]: ["POST", "/pindata/generate", 200] }, () => GeneratePinDataInput$, () => GeneratePinDataOutput$
|
|
1072
|
-
];
|
|
1073
|
-
var ReEncryptData$ = [9, n0, _RED,
|
|
1074
|
-
{ [_h]: ["POST", "/keys/{IncomingKeyIdentifier}/reencrypt", 200] }, () => ReEncryptDataInput$, () => ReEncryptDataOutput$
|
|
1075
|
-
];
|
|
1076
|
-
var TranslateKeyMaterial$ = [9, n0, _TKM,
|
|
1077
|
-
{ [_h]: ["POST", "/keymaterial/translate", 200] }, () => TranslateKeyMaterialInput$, () => TranslateKeyMaterialOutput$
|
|
1078
|
-
];
|
|
1079
|
-
var TranslatePinData$ = [9, n0, _TPD,
|
|
1080
|
-
{ [_h]: ["POST", "/pindata/translate", 200] }, () => TranslatePinDataInput$, () => TranslatePinDataOutput$
|
|
1081
|
-
];
|
|
1082
|
-
var VerifyAuthRequestCryptogram$ = [9, n0, _VARC,
|
|
1083
|
-
{ [_h]: ["POST", "/cryptogram/verify", 200] }, () => VerifyAuthRequestCryptogramInput$, () => VerifyAuthRequestCryptogramOutput$
|
|
1084
|
-
];
|
|
1085
|
-
var VerifyCardValidationData$ = [9, n0, _VCVD,
|
|
1086
|
-
{ [_h]: ["POST", "/cardvalidationdata/verify", 200] }, () => VerifyCardValidationDataInput$, () => VerifyCardValidationDataOutput$
|
|
1087
|
-
];
|
|
1088
|
-
var VerifyMac$ = [9, n0, _VM,
|
|
1089
|
-
{ [_h]: ["POST", "/mac/verify", 200] }, () => VerifyMacInput$, () => VerifyMacOutput$
|
|
1090
|
-
];
|
|
1091
|
-
var VerifyPinData$ = [9, n0, _VPD,
|
|
1092
|
-
{ [_h]: ["POST", "/pindata/verify", 200] }, () => VerifyPinDataInput$, () => VerifyPinDataOutput$
|
|
1093
|
-
];
|
|
1094
|
-
|
|
1095
116
|
class DecryptDataCommand extends smithyClient.Command
|
|
1096
117
|
.classBuilder()
|
|
1097
118
|
.ep(commonParams)
|
|
@@ -1100,7 +121,7 @@ class DecryptDataCommand extends smithyClient.Command
|
|
|
1100
121
|
})
|
|
1101
122
|
.s("PaymentCryptographyDataPlane", "DecryptData", {})
|
|
1102
123
|
.n("PaymentCryptographyDataClient", "DecryptDataCommand")
|
|
1103
|
-
.sc(DecryptData$)
|
|
124
|
+
.sc(schemas_0.DecryptData$)
|
|
1104
125
|
.build() {
|
|
1105
126
|
}
|
|
1106
127
|
|
|
@@ -1112,7 +133,7 @@ class EncryptDataCommand extends smithyClient.Command
|
|
|
1112
133
|
})
|
|
1113
134
|
.s("PaymentCryptographyDataPlane", "EncryptData", {})
|
|
1114
135
|
.n("PaymentCryptographyDataClient", "EncryptDataCommand")
|
|
1115
|
-
.sc(EncryptData$)
|
|
136
|
+
.sc(schemas_0.EncryptData$)
|
|
1116
137
|
.build() {
|
|
1117
138
|
}
|
|
1118
139
|
|
|
@@ -1124,7 +145,7 @@ class GenerateAs2805KekValidationCommand extends smithyClient.Command
|
|
|
1124
145
|
})
|
|
1125
146
|
.s("PaymentCryptographyDataPlane", "GenerateAs2805KekValidation", {})
|
|
1126
147
|
.n("PaymentCryptographyDataClient", "GenerateAs2805KekValidationCommand")
|
|
1127
|
-
.sc(GenerateAs2805KekValidation$)
|
|
148
|
+
.sc(schemas_0.GenerateAs2805KekValidation$)
|
|
1128
149
|
.build() {
|
|
1129
150
|
}
|
|
1130
151
|
|
|
@@ -1136,7 +157,7 @@ class GenerateCardValidationDataCommand extends smithyClient.Command
|
|
|
1136
157
|
})
|
|
1137
158
|
.s("PaymentCryptographyDataPlane", "GenerateCardValidationData", {})
|
|
1138
159
|
.n("PaymentCryptographyDataClient", "GenerateCardValidationDataCommand")
|
|
1139
|
-
.sc(GenerateCardValidationData$)
|
|
160
|
+
.sc(schemas_0.GenerateCardValidationData$)
|
|
1140
161
|
.build() {
|
|
1141
162
|
}
|
|
1142
163
|
|
|
@@ -1148,7 +169,7 @@ class GenerateMacCommand extends smithyClient.Command
|
|
|
1148
169
|
})
|
|
1149
170
|
.s("PaymentCryptographyDataPlane", "GenerateMac", {})
|
|
1150
171
|
.n("PaymentCryptographyDataClient", "GenerateMacCommand")
|
|
1151
|
-
.sc(GenerateMac$)
|
|
172
|
+
.sc(schemas_0.GenerateMac$)
|
|
1152
173
|
.build() {
|
|
1153
174
|
}
|
|
1154
175
|
|
|
@@ -1160,7 +181,7 @@ class GenerateMacEmvPinChangeCommand extends smithyClient.Command
|
|
|
1160
181
|
})
|
|
1161
182
|
.s("PaymentCryptographyDataPlane", "GenerateMacEmvPinChange", {})
|
|
1162
183
|
.n("PaymentCryptographyDataClient", "GenerateMacEmvPinChangeCommand")
|
|
1163
|
-
.sc(GenerateMacEmvPinChange$)
|
|
184
|
+
.sc(schemas_0.GenerateMacEmvPinChange$)
|
|
1164
185
|
.build() {
|
|
1165
186
|
}
|
|
1166
187
|
|
|
@@ -1172,7 +193,7 @@ class GeneratePinDataCommand extends smithyClient.Command
|
|
|
1172
193
|
})
|
|
1173
194
|
.s("PaymentCryptographyDataPlane", "GeneratePinData", {})
|
|
1174
195
|
.n("PaymentCryptographyDataClient", "GeneratePinDataCommand")
|
|
1175
|
-
.sc(GeneratePinData$)
|
|
196
|
+
.sc(schemas_0.GeneratePinData$)
|
|
1176
197
|
.build() {
|
|
1177
198
|
}
|
|
1178
199
|
|
|
@@ -1184,7 +205,7 @@ class ReEncryptDataCommand extends smithyClient.Command
|
|
|
1184
205
|
})
|
|
1185
206
|
.s("PaymentCryptographyDataPlane", "ReEncryptData", {})
|
|
1186
207
|
.n("PaymentCryptographyDataClient", "ReEncryptDataCommand")
|
|
1187
|
-
.sc(ReEncryptData$)
|
|
208
|
+
.sc(schemas_0.ReEncryptData$)
|
|
1188
209
|
.build() {
|
|
1189
210
|
}
|
|
1190
211
|
|
|
@@ -1196,7 +217,7 @@ class TranslateKeyMaterialCommand extends smithyClient.Command
|
|
|
1196
217
|
})
|
|
1197
218
|
.s("PaymentCryptographyDataPlane", "TranslateKeyMaterial", {})
|
|
1198
219
|
.n("PaymentCryptographyDataClient", "TranslateKeyMaterialCommand")
|
|
1199
|
-
.sc(TranslateKeyMaterial$)
|
|
220
|
+
.sc(schemas_0.TranslateKeyMaterial$)
|
|
1200
221
|
.build() {
|
|
1201
222
|
}
|
|
1202
223
|
|
|
@@ -1208,7 +229,7 @@ class TranslatePinDataCommand extends smithyClient.Command
|
|
|
1208
229
|
})
|
|
1209
230
|
.s("PaymentCryptographyDataPlane", "TranslatePinData", {})
|
|
1210
231
|
.n("PaymentCryptographyDataClient", "TranslatePinDataCommand")
|
|
1211
|
-
.sc(TranslatePinData$)
|
|
232
|
+
.sc(schemas_0.TranslatePinData$)
|
|
1212
233
|
.build() {
|
|
1213
234
|
}
|
|
1214
235
|
|
|
@@ -1220,7 +241,7 @@ class VerifyAuthRequestCryptogramCommand extends smithyClient.Command
|
|
|
1220
241
|
})
|
|
1221
242
|
.s("PaymentCryptographyDataPlane", "VerifyAuthRequestCryptogram", {})
|
|
1222
243
|
.n("PaymentCryptographyDataClient", "VerifyAuthRequestCryptogramCommand")
|
|
1223
|
-
.sc(VerifyAuthRequestCryptogram$)
|
|
244
|
+
.sc(schemas_0.VerifyAuthRequestCryptogram$)
|
|
1224
245
|
.build() {
|
|
1225
246
|
}
|
|
1226
247
|
|
|
@@ -1232,7 +253,7 @@ class VerifyCardValidationDataCommand extends smithyClient.Command
|
|
|
1232
253
|
})
|
|
1233
254
|
.s("PaymentCryptographyDataPlane", "VerifyCardValidationData", {})
|
|
1234
255
|
.n("PaymentCryptographyDataClient", "VerifyCardValidationDataCommand")
|
|
1235
|
-
.sc(VerifyCardValidationData$)
|
|
256
|
+
.sc(schemas_0.VerifyCardValidationData$)
|
|
1236
257
|
.build() {
|
|
1237
258
|
}
|
|
1238
259
|
|
|
@@ -1244,7 +265,7 @@ class VerifyMacCommand extends smithyClient.Command
|
|
|
1244
265
|
})
|
|
1245
266
|
.s("PaymentCryptographyDataPlane", "VerifyMac", {})
|
|
1246
267
|
.n("PaymentCryptographyDataClient", "VerifyMacCommand")
|
|
1247
|
-
.sc(VerifyMac$)
|
|
268
|
+
.sc(schemas_0.VerifyMac$)
|
|
1248
269
|
.build() {
|
|
1249
270
|
}
|
|
1250
271
|
|
|
@@ -1256,7 +277,7 @@ class VerifyPinDataCommand extends smithyClient.Command
|
|
|
1256
277
|
})
|
|
1257
278
|
.s("PaymentCryptographyDataPlane", "VerifyPinData", {})
|
|
1258
279
|
.n("PaymentCryptographyDataClient", "VerifyPinDataCommand")
|
|
1259
|
-
.sc(VerifyPinData$)
|
|
280
|
+
.sc(schemas_0.VerifyPinData$)
|
|
1260
281
|
.build() {
|
|
1261
282
|
}
|
|
1262
283
|
|
|
@@ -1411,164 +432,56 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1411
432
|
enumerable: true,
|
|
1412
433
|
get: function () { return smithyClient.Client; }
|
|
1413
434
|
});
|
|
1414
|
-
exports
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
exports.AmexCardSecurityCodeVersion2$ = AmexCardSecurityCodeVersion2$;
|
|
1419
|
-
exports.As2805KekValidationType$ = As2805KekValidationType$;
|
|
1420
|
-
exports.As2805PekDerivationAttributes$ = As2805PekDerivationAttributes$;
|
|
1421
|
-
exports.AsymmetricEncryptionAttributes$ = AsymmetricEncryptionAttributes$;
|
|
1422
|
-
exports.CardGenerationAttributes$ = CardGenerationAttributes$;
|
|
1423
|
-
exports.CardHolderVerificationValue$ = CardHolderVerificationValue$;
|
|
1424
|
-
exports.CardVerificationAttributes$ = CardVerificationAttributes$;
|
|
1425
|
-
exports.CardVerificationValue1$ = CardVerificationValue1$;
|
|
1426
|
-
exports.CardVerificationValue2$ = CardVerificationValue2$;
|
|
1427
|
-
exports.CryptogramAuthResponse$ = CryptogramAuthResponse$;
|
|
1428
|
-
exports.CryptogramVerificationArpcMethod1$ = CryptogramVerificationArpcMethod1$;
|
|
1429
|
-
exports.CryptogramVerificationArpcMethod2$ = CryptogramVerificationArpcMethod2$;
|
|
1430
|
-
exports.CurrentPinAttributes$ = CurrentPinAttributes$;
|
|
1431
|
-
exports.DecryptData$ = DecryptData$;
|
|
435
|
+
Object.defineProperty(exports, "PaymentCryptographyDataServiceException", {
|
|
436
|
+
enumerable: true,
|
|
437
|
+
get: function () { return PaymentCryptographyDataServiceException.PaymentCryptographyDataServiceException; }
|
|
438
|
+
});
|
|
1432
439
|
exports.DecryptDataCommand = DecryptDataCommand;
|
|
1433
|
-
exports.DecryptDataInput$ = DecryptDataInput$;
|
|
1434
|
-
exports.DecryptDataOutput$ = DecryptDataOutput$;
|
|
1435
|
-
exports.DerivationMethodAttributes$ = DerivationMethodAttributes$;
|
|
1436
|
-
exports.DiffieHellmanDerivationData$ = DiffieHellmanDerivationData$;
|
|
1437
|
-
exports.DiscoverDynamicCardVerificationCode$ = DiscoverDynamicCardVerificationCode$;
|
|
1438
|
-
exports.DukptAttributes$ = DukptAttributes$;
|
|
1439
|
-
exports.DukptDerivationAttributes$ = DukptDerivationAttributes$;
|
|
1440
440
|
exports.DukptDerivationType = DukptDerivationType;
|
|
1441
|
-
exports.DukptEncryptionAttributes$ = DukptEncryptionAttributes$;
|
|
1442
441
|
exports.DukptEncryptionMode = DukptEncryptionMode;
|
|
1443
442
|
exports.DukptKeyVariant = DukptKeyVariant;
|
|
1444
|
-
exports.DynamicCardVerificationCode$ = DynamicCardVerificationCode$;
|
|
1445
|
-
exports.DynamicCardVerificationValue$ = DynamicCardVerificationValue$;
|
|
1446
|
-
exports.EcdhDerivationAttributes$ = EcdhDerivationAttributes$;
|
|
1447
|
-
exports.Emv2000Attributes$ = Emv2000Attributes$;
|
|
1448
|
-
exports.EmvCommonAttributes$ = EmvCommonAttributes$;
|
|
1449
|
-
exports.EmvEncryptionAttributes$ = EmvEncryptionAttributes$;
|
|
1450
443
|
exports.EmvEncryptionMode = EmvEncryptionMode;
|
|
1451
444
|
exports.EmvMajorKeyDerivationMode = EmvMajorKeyDerivationMode;
|
|
1452
|
-
exports.EncryptData$ = EncryptData$;
|
|
1453
445
|
exports.EncryptDataCommand = EncryptDataCommand;
|
|
1454
|
-
exports.EncryptDataInput$ = EncryptDataInput$;
|
|
1455
|
-
exports.EncryptDataOutput$ = EncryptDataOutput$;
|
|
1456
|
-
exports.EncryptionDecryptionAttributes$ = EncryptionDecryptionAttributes$;
|
|
1457
446
|
exports.EncryptionMode = EncryptionMode;
|
|
1458
|
-
exports.GenerateAs2805KekValidation$ = GenerateAs2805KekValidation$;
|
|
1459
447
|
exports.GenerateAs2805KekValidationCommand = GenerateAs2805KekValidationCommand;
|
|
1460
|
-
exports.GenerateAs2805KekValidationInput$ = GenerateAs2805KekValidationInput$;
|
|
1461
|
-
exports.GenerateAs2805KekValidationOutput$ = GenerateAs2805KekValidationOutput$;
|
|
1462
|
-
exports.GenerateCardValidationData$ = GenerateCardValidationData$;
|
|
1463
448
|
exports.GenerateCardValidationDataCommand = GenerateCardValidationDataCommand;
|
|
1464
|
-
exports.GenerateCardValidationDataInput$ = GenerateCardValidationDataInput$;
|
|
1465
|
-
exports.GenerateCardValidationDataOutput$ = GenerateCardValidationDataOutput$;
|
|
1466
|
-
exports.GenerateMac$ = GenerateMac$;
|
|
1467
449
|
exports.GenerateMacCommand = GenerateMacCommand;
|
|
1468
|
-
exports.GenerateMacEmvPinChange$ = GenerateMacEmvPinChange$;
|
|
1469
450
|
exports.GenerateMacEmvPinChangeCommand = GenerateMacEmvPinChangeCommand;
|
|
1470
|
-
exports.GenerateMacEmvPinChangeInput$ = GenerateMacEmvPinChangeInput$;
|
|
1471
|
-
exports.GenerateMacEmvPinChangeOutput$ = GenerateMacEmvPinChangeOutput$;
|
|
1472
|
-
exports.GenerateMacInput$ = GenerateMacInput$;
|
|
1473
|
-
exports.GenerateMacOutput$ = GenerateMacOutput$;
|
|
1474
|
-
exports.GeneratePinData$ = GeneratePinData$;
|
|
1475
451
|
exports.GeneratePinDataCommand = GeneratePinDataCommand;
|
|
1476
|
-
exports.GeneratePinDataInput$ = GeneratePinDataInput$;
|
|
1477
|
-
exports.GeneratePinDataOutput$ = GeneratePinDataOutput$;
|
|
1478
|
-
exports.Ibm3624NaturalPin$ = Ibm3624NaturalPin$;
|
|
1479
|
-
exports.Ibm3624PinFromOffset$ = Ibm3624PinFromOffset$;
|
|
1480
|
-
exports.Ibm3624PinOffset$ = Ibm3624PinOffset$;
|
|
1481
|
-
exports.Ibm3624PinVerification$ = Ibm3624PinVerification$;
|
|
1482
|
-
exports.Ibm3624RandomPin$ = Ibm3624RandomPin$;
|
|
1483
|
-
exports.IncomingDiffieHellmanTr31KeyBlock$ = IncomingDiffieHellmanTr31KeyBlock$;
|
|
1484
|
-
exports.IncomingKeyMaterial$ = IncomingKeyMaterial$;
|
|
1485
|
-
exports.InternalServerException = InternalServerException;
|
|
1486
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
1487
|
-
exports.KekValidationRequest$ = KekValidationRequest$;
|
|
1488
|
-
exports.KekValidationResponse$ = KekValidationResponse$;
|
|
1489
452
|
exports.KeyCheckValueAlgorithm = KeyCheckValueAlgorithm;
|
|
1490
453
|
exports.KeyDerivationFunction = KeyDerivationFunction;
|
|
1491
454
|
exports.KeyDerivationHashAlgorithm = KeyDerivationHashAlgorithm;
|
|
1492
455
|
exports.MacAlgorithm = MacAlgorithm;
|
|
1493
|
-
exports.MacAlgorithmDukpt$ = MacAlgorithmDukpt$;
|
|
1494
|
-
exports.MacAlgorithmEmv$ = MacAlgorithmEmv$;
|
|
1495
|
-
exports.MacAttributes$ = MacAttributes$;
|
|
1496
456
|
exports.MajorKeyDerivationMode = MajorKeyDerivationMode;
|
|
1497
|
-
exports.MasterCardAttributes$ = MasterCardAttributes$;
|
|
1498
|
-
exports.OutgoingKeyMaterial$ = OutgoingKeyMaterial$;
|
|
1499
|
-
exports.OutgoingTr31KeyBlock$ = OutgoingTr31KeyBlock$;
|
|
1500
457
|
exports.PaddingType = PaddingType;
|
|
1501
458
|
exports.PaymentCryptographyData = PaymentCryptographyData;
|
|
1502
459
|
exports.PaymentCryptographyDataClient = PaymentCryptographyDataClient;
|
|
1503
|
-
exports.PaymentCryptographyDataServiceException = PaymentCryptographyDataServiceException;
|
|
1504
|
-
exports.PaymentCryptographyDataServiceException$ = PaymentCryptographyDataServiceException$;
|
|
1505
460
|
exports.PinBlockFormatForEmvPinChange = PinBlockFormatForEmvPinChange;
|
|
1506
461
|
exports.PinBlockFormatForPinData = PinBlockFormatForPinData;
|
|
1507
462
|
exports.PinBlockLengthPosition = PinBlockLengthPosition;
|
|
1508
463
|
exports.PinBlockPaddingType = PinBlockPaddingType;
|
|
1509
|
-
exports.PinData$ = PinData$;
|
|
1510
|
-
exports.PinGenerationAttributes$ = PinGenerationAttributes$;
|
|
1511
|
-
exports.PinVerificationAttributes$ = PinVerificationAttributes$;
|
|
1512
464
|
exports.RandomKeySendVariantMask = RandomKeySendVariantMask;
|
|
1513
|
-
exports.ReEncryptData$ = ReEncryptData$;
|
|
1514
465
|
exports.ReEncryptDataCommand = ReEncryptDataCommand;
|
|
1515
|
-
exports.ReEncryptDataInput$ = ReEncryptDataInput$;
|
|
1516
|
-
exports.ReEncryptDataOutput$ = ReEncryptDataOutput$;
|
|
1517
|
-
exports.ReEncryptionAttributes$ = ReEncryptionAttributes$;
|
|
1518
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1519
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1520
|
-
exports.SessionKeyAmex$ = SessionKeyAmex$;
|
|
1521
|
-
exports.SessionKeyDerivation$ = SessionKeyDerivation$;
|
|
1522
466
|
exports.SessionKeyDerivationMode = SessionKeyDerivationMode;
|
|
1523
|
-
exports.SessionKeyDerivationValue$ = SessionKeyDerivationValue$;
|
|
1524
|
-
exports.SessionKeyEmv2000$ = SessionKeyEmv2000$;
|
|
1525
|
-
exports.SessionKeyEmvCommon$ = SessionKeyEmvCommon$;
|
|
1526
|
-
exports.SessionKeyMastercard$ = SessionKeyMastercard$;
|
|
1527
|
-
exports.SessionKeyVisa$ = SessionKeyVisa$;
|
|
1528
|
-
exports.SymmetricEncryptionAttributes$ = SymmetricEncryptionAttributes$;
|
|
1529
467
|
exports.SymmetricKeyAlgorithm = SymmetricKeyAlgorithm;
|
|
1530
|
-
exports.ThrottlingException = ThrottlingException;
|
|
1531
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
1532
|
-
exports.TranslateKeyMaterial$ = TranslateKeyMaterial$;
|
|
1533
468
|
exports.TranslateKeyMaterialCommand = TranslateKeyMaterialCommand;
|
|
1534
|
-
exports.TranslateKeyMaterialInput$ = TranslateKeyMaterialInput$;
|
|
1535
|
-
exports.TranslateKeyMaterialOutput$ = TranslateKeyMaterialOutput$;
|
|
1536
|
-
exports.TranslatePinData$ = TranslatePinData$;
|
|
1537
469
|
exports.TranslatePinDataCommand = TranslatePinDataCommand;
|
|
1538
|
-
exports.TranslatePinDataInput$ = TranslatePinDataInput$;
|
|
1539
|
-
exports.TranslatePinDataOutput$ = TranslatePinDataOutput$;
|
|
1540
|
-
exports.TranslationIsoFormats$ = TranslationIsoFormats$;
|
|
1541
|
-
exports.TranslationPinDataAs2805Format0$ = TranslationPinDataAs2805Format0$;
|
|
1542
|
-
exports.TranslationPinDataIsoFormat034$ = TranslationPinDataIsoFormat034$;
|
|
1543
|
-
exports.TranslationPinDataIsoFormat1$ = TranslationPinDataIsoFormat1$;
|
|
1544
|
-
exports.ValidationException = ValidationException;
|
|
1545
|
-
exports.ValidationException$ = ValidationException$;
|
|
1546
|
-
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
1547
|
-
exports.VerificationFailedException = VerificationFailedException;
|
|
1548
|
-
exports.VerificationFailedException$ = VerificationFailedException$;
|
|
1549
470
|
exports.VerificationFailedReason = VerificationFailedReason;
|
|
1550
|
-
exports.VerifyAuthRequestCryptogram$ = VerifyAuthRequestCryptogram$;
|
|
1551
471
|
exports.VerifyAuthRequestCryptogramCommand = VerifyAuthRequestCryptogramCommand;
|
|
1552
|
-
exports.VerifyAuthRequestCryptogramInput$ = VerifyAuthRequestCryptogramInput$;
|
|
1553
|
-
exports.VerifyAuthRequestCryptogramOutput$ = VerifyAuthRequestCryptogramOutput$;
|
|
1554
|
-
exports.VerifyCardValidationData$ = VerifyCardValidationData$;
|
|
1555
472
|
exports.VerifyCardValidationDataCommand = VerifyCardValidationDataCommand;
|
|
1556
|
-
exports.VerifyCardValidationDataInput$ = VerifyCardValidationDataInput$;
|
|
1557
|
-
exports.VerifyCardValidationDataOutput$ = VerifyCardValidationDataOutput$;
|
|
1558
|
-
exports.VerifyMac$ = VerifyMac$;
|
|
1559
473
|
exports.VerifyMacCommand = VerifyMacCommand;
|
|
1560
|
-
exports.VerifyMacInput$ = VerifyMacInput$;
|
|
1561
|
-
exports.VerifyMacOutput$ = VerifyMacOutput$;
|
|
1562
|
-
exports.VerifyPinData$ = VerifyPinData$;
|
|
1563
474
|
exports.VerifyPinDataCommand = VerifyPinDataCommand;
|
|
1564
|
-
exports.VerifyPinDataInput$ = VerifyPinDataInput$;
|
|
1565
|
-
exports.VerifyPinDataOutput$ = VerifyPinDataOutput$;
|
|
1566
|
-
exports.VisaAmexDerivationOutputs$ = VisaAmexDerivationOutputs$;
|
|
1567
|
-
exports.VisaAttributes$ = VisaAttributes$;
|
|
1568
|
-
exports.VisaPin$ = VisaPin$;
|
|
1569
|
-
exports.VisaPinVerification$ = VisaPinVerification$;
|
|
1570
|
-
exports.VisaPinVerificationValue$ = VisaPinVerificationValue$;
|
|
1571
|
-
exports.WrappedKey$ = WrappedKey$;
|
|
1572
|
-
exports.WrappedKeyMaterial$ = WrappedKeyMaterial$;
|
|
1573
475
|
exports.WrappedKeyMaterialFormat = WrappedKeyMaterialFormat;
|
|
1574
|
-
|
|
476
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
477
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
478
|
+
enumerable: true,
|
|
479
|
+
get: function () { return schemas_0[k]; }
|
|
480
|
+
});
|
|
481
|
+
});
|
|
482
|
+
Object.keys(errors).forEach(function (k) {
|
|
483
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
484
|
+
enumerable: true,
|
|
485
|
+
get: function () { return errors[k]; }
|
|
486
|
+
});
|
|
487
|
+
});
|