@aws-sdk/client-amplifybackend 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/AmplifyBackend.d.ts +531 -160
- package/dist-types/ts3.4/AmplifyBackendClient.d.ts +291 -104
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +31 -31
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/AmplifyBackendServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +962 -1300
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +377 -95
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,160 +1,531 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { AmplifyBackendClient } from "./AmplifyBackendClient";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AmplifyBackendClient } from "./AmplifyBackendClient";
|
|
3
|
+
import {
|
|
4
|
+
CloneBackendCommandInput,
|
|
5
|
+
CloneBackendCommandOutput,
|
|
6
|
+
} from "./commands/CloneBackendCommand";
|
|
7
|
+
import {
|
|
8
|
+
CreateBackendAPICommandInput,
|
|
9
|
+
CreateBackendAPICommandOutput,
|
|
10
|
+
} from "./commands/CreateBackendAPICommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateBackendAuthCommandInput,
|
|
13
|
+
CreateBackendAuthCommandOutput,
|
|
14
|
+
} from "./commands/CreateBackendAuthCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateBackendCommandInput,
|
|
17
|
+
CreateBackendCommandOutput,
|
|
18
|
+
} from "./commands/CreateBackendCommand";
|
|
19
|
+
import {
|
|
20
|
+
CreateBackendConfigCommandInput,
|
|
21
|
+
CreateBackendConfigCommandOutput,
|
|
22
|
+
} from "./commands/CreateBackendConfigCommand";
|
|
23
|
+
import {
|
|
24
|
+
CreateBackendStorageCommandInput,
|
|
25
|
+
CreateBackendStorageCommandOutput,
|
|
26
|
+
} from "./commands/CreateBackendStorageCommand";
|
|
27
|
+
import {
|
|
28
|
+
CreateTokenCommandInput,
|
|
29
|
+
CreateTokenCommandOutput,
|
|
30
|
+
} from "./commands/CreateTokenCommand";
|
|
31
|
+
import {
|
|
32
|
+
DeleteBackendAPICommandInput,
|
|
33
|
+
DeleteBackendAPICommandOutput,
|
|
34
|
+
} from "./commands/DeleteBackendAPICommand";
|
|
35
|
+
import {
|
|
36
|
+
DeleteBackendAuthCommandInput,
|
|
37
|
+
DeleteBackendAuthCommandOutput,
|
|
38
|
+
} from "./commands/DeleteBackendAuthCommand";
|
|
39
|
+
import {
|
|
40
|
+
DeleteBackendCommandInput,
|
|
41
|
+
DeleteBackendCommandOutput,
|
|
42
|
+
} from "./commands/DeleteBackendCommand";
|
|
43
|
+
import {
|
|
44
|
+
DeleteBackendStorageCommandInput,
|
|
45
|
+
DeleteBackendStorageCommandOutput,
|
|
46
|
+
} from "./commands/DeleteBackendStorageCommand";
|
|
47
|
+
import {
|
|
48
|
+
DeleteTokenCommandInput,
|
|
49
|
+
DeleteTokenCommandOutput,
|
|
50
|
+
} from "./commands/DeleteTokenCommand";
|
|
51
|
+
import {
|
|
52
|
+
GenerateBackendAPIModelsCommandInput,
|
|
53
|
+
GenerateBackendAPIModelsCommandOutput,
|
|
54
|
+
} from "./commands/GenerateBackendAPIModelsCommand";
|
|
55
|
+
import {
|
|
56
|
+
GetBackendAPICommandInput,
|
|
57
|
+
GetBackendAPICommandOutput,
|
|
58
|
+
} from "./commands/GetBackendAPICommand";
|
|
59
|
+
import {
|
|
60
|
+
GetBackendAPIModelsCommandInput,
|
|
61
|
+
GetBackendAPIModelsCommandOutput,
|
|
62
|
+
} from "./commands/GetBackendAPIModelsCommand";
|
|
63
|
+
import {
|
|
64
|
+
GetBackendAuthCommandInput,
|
|
65
|
+
GetBackendAuthCommandOutput,
|
|
66
|
+
} from "./commands/GetBackendAuthCommand";
|
|
67
|
+
import {
|
|
68
|
+
GetBackendCommandInput,
|
|
69
|
+
GetBackendCommandOutput,
|
|
70
|
+
} from "./commands/GetBackendCommand";
|
|
71
|
+
import {
|
|
72
|
+
GetBackendJobCommandInput,
|
|
73
|
+
GetBackendJobCommandOutput,
|
|
74
|
+
} from "./commands/GetBackendJobCommand";
|
|
75
|
+
import {
|
|
76
|
+
GetBackendStorageCommandInput,
|
|
77
|
+
GetBackendStorageCommandOutput,
|
|
78
|
+
} from "./commands/GetBackendStorageCommand";
|
|
79
|
+
import {
|
|
80
|
+
GetTokenCommandInput,
|
|
81
|
+
GetTokenCommandOutput,
|
|
82
|
+
} from "./commands/GetTokenCommand";
|
|
83
|
+
import {
|
|
84
|
+
ImportBackendAuthCommandInput,
|
|
85
|
+
ImportBackendAuthCommandOutput,
|
|
86
|
+
} from "./commands/ImportBackendAuthCommand";
|
|
87
|
+
import {
|
|
88
|
+
ImportBackendStorageCommandInput,
|
|
89
|
+
ImportBackendStorageCommandOutput,
|
|
90
|
+
} from "./commands/ImportBackendStorageCommand";
|
|
91
|
+
import {
|
|
92
|
+
ListBackendJobsCommandInput,
|
|
93
|
+
ListBackendJobsCommandOutput,
|
|
94
|
+
} from "./commands/ListBackendJobsCommand";
|
|
95
|
+
import {
|
|
96
|
+
ListS3BucketsCommandInput,
|
|
97
|
+
ListS3BucketsCommandOutput,
|
|
98
|
+
} from "./commands/ListS3BucketsCommand";
|
|
99
|
+
import {
|
|
100
|
+
RemoveAllBackendsCommandInput,
|
|
101
|
+
RemoveAllBackendsCommandOutput,
|
|
102
|
+
} from "./commands/RemoveAllBackendsCommand";
|
|
103
|
+
import {
|
|
104
|
+
RemoveBackendConfigCommandInput,
|
|
105
|
+
RemoveBackendConfigCommandOutput,
|
|
106
|
+
} from "./commands/RemoveBackendConfigCommand";
|
|
107
|
+
import {
|
|
108
|
+
UpdateBackendAPICommandInput,
|
|
109
|
+
UpdateBackendAPICommandOutput,
|
|
110
|
+
} from "./commands/UpdateBackendAPICommand";
|
|
111
|
+
import {
|
|
112
|
+
UpdateBackendAuthCommandInput,
|
|
113
|
+
UpdateBackendAuthCommandOutput,
|
|
114
|
+
} from "./commands/UpdateBackendAuthCommand";
|
|
115
|
+
import {
|
|
116
|
+
UpdateBackendConfigCommandInput,
|
|
117
|
+
UpdateBackendConfigCommandOutput,
|
|
118
|
+
} from "./commands/UpdateBackendConfigCommand";
|
|
119
|
+
import {
|
|
120
|
+
UpdateBackendJobCommandInput,
|
|
121
|
+
UpdateBackendJobCommandOutput,
|
|
122
|
+
} from "./commands/UpdateBackendJobCommand";
|
|
123
|
+
import {
|
|
124
|
+
UpdateBackendStorageCommandInput,
|
|
125
|
+
UpdateBackendStorageCommandOutput,
|
|
126
|
+
} from "./commands/UpdateBackendStorageCommand";
|
|
127
|
+
export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
128
|
+
cloneBackend(
|
|
129
|
+
args: CloneBackendCommandInput,
|
|
130
|
+
options?: __HttpHandlerOptions
|
|
131
|
+
): Promise<CloneBackendCommandOutput>;
|
|
132
|
+
cloneBackend(
|
|
133
|
+
args: CloneBackendCommandInput,
|
|
134
|
+
cb: (err: any, data?: CloneBackendCommandOutput) => void
|
|
135
|
+
): void;
|
|
136
|
+
cloneBackend(
|
|
137
|
+
args: CloneBackendCommandInput,
|
|
138
|
+
options: __HttpHandlerOptions,
|
|
139
|
+
cb: (err: any, data?: CloneBackendCommandOutput) => void
|
|
140
|
+
): void;
|
|
141
|
+
createBackend(
|
|
142
|
+
args: CreateBackendCommandInput,
|
|
143
|
+
options?: __HttpHandlerOptions
|
|
144
|
+
): Promise<CreateBackendCommandOutput>;
|
|
145
|
+
createBackend(
|
|
146
|
+
args: CreateBackendCommandInput,
|
|
147
|
+
cb: (err: any, data?: CreateBackendCommandOutput) => void
|
|
148
|
+
): void;
|
|
149
|
+
createBackend(
|
|
150
|
+
args: CreateBackendCommandInput,
|
|
151
|
+
options: __HttpHandlerOptions,
|
|
152
|
+
cb: (err: any, data?: CreateBackendCommandOutput) => void
|
|
153
|
+
): void;
|
|
154
|
+
createBackendAPI(
|
|
155
|
+
args: CreateBackendAPICommandInput,
|
|
156
|
+
options?: __HttpHandlerOptions
|
|
157
|
+
): Promise<CreateBackendAPICommandOutput>;
|
|
158
|
+
createBackendAPI(
|
|
159
|
+
args: CreateBackendAPICommandInput,
|
|
160
|
+
cb: (err: any, data?: CreateBackendAPICommandOutput) => void
|
|
161
|
+
): void;
|
|
162
|
+
createBackendAPI(
|
|
163
|
+
args: CreateBackendAPICommandInput,
|
|
164
|
+
options: __HttpHandlerOptions,
|
|
165
|
+
cb: (err: any, data?: CreateBackendAPICommandOutput) => void
|
|
166
|
+
): void;
|
|
167
|
+
createBackendAuth(
|
|
168
|
+
args: CreateBackendAuthCommandInput,
|
|
169
|
+
options?: __HttpHandlerOptions
|
|
170
|
+
): Promise<CreateBackendAuthCommandOutput>;
|
|
171
|
+
createBackendAuth(
|
|
172
|
+
args: CreateBackendAuthCommandInput,
|
|
173
|
+
cb: (err: any, data?: CreateBackendAuthCommandOutput) => void
|
|
174
|
+
): void;
|
|
175
|
+
createBackendAuth(
|
|
176
|
+
args: CreateBackendAuthCommandInput,
|
|
177
|
+
options: __HttpHandlerOptions,
|
|
178
|
+
cb: (err: any, data?: CreateBackendAuthCommandOutput) => void
|
|
179
|
+
): void;
|
|
180
|
+
createBackendConfig(
|
|
181
|
+
args: CreateBackendConfigCommandInput,
|
|
182
|
+
options?: __HttpHandlerOptions
|
|
183
|
+
): Promise<CreateBackendConfigCommandOutput>;
|
|
184
|
+
createBackendConfig(
|
|
185
|
+
args: CreateBackendConfigCommandInput,
|
|
186
|
+
cb: (err: any, data?: CreateBackendConfigCommandOutput) => void
|
|
187
|
+
): void;
|
|
188
|
+
createBackendConfig(
|
|
189
|
+
args: CreateBackendConfigCommandInput,
|
|
190
|
+
options: __HttpHandlerOptions,
|
|
191
|
+
cb: (err: any, data?: CreateBackendConfigCommandOutput) => void
|
|
192
|
+
): void;
|
|
193
|
+
createBackendStorage(
|
|
194
|
+
args: CreateBackendStorageCommandInput,
|
|
195
|
+
options?: __HttpHandlerOptions
|
|
196
|
+
): Promise<CreateBackendStorageCommandOutput>;
|
|
197
|
+
createBackendStorage(
|
|
198
|
+
args: CreateBackendStorageCommandInput,
|
|
199
|
+
cb: (err: any, data?: CreateBackendStorageCommandOutput) => void
|
|
200
|
+
): void;
|
|
201
|
+
createBackendStorage(
|
|
202
|
+
args: CreateBackendStorageCommandInput,
|
|
203
|
+
options: __HttpHandlerOptions,
|
|
204
|
+
cb: (err: any, data?: CreateBackendStorageCommandOutput) => void
|
|
205
|
+
): void;
|
|
206
|
+
createToken(
|
|
207
|
+
args: CreateTokenCommandInput,
|
|
208
|
+
options?: __HttpHandlerOptions
|
|
209
|
+
): Promise<CreateTokenCommandOutput>;
|
|
210
|
+
createToken(
|
|
211
|
+
args: CreateTokenCommandInput,
|
|
212
|
+
cb: (err: any, data?: CreateTokenCommandOutput) => void
|
|
213
|
+
): void;
|
|
214
|
+
createToken(
|
|
215
|
+
args: CreateTokenCommandInput,
|
|
216
|
+
options: __HttpHandlerOptions,
|
|
217
|
+
cb: (err: any, data?: CreateTokenCommandOutput) => void
|
|
218
|
+
): void;
|
|
219
|
+
deleteBackend(
|
|
220
|
+
args: DeleteBackendCommandInput,
|
|
221
|
+
options?: __HttpHandlerOptions
|
|
222
|
+
): Promise<DeleteBackendCommandOutput>;
|
|
223
|
+
deleteBackend(
|
|
224
|
+
args: DeleteBackendCommandInput,
|
|
225
|
+
cb: (err: any, data?: DeleteBackendCommandOutput) => void
|
|
226
|
+
): void;
|
|
227
|
+
deleteBackend(
|
|
228
|
+
args: DeleteBackendCommandInput,
|
|
229
|
+
options: __HttpHandlerOptions,
|
|
230
|
+
cb: (err: any, data?: DeleteBackendCommandOutput) => void
|
|
231
|
+
): void;
|
|
232
|
+
deleteBackendAPI(
|
|
233
|
+
args: DeleteBackendAPICommandInput,
|
|
234
|
+
options?: __HttpHandlerOptions
|
|
235
|
+
): Promise<DeleteBackendAPICommandOutput>;
|
|
236
|
+
deleteBackendAPI(
|
|
237
|
+
args: DeleteBackendAPICommandInput,
|
|
238
|
+
cb: (err: any, data?: DeleteBackendAPICommandOutput) => void
|
|
239
|
+
): void;
|
|
240
|
+
deleteBackendAPI(
|
|
241
|
+
args: DeleteBackendAPICommandInput,
|
|
242
|
+
options: __HttpHandlerOptions,
|
|
243
|
+
cb: (err: any, data?: DeleteBackendAPICommandOutput) => void
|
|
244
|
+
): void;
|
|
245
|
+
deleteBackendAuth(
|
|
246
|
+
args: DeleteBackendAuthCommandInput,
|
|
247
|
+
options?: __HttpHandlerOptions
|
|
248
|
+
): Promise<DeleteBackendAuthCommandOutput>;
|
|
249
|
+
deleteBackendAuth(
|
|
250
|
+
args: DeleteBackendAuthCommandInput,
|
|
251
|
+
cb: (err: any, data?: DeleteBackendAuthCommandOutput) => void
|
|
252
|
+
): void;
|
|
253
|
+
deleteBackendAuth(
|
|
254
|
+
args: DeleteBackendAuthCommandInput,
|
|
255
|
+
options: __HttpHandlerOptions,
|
|
256
|
+
cb: (err: any, data?: DeleteBackendAuthCommandOutput) => void
|
|
257
|
+
): void;
|
|
258
|
+
deleteBackendStorage(
|
|
259
|
+
args: DeleteBackendStorageCommandInput,
|
|
260
|
+
options?: __HttpHandlerOptions
|
|
261
|
+
): Promise<DeleteBackendStorageCommandOutput>;
|
|
262
|
+
deleteBackendStorage(
|
|
263
|
+
args: DeleteBackendStorageCommandInput,
|
|
264
|
+
cb: (err: any, data?: DeleteBackendStorageCommandOutput) => void
|
|
265
|
+
): void;
|
|
266
|
+
deleteBackendStorage(
|
|
267
|
+
args: DeleteBackendStorageCommandInput,
|
|
268
|
+
options: __HttpHandlerOptions,
|
|
269
|
+
cb: (err: any, data?: DeleteBackendStorageCommandOutput) => void
|
|
270
|
+
): void;
|
|
271
|
+
deleteToken(
|
|
272
|
+
args: DeleteTokenCommandInput,
|
|
273
|
+
options?: __HttpHandlerOptions
|
|
274
|
+
): Promise<DeleteTokenCommandOutput>;
|
|
275
|
+
deleteToken(
|
|
276
|
+
args: DeleteTokenCommandInput,
|
|
277
|
+
cb: (err: any, data?: DeleteTokenCommandOutput) => void
|
|
278
|
+
): void;
|
|
279
|
+
deleteToken(
|
|
280
|
+
args: DeleteTokenCommandInput,
|
|
281
|
+
options: __HttpHandlerOptions,
|
|
282
|
+
cb: (err: any, data?: DeleteTokenCommandOutput) => void
|
|
283
|
+
): void;
|
|
284
|
+
generateBackendAPIModels(
|
|
285
|
+
args: GenerateBackendAPIModelsCommandInput,
|
|
286
|
+
options?: __HttpHandlerOptions
|
|
287
|
+
): Promise<GenerateBackendAPIModelsCommandOutput>;
|
|
288
|
+
generateBackendAPIModels(
|
|
289
|
+
args: GenerateBackendAPIModelsCommandInput,
|
|
290
|
+
cb: (err: any, data?: GenerateBackendAPIModelsCommandOutput) => void
|
|
291
|
+
): void;
|
|
292
|
+
generateBackendAPIModels(
|
|
293
|
+
args: GenerateBackendAPIModelsCommandInput,
|
|
294
|
+
options: __HttpHandlerOptions,
|
|
295
|
+
cb: (err: any, data?: GenerateBackendAPIModelsCommandOutput) => void
|
|
296
|
+
): void;
|
|
297
|
+
getBackend(
|
|
298
|
+
args: GetBackendCommandInput,
|
|
299
|
+
options?: __HttpHandlerOptions
|
|
300
|
+
): Promise<GetBackendCommandOutput>;
|
|
301
|
+
getBackend(
|
|
302
|
+
args: GetBackendCommandInput,
|
|
303
|
+
cb: (err: any, data?: GetBackendCommandOutput) => void
|
|
304
|
+
): void;
|
|
305
|
+
getBackend(
|
|
306
|
+
args: GetBackendCommandInput,
|
|
307
|
+
options: __HttpHandlerOptions,
|
|
308
|
+
cb: (err: any, data?: GetBackendCommandOutput) => void
|
|
309
|
+
): void;
|
|
310
|
+
getBackendAPI(
|
|
311
|
+
args: GetBackendAPICommandInput,
|
|
312
|
+
options?: __HttpHandlerOptions
|
|
313
|
+
): Promise<GetBackendAPICommandOutput>;
|
|
314
|
+
getBackendAPI(
|
|
315
|
+
args: GetBackendAPICommandInput,
|
|
316
|
+
cb: (err: any, data?: GetBackendAPICommandOutput) => void
|
|
317
|
+
): void;
|
|
318
|
+
getBackendAPI(
|
|
319
|
+
args: GetBackendAPICommandInput,
|
|
320
|
+
options: __HttpHandlerOptions,
|
|
321
|
+
cb: (err: any, data?: GetBackendAPICommandOutput) => void
|
|
322
|
+
): void;
|
|
323
|
+
getBackendAPIModels(
|
|
324
|
+
args: GetBackendAPIModelsCommandInput,
|
|
325
|
+
options?: __HttpHandlerOptions
|
|
326
|
+
): Promise<GetBackendAPIModelsCommandOutput>;
|
|
327
|
+
getBackendAPIModels(
|
|
328
|
+
args: GetBackendAPIModelsCommandInput,
|
|
329
|
+
cb: (err: any, data?: GetBackendAPIModelsCommandOutput) => void
|
|
330
|
+
): void;
|
|
331
|
+
getBackendAPIModels(
|
|
332
|
+
args: GetBackendAPIModelsCommandInput,
|
|
333
|
+
options: __HttpHandlerOptions,
|
|
334
|
+
cb: (err: any, data?: GetBackendAPIModelsCommandOutput) => void
|
|
335
|
+
): void;
|
|
336
|
+
getBackendAuth(
|
|
337
|
+
args: GetBackendAuthCommandInput,
|
|
338
|
+
options?: __HttpHandlerOptions
|
|
339
|
+
): Promise<GetBackendAuthCommandOutput>;
|
|
340
|
+
getBackendAuth(
|
|
341
|
+
args: GetBackendAuthCommandInput,
|
|
342
|
+
cb: (err: any, data?: GetBackendAuthCommandOutput) => void
|
|
343
|
+
): void;
|
|
344
|
+
getBackendAuth(
|
|
345
|
+
args: GetBackendAuthCommandInput,
|
|
346
|
+
options: __HttpHandlerOptions,
|
|
347
|
+
cb: (err: any, data?: GetBackendAuthCommandOutput) => void
|
|
348
|
+
): void;
|
|
349
|
+
getBackendJob(
|
|
350
|
+
args: GetBackendJobCommandInput,
|
|
351
|
+
options?: __HttpHandlerOptions
|
|
352
|
+
): Promise<GetBackendJobCommandOutput>;
|
|
353
|
+
getBackendJob(
|
|
354
|
+
args: GetBackendJobCommandInput,
|
|
355
|
+
cb: (err: any, data?: GetBackendJobCommandOutput) => void
|
|
356
|
+
): void;
|
|
357
|
+
getBackendJob(
|
|
358
|
+
args: GetBackendJobCommandInput,
|
|
359
|
+
options: __HttpHandlerOptions,
|
|
360
|
+
cb: (err: any, data?: GetBackendJobCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
getBackendStorage(
|
|
363
|
+
args: GetBackendStorageCommandInput,
|
|
364
|
+
options?: __HttpHandlerOptions
|
|
365
|
+
): Promise<GetBackendStorageCommandOutput>;
|
|
366
|
+
getBackendStorage(
|
|
367
|
+
args: GetBackendStorageCommandInput,
|
|
368
|
+
cb: (err: any, data?: GetBackendStorageCommandOutput) => void
|
|
369
|
+
): void;
|
|
370
|
+
getBackendStorage(
|
|
371
|
+
args: GetBackendStorageCommandInput,
|
|
372
|
+
options: __HttpHandlerOptions,
|
|
373
|
+
cb: (err: any, data?: GetBackendStorageCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
getToken(
|
|
376
|
+
args: GetTokenCommandInput,
|
|
377
|
+
options?: __HttpHandlerOptions
|
|
378
|
+
): Promise<GetTokenCommandOutput>;
|
|
379
|
+
getToken(
|
|
380
|
+
args: GetTokenCommandInput,
|
|
381
|
+
cb: (err: any, data?: GetTokenCommandOutput) => void
|
|
382
|
+
): void;
|
|
383
|
+
getToken(
|
|
384
|
+
args: GetTokenCommandInput,
|
|
385
|
+
options: __HttpHandlerOptions,
|
|
386
|
+
cb: (err: any, data?: GetTokenCommandOutput) => void
|
|
387
|
+
): void;
|
|
388
|
+
importBackendAuth(
|
|
389
|
+
args: ImportBackendAuthCommandInput,
|
|
390
|
+
options?: __HttpHandlerOptions
|
|
391
|
+
): Promise<ImportBackendAuthCommandOutput>;
|
|
392
|
+
importBackendAuth(
|
|
393
|
+
args: ImportBackendAuthCommandInput,
|
|
394
|
+
cb: (err: any, data?: ImportBackendAuthCommandOutput) => void
|
|
395
|
+
): void;
|
|
396
|
+
importBackendAuth(
|
|
397
|
+
args: ImportBackendAuthCommandInput,
|
|
398
|
+
options: __HttpHandlerOptions,
|
|
399
|
+
cb: (err: any, data?: ImportBackendAuthCommandOutput) => void
|
|
400
|
+
): void;
|
|
401
|
+
importBackendStorage(
|
|
402
|
+
args: ImportBackendStorageCommandInput,
|
|
403
|
+
options?: __HttpHandlerOptions
|
|
404
|
+
): Promise<ImportBackendStorageCommandOutput>;
|
|
405
|
+
importBackendStorage(
|
|
406
|
+
args: ImportBackendStorageCommandInput,
|
|
407
|
+
cb: (err: any, data?: ImportBackendStorageCommandOutput) => void
|
|
408
|
+
): void;
|
|
409
|
+
importBackendStorage(
|
|
410
|
+
args: ImportBackendStorageCommandInput,
|
|
411
|
+
options: __HttpHandlerOptions,
|
|
412
|
+
cb: (err: any, data?: ImportBackendStorageCommandOutput) => void
|
|
413
|
+
): void;
|
|
414
|
+
listBackendJobs(
|
|
415
|
+
args: ListBackendJobsCommandInput,
|
|
416
|
+
options?: __HttpHandlerOptions
|
|
417
|
+
): Promise<ListBackendJobsCommandOutput>;
|
|
418
|
+
listBackendJobs(
|
|
419
|
+
args: ListBackendJobsCommandInput,
|
|
420
|
+
cb: (err: any, data?: ListBackendJobsCommandOutput) => void
|
|
421
|
+
): void;
|
|
422
|
+
listBackendJobs(
|
|
423
|
+
args: ListBackendJobsCommandInput,
|
|
424
|
+
options: __HttpHandlerOptions,
|
|
425
|
+
cb: (err: any, data?: ListBackendJobsCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
listS3Buckets(
|
|
428
|
+
args: ListS3BucketsCommandInput,
|
|
429
|
+
options?: __HttpHandlerOptions
|
|
430
|
+
): Promise<ListS3BucketsCommandOutput>;
|
|
431
|
+
listS3Buckets(
|
|
432
|
+
args: ListS3BucketsCommandInput,
|
|
433
|
+
cb: (err: any, data?: ListS3BucketsCommandOutput) => void
|
|
434
|
+
): void;
|
|
435
|
+
listS3Buckets(
|
|
436
|
+
args: ListS3BucketsCommandInput,
|
|
437
|
+
options: __HttpHandlerOptions,
|
|
438
|
+
cb: (err: any, data?: ListS3BucketsCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
removeAllBackends(
|
|
441
|
+
args: RemoveAllBackendsCommandInput,
|
|
442
|
+
options?: __HttpHandlerOptions
|
|
443
|
+
): Promise<RemoveAllBackendsCommandOutput>;
|
|
444
|
+
removeAllBackends(
|
|
445
|
+
args: RemoveAllBackendsCommandInput,
|
|
446
|
+
cb: (err: any, data?: RemoveAllBackendsCommandOutput) => void
|
|
447
|
+
): void;
|
|
448
|
+
removeAllBackends(
|
|
449
|
+
args: RemoveAllBackendsCommandInput,
|
|
450
|
+
options: __HttpHandlerOptions,
|
|
451
|
+
cb: (err: any, data?: RemoveAllBackendsCommandOutput) => void
|
|
452
|
+
): void;
|
|
453
|
+
removeBackendConfig(
|
|
454
|
+
args: RemoveBackendConfigCommandInput,
|
|
455
|
+
options?: __HttpHandlerOptions
|
|
456
|
+
): Promise<RemoveBackendConfigCommandOutput>;
|
|
457
|
+
removeBackendConfig(
|
|
458
|
+
args: RemoveBackendConfigCommandInput,
|
|
459
|
+
cb: (err: any, data?: RemoveBackendConfigCommandOutput) => void
|
|
460
|
+
): void;
|
|
461
|
+
removeBackendConfig(
|
|
462
|
+
args: RemoveBackendConfigCommandInput,
|
|
463
|
+
options: __HttpHandlerOptions,
|
|
464
|
+
cb: (err: any, data?: RemoveBackendConfigCommandOutput) => void
|
|
465
|
+
): void;
|
|
466
|
+
updateBackendAPI(
|
|
467
|
+
args: UpdateBackendAPICommandInput,
|
|
468
|
+
options?: __HttpHandlerOptions
|
|
469
|
+
): Promise<UpdateBackendAPICommandOutput>;
|
|
470
|
+
updateBackendAPI(
|
|
471
|
+
args: UpdateBackendAPICommandInput,
|
|
472
|
+
cb: (err: any, data?: UpdateBackendAPICommandOutput) => void
|
|
473
|
+
): void;
|
|
474
|
+
updateBackendAPI(
|
|
475
|
+
args: UpdateBackendAPICommandInput,
|
|
476
|
+
options: __HttpHandlerOptions,
|
|
477
|
+
cb: (err: any, data?: UpdateBackendAPICommandOutput) => void
|
|
478
|
+
): void;
|
|
479
|
+
updateBackendAuth(
|
|
480
|
+
args: UpdateBackendAuthCommandInput,
|
|
481
|
+
options?: __HttpHandlerOptions
|
|
482
|
+
): Promise<UpdateBackendAuthCommandOutput>;
|
|
483
|
+
updateBackendAuth(
|
|
484
|
+
args: UpdateBackendAuthCommandInput,
|
|
485
|
+
cb: (err: any, data?: UpdateBackendAuthCommandOutput) => void
|
|
486
|
+
): void;
|
|
487
|
+
updateBackendAuth(
|
|
488
|
+
args: UpdateBackendAuthCommandInput,
|
|
489
|
+
options: __HttpHandlerOptions,
|
|
490
|
+
cb: (err: any, data?: UpdateBackendAuthCommandOutput) => void
|
|
491
|
+
): void;
|
|
492
|
+
updateBackendConfig(
|
|
493
|
+
args: UpdateBackendConfigCommandInput,
|
|
494
|
+
options?: __HttpHandlerOptions
|
|
495
|
+
): Promise<UpdateBackendConfigCommandOutput>;
|
|
496
|
+
updateBackendConfig(
|
|
497
|
+
args: UpdateBackendConfigCommandInput,
|
|
498
|
+
cb: (err: any, data?: UpdateBackendConfigCommandOutput) => void
|
|
499
|
+
): void;
|
|
500
|
+
updateBackendConfig(
|
|
501
|
+
args: UpdateBackendConfigCommandInput,
|
|
502
|
+
options: __HttpHandlerOptions,
|
|
503
|
+
cb: (err: any, data?: UpdateBackendConfigCommandOutput) => void
|
|
504
|
+
): void;
|
|
505
|
+
updateBackendJob(
|
|
506
|
+
args: UpdateBackendJobCommandInput,
|
|
507
|
+
options?: __HttpHandlerOptions
|
|
508
|
+
): Promise<UpdateBackendJobCommandOutput>;
|
|
509
|
+
updateBackendJob(
|
|
510
|
+
args: UpdateBackendJobCommandInput,
|
|
511
|
+
cb: (err: any, data?: UpdateBackendJobCommandOutput) => void
|
|
512
|
+
): void;
|
|
513
|
+
updateBackendJob(
|
|
514
|
+
args: UpdateBackendJobCommandInput,
|
|
515
|
+
options: __HttpHandlerOptions,
|
|
516
|
+
cb: (err: any, data?: UpdateBackendJobCommandOutput) => void
|
|
517
|
+
): void;
|
|
518
|
+
updateBackendStorage(
|
|
519
|
+
args: UpdateBackendStorageCommandInput,
|
|
520
|
+
options?: __HttpHandlerOptions
|
|
521
|
+
): Promise<UpdateBackendStorageCommandOutput>;
|
|
522
|
+
updateBackendStorage(
|
|
523
|
+
args: UpdateBackendStorageCommandInput,
|
|
524
|
+
cb: (err: any, data?: UpdateBackendStorageCommandOutput) => void
|
|
525
|
+
): void;
|
|
526
|
+
updateBackendStorage(
|
|
527
|
+
args: UpdateBackendStorageCommandInput,
|
|
528
|
+
options: __HttpHandlerOptions,
|
|
529
|
+
cb: (err: any, data?: UpdateBackendStorageCommandOutput) => void
|
|
530
|
+
): void;
|
|
531
|
+
}
|