@aws-sdk/client-api-gateway 3.1086.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/APIGateway.d.ts +414 -542
- package/dist-types/ts3.4/APIGatewayClient.d.ts +34 -130
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDomainNameAccessAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDomainNameAccessAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDomainNameAccessAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +8 -9
- package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +6 -14
- package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/RejectDomainNameAccessAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +2 -2
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +13 -26
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +40 -40
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateRequestValidatorRequest,
|
|
4
|
-
RequestValidator,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateRequestValidatorRequest, RequestValidator } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateRequestValidatorCommandInput
|
|
8
|
-
|
|
9
|
-
export interface CreateRequestValidatorCommandOutput
|
|
10
|
-
extends RequestValidator,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface CreateRequestValidatorCommandInput extends CreateRequestValidatorRequest {}
|
|
5
|
+
export interface CreateRequestValidatorCommandOutput extends RequestValidator, __MetadataBearer {}
|
|
12
6
|
declare const CreateRequestValidatorCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: CreateRequestValidatorCommandInput
|
|
8
|
+
input: CreateRequestValidatorCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
CreateRequestValidatorCommandInput,
|
|
17
11
|
CreateRequestValidatorCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const CreateRequestValidatorCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: CreateRequestValidatorCommandInput
|
|
17
|
+
input: CreateRequestValidatorCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
CreateRequestValidatorCommandInput,
|
|
26
20
|
CreateRequestValidatorCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateResourceRequest, Resource } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateResourceCommandInput extends CreateResourceRequest {}
|
|
5
|
-
export interface CreateResourceCommandOutput
|
|
6
|
-
extends Resource,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateResourceCommandOutput extends Resource, __MetadataBearer {}
|
|
8
6
|
declare const CreateResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateResourceCommandInput
|
|
8
|
+
input: CreateResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateResourceCommandInput,
|
|
13
11
|
CreateResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateResourceCommandInput
|
|
17
|
+
input: CreateResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateResourceCommandInput,
|
|
22
20
|
CreateResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface CreateRestApiCommandInput extends CreateRestApiRequest {}
|
|
|
5
5
|
export interface CreateRestApiCommandOutput extends RestApi, __MetadataBearer {}
|
|
6
6
|
declare const CreateRestApiCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: CreateRestApiCommandInput
|
|
8
|
+
input: CreateRestApiCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
CreateRestApiCommandInput,
|
|
11
11
|
CreateRestApiCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const CreateRestApiCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: CreateRestApiCommandInput
|
|
17
|
+
input: CreateRestApiCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateRestApiCommandInput,
|
|
20
20
|
CreateRestApiCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface CreateStageCommandInput extends CreateStageRequest {}
|
|
|
5
5
|
export interface CreateStageCommandOutput extends Stage, __MetadataBearer {}
|
|
6
6
|
declare const CreateStageCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: CreateStageCommandInput
|
|
8
|
+
input: CreateStageCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
CreateStageCommandInput,
|
|
11
11
|
CreateStageCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const CreateStageCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: CreateStageCommandInput
|
|
17
|
+
input: CreateStageCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateStageCommandInput,
|
|
20
20
|
CreateStageCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateUsagePlanRequest, UsagePlan } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateUsagePlanCommandInput extends CreateUsagePlanRequest {}
|
|
5
|
-
export interface CreateUsagePlanCommandOutput
|
|
6
|
-
extends UsagePlan,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateUsagePlanCommandOutput extends UsagePlan, __MetadataBearer {}
|
|
8
6
|
declare const CreateUsagePlanCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateUsagePlanCommandInput
|
|
8
|
+
input: CreateUsagePlanCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateUsagePlanCommandInput,
|
|
13
11
|
CreateUsagePlanCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateUsagePlanCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateUsagePlanCommandInput
|
|
17
|
+
input: CreateUsagePlanCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateUsagePlanCommandInput,
|
|
22
20
|
CreateUsagePlanCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { CreateUsagePlanKeyRequest, UsagePlanKey } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface CreateUsagePlanKeyCommandInput
|
|
5
|
-
|
|
6
|
-
export interface CreateUsagePlanKeyCommandOutput
|
|
7
|
-
extends UsagePlanKey,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface CreateUsagePlanKeyCommandInput extends CreateUsagePlanKeyRequest {}
|
|
5
|
+
export interface CreateUsagePlanKeyCommandOutput extends UsagePlanKey, __MetadataBearer {}
|
|
9
6
|
declare const CreateUsagePlanKeyCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: CreateUsagePlanKeyCommandInput
|
|
8
|
+
input: CreateUsagePlanKeyCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
CreateUsagePlanKeyCommandInput,
|
|
14
11
|
CreateUsagePlanKeyCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const CreateUsagePlanKeyCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: CreateUsagePlanKeyCommandInput
|
|
17
|
+
input: CreateUsagePlanKeyCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
CreateUsagePlanKeyCommandInput,
|
|
23
20
|
CreateUsagePlanKeyCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface CreateVpcLinkCommandInput extends CreateVpcLinkRequest {}
|
|
|
5
5
|
export interface CreateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {}
|
|
6
6
|
declare const CreateVpcLinkCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: CreateVpcLinkCommandInput
|
|
8
|
+
input: CreateVpcLinkCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
CreateVpcLinkCommandInput,
|
|
11
11
|
CreateVpcLinkCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const CreateVpcLinkCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: CreateVpcLinkCommandInput
|
|
17
|
+
input: CreateVpcLinkCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateVpcLinkCommandInput,
|
|
20
20
|
CreateVpcLinkCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteApiKeyCommandInput extends DeleteApiKeyRequest {}
|
|
|
5
5
|
export interface DeleteApiKeyCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteApiKeyCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteApiKeyCommandInput
|
|
8
|
+
input: DeleteApiKeyCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteApiKeyCommandInput,
|
|
11
11
|
DeleteApiKeyCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteApiKeyCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteApiKeyCommandInput
|
|
17
|
+
input: DeleteApiKeyCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteApiKeyCommandInput,
|
|
20
20
|
DeleteApiKeyCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteAuthorizerCommandInput extends DeleteAuthorizerRequest {}
|
|
|
5
5
|
export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteAuthorizerCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteAuthorizerCommandInput
|
|
8
|
+
input: DeleteAuthorizerCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteAuthorizerCommandInput,
|
|
11
11
|
DeleteAuthorizerCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteAuthorizerCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteAuthorizerCommandInput
|
|
17
|
+
input: DeleteAuthorizerCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteAuthorizerCommandInput,
|
|
20
20
|
DeleteAuthorizerCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBasePathMappingRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBasePathMappingCommandInput
|
|
5
|
-
extends DeleteBasePathMappingRequest {}
|
|
4
|
+
export interface DeleteBasePathMappingCommandInput extends DeleteBasePathMappingRequest {}
|
|
6
5
|
export interface DeleteBasePathMappingCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteBasePathMappingCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteBasePathMappingCommandInput
|
|
8
|
+
input: DeleteBasePathMappingCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteBasePathMappingCommandInput,
|
|
12
11
|
DeleteBasePathMappingCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteBasePathMappingCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteBasePathMappingCommandInput
|
|
17
|
+
input: DeleteBasePathMappingCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteBasePathMappingCommandInput,
|
|
21
20
|
DeleteBasePathMappingCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteClientCertificateRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteClientCertificateCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteClientCertificateCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteClientCertificateCommandInput extends DeleteClientCertificateRequest {}
|
|
5
|
+
export interface DeleteClientCertificateCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteClientCertificateCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteClientCertificateCommandInput
|
|
8
|
+
input: DeleteClientCertificateCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteClientCertificateCommandInput,
|
|
13
11
|
DeleteClientCertificateCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteClientCertificateCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteClientCertificateCommandInput
|
|
17
|
+
input: DeleteClientCertificateCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteClientCertificateCommandInput,
|
|
22
20
|
DeleteClientCertificateCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {}
|
|
|
5
5
|
export interface DeleteDeploymentCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteDeploymentCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteDeploymentCommandInput
|
|
8
|
+
input: DeleteDeploymentCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteDeploymentCommandInput,
|
|
11
11
|
DeleteDeploymentCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteDeploymentCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteDeploymentCommandInput
|
|
17
|
+
input: DeleteDeploymentCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteDeploymentCommandInput,
|
|
20
20
|
DeleteDeploymentCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteDocumentationPartRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDocumentationPartCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteDocumentationPartCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteDocumentationPartCommandInput extends DeleteDocumentationPartRequest {}
|
|
5
|
+
export interface DeleteDocumentationPartCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteDocumentationPartCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteDocumentationPartCommandInput
|
|
8
|
+
input: DeleteDocumentationPartCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteDocumentationPartCommandInput,
|
|
13
11
|
DeleteDocumentationPartCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteDocumentationPartCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteDocumentationPartCommandInput
|
|
17
|
+
input: DeleteDocumentationPartCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteDocumentationPartCommandInput,
|
|
22
20
|
DeleteDocumentationPartCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteDocumentationVersionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDocumentationVersionCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteDocumentationVersionCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteDocumentationVersionCommandInput extends DeleteDocumentationVersionRequest {}
|
|
5
|
+
export interface DeleteDocumentationVersionCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteDocumentationVersionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteDocumentationVersionCommandInput
|
|
8
|
+
input: DeleteDocumentationVersionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteDocumentationVersionCommandInput,
|
|
13
11
|
DeleteDocumentationVersionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteDocumentationVersionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteDocumentationVersionCommandInput
|
|
17
|
+
input: DeleteDocumentationVersionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteDocumentationVersionCommandInput,
|
|
22
20
|
DeleteDocumentationVersionCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteDomainNameAccessAssociationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDomainNameAccessAssociationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteDomainNameAccessAssociationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteDomainNameAccessAssociationCommandInput extends DeleteDomainNameAccessAssociationRequest {}
|
|
5
|
+
export interface DeleteDomainNameAccessAssociationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteDomainNameAccessAssociationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteDomainNameAccessAssociationCommandInput
|
|
8
|
+
input: DeleteDomainNameAccessAssociationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteDomainNameAccessAssociationCommandInput,
|
|
13
11
|
DeleteDomainNameAccessAssociationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteDomainNameAccessAssociationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteDomainNameAccessAssociationCommandInput
|
|
17
|
+
input: DeleteDomainNameAccessAssociationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteDomainNameAccessAssociationCommandInput,
|
|
22
20
|
DeleteDomainNameAccessAssociationCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {}
|
|
|
5
5
|
export interface DeleteDomainNameCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteDomainNameCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteDomainNameCommandInput
|
|
8
|
+
input: DeleteDomainNameCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteDomainNameCommandInput,
|
|
11
11
|
DeleteDomainNameCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteDomainNameCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteDomainNameCommandInput
|
|
17
|
+
input: DeleteDomainNameCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteDomainNameCommandInput,
|
|
20
20
|
DeleteDomainNameCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteGatewayResponseRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteGatewayResponseCommandInput
|
|
5
|
-
extends DeleteGatewayResponseRequest {}
|
|
4
|
+
export interface DeleteGatewayResponseCommandInput extends DeleteGatewayResponseRequest {}
|
|
6
5
|
export interface DeleteGatewayResponseCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteGatewayResponseCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteGatewayResponseCommandInput
|
|
8
|
+
input: DeleteGatewayResponseCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteGatewayResponseCommandInput,
|
|
12
11
|
DeleteGatewayResponseCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteGatewayResponseCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteGatewayResponseCommandInput
|
|
17
|
+
input: DeleteGatewayResponseCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteGatewayResponseCommandInput,
|
|
21
20
|
DeleteGatewayResponseCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteIntegrationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteIntegrationCommandInput
|
|
5
|
-
extends DeleteIntegrationRequest {}
|
|
4
|
+
export interface DeleteIntegrationCommandInput extends DeleteIntegrationRequest {}
|
|
6
5
|
export interface DeleteIntegrationCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteIntegrationCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteIntegrationCommandInput
|
|
8
|
+
input: DeleteIntegrationCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteIntegrationCommandInput,
|
|
12
11
|
DeleteIntegrationCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteIntegrationCommandInput
|
|
17
|
+
input: DeleteIntegrationCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteIntegrationCommandInput,
|
|
21
20
|
DeleteIntegrationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteIntegrationResponseRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteIntegrationResponseCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteIntegrationResponseCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteIntegrationResponseCommandInput extends DeleteIntegrationResponseRequest {}
|
|
5
|
+
export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteIntegrationResponseCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteIntegrationResponseCommandInput
|
|
8
|
+
input: DeleteIntegrationResponseCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteIntegrationResponseCommandInput,
|
|
13
11
|
DeleteIntegrationResponseCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteIntegrationResponseCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteIntegrationResponseCommandInput
|
|
17
|
+
input: DeleteIntegrationResponseCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteIntegrationResponseCommandInput,
|
|
22
20
|
DeleteIntegrationResponseCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteMethodCommandInput extends DeleteMethodRequest {}
|
|
|
5
5
|
export interface DeleteMethodCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteMethodCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteMethodCommandInput
|
|
8
|
+
input: DeleteMethodCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteMethodCommandInput,
|
|
11
11
|
DeleteMethodCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteMethodCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteMethodCommandInput
|
|
17
|
+
input: DeleteMethodCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteMethodCommandInput,
|
|
20
20
|
DeleteMethodCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteMethodResponseRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteMethodResponseCommandInput
|
|
5
|
-
extends DeleteMethodResponseRequest {}
|
|
4
|
+
export interface DeleteMethodResponseCommandInput extends DeleteMethodResponseRequest {}
|
|
6
5
|
export interface DeleteMethodResponseCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteMethodResponseCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteMethodResponseCommandInput
|
|
8
|
+
input: DeleteMethodResponseCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteMethodResponseCommandInput,
|
|
12
11
|
DeleteMethodResponseCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteMethodResponseCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteMethodResponseCommandInput
|
|
17
|
+
input: DeleteMethodResponseCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteMethodResponseCommandInput,
|
|
21
20
|
DeleteMethodResponseCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteModelCommandInput extends DeleteModelRequest {}
|
|
|
5
5
|
export interface DeleteModelCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteModelCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteModelCommandInput
|
|
8
|
+
input: DeleteModelCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteModelCommandInput,
|
|
11
11
|
DeleteModelCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteModelCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteModelCommandInput
|
|
17
|
+
input: DeleteModelCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteModelCommandInput,
|
|
20
20
|
DeleteModelCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteRequestValidatorRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteRequestValidatorCommandInput
|
|
5
|
-
extends DeleteRequestValidatorRequest {}
|
|
4
|
+
export interface DeleteRequestValidatorCommandInput extends DeleteRequestValidatorRequest {}
|
|
6
5
|
export interface DeleteRequestValidatorCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteRequestValidatorCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteRequestValidatorCommandInput
|
|
8
|
+
input: DeleteRequestValidatorCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteRequestValidatorCommandInput,
|
|
12
11
|
DeleteRequestValidatorCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteRequestValidatorCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteRequestValidatorCommandInput
|
|
17
|
+
input: DeleteRequestValidatorCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteRequestValidatorCommandInput,
|
|
21
20
|
DeleteRequestValidatorCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteResourceCommandInput extends DeleteResourceRequest {}
|
|
|
5
5
|
export interface DeleteResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteResourceCommandInput
|
|
8
|
+
input: DeleteResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteResourceCommandInput,
|
|
11
11
|
DeleteResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteResourceCommandInput
|
|
17
|
+
input: DeleteResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteResourceCommandInput,
|
|
20
20
|
DeleteResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteRestApiCommandInput extends DeleteRestApiRequest {}
|
|
|
5
5
|
export interface DeleteRestApiCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteRestApiCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteRestApiCommandInput
|
|
8
|
+
input: DeleteRestApiCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteRestApiCommandInput,
|
|
11
11
|
DeleteRestApiCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteRestApiCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteRestApiCommandInput
|
|
17
|
+
input: DeleteRestApiCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteRestApiCommandInput,
|
|
20
20
|
DeleteRestApiCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteStageCommandInput extends DeleteStageRequest {}
|
|
|
5
5
|
export interface DeleteStageCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteStageCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteStageCommandInput
|
|
8
|
+
input: DeleteStageCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteStageCommandInput,
|
|
11
11
|
DeleteStageCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteStageCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteStageCommandInput
|
|
17
|
+
input: DeleteStageCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteStageCommandInput,
|
|
20
20
|
DeleteStageCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteUsagePlanCommandInput extends DeleteUsagePlanRequest {}
|
|
|
5
5
|
export interface DeleteUsagePlanCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteUsagePlanCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteUsagePlanCommandInput
|
|
8
|
+
input: DeleteUsagePlanCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteUsagePlanCommandInput,
|
|
11
11
|
DeleteUsagePlanCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteUsagePlanCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteUsagePlanCommandInput
|
|
17
|
+
input: DeleteUsagePlanCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteUsagePlanCommandInput,
|
|
20
20
|
DeleteUsagePlanCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteUsagePlanKeyRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteUsagePlanKeyCommandInput
|
|
5
|
-
extends DeleteUsagePlanKeyRequest {}
|
|
4
|
+
export interface DeleteUsagePlanKeyCommandInput extends DeleteUsagePlanKeyRequest {}
|
|
6
5
|
export interface DeleteUsagePlanKeyCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteUsagePlanKeyCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteUsagePlanKeyCommandInput
|
|
8
|
+
input: DeleteUsagePlanKeyCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteUsagePlanKeyCommandInput,
|
|
12
11
|
DeleteUsagePlanKeyCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteUsagePlanKeyCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteUsagePlanKeyCommandInput
|
|
17
|
+
input: DeleteUsagePlanKeyCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteUsagePlanKeyCommandInput,
|
|
21
20
|
DeleteUsagePlanKeyCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteVpcLinkCommandInput extends DeleteVpcLinkRequest {}
|
|
|
5
5
|
export interface DeleteVpcLinkCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteVpcLinkCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteVpcLinkCommandInput
|
|
8
|
+
input: DeleteVpcLinkCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteVpcLinkCommandInput,
|
|
11
11
|
DeleteVpcLinkCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteVpcLinkCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteVpcLinkCommandInput
|
|
17
|
+
input: DeleteVpcLinkCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteVpcLinkCommandInput,
|
|
20
20
|
DeleteVpcLinkCommandOutput,
|