@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
|
@@ -7,7 +7,7 @@ export interface GetModelCommandInput extends GetModelRequest {
|
|
|
7
7
|
export interface GetModelCommandOutput extends Model, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Describes an existing model defined for a
|
|
10
|
+
* <p>Describes an existing model defined for a RestApi resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface GetModelsCommandInput extends GetModelsRequest {
|
|
|
7
7
|
export interface GetModelsCommandOutput extends Models, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Describes existing
|
|
10
|
+
* <p>Describes existing Models defined for a RestApi resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface GetRequestValidatorCommandInput extends GetRequestValidatorRequ
|
|
|
7
7
|
export interface GetRequestValidatorCommandOutput extends RequestValidator, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets a
|
|
10
|
+
* <p>Gets a RequestValidator of a given RestApi.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface GetRequestValidatorsCommandInput extends GetRequestValidatorsRe
|
|
|
7
7
|
export interface GetRequestValidatorsCommandOutput extends RequestValidators, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets the
|
|
10
|
+
* <p>Gets the RequestValidators collection of a given RestApi.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface GetResourcesCommandInput extends GetResourcesRequest {
|
|
|
7
7
|
export interface GetResourcesCommandOutput extends Resources, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Lists information about a collection of
|
|
10
|
+
* <p>Lists information about a collection of Resource resources.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface GetRestApiCommandInput extends GetRestApiRequest {
|
|
|
7
7
|
export interface GetRestApiCommandOutput extends RestApi, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Lists the
|
|
10
|
+
* <p>Lists the RestApi resource in the collection.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface GetRestApisCommandInput extends GetRestApisRequest {
|
|
|
7
7
|
export interface GetRestApisCommandOutput extends RestApis, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Lists the
|
|
10
|
+
* <p>Lists the RestApis resources for your collection.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface GetSdkCommandInput extends GetSdkRequest {
|
|
|
7
7
|
export interface GetSdkCommandOutput extends SdkResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Generates a client SDK for a
|
|
10
|
+
* <p>Generates a client SDK for a RestApi and Stage.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -6,6 +6,23 @@ export interface GetSdkTypeCommandInput extends GetSdkTypeRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetSdkTypeCommandOutput extends SdkType, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets an SDK type.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { APIGatewayClient, GetSdkTypeCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import
|
|
15
|
+
* // const { APIGatewayClient, GetSdkTypeCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import
|
|
16
|
+
* const client = new APIGatewayClient(config);
|
|
17
|
+
* const command = new GetSdkTypeCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetSdkTypeCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetSdkTypeCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
9
26
|
export declare class GetSdkTypeCommand extends $Command<GetSdkTypeCommandInput, GetSdkTypeCommandOutput, APIGatewayClientResolvedConfig> {
|
|
10
27
|
readonly input: GetSdkTypeCommandInput;
|
|
11
28
|
constructor(input: GetSdkTypeCommandInput);
|
|
@@ -6,6 +6,23 @@ export interface GetSdkTypesCommandInput extends GetSdkTypesRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetSdkTypesCommandOutput extends SdkTypes, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets SDK types</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { APIGatewayClient, GetSdkTypesCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import
|
|
15
|
+
* // const { APIGatewayClient, GetSdkTypesCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import
|
|
16
|
+
* const client = new APIGatewayClient(config);
|
|
17
|
+
* const command = new GetSdkTypesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetSdkTypesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetSdkTypesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
9
26
|
export declare class GetSdkTypesCommand extends $Command<GetSdkTypesCommandInput, GetSdkTypesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
10
27
|
readonly input: GetSdkTypesCommandInput;
|
|
11
28
|
constructor(input: GetSdkTypesCommandInput);
|
|
@@ -7,7 +7,7 @@ export interface GetStageCommandInput extends GetStageRequest {
|
|
|
7
7
|
export interface GetStageCommandOutput extends Stage, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets information about a
|
|
10
|
+
* <p>Gets information about a Stage resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface GetStagesCommandInput extends GetStagesRequest {
|
|
|
7
7
|
export interface GetStagesCommandOutput extends Stages, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets information about one or more
|
|
10
|
+
* <p>Gets information about one or more Stage resources.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface GetTagsCommandInput extends GetTagsRequest {
|
|
|
7
7
|
export interface GetTagsCommandOutput extends Tags, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets the
|
|
10
|
+
* <p>Gets the Tags collection for a given resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface GetVpcLinksCommandInput extends GetVpcLinksRequest {
|
|
|
7
7
|
export interface GetVpcLinksCommandOutput extends VpcLinks, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets the
|
|
10
|
+
* <p>Gets the VpcLinks collection under the caller's account in a selected region.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -6,6 +6,23 @@ export interface ImportDocumentationPartsCommandInput extends ImportDocumentatio
|
|
|
6
6
|
}
|
|
7
7
|
export interface ImportDocumentationPartsCommandOutput extends DocumentationPartIds, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Imports documentation parts</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { APIGatewayClient, ImportDocumentationPartsCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import
|
|
15
|
+
* // const { APIGatewayClient, ImportDocumentationPartsCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import
|
|
16
|
+
* const client = new APIGatewayClient(config);
|
|
17
|
+
* const command = new ImportDocumentationPartsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ImportDocumentationPartsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ImportDocumentationPartsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
9
26
|
export declare class ImportDocumentationPartsCommand extends $Command<ImportDocumentationPartsCommandInput, ImportDocumentationPartsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
10
27
|
readonly input: ImportDocumentationPartsCommandInput;
|
|
11
28
|
constructor(input: ImportDocumentationPartsCommandInput);
|
|
@@ -7,7 +7,7 @@ export interface PutGatewayResponseCommandInput extends PutGatewayResponseReques
|
|
|
7
7
|
export interface PutGatewayResponseCommandOutput extends GatewayResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a customization of a
|
|
10
|
+
* <p>Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface PutMethodCommandInput extends PutMethodRequest {
|
|
|
7
7
|
export interface PutMethodCommandOutput extends Method, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Add a method to an existing
|
|
10
|
+
* <p>Add a method to an existing Resource resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface PutMethodResponseCommandInput extends PutMethodResponseRequest
|
|
|
7
7
|
export interface PutMethodResponseCommandOutput extends MethodResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Adds a
|
|
10
|
+
* <p>Adds a MethodResponse to an existing Method resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,11 +7,7 @@ export interface TestInvokeAuthorizerCommandInput extends TestInvokeAuthorizerRe
|
|
|
7
7
|
export interface TestInvokeAuthorizerCommandOutput extends TestInvokeAuthorizerResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Simulate the execution of an
|
|
11
|
-
* <div class="seeAlso">
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html">Use Lambda Function as Authorizer</a>
|
|
13
|
-
* <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-integrate-with-cognito.html">Use Cognito User Pool as Authorizer</a>
|
|
14
|
-
* </div>
|
|
10
|
+
* <p>Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.</p>
|
|
15
11
|
* @example
|
|
16
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface TestInvokeMethodCommandInput extends TestInvokeMethodRequest {
|
|
|
7
7
|
export interface TestInvokeMethodCommandOutput extends TestInvokeMethodResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Simulate the
|
|
10
|
+
* <p>Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateAccountCommandInput extends UpdateAccountRequest {
|
|
|
7
7
|
export interface UpdateAccountCommandOutput extends Account, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Changes information about the current
|
|
10
|
+
* <p>Changes information about the current Account resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {
|
|
|
7
7
|
export interface UpdateApiKeyCommandOutput extends ApiKey, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Changes information about an
|
|
10
|
+
* <p>Changes information about an ApiKey resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,8 +7,7 @@ export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {
|
|
|
7
7
|
export interface UpdateAuthorizerCommandOutput extends Authorizer, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates an existing
|
|
11
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/update-authorizer.html">AWS CLI</a></div>
|
|
10
|
+
* <p>Updates an existing Authorizer resource.</p>
|
|
12
11
|
* @example
|
|
13
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateBasePathMappingCommandInput extends UpdateBasePathMapping
|
|
|
7
7
|
export interface UpdateBasePathMappingCommandOutput extends BasePathMapping, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Changes information about the
|
|
10
|
+
* <p>Changes information about the BasePathMapping resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateClientCertificateCommandInput extends UpdateClientCertifi
|
|
|
7
7
|
export interface UpdateClientCertificateCommandOutput extends ClientCertificate, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Changes information about an
|
|
10
|
+
* <p>Changes information about an ClientCertificate resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateDeploymentCommandInput extends UpdateDeploymentRequest {
|
|
|
7
7
|
export interface UpdateDeploymentCommandOutput extends Deployment, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Changes information about a
|
|
10
|
+
* <p>Changes information about a Deployment resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -6,6 +6,23 @@ export interface UpdateDocumentationPartCommandInput extends UpdateDocumentation
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateDocumentationPartCommandOutput extends DocumentationPart, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates a documentation part.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { APIGatewayClient, UpdateDocumentationPartCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import
|
|
15
|
+
* // const { APIGatewayClient, UpdateDocumentationPartCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import
|
|
16
|
+
* const client = new APIGatewayClient(config);
|
|
17
|
+
* const command = new UpdateDocumentationPartCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateDocumentationPartCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateDocumentationPartCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
9
26
|
export declare class UpdateDocumentationPartCommand extends $Command<UpdateDocumentationPartCommandInput, UpdateDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
|
|
10
27
|
readonly input: UpdateDocumentationPartCommandInput;
|
|
11
28
|
constructor(input: UpdateDocumentationPartCommandInput);
|
|
@@ -6,6 +6,23 @@ export interface UpdateDocumentationVersionCommandInput extends UpdateDocumentat
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateDocumentationVersionCommandOutput extends DocumentationVersion, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates a documentation version.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { APIGatewayClient, UpdateDocumentationVersionCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import
|
|
15
|
+
* // const { APIGatewayClient, UpdateDocumentationVersionCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import
|
|
16
|
+
* const client = new APIGatewayClient(config);
|
|
17
|
+
* const command = new UpdateDocumentationVersionCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateDocumentationVersionCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateDocumentationVersionCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
9
26
|
export declare class UpdateDocumentationVersionCommand extends $Command<UpdateDocumentationVersionCommandInput, UpdateDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig> {
|
|
10
27
|
readonly input: UpdateDocumentationVersionCommandInput;
|
|
11
28
|
constructor(input: UpdateDocumentationVersionCommandInput);
|
|
@@ -7,7 +7,7 @@ export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {
|
|
|
7
7
|
export interface UpdateDomainNameCommandOutput extends DomainName, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Changes information about the
|
|
10
|
+
* <p>Changes information about the DomainName resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateGatewayResponseCommandInput extends UpdateGatewayResponse
|
|
|
7
7
|
export interface UpdateGatewayResponseCommandOutput extends GatewayResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates a
|
|
10
|
+
* <p>Updates a GatewayResponse of a specified response type on the given RestApi.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateMethodCommandInput extends UpdateMethodRequest {
|
|
|
7
7
|
export interface UpdateMethodCommandOutput extends Method, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates an existing
|
|
10
|
+
* <p>Updates an existing Method resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateMethodResponseCommandInput extends UpdateMethodResponseRe
|
|
|
7
7
|
export interface UpdateMethodResponseCommandOutput extends MethodResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates an existing
|
|
10
|
+
* <p>Updates an existing MethodResponse resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateRequestValidatorCommandInput extends UpdateRequestValidat
|
|
|
7
7
|
export interface UpdateRequestValidatorCommandOutput extends RequestValidator, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates a
|
|
10
|
+
* <p>Updates a RequestValidator of a given RestApi.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateResourceCommandInput extends UpdateResourceRequest {
|
|
|
7
7
|
export interface UpdateResourceCommandOutput extends Resource, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Changes information about a
|
|
10
|
+
* <p>Changes information about a Resource resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateStageCommandInput extends UpdateStageRequest {
|
|
|
7
7
|
export interface UpdateStageCommandOutput extends Stage, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Changes information about a
|
|
10
|
+
* <p>Changes information about a Stage resource.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateVpcLinkCommandInput extends UpdateVpcLinkRequest {
|
|
|
7
7
|
export interface UpdateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates an existing
|
|
10
|
+
* <p>Updates an existing VpcLink of a specified identifier.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|