@aws-sdk/client-api-gateway 3.95.0 → 3.99.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-cjs/runtimeConfig.js +2 -0
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/APIGateway.d.ts +110 -82
- package/dist-types/commands/CreateApiKeyCommand.d.ts +1 -2
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -2
- package/dist-types/commands/CreateBasePathMappingCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CreateDocumentationPartCommand.d.ts +17 -0
- package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +17 -0
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateRequestValidatorCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestApiCommand.d.ts +1 -1
- package/dist-types/commands/CreateStageCommand.d.ts +1 -2
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -2
- package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +17 -0
- package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +17 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMethodCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMethodResponseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
- package/dist-types/commands/GenerateClientCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetApiKeyCommand.d.ts +1 -1
- package/dist-types/commands/GetApiKeysCommand.d.ts +1 -1
- package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -2
- package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -2
- package/dist-types/commands/GetBasePathMappingCommand.d.ts +1 -1
- package/dist-types/commands/GetBasePathMappingsCommand.d.ts +1 -1
- package/dist-types/commands/GetClientCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetClientCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/GetDocumentationPartCommand.d.ts +17 -0
- package/dist-types/commands/GetDocumentationPartsCommand.d.ts +17 -0
- package/dist-types/commands/GetDocumentationVersionCommand.d.ts +17 -0
- package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +17 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -1
- package/dist-types/commands/GetExportCommand.d.ts +1 -1
- package/dist-types/commands/GetGatewayResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetGatewayResponsesCommand.d.ts +1 -1
- package/dist-types/commands/GetMethodCommand.d.ts +1 -1
- package/dist-types/commands/GetMethodResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetModelCommand.d.ts +1 -1
- package/dist-types/commands/GetModelsCommand.d.ts +1 -1
- package/dist-types/commands/GetRequestValidatorCommand.d.ts +1 -1
- package/dist-types/commands/GetRequestValidatorsCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcesCommand.d.ts +1 -1
- package/dist-types/commands/GetRestApiCommand.d.ts +1 -1
- package/dist-types/commands/GetRestApisCommand.d.ts +1 -1
- package/dist-types/commands/GetSdkCommand.d.ts +1 -1
- package/dist-types/commands/GetSdkTypeCommand.d.ts +17 -0
- package/dist-types/commands/GetSdkTypesCommand.d.ts +17 -0
- package/dist-types/commands/GetStageCommand.d.ts +1 -1
- package/dist-types/commands/GetStagesCommand.d.ts +1 -1
- package/dist-types/commands/GetTagsCommand.d.ts +1 -1
- package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -1
- package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +17 -0
- package/dist-types/commands/PutGatewayResponseCommand.d.ts +1 -1
- package/dist-types/commands/PutMethodCommand.d.ts +1 -1
- package/dist-types/commands/PutMethodResponseCommand.d.ts +1 -1
- package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +1 -5
- package/dist-types/commands/TestInvokeMethodCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -2
- package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClientCertificateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +17 -0
- package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +17 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMethodCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMethodResponseCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +645 -1896
- package/dist-types/ts3.4/APIGateway.d.ts +13 -0
- package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +6 -6
|
@@ -126,34 +126,38 @@ import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "./command
|
|
|
126
126
|
*/
|
|
127
127
|
export declare class APIGateway extends APIGatewayClient {
|
|
128
128
|
/**
|
|
129
|
-
* <p>Create an
|
|
130
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/create-api-key.html">AWS CLI</a></div>
|
|
129
|
+
* <p>Create an ApiKey resource. </p>
|
|
131
130
|
*/
|
|
132
131
|
createApiKey(args: CreateApiKeyCommandInput, options?: __HttpHandlerOptions): Promise<CreateApiKeyCommandOutput>;
|
|
133
132
|
createApiKey(args: CreateApiKeyCommandInput, cb: (err: any, data?: CreateApiKeyCommandOutput) => void): void;
|
|
134
133
|
createApiKey(args: CreateApiKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApiKeyCommandOutput) => void): void;
|
|
135
134
|
/**
|
|
136
|
-
* <p>Adds a new
|
|
137
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/create-authorizer.html">AWS CLI</a></div>
|
|
135
|
+
* <p>Adds a new Authorizer resource to an existing RestApi resource.</p>
|
|
138
136
|
*/
|
|
139
137
|
createAuthorizer(args: CreateAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<CreateAuthorizerCommandOutput>;
|
|
140
138
|
createAuthorizer(args: CreateAuthorizerCommandInput, cb: (err: any, data?: CreateAuthorizerCommandOutput) => void): void;
|
|
141
139
|
createAuthorizer(args: CreateAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAuthorizerCommandOutput) => void): void;
|
|
142
140
|
/**
|
|
143
|
-
* <p>Creates a new
|
|
141
|
+
* <p>Creates a new BasePathMapping resource.</p>
|
|
144
142
|
*/
|
|
145
143
|
createBasePathMapping(args: CreateBasePathMappingCommandInput, options?: __HttpHandlerOptions): Promise<CreateBasePathMappingCommandOutput>;
|
|
146
144
|
createBasePathMapping(args: CreateBasePathMappingCommandInput, cb: (err: any, data?: CreateBasePathMappingCommandOutput) => void): void;
|
|
147
145
|
createBasePathMapping(args: CreateBasePathMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBasePathMappingCommandOutput) => void): void;
|
|
148
146
|
/**
|
|
149
|
-
* <p>Creates a
|
|
147
|
+
* <p>Creates a Deployment resource, which makes a specified RestApi callable over the internet.</p>
|
|
150
148
|
*/
|
|
151
149
|
createDeployment(args: CreateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentCommandOutput>;
|
|
152
150
|
createDeployment(args: CreateDeploymentCommandInput, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
|
|
153
151
|
createDeployment(args: CreateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
|
|
152
|
+
/**
|
|
153
|
+
* <p>Creates a documentation part.</p>
|
|
154
|
+
*/
|
|
154
155
|
createDocumentationPart(args: CreateDocumentationPartCommandInput, options?: __HttpHandlerOptions): Promise<CreateDocumentationPartCommandOutput>;
|
|
155
156
|
createDocumentationPart(args: CreateDocumentationPartCommandInput, cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void): void;
|
|
156
157
|
createDocumentationPart(args: CreateDocumentationPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void): void;
|
|
158
|
+
/**
|
|
159
|
+
* <p>Creates a documentation version</p>
|
|
160
|
+
*/
|
|
157
161
|
createDocumentationVersion(args: CreateDocumentationVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDocumentationVersionCommandOutput>;
|
|
158
162
|
createDocumentationVersion(args: CreateDocumentationVersionCommandInput, cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void): void;
|
|
159
163
|
createDocumentationVersion(args: CreateDocumentationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void): void;
|
|
@@ -164,32 +168,31 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
164
168
|
createDomainName(args: CreateDomainNameCommandInput, cb: (err: any, data?: CreateDomainNameCommandOutput) => void): void;
|
|
165
169
|
createDomainName(args: CreateDomainNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainNameCommandOutput) => void): void;
|
|
166
170
|
/**
|
|
167
|
-
* <p>Adds a new
|
|
171
|
+
* <p>Adds a new Model resource to an existing RestApi resource.</p>
|
|
168
172
|
*/
|
|
169
173
|
createModel(args: CreateModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelCommandOutput>;
|
|
170
174
|
createModel(args: CreateModelCommandInput, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
|
|
171
175
|
createModel(args: CreateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
|
|
172
176
|
/**
|
|
173
|
-
* <p>Creates a
|
|
177
|
+
* <p>Creates a RequestValidator of a given RestApi.</p>
|
|
174
178
|
*/
|
|
175
179
|
createRequestValidator(args: CreateRequestValidatorCommandInput, options?: __HttpHandlerOptions): Promise<CreateRequestValidatorCommandOutput>;
|
|
176
180
|
createRequestValidator(args: CreateRequestValidatorCommandInput, cb: (err: any, data?: CreateRequestValidatorCommandOutput) => void): void;
|
|
177
181
|
createRequestValidator(args: CreateRequestValidatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRequestValidatorCommandOutput) => void): void;
|
|
178
182
|
/**
|
|
179
|
-
* <p>Creates a
|
|
183
|
+
* <p>Creates a Resource resource.</p>
|
|
180
184
|
*/
|
|
181
185
|
createResource(args: CreateResourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceCommandOutput>;
|
|
182
186
|
createResource(args: CreateResourceCommandInput, cb: (err: any, data?: CreateResourceCommandOutput) => void): void;
|
|
183
187
|
createResource(args: CreateResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceCommandOutput) => void): void;
|
|
184
188
|
/**
|
|
185
|
-
* <p>Creates a new
|
|
189
|
+
* <p>Creates a new RestApi resource.</p>
|
|
186
190
|
*/
|
|
187
191
|
createRestApi(args: CreateRestApiCommandInput, options?: __HttpHandlerOptions): Promise<CreateRestApiCommandOutput>;
|
|
188
192
|
createRestApi(args: CreateRestApiCommandInput, cb: (err: any, data?: CreateRestApiCommandOutput) => void): void;
|
|
189
193
|
createRestApi(args: CreateRestApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRestApiCommandOutput) => void): void;
|
|
190
194
|
/**
|
|
191
|
-
* <p>Creates a new
|
|
192
|
-
* <!-- <p>Creates a <a>Stage</a> resource.</p> -->
|
|
195
|
+
* <p>Creates a new Stage resource that references a pre-existing Deployment for the API. </p>
|
|
193
196
|
*/
|
|
194
197
|
createStage(args: CreateStageCommandInput, options?: __HttpHandlerOptions): Promise<CreateStageCommandOutput>;
|
|
195
198
|
createStage(args: CreateStageCommandInput, cb: (err: any, data?: CreateStageCommandOutput) => void): void;
|
|
@@ -213,50 +216,55 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
213
216
|
createVpcLink(args: CreateVpcLinkCommandInput, cb: (err: any, data?: CreateVpcLinkCommandOutput) => void): void;
|
|
214
217
|
createVpcLink(args: CreateVpcLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcLinkCommandOutput) => void): void;
|
|
215
218
|
/**
|
|
216
|
-
* <p>Deletes the
|
|
219
|
+
* <p>Deletes the ApiKey resource.</p>
|
|
217
220
|
*/
|
|
218
221
|
deleteApiKey(args: DeleteApiKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApiKeyCommandOutput>;
|
|
219
222
|
deleteApiKey(args: DeleteApiKeyCommandInput, cb: (err: any, data?: DeleteApiKeyCommandOutput) => void): void;
|
|
220
223
|
deleteApiKey(args: DeleteApiKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApiKeyCommandOutput) => void): void;
|
|
221
224
|
/**
|
|
222
|
-
* <p>Deletes an existing
|
|
223
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/delete-authorizer.html">AWS CLI</a></div>
|
|
225
|
+
* <p>Deletes an existing Authorizer resource.</p>
|
|
224
226
|
*/
|
|
225
227
|
deleteAuthorizer(args: DeleteAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAuthorizerCommandOutput>;
|
|
226
228
|
deleteAuthorizer(args: DeleteAuthorizerCommandInput, cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void): void;
|
|
227
229
|
deleteAuthorizer(args: DeleteAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void): void;
|
|
228
230
|
/**
|
|
229
|
-
* <p>Deletes the
|
|
231
|
+
* <p>Deletes the BasePathMapping resource.</p>
|
|
230
232
|
*/
|
|
231
233
|
deleteBasePathMapping(args: DeleteBasePathMappingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBasePathMappingCommandOutput>;
|
|
232
234
|
deleteBasePathMapping(args: DeleteBasePathMappingCommandInput, cb: (err: any, data?: DeleteBasePathMappingCommandOutput) => void): void;
|
|
233
235
|
deleteBasePathMapping(args: DeleteBasePathMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBasePathMappingCommandOutput) => void): void;
|
|
234
236
|
/**
|
|
235
|
-
* <p>Deletes the
|
|
237
|
+
* <p>Deletes the ClientCertificate resource.</p>
|
|
236
238
|
*/
|
|
237
239
|
deleteClientCertificate(args: DeleteClientCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClientCertificateCommandOutput>;
|
|
238
240
|
deleteClientCertificate(args: DeleteClientCertificateCommandInput, cb: (err: any, data?: DeleteClientCertificateCommandOutput) => void): void;
|
|
239
241
|
deleteClientCertificate(args: DeleteClientCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClientCertificateCommandOutput) => void): void;
|
|
240
242
|
/**
|
|
241
|
-
* <p>Deletes a
|
|
243
|
+
* <p>Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.</p>
|
|
242
244
|
*/
|
|
243
245
|
deleteDeployment(args: DeleteDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeploymentCommandOutput>;
|
|
244
246
|
deleteDeployment(args: DeleteDeploymentCommandInput, cb: (err: any, data?: DeleteDeploymentCommandOutput) => void): void;
|
|
245
247
|
deleteDeployment(args: DeleteDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentCommandOutput) => void): void;
|
|
248
|
+
/**
|
|
249
|
+
* <p>Deletes a documentation part</p>
|
|
250
|
+
*/
|
|
246
251
|
deleteDocumentationPart(args: DeleteDocumentationPartCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDocumentationPartCommandOutput>;
|
|
247
252
|
deleteDocumentationPart(args: DeleteDocumentationPartCommandInput, cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void): void;
|
|
248
253
|
deleteDocumentationPart(args: DeleteDocumentationPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void): void;
|
|
254
|
+
/**
|
|
255
|
+
* <p>Deletes a documentation version.</p>
|
|
256
|
+
*/
|
|
249
257
|
deleteDocumentationVersion(args: DeleteDocumentationVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDocumentationVersionCommandOutput>;
|
|
250
258
|
deleteDocumentationVersion(args: DeleteDocumentationVersionCommandInput, cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void): void;
|
|
251
259
|
deleteDocumentationVersion(args: DeleteDocumentationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void): void;
|
|
252
260
|
/**
|
|
253
|
-
* <p>Deletes the
|
|
261
|
+
* <p>Deletes the DomainName resource.</p>
|
|
254
262
|
*/
|
|
255
263
|
deleteDomainName(args: DeleteDomainNameCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainNameCommandOutput>;
|
|
256
264
|
deleteDomainName(args: DeleteDomainNameCommandInput, cb: (err: any, data?: DeleteDomainNameCommandOutput) => void): void;
|
|
257
265
|
deleteDomainName(args: DeleteDomainNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainNameCommandOutput) => void): void;
|
|
258
266
|
/**
|
|
259
|
-
* <p>Clears any customization of a
|
|
267
|
+
* <p>Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.</p>
|
|
260
268
|
*/
|
|
261
269
|
deleteGatewayResponse(args: DeleteGatewayResponseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayResponseCommandOutput>;
|
|
262
270
|
deleteGatewayResponse(args: DeleteGatewayResponseCommandInput, cb: (err: any, data?: DeleteGatewayResponseCommandOutput) => void): void;
|
|
@@ -274,13 +282,13 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
274
282
|
deleteIntegrationResponse(args: DeleteIntegrationResponseCommandInput, cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void): void;
|
|
275
283
|
deleteIntegrationResponse(args: DeleteIntegrationResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void): void;
|
|
276
284
|
/**
|
|
277
|
-
* <p>Deletes an existing
|
|
285
|
+
* <p>Deletes an existing Method resource.</p>
|
|
278
286
|
*/
|
|
279
287
|
deleteMethod(args: DeleteMethodCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMethodCommandOutput>;
|
|
280
288
|
deleteMethod(args: DeleteMethodCommandInput, cb: (err: any, data?: DeleteMethodCommandOutput) => void): void;
|
|
281
289
|
deleteMethod(args: DeleteMethodCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMethodCommandOutput) => void): void;
|
|
282
290
|
/**
|
|
283
|
-
* <p>Deletes an existing
|
|
291
|
+
* <p>Deletes an existing MethodResponse resource.</p>
|
|
284
292
|
*/
|
|
285
293
|
deleteMethodResponse(args: DeleteMethodResponseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMethodResponseCommandOutput>;
|
|
286
294
|
deleteMethodResponse(args: DeleteMethodResponseCommandInput, cb: (err: any, data?: DeleteMethodResponseCommandOutput) => void): void;
|
|
@@ -292,13 +300,13 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
292
300
|
deleteModel(args: DeleteModelCommandInput, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
|
|
293
301
|
deleteModel(args: DeleteModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
|
|
294
302
|
/**
|
|
295
|
-
* <p>Deletes a
|
|
303
|
+
* <p>Deletes a RequestValidator of a given RestApi.</p>
|
|
296
304
|
*/
|
|
297
305
|
deleteRequestValidator(args: DeleteRequestValidatorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRequestValidatorCommandOutput>;
|
|
298
306
|
deleteRequestValidator(args: DeleteRequestValidatorCommandInput, cb: (err: any, data?: DeleteRequestValidatorCommandOutput) => void): void;
|
|
299
307
|
deleteRequestValidator(args: DeleteRequestValidatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRequestValidatorCommandOutput) => void): void;
|
|
300
308
|
/**
|
|
301
|
-
* <p>Deletes a
|
|
309
|
+
* <p>Deletes a Resource resource.</p>
|
|
302
310
|
*/
|
|
303
311
|
deleteResource(args: DeleteResourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceCommandOutput>;
|
|
304
312
|
deleteResource(args: DeleteResourceCommandInput, cb: (err: any, data?: DeleteResourceCommandOutput) => void): void;
|
|
@@ -310,7 +318,7 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
310
318
|
deleteRestApi(args: DeleteRestApiCommandInput, cb: (err: any, data?: DeleteRestApiCommandOutput) => void): void;
|
|
311
319
|
deleteRestApi(args: DeleteRestApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRestApiCommandOutput) => void): void;
|
|
312
320
|
/**
|
|
313
|
-
* <p>Deletes a
|
|
321
|
+
* <p>Deletes a Stage resource.</p>
|
|
314
322
|
*/
|
|
315
323
|
deleteStage(args: DeleteStageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStageCommandOutput>;
|
|
316
324
|
deleteStage(args: DeleteStageCommandInput, cb: (err: any, data?: DeleteStageCommandOutput) => void): void;
|
|
@@ -328,7 +336,7 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
328
336
|
deleteUsagePlanKey(args: DeleteUsagePlanKeyCommandInput, cb: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void): void;
|
|
329
337
|
deleteUsagePlanKey(args: DeleteUsagePlanKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void): void;
|
|
330
338
|
/**
|
|
331
|
-
* <p>Deletes an existing
|
|
339
|
+
* <p>Deletes an existing VpcLink of a specified identifier.</p>
|
|
332
340
|
*/
|
|
333
341
|
deleteVpcLink(args: DeleteVpcLinkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVpcLinkCommandOutput>;
|
|
334
342
|
deleteVpcLink(args: DeleteVpcLinkCommandInput, cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void): void;
|
|
@@ -346,88 +354,98 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
346
354
|
flushStageCache(args: FlushStageCacheCommandInput, cb: (err: any, data?: FlushStageCacheCommandOutput) => void): void;
|
|
347
355
|
flushStageCache(args: FlushStageCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FlushStageCacheCommandOutput) => void): void;
|
|
348
356
|
/**
|
|
349
|
-
* <p>Generates a
|
|
357
|
+
* <p>Generates a ClientCertificate resource.</p>
|
|
350
358
|
*/
|
|
351
359
|
generateClientCertificate(args: GenerateClientCertificateCommandInput, options?: __HttpHandlerOptions): Promise<GenerateClientCertificateCommandOutput>;
|
|
352
360
|
generateClientCertificate(args: GenerateClientCertificateCommandInput, cb: (err: any, data?: GenerateClientCertificateCommandOutput) => void): void;
|
|
353
361
|
generateClientCertificate(args: GenerateClientCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateClientCertificateCommandOutput) => void): void;
|
|
354
362
|
/**
|
|
355
|
-
* <p>Gets information about the current
|
|
363
|
+
* <p>Gets information about the current Account resource.</p>
|
|
356
364
|
*/
|
|
357
365
|
getAccount(args: GetAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountCommandOutput>;
|
|
358
366
|
getAccount(args: GetAccountCommandInput, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
|
|
359
367
|
getAccount(args: GetAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
|
|
360
368
|
/**
|
|
361
|
-
* <p>Gets information about the current
|
|
369
|
+
* <p>Gets information about the current ApiKey resource.</p>
|
|
362
370
|
*/
|
|
363
371
|
getApiKey(args: GetApiKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetApiKeyCommandOutput>;
|
|
364
372
|
getApiKey(args: GetApiKeyCommandInput, cb: (err: any, data?: GetApiKeyCommandOutput) => void): void;
|
|
365
373
|
getApiKey(args: GetApiKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApiKeyCommandOutput) => void): void;
|
|
366
374
|
/**
|
|
367
|
-
* <p>Gets information about the current
|
|
375
|
+
* <p>Gets information about the current ApiKeys resource.</p>
|
|
368
376
|
*/
|
|
369
377
|
getApiKeys(args: GetApiKeysCommandInput, options?: __HttpHandlerOptions): Promise<GetApiKeysCommandOutput>;
|
|
370
378
|
getApiKeys(args: GetApiKeysCommandInput, cb: (err: any, data?: GetApiKeysCommandOutput) => void): void;
|
|
371
379
|
getApiKeys(args: GetApiKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApiKeysCommandOutput) => void): void;
|
|
372
380
|
/**
|
|
373
|
-
* <p>Describe an existing
|
|
374
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-authorizer.html">AWS CLI</a></div>
|
|
381
|
+
* <p>Describe an existing Authorizer resource.</p>
|
|
375
382
|
*/
|
|
376
383
|
getAuthorizer(args: GetAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<GetAuthorizerCommandOutput>;
|
|
377
384
|
getAuthorizer(args: GetAuthorizerCommandInput, cb: (err: any, data?: GetAuthorizerCommandOutput) => void): void;
|
|
378
385
|
getAuthorizer(args: GetAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAuthorizerCommandOutput) => void): void;
|
|
379
386
|
/**
|
|
380
|
-
* <p>Describe an existing
|
|
381
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-authorizers.html">AWS CLI</a></div>
|
|
387
|
+
* <p>Describe an existing Authorizers resource.</p>
|
|
382
388
|
*/
|
|
383
389
|
getAuthorizers(args: GetAuthorizersCommandInput, options?: __HttpHandlerOptions): Promise<GetAuthorizersCommandOutput>;
|
|
384
390
|
getAuthorizers(args: GetAuthorizersCommandInput, cb: (err: any, data?: GetAuthorizersCommandOutput) => void): void;
|
|
385
391
|
getAuthorizers(args: GetAuthorizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAuthorizersCommandOutput) => void): void;
|
|
386
392
|
/**
|
|
387
|
-
* <p>Describe a
|
|
393
|
+
* <p>Describe a BasePathMapping resource.</p>
|
|
388
394
|
*/
|
|
389
395
|
getBasePathMapping(args: GetBasePathMappingCommandInput, options?: __HttpHandlerOptions): Promise<GetBasePathMappingCommandOutput>;
|
|
390
396
|
getBasePathMapping(args: GetBasePathMappingCommandInput, cb: (err: any, data?: GetBasePathMappingCommandOutput) => void): void;
|
|
391
397
|
getBasePathMapping(args: GetBasePathMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBasePathMappingCommandOutput) => void): void;
|
|
392
398
|
/**
|
|
393
|
-
* <p>Represents a collection of
|
|
399
|
+
* <p>Represents a collection of BasePathMapping resources.</p>
|
|
394
400
|
*/
|
|
395
401
|
getBasePathMappings(args: GetBasePathMappingsCommandInput, options?: __HttpHandlerOptions): Promise<GetBasePathMappingsCommandOutput>;
|
|
396
402
|
getBasePathMappings(args: GetBasePathMappingsCommandInput, cb: (err: any, data?: GetBasePathMappingsCommandOutput) => void): void;
|
|
397
403
|
getBasePathMappings(args: GetBasePathMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBasePathMappingsCommandOutput) => void): void;
|
|
398
404
|
/**
|
|
399
|
-
* <p>Gets information about the current
|
|
405
|
+
* <p>Gets information about the current ClientCertificate resource.</p>
|
|
400
406
|
*/
|
|
401
407
|
getClientCertificate(args: GetClientCertificateCommandInput, options?: __HttpHandlerOptions): Promise<GetClientCertificateCommandOutput>;
|
|
402
408
|
getClientCertificate(args: GetClientCertificateCommandInput, cb: (err: any, data?: GetClientCertificateCommandOutput) => void): void;
|
|
403
409
|
getClientCertificate(args: GetClientCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClientCertificateCommandOutput) => void): void;
|
|
404
410
|
/**
|
|
405
|
-
* <p>Gets a collection of
|
|
411
|
+
* <p>Gets a collection of ClientCertificate resources.</p>
|
|
406
412
|
*/
|
|
407
413
|
getClientCertificates(args: GetClientCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<GetClientCertificatesCommandOutput>;
|
|
408
414
|
getClientCertificates(args: GetClientCertificatesCommandInput, cb: (err: any, data?: GetClientCertificatesCommandOutput) => void): void;
|
|
409
415
|
getClientCertificates(args: GetClientCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClientCertificatesCommandOutput) => void): void;
|
|
410
416
|
/**
|
|
411
|
-
* <p>Gets information about a
|
|
417
|
+
* <p>Gets information about a Deployment resource.</p>
|
|
412
418
|
*/
|
|
413
419
|
getDeployment(args: GetDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentCommandOutput>;
|
|
414
420
|
getDeployment(args: GetDeploymentCommandInput, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
|
|
415
421
|
getDeployment(args: GetDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
|
|
416
422
|
/**
|
|
417
|
-
* <p>Gets information about a
|
|
423
|
+
* <p>Gets information about a Deployments collection.</p>
|
|
418
424
|
*/
|
|
419
425
|
getDeployments(args: GetDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentsCommandOutput>;
|
|
420
426
|
getDeployments(args: GetDeploymentsCommandInput, cb: (err: any, data?: GetDeploymentsCommandOutput) => void): void;
|
|
421
427
|
getDeployments(args: GetDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentsCommandOutput) => void): void;
|
|
428
|
+
/**
|
|
429
|
+
* <p>Gets a documentation part.</p>
|
|
430
|
+
*/
|
|
422
431
|
getDocumentationPart(args: GetDocumentationPartCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentationPartCommandOutput>;
|
|
423
432
|
getDocumentationPart(args: GetDocumentationPartCommandInput, cb: (err: any, data?: GetDocumentationPartCommandOutput) => void): void;
|
|
424
433
|
getDocumentationPart(args: GetDocumentationPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentationPartCommandOutput) => void): void;
|
|
434
|
+
/**
|
|
435
|
+
* <p>Gets documentation parts.</p>
|
|
436
|
+
*/
|
|
425
437
|
getDocumentationParts(args: GetDocumentationPartsCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentationPartsCommandOutput>;
|
|
426
438
|
getDocumentationParts(args: GetDocumentationPartsCommandInput, cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void): void;
|
|
427
439
|
getDocumentationParts(args: GetDocumentationPartsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void): void;
|
|
440
|
+
/**
|
|
441
|
+
* <p>Gets a documentation version.</p>
|
|
442
|
+
*/
|
|
428
443
|
getDocumentationVersion(args: GetDocumentationVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentationVersionCommandOutput>;
|
|
429
444
|
getDocumentationVersion(args: GetDocumentationVersionCommandInput, cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void): void;
|
|
430
445
|
getDocumentationVersion(args: GetDocumentationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void): void;
|
|
446
|
+
/**
|
|
447
|
+
* <p>Gets documentation versions.</p>
|
|
448
|
+
*/
|
|
431
449
|
getDocumentationVersions(args: GetDocumentationVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentationVersionsCommandOutput>;
|
|
432
450
|
getDocumentationVersions(args: GetDocumentationVersionsCommandInput, cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void): void;
|
|
433
451
|
getDocumentationVersions(args: GetDocumentationVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void): void;
|
|
@@ -438,25 +456,25 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
438
456
|
getDomainName(args: GetDomainNameCommandInput, cb: (err: any, data?: GetDomainNameCommandOutput) => void): void;
|
|
439
457
|
getDomainName(args: GetDomainNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainNameCommandOutput) => void): void;
|
|
440
458
|
/**
|
|
441
|
-
* <p>Represents a collection of
|
|
459
|
+
* <p>Represents a collection of DomainName resources.</p>
|
|
442
460
|
*/
|
|
443
461
|
getDomainNames(args: GetDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainNamesCommandOutput>;
|
|
444
462
|
getDomainNames(args: GetDomainNamesCommandInput, cb: (err: any, data?: GetDomainNamesCommandOutput) => void): void;
|
|
445
463
|
getDomainNames(args: GetDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainNamesCommandOutput) => void): void;
|
|
446
464
|
/**
|
|
447
|
-
* <p>Exports a deployed version of a
|
|
465
|
+
* <p>Exports a deployed version of a RestApi in a specified format.</p>
|
|
448
466
|
*/
|
|
449
467
|
getExport(args: GetExportCommandInput, options?: __HttpHandlerOptions): Promise<GetExportCommandOutput>;
|
|
450
468
|
getExport(args: GetExportCommandInput, cb: (err: any, data?: GetExportCommandOutput) => void): void;
|
|
451
469
|
getExport(args: GetExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExportCommandOutput) => void): void;
|
|
452
470
|
/**
|
|
453
|
-
* <p>Gets a
|
|
471
|
+
* <p>Gets a GatewayResponse of a specified response type on the given RestApi.</p>
|
|
454
472
|
*/
|
|
455
473
|
getGatewayResponse(args: GetGatewayResponseCommandInput, options?: __HttpHandlerOptions): Promise<GetGatewayResponseCommandOutput>;
|
|
456
474
|
getGatewayResponse(args: GetGatewayResponseCommandInput, cb: (err: any, data?: GetGatewayResponseCommandOutput) => void): void;
|
|
457
475
|
getGatewayResponse(args: GetGatewayResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGatewayResponseCommandOutput) => void): void;
|
|
458
476
|
/**
|
|
459
|
-
* <p>Gets the
|
|
477
|
+
* <p>Gets the GatewayResponses collection on the given RestApi. If an API developer has not added any definitions for gateway responses, the result will be the API Gateway-generated default GatewayResponses collection for the supported response types.</p>
|
|
460
478
|
*/
|
|
461
479
|
getGatewayResponses(args: GetGatewayResponsesCommandInput, options?: __HttpHandlerOptions): Promise<GetGatewayResponsesCommandOutput>;
|
|
462
480
|
getGatewayResponses(args: GetGatewayResponsesCommandInput, cb: (err: any, data?: GetGatewayResponsesCommandOutput) => void): void;
|
|
@@ -474,25 +492,25 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
474
492
|
getIntegrationResponse(args: GetIntegrationResponseCommandInput, cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void): void;
|
|
475
493
|
getIntegrationResponse(args: GetIntegrationResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void): void;
|
|
476
494
|
/**
|
|
477
|
-
* <p>Describe an existing
|
|
495
|
+
* <p>Describe an existing Method resource.</p>
|
|
478
496
|
*/
|
|
479
497
|
getMethod(args: GetMethodCommandInput, options?: __HttpHandlerOptions): Promise<GetMethodCommandOutput>;
|
|
480
498
|
getMethod(args: GetMethodCommandInput, cb: (err: any, data?: GetMethodCommandOutput) => void): void;
|
|
481
499
|
getMethod(args: GetMethodCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMethodCommandOutput) => void): void;
|
|
482
500
|
/**
|
|
483
|
-
* <p>Describes a
|
|
501
|
+
* <p>Describes a MethodResponse resource.</p>
|
|
484
502
|
*/
|
|
485
503
|
getMethodResponse(args: GetMethodResponseCommandInput, options?: __HttpHandlerOptions): Promise<GetMethodResponseCommandOutput>;
|
|
486
504
|
getMethodResponse(args: GetMethodResponseCommandInput, cb: (err: any, data?: GetMethodResponseCommandOutput) => void): void;
|
|
487
505
|
getMethodResponse(args: GetMethodResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMethodResponseCommandOutput) => void): void;
|
|
488
506
|
/**
|
|
489
|
-
* <p>Describes an existing model defined for a
|
|
507
|
+
* <p>Describes an existing model defined for a RestApi resource.</p>
|
|
490
508
|
*/
|
|
491
509
|
getModel(args: GetModelCommandInput, options?: __HttpHandlerOptions): Promise<GetModelCommandOutput>;
|
|
492
510
|
getModel(args: GetModelCommandInput, cb: (err: any, data?: GetModelCommandOutput) => void): void;
|
|
493
511
|
getModel(args: GetModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelCommandOutput) => void): void;
|
|
494
512
|
/**
|
|
495
|
-
* <p>Describes existing
|
|
513
|
+
* <p>Describes existing Models defined for a RestApi resource.</p>
|
|
496
514
|
*/
|
|
497
515
|
getModels(args: GetModelsCommandInput, options?: __HttpHandlerOptions): Promise<GetModelsCommandOutput>;
|
|
498
516
|
getModels(args: GetModelsCommandInput, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
|
|
@@ -504,13 +522,13 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
504
522
|
getModelTemplate(args: GetModelTemplateCommandInput, cb: (err: any, data?: GetModelTemplateCommandOutput) => void): void;
|
|
505
523
|
getModelTemplate(args: GetModelTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelTemplateCommandOutput) => void): void;
|
|
506
524
|
/**
|
|
507
|
-
* <p>Gets a
|
|
525
|
+
* <p>Gets a RequestValidator of a given RestApi.</p>
|
|
508
526
|
*/
|
|
509
527
|
getRequestValidator(args: GetRequestValidatorCommandInput, options?: __HttpHandlerOptions): Promise<GetRequestValidatorCommandOutput>;
|
|
510
528
|
getRequestValidator(args: GetRequestValidatorCommandInput, cb: (err: any, data?: GetRequestValidatorCommandOutput) => void): void;
|
|
511
529
|
getRequestValidator(args: GetRequestValidatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRequestValidatorCommandOutput) => void): void;
|
|
512
530
|
/**
|
|
513
|
-
* <p>Gets the
|
|
531
|
+
* <p>Gets the RequestValidators collection of a given RestApi.</p>
|
|
514
532
|
*/
|
|
515
533
|
getRequestValidators(args: GetRequestValidatorsCommandInput, options?: __HttpHandlerOptions): Promise<GetRequestValidatorsCommandOutput>;
|
|
516
534
|
getRequestValidators(args: GetRequestValidatorsCommandInput, cb: (err: any, data?: GetRequestValidatorsCommandOutput) => void): void;
|
|
@@ -522,49 +540,55 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
522
540
|
getResource(args: GetResourceCommandInput, cb: (err: any, data?: GetResourceCommandOutput) => void): void;
|
|
523
541
|
getResource(args: GetResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceCommandOutput) => void): void;
|
|
524
542
|
/**
|
|
525
|
-
* <p>Lists information about a collection of
|
|
543
|
+
* <p>Lists information about a collection of Resource resources.</p>
|
|
526
544
|
*/
|
|
527
545
|
getResources(args: GetResourcesCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcesCommandOutput>;
|
|
528
546
|
getResources(args: GetResourcesCommandInput, cb: (err: any, data?: GetResourcesCommandOutput) => void): void;
|
|
529
547
|
getResources(args: GetResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcesCommandOutput) => void): void;
|
|
530
548
|
/**
|
|
531
|
-
* <p>Lists the
|
|
549
|
+
* <p>Lists the RestApi resource in the collection.</p>
|
|
532
550
|
*/
|
|
533
551
|
getRestApi(args: GetRestApiCommandInput, options?: __HttpHandlerOptions): Promise<GetRestApiCommandOutput>;
|
|
534
552
|
getRestApi(args: GetRestApiCommandInput, cb: (err: any, data?: GetRestApiCommandOutput) => void): void;
|
|
535
553
|
getRestApi(args: GetRestApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRestApiCommandOutput) => void): void;
|
|
536
554
|
/**
|
|
537
|
-
* <p>Lists the
|
|
555
|
+
* <p>Lists the RestApis resources for your collection.</p>
|
|
538
556
|
*/
|
|
539
557
|
getRestApis(args: GetRestApisCommandInput, options?: __HttpHandlerOptions): Promise<GetRestApisCommandOutput>;
|
|
540
558
|
getRestApis(args: GetRestApisCommandInput, cb: (err: any, data?: GetRestApisCommandOutput) => void): void;
|
|
541
559
|
getRestApis(args: GetRestApisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRestApisCommandOutput) => void): void;
|
|
542
560
|
/**
|
|
543
|
-
* <p>Generates a client SDK for a
|
|
561
|
+
* <p>Generates a client SDK for a RestApi and Stage.</p>
|
|
544
562
|
*/
|
|
545
563
|
getSdk(args: GetSdkCommandInput, options?: __HttpHandlerOptions): Promise<GetSdkCommandOutput>;
|
|
546
564
|
getSdk(args: GetSdkCommandInput, cb: (err: any, data?: GetSdkCommandOutput) => void): void;
|
|
547
565
|
getSdk(args: GetSdkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSdkCommandOutput) => void): void;
|
|
566
|
+
/**
|
|
567
|
+
* <p>Gets an SDK type.</p>
|
|
568
|
+
*/
|
|
548
569
|
getSdkType(args: GetSdkTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetSdkTypeCommandOutput>;
|
|
549
570
|
getSdkType(args: GetSdkTypeCommandInput, cb: (err: any, data?: GetSdkTypeCommandOutput) => void): void;
|
|
550
571
|
getSdkType(args: GetSdkTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSdkTypeCommandOutput) => void): void;
|
|
572
|
+
/**
|
|
573
|
+
* <p>Gets SDK types</p>
|
|
574
|
+
*/
|
|
551
575
|
getSdkTypes(args: GetSdkTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetSdkTypesCommandOutput>;
|
|
552
576
|
getSdkTypes(args: GetSdkTypesCommandInput, cb: (err: any, data?: GetSdkTypesCommandOutput) => void): void;
|
|
553
577
|
getSdkTypes(args: GetSdkTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSdkTypesCommandOutput) => void): void;
|
|
554
578
|
/**
|
|
555
|
-
* <p>Gets information about a
|
|
579
|
+
* <p>Gets information about a Stage resource.</p>
|
|
556
580
|
*/
|
|
557
581
|
getStage(args: GetStageCommandInput, options?: __HttpHandlerOptions): Promise<GetStageCommandOutput>;
|
|
558
582
|
getStage(args: GetStageCommandInput, cb: (err: any, data?: GetStageCommandOutput) => void): void;
|
|
559
583
|
getStage(args: GetStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStageCommandOutput) => void): void;
|
|
560
584
|
/**
|
|
561
|
-
* <p>Gets information about one or more
|
|
585
|
+
* <p>Gets information about one or more Stage resources.</p>
|
|
562
586
|
*/
|
|
563
587
|
getStages(args: GetStagesCommandInput, options?: __HttpHandlerOptions): Promise<GetStagesCommandOutput>;
|
|
564
588
|
getStages(args: GetStagesCommandInput, cb: (err: any, data?: GetStagesCommandOutput) => void): void;
|
|
565
589
|
getStages(args: GetStagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStagesCommandOutput) => void): void;
|
|
566
590
|
/**
|
|
567
|
-
* <p>Gets the
|
|
591
|
+
* <p>Gets the Tags collection for a given resource.</p>
|
|
568
592
|
*/
|
|
569
593
|
getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
|
|
570
594
|
getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
|
|
@@ -606,7 +630,7 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
606
630
|
getVpcLink(args: GetVpcLinkCommandInput, cb: (err: any, data?: GetVpcLinkCommandOutput) => void): void;
|
|
607
631
|
getVpcLink(args: GetVpcLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcLinkCommandOutput) => void): void;
|
|
608
632
|
/**
|
|
609
|
-
* <p>Gets the
|
|
633
|
+
* <p>Gets the VpcLinks collection under the caller's account in a selected region.</p>
|
|
610
634
|
*/
|
|
611
635
|
getVpcLinks(args: GetVpcLinksCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcLinksCommandOutput>;
|
|
612
636
|
getVpcLinks(args: GetVpcLinksCommandInput, cb: (err: any, data?: GetVpcLinksCommandOutput) => void): void;
|
|
@@ -617,6 +641,9 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
617
641
|
importApiKeys(args: ImportApiKeysCommandInput, options?: __HttpHandlerOptions): Promise<ImportApiKeysCommandOutput>;
|
|
618
642
|
importApiKeys(args: ImportApiKeysCommandInput, cb: (err: any, data?: ImportApiKeysCommandOutput) => void): void;
|
|
619
643
|
importApiKeys(args: ImportApiKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportApiKeysCommandOutput) => void): void;
|
|
644
|
+
/**
|
|
645
|
+
* <p>Imports documentation parts</p>
|
|
646
|
+
*/
|
|
620
647
|
importDocumentationParts(args: ImportDocumentationPartsCommandInput, options?: __HttpHandlerOptions): Promise<ImportDocumentationPartsCommandOutput>;
|
|
621
648
|
importDocumentationParts(args: ImportDocumentationPartsCommandInput, cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void): void;
|
|
622
649
|
importDocumentationParts(args: ImportDocumentationPartsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void): void;
|
|
@@ -627,7 +654,7 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
627
654
|
importRestApi(args: ImportRestApiCommandInput, cb: (err: any, data?: ImportRestApiCommandOutput) => void): void;
|
|
628
655
|
importRestApi(args: ImportRestApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportRestApiCommandOutput) => void): void;
|
|
629
656
|
/**
|
|
630
|
-
* <p>Creates a customization of a
|
|
657
|
+
* <p>Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.</p>
|
|
631
658
|
*/
|
|
632
659
|
putGatewayResponse(args: PutGatewayResponseCommandInput, options?: __HttpHandlerOptions): Promise<PutGatewayResponseCommandOutput>;
|
|
633
660
|
putGatewayResponse(args: PutGatewayResponseCommandInput, cb: (err: any, data?: PutGatewayResponseCommandOutput) => void): void;
|
|
@@ -645,13 +672,13 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
645
672
|
putIntegrationResponse(args: PutIntegrationResponseCommandInput, cb: (err: any, data?: PutIntegrationResponseCommandOutput) => void): void;
|
|
646
673
|
putIntegrationResponse(args: PutIntegrationResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutIntegrationResponseCommandOutput) => void): void;
|
|
647
674
|
/**
|
|
648
|
-
* <p>Add a method to an existing
|
|
675
|
+
* <p>Add a method to an existing Resource resource.</p>
|
|
649
676
|
*/
|
|
650
677
|
putMethod(args: PutMethodCommandInput, options?: __HttpHandlerOptions): Promise<PutMethodCommandOutput>;
|
|
651
678
|
putMethod(args: PutMethodCommandInput, cb: (err: any, data?: PutMethodCommandOutput) => void): void;
|
|
652
679
|
putMethod(args: PutMethodCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMethodCommandOutput) => void): void;
|
|
653
680
|
/**
|
|
654
|
-
* <p>Adds a
|
|
681
|
+
* <p>Adds a MethodResponse to an existing Method resource.</p>
|
|
655
682
|
*/
|
|
656
683
|
putMethodResponse(args: PutMethodResponseCommandInput, options?: __HttpHandlerOptions): Promise<PutMethodResponseCommandOutput>;
|
|
657
684
|
putMethodResponse(args: PutMethodResponseCommandInput, cb: (err: any, data?: PutMethodResponseCommandOutput) => void): void;
|
|
@@ -670,17 +697,13 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
670
697
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
671
698
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
672
699
|
/**
|
|
673
|
-
* <p>Simulate the execution of an
|
|
674
|
-
* <div class="seeAlso">
|
|
675
|
-
* <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html">Use Lambda Function as Authorizer</a>
|
|
676
|
-
* <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-integrate-with-cognito.html">Use Cognito User Pool as Authorizer</a>
|
|
677
|
-
* </div>
|
|
700
|
+
* <p>Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.</p>
|
|
678
701
|
*/
|
|
679
702
|
testInvokeAuthorizer(args: TestInvokeAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<TestInvokeAuthorizerCommandOutput>;
|
|
680
703
|
testInvokeAuthorizer(args: TestInvokeAuthorizerCommandInput, cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void): void;
|
|
681
704
|
testInvokeAuthorizer(args: TestInvokeAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void): void;
|
|
682
705
|
/**
|
|
683
|
-
* <p>Simulate the
|
|
706
|
+
* <p>Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.</p>
|
|
684
707
|
*/
|
|
685
708
|
testInvokeMethod(args: TestInvokeMethodCommandInput, options?: __HttpHandlerOptions): Promise<TestInvokeMethodCommandOutput>;
|
|
686
709
|
testInvokeMethod(args: TestInvokeMethodCommandInput, cb: (err: any, data?: TestInvokeMethodCommandOutput) => void): void;
|
|
@@ -692,56 +715,61 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
692
715
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
693
716
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
694
717
|
/**
|
|
695
|
-
* <p>Changes information about the current
|
|
718
|
+
* <p>Changes information about the current Account resource.</p>
|
|
696
719
|
*/
|
|
697
720
|
updateAccount(args: UpdateAccountCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountCommandOutput>;
|
|
698
721
|
updateAccount(args: UpdateAccountCommandInput, cb: (err: any, data?: UpdateAccountCommandOutput) => void): void;
|
|
699
722
|
updateAccount(args: UpdateAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountCommandOutput) => void): void;
|
|
700
723
|
/**
|
|
701
|
-
* <p>Changes information about an
|
|
724
|
+
* <p>Changes information about an ApiKey resource.</p>
|
|
702
725
|
*/
|
|
703
726
|
updateApiKey(args: UpdateApiKeyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApiKeyCommandOutput>;
|
|
704
727
|
updateApiKey(args: UpdateApiKeyCommandInput, cb: (err: any, data?: UpdateApiKeyCommandOutput) => void): void;
|
|
705
728
|
updateApiKey(args: UpdateApiKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApiKeyCommandOutput) => void): void;
|
|
706
729
|
/**
|
|
707
|
-
* <p>Updates an existing
|
|
708
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/update-authorizer.html">AWS CLI</a></div>
|
|
730
|
+
* <p>Updates an existing Authorizer resource.</p>
|
|
709
731
|
*/
|
|
710
732
|
updateAuthorizer(args: UpdateAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAuthorizerCommandOutput>;
|
|
711
733
|
updateAuthorizer(args: UpdateAuthorizerCommandInput, cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void): void;
|
|
712
734
|
updateAuthorizer(args: UpdateAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void): void;
|
|
713
735
|
/**
|
|
714
|
-
* <p>Changes information about the
|
|
736
|
+
* <p>Changes information about the BasePathMapping resource.</p>
|
|
715
737
|
*/
|
|
716
738
|
updateBasePathMapping(args: UpdateBasePathMappingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBasePathMappingCommandOutput>;
|
|
717
739
|
updateBasePathMapping(args: UpdateBasePathMappingCommandInput, cb: (err: any, data?: UpdateBasePathMappingCommandOutput) => void): void;
|
|
718
740
|
updateBasePathMapping(args: UpdateBasePathMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBasePathMappingCommandOutput) => void): void;
|
|
719
741
|
/**
|
|
720
|
-
* <p>Changes information about an
|
|
742
|
+
* <p>Changes information about an ClientCertificate resource.</p>
|
|
721
743
|
*/
|
|
722
744
|
updateClientCertificate(args: UpdateClientCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClientCertificateCommandOutput>;
|
|
723
745
|
updateClientCertificate(args: UpdateClientCertificateCommandInput, cb: (err: any, data?: UpdateClientCertificateCommandOutput) => void): void;
|
|
724
746
|
updateClientCertificate(args: UpdateClientCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClientCertificateCommandOutput) => void): void;
|
|
725
747
|
/**
|
|
726
|
-
* <p>Changes information about a
|
|
748
|
+
* <p>Changes information about a Deployment resource.</p>
|
|
727
749
|
*/
|
|
728
750
|
updateDeployment(args: UpdateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeploymentCommandOutput>;
|
|
729
751
|
updateDeployment(args: UpdateDeploymentCommandInput, cb: (err: any, data?: UpdateDeploymentCommandOutput) => void): void;
|
|
730
752
|
updateDeployment(args: UpdateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeploymentCommandOutput) => void): void;
|
|
753
|
+
/**
|
|
754
|
+
* <p>Updates a documentation part.</p>
|
|
755
|
+
*/
|
|
731
756
|
updateDocumentationPart(args: UpdateDocumentationPartCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDocumentationPartCommandOutput>;
|
|
732
757
|
updateDocumentationPart(args: UpdateDocumentationPartCommandInput, cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void): void;
|
|
733
758
|
updateDocumentationPart(args: UpdateDocumentationPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void): void;
|
|
759
|
+
/**
|
|
760
|
+
* <p>Updates a documentation version.</p>
|
|
761
|
+
*/
|
|
734
762
|
updateDocumentationVersion(args: UpdateDocumentationVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDocumentationVersionCommandOutput>;
|
|
735
763
|
updateDocumentationVersion(args: UpdateDocumentationVersionCommandInput, cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void): void;
|
|
736
764
|
updateDocumentationVersion(args: UpdateDocumentationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void): void;
|
|
737
765
|
/**
|
|
738
|
-
* <p>Changes information about the
|
|
766
|
+
* <p>Changes information about the DomainName resource.</p>
|
|
739
767
|
*/
|
|
740
768
|
updateDomainName(args: UpdateDomainNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainNameCommandOutput>;
|
|
741
769
|
updateDomainName(args: UpdateDomainNameCommandInput, cb: (err: any, data?: UpdateDomainNameCommandOutput) => void): void;
|
|
742
770
|
updateDomainName(args: UpdateDomainNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainNameCommandOutput) => void): void;
|
|
743
771
|
/**
|
|
744
|
-
* <p>Updates a
|
|
772
|
+
* <p>Updates a GatewayResponse of a specified response type on the given RestApi.</p>
|
|
745
773
|
*/
|
|
746
774
|
updateGatewayResponse(args: UpdateGatewayResponseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayResponseCommandOutput>;
|
|
747
775
|
updateGatewayResponse(args: UpdateGatewayResponseCommandInput, cb: (err: any, data?: UpdateGatewayResponseCommandOutput) => void): void;
|
|
@@ -759,13 +787,13 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
759
787
|
updateIntegrationResponse(args: UpdateIntegrationResponseCommandInput, cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void): void;
|
|
760
788
|
updateIntegrationResponse(args: UpdateIntegrationResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void): void;
|
|
761
789
|
/**
|
|
762
|
-
* <p>Updates an existing
|
|
790
|
+
* <p>Updates an existing Method resource.</p>
|
|
763
791
|
*/
|
|
764
792
|
updateMethod(args: UpdateMethodCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMethodCommandOutput>;
|
|
765
793
|
updateMethod(args: UpdateMethodCommandInput, cb: (err: any, data?: UpdateMethodCommandOutput) => void): void;
|
|
766
794
|
updateMethod(args: UpdateMethodCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMethodCommandOutput) => void): void;
|
|
767
795
|
/**
|
|
768
|
-
* <p>Updates an existing
|
|
796
|
+
* <p>Updates an existing MethodResponse resource.</p>
|
|
769
797
|
*/
|
|
770
798
|
updateMethodResponse(args: UpdateMethodResponseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMethodResponseCommandOutput>;
|
|
771
799
|
updateMethodResponse(args: UpdateMethodResponseCommandInput, cb: (err: any, data?: UpdateMethodResponseCommandOutput) => void): void;
|
|
@@ -777,13 +805,13 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
777
805
|
updateModel(args: UpdateModelCommandInput, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
|
|
778
806
|
updateModel(args: UpdateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
|
|
779
807
|
/**
|
|
780
|
-
* <p>Updates a
|
|
808
|
+
* <p>Updates a RequestValidator of a given RestApi.</p>
|
|
781
809
|
*/
|
|
782
810
|
updateRequestValidator(args: UpdateRequestValidatorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRequestValidatorCommandOutput>;
|
|
783
811
|
updateRequestValidator(args: UpdateRequestValidatorCommandInput, cb: (err: any, data?: UpdateRequestValidatorCommandOutput) => void): void;
|
|
784
812
|
updateRequestValidator(args: UpdateRequestValidatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRequestValidatorCommandOutput) => void): void;
|
|
785
813
|
/**
|
|
786
|
-
* <p>Changes information about a
|
|
814
|
+
* <p>Changes information about a Resource resource.</p>
|
|
787
815
|
*/
|
|
788
816
|
updateResource(args: UpdateResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceCommandOutput>;
|
|
789
817
|
updateResource(args: UpdateResourceCommandInput, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
|
|
@@ -795,7 +823,7 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
795
823
|
updateRestApi(args: UpdateRestApiCommandInput, cb: (err: any, data?: UpdateRestApiCommandOutput) => void): void;
|
|
796
824
|
updateRestApi(args: UpdateRestApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRestApiCommandOutput) => void): void;
|
|
797
825
|
/**
|
|
798
|
-
* <p>Changes information about a
|
|
826
|
+
* <p>Changes information about a Stage resource.</p>
|
|
799
827
|
*/
|
|
800
828
|
updateStage(args: UpdateStageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStageCommandOutput>;
|
|
801
829
|
updateStage(args: UpdateStageCommandInput, cb: (err: any, data?: UpdateStageCommandOutput) => void): void;
|
|
@@ -813,7 +841,7 @@ export declare class APIGateway extends APIGatewayClient {
|
|
|
813
841
|
updateUsagePlan(args: UpdateUsagePlanCommandInput, cb: (err: any, data?: UpdateUsagePlanCommandOutput) => void): void;
|
|
814
842
|
updateUsagePlan(args: UpdateUsagePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUsagePlanCommandOutput) => void): void;
|
|
815
843
|
/**
|
|
816
|
-
* <p>Updates an existing
|
|
844
|
+
* <p>Updates an existing VpcLink of a specified identifier.</p>
|
|
817
845
|
*/
|
|
818
846
|
updateVpcLink(args: UpdateVpcLinkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVpcLinkCommandOutput>;
|
|
819
847
|
updateVpcLink(args: UpdateVpcLinkCommandInput, cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void): void;
|