@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,35 @@
|
|
|
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
|
+
|
|
20
|
+
export declare class GetGatewayResponseCommand extends $Command<
|
|
21
|
+
GetGatewayResponseCommandInput,
|
|
22
|
+
GetGatewayResponseCommandOutput,
|
|
23
|
+
APIGatewayClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: GetGatewayResponseCommandInput;
|
|
26
|
+
constructor(input: GetGatewayResponseCommandInput);
|
|
27
|
+
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetGatewayResponseCommandInput, GetGatewayResponseCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
|
|
23
|
+
export declare class GetGatewayResponsesCommand extends $Command<
|
|
24
|
+
GetGatewayResponsesCommandInput,
|
|
25
|
+
GetGatewayResponsesCommandOutput,
|
|
26
|
+
APIGatewayClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetGatewayResponsesCommandInput;
|
|
29
|
+
constructor(input: GetGatewayResponsesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetGatewayResponsesCommandInput, GetGatewayResponsesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { GetIntegrationRequest, Integration } from "../models/models_0";
|
|
14
|
+
export interface GetIntegrationCommandInput extends GetIntegrationRequest {}
|
|
15
|
+
export interface GetIntegrationCommandOutput
|
|
16
|
+
extends Integration,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetIntegrationCommand extends $Command<
|
|
20
|
+
GetIntegrationCommandInput,
|
|
21
|
+
GetIntegrationCommandOutput,
|
|
22
|
+
APIGatewayClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetIntegrationCommandInput;
|
|
25
|
+
constructor(input: GetIntegrationCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetIntegrationCommandInput, GetIntegrationCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetIntegrationResponseRequest,
|
|
15
|
+
IntegrationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetIntegrationResponseCommandInput
|
|
18
|
+
extends GetIntegrationResponseRequest {}
|
|
19
|
+
export interface GetIntegrationResponseCommandOutput
|
|
20
|
+
extends IntegrationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetIntegrationResponseCommand extends $Command<
|
|
24
|
+
GetIntegrationResponseCommandInput,
|
|
25
|
+
GetIntegrationResponseCommandOutput,
|
|
26
|
+
APIGatewayClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetIntegrationResponseCommandInput;
|
|
29
|
+
constructor(input: GetIntegrationResponseCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetIntegrationResponseCommandInput,
|
|
37
|
+
GetIntegrationResponseCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { GetMethodRequest, Method } from "../models/models_0";
|
|
14
|
+
export interface GetMethodCommandInput extends GetMethodRequest {}
|
|
15
|
+
export interface GetMethodCommandOutput extends Method, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class GetMethodCommand extends $Command<
|
|
18
|
+
GetMethodCommandInput,
|
|
19
|
+
GetMethodCommandOutput,
|
|
20
|
+
APIGatewayClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: GetMethodCommandInput;
|
|
23
|
+
constructor(input: GetMethodCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetMethodCommandInput, GetMethodCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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 { GetMethodResponseRequest, MethodResponse } from "../models/models_0";
|
|
14
|
+
export interface GetMethodResponseCommandInput
|
|
15
|
+
extends GetMethodResponseRequest {}
|
|
16
|
+
export interface GetMethodResponseCommandOutput
|
|
17
|
+
extends MethodResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
|
|
20
|
+
export declare class GetMethodResponseCommand extends $Command<
|
|
21
|
+
GetMethodResponseCommandInput,
|
|
22
|
+
GetMethodResponseCommandOutput,
|
|
23
|
+
APIGatewayClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: GetMethodResponseCommandInput;
|
|
26
|
+
constructor(input: GetMethodResponseCommandInput);
|
|
27
|
+
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetMethodResponseCommandInput, GetMethodResponseCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
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 { GetModelRequest, Model } from "../models/models_0";
|
|
14
|
+
export interface GetModelCommandInput extends GetModelRequest {}
|
|
15
|
+
export interface GetModelCommandOutput extends Model, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class GetModelCommand extends $Command<
|
|
18
|
+
GetModelCommandInput,
|
|
19
|
+
GetModelCommandOutput,
|
|
20
|
+
APIGatewayClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: GetModelCommandInput;
|
|
23
|
+
constructor(input: GetModelCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetModelCommandInput, GetModelCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { GetModelTemplateRequest, Template } from "../models/models_0";
|
|
14
|
+
export interface GetModelTemplateCommandInput extends GetModelTemplateRequest {}
|
|
15
|
+
export interface GetModelTemplateCommandOutput
|
|
16
|
+
extends Template,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetModelTemplateCommand extends $Command<
|
|
20
|
+
GetModelTemplateCommandInput,
|
|
21
|
+
GetModelTemplateCommandOutput,
|
|
22
|
+
APIGatewayClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetModelTemplateCommandInput;
|
|
25
|
+
constructor(input: GetModelTemplateCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetModelTemplateCommandInput, GetModelTemplateCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { GetModelsRequest, Models } from "../models/models_0";
|
|
14
|
+
export interface GetModelsCommandInput extends GetModelsRequest {}
|
|
15
|
+
export interface GetModelsCommandOutput extends Models, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class GetModelsCommand extends $Command<
|
|
18
|
+
GetModelsCommandInput,
|
|
19
|
+
GetModelsCommandOutput,
|
|
20
|
+
APIGatewayClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: GetModelsCommandInput;
|
|
23
|
+
constructor(input: GetModelsCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetModelsCommandInput, GetModelsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
GetRequestValidatorRequest,
|
|
15
|
+
RequestValidator,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetRequestValidatorCommandInput
|
|
18
|
+
extends GetRequestValidatorRequest {}
|
|
19
|
+
export interface GetRequestValidatorCommandOutput
|
|
20
|
+
extends RequestValidator,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetRequestValidatorCommand extends $Command<
|
|
24
|
+
GetRequestValidatorCommandInput,
|
|
25
|
+
GetRequestValidatorCommandOutput,
|
|
26
|
+
APIGatewayClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRequestValidatorCommandInput;
|
|
29
|
+
constructor(input: GetRequestValidatorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetRequestValidatorCommandInput, GetRequestValidatorCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetRequestValidatorsRequest,
|
|
15
|
+
RequestValidators,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetRequestValidatorsCommandInput
|
|
18
|
+
extends GetRequestValidatorsRequest {}
|
|
19
|
+
export interface GetRequestValidatorsCommandOutput
|
|
20
|
+
extends RequestValidators,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetRequestValidatorsCommand extends $Command<
|
|
24
|
+
GetRequestValidatorsCommandInput,
|
|
25
|
+
GetRequestValidatorsCommandOutput,
|
|
26
|
+
APIGatewayClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRequestValidatorsCommandInput;
|
|
29
|
+
constructor(input: GetRequestValidatorsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetRequestValidatorsCommandInput,
|
|
37
|
+
GetRequestValidatorsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|