@aws-sdk/client-api-gateway 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/APIGateway.d.ts +2164 -605
- package/dist-types/ts3.4/APIGatewayClient.d.ts +849 -193
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2635 -2499
- package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +35 -35
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteGatewayResponseRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteGatewayResponseCommandInput
|
|
15
|
+
extends DeleteGatewayResponseRequest {}
|
|
16
|
+
export interface DeleteGatewayResponseCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteGatewayResponseCommand extends $Command<
|
|
19
|
+
DeleteGatewayResponseCommandInput,
|
|
20
|
+
DeleteGatewayResponseCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteGatewayResponseCommandInput;
|
|
24
|
+
constructor(input: DeleteGatewayResponseCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
DeleteGatewayResponseCommandInput,
|
|
32
|
+
DeleteGatewayResponseCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteIntegrationRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteIntegrationCommandInput
|
|
15
|
+
extends DeleteIntegrationRequest {}
|
|
16
|
+
export interface DeleteIntegrationCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteIntegrationCommand extends $Command<
|
|
19
|
+
DeleteIntegrationCommandInput,
|
|
20
|
+
DeleteIntegrationCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteIntegrationCommandInput;
|
|
24
|
+
constructor(input: DeleteIntegrationCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteIntegrationResponseRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteIntegrationResponseCommandInput
|
|
15
|
+
extends DeleteIntegrationResponseRequest {}
|
|
16
|
+
export interface DeleteIntegrationResponseCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteIntegrationResponseCommand extends $Command<
|
|
20
|
+
DeleteIntegrationResponseCommandInput,
|
|
21
|
+
DeleteIntegrationResponseCommandOutput,
|
|
22
|
+
APIGatewayClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteIntegrationResponseCommandInput;
|
|
25
|
+
constructor(input: DeleteIntegrationResponseCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteIntegrationResponseCommandInput,
|
|
33
|
+
DeleteIntegrationResponseCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteMethodRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteMethodCommandInput extends DeleteMethodRequest {}
|
|
15
|
+
export interface DeleteMethodCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteMethodCommand extends $Command<
|
|
18
|
+
DeleteMethodCommandInput,
|
|
19
|
+
DeleteMethodCommandOutput,
|
|
20
|
+
APIGatewayClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteMethodCommandInput;
|
|
23
|
+
constructor(input: DeleteMethodCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteMethodCommandInput, DeleteMethodCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteMethodResponseRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteMethodResponseCommandInput
|
|
15
|
+
extends DeleteMethodResponseRequest {}
|
|
16
|
+
export interface DeleteMethodResponseCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteMethodResponseCommand extends $Command<
|
|
19
|
+
DeleteMethodResponseCommandInput,
|
|
20
|
+
DeleteMethodResponseCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteMethodResponseCommandInput;
|
|
24
|
+
constructor(input: DeleteMethodResponseCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
DeleteMethodResponseCommandInput,
|
|
32
|
+
DeleteMethodResponseCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteModelRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteModelCommandInput extends DeleteModelRequest {}
|
|
15
|
+
export interface DeleteModelCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteModelCommand extends $Command<
|
|
18
|
+
DeleteModelCommandInput,
|
|
19
|
+
DeleteModelCommandOutput,
|
|
20
|
+
APIGatewayClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteModelCommandInput;
|
|
23
|
+
constructor(input: DeleteModelCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteRequestValidatorRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteRequestValidatorCommandInput
|
|
15
|
+
extends DeleteRequestValidatorRequest {}
|
|
16
|
+
export interface DeleteRequestValidatorCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteRequestValidatorCommand extends $Command<
|
|
19
|
+
DeleteRequestValidatorCommandInput,
|
|
20
|
+
DeleteRequestValidatorCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteRequestValidatorCommandInput;
|
|
24
|
+
constructor(input: DeleteRequestValidatorCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
DeleteRequestValidatorCommandInput,
|
|
32
|
+
DeleteRequestValidatorCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteResourceCommandInput extends DeleteResourceRequest {}
|
|
15
|
+
export interface DeleteResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteResourceCommand extends $Command<
|
|
18
|
+
DeleteResourceCommandInput,
|
|
19
|
+
DeleteResourceCommandOutput,
|
|
20
|
+
APIGatewayClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteResourceCommandInput;
|
|
23
|
+
constructor(input: DeleteResourceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteResourceCommandInput, DeleteResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteRestApiRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteRestApiCommandInput extends DeleteRestApiRequest {}
|
|
15
|
+
export interface DeleteRestApiCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteRestApiCommand extends $Command<
|
|
18
|
+
DeleteRestApiCommandInput,
|
|
19
|
+
DeleteRestApiCommandOutput,
|
|
20
|
+
APIGatewayClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteRestApiCommandInput;
|
|
23
|
+
constructor(input: DeleteRestApiCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteRestApiCommandInput, DeleteRestApiCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteStageRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteStageCommandInput extends DeleteStageRequest {}
|
|
15
|
+
export interface DeleteStageCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteStageCommand extends $Command<
|
|
18
|
+
DeleteStageCommandInput,
|
|
19
|
+
DeleteStageCommandOutput,
|
|
20
|
+
APIGatewayClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteStageCommandInput;
|
|
23
|
+
constructor(input: DeleteStageCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteStageCommandInput, DeleteStageCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteUsagePlanRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteUsagePlanCommandInput extends DeleteUsagePlanRequest {}
|
|
15
|
+
export interface DeleteUsagePlanCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteUsagePlanCommand extends $Command<
|
|
18
|
+
DeleteUsagePlanCommandInput,
|
|
19
|
+
DeleteUsagePlanCommandOutput,
|
|
20
|
+
APIGatewayClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteUsagePlanCommandInput;
|
|
23
|
+
constructor(input: DeleteUsagePlanCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteUsagePlanCommandInput, DeleteUsagePlanCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
APIGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../APIGatewayClient";
|
|
13
|
+
import { DeleteUsagePlanKeyRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteUsagePlanKeyCommandInput
|
|
15
|
+
extends DeleteUsagePlanKeyRequest {}
|
|
16
|
+
export interface DeleteUsagePlanKeyCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteUsagePlanKeyCommand extends $Command<
|
|
19
|
+
DeleteUsagePlanKeyCommandInput,
|
|
20
|
+
DeleteUsagePlanKeyCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteUsagePlanKeyCommandInput;
|
|
24
|
+
constructor(input: DeleteUsagePlanKeyCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteUsagePlanKeyCommandInput, DeleteUsagePlanKeyCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|