@aws-sdk/client-payment-cryptography-data 3.928.0 → 3.930.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.
Files changed (37) hide show
  1. package/dist-cjs/index.js +1282 -1477
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/PaymentCryptographyDataClient.js +2 -0
  4. package/dist-es/commands/DecryptDataCommand.js +3 -10
  5. package/dist-es/commands/EncryptDataCommand.js +3 -10
  6. package/dist-es/commands/GenerateCardValidationDataCommand.js +3 -10
  7. package/dist-es/commands/GenerateMacCommand.js +3 -10
  8. package/dist-es/commands/GenerateMacEmvPinChangeCommand.js +3 -10
  9. package/dist-es/commands/GeneratePinDataCommand.js +3 -10
  10. package/dist-es/commands/ReEncryptDataCommand.js +3 -10
  11. package/dist-es/commands/TranslateKeyMaterialCommand.js +3 -10
  12. package/dist-es/commands/TranslatePinDataCommand.js +3 -10
  13. package/dist-es/commands/VerifyAuthRequestCryptogramCommand.js +3 -10
  14. package/dist-es/commands/VerifyCardValidationDataCommand.js +3 -10
  15. package/dist-es/commands/VerifyMacCommand.js +3 -10
  16. package/dist-es/commands/VerifyPinDataCommand.js +3 -10
  17. package/dist-es/models/models_0.js +0 -729
  18. package/dist-es/runtimeConfig.shared.js +2 -0
  19. package/dist-es/schemas/schemas_0.js +1238 -0
  20. package/dist-types/PaymentCryptographyDataClient.d.ts +10 -1
  21. package/dist-types/models/models_0.d.ts +68 -305
  22. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  23. package/dist-types/runtimeConfig.d.ts +1 -0
  24. package/dist-types/runtimeConfig.native.d.ts +1 -0
  25. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  26. package/dist-types/schemas/schemas_0.d.ts +141 -0
  27. package/dist-types/ts3.4/PaymentCryptographyDataClient.d.ts +4 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +0 -235
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +147 -0
  34. package/package.json +33 -33
  35. package/dist-es/protocols/Aws_restJson1.js +0 -570
  36. package/dist-types/protocols/Aws_restJson1.d.ts +0 -119
  37. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -161
@@ -1,161 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- DecryptDataCommandInput,
8
- DecryptDataCommandOutput,
9
- } from "../commands/DecryptDataCommand";
10
- import {
11
- EncryptDataCommandInput,
12
- EncryptDataCommandOutput,
13
- } from "../commands/EncryptDataCommand";
14
- import {
15
- GenerateCardValidationDataCommandInput,
16
- GenerateCardValidationDataCommandOutput,
17
- } from "../commands/GenerateCardValidationDataCommand";
18
- import {
19
- GenerateMacCommandInput,
20
- GenerateMacCommandOutput,
21
- } from "../commands/GenerateMacCommand";
22
- import {
23
- GenerateMacEmvPinChangeCommandInput,
24
- GenerateMacEmvPinChangeCommandOutput,
25
- } from "../commands/GenerateMacEmvPinChangeCommand";
26
- import {
27
- GeneratePinDataCommandInput,
28
- GeneratePinDataCommandOutput,
29
- } from "../commands/GeneratePinDataCommand";
30
- import {
31
- ReEncryptDataCommandInput,
32
- ReEncryptDataCommandOutput,
33
- } from "../commands/ReEncryptDataCommand";
34
- import {
35
- TranslateKeyMaterialCommandInput,
36
- TranslateKeyMaterialCommandOutput,
37
- } from "../commands/TranslateKeyMaterialCommand";
38
- import {
39
- TranslatePinDataCommandInput,
40
- TranslatePinDataCommandOutput,
41
- } from "../commands/TranslatePinDataCommand";
42
- import {
43
- VerifyAuthRequestCryptogramCommandInput,
44
- VerifyAuthRequestCryptogramCommandOutput,
45
- } from "../commands/VerifyAuthRequestCryptogramCommand";
46
- import {
47
- VerifyCardValidationDataCommandInput,
48
- VerifyCardValidationDataCommandOutput,
49
- } from "../commands/VerifyCardValidationDataCommand";
50
- import {
51
- VerifyMacCommandInput,
52
- VerifyMacCommandOutput,
53
- } from "../commands/VerifyMacCommand";
54
- import {
55
- VerifyPinDataCommandInput,
56
- VerifyPinDataCommandOutput,
57
- } from "../commands/VerifyPinDataCommand";
58
- export declare const se_DecryptDataCommand: (
59
- input: DecryptDataCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_EncryptDataCommand: (
63
- input: EncryptDataCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_GenerateCardValidationDataCommand: (
67
- input: GenerateCardValidationDataCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_GenerateMacCommand: (
71
- input: GenerateMacCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_GenerateMacEmvPinChangeCommand: (
75
- input: GenerateMacEmvPinChangeCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_GeneratePinDataCommand: (
79
- input: GeneratePinDataCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_ReEncryptDataCommand: (
83
- input: ReEncryptDataCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_TranslateKeyMaterialCommand: (
87
- input: TranslateKeyMaterialCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_TranslatePinDataCommand: (
91
- input: TranslatePinDataCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_VerifyAuthRequestCryptogramCommand: (
95
- input: VerifyAuthRequestCryptogramCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_VerifyCardValidationDataCommand: (
99
- input: VerifyCardValidationDataCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_VerifyMacCommand: (
103
- input: VerifyMacCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_VerifyPinDataCommand: (
107
- input: VerifyPinDataCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const de_DecryptDataCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<DecryptDataCommandOutput>;
114
- export declare const de_EncryptDataCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<EncryptDataCommandOutput>;
118
- export declare const de_GenerateCardValidationDataCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<GenerateCardValidationDataCommandOutput>;
122
- export declare const de_GenerateMacCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<GenerateMacCommandOutput>;
126
- export declare const de_GenerateMacEmvPinChangeCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<GenerateMacEmvPinChangeCommandOutput>;
130
- export declare const de_GeneratePinDataCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<GeneratePinDataCommandOutput>;
134
- export declare const de_ReEncryptDataCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<ReEncryptDataCommandOutput>;
138
- export declare const de_TranslateKeyMaterialCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<TranslateKeyMaterialCommandOutput>;
142
- export declare const de_TranslatePinDataCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<TranslatePinDataCommandOutput>;
146
- export declare const de_VerifyAuthRequestCryptogramCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<VerifyAuthRequestCryptogramCommandOutput>;
150
- export declare const de_VerifyCardValidationDataCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<VerifyCardValidationDataCommandOutput>;
154
- export declare const de_VerifyMacCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<VerifyMacCommandOutput>;
158
- export declare const de_VerifyPinDataCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<VerifyPinDataCommandOutput>;