@aws-sdk/client-api-gateway 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/APIGateway.d.ts +2164 -605
- package/dist-types/ts3.4/APIGatewayClient.d.ts +849 -193
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2635 -2499
- package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +35 -35
|
@@ -1,605 +1,2164 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { APIGatewayClient } from "./APIGatewayClient";
|
|
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
|
-
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
import {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
import {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
import {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
import {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
import {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
import {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
import {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
import {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
import {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
import {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
import {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
import {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
import {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
import {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
import {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
import {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
import {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
import {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
import {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
import {
|
|
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
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { APIGatewayClient } from "./APIGatewayClient";
|
|
3
|
+
import {
|
|
4
|
+
CreateApiKeyCommandInput,
|
|
5
|
+
CreateApiKeyCommandOutput,
|
|
6
|
+
} from "./commands/CreateApiKeyCommand";
|
|
7
|
+
import {
|
|
8
|
+
CreateAuthorizerCommandInput,
|
|
9
|
+
CreateAuthorizerCommandOutput,
|
|
10
|
+
} from "./commands/CreateAuthorizerCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateBasePathMappingCommandInput,
|
|
13
|
+
CreateBasePathMappingCommandOutput,
|
|
14
|
+
} from "./commands/CreateBasePathMappingCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateDeploymentCommandInput,
|
|
17
|
+
CreateDeploymentCommandOutput,
|
|
18
|
+
} from "./commands/CreateDeploymentCommand";
|
|
19
|
+
import {
|
|
20
|
+
CreateDocumentationPartCommandInput,
|
|
21
|
+
CreateDocumentationPartCommandOutput,
|
|
22
|
+
} from "./commands/CreateDocumentationPartCommand";
|
|
23
|
+
import {
|
|
24
|
+
CreateDocumentationVersionCommandInput,
|
|
25
|
+
CreateDocumentationVersionCommandOutput,
|
|
26
|
+
} from "./commands/CreateDocumentationVersionCommand";
|
|
27
|
+
import {
|
|
28
|
+
CreateDomainNameCommandInput,
|
|
29
|
+
CreateDomainNameCommandOutput,
|
|
30
|
+
} from "./commands/CreateDomainNameCommand";
|
|
31
|
+
import {
|
|
32
|
+
CreateModelCommandInput,
|
|
33
|
+
CreateModelCommandOutput,
|
|
34
|
+
} from "./commands/CreateModelCommand";
|
|
35
|
+
import {
|
|
36
|
+
CreateRequestValidatorCommandInput,
|
|
37
|
+
CreateRequestValidatorCommandOutput,
|
|
38
|
+
} from "./commands/CreateRequestValidatorCommand";
|
|
39
|
+
import {
|
|
40
|
+
CreateResourceCommandInput,
|
|
41
|
+
CreateResourceCommandOutput,
|
|
42
|
+
} from "./commands/CreateResourceCommand";
|
|
43
|
+
import {
|
|
44
|
+
CreateRestApiCommandInput,
|
|
45
|
+
CreateRestApiCommandOutput,
|
|
46
|
+
} from "./commands/CreateRestApiCommand";
|
|
47
|
+
import {
|
|
48
|
+
CreateStageCommandInput,
|
|
49
|
+
CreateStageCommandOutput,
|
|
50
|
+
} from "./commands/CreateStageCommand";
|
|
51
|
+
import {
|
|
52
|
+
CreateUsagePlanCommandInput,
|
|
53
|
+
CreateUsagePlanCommandOutput,
|
|
54
|
+
} from "./commands/CreateUsagePlanCommand";
|
|
55
|
+
import {
|
|
56
|
+
CreateUsagePlanKeyCommandInput,
|
|
57
|
+
CreateUsagePlanKeyCommandOutput,
|
|
58
|
+
} from "./commands/CreateUsagePlanKeyCommand";
|
|
59
|
+
import {
|
|
60
|
+
CreateVpcLinkCommandInput,
|
|
61
|
+
CreateVpcLinkCommandOutput,
|
|
62
|
+
} from "./commands/CreateVpcLinkCommand";
|
|
63
|
+
import {
|
|
64
|
+
DeleteApiKeyCommandInput,
|
|
65
|
+
DeleteApiKeyCommandOutput,
|
|
66
|
+
} from "./commands/DeleteApiKeyCommand";
|
|
67
|
+
import {
|
|
68
|
+
DeleteAuthorizerCommandInput,
|
|
69
|
+
DeleteAuthorizerCommandOutput,
|
|
70
|
+
} from "./commands/DeleteAuthorizerCommand";
|
|
71
|
+
import {
|
|
72
|
+
DeleteBasePathMappingCommandInput,
|
|
73
|
+
DeleteBasePathMappingCommandOutput,
|
|
74
|
+
} from "./commands/DeleteBasePathMappingCommand";
|
|
75
|
+
import {
|
|
76
|
+
DeleteClientCertificateCommandInput,
|
|
77
|
+
DeleteClientCertificateCommandOutput,
|
|
78
|
+
} from "./commands/DeleteClientCertificateCommand";
|
|
79
|
+
import {
|
|
80
|
+
DeleteDeploymentCommandInput,
|
|
81
|
+
DeleteDeploymentCommandOutput,
|
|
82
|
+
} from "./commands/DeleteDeploymentCommand";
|
|
83
|
+
import {
|
|
84
|
+
DeleteDocumentationPartCommandInput,
|
|
85
|
+
DeleteDocumentationPartCommandOutput,
|
|
86
|
+
} from "./commands/DeleteDocumentationPartCommand";
|
|
87
|
+
import {
|
|
88
|
+
DeleteDocumentationVersionCommandInput,
|
|
89
|
+
DeleteDocumentationVersionCommandOutput,
|
|
90
|
+
} from "./commands/DeleteDocumentationVersionCommand";
|
|
91
|
+
import {
|
|
92
|
+
DeleteDomainNameCommandInput,
|
|
93
|
+
DeleteDomainNameCommandOutput,
|
|
94
|
+
} from "./commands/DeleteDomainNameCommand";
|
|
95
|
+
import {
|
|
96
|
+
DeleteGatewayResponseCommandInput,
|
|
97
|
+
DeleteGatewayResponseCommandOutput,
|
|
98
|
+
} from "./commands/DeleteGatewayResponseCommand";
|
|
99
|
+
import {
|
|
100
|
+
DeleteIntegrationCommandInput,
|
|
101
|
+
DeleteIntegrationCommandOutput,
|
|
102
|
+
} from "./commands/DeleteIntegrationCommand";
|
|
103
|
+
import {
|
|
104
|
+
DeleteIntegrationResponseCommandInput,
|
|
105
|
+
DeleteIntegrationResponseCommandOutput,
|
|
106
|
+
} from "./commands/DeleteIntegrationResponseCommand";
|
|
107
|
+
import {
|
|
108
|
+
DeleteMethodCommandInput,
|
|
109
|
+
DeleteMethodCommandOutput,
|
|
110
|
+
} from "./commands/DeleteMethodCommand";
|
|
111
|
+
import {
|
|
112
|
+
DeleteMethodResponseCommandInput,
|
|
113
|
+
DeleteMethodResponseCommandOutput,
|
|
114
|
+
} from "./commands/DeleteMethodResponseCommand";
|
|
115
|
+
import {
|
|
116
|
+
DeleteModelCommandInput,
|
|
117
|
+
DeleteModelCommandOutput,
|
|
118
|
+
} from "./commands/DeleteModelCommand";
|
|
119
|
+
import {
|
|
120
|
+
DeleteRequestValidatorCommandInput,
|
|
121
|
+
DeleteRequestValidatorCommandOutput,
|
|
122
|
+
} from "./commands/DeleteRequestValidatorCommand";
|
|
123
|
+
import {
|
|
124
|
+
DeleteResourceCommandInput,
|
|
125
|
+
DeleteResourceCommandOutput,
|
|
126
|
+
} from "./commands/DeleteResourceCommand";
|
|
127
|
+
import {
|
|
128
|
+
DeleteRestApiCommandInput,
|
|
129
|
+
DeleteRestApiCommandOutput,
|
|
130
|
+
} from "./commands/DeleteRestApiCommand";
|
|
131
|
+
import {
|
|
132
|
+
DeleteStageCommandInput,
|
|
133
|
+
DeleteStageCommandOutput,
|
|
134
|
+
} from "./commands/DeleteStageCommand";
|
|
135
|
+
import {
|
|
136
|
+
DeleteUsagePlanCommandInput,
|
|
137
|
+
DeleteUsagePlanCommandOutput,
|
|
138
|
+
} from "./commands/DeleteUsagePlanCommand";
|
|
139
|
+
import {
|
|
140
|
+
DeleteUsagePlanKeyCommandInput,
|
|
141
|
+
DeleteUsagePlanKeyCommandOutput,
|
|
142
|
+
} from "./commands/DeleteUsagePlanKeyCommand";
|
|
143
|
+
import {
|
|
144
|
+
DeleteVpcLinkCommandInput,
|
|
145
|
+
DeleteVpcLinkCommandOutput,
|
|
146
|
+
} from "./commands/DeleteVpcLinkCommand";
|
|
147
|
+
import {
|
|
148
|
+
FlushStageAuthorizersCacheCommandInput,
|
|
149
|
+
FlushStageAuthorizersCacheCommandOutput,
|
|
150
|
+
} from "./commands/FlushStageAuthorizersCacheCommand";
|
|
151
|
+
import {
|
|
152
|
+
FlushStageCacheCommandInput,
|
|
153
|
+
FlushStageCacheCommandOutput,
|
|
154
|
+
} from "./commands/FlushStageCacheCommand";
|
|
155
|
+
import {
|
|
156
|
+
GenerateClientCertificateCommandInput,
|
|
157
|
+
GenerateClientCertificateCommandOutput,
|
|
158
|
+
} from "./commands/GenerateClientCertificateCommand";
|
|
159
|
+
import {
|
|
160
|
+
GetAccountCommandInput,
|
|
161
|
+
GetAccountCommandOutput,
|
|
162
|
+
} from "./commands/GetAccountCommand";
|
|
163
|
+
import {
|
|
164
|
+
GetApiKeyCommandInput,
|
|
165
|
+
GetApiKeyCommandOutput,
|
|
166
|
+
} from "./commands/GetApiKeyCommand";
|
|
167
|
+
import {
|
|
168
|
+
GetApiKeysCommandInput,
|
|
169
|
+
GetApiKeysCommandOutput,
|
|
170
|
+
} from "./commands/GetApiKeysCommand";
|
|
171
|
+
import {
|
|
172
|
+
GetAuthorizerCommandInput,
|
|
173
|
+
GetAuthorizerCommandOutput,
|
|
174
|
+
} from "./commands/GetAuthorizerCommand";
|
|
175
|
+
import {
|
|
176
|
+
GetAuthorizersCommandInput,
|
|
177
|
+
GetAuthorizersCommandOutput,
|
|
178
|
+
} from "./commands/GetAuthorizersCommand";
|
|
179
|
+
import {
|
|
180
|
+
GetBasePathMappingCommandInput,
|
|
181
|
+
GetBasePathMappingCommandOutput,
|
|
182
|
+
} from "./commands/GetBasePathMappingCommand";
|
|
183
|
+
import {
|
|
184
|
+
GetBasePathMappingsCommandInput,
|
|
185
|
+
GetBasePathMappingsCommandOutput,
|
|
186
|
+
} from "./commands/GetBasePathMappingsCommand";
|
|
187
|
+
import {
|
|
188
|
+
GetClientCertificateCommandInput,
|
|
189
|
+
GetClientCertificateCommandOutput,
|
|
190
|
+
} from "./commands/GetClientCertificateCommand";
|
|
191
|
+
import {
|
|
192
|
+
GetClientCertificatesCommandInput,
|
|
193
|
+
GetClientCertificatesCommandOutput,
|
|
194
|
+
} from "./commands/GetClientCertificatesCommand";
|
|
195
|
+
import {
|
|
196
|
+
GetDeploymentCommandInput,
|
|
197
|
+
GetDeploymentCommandOutput,
|
|
198
|
+
} from "./commands/GetDeploymentCommand";
|
|
199
|
+
import {
|
|
200
|
+
GetDeploymentsCommandInput,
|
|
201
|
+
GetDeploymentsCommandOutput,
|
|
202
|
+
} from "./commands/GetDeploymentsCommand";
|
|
203
|
+
import {
|
|
204
|
+
GetDocumentationPartCommandInput,
|
|
205
|
+
GetDocumentationPartCommandOutput,
|
|
206
|
+
} from "./commands/GetDocumentationPartCommand";
|
|
207
|
+
import {
|
|
208
|
+
GetDocumentationPartsCommandInput,
|
|
209
|
+
GetDocumentationPartsCommandOutput,
|
|
210
|
+
} from "./commands/GetDocumentationPartsCommand";
|
|
211
|
+
import {
|
|
212
|
+
GetDocumentationVersionCommandInput,
|
|
213
|
+
GetDocumentationVersionCommandOutput,
|
|
214
|
+
} from "./commands/GetDocumentationVersionCommand";
|
|
215
|
+
import {
|
|
216
|
+
GetDocumentationVersionsCommandInput,
|
|
217
|
+
GetDocumentationVersionsCommandOutput,
|
|
218
|
+
} from "./commands/GetDocumentationVersionsCommand";
|
|
219
|
+
import {
|
|
220
|
+
GetDomainNameCommandInput,
|
|
221
|
+
GetDomainNameCommandOutput,
|
|
222
|
+
} from "./commands/GetDomainNameCommand";
|
|
223
|
+
import {
|
|
224
|
+
GetDomainNamesCommandInput,
|
|
225
|
+
GetDomainNamesCommandOutput,
|
|
226
|
+
} from "./commands/GetDomainNamesCommand";
|
|
227
|
+
import {
|
|
228
|
+
GetExportCommandInput,
|
|
229
|
+
GetExportCommandOutput,
|
|
230
|
+
} from "./commands/GetExportCommand";
|
|
231
|
+
import {
|
|
232
|
+
GetGatewayResponseCommandInput,
|
|
233
|
+
GetGatewayResponseCommandOutput,
|
|
234
|
+
} from "./commands/GetGatewayResponseCommand";
|
|
235
|
+
import {
|
|
236
|
+
GetGatewayResponsesCommandInput,
|
|
237
|
+
GetGatewayResponsesCommandOutput,
|
|
238
|
+
} from "./commands/GetGatewayResponsesCommand";
|
|
239
|
+
import {
|
|
240
|
+
GetIntegrationCommandInput,
|
|
241
|
+
GetIntegrationCommandOutput,
|
|
242
|
+
} from "./commands/GetIntegrationCommand";
|
|
243
|
+
import {
|
|
244
|
+
GetIntegrationResponseCommandInput,
|
|
245
|
+
GetIntegrationResponseCommandOutput,
|
|
246
|
+
} from "./commands/GetIntegrationResponseCommand";
|
|
247
|
+
import {
|
|
248
|
+
GetMethodCommandInput,
|
|
249
|
+
GetMethodCommandOutput,
|
|
250
|
+
} from "./commands/GetMethodCommand";
|
|
251
|
+
import {
|
|
252
|
+
GetMethodResponseCommandInput,
|
|
253
|
+
GetMethodResponseCommandOutput,
|
|
254
|
+
} from "./commands/GetMethodResponseCommand";
|
|
255
|
+
import {
|
|
256
|
+
GetModelCommandInput,
|
|
257
|
+
GetModelCommandOutput,
|
|
258
|
+
} from "./commands/GetModelCommand";
|
|
259
|
+
import {
|
|
260
|
+
GetModelsCommandInput,
|
|
261
|
+
GetModelsCommandOutput,
|
|
262
|
+
} from "./commands/GetModelsCommand";
|
|
263
|
+
import {
|
|
264
|
+
GetModelTemplateCommandInput,
|
|
265
|
+
GetModelTemplateCommandOutput,
|
|
266
|
+
} from "./commands/GetModelTemplateCommand";
|
|
267
|
+
import {
|
|
268
|
+
GetRequestValidatorCommandInput,
|
|
269
|
+
GetRequestValidatorCommandOutput,
|
|
270
|
+
} from "./commands/GetRequestValidatorCommand";
|
|
271
|
+
import {
|
|
272
|
+
GetRequestValidatorsCommandInput,
|
|
273
|
+
GetRequestValidatorsCommandOutput,
|
|
274
|
+
} from "./commands/GetRequestValidatorsCommand";
|
|
275
|
+
import {
|
|
276
|
+
GetResourceCommandInput,
|
|
277
|
+
GetResourceCommandOutput,
|
|
278
|
+
} from "./commands/GetResourceCommand";
|
|
279
|
+
import {
|
|
280
|
+
GetResourcesCommandInput,
|
|
281
|
+
GetResourcesCommandOutput,
|
|
282
|
+
} from "./commands/GetResourcesCommand";
|
|
283
|
+
import {
|
|
284
|
+
GetRestApiCommandInput,
|
|
285
|
+
GetRestApiCommandOutput,
|
|
286
|
+
} from "./commands/GetRestApiCommand";
|
|
287
|
+
import {
|
|
288
|
+
GetRestApisCommandInput,
|
|
289
|
+
GetRestApisCommandOutput,
|
|
290
|
+
} from "./commands/GetRestApisCommand";
|
|
291
|
+
import {
|
|
292
|
+
GetSdkCommandInput,
|
|
293
|
+
GetSdkCommandOutput,
|
|
294
|
+
} from "./commands/GetSdkCommand";
|
|
295
|
+
import {
|
|
296
|
+
GetSdkTypeCommandInput,
|
|
297
|
+
GetSdkTypeCommandOutput,
|
|
298
|
+
} from "./commands/GetSdkTypeCommand";
|
|
299
|
+
import {
|
|
300
|
+
GetSdkTypesCommandInput,
|
|
301
|
+
GetSdkTypesCommandOutput,
|
|
302
|
+
} from "./commands/GetSdkTypesCommand";
|
|
303
|
+
import {
|
|
304
|
+
GetStageCommandInput,
|
|
305
|
+
GetStageCommandOutput,
|
|
306
|
+
} from "./commands/GetStageCommand";
|
|
307
|
+
import {
|
|
308
|
+
GetStagesCommandInput,
|
|
309
|
+
GetStagesCommandOutput,
|
|
310
|
+
} from "./commands/GetStagesCommand";
|
|
311
|
+
import {
|
|
312
|
+
GetTagsCommandInput,
|
|
313
|
+
GetTagsCommandOutput,
|
|
314
|
+
} from "./commands/GetTagsCommand";
|
|
315
|
+
import {
|
|
316
|
+
GetUsageCommandInput,
|
|
317
|
+
GetUsageCommandOutput,
|
|
318
|
+
} from "./commands/GetUsageCommand";
|
|
319
|
+
import {
|
|
320
|
+
GetUsagePlanCommandInput,
|
|
321
|
+
GetUsagePlanCommandOutput,
|
|
322
|
+
} from "./commands/GetUsagePlanCommand";
|
|
323
|
+
import {
|
|
324
|
+
GetUsagePlanKeyCommandInput,
|
|
325
|
+
GetUsagePlanKeyCommandOutput,
|
|
326
|
+
} from "./commands/GetUsagePlanKeyCommand";
|
|
327
|
+
import {
|
|
328
|
+
GetUsagePlanKeysCommandInput,
|
|
329
|
+
GetUsagePlanKeysCommandOutput,
|
|
330
|
+
} from "./commands/GetUsagePlanKeysCommand";
|
|
331
|
+
import {
|
|
332
|
+
GetUsagePlansCommandInput,
|
|
333
|
+
GetUsagePlansCommandOutput,
|
|
334
|
+
} from "./commands/GetUsagePlansCommand";
|
|
335
|
+
import {
|
|
336
|
+
GetVpcLinkCommandInput,
|
|
337
|
+
GetVpcLinkCommandOutput,
|
|
338
|
+
} from "./commands/GetVpcLinkCommand";
|
|
339
|
+
import {
|
|
340
|
+
GetVpcLinksCommandInput,
|
|
341
|
+
GetVpcLinksCommandOutput,
|
|
342
|
+
} from "./commands/GetVpcLinksCommand";
|
|
343
|
+
import {
|
|
344
|
+
ImportApiKeysCommandInput,
|
|
345
|
+
ImportApiKeysCommandOutput,
|
|
346
|
+
} from "./commands/ImportApiKeysCommand";
|
|
347
|
+
import {
|
|
348
|
+
ImportDocumentationPartsCommandInput,
|
|
349
|
+
ImportDocumentationPartsCommandOutput,
|
|
350
|
+
} from "./commands/ImportDocumentationPartsCommand";
|
|
351
|
+
import {
|
|
352
|
+
ImportRestApiCommandInput,
|
|
353
|
+
ImportRestApiCommandOutput,
|
|
354
|
+
} from "./commands/ImportRestApiCommand";
|
|
355
|
+
import {
|
|
356
|
+
PutGatewayResponseCommandInput,
|
|
357
|
+
PutGatewayResponseCommandOutput,
|
|
358
|
+
} from "./commands/PutGatewayResponseCommand";
|
|
359
|
+
import {
|
|
360
|
+
PutIntegrationCommandInput,
|
|
361
|
+
PutIntegrationCommandOutput,
|
|
362
|
+
} from "./commands/PutIntegrationCommand";
|
|
363
|
+
import {
|
|
364
|
+
PutIntegrationResponseCommandInput,
|
|
365
|
+
PutIntegrationResponseCommandOutput,
|
|
366
|
+
} from "./commands/PutIntegrationResponseCommand";
|
|
367
|
+
import {
|
|
368
|
+
PutMethodCommandInput,
|
|
369
|
+
PutMethodCommandOutput,
|
|
370
|
+
} from "./commands/PutMethodCommand";
|
|
371
|
+
import {
|
|
372
|
+
PutMethodResponseCommandInput,
|
|
373
|
+
PutMethodResponseCommandOutput,
|
|
374
|
+
} from "./commands/PutMethodResponseCommand";
|
|
375
|
+
import {
|
|
376
|
+
PutRestApiCommandInput,
|
|
377
|
+
PutRestApiCommandOutput,
|
|
378
|
+
} from "./commands/PutRestApiCommand";
|
|
379
|
+
import {
|
|
380
|
+
TagResourceCommandInput,
|
|
381
|
+
TagResourceCommandOutput,
|
|
382
|
+
} from "./commands/TagResourceCommand";
|
|
383
|
+
import {
|
|
384
|
+
TestInvokeAuthorizerCommandInput,
|
|
385
|
+
TestInvokeAuthorizerCommandOutput,
|
|
386
|
+
} from "./commands/TestInvokeAuthorizerCommand";
|
|
387
|
+
import {
|
|
388
|
+
TestInvokeMethodCommandInput,
|
|
389
|
+
TestInvokeMethodCommandOutput,
|
|
390
|
+
} from "./commands/TestInvokeMethodCommand";
|
|
391
|
+
import {
|
|
392
|
+
UntagResourceCommandInput,
|
|
393
|
+
UntagResourceCommandOutput,
|
|
394
|
+
} from "./commands/UntagResourceCommand";
|
|
395
|
+
import {
|
|
396
|
+
UpdateAccountCommandInput,
|
|
397
|
+
UpdateAccountCommandOutput,
|
|
398
|
+
} from "./commands/UpdateAccountCommand";
|
|
399
|
+
import {
|
|
400
|
+
UpdateApiKeyCommandInput,
|
|
401
|
+
UpdateApiKeyCommandOutput,
|
|
402
|
+
} from "./commands/UpdateApiKeyCommand";
|
|
403
|
+
import {
|
|
404
|
+
UpdateAuthorizerCommandInput,
|
|
405
|
+
UpdateAuthorizerCommandOutput,
|
|
406
|
+
} from "./commands/UpdateAuthorizerCommand";
|
|
407
|
+
import {
|
|
408
|
+
UpdateBasePathMappingCommandInput,
|
|
409
|
+
UpdateBasePathMappingCommandOutput,
|
|
410
|
+
} from "./commands/UpdateBasePathMappingCommand";
|
|
411
|
+
import {
|
|
412
|
+
UpdateClientCertificateCommandInput,
|
|
413
|
+
UpdateClientCertificateCommandOutput,
|
|
414
|
+
} from "./commands/UpdateClientCertificateCommand";
|
|
415
|
+
import {
|
|
416
|
+
UpdateDeploymentCommandInput,
|
|
417
|
+
UpdateDeploymentCommandOutput,
|
|
418
|
+
} from "./commands/UpdateDeploymentCommand";
|
|
419
|
+
import {
|
|
420
|
+
UpdateDocumentationPartCommandInput,
|
|
421
|
+
UpdateDocumentationPartCommandOutput,
|
|
422
|
+
} from "./commands/UpdateDocumentationPartCommand";
|
|
423
|
+
import {
|
|
424
|
+
UpdateDocumentationVersionCommandInput,
|
|
425
|
+
UpdateDocumentationVersionCommandOutput,
|
|
426
|
+
} from "./commands/UpdateDocumentationVersionCommand";
|
|
427
|
+
import {
|
|
428
|
+
UpdateDomainNameCommandInput,
|
|
429
|
+
UpdateDomainNameCommandOutput,
|
|
430
|
+
} from "./commands/UpdateDomainNameCommand";
|
|
431
|
+
import {
|
|
432
|
+
UpdateGatewayResponseCommandInput,
|
|
433
|
+
UpdateGatewayResponseCommandOutput,
|
|
434
|
+
} from "./commands/UpdateGatewayResponseCommand";
|
|
435
|
+
import {
|
|
436
|
+
UpdateIntegrationCommandInput,
|
|
437
|
+
UpdateIntegrationCommandOutput,
|
|
438
|
+
} from "./commands/UpdateIntegrationCommand";
|
|
439
|
+
import {
|
|
440
|
+
UpdateIntegrationResponseCommandInput,
|
|
441
|
+
UpdateIntegrationResponseCommandOutput,
|
|
442
|
+
} from "./commands/UpdateIntegrationResponseCommand";
|
|
443
|
+
import {
|
|
444
|
+
UpdateMethodCommandInput,
|
|
445
|
+
UpdateMethodCommandOutput,
|
|
446
|
+
} from "./commands/UpdateMethodCommand";
|
|
447
|
+
import {
|
|
448
|
+
UpdateMethodResponseCommandInput,
|
|
449
|
+
UpdateMethodResponseCommandOutput,
|
|
450
|
+
} from "./commands/UpdateMethodResponseCommand";
|
|
451
|
+
import {
|
|
452
|
+
UpdateModelCommandInput,
|
|
453
|
+
UpdateModelCommandOutput,
|
|
454
|
+
} from "./commands/UpdateModelCommand";
|
|
455
|
+
import {
|
|
456
|
+
UpdateRequestValidatorCommandInput,
|
|
457
|
+
UpdateRequestValidatorCommandOutput,
|
|
458
|
+
} from "./commands/UpdateRequestValidatorCommand";
|
|
459
|
+
import {
|
|
460
|
+
UpdateResourceCommandInput,
|
|
461
|
+
UpdateResourceCommandOutput,
|
|
462
|
+
} from "./commands/UpdateResourceCommand";
|
|
463
|
+
import {
|
|
464
|
+
UpdateRestApiCommandInput,
|
|
465
|
+
UpdateRestApiCommandOutput,
|
|
466
|
+
} from "./commands/UpdateRestApiCommand";
|
|
467
|
+
import {
|
|
468
|
+
UpdateStageCommandInput,
|
|
469
|
+
UpdateStageCommandOutput,
|
|
470
|
+
} from "./commands/UpdateStageCommand";
|
|
471
|
+
import {
|
|
472
|
+
UpdateUsageCommandInput,
|
|
473
|
+
UpdateUsageCommandOutput,
|
|
474
|
+
} from "./commands/UpdateUsageCommand";
|
|
475
|
+
import {
|
|
476
|
+
UpdateUsagePlanCommandInput,
|
|
477
|
+
UpdateUsagePlanCommandOutput,
|
|
478
|
+
} from "./commands/UpdateUsagePlanCommand";
|
|
479
|
+
import {
|
|
480
|
+
UpdateVpcLinkCommandInput,
|
|
481
|
+
UpdateVpcLinkCommandOutput,
|
|
482
|
+
} from "./commands/UpdateVpcLinkCommand";
|
|
483
|
+
|
|
484
|
+
export declare class APIGateway extends APIGatewayClient {
|
|
485
|
+
createApiKey(
|
|
486
|
+
args: CreateApiKeyCommandInput,
|
|
487
|
+
options?: __HttpHandlerOptions
|
|
488
|
+
): Promise<CreateApiKeyCommandOutput>;
|
|
489
|
+
createApiKey(
|
|
490
|
+
args: CreateApiKeyCommandInput,
|
|
491
|
+
cb: (err: any, data?: CreateApiKeyCommandOutput) => void
|
|
492
|
+
): void;
|
|
493
|
+
createApiKey(
|
|
494
|
+
args: CreateApiKeyCommandInput,
|
|
495
|
+
options: __HttpHandlerOptions,
|
|
496
|
+
cb: (err: any, data?: CreateApiKeyCommandOutput) => void
|
|
497
|
+
): void;
|
|
498
|
+
|
|
499
|
+
createAuthorizer(
|
|
500
|
+
args: CreateAuthorizerCommandInput,
|
|
501
|
+
options?: __HttpHandlerOptions
|
|
502
|
+
): Promise<CreateAuthorizerCommandOutput>;
|
|
503
|
+
createAuthorizer(
|
|
504
|
+
args: CreateAuthorizerCommandInput,
|
|
505
|
+
cb: (err: any, data?: CreateAuthorizerCommandOutput) => void
|
|
506
|
+
): void;
|
|
507
|
+
createAuthorizer(
|
|
508
|
+
args: CreateAuthorizerCommandInput,
|
|
509
|
+
options: __HttpHandlerOptions,
|
|
510
|
+
cb: (err: any, data?: CreateAuthorizerCommandOutput) => void
|
|
511
|
+
): void;
|
|
512
|
+
|
|
513
|
+
createBasePathMapping(
|
|
514
|
+
args: CreateBasePathMappingCommandInput,
|
|
515
|
+
options?: __HttpHandlerOptions
|
|
516
|
+
): Promise<CreateBasePathMappingCommandOutput>;
|
|
517
|
+
createBasePathMapping(
|
|
518
|
+
args: CreateBasePathMappingCommandInput,
|
|
519
|
+
cb: (err: any, data?: CreateBasePathMappingCommandOutput) => void
|
|
520
|
+
): void;
|
|
521
|
+
createBasePathMapping(
|
|
522
|
+
args: CreateBasePathMappingCommandInput,
|
|
523
|
+
options: __HttpHandlerOptions,
|
|
524
|
+
cb: (err: any, data?: CreateBasePathMappingCommandOutput) => void
|
|
525
|
+
): void;
|
|
526
|
+
|
|
527
|
+
createDeployment(
|
|
528
|
+
args: CreateDeploymentCommandInput,
|
|
529
|
+
options?: __HttpHandlerOptions
|
|
530
|
+
): Promise<CreateDeploymentCommandOutput>;
|
|
531
|
+
createDeployment(
|
|
532
|
+
args: CreateDeploymentCommandInput,
|
|
533
|
+
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
534
|
+
): void;
|
|
535
|
+
createDeployment(
|
|
536
|
+
args: CreateDeploymentCommandInput,
|
|
537
|
+
options: __HttpHandlerOptions,
|
|
538
|
+
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
539
|
+
): void;
|
|
540
|
+
|
|
541
|
+
createDocumentationPart(
|
|
542
|
+
args: CreateDocumentationPartCommandInput,
|
|
543
|
+
options?: __HttpHandlerOptions
|
|
544
|
+
): Promise<CreateDocumentationPartCommandOutput>;
|
|
545
|
+
createDocumentationPart(
|
|
546
|
+
args: CreateDocumentationPartCommandInput,
|
|
547
|
+
cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void
|
|
548
|
+
): void;
|
|
549
|
+
createDocumentationPart(
|
|
550
|
+
args: CreateDocumentationPartCommandInput,
|
|
551
|
+
options: __HttpHandlerOptions,
|
|
552
|
+
cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void
|
|
553
|
+
): void;
|
|
554
|
+
|
|
555
|
+
createDocumentationVersion(
|
|
556
|
+
args: CreateDocumentationVersionCommandInput,
|
|
557
|
+
options?: __HttpHandlerOptions
|
|
558
|
+
): Promise<CreateDocumentationVersionCommandOutput>;
|
|
559
|
+
createDocumentationVersion(
|
|
560
|
+
args: CreateDocumentationVersionCommandInput,
|
|
561
|
+
cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void
|
|
562
|
+
): void;
|
|
563
|
+
createDocumentationVersion(
|
|
564
|
+
args: CreateDocumentationVersionCommandInput,
|
|
565
|
+
options: __HttpHandlerOptions,
|
|
566
|
+
cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void
|
|
567
|
+
): void;
|
|
568
|
+
|
|
569
|
+
createDomainName(
|
|
570
|
+
args: CreateDomainNameCommandInput,
|
|
571
|
+
options?: __HttpHandlerOptions
|
|
572
|
+
): Promise<CreateDomainNameCommandOutput>;
|
|
573
|
+
createDomainName(
|
|
574
|
+
args: CreateDomainNameCommandInput,
|
|
575
|
+
cb: (err: any, data?: CreateDomainNameCommandOutput) => void
|
|
576
|
+
): void;
|
|
577
|
+
createDomainName(
|
|
578
|
+
args: CreateDomainNameCommandInput,
|
|
579
|
+
options: __HttpHandlerOptions,
|
|
580
|
+
cb: (err: any, data?: CreateDomainNameCommandOutput) => void
|
|
581
|
+
): void;
|
|
582
|
+
|
|
583
|
+
createModel(
|
|
584
|
+
args: CreateModelCommandInput,
|
|
585
|
+
options?: __HttpHandlerOptions
|
|
586
|
+
): Promise<CreateModelCommandOutput>;
|
|
587
|
+
createModel(
|
|
588
|
+
args: CreateModelCommandInput,
|
|
589
|
+
cb: (err: any, data?: CreateModelCommandOutput) => void
|
|
590
|
+
): void;
|
|
591
|
+
createModel(
|
|
592
|
+
args: CreateModelCommandInput,
|
|
593
|
+
options: __HttpHandlerOptions,
|
|
594
|
+
cb: (err: any, data?: CreateModelCommandOutput) => void
|
|
595
|
+
): void;
|
|
596
|
+
|
|
597
|
+
createRequestValidator(
|
|
598
|
+
args: CreateRequestValidatorCommandInput,
|
|
599
|
+
options?: __HttpHandlerOptions
|
|
600
|
+
): Promise<CreateRequestValidatorCommandOutput>;
|
|
601
|
+
createRequestValidator(
|
|
602
|
+
args: CreateRequestValidatorCommandInput,
|
|
603
|
+
cb: (err: any, data?: CreateRequestValidatorCommandOutput) => void
|
|
604
|
+
): void;
|
|
605
|
+
createRequestValidator(
|
|
606
|
+
args: CreateRequestValidatorCommandInput,
|
|
607
|
+
options: __HttpHandlerOptions,
|
|
608
|
+
cb: (err: any, data?: CreateRequestValidatorCommandOutput) => void
|
|
609
|
+
): void;
|
|
610
|
+
|
|
611
|
+
createResource(
|
|
612
|
+
args: CreateResourceCommandInput,
|
|
613
|
+
options?: __HttpHandlerOptions
|
|
614
|
+
): Promise<CreateResourceCommandOutput>;
|
|
615
|
+
createResource(
|
|
616
|
+
args: CreateResourceCommandInput,
|
|
617
|
+
cb: (err: any, data?: CreateResourceCommandOutput) => void
|
|
618
|
+
): void;
|
|
619
|
+
createResource(
|
|
620
|
+
args: CreateResourceCommandInput,
|
|
621
|
+
options: __HttpHandlerOptions,
|
|
622
|
+
cb: (err: any, data?: CreateResourceCommandOutput) => void
|
|
623
|
+
): void;
|
|
624
|
+
|
|
625
|
+
createRestApi(
|
|
626
|
+
args: CreateRestApiCommandInput,
|
|
627
|
+
options?: __HttpHandlerOptions
|
|
628
|
+
): Promise<CreateRestApiCommandOutput>;
|
|
629
|
+
createRestApi(
|
|
630
|
+
args: CreateRestApiCommandInput,
|
|
631
|
+
cb: (err: any, data?: CreateRestApiCommandOutput) => void
|
|
632
|
+
): void;
|
|
633
|
+
createRestApi(
|
|
634
|
+
args: CreateRestApiCommandInput,
|
|
635
|
+
options: __HttpHandlerOptions,
|
|
636
|
+
cb: (err: any, data?: CreateRestApiCommandOutput) => void
|
|
637
|
+
): void;
|
|
638
|
+
|
|
639
|
+
createStage(
|
|
640
|
+
args: CreateStageCommandInput,
|
|
641
|
+
options?: __HttpHandlerOptions
|
|
642
|
+
): Promise<CreateStageCommandOutput>;
|
|
643
|
+
createStage(
|
|
644
|
+
args: CreateStageCommandInput,
|
|
645
|
+
cb: (err: any, data?: CreateStageCommandOutput) => void
|
|
646
|
+
): void;
|
|
647
|
+
createStage(
|
|
648
|
+
args: CreateStageCommandInput,
|
|
649
|
+
options: __HttpHandlerOptions,
|
|
650
|
+
cb: (err: any, data?: CreateStageCommandOutput) => void
|
|
651
|
+
): void;
|
|
652
|
+
|
|
653
|
+
createUsagePlan(
|
|
654
|
+
args: CreateUsagePlanCommandInput,
|
|
655
|
+
options?: __HttpHandlerOptions
|
|
656
|
+
): Promise<CreateUsagePlanCommandOutput>;
|
|
657
|
+
createUsagePlan(
|
|
658
|
+
args: CreateUsagePlanCommandInput,
|
|
659
|
+
cb: (err: any, data?: CreateUsagePlanCommandOutput) => void
|
|
660
|
+
): void;
|
|
661
|
+
createUsagePlan(
|
|
662
|
+
args: CreateUsagePlanCommandInput,
|
|
663
|
+
options: __HttpHandlerOptions,
|
|
664
|
+
cb: (err: any, data?: CreateUsagePlanCommandOutput) => void
|
|
665
|
+
): void;
|
|
666
|
+
|
|
667
|
+
createUsagePlanKey(
|
|
668
|
+
args: CreateUsagePlanKeyCommandInput,
|
|
669
|
+
options?: __HttpHandlerOptions
|
|
670
|
+
): Promise<CreateUsagePlanKeyCommandOutput>;
|
|
671
|
+
createUsagePlanKey(
|
|
672
|
+
args: CreateUsagePlanKeyCommandInput,
|
|
673
|
+
cb: (err: any, data?: CreateUsagePlanKeyCommandOutput) => void
|
|
674
|
+
): void;
|
|
675
|
+
createUsagePlanKey(
|
|
676
|
+
args: CreateUsagePlanKeyCommandInput,
|
|
677
|
+
options: __HttpHandlerOptions,
|
|
678
|
+
cb: (err: any, data?: CreateUsagePlanKeyCommandOutput) => void
|
|
679
|
+
): void;
|
|
680
|
+
|
|
681
|
+
createVpcLink(
|
|
682
|
+
args: CreateVpcLinkCommandInput,
|
|
683
|
+
options?: __HttpHandlerOptions
|
|
684
|
+
): Promise<CreateVpcLinkCommandOutput>;
|
|
685
|
+
createVpcLink(
|
|
686
|
+
args: CreateVpcLinkCommandInput,
|
|
687
|
+
cb: (err: any, data?: CreateVpcLinkCommandOutput) => void
|
|
688
|
+
): void;
|
|
689
|
+
createVpcLink(
|
|
690
|
+
args: CreateVpcLinkCommandInput,
|
|
691
|
+
options: __HttpHandlerOptions,
|
|
692
|
+
cb: (err: any, data?: CreateVpcLinkCommandOutput) => void
|
|
693
|
+
): void;
|
|
694
|
+
|
|
695
|
+
deleteApiKey(
|
|
696
|
+
args: DeleteApiKeyCommandInput,
|
|
697
|
+
options?: __HttpHandlerOptions
|
|
698
|
+
): Promise<DeleteApiKeyCommandOutput>;
|
|
699
|
+
deleteApiKey(
|
|
700
|
+
args: DeleteApiKeyCommandInput,
|
|
701
|
+
cb: (err: any, data?: DeleteApiKeyCommandOutput) => void
|
|
702
|
+
): void;
|
|
703
|
+
deleteApiKey(
|
|
704
|
+
args: DeleteApiKeyCommandInput,
|
|
705
|
+
options: __HttpHandlerOptions,
|
|
706
|
+
cb: (err: any, data?: DeleteApiKeyCommandOutput) => void
|
|
707
|
+
): void;
|
|
708
|
+
|
|
709
|
+
deleteAuthorizer(
|
|
710
|
+
args: DeleteAuthorizerCommandInput,
|
|
711
|
+
options?: __HttpHandlerOptions
|
|
712
|
+
): Promise<DeleteAuthorizerCommandOutput>;
|
|
713
|
+
deleteAuthorizer(
|
|
714
|
+
args: DeleteAuthorizerCommandInput,
|
|
715
|
+
cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void
|
|
716
|
+
): void;
|
|
717
|
+
deleteAuthorizer(
|
|
718
|
+
args: DeleteAuthorizerCommandInput,
|
|
719
|
+
options: __HttpHandlerOptions,
|
|
720
|
+
cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void
|
|
721
|
+
): void;
|
|
722
|
+
|
|
723
|
+
deleteBasePathMapping(
|
|
724
|
+
args: DeleteBasePathMappingCommandInput,
|
|
725
|
+
options?: __HttpHandlerOptions
|
|
726
|
+
): Promise<DeleteBasePathMappingCommandOutput>;
|
|
727
|
+
deleteBasePathMapping(
|
|
728
|
+
args: DeleteBasePathMappingCommandInput,
|
|
729
|
+
cb: (err: any, data?: DeleteBasePathMappingCommandOutput) => void
|
|
730
|
+
): void;
|
|
731
|
+
deleteBasePathMapping(
|
|
732
|
+
args: DeleteBasePathMappingCommandInput,
|
|
733
|
+
options: __HttpHandlerOptions,
|
|
734
|
+
cb: (err: any, data?: DeleteBasePathMappingCommandOutput) => void
|
|
735
|
+
): void;
|
|
736
|
+
|
|
737
|
+
deleteClientCertificate(
|
|
738
|
+
args: DeleteClientCertificateCommandInput,
|
|
739
|
+
options?: __HttpHandlerOptions
|
|
740
|
+
): Promise<DeleteClientCertificateCommandOutput>;
|
|
741
|
+
deleteClientCertificate(
|
|
742
|
+
args: DeleteClientCertificateCommandInput,
|
|
743
|
+
cb: (err: any, data?: DeleteClientCertificateCommandOutput) => void
|
|
744
|
+
): void;
|
|
745
|
+
deleteClientCertificate(
|
|
746
|
+
args: DeleteClientCertificateCommandInput,
|
|
747
|
+
options: __HttpHandlerOptions,
|
|
748
|
+
cb: (err: any, data?: DeleteClientCertificateCommandOutput) => void
|
|
749
|
+
): void;
|
|
750
|
+
|
|
751
|
+
deleteDeployment(
|
|
752
|
+
args: DeleteDeploymentCommandInput,
|
|
753
|
+
options?: __HttpHandlerOptions
|
|
754
|
+
): Promise<DeleteDeploymentCommandOutput>;
|
|
755
|
+
deleteDeployment(
|
|
756
|
+
args: DeleteDeploymentCommandInput,
|
|
757
|
+
cb: (err: any, data?: DeleteDeploymentCommandOutput) => void
|
|
758
|
+
): void;
|
|
759
|
+
deleteDeployment(
|
|
760
|
+
args: DeleteDeploymentCommandInput,
|
|
761
|
+
options: __HttpHandlerOptions,
|
|
762
|
+
cb: (err: any, data?: DeleteDeploymentCommandOutput) => void
|
|
763
|
+
): void;
|
|
764
|
+
|
|
765
|
+
deleteDocumentationPart(
|
|
766
|
+
args: DeleteDocumentationPartCommandInput,
|
|
767
|
+
options?: __HttpHandlerOptions
|
|
768
|
+
): Promise<DeleteDocumentationPartCommandOutput>;
|
|
769
|
+
deleteDocumentationPart(
|
|
770
|
+
args: DeleteDocumentationPartCommandInput,
|
|
771
|
+
cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void
|
|
772
|
+
): void;
|
|
773
|
+
deleteDocumentationPart(
|
|
774
|
+
args: DeleteDocumentationPartCommandInput,
|
|
775
|
+
options: __HttpHandlerOptions,
|
|
776
|
+
cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void
|
|
777
|
+
): void;
|
|
778
|
+
|
|
779
|
+
deleteDocumentationVersion(
|
|
780
|
+
args: DeleteDocumentationVersionCommandInput,
|
|
781
|
+
options?: __HttpHandlerOptions
|
|
782
|
+
): Promise<DeleteDocumentationVersionCommandOutput>;
|
|
783
|
+
deleteDocumentationVersion(
|
|
784
|
+
args: DeleteDocumentationVersionCommandInput,
|
|
785
|
+
cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void
|
|
786
|
+
): void;
|
|
787
|
+
deleteDocumentationVersion(
|
|
788
|
+
args: DeleteDocumentationVersionCommandInput,
|
|
789
|
+
options: __HttpHandlerOptions,
|
|
790
|
+
cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void
|
|
791
|
+
): void;
|
|
792
|
+
|
|
793
|
+
deleteDomainName(
|
|
794
|
+
args: DeleteDomainNameCommandInput,
|
|
795
|
+
options?: __HttpHandlerOptions
|
|
796
|
+
): Promise<DeleteDomainNameCommandOutput>;
|
|
797
|
+
deleteDomainName(
|
|
798
|
+
args: DeleteDomainNameCommandInput,
|
|
799
|
+
cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
|
|
800
|
+
): void;
|
|
801
|
+
deleteDomainName(
|
|
802
|
+
args: DeleteDomainNameCommandInput,
|
|
803
|
+
options: __HttpHandlerOptions,
|
|
804
|
+
cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
|
|
805
|
+
): void;
|
|
806
|
+
|
|
807
|
+
deleteGatewayResponse(
|
|
808
|
+
args: DeleteGatewayResponseCommandInput,
|
|
809
|
+
options?: __HttpHandlerOptions
|
|
810
|
+
): Promise<DeleteGatewayResponseCommandOutput>;
|
|
811
|
+
deleteGatewayResponse(
|
|
812
|
+
args: DeleteGatewayResponseCommandInput,
|
|
813
|
+
cb: (err: any, data?: DeleteGatewayResponseCommandOutput) => void
|
|
814
|
+
): void;
|
|
815
|
+
deleteGatewayResponse(
|
|
816
|
+
args: DeleteGatewayResponseCommandInput,
|
|
817
|
+
options: __HttpHandlerOptions,
|
|
818
|
+
cb: (err: any, data?: DeleteGatewayResponseCommandOutput) => void
|
|
819
|
+
): void;
|
|
820
|
+
|
|
821
|
+
deleteIntegration(
|
|
822
|
+
args: DeleteIntegrationCommandInput,
|
|
823
|
+
options?: __HttpHandlerOptions
|
|
824
|
+
): Promise<DeleteIntegrationCommandOutput>;
|
|
825
|
+
deleteIntegration(
|
|
826
|
+
args: DeleteIntegrationCommandInput,
|
|
827
|
+
cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
|
|
828
|
+
): void;
|
|
829
|
+
deleteIntegration(
|
|
830
|
+
args: DeleteIntegrationCommandInput,
|
|
831
|
+
options: __HttpHandlerOptions,
|
|
832
|
+
cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
|
|
833
|
+
): void;
|
|
834
|
+
|
|
835
|
+
deleteIntegrationResponse(
|
|
836
|
+
args: DeleteIntegrationResponseCommandInput,
|
|
837
|
+
options?: __HttpHandlerOptions
|
|
838
|
+
): Promise<DeleteIntegrationResponseCommandOutput>;
|
|
839
|
+
deleteIntegrationResponse(
|
|
840
|
+
args: DeleteIntegrationResponseCommandInput,
|
|
841
|
+
cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void
|
|
842
|
+
): void;
|
|
843
|
+
deleteIntegrationResponse(
|
|
844
|
+
args: DeleteIntegrationResponseCommandInput,
|
|
845
|
+
options: __HttpHandlerOptions,
|
|
846
|
+
cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void
|
|
847
|
+
): void;
|
|
848
|
+
|
|
849
|
+
deleteMethod(
|
|
850
|
+
args: DeleteMethodCommandInput,
|
|
851
|
+
options?: __HttpHandlerOptions
|
|
852
|
+
): Promise<DeleteMethodCommandOutput>;
|
|
853
|
+
deleteMethod(
|
|
854
|
+
args: DeleteMethodCommandInput,
|
|
855
|
+
cb: (err: any, data?: DeleteMethodCommandOutput) => void
|
|
856
|
+
): void;
|
|
857
|
+
deleteMethod(
|
|
858
|
+
args: DeleteMethodCommandInput,
|
|
859
|
+
options: __HttpHandlerOptions,
|
|
860
|
+
cb: (err: any, data?: DeleteMethodCommandOutput) => void
|
|
861
|
+
): void;
|
|
862
|
+
|
|
863
|
+
deleteMethodResponse(
|
|
864
|
+
args: DeleteMethodResponseCommandInput,
|
|
865
|
+
options?: __HttpHandlerOptions
|
|
866
|
+
): Promise<DeleteMethodResponseCommandOutput>;
|
|
867
|
+
deleteMethodResponse(
|
|
868
|
+
args: DeleteMethodResponseCommandInput,
|
|
869
|
+
cb: (err: any, data?: DeleteMethodResponseCommandOutput) => void
|
|
870
|
+
): void;
|
|
871
|
+
deleteMethodResponse(
|
|
872
|
+
args: DeleteMethodResponseCommandInput,
|
|
873
|
+
options: __HttpHandlerOptions,
|
|
874
|
+
cb: (err: any, data?: DeleteMethodResponseCommandOutput) => void
|
|
875
|
+
): void;
|
|
876
|
+
|
|
877
|
+
deleteModel(
|
|
878
|
+
args: DeleteModelCommandInput,
|
|
879
|
+
options?: __HttpHandlerOptions
|
|
880
|
+
): Promise<DeleteModelCommandOutput>;
|
|
881
|
+
deleteModel(
|
|
882
|
+
args: DeleteModelCommandInput,
|
|
883
|
+
cb: (err: any, data?: DeleteModelCommandOutput) => void
|
|
884
|
+
): void;
|
|
885
|
+
deleteModel(
|
|
886
|
+
args: DeleteModelCommandInput,
|
|
887
|
+
options: __HttpHandlerOptions,
|
|
888
|
+
cb: (err: any, data?: DeleteModelCommandOutput) => void
|
|
889
|
+
): void;
|
|
890
|
+
|
|
891
|
+
deleteRequestValidator(
|
|
892
|
+
args: DeleteRequestValidatorCommandInput,
|
|
893
|
+
options?: __HttpHandlerOptions
|
|
894
|
+
): Promise<DeleteRequestValidatorCommandOutput>;
|
|
895
|
+
deleteRequestValidator(
|
|
896
|
+
args: DeleteRequestValidatorCommandInput,
|
|
897
|
+
cb: (err: any, data?: DeleteRequestValidatorCommandOutput) => void
|
|
898
|
+
): void;
|
|
899
|
+
deleteRequestValidator(
|
|
900
|
+
args: DeleteRequestValidatorCommandInput,
|
|
901
|
+
options: __HttpHandlerOptions,
|
|
902
|
+
cb: (err: any, data?: DeleteRequestValidatorCommandOutput) => void
|
|
903
|
+
): void;
|
|
904
|
+
|
|
905
|
+
deleteResource(
|
|
906
|
+
args: DeleteResourceCommandInput,
|
|
907
|
+
options?: __HttpHandlerOptions
|
|
908
|
+
): Promise<DeleteResourceCommandOutput>;
|
|
909
|
+
deleteResource(
|
|
910
|
+
args: DeleteResourceCommandInput,
|
|
911
|
+
cb: (err: any, data?: DeleteResourceCommandOutput) => void
|
|
912
|
+
): void;
|
|
913
|
+
deleteResource(
|
|
914
|
+
args: DeleteResourceCommandInput,
|
|
915
|
+
options: __HttpHandlerOptions,
|
|
916
|
+
cb: (err: any, data?: DeleteResourceCommandOutput) => void
|
|
917
|
+
): void;
|
|
918
|
+
|
|
919
|
+
deleteRestApi(
|
|
920
|
+
args: DeleteRestApiCommandInput,
|
|
921
|
+
options?: __HttpHandlerOptions
|
|
922
|
+
): Promise<DeleteRestApiCommandOutput>;
|
|
923
|
+
deleteRestApi(
|
|
924
|
+
args: DeleteRestApiCommandInput,
|
|
925
|
+
cb: (err: any, data?: DeleteRestApiCommandOutput) => void
|
|
926
|
+
): void;
|
|
927
|
+
deleteRestApi(
|
|
928
|
+
args: DeleteRestApiCommandInput,
|
|
929
|
+
options: __HttpHandlerOptions,
|
|
930
|
+
cb: (err: any, data?: DeleteRestApiCommandOutput) => void
|
|
931
|
+
): void;
|
|
932
|
+
|
|
933
|
+
deleteStage(
|
|
934
|
+
args: DeleteStageCommandInput,
|
|
935
|
+
options?: __HttpHandlerOptions
|
|
936
|
+
): Promise<DeleteStageCommandOutput>;
|
|
937
|
+
deleteStage(
|
|
938
|
+
args: DeleteStageCommandInput,
|
|
939
|
+
cb: (err: any, data?: DeleteStageCommandOutput) => void
|
|
940
|
+
): void;
|
|
941
|
+
deleteStage(
|
|
942
|
+
args: DeleteStageCommandInput,
|
|
943
|
+
options: __HttpHandlerOptions,
|
|
944
|
+
cb: (err: any, data?: DeleteStageCommandOutput) => void
|
|
945
|
+
): void;
|
|
946
|
+
|
|
947
|
+
deleteUsagePlan(
|
|
948
|
+
args: DeleteUsagePlanCommandInput,
|
|
949
|
+
options?: __HttpHandlerOptions
|
|
950
|
+
): Promise<DeleteUsagePlanCommandOutput>;
|
|
951
|
+
deleteUsagePlan(
|
|
952
|
+
args: DeleteUsagePlanCommandInput,
|
|
953
|
+
cb: (err: any, data?: DeleteUsagePlanCommandOutput) => void
|
|
954
|
+
): void;
|
|
955
|
+
deleteUsagePlan(
|
|
956
|
+
args: DeleteUsagePlanCommandInput,
|
|
957
|
+
options: __HttpHandlerOptions,
|
|
958
|
+
cb: (err: any, data?: DeleteUsagePlanCommandOutput) => void
|
|
959
|
+
): void;
|
|
960
|
+
|
|
961
|
+
deleteUsagePlanKey(
|
|
962
|
+
args: DeleteUsagePlanKeyCommandInput,
|
|
963
|
+
options?: __HttpHandlerOptions
|
|
964
|
+
): Promise<DeleteUsagePlanKeyCommandOutput>;
|
|
965
|
+
deleteUsagePlanKey(
|
|
966
|
+
args: DeleteUsagePlanKeyCommandInput,
|
|
967
|
+
cb: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void
|
|
968
|
+
): void;
|
|
969
|
+
deleteUsagePlanKey(
|
|
970
|
+
args: DeleteUsagePlanKeyCommandInput,
|
|
971
|
+
options: __HttpHandlerOptions,
|
|
972
|
+
cb: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void
|
|
973
|
+
): void;
|
|
974
|
+
|
|
975
|
+
deleteVpcLink(
|
|
976
|
+
args: DeleteVpcLinkCommandInput,
|
|
977
|
+
options?: __HttpHandlerOptions
|
|
978
|
+
): Promise<DeleteVpcLinkCommandOutput>;
|
|
979
|
+
deleteVpcLink(
|
|
980
|
+
args: DeleteVpcLinkCommandInput,
|
|
981
|
+
cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void
|
|
982
|
+
): void;
|
|
983
|
+
deleteVpcLink(
|
|
984
|
+
args: DeleteVpcLinkCommandInput,
|
|
985
|
+
options: __HttpHandlerOptions,
|
|
986
|
+
cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void
|
|
987
|
+
): void;
|
|
988
|
+
|
|
989
|
+
flushStageAuthorizersCache(
|
|
990
|
+
args: FlushStageAuthorizersCacheCommandInput,
|
|
991
|
+
options?: __HttpHandlerOptions
|
|
992
|
+
): Promise<FlushStageAuthorizersCacheCommandOutput>;
|
|
993
|
+
flushStageAuthorizersCache(
|
|
994
|
+
args: FlushStageAuthorizersCacheCommandInput,
|
|
995
|
+
cb: (err: any, data?: FlushStageAuthorizersCacheCommandOutput) => void
|
|
996
|
+
): void;
|
|
997
|
+
flushStageAuthorizersCache(
|
|
998
|
+
args: FlushStageAuthorizersCacheCommandInput,
|
|
999
|
+
options: __HttpHandlerOptions,
|
|
1000
|
+
cb: (err: any, data?: FlushStageAuthorizersCacheCommandOutput) => void
|
|
1001
|
+
): void;
|
|
1002
|
+
|
|
1003
|
+
flushStageCache(
|
|
1004
|
+
args: FlushStageCacheCommandInput,
|
|
1005
|
+
options?: __HttpHandlerOptions
|
|
1006
|
+
): Promise<FlushStageCacheCommandOutput>;
|
|
1007
|
+
flushStageCache(
|
|
1008
|
+
args: FlushStageCacheCommandInput,
|
|
1009
|
+
cb: (err: any, data?: FlushStageCacheCommandOutput) => void
|
|
1010
|
+
): void;
|
|
1011
|
+
flushStageCache(
|
|
1012
|
+
args: FlushStageCacheCommandInput,
|
|
1013
|
+
options: __HttpHandlerOptions,
|
|
1014
|
+
cb: (err: any, data?: FlushStageCacheCommandOutput) => void
|
|
1015
|
+
): void;
|
|
1016
|
+
|
|
1017
|
+
generateClientCertificate(
|
|
1018
|
+
args: GenerateClientCertificateCommandInput,
|
|
1019
|
+
options?: __HttpHandlerOptions
|
|
1020
|
+
): Promise<GenerateClientCertificateCommandOutput>;
|
|
1021
|
+
generateClientCertificate(
|
|
1022
|
+
args: GenerateClientCertificateCommandInput,
|
|
1023
|
+
cb: (err: any, data?: GenerateClientCertificateCommandOutput) => void
|
|
1024
|
+
): void;
|
|
1025
|
+
generateClientCertificate(
|
|
1026
|
+
args: GenerateClientCertificateCommandInput,
|
|
1027
|
+
options: __HttpHandlerOptions,
|
|
1028
|
+
cb: (err: any, data?: GenerateClientCertificateCommandOutput) => void
|
|
1029
|
+
): void;
|
|
1030
|
+
|
|
1031
|
+
getAccount(
|
|
1032
|
+
args: GetAccountCommandInput,
|
|
1033
|
+
options?: __HttpHandlerOptions
|
|
1034
|
+
): Promise<GetAccountCommandOutput>;
|
|
1035
|
+
getAccount(
|
|
1036
|
+
args: GetAccountCommandInput,
|
|
1037
|
+
cb: (err: any, data?: GetAccountCommandOutput) => void
|
|
1038
|
+
): void;
|
|
1039
|
+
getAccount(
|
|
1040
|
+
args: GetAccountCommandInput,
|
|
1041
|
+
options: __HttpHandlerOptions,
|
|
1042
|
+
cb: (err: any, data?: GetAccountCommandOutput) => void
|
|
1043
|
+
): void;
|
|
1044
|
+
|
|
1045
|
+
getApiKey(
|
|
1046
|
+
args: GetApiKeyCommandInput,
|
|
1047
|
+
options?: __HttpHandlerOptions
|
|
1048
|
+
): Promise<GetApiKeyCommandOutput>;
|
|
1049
|
+
getApiKey(
|
|
1050
|
+
args: GetApiKeyCommandInput,
|
|
1051
|
+
cb: (err: any, data?: GetApiKeyCommandOutput) => void
|
|
1052
|
+
): void;
|
|
1053
|
+
getApiKey(
|
|
1054
|
+
args: GetApiKeyCommandInput,
|
|
1055
|
+
options: __HttpHandlerOptions,
|
|
1056
|
+
cb: (err: any, data?: GetApiKeyCommandOutput) => void
|
|
1057
|
+
): void;
|
|
1058
|
+
|
|
1059
|
+
getApiKeys(
|
|
1060
|
+
args: GetApiKeysCommandInput,
|
|
1061
|
+
options?: __HttpHandlerOptions
|
|
1062
|
+
): Promise<GetApiKeysCommandOutput>;
|
|
1063
|
+
getApiKeys(
|
|
1064
|
+
args: GetApiKeysCommandInput,
|
|
1065
|
+
cb: (err: any, data?: GetApiKeysCommandOutput) => void
|
|
1066
|
+
): void;
|
|
1067
|
+
getApiKeys(
|
|
1068
|
+
args: GetApiKeysCommandInput,
|
|
1069
|
+
options: __HttpHandlerOptions,
|
|
1070
|
+
cb: (err: any, data?: GetApiKeysCommandOutput) => void
|
|
1071
|
+
): void;
|
|
1072
|
+
|
|
1073
|
+
getAuthorizer(
|
|
1074
|
+
args: GetAuthorizerCommandInput,
|
|
1075
|
+
options?: __HttpHandlerOptions
|
|
1076
|
+
): Promise<GetAuthorizerCommandOutput>;
|
|
1077
|
+
getAuthorizer(
|
|
1078
|
+
args: GetAuthorizerCommandInput,
|
|
1079
|
+
cb: (err: any, data?: GetAuthorizerCommandOutput) => void
|
|
1080
|
+
): void;
|
|
1081
|
+
getAuthorizer(
|
|
1082
|
+
args: GetAuthorizerCommandInput,
|
|
1083
|
+
options: __HttpHandlerOptions,
|
|
1084
|
+
cb: (err: any, data?: GetAuthorizerCommandOutput) => void
|
|
1085
|
+
): void;
|
|
1086
|
+
|
|
1087
|
+
getAuthorizers(
|
|
1088
|
+
args: GetAuthorizersCommandInput,
|
|
1089
|
+
options?: __HttpHandlerOptions
|
|
1090
|
+
): Promise<GetAuthorizersCommandOutput>;
|
|
1091
|
+
getAuthorizers(
|
|
1092
|
+
args: GetAuthorizersCommandInput,
|
|
1093
|
+
cb: (err: any, data?: GetAuthorizersCommandOutput) => void
|
|
1094
|
+
): void;
|
|
1095
|
+
getAuthorizers(
|
|
1096
|
+
args: GetAuthorizersCommandInput,
|
|
1097
|
+
options: __HttpHandlerOptions,
|
|
1098
|
+
cb: (err: any, data?: GetAuthorizersCommandOutput) => void
|
|
1099
|
+
): void;
|
|
1100
|
+
|
|
1101
|
+
getBasePathMapping(
|
|
1102
|
+
args: GetBasePathMappingCommandInput,
|
|
1103
|
+
options?: __HttpHandlerOptions
|
|
1104
|
+
): Promise<GetBasePathMappingCommandOutput>;
|
|
1105
|
+
getBasePathMapping(
|
|
1106
|
+
args: GetBasePathMappingCommandInput,
|
|
1107
|
+
cb: (err: any, data?: GetBasePathMappingCommandOutput) => void
|
|
1108
|
+
): void;
|
|
1109
|
+
getBasePathMapping(
|
|
1110
|
+
args: GetBasePathMappingCommandInput,
|
|
1111
|
+
options: __HttpHandlerOptions,
|
|
1112
|
+
cb: (err: any, data?: GetBasePathMappingCommandOutput) => void
|
|
1113
|
+
): void;
|
|
1114
|
+
|
|
1115
|
+
getBasePathMappings(
|
|
1116
|
+
args: GetBasePathMappingsCommandInput,
|
|
1117
|
+
options?: __HttpHandlerOptions
|
|
1118
|
+
): Promise<GetBasePathMappingsCommandOutput>;
|
|
1119
|
+
getBasePathMappings(
|
|
1120
|
+
args: GetBasePathMappingsCommandInput,
|
|
1121
|
+
cb: (err: any, data?: GetBasePathMappingsCommandOutput) => void
|
|
1122
|
+
): void;
|
|
1123
|
+
getBasePathMappings(
|
|
1124
|
+
args: GetBasePathMappingsCommandInput,
|
|
1125
|
+
options: __HttpHandlerOptions,
|
|
1126
|
+
cb: (err: any, data?: GetBasePathMappingsCommandOutput) => void
|
|
1127
|
+
): void;
|
|
1128
|
+
|
|
1129
|
+
getClientCertificate(
|
|
1130
|
+
args: GetClientCertificateCommandInput,
|
|
1131
|
+
options?: __HttpHandlerOptions
|
|
1132
|
+
): Promise<GetClientCertificateCommandOutput>;
|
|
1133
|
+
getClientCertificate(
|
|
1134
|
+
args: GetClientCertificateCommandInput,
|
|
1135
|
+
cb: (err: any, data?: GetClientCertificateCommandOutput) => void
|
|
1136
|
+
): void;
|
|
1137
|
+
getClientCertificate(
|
|
1138
|
+
args: GetClientCertificateCommandInput,
|
|
1139
|
+
options: __HttpHandlerOptions,
|
|
1140
|
+
cb: (err: any, data?: GetClientCertificateCommandOutput) => void
|
|
1141
|
+
): void;
|
|
1142
|
+
|
|
1143
|
+
getClientCertificates(
|
|
1144
|
+
args: GetClientCertificatesCommandInput,
|
|
1145
|
+
options?: __HttpHandlerOptions
|
|
1146
|
+
): Promise<GetClientCertificatesCommandOutput>;
|
|
1147
|
+
getClientCertificates(
|
|
1148
|
+
args: GetClientCertificatesCommandInput,
|
|
1149
|
+
cb: (err: any, data?: GetClientCertificatesCommandOutput) => void
|
|
1150
|
+
): void;
|
|
1151
|
+
getClientCertificates(
|
|
1152
|
+
args: GetClientCertificatesCommandInput,
|
|
1153
|
+
options: __HttpHandlerOptions,
|
|
1154
|
+
cb: (err: any, data?: GetClientCertificatesCommandOutput) => void
|
|
1155
|
+
): void;
|
|
1156
|
+
|
|
1157
|
+
getDeployment(
|
|
1158
|
+
args: GetDeploymentCommandInput,
|
|
1159
|
+
options?: __HttpHandlerOptions
|
|
1160
|
+
): Promise<GetDeploymentCommandOutput>;
|
|
1161
|
+
getDeployment(
|
|
1162
|
+
args: GetDeploymentCommandInput,
|
|
1163
|
+
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
1164
|
+
): void;
|
|
1165
|
+
getDeployment(
|
|
1166
|
+
args: GetDeploymentCommandInput,
|
|
1167
|
+
options: __HttpHandlerOptions,
|
|
1168
|
+
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
1169
|
+
): void;
|
|
1170
|
+
|
|
1171
|
+
getDeployments(
|
|
1172
|
+
args: GetDeploymentsCommandInput,
|
|
1173
|
+
options?: __HttpHandlerOptions
|
|
1174
|
+
): Promise<GetDeploymentsCommandOutput>;
|
|
1175
|
+
getDeployments(
|
|
1176
|
+
args: GetDeploymentsCommandInput,
|
|
1177
|
+
cb: (err: any, data?: GetDeploymentsCommandOutput) => void
|
|
1178
|
+
): void;
|
|
1179
|
+
getDeployments(
|
|
1180
|
+
args: GetDeploymentsCommandInput,
|
|
1181
|
+
options: __HttpHandlerOptions,
|
|
1182
|
+
cb: (err: any, data?: GetDeploymentsCommandOutput) => void
|
|
1183
|
+
): void;
|
|
1184
|
+
|
|
1185
|
+
getDocumentationPart(
|
|
1186
|
+
args: GetDocumentationPartCommandInput,
|
|
1187
|
+
options?: __HttpHandlerOptions
|
|
1188
|
+
): Promise<GetDocumentationPartCommandOutput>;
|
|
1189
|
+
getDocumentationPart(
|
|
1190
|
+
args: GetDocumentationPartCommandInput,
|
|
1191
|
+
cb: (err: any, data?: GetDocumentationPartCommandOutput) => void
|
|
1192
|
+
): void;
|
|
1193
|
+
getDocumentationPart(
|
|
1194
|
+
args: GetDocumentationPartCommandInput,
|
|
1195
|
+
options: __HttpHandlerOptions,
|
|
1196
|
+
cb: (err: any, data?: GetDocumentationPartCommandOutput) => void
|
|
1197
|
+
): void;
|
|
1198
|
+
|
|
1199
|
+
getDocumentationParts(
|
|
1200
|
+
args: GetDocumentationPartsCommandInput,
|
|
1201
|
+
options?: __HttpHandlerOptions
|
|
1202
|
+
): Promise<GetDocumentationPartsCommandOutput>;
|
|
1203
|
+
getDocumentationParts(
|
|
1204
|
+
args: GetDocumentationPartsCommandInput,
|
|
1205
|
+
cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void
|
|
1206
|
+
): void;
|
|
1207
|
+
getDocumentationParts(
|
|
1208
|
+
args: GetDocumentationPartsCommandInput,
|
|
1209
|
+
options: __HttpHandlerOptions,
|
|
1210
|
+
cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void
|
|
1211
|
+
): void;
|
|
1212
|
+
|
|
1213
|
+
getDocumentationVersion(
|
|
1214
|
+
args: GetDocumentationVersionCommandInput,
|
|
1215
|
+
options?: __HttpHandlerOptions
|
|
1216
|
+
): Promise<GetDocumentationVersionCommandOutput>;
|
|
1217
|
+
getDocumentationVersion(
|
|
1218
|
+
args: GetDocumentationVersionCommandInput,
|
|
1219
|
+
cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void
|
|
1220
|
+
): void;
|
|
1221
|
+
getDocumentationVersion(
|
|
1222
|
+
args: GetDocumentationVersionCommandInput,
|
|
1223
|
+
options: __HttpHandlerOptions,
|
|
1224
|
+
cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void
|
|
1225
|
+
): void;
|
|
1226
|
+
|
|
1227
|
+
getDocumentationVersions(
|
|
1228
|
+
args: GetDocumentationVersionsCommandInput,
|
|
1229
|
+
options?: __HttpHandlerOptions
|
|
1230
|
+
): Promise<GetDocumentationVersionsCommandOutput>;
|
|
1231
|
+
getDocumentationVersions(
|
|
1232
|
+
args: GetDocumentationVersionsCommandInput,
|
|
1233
|
+
cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void
|
|
1234
|
+
): void;
|
|
1235
|
+
getDocumentationVersions(
|
|
1236
|
+
args: GetDocumentationVersionsCommandInput,
|
|
1237
|
+
options: __HttpHandlerOptions,
|
|
1238
|
+
cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void
|
|
1239
|
+
): void;
|
|
1240
|
+
|
|
1241
|
+
getDomainName(
|
|
1242
|
+
args: GetDomainNameCommandInput,
|
|
1243
|
+
options?: __HttpHandlerOptions
|
|
1244
|
+
): Promise<GetDomainNameCommandOutput>;
|
|
1245
|
+
getDomainName(
|
|
1246
|
+
args: GetDomainNameCommandInput,
|
|
1247
|
+
cb: (err: any, data?: GetDomainNameCommandOutput) => void
|
|
1248
|
+
): void;
|
|
1249
|
+
getDomainName(
|
|
1250
|
+
args: GetDomainNameCommandInput,
|
|
1251
|
+
options: __HttpHandlerOptions,
|
|
1252
|
+
cb: (err: any, data?: GetDomainNameCommandOutput) => void
|
|
1253
|
+
): void;
|
|
1254
|
+
|
|
1255
|
+
getDomainNames(
|
|
1256
|
+
args: GetDomainNamesCommandInput,
|
|
1257
|
+
options?: __HttpHandlerOptions
|
|
1258
|
+
): Promise<GetDomainNamesCommandOutput>;
|
|
1259
|
+
getDomainNames(
|
|
1260
|
+
args: GetDomainNamesCommandInput,
|
|
1261
|
+
cb: (err: any, data?: GetDomainNamesCommandOutput) => void
|
|
1262
|
+
): void;
|
|
1263
|
+
getDomainNames(
|
|
1264
|
+
args: GetDomainNamesCommandInput,
|
|
1265
|
+
options: __HttpHandlerOptions,
|
|
1266
|
+
cb: (err: any, data?: GetDomainNamesCommandOutput) => void
|
|
1267
|
+
): void;
|
|
1268
|
+
|
|
1269
|
+
getExport(
|
|
1270
|
+
args: GetExportCommandInput,
|
|
1271
|
+
options?: __HttpHandlerOptions
|
|
1272
|
+
): Promise<GetExportCommandOutput>;
|
|
1273
|
+
getExport(
|
|
1274
|
+
args: GetExportCommandInput,
|
|
1275
|
+
cb: (err: any, data?: GetExportCommandOutput) => void
|
|
1276
|
+
): void;
|
|
1277
|
+
getExport(
|
|
1278
|
+
args: GetExportCommandInput,
|
|
1279
|
+
options: __HttpHandlerOptions,
|
|
1280
|
+
cb: (err: any, data?: GetExportCommandOutput) => void
|
|
1281
|
+
): void;
|
|
1282
|
+
|
|
1283
|
+
getGatewayResponse(
|
|
1284
|
+
args: GetGatewayResponseCommandInput,
|
|
1285
|
+
options?: __HttpHandlerOptions
|
|
1286
|
+
): Promise<GetGatewayResponseCommandOutput>;
|
|
1287
|
+
getGatewayResponse(
|
|
1288
|
+
args: GetGatewayResponseCommandInput,
|
|
1289
|
+
cb: (err: any, data?: GetGatewayResponseCommandOutput) => void
|
|
1290
|
+
): void;
|
|
1291
|
+
getGatewayResponse(
|
|
1292
|
+
args: GetGatewayResponseCommandInput,
|
|
1293
|
+
options: __HttpHandlerOptions,
|
|
1294
|
+
cb: (err: any, data?: GetGatewayResponseCommandOutput) => void
|
|
1295
|
+
): void;
|
|
1296
|
+
|
|
1297
|
+
getGatewayResponses(
|
|
1298
|
+
args: GetGatewayResponsesCommandInput,
|
|
1299
|
+
options?: __HttpHandlerOptions
|
|
1300
|
+
): Promise<GetGatewayResponsesCommandOutput>;
|
|
1301
|
+
getGatewayResponses(
|
|
1302
|
+
args: GetGatewayResponsesCommandInput,
|
|
1303
|
+
cb: (err: any, data?: GetGatewayResponsesCommandOutput) => void
|
|
1304
|
+
): void;
|
|
1305
|
+
getGatewayResponses(
|
|
1306
|
+
args: GetGatewayResponsesCommandInput,
|
|
1307
|
+
options: __HttpHandlerOptions,
|
|
1308
|
+
cb: (err: any, data?: GetGatewayResponsesCommandOutput) => void
|
|
1309
|
+
): void;
|
|
1310
|
+
|
|
1311
|
+
getIntegration(
|
|
1312
|
+
args: GetIntegrationCommandInput,
|
|
1313
|
+
options?: __HttpHandlerOptions
|
|
1314
|
+
): Promise<GetIntegrationCommandOutput>;
|
|
1315
|
+
getIntegration(
|
|
1316
|
+
args: GetIntegrationCommandInput,
|
|
1317
|
+
cb: (err: any, data?: GetIntegrationCommandOutput) => void
|
|
1318
|
+
): void;
|
|
1319
|
+
getIntegration(
|
|
1320
|
+
args: GetIntegrationCommandInput,
|
|
1321
|
+
options: __HttpHandlerOptions,
|
|
1322
|
+
cb: (err: any, data?: GetIntegrationCommandOutput) => void
|
|
1323
|
+
): void;
|
|
1324
|
+
|
|
1325
|
+
getIntegrationResponse(
|
|
1326
|
+
args: GetIntegrationResponseCommandInput,
|
|
1327
|
+
options?: __HttpHandlerOptions
|
|
1328
|
+
): Promise<GetIntegrationResponseCommandOutput>;
|
|
1329
|
+
getIntegrationResponse(
|
|
1330
|
+
args: GetIntegrationResponseCommandInput,
|
|
1331
|
+
cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void
|
|
1332
|
+
): void;
|
|
1333
|
+
getIntegrationResponse(
|
|
1334
|
+
args: GetIntegrationResponseCommandInput,
|
|
1335
|
+
options: __HttpHandlerOptions,
|
|
1336
|
+
cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void
|
|
1337
|
+
): void;
|
|
1338
|
+
|
|
1339
|
+
getMethod(
|
|
1340
|
+
args: GetMethodCommandInput,
|
|
1341
|
+
options?: __HttpHandlerOptions
|
|
1342
|
+
): Promise<GetMethodCommandOutput>;
|
|
1343
|
+
getMethod(
|
|
1344
|
+
args: GetMethodCommandInput,
|
|
1345
|
+
cb: (err: any, data?: GetMethodCommandOutput) => void
|
|
1346
|
+
): void;
|
|
1347
|
+
getMethod(
|
|
1348
|
+
args: GetMethodCommandInput,
|
|
1349
|
+
options: __HttpHandlerOptions,
|
|
1350
|
+
cb: (err: any, data?: GetMethodCommandOutput) => void
|
|
1351
|
+
): void;
|
|
1352
|
+
|
|
1353
|
+
getMethodResponse(
|
|
1354
|
+
args: GetMethodResponseCommandInput,
|
|
1355
|
+
options?: __HttpHandlerOptions
|
|
1356
|
+
): Promise<GetMethodResponseCommandOutput>;
|
|
1357
|
+
getMethodResponse(
|
|
1358
|
+
args: GetMethodResponseCommandInput,
|
|
1359
|
+
cb: (err: any, data?: GetMethodResponseCommandOutput) => void
|
|
1360
|
+
): void;
|
|
1361
|
+
getMethodResponse(
|
|
1362
|
+
args: GetMethodResponseCommandInput,
|
|
1363
|
+
options: __HttpHandlerOptions,
|
|
1364
|
+
cb: (err: any, data?: GetMethodResponseCommandOutput) => void
|
|
1365
|
+
): void;
|
|
1366
|
+
|
|
1367
|
+
getModel(
|
|
1368
|
+
args: GetModelCommandInput,
|
|
1369
|
+
options?: __HttpHandlerOptions
|
|
1370
|
+
): Promise<GetModelCommandOutput>;
|
|
1371
|
+
getModel(
|
|
1372
|
+
args: GetModelCommandInput,
|
|
1373
|
+
cb: (err: any, data?: GetModelCommandOutput) => void
|
|
1374
|
+
): void;
|
|
1375
|
+
getModel(
|
|
1376
|
+
args: GetModelCommandInput,
|
|
1377
|
+
options: __HttpHandlerOptions,
|
|
1378
|
+
cb: (err: any, data?: GetModelCommandOutput) => void
|
|
1379
|
+
): void;
|
|
1380
|
+
|
|
1381
|
+
getModels(
|
|
1382
|
+
args: GetModelsCommandInput,
|
|
1383
|
+
options?: __HttpHandlerOptions
|
|
1384
|
+
): Promise<GetModelsCommandOutput>;
|
|
1385
|
+
getModels(
|
|
1386
|
+
args: GetModelsCommandInput,
|
|
1387
|
+
cb: (err: any, data?: GetModelsCommandOutput) => void
|
|
1388
|
+
): void;
|
|
1389
|
+
getModels(
|
|
1390
|
+
args: GetModelsCommandInput,
|
|
1391
|
+
options: __HttpHandlerOptions,
|
|
1392
|
+
cb: (err: any, data?: GetModelsCommandOutput) => void
|
|
1393
|
+
): void;
|
|
1394
|
+
|
|
1395
|
+
getModelTemplate(
|
|
1396
|
+
args: GetModelTemplateCommandInput,
|
|
1397
|
+
options?: __HttpHandlerOptions
|
|
1398
|
+
): Promise<GetModelTemplateCommandOutput>;
|
|
1399
|
+
getModelTemplate(
|
|
1400
|
+
args: GetModelTemplateCommandInput,
|
|
1401
|
+
cb: (err: any, data?: GetModelTemplateCommandOutput) => void
|
|
1402
|
+
): void;
|
|
1403
|
+
getModelTemplate(
|
|
1404
|
+
args: GetModelTemplateCommandInput,
|
|
1405
|
+
options: __HttpHandlerOptions,
|
|
1406
|
+
cb: (err: any, data?: GetModelTemplateCommandOutput) => void
|
|
1407
|
+
): void;
|
|
1408
|
+
|
|
1409
|
+
getRequestValidator(
|
|
1410
|
+
args: GetRequestValidatorCommandInput,
|
|
1411
|
+
options?: __HttpHandlerOptions
|
|
1412
|
+
): Promise<GetRequestValidatorCommandOutput>;
|
|
1413
|
+
getRequestValidator(
|
|
1414
|
+
args: GetRequestValidatorCommandInput,
|
|
1415
|
+
cb: (err: any, data?: GetRequestValidatorCommandOutput) => void
|
|
1416
|
+
): void;
|
|
1417
|
+
getRequestValidator(
|
|
1418
|
+
args: GetRequestValidatorCommandInput,
|
|
1419
|
+
options: __HttpHandlerOptions,
|
|
1420
|
+
cb: (err: any, data?: GetRequestValidatorCommandOutput) => void
|
|
1421
|
+
): void;
|
|
1422
|
+
|
|
1423
|
+
getRequestValidators(
|
|
1424
|
+
args: GetRequestValidatorsCommandInput,
|
|
1425
|
+
options?: __HttpHandlerOptions
|
|
1426
|
+
): Promise<GetRequestValidatorsCommandOutput>;
|
|
1427
|
+
getRequestValidators(
|
|
1428
|
+
args: GetRequestValidatorsCommandInput,
|
|
1429
|
+
cb: (err: any, data?: GetRequestValidatorsCommandOutput) => void
|
|
1430
|
+
): void;
|
|
1431
|
+
getRequestValidators(
|
|
1432
|
+
args: GetRequestValidatorsCommandInput,
|
|
1433
|
+
options: __HttpHandlerOptions,
|
|
1434
|
+
cb: (err: any, data?: GetRequestValidatorsCommandOutput) => void
|
|
1435
|
+
): void;
|
|
1436
|
+
|
|
1437
|
+
getResource(
|
|
1438
|
+
args: GetResourceCommandInput,
|
|
1439
|
+
options?: __HttpHandlerOptions
|
|
1440
|
+
): Promise<GetResourceCommandOutput>;
|
|
1441
|
+
getResource(
|
|
1442
|
+
args: GetResourceCommandInput,
|
|
1443
|
+
cb: (err: any, data?: GetResourceCommandOutput) => void
|
|
1444
|
+
): void;
|
|
1445
|
+
getResource(
|
|
1446
|
+
args: GetResourceCommandInput,
|
|
1447
|
+
options: __HttpHandlerOptions,
|
|
1448
|
+
cb: (err: any, data?: GetResourceCommandOutput) => void
|
|
1449
|
+
): void;
|
|
1450
|
+
|
|
1451
|
+
getResources(
|
|
1452
|
+
args: GetResourcesCommandInput,
|
|
1453
|
+
options?: __HttpHandlerOptions
|
|
1454
|
+
): Promise<GetResourcesCommandOutput>;
|
|
1455
|
+
getResources(
|
|
1456
|
+
args: GetResourcesCommandInput,
|
|
1457
|
+
cb: (err: any, data?: GetResourcesCommandOutput) => void
|
|
1458
|
+
): void;
|
|
1459
|
+
getResources(
|
|
1460
|
+
args: GetResourcesCommandInput,
|
|
1461
|
+
options: __HttpHandlerOptions,
|
|
1462
|
+
cb: (err: any, data?: GetResourcesCommandOutput) => void
|
|
1463
|
+
): void;
|
|
1464
|
+
|
|
1465
|
+
getRestApi(
|
|
1466
|
+
args: GetRestApiCommandInput,
|
|
1467
|
+
options?: __HttpHandlerOptions
|
|
1468
|
+
): Promise<GetRestApiCommandOutput>;
|
|
1469
|
+
getRestApi(
|
|
1470
|
+
args: GetRestApiCommandInput,
|
|
1471
|
+
cb: (err: any, data?: GetRestApiCommandOutput) => void
|
|
1472
|
+
): void;
|
|
1473
|
+
getRestApi(
|
|
1474
|
+
args: GetRestApiCommandInput,
|
|
1475
|
+
options: __HttpHandlerOptions,
|
|
1476
|
+
cb: (err: any, data?: GetRestApiCommandOutput) => void
|
|
1477
|
+
): void;
|
|
1478
|
+
|
|
1479
|
+
getRestApis(
|
|
1480
|
+
args: GetRestApisCommandInput,
|
|
1481
|
+
options?: __HttpHandlerOptions
|
|
1482
|
+
): Promise<GetRestApisCommandOutput>;
|
|
1483
|
+
getRestApis(
|
|
1484
|
+
args: GetRestApisCommandInput,
|
|
1485
|
+
cb: (err: any, data?: GetRestApisCommandOutput) => void
|
|
1486
|
+
): void;
|
|
1487
|
+
getRestApis(
|
|
1488
|
+
args: GetRestApisCommandInput,
|
|
1489
|
+
options: __HttpHandlerOptions,
|
|
1490
|
+
cb: (err: any, data?: GetRestApisCommandOutput) => void
|
|
1491
|
+
): void;
|
|
1492
|
+
|
|
1493
|
+
getSdk(
|
|
1494
|
+
args: GetSdkCommandInput,
|
|
1495
|
+
options?: __HttpHandlerOptions
|
|
1496
|
+
): Promise<GetSdkCommandOutput>;
|
|
1497
|
+
getSdk(
|
|
1498
|
+
args: GetSdkCommandInput,
|
|
1499
|
+
cb: (err: any, data?: GetSdkCommandOutput) => void
|
|
1500
|
+
): void;
|
|
1501
|
+
getSdk(
|
|
1502
|
+
args: GetSdkCommandInput,
|
|
1503
|
+
options: __HttpHandlerOptions,
|
|
1504
|
+
cb: (err: any, data?: GetSdkCommandOutput) => void
|
|
1505
|
+
): void;
|
|
1506
|
+
|
|
1507
|
+
getSdkType(
|
|
1508
|
+
args: GetSdkTypeCommandInput,
|
|
1509
|
+
options?: __HttpHandlerOptions
|
|
1510
|
+
): Promise<GetSdkTypeCommandOutput>;
|
|
1511
|
+
getSdkType(
|
|
1512
|
+
args: GetSdkTypeCommandInput,
|
|
1513
|
+
cb: (err: any, data?: GetSdkTypeCommandOutput) => void
|
|
1514
|
+
): void;
|
|
1515
|
+
getSdkType(
|
|
1516
|
+
args: GetSdkTypeCommandInput,
|
|
1517
|
+
options: __HttpHandlerOptions,
|
|
1518
|
+
cb: (err: any, data?: GetSdkTypeCommandOutput) => void
|
|
1519
|
+
): void;
|
|
1520
|
+
|
|
1521
|
+
getSdkTypes(
|
|
1522
|
+
args: GetSdkTypesCommandInput,
|
|
1523
|
+
options?: __HttpHandlerOptions
|
|
1524
|
+
): Promise<GetSdkTypesCommandOutput>;
|
|
1525
|
+
getSdkTypes(
|
|
1526
|
+
args: GetSdkTypesCommandInput,
|
|
1527
|
+
cb: (err: any, data?: GetSdkTypesCommandOutput) => void
|
|
1528
|
+
): void;
|
|
1529
|
+
getSdkTypes(
|
|
1530
|
+
args: GetSdkTypesCommandInput,
|
|
1531
|
+
options: __HttpHandlerOptions,
|
|
1532
|
+
cb: (err: any, data?: GetSdkTypesCommandOutput) => void
|
|
1533
|
+
): void;
|
|
1534
|
+
|
|
1535
|
+
getStage(
|
|
1536
|
+
args: GetStageCommandInput,
|
|
1537
|
+
options?: __HttpHandlerOptions
|
|
1538
|
+
): Promise<GetStageCommandOutput>;
|
|
1539
|
+
getStage(
|
|
1540
|
+
args: GetStageCommandInput,
|
|
1541
|
+
cb: (err: any, data?: GetStageCommandOutput) => void
|
|
1542
|
+
): void;
|
|
1543
|
+
getStage(
|
|
1544
|
+
args: GetStageCommandInput,
|
|
1545
|
+
options: __HttpHandlerOptions,
|
|
1546
|
+
cb: (err: any, data?: GetStageCommandOutput) => void
|
|
1547
|
+
): void;
|
|
1548
|
+
|
|
1549
|
+
getStages(
|
|
1550
|
+
args: GetStagesCommandInput,
|
|
1551
|
+
options?: __HttpHandlerOptions
|
|
1552
|
+
): Promise<GetStagesCommandOutput>;
|
|
1553
|
+
getStages(
|
|
1554
|
+
args: GetStagesCommandInput,
|
|
1555
|
+
cb: (err: any, data?: GetStagesCommandOutput) => void
|
|
1556
|
+
): void;
|
|
1557
|
+
getStages(
|
|
1558
|
+
args: GetStagesCommandInput,
|
|
1559
|
+
options: __HttpHandlerOptions,
|
|
1560
|
+
cb: (err: any, data?: GetStagesCommandOutput) => void
|
|
1561
|
+
): void;
|
|
1562
|
+
|
|
1563
|
+
getTags(
|
|
1564
|
+
args: GetTagsCommandInput,
|
|
1565
|
+
options?: __HttpHandlerOptions
|
|
1566
|
+
): Promise<GetTagsCommandOutput>;
|
|
1567
|
+
getTags(
|
|
1568
|
+
args: GetTagsCommandInput,
|
|
1569
|
+
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
1570
|
+
): void;
|
|
1571
|
+
getTags(
|
|
1572
|
+
args: GetTagsCommandInput,
|
|
1573
|
+
options: __HttpHandlerOptions,
|
|
1574
|
+
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
1575
|
+
): void;
|
|
1576
|
+
|
|
1577
|
+
getUsage(
|
|
1578
|
+
args: GetUsageCommandInput,
|
|
1579
|
+
options?: __HttpHandlerOptions
|
|
1580
|
+
): Promise<GetUsageCommandOutput>;
|
|
1581
|
+
getUsage(
|
|
1582
|
+
args: GetUsageCommandInput,
|
|
1583
|
+
cb: (err: any, data?: GetUsageCommandOutput) => void
|
|
1584
|
+
): void;
|
|
1585
|
+
getUsage(
|
|
1586
|
+
args: GetUsageCommandInput,
|
|
1587
|
+
options: __HttpHandlerOptions,
|
|
1588
|
+
cb: (err: any, data?: GetUsageCommandOutput) => void
|
|
1589
|
+
): void;
|
|
1590
|
+
|
|
1591
|
+
getUsagePlan(
|
|
1592
|
+
args: GetUsagePlanCommandInput,
|
|
1593
|
+
options?: __HttpHandlerOptions
|
|
1594
|
+
): Promise<GetUsagePlanCommandOutput>;
|
|
1595
|
+
getUsagePlan(
|
|
1596
|
+
args: GetUsagePlanCommandInput,
|
|
1597
|
+
cb: (err: any, data?: GetUsagePlanCommandOutput) => void
|
|
1598
|
+
): void;
|
|
1599
|
+
getUsagePlan(
|
|
1600
|
+
args: GetUsagePlanCommandInput,
|
|
1601
|
+
options: __HttpHandlerOptions,
|
|
1602
|
+
cb: (err: any, data?: GetUsagePlanCommandOutput) => void
|
|
1603
|
+
): void;
|
|
1604
|
+
|
|
1605
|
+
getUsagePlanKey(
|
|
1606
|
+
args: GetUsagePlanKeyCommandInput,
|
|
1607
|
+
options?: __HttpHandlerOptions
|
|
1608
|
+
): Promise<GetUsagePlanKeyCommandOutput>;
|
|
1609
|
+
getUsagePlanKey(
|
|
1610
|
+
args: GetUsagePlanKeyCommandInput,
|
|
1611
|
+
cb: (err: any, data?: GetUsagePlanKeyCommandOutput) => void
|
|
1612
|
+
): void;
|
|
1613
|
+
getUsagePlanKey(
|
|
1614
|
+
args: GetUsagePlanKeyCommandInput,
|
|
1615
|
+
options: __HttpHandlerOptions,
|
|
1616
|
+
cb: (err: any, data?: GetUsagePlanKeyCommandOutput) => void
|
|
1617
|
+
): void;
|
|
1618
|
+
|
|
1619
|
+
getUsagePlanKeys(
|
|
1620
|
+
args: GetUsagePlanKeysCommandInput,
|
|
1621
|
+
options?: __HttpHandlerOptions
|
|
1622
|
+
): Promise<GetUsagePlanKeysCommandOutput>;
|
|
1623
|
+
getUsagePlanKeys(
|
|
1624
|
+
args: GetUsagePlanKeysCommandInput,
|
|
1625
|
+
cb: (err: any, data?: GetUsagePlanKeysCommandOutput) => void
|
|
1626
|
+
): void;
|
|
1627
|
+
getUsagePlanKeys(
|
|
1628
|
+
args: GetUsagePlanKeysCommandInput,
|
|
1629
|
+
options: __HttpHandlerOptions,
|
|
1630
|
+
cb: (err: any, data?: GetUsagePlanKeysCommandOutput) => void
|
|
1631
|
+
): void;
|
|
1632
|
+
|
|
1633
|
+
getUsagePlans(
|
|
1634
|
+
args: GetUsagePlansCommandInput,
|
|
1635
|
+
options?: __HttpHandlerOptions
|
|
1636
|
+
): Promise<GetUsagePlansCommandOutput>;
|
|
1637
|
+
getUsagePlans(
|
|
1638
|
+
args: GetUsagePlansCommandInput,
|
|
1639
|
+
cb: (err: any, data?: GetUsagePlansCommandOutput) => void
|
|
1640
|
+
): void;
|
|
1641
|
+
getUsagePlans(
|
|
1642
|
+
args: GetUsagePlansCommandInput,
|
|
1643
|
+
options: __HttpHandlerOptions,
|
|
1644
|
+
cb: (err: any, data?: GetUsagePlansCommandOutput) => void
|
|
1645
|
+
): void;
|
|
1646
|
+
|
|
1647
|
+
getVpcLink(
|
|
1648
|
+
args: GetVpcLinkCommandInput,
|
|
1649
|
+
options?: __HttpHandlerOptions
|
|
1650
|
+
): Promise<GetVpcLinkCommandOutput>;
|
|
1651
|
+
getVpcLink(
|
|
1652
|
+
args: GetVpcLinkCommandInput,
|
|
1653
|
+
cb: (err: any, data?: GetVpcLinkCommandOutput) => void
|
|
1654
|
+
): void;
|
|
1655
|
+
getVpcLink(
|
|
1656
|
+
args: GetVpcLinkCommandInput,
|
|
1657
|
+
options: __HttpHandlerOptions,
|
|
1658
|
+
cb: (err: any, data?: GetVpcLinkCommandOutput) => void
|
|
1659
|
+
): void;
|
|
1660
|
+
|
|
1661
|
+
getVpcLinks(
|
|
1662
|
+
args: GetVpcLinksCommandInput,
|
|
1663
|
+
options?: __HttpHandlerOptions
|
|
1664
|
+
): Promise<GetVpcLinksCommandOutput>;
|
|
1665
|
+
getVpcLinks(
|
|
1666
|
+
args: GetVpcLinksCommandInput,
|
|
1667
|
+
cb: (err: any, data?: GetVpcLinksCommandOutput) => void
|
|
1668
|
+
): void;
|
|
1669
|
+
getVpcLinks(
|
|
1670
|
+
args: GetVpcLinksCommandInput,
|
|
1671
|
+
options: __HttpHandlerOptions,
|
|
1672
|
+
cb: (err: any, data?: GetVpcLinksCommandOutput) => void
|
|
1673
|
+
): void;
|
|
1674
|
+
|
|
1675
|
+
importApiKeys(
|
|
1676
|
+
args: ImportApiKeysCommandInput,
|
|
1677
|
+
options?: __HttpHandlerOptions
|
|
1678
|
+
): Promise<ImportApiKeysCommandOutput>;
|
|
1679
|
+
importApiKeys(
|
|
1680
|
+
args: ImportApiKeysCommandInput,
|
|
1681
|
+
cb: (err: any, data?: ImportApiKeysCommandOutput) => void
|
|
1682
|
+
): void;
|
|
1683
|
+
importApiKeys(
|
|
1684
|
+
args: ImportApiKeysCommandInput,
|
|
1685
|
+
options: __HttpHandlerOptions,
|
|
1686
|
+
cb: (err: any, data?: ImportApiKeysCommandOutput) => void
|
|
1687
|
+
): void;
|
|
1688
|
+
|
|
1689
|
+
importDocumentationParts(
|
|
1690
|
+
args: ImportDocumentationPartsCommandInput,
|
|
1691
|
+
options?: __HttpHandlerOptions
|
|
1692
|
+
): Promise<ImportDocumentationPartsCommandOutput>;
|
|
1693
|
+
importDocumentationParts(
|
|
1694
|
+
args: ImportDocumentationPartsCommandInput,
|
|
1695
|
+
cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void
|
|
1696
|
+
): void;
|
|
1697
|
+
importDocumentationParts(
|
|
1698
|
+
args: ImportDocumentationPartsCommandInput,
|
|
1699
|
+
options: __HttpHandlerOptions,
|
|
1700
|
+
cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void
|
|
1701
|
+
): void;
|
|
1702
|
+
|
|
1703
|
+
importRestApi(
|
|
1704
|
+
args: ImportRestApiCommandInput,
|
|
1705
|
+
options?: __HttpHandlerOptions
|
|
1706
|
+
): Promise<ImportRestApiCommandOutput>;
|
|
1707
|
+
importRestApi(
|
|
1708
|
+
args: ImportRestApiCommandInput,
|
|
1709
|
+
cb: (err: any, data?: ImportRestApiCommandOutput) => void
|
|
1710
|
+
): void;
|
|
1711
|
+
importRestApi(
|
|
1712
|
+
args: ImportRestApiCommandInput,
|
|
1713
|
+
options: __HttpHandlerOptions,
|
|
1714
|
+
cb: (err: any, data?: ImportRestApiCommandOutput) => void
|
|
1715
|
+
): void;
|
|
1716
|
+
|
|
1717
|
+
putGatewayResponse(
|
|
1718
|
+
args: PutGatewayResponseCommandInput,
|
|
1719
|
+
options?: __HttpHandlerOptions
|
|
1720
|
+
): Promise<PutGatewayResponseCommandOutput>;
|
|
1721
|
+
putGatewayResponse(
|
|
1722
|
+
args: PutGatewayResponseCommandInput,
|
|
1723
|
+
cb: (err: any, data?: PutGatewayResponseCommandOutput) => void
|
|
1724
|
+
): void;
|
|
1725
|
+
putGatewayResponse(
|
|
1726
|
+
args: PutGatewayResponseCommandInput,
|
|
1727
|
+
options: __HttpHandlerOptions,
|
|
1728
|
+
cb: (err: any, data?: PutGatewayResponseCommandOutput) => void
|
|
1729
|
+
): void;
|
|
1730
|
+
|
|
1731
|
+
putIntegration(
|
|
1732
|
+
args: PutIntegrationCommandInput,
|
|
1733
|
+
options?: __HttpHandlerOptions
|
|
1734
|
+
): Promise<PutIntegrationCommandOutput>;
|
|
1735
|
+
putIntegration(
|
|
1736
|
+
args: PutIntegrationCommandInput,
|
|
1737
|
+
cb: (err: any, data?: PutIntegrationCommandOutput) => void
|
|
1738
|
+
): void;
|
|
1739
|
+
putIntegration(
|
|
1740
|
+
args: PutIntegrationCommandInput,
|
|
1741
|
+
options: __HttpHandlerOptions,
|
|
1742
|
+
cb: (err: any, data?: PutIntegrationCommandOutput) => void
|
|
1743
|
+
): void;
|
|
1744
|
+
|
|
1745
|
+
putIntegrationResponse(
|
|
1746
|
+
args: PutIntegrationResponseCommandInput,
|
|
1747
|
+
options?: __HttpHandlerOptions
|
|
1748
|
+
): Promise<PutIntegrationResponseCommandOutput>;
|
|
1749
|
+
putIntegrationResponse(
|
|
1750
|
+
args: PutIntegrationResponseCommandInput,
|
|
1751
|
+
cb: (err: any, data?: PutIntegrationResponseCommandOutput) => void
|
|
1752
|
+
): void;
|
|
1753
|
+
putIntegrationResponse(
|
|
1754
|
+
args: PutIntegrationResponseCommandInput,
|
|
1755
|
+
options: __HttpHandlerOptions,
|
|
1756
|
+
cb: (err: any, data?: PutIntegrationResponseCommandOutput) => void
|
|
1757
|
+
): void;
|
|
1758
|
+
|
|
1759
|
+
putMethod(
|
|
1760
|
+
args: PutMethodCommandInput,
|
|
1761
|
+
options?: __HttpHandlerOptions
|
|
1762
|
+
): Promise<PutMethodCommandOutput>;
|
|
1763
|
+
putMethod(
|
|
1764
|
+
args: PutMethodCommandInput,
|
|
1765
|
+
cb: (err: any, data?: PutMethodCommandOutput) => void
|
|
1766
|
+
): void;
|
|
1767
|
+
putMethod(
|
|
1768
|
+
args: PutMethodCommandInput,
|
|
1769
|
+
options: __HttpHandlerOptions,
|
|
1770
|
+
cb: (err: any, data?: PutMethodCommandOutput) => void
|
|
1771
|
+
): void;
|
|
1772
|
+
|
|
1773
|
+
putMethodResponse(
|
|
1774
|
+
args: PutMethodResponseCommandInput,
|
|
1775
|
+
options?: __HttpHandlerOptions
|
|
1776
|
+
): Promise<PutMethodResponseCommandOutput>;
|
|
1777
|
+
putMethodResponse(
|
|
1778
|
+
args: PutMethodResponseCommandInput,
|
|
1779
|
+
cb: (err: any, data?: PutMethodResponseCommandOutput) => void
|
|
1780
|
+
): void;
|
|
1781
|
+
putMethodResponse(
|
|
1782
|
+
args: PutMethodResponseCommandInput,
|
|
1783
|
+
options: __HttpHandlerOptions,
|
|
1784
|
+
cb: (err: any, data?: PutMethodResponseCommandOutput) => void
|
|
1785
|
+
): void;
|
|
1786
|
+
|
|
1787
|
+
putRestApi(
|
|
1788
|
+
args: PutRestApiCommandInput,
|
|
1789
|
+
options?: __HttpHandlerOptions
|
|
1790
|
+
): Promise<PutRestApiCommandOutput>;
|
|
1791
|
+
putRestApi(
|
|
1792
|
+
args: PutRestApiCommandInput,
|
|
1793
|
+
cb: (err: any, data?: PutRestApiCommandOutput) => void
|
|
1794
|
+
): void;
|
|
1795
|
+
putRestApi(
|
|
1796
|
+
args: PutRestApiCommandInput,
|
|
1797
|
+
options: __HttpHandlerOptions,
|
|
1798
|
+
cb: (err: any, data?: PutRestApiCommandOutput) => void
|
|
1799
|
+
): void;
|
|
1800
|
+
|
|
1801
|
+
tagResource(
|
|
1802
|
+
args: TagResourceCommandInput,
|
|
1803
|
+
options?: __HttpHandlerOptions
|
|
1804
|
+
): Promise<TagResourceCommandOutput>;
|
|
1805
|
+
tagResource(
|
|
1806
|
+
args: TagResourceCommandInput,
|
|
1807
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1808
|
+
): void;
|
|
1809
|
+
tagResource(
|
|
1810
|
+
args: TagResourceCommandInput,
|
|
1811
|
+
options: __HttpHandlerOptions,
|
|
1812
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1813
|
+
): void;
|
|
1814
|
+
|
|
1815
|
+
testInvokeAuthorizer(
|
|
1816
|
+
args: TestInvokeAuthorizerCommandInput,
|
|
1817
|
+
options?: __HttpHandlerOptions
|
|
1818
|
+
): Promise<TestInvokeAuthorizerCommandOutput>;
|
|
1819
|
+
testInvokeAuthorizer(
|
|
1820
|
+
args: TestInvokeAuthorizerCommandInput,
|
|
1821
|
+
cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void
|
|
1822
|
+
): void;
|
|
1823
|
+
testInvokeAuthorizer(
|
|
1824
|
+
args: TestInvokeAuthorizerCommandInput,
|
|
1825
|
+
options: __HttpHandlerOptions,
|
|
1826
|
+
cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void
|
|
1827
|
+
): void;
|
|
1828
|
+
|
|
1829
|
+
testInvokeMethod(
|
|
1830
|
+
args: TestInvokeMethodCommandInput,
|
|
1831
|
+
options?: __HttpHandlerOptions
|
|
1832
|
+
): Promise<TestInvokeMethodCommandOutput>;
|
|
1833
|
+
testInvokeMethod(
|
|
1834
|
+
args: TestInvokeMethodCommandInput,
|
|
1835
|
+
cb: (err: any, data?: TestInvokeMethodCommandOutput) => void
|
|
1836
|
+
): void;
|
|
1837
|
+
testInvokeMethod(
|
|
1838
|
+
args: TestInvokeMethodCommandInput,
|
|
1839
|
+
options: __HttpHandlerOptions,
|
|
1840
|
+
cb: (err: any, data?: TestInvokeMethodCommandOutput) => void
|
|
1841
|
+
): void;
|
|
1842
|
+
|
|
1843
|
+
untagResource(
|
|
1844
|
+
args: UntagResourceCommandInput,
|
|
1845
|
+
options?: __HttpHandlerOptions
|
|
1846
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1847
|
+
untagResource(
|
|
1848
|
+
args: UntagResourceCommandInput,
|
|
1849
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1850
|
+
): void;
|
|
1851
|
+
untagResource(
|
|
1852
|
+
args: UntagResourceCommandInput,
|
|
1853
|
+
options: __HttpHandlerOptions,
|
|
1854
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1855
|
+
): void;
|
|
1856
|
+
|
|
1857
|
+
updateAccount(
|
|
1858
|
+
args: UpdateAccountCommandInput,
|
|
1859
|
+
options?: __HttpHandlerOptions
|
|
1860
|
+
): Promise<UpdateAccountCommandOutput>;
|
|
1861
|
+
updateAccount(
|
|
1862
|
+
args: UpdateAccountCommandInput,
|
|
1863
|
+
cb: (err: any, data?: UpdateAccountCommandOutput) => void
|
|
1864
|
+
): void;
|
|
1865
|
+
updateAccount(
|
|
1866
|
+
args: UpdateAccountCommandInput,
|
|
1867
|
+
options: __HttpHandlerOptions,
|
|
1868
|
+
cb: (err: any, data?: UpdateAccountCommandOutput) => void
|
|
1869
|
+
): void;
|
|
1870
|
+
|
|
1871
|
+
updateApiKey(
|
|
1872
|
+
args: UpdateApiKeyCommandInput,
|
|
1873
|
+
options?: __HttpHandlerOptions
|
|
1874
|
+
): Promise<UpdateApiKeyCommandOutput>;
|
|
1875
|
+
updateApiKey(
|
|
1876
|
+
args: UpdateApiKeyCommandInput,
|
|
1877
|
+
cb: (err: any, data?: UpdateApiKeyCommandOutput) => void
|
|
1878
|
+
): void;
|
|
1879
|
+
updateApiKey(
|
|
1880
|
+
args: UpdateApiKeyCommandInput,
|
|
1881
|
+
options: __HttpHandlerOptions,
|
|
1882
|
+
cb: (err: any, data?: UpdateApiKeyCommandOutput) => void
|
|
1883
|
+
): void;
|
|
1884
|
+
|
|
1885
|
+
updateAuthorizer(
|
|
1886
|
+
args: UpdateAuthorizerCommandInput,
|
|
1887
|
+
options?: __HttpHandlerOptions
|
|
1888
|
+
): Promise<UpdateAuthorizerCommandOutput>;
|
|
1889
|
+
updateAuthorizer(
|
|
1890
|
+
args: UpdateAuthorizerCommandInput,
|
|
1891
|
+
cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void
|
|
1892
|
+
): void;
|
|
1893
|
+
updateAuthorizer(
|
|
1894
|
+
args: UpdateAuthorizerCommandInput,
|
|
1895
|
+
options: __HttpHandlerOptions,
|
|
1896
|
+
cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void
|
|
1897
|
+
): void;
|
|
1898
|
+
|
|
1899
|
+
updateBasePathMapping(
|
|
1900
|
+
args: UpdateBasePathMappingCommandInput,
|
|
1901
|
+
options?: __HttpHandlerOptions
|
|
1902
|
+
): Promise<UpdateBasePathMappingCommandOutput>;
|
|
1903
|
+
updateBasePathMapping(
|
|
1904
|
+
args: UpdateBasePathMappingCommandInput,
|
|
1905
|
+
cb: (err: any, data?: UpdateBasePathMappingCommandOutput) => void
|
|
1906
|
+
): void;
|
|
1907
|
+
updateBasePathMapping(
|
|
1908
|
+
args: UpdateBasePathMappingCommandInput,
|
|
1909
|
+
options: __HttpHandlerOptions,
|
|
1910
|
+
cb: (err: any, data?: UpdateBasePathMappingCommandOutput) => void
|
|
1911
|
+
): void;
|
|
1912
|
+
|
|
1913
|
+
updateClientCertificate(
|
|
1914
|
+
args: UpdateClientCertificateCommandInput,
|
|
1915
|
+
options?: __HttpHandlerOptions
|
|
1916
|
+
): Promise<UpdateClientCertificateCommandOutput>;
|
|
1917
|
+
updateClientCertificate(
|
|
1918
|
+
args: UpdateClientCertificateCommandInput,
|
|
1919
|
+
cb: (err: any, data?: UpdateClientCertificateCommandOutput) => void
|
|
1920
|
+
): void;
|
|
1921
|
+
updateClientCertificate(
|
|
1922
|
+
args: UpdateClientCertificateCommandInput,
|
|
1923
|
+
options: __HttpHandlerOptions,
|
|
1924
|
+
cb: (err: any, data?: UpdateClientCertificateCommandOutput) => void
|
|
1925
|
+
): void;
|
|
1926
|
+
|
|
1927
|
+
updateDeployment(
|
|
1928
|
+
args: UpdateDeploymentCommandInput,
|
|
1929
|
+
options?: __HttpHandlerOptions
|
|
1930
|
+
): Promise<UpdateDeploymentCommandOutput>;
|
|
1931
|
+
updateDeployment(
|
|
1932
|
+
args: UpdateDeploymentCommandInput,
|
|
1933
|
+
cb: (err: any, data?: UpdateDeploymentCommandOutput) => void
|
|
1934
|
+
): void;
|
|
1935
|
+
updateDeployment(
|
|
1936
|
+
args: UpdateDeploymentCommandInput,
|
|
1937
|
+
options: __HttpHandlerOptions,
|
|
1938
|
+
cb: (err: any, data?: UpdateDeploymentCommandOutput) => void
|
|
1939
|
+
): void;
|
|
1940
|
+
|
|
1941
|
+
updateDocumentationPart(
|
|
1942
|
+
args: UpdateDocumentationPartCommandInput,
|
|
1943
|
+
options?: __HttpHandlerOptions
|
|
1944
|
+
): Promise<UpdateDocumentationPartCommandOutput>;
|
|
1945
|
+
updateDocumentationPart(
|
|
1946
|
+
args: UpdateDocumentationPartCommandInput,
|
|
1947
|
+
cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void
|
|
1948
|
+
): void;
|
|
1949
|
+
updateDocumentationPart(
|
|
1950
|
+
args: UpdateDocumentationPartCommandInput,
|
|
1951
|
+
options: __HttpHandlerOptions,
|
|
1952
|
+
cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void
|
|
1953
|
+
): void;
|
|
1954
|
+
|
|
1955
|
+
updateDocumentationVersion(
|
|
1956
|
+
args: UpdateDocumentationVersionCommandInput,
|
|
1957
|
+
options?: __HttpHandlerOptions
|
|
1958
|
+
): Promise<UpdateDocumentationVersionCommandOutput>;
|
|
1959
|
+
updateDocumentationVersion(
|
|
1960
|
+
args: UpdateDocumentationVersionCommandInput,
|
|
1961
|
+
cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void
|
|
1962
|
+
): void;
|
|
1963
|
+
updateDocumentationVersion(
|
|
1964
|
+
args: UpdateDocumentationVersionCommandInput,
|
|
1965
|
+
options: __HttpHandlerOptions,
|
|
1966
|
+
cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void
|
|
1967
|
+
): void;
|
|
1968
|
+
|
|
1969
|
+
updateDomainName(
|
|
1970
|
+
args: UpdateDomainNameCommandInput,
|
|
1971
|
+
options?: __HttpHandlerOptions
|
|
1972
|
+
): Promise<UpdateDomainNameCommandOutput>;
|
|
1973
|
+
updateDomainName(
|
|
1974
|
+
args: UpdateDomainNameCommandInput,
|
|
1975
|
+
cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
|
|
1976
|
+
): void;
|
|
1977
|
+
updateDomainName(
|
|
1978
|
+
args: UpdateDomainNameCommandInput,
|
|
1979
|
+
options: __HttpHandlerOptions,
|
|
1980
|
+
cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
|
|
1981
|
+
): void;
|
|
1982
|
+
|
|
1983
|
+
updateGatewayResponse(
|
|
1984
|
+
args: UpdateGatewayResponseCommandInput,
|
|
1985
|
+
options?: __HttpHandlerOptions
|
|
1986
|
+
): Promise<UpdateGatewayResponseCommandOutput>;
|
|
1987
|
+
updateGatewayResponse(
|
|
1988
|
+
args: UpdateGatewayResponseCommandInput,
|
|
1989
|
+
cb: (err: any, data?: UpdateGatewayResponseCommandOutput) => void
|
|
1990
|
+
): void;
|
|
1991
|
+
updateGatewayResponse(
|
|
1992
|
+
args: UpdateGatewayResponseCommandInput,
|
|
1993
|
+
options: __HttpHandlerOptions,
|
|
1994
|
+
cb: (err: any, data?: UpdateGatewayResponseCommandOutput) => void
|
|
1995
|
+
): void;
|
|
1996
|
+
|
|
1997
|
+
updateIntegration(
|
|
1998
|
+
args: UpdateIntegrationCommandInput,
|
|
1999
|
+
options?: __HttpHandlerOptions
|
|
2000
|
+
): Promise<UpdateIntegrationCommandOutput>;
|
|
2001
|
+
updateIntegration(
|
|
2002
|
+
args: UpdateIntegrationCommandInput,
|
|
2003
|
+
cb: (err: any, data?: UpdateIntegrationCommandOutput) => void
|
|
2004
|
+
): void;
|
|
2005
|
+
updateIntegration(
|
|
2006
|
+
args: UpdateIntegrationCommandInput,
|
|
2007
|
+
options: __HttpHandlerOptions,
|
|
2008
|
+
cb: (err: any, data?: UpdateIntegrationCommandOutput) => void
|
|
2009
|
+
): void;
|
|
2010
|
+
|
|
2011
|
+
updateIntegrationResponse(
|
|
2012
|
+
args: UpdateIntegrationResponseCommandInput,
|
|
2013
|
+
options?: __HttpHandlerOptions
|
|
2014
|
+
): Promise<UpdateIntegrationResponseCommandOutput>;
|
|
2015
|
+
updateIntegrationResponse(
|
|
2016
|
+
args: UpdateIntegrationResponseCommandInput,
|
|
2017
|
+
cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void
|
|
2018
|
+
): void;
|
|
2019
|
+
updateIntegrationResponse(
|
|
2020
|
+
args: UpdateIntegrationResponseCommandInput,
|
|
2021
|
+
options: __HttpHandlerOptions,
|
|
2022
|
+
cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void
|
|
2023
|
+
): void;
|
|
2024
|
+
|
|
2025
|
+
updateMethod(
|
|
2026
|
+
args: UpdateMethodCommandInput,
|
|
2027
|
+
options?: __HttpHandlerOptions
|
|
2028
|
+
): Promise<UpdateMethodCommandOutput>;
|
|
2029
|
+
updateMethod(
|
|
2030
|
+
args: UpdateMethodCommandInput,
|
|
2031
|
+
cb: (err: any, data?: UpdateMethodCommandOutput) => void
|
|
2032
|
+
): void;
|
|
2033
|
+
updateMethod(
|
|
2034
|
+
args: UpdateMethodCommandInput,
|
|
2035
|
+
options: __HttpHandlerOptions,
|
|
2036
|
+
cb: (err: any, data?: UpdateMethodCommandOutput) => void
|
|
2037
|
+
): void;
|
|
2038
|
+
|
|
2039
|
+
updateMethodResponse(
|
|
2040
|
+
args: UpdateMethodResponseCommandInput,
|
|
2041
|
+
options?: __HttpHandlerOptions
|
|
2042
|
+
): Promise<UpdateMethodResponseCommandOutput>;
|
|
2043
|
+
updateMethodResponse(
|
|
2044
|
+
args: UpdateMethodResponseCommandInput,
|
|
2045
|
+
cb: (err: any, data?: UpdateMethodResponseCommandOutput) => void
|
|
2046
|
+
): void;
|
|
2047
|
+
updateMethodResponse(
|
|
2048
|
+
args: UpdateMethodResponseCommandInput,
|
|
2049
|
+
options: __HttpHandlerOptions,
|
|
2050
|
+
cb: (err: any, data?: UpdateMethodResponseCommandOutput) => void
|
|
2051
|
+
): void;
|
|
2052
|
+
|
|
2053
|
+
updateModel(
|
|
2054
|
+
args: UpdateModelCommandInput,
|
|
2055
|
+
options?: __HttpHandlerOptions
|
|
2056
|
+
): Promise<UpdateModelCommandOutput>;
|
|
2057
|
+
updateModel(
|
|
2058
|
+
args: UpdateModelCommandInput,
|
|
2059
|
+
cb: (err: any, data?: UpdateModelCommandOutput) => void
|
|
2060
|
+
): void;
|
|
2061
|
+
updateModel(
|
|
2062
|
+
args: UpdateModelCommandInput,
|
|
2063
|
+
options: __HttpHandlerOptions,
|
|
2064
|
+
cb: (err: any, data?: UpdateModelCommandOutput) => void
|
|
2065
|
+
): void;
|
|
2066
|
+
|
|
2067
|
+
updateRequestValidator(
|
|
2068
|
+
args: UpdateRequestValidatorCommandInput,
|
|
2069
|
+
options?: __HttpHandlerOptions
|
|
2070
|
+
): Promise<UpdateRequestValidatorCommandOutput>;
|
|
2071
|
+
updateRequestValidator(
|
|
2072
|
+
args: UpdateRequestValidatorCommandInput,
|
|
2073
|
+
cb: (err: any, data?: UpdateRequestValidatorCommandOutput) => void
|
|
2074
|
+
): void;
|
|
2075
|
+
updateRequestValidator(
|
|
2076
|
+
args: UpdateRequestValidatorCommandInput,
|
|
2077
|
+
options: __HttpHandlerOptions,
|
|
2078
|
+
cb: (err: any, data?: UpdateRequestValidatorCommandOutput) => void
|
|
2079
|
+
): void;
|
|
2080
|
+
|
|
2081
|
+
updateResource(
|
|
2082
|
+
args: UpdateResourceCommandInput,
|
|
2083
|
+
options?: __HttpHandlerOptions
|
|
2084
|
+
): Promise<UpdateResourceCommandOutput>;
|
|
2085
|
+
updateResource(
|
|
2086
|
+
args: UpdateResourceCommandInput,
|
|
2087
|
+
cb: (err: any, data?: UpdateResourceCommandOutput) => void
|
|
2088
|
+
): void;
|
|
2089
|
+
updateResource(
|
|
2090
|
+
args: UpdateResourceCommandInput,
|
|
2091
|
+
options: __HttpHandlerOptions,
|
|
2092
|
+
cb: (err: any, data?: UpdateResourceCommandOutput) => void
|
|
2093
|
+
): void;
|
|
2094
|
+
|
|
2095
|
+
updateRestApi(
|
|
2096
|
+
args: UpdateRestApiCommandInput,
|
|
2097
|
+
options?: __HttpHandlerOptions
|
|
2098
|
+
): Promise<UpdateRestApiCommandOutput>;
|
|
2099
|
+
updateRestApi(
|
|
2100
|
+
args: UpdateRestApiCommandInput,
|
|
2101
|
+
cb: (err: any, data?: UpdateRestApiCommandOutput) => void
|
|
2102
|
+
): void;
|
|
2103
|
+
updateRestApi(
|
|
2104
|
+
args: UpdateRestApiCommandInput,
|
|
2105
|
+
options: __HttpHandlerOptions,
|
|
2106
|
+
cb: (err: any, data?: UpdateRestApiCommandOutput) => void
|
|
2107
|
+
): void;
|
|
2108
|
+
|
|
2109
|
+
updateStage(
|
|
2110
|
+
args: UpdateStageCommandInput,
|
|
2111
|
+
options?: __HttpHandlerOptions
|
|
2112
|
+
): Promise<UpdateStageCommandOutput>;
|
|
2113
|
+
updateStage(
|
|
2114
|
+
args: UpdateStageCommandInput,
|
|
2115
|
+
cb: (err: any, data?: UpdateStageCommandOutput) => void
|
|
2116
|
+
): void;
|
|
2117
|
+
updateStage(
|
|
2118
|
+
args: UpdateStageCommandInput,
|
|
2119
|
+
options: __HttpHandlerOptions,
|
|
2120
|
+
cb: (err: any, data?: UpdateStageCommandOutput) => void
|
|
2121
|
+
): void;
|
|
2122
|
+
|
|
2123
|
+
updateUsage(
|
|
2124
|
+
args: UpdateUsageCommandInput,
|
|
2125
|
+
options?: __HttpHandlerOptions
|
|
2126
|
+
): Promise<UpdateUsageCommandOutput>;
|
|
2127
|
+
updateUsage(
|
|
2128
|
+
args: UpdateUsageCommandInput,
|
|
2129
|
+
cb: (err: any, data?: UpdateUsageCommandOutput) => void
|
|
2130
|
+
): void;
|
|
2131
|
+
updateUsage(
|
|
2132
|
+
args: UpdateUsageCommandInput,
|
|
2133
|
+
options: __HttpHandlerOptions,
|
|
2134
|
+
cb: (err: any, data?: UpdateUsageCommandOutput) => void
|
|
2135
|
+
): void;
|
|
2136
|
+
|
|
2137
|
+
updateUsagePlan(
|
|
2138
|
+
args: UpdateUsagePlanCommandInput,
|
|
2139
|
+
options?: __HttpHandlerOptions
|
|
2140
|
+
): Promise<UpdateUsagePlanCommandOutput>;
|
|
2141
|
+
updateUsagePlan(
|
|
2142
|
+
args: UpdateUsagePlanCommandInput,
|
|
2143
|
+
cb: (err: any, data?: UpdateUsagePlanCommandOutput) => void
|
|
2144
|
+
): void;
|
|
2145
|
+
updateUsagePlan(
|
|
2146
|
+
args: UpdateUsagePlanCommandInput,
|
|
2147
|
+
options: __HttpHandlerOptions,
|
|
2148
|
+
cb: (err: any, data?: UpdateUsagePlanCommandOutput) => void
|
|
2149
|
+
): void;
|
|
2150
|
+
|
|
2151
|
+
updateVpcLink(
|
|
2152
|
+
args: UpdateVpcLinkCommandInput,
|
|
2153
|
+
options?: __HttpHandlerOptions
|
|
2154
|
+
): Promise<UpdateVpcLinkCommandOutput>;
|
|
2155
|
+
updateVpcLink(
|
|
2156
|
+
args: UpdateVpcLinkCommandInput,
|
|
2157
|
+
cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void
|
|
2158
|
+
): void;
|
|
2159
|
+
updateVpcLink(
|
|
2160
|
+
args: UpdateVpcLinkCommandInput,
|
|
2161
|
+
options: __HttpHandlerOptions,
|
|
2162
|
+
cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void
|
|
2163
|
+
): void;
|
|
2164
|
+
}
|