@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,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
|
+
TestInvokeAuthorizerRequest,
|
|
15
|
+
TestInvokeAuthorizerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface TestInvokeAuthorizerCommandInput
|
|
18
|
+
extends TestInvokeAuthorizerRequest {}
|
|
19
|
+
export interface TestInvokeAuthorizerCommandOutput
|
|
20
|
+
extends TestInvokeAuthorizerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class TestInvokeAuthorizerCommand extends $Command<
|
|
23
|
+
TestInvokeAuthorizerCommandInput,
|
|
24
|
+
TestInvokeAuthorizerCommandOutput,
|
|
25
|
+
APIGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: TestInvokeAuthorizerCommandInput;
|
|
28
|
+
constructor(input: TestInvokeAuthorizerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
TestInvokeAuthorizerCommandInput,
|
|
35
|
+
TestInvokeAuthorizerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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 {
|
|
14
|
+
TestInvokeMethodRequest,
|
|
15
|
+
TestInvokeMethodResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface TestInvokeMethodCommandInput extends TestInvokeMethodRequest {}
|
|
18
|
+
export interface TestInvokeMethodCommandOutput
|
|
19
|
+
extends TestInvokeMethodResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class TestInvokeMethodCommand extends $Command<
|
|
22
|
+
TestInvokeMethodCommandInput,
|
|
23
|
+
TestInvokeMethodCommandOutput,
|
|
24
|
+
APIGatewayClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: TestInvokeMethodCommandInput;
|
|
27
|
+
constructor(input: TestInvokeMethodCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { UntagResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UntagResourceCommand extends $Command<
|
|
17
|
+
UntagResourceCommandInput,
|
|
18
|
+
UntagResourceCommandOutput,
|
|
19
|
+
APIGatewayClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UntagResourceCommandInput;
|
|
22
|
+
constructor(input: UntagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { Account, UpdateAccountRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateAccountCommandInput extends UpdateAccountRequest {}
|
|
15
|
+
export interface UpdateAccountCommandOutput extends Account, __MetadataBearer {}
|
|
16
|
+
export declare class UpdateAccountCommand extends $Command<
|
|
17
|
+
UpdateAccountCommandInput,
|
|
18
|
+
UpdateAccountCommandOutput,
|
|
19
|
+
APIGatewayClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UpdateAccountCommandInput;
|
|
22
|
+
constructor(input: UpdateAccountCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UpdateAccountCommandInput, UpdateAccountCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { ApiKey, UpdateApiKeyRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {}
|
|
15
|
+
export interface UpdateApiKeyCommandOutput extends ApiKey, __MetadataBearer {}
|
|
16
|
+
export declare class UpdateApiKeyCommand extends $Command<
|
|
17
|
+
UpdateApiKeyCommandInput,
|
|
18
|
+
UpdateApiKeyCommandOutput,
|
|
19
|
+
APIGatewayClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UpdateApiKeyCommandInput;
|
|
22
|
+
constructor(input: UpdateApiKeyCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -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 { Authorizer, UpdateAuthorizerRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {}
|
|
15
|
+
export interface UpdateAuthorizerCommandOutput
|
|
16
|
+
extends Authorizer,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdateAuthorizerCommand extends $Command<
|
|
19
|
+
UpdateAuthorizerCommandInput,
|
|
20
|
+
UpdateAuthorizerCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateAuthorizerCommandInput;
|
|
24
|
+
constructor(input: UpdateAuthorizerCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput>;
|
|
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
|
+
BasePathMapping,
|
|
15
|
+
UpdateBasePathMappingRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateBasePathMappingCommandInput
|
|
18
|
+
extends UpdateBasePathMappingRequest {}
|
|
19
|
+
export interface UpdateBasePathMappingCommandOutput
|
|
20
|
+
extends BasePathMapping,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateBasePathMappingCommand extends $Command<
|
|
23
|
+
UpdateBasePathMappingCommandInput,
|
|
24
|
+
UpdateBasePathMappingCommandOutput,
|
|
25
|
+
APIGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateBasePathMappingCommandInput;
|
|
28
|
+
constructor(input: UpdateBasePathMappingCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateBasePathMappingCommandInput,
|
|
35
|
+
UpdateBasePathMappingCommandOutput
|
|
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
|
+
ClientCertificate,
|
|
15
|
+
UpdateClientCertificateRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateClientCertificateCommandInput
|
|
18
|
+
extends UpdateClientCertificateRequest {}
|
|
19
|
+
export interface UpdateClientCertificateCommandOutput
|
|
20
|
+
extends ClientCertificate,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateClientCertificateCommand extends $Command<
|
|
23
|
+
UpdateClientCertificateCommandInput,
|
|
24
|
+
UpdateClientCertificateCommandOutput,
|
|
25
|
+
APIGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateClientCertificateCommandInput;
|
|
28
|
+
constructor(input: UpdateClientCertificateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateClientCertificateCommandInput,
|
|
35
|
+
UpdateClientCertificateCommandOutput
|
|
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 { Deployment, UpdateDeploymentRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateDeploymentCommandInput extends UpdateDeploymentRequest {}
|
|
15
|
+
export interface UpdateDeploymentCommandOutput
|
|
16
|
+
extends Deployment,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdateDeploymentCommand extends $Command<
|
|
19
|
+
UpdateDeploymentCommandInput,
|
|
20
|
+
UpdateDeploymentCommandOutput,
|
|
21
|
+
APIGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateDeploymentCommandInput;
|
|
24
|
+
constructor(input: UpdateDeploymentCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput>;
|
|
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
|
+
UpdateDocumentationPartRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateDocumentationPartCommandInput
|
|
18
|
+
extends UpdateDocumentationPartRequest {}
|
|
19
|
+
export interface UpdateDocumentationPartCommandOutput
|
|
20
|
+
extends DocumentationPart,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateDocumentationPartCommand extends $Command<
|
|
23
|
+
UpdateDocumentationPartCommandInput,
|
|
24
|
+
UpdateDocumentationPartCommandOutput,
|
|
25
|
+
APIGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateDocumentationPartCommandInput;
|
|
28
|
+
constructor(input: UpdateDocumentationPartCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateDocumentationPartCommandInput,
|
|
35
|
+
UpdateDocumentationPartCommandOutput
|
|
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
|
+
UpdateDocumentationVersionRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateDocumentationVersionCommandInput
|
|
18
|
+
extends UpdateDocumentationVersionRequest {}
|
|
19
|
+
export interface UpdateDocumentationVersionCommandOutput
|
|
20
|
+
extends DocumentationVersion,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateDocumentationVersionCommand extends $Command<
|
|
23
|
+
UpdateDocumentationVersionCommandInput,
|
|
24
|
+
UpdateDocumentationVersionCommandOutput,
|
|
25
|
+
APIGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateDocumentationVersionCommandInput;
|
|
28
|
+
constructor(input: UpdateDocumentationVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: APIGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateDocumentationVersionCommandInput,
|
|
35
|
+
UpdateDocumentationVersionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|