@aws-sdk/client-api-gateway 3.37.0 → 3.41.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 +42 -0
- package/dist-cjs/commands/index.js +123 -0
- package/dist-cjs/endpoints.js +79 -5
- package/dist-cjs/index.js +4 -135
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/commands/index.js +120 -0
- package/dist-es/endpoints.js +79 -5
- package/dist-es/index.js +4 -135
- package/dist-es/pagination/index.js +13 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/APIGatewayClient.d.ts +8 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -1
- package/dist-types/commands/CreateBasePathMappingCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainNameCommand.d.ts +1 -1
- 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 -1
- package/dist-types/commands/CreateUsagePlanCommand.d.ts +1 -1
- package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
- 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/DeleteDomainNameCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntegrationResponseCommand.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/DeleteModelCommand.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/DeleteRestApiCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUsagePlanCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
- package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +1 -1
- package/dist-types/commands/FlushStageCacheCommand.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 -1
- package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -1
- 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/GetDomainNameCommand.d.ts +1 -1
- 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/GetIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/GetIntegrationResponseCommand.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/GetModelTemplateCommand.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/GetResourceCommand.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/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/GetUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetUsagePlanCommand.d.ts +1 -1
- package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +1 -1
- package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +1 -1
- package/dist-types/commands/GetUsagePlansCommand.d.ts +1 -1
- package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -1
- package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -1
- package/dist-types/commands/ImportApiKeysCommand.d.ts +1 -1
- package/dist-types/commands/ImportRestApiCommand.d.ts +1 -1
- package/dist-types/commands/PutGatewayResponseCommand.d.ts +1 -1
- package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/PutIntegrationResponseCommand.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/PutRestApiCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +1 -1
- package/dist-types/commands/TestInvokeMethodCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.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 -1
- 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/UpdateDomainNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationResponseCommand.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/UpdateModelCommand.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/UpdateRestApiCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUsageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUsagePlanCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +120 -0
- package/dist-types/index.d.ts +4 -135
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/APIGatewayClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +120 -0
- package/dist-types/ts3.4/index.d.ts +4 -135
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +27 -27
|
@@ -20,7 +20,7 @@ export interface DeleteRestApiCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteRestApiCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteRestApiCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteRestApiCommand extends $Command<DeleteRestApiCommandInput, DeleteRestApiCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteStageCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteStageCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteStageCommand extends $Command<DeleteStageCommandInput, DeleteStageCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUsagePlanCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUsagePlanCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUsagePlanCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteUsagePlanCommand extends $Command<DeleteUsagePlanCommandInput, DeleteUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUsagePlanKeyCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUsagePlanKeyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUsagePlanKeyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteUsagePlanKeyCommand extends $Command<DeleteUsagePlanKeyCommandInput, DeleteUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteVpcLinkCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteVpcLinkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteVpcLinkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteVpcLinkCommand extends $Command<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface FlushStageAuthorizersCacheCommandOutput extends __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link FlushStageAuthorizersCacheCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link FlushStageAuthorizersCacheCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class FlushStageAuthorizersCacheCommand extends $Command<FlushStageAuthorizersCacheCommandInput, FlushStageAuthorizersCacheCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface FlushStageCacheCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link FlushStageCacheCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link FlushStageCacheCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class FlushStageCacheCommand extends $Command<FlushStageCacheCommandInput, FlushStageCacheCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GenerateClientCertificateCommandOutput extends ClientCertificat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GenerateClientCertificateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GenerateClientCertificateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GenerateClientCertificateCommand extends $Command<GenerateClientCertificateCommandInput, GenerateClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAccountCommandOutput extends Account, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetApiKeyCommandOutput extends ApiKey, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetApiKeyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetApiKeyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetApiKeyCommand extends $Command<GetApiKeyCommandInput, GetApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetApiKeysCommandOutput extends ApiKeys, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetApiKeysCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetApiKeysCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetApiKeysCommand extends $Command<GetApiKeysCommandInput, GetApiKeysCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetAuthorizerCommandOutput extends Authorizer, __MetadataBearer
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetAuthorizerCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetAuthorizerCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetAuthorizerCommand extends $Command<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetAuthorizersCommandOutput extends Authorizers, __MetadataBear
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetAuthorizersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetAuthorizersCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetAuthorizersCommand extends $Command<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBasePathMappingCommandOutput extends BasePathMapping, __Meta
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBasePathMappingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBasePathMappingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBasePathMappingCommand extends $Command<GetBasePathMappingCommandInput, GetBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBasePathMappingsCommandOutput extends BasePathMappings, __Me
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBasePathMappingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBasePathMappingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBasePathMappingsCommand extends $Command<GetBasePathMappingsCommandInput, GetBasePathMappingsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetClientCertificateCommandOutput extends ClientCertificate, __
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetClientCertificateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetClientCertificateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetClientCertificateCommand extends $Command<GetClientCertificateCommandInput, GetClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetClientCertificatesCommandOutput extends ClientCertificates,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetClientCertificatesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetClientCertificatesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetClientCertificatesCommand extends $Command<GetClientCertificatesCommandInput, GetClientCertificatesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeploymentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeploymentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeploymentsCommandOutput extends Deployments, __MetadataBear
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeploymentsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeploymentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeploymentsCommand extends $Command<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDomainNameCommandOutput extends DomainName, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDomainNameCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDomainNameCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDomainNamesCommandOutput extends DomainNames, __MetadataBear
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDomainNamesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDomainNamesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDomainNamesCommand extends $Command<GetDomainNamesCommandInput, GetDomainNamesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetExportCommandOutput extends ExportResponse, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetExportCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetExportCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetExportCommand extends $Command<GetExportCommandInput, GetExportCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetGatewayResponseCommandOutput extends GatewayResponse, __Meta
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetGatewayResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetGatewayResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetGatewayResponseCommand extends $Command<GetGatewayResponseCommandInput, GetGatewayResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetGatewayResponsesCommandOutput extends GatewayResponses, __Me
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetGatewayResponsesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetGatewayResponsesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetGatewayResponsesCommand extends $Command<GetGatewayResponsesCommandInput, GetGatewayResponsesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetIntegrationCommandOutput extends Integration, __MetadataBear
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetIntegrationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetIntegrationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetIntegrationCommand extends $Command<GetIntegrationCommandInput, GetIntegrationCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetIntegrationResponseCommandOutput extends IntegrationResponse
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetIntegrationResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetIntegrationResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetIntegrationResponseCommand extends $Command<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMethodCommandOutput extends Method, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMethodCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMethodCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMethodCommand extends $Command<GetMethodCommandInput, GetMethodCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMethodResponseCommandOutput extends MethodResponse, __Metada
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMethodResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMethodResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMethodResponseCommand extends $Command<GetMethodResponseCommandInput, GetMethodResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetModelCommandOutput extends Model, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetModelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetModelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetModelCommand extends $Command<GetModelCommandInput, GetModelCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetModelTemplateCommandOutput extends Template, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetModelTemplateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetModelTemplateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetModelTemplateCommand extends $Command<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetModelsCommandOutput extends Models, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetModelsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetModelsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRequestValidatorCommandOutput extends RequestValidator, __Me
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRequestValidatorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRequestValidatorCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRequestValidatorCommand extends $Command<GetRequestValidatorCommandInput, GetRequestValidatorCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRequestValidatorsCommandOutput extends RequestValidators, __
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRequestValidatorsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRequestValidatorsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRequestValidatorsCommand extends $Command<GetRequestValidatorsCommandInput, GetRequestValidatorsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetResourceCommandOutput extends Resource, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetResourceCommand extends $Command<GetResourceCommandInput, GetResourceCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetResourcesCommandOutput extends Resources, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetResourcesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetResourcesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetResourcesCommand extends $Command<GetResourcesCommandInput, GetResourcesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRestApiCommandOutput extends RestApi, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRestApiCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRestApiCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRestApiCommand extends $Command<GetRestApiCommandInput, GetRestApiCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRestApisCommandOutput extends RestApis, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRestApisCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRestApisCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRestApisCommand extends $Command<GetRestApisCommandInput, GetRestApisCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSdkCommandOutput extends SdkResponse, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSdkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSdkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetSdkCommand extends $Command<GetSdkCommandInput, GetSdkCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetStageCommandOutput extends Stage, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetStageCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetStageCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetStageCommand extends $Command<GetStageCommandInput, GetStageCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetStagesCommandOutput extends Stages, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetStagesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetStagesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetStagesCommand extends $Command<GetStagesCommandInput, GetStagesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetTagsCommandOutput extends Tags, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUsageCommandOutput extends Usage, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUsageCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUsageCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetUsageCommand extends $Command<GetUsageCommandInput, GetUsageCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUsagePlanCommandOutput extends UsagePlan, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUsagePlanCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUsagePlanCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetUsagePlanCommand extends $Command<GetUsagePlanCommandInput, GetUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUsagePlanKeyCommandOutput extends UsagePlanKey, __MetadataBe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUsagePlanKeyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUsagePlanKeyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetUsagePlanKeyCommand extends $Command<GetUsagePlanKeyCommandInput, GetUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUsagePlanKeysCommandOutput extends UsagePlanKeys, __Metadata
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUsagePlanKeysCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUsagePlanKeysCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetUsagePlanKeysCommand extends $Command<GetUsagePlanKeysCommandInput, GetUsagePlanKeysCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUsagePlansCommandOutput extends UsagePlans, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUsagePlansCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUsagePlansCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetUsagePlansCommand extends $Command<GetUsagePlansCommandInput, GetUsagePlansCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetVpcLinkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetVpcLinkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetVpcLinkCommand extends $Command<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetVpcLinksCommandOutput extends VpcLinks, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetVpcLinksCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetVpcLinksCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetVpcLinksCommand extends $Command<GetVpcLinksCommandInput, GetVpcLinksCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ImportApiKeysCommandOutput extends ApiKeyIds, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ImportApiKeysCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ImportApiKeysCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ImportApiKeysCommand extends $Command<ImportApiKeysCommandInput, ImportApiKeysCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ImportRestApiCommandOutput extends RestApi, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ImportRestApiCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ImportRestApiCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ImportRestApiCommand extends $Command<ImportRestApiCommandInput, ImportRestApiCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutGatewayResponseCommandOutput extends GatewayResponse, __Meta
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutGatewayResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutGatewayResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutGatewayResponseCommand extends $Command<PutGatewayResponseCommandInput, PutGatewayResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutIntegrationCommandOutput extends Integration, __MetadataBear
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutIntegrationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutIntegrationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutIntegrationCommand extends $Command<PutIntegrationCommandInput, PutIntegrationCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutIntegrationResponseCommandOutput extends IntegrationResponse
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutIntegrationResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutIntegrationResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutIntegrationResponseCommand extends $Command<PutIntegrationResponseCommandInput, PutIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutMethodCommandOutput extends Method, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutMethodCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutMethodCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutMethodCommand extends $Command<PutMethodCommandInput, PutMethodCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutMethodResponseCommandOutput extends MethodResponse, __Metada
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutMethodResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutMethodResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutMethodResponseCommand extends $Command<PutMethodResponseCommandInput, PutMethodResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutRestApiCommandOutput extends RestApi, __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutRestApiCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutRestApiCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutRestApiCommand extends $Command<PutRestApiCommandInput, PutRestApiCommandOutput, APIGatewayClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link APIGatewayClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, APIGatewayClientResolvedConfig> {
|