@aws-sdk/client-api-gateway 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/APIGateway.d.ts +2044 -605
- package/dist-types/ts3.4/APIGatewayClient.d.ts +824 -193
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +30 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1734 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +35 -35
|
@@ -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 { Deployment, GetDeploymentRequest } from "../models/models_0";
|
|
14
|
+
export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
15
|
+
export interface GetDeploymentCommandOutput
|
|
16
|
+
extends Deployment,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetDeploymentCommand extends $Command<
|
|
19
|
+
GetDeploymentCommandInput,
|
|
20
|
+
GetDeploymentCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetDeploymentCommandInput;
|
|
24
|
+
constructor(input: GetDeploymentCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
|
|
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 { Deployments, GetDeploymentsRequest } from "../models/models_0";
|
|
14
|
+
export interface GetDeploymentsCommandInput extends GetDeploymentsRequest {}
|
|
15
|
+
export interface GetDeploymentsCommandOutput
|
|
16
|
+
extends Deployments,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetDeploymentsCommand extends $Command<
|
|
19
|
+
GetDeploymentsCommandInput,
|
|
20
|
+
GetDeploymentsCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetDeploymentsCommandInput;
|
|
24
|
+
constructor(input: GetDeploymentsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetDeploymentsCommandInput, GetDeploymentsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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 {
|
|
14
|
+
DocumentationPart,
|
|
15
|
+
GetDocumentationPartRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDocumentationPartCommandInput
|
|
18
|
+
extends GetDocumentationPartRequest {}
|
|
19
|
+
export interface GetDocumentationPartCommandOutput
|
|
20
|
+
extends DocumentationPart,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDocumentationPartCommand extends $Command<
|
|
23
|
+
GetDocumentationPartCommandInput,
|
|
24
|
+
GetDocumentationPartCommandOutput,
|
|
25
|
+
APIGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDocumentationPartCommandInput;
|
|
28
|
+
constructor(input: GetDocumentationPartCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetDocumentationPartCommandInput,
|
|
35
|
+
GetDocumentationPartCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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 {
|
|
14
|
+
DocumentationParts,
|
|
15
|
+
GetDocumentationPartsRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDocumentationPartsCommandInput
|
|
18
|
+
extends GetDocumentationPartsRequest {}
|
|
19
|
+
export interface GetDocumentationPartsCommandOutput
|
|
20
|
+
extends DocumentationParts,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDocumentationPartsCommand extends $Command<
|
|
23
|
+
GetDocumentationPartsCommandInput,
|
|
24
|
+
GetDocumentationPartsCommandOutput,
|
|
25
|
+
APIGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDocumentationPartsCommandInput;
|
|
28
|
+
constructor(input: GetDocumentationPartsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetDocumentationPartsCommandInput,
|
|
35
|
+
GetDocumentationPartsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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 {
|
|
14
|
+
DocumentationVersion,
|
|
15
|
+
GetDocumentationVersionRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDocumentationVersionCommandInput
|
|
18
|
+
extends GetDocumentationVersionRequest {}
|
|
19
|
+
export interface GetDocumentationVersionCommandOutput
|
|
20
|
+
extends DocumentationVersion,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDocumentationVersionCommand extends $Command<
|
|
23
|
+
GetDocumentationVersionCommandInput,
|
|
24
|
+
GetDocumentationVersionCommandOutput,
|
|
25
|
+
APIGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDocumentationVersionCommandInput;
|
|
28
|
+
constructor(input: GetDocumentationVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetDocumentationVersionCommandInput,
|
|
35
|
+
GetDocumentationVersionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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 {
|
|
14
|
+
DocumentationVersions,
|
|
15
|
+
GetDocumentationVersionsRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDocumentationVersionsCommandInput
|
|
18
|
+
extends GetDocumentationVersionsRequest {}
|
|
19
|
+
export interface GetDocumentationVersionsCommandOutput
|
|
20
|
+
extends DocumentationVersions,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDocumentationVersionsCommand extends $Command<
|
|
23
|
+
GetDocumentationVersionsCommandInput,
|
|
24
|
+
GetDocumentationVersionsCommandOutput,
|
|
25
|
+
APIGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDocumentationVersionsCommandInput;
|
|
28
|
+
constructor(input: GetDocumentationVersionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetDocumentationVersionsCommandInput,
|
|
35
|
+
GetDocumentationVersionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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 { DomainName, GetDomainNameRequest } from "../models/models_0";
|
|
14
|
+
export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
|
|
15
|
+
export interface GetDomainNameCommandOutput
|
|
16
|
+
extends DomainName,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetDomainNameCommand extends $Command<
|
|
19
|
+
GetDomainNameCommandInput,
|
|
20
|
+
GetDomainNameCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetDomainNameCommandInput;
|
|
24
|
+
constructor(input: GetDomainNameCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
|
|
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 { DomainNames, GetDomainNamesRequest } from "../models/models_0";
|
|
14
|
+
export interface GetDomainNamesCommandInput extends GetDomainNamesRequest {}
|
|
15
|
+
export interface GetDomainNamesCommandOutput
|
|
16
|
+
extends DomainNames,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetDomainNamesCommand extends $Command<
|
|
19
|
+
GetDomainNamesCommandInput,
|
|
20
|
+
GetDomainNamesCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetDomainNamesCommandInput;
|
|
24
|
+
constructor(input: GetDomainNamesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetDomainNamesCommandInput, GetDomainNamesCommandOutput>;
|
|
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 { ExportResponse, GetExportRequest } from "../models/models_0";
|
|
14
|
+
export interface GetExportCommandInput extends GetExportRequest {}
|
|
15
|
+
export interface GetExportCommandOutput
|
|
16
|
+
extends ExportResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetExportCommand extends $Command<
|
|
19
|
+
GetExportCommandInput,
|
|
20
|
+
GetExportCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetExportCommandInput;
|
|
24
|
+
constructor(input: GetExportCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetExportCommandInput, GetExportCommandOutput>;
|
|
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 { GatewayResponse, GetGatewayResponseRequest } from "../models/models_0";
|
|
14
|
+
export interface GetGatewayResponseCommandInput
|
|
15
|
+
extends GetGatewayResponseRequest {}
|
|
16
|
+
export interface GetGatewayResponseCommandOutput
|
|
17
|
+
extends GatewayResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class GetGatewayResponseCommand extends $Command<
|
|
20
|
+
GetGatewayResponseCommandInput,
|
|
21
|
+
GetGatewayResponseCommandOutput,
|
|
22
|
+
APIGatewayClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetGatewayResponseCommandInput;
|
|
25
|
+
constructor(input: GetGatewayResponseCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<GetGatewayResponseCommandInput, GetGatewayResponseCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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 {
|
|
14
|
+
GatewayResponses,
|
|
15
|
+
GetGatewayResponsesRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetGatewayResponsesCommandInput
|
|
18
|
+
extends GetGatewayResponsesRequest {}
|
|
19
|
+
export interface GetGatewayResponsesCommandOutput
|
|
20
|
+
extends GatewayResponses,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetGatewayResponsesCommand extends $Command<
|
|
23
|
+
GetGatewayResponsesCommandInput,
|
|
24
|
+
GetGatewayResponsesCommandOutput,
|
|
25
|
+
APIGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetGatewayResponsesCommandInput;
|
|
28
|
+
constructor(input: GetGatewayResponsesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetGatewayResponsesCommandInput, GetGatewayResponsesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|