@aws-sdk/client-api-gateway 3.1087.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 +39 -39
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { GatewayResponse, PutGatewayResponseRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutGatewayResponseCommandInput
|
|
5
|
-
|
|
6
|
-
export interface PutGatewayResponseCommandOutput
|
|
7
|
-
extends GatewayResponse,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface PutGatewayResponseCommandInput extends PutGatewayResponseRequest {}
|
|
5
|
+
export interface PutGatewayResponseCommandOutput extends GatewayResponse, __MetadataBearer {}
|
|
9
6
|
declare const PutGatewayResponseCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: PutGatewayResponseCommandInput
|
|
8
|
+
input: PutGatewayResponseCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
PutGatewayResponseCommandInput,
|
|
14
11
|
PutGatewayResponseCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const PutGatewayResponseCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: PutGatewayResponseCommandInput
|
|
17
|
+
input: PutGatewayResponseCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
PutGatewayResponseCommandInput,
|
|
23
20
|
PutGatewayResponseCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Integration, PutIntegrationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutIntegrationCommandInput extends PutIntegrationRequest {}
|
|
5
|
-
export interface PutIntegrationCommandOutput
|
|
6
|
-
extends Integration,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutIntegrationCommandOutput extends Integration, __MetadataBearer {}
|
|
8
6
|
declare const PutIntegrationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutIntegrationCommandInput
|
|
8
|
+
input: PutIntegrationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutIntegrationCommandInput,
|
|
13
11
|
PutIntegrationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutIntegrationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutIntegrationCommandInput
|
|
17
|
+
input: PutIntegrationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutIntegrationCommandInput,
|
|
22
20
|
PutIntegrationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
IntegrationResponse,
|
|
4
|
-
PutIntegrationResponseRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { IntegrationResponse, PutIntegrationResponseRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutIntegrationResponseCommandInput
|
|
8
|
-
extends PutIntegrationResponseRequest {}
|
|
4
|
+
export interface PutIntegrationResponseCommandInput extends PutIntegrationResponseRequest {}
|
|
9
5
|
export interface PutIntegrationResponseCommandOutput
|
|
10
|
-
extends IntegrationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends IntegrationResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutIntegrationResponseCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutIntegrationResponseCommandInput
|
|
9
|
+
input: PutIntegrationResponseCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutIntegrationResponseCommandInput,
|
|
17
12
|
PutIntegrationResponseCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutIntegrationResponseCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutIntegrationResponseCommandInput
|
|
18
|
+
input: PutIntegrationResponseCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutIntegrationResponseCommandInput,
|
|
26
21
|
PutIntegrationResponseCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface PutMethodCommandInput extends PutMethodRequest {}
|
|
5
5
|
export interface PutMethodCommandOutput extends Method, __MetadataBearer {}
|
|
6
6
|
declare const PutMethodCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: PutMethodCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
PutMethodCommandInput,
|
|
9
11
|
PutMethodCommandOutput,
|
|
10
12
|
import("..").APIGatewayClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: PutMethodCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
PutMethodCommandInput,
|
|
16
20
|
PutMethodCommandOutput,
|
|
17
21
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { MethodResponse, PutMethodResponseRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutMethodResponseCommandInput
|
|
5
|
-
|
|
6
|
-
export interface PutMethodResponseCommandOutput
|
|
7
|
-
extends MethodResponse,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface PutMethodResponseCommandInput extends PutMethodResponseRequest {}
|
|
5
|
+
export interface PutMethodResponseCommandOutput extends MethodResponse, __MetadataBearer {}
|
|
9
6
|
declare const PutMethodResponseCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: PutMethodResponseCommandInput
|
|
8
|
+
input: PutMethodResponseCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
PutMethodResponseCommandInput,
|
|
14
11
|
PutMethodResponseCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const PutMethodResponseCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: PutMethodResponseCommandInput
|
|
17
|
+
input: PutMethodResponseCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
PutMethodResponseCommandInput,
|
|
23
20
|
PutMethodResponseCommandOutput,
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BlobPayloadInputTypes,
|
|
3
|
-
MetadataBearer as __MetadataBearer,
|
|
4
|
-
} from "@smithy/types";
|
|
1
|
+
import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
5
2
|
import { PutRestApiRequest, RestApi } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export type PutRestApiCommandInputType = Pick<
|
|
@@ -14,7 +11,7 @@ export interface PutRestApiCommandInput extends PutRestApiCommandInputType {}
|
|
|
14
11
|
export interface PutRestApiCommandOutput extends RestApi, __MetadataBearer {}
|
|
15
12
|
declare const PutRestApiCommand_base: {
|
|
16
13
|
new (
|
|
17
|
-
input: PutRestApiCommandInput
|
|
14
|
+
input: PutRestApiCommandInput,
|
|
18
15
|
): import("@smithy/core/client").CommandImpl<
|
|
19
16
|
PutRestApiCommandInput,
|
|
20
17
|
PutRestApiCommandOutput,
|
|
@@ -23,7 +20,7 @@ declare const PutRestApiCommand_base: {
|
|
|
23
20
|
import("..").ServiceOutputTypes
|
|
24
21
|
>;
|
|
25
22
|
new (
|
|
26
|
-
input: PutRestApiCommandInput
|
|
23
|
+
input: PutRestApiCommandInput,
|
|
27
24
|
): import("@smithy/core/client").CommandImpl<
|
|
28
25
|
PutRestApiCommandInput,
|
|
29
26
|
PutRestApiCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { RejectDomainNameAccessAssociationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface RejectDomainNameAccessAssociationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface RejectDomainNameAccessAssociationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface RejectDomainNameAccessAssociationCommandInput extends RejectDomainNameAccessAssociationRequest {}
|
|
5
|
+
export interface RejectDomainNameAccessAssociationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const RejectDomainNameAccessAssociationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: RejectDomainNameAccessAssociationCommandInput
|
|
8
|
+
input: RejectDomainNameAccessAssociationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
RejectDomainNameAccessAssociationCommandInput,
|
|
13
11
|
RejectDomainNameAccessAssociationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const RejectDomainNameAccessAssociationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: RejectDomainNameAccessAssociationCommandInput
|
|
17
|
+
input: RejectDomainNameAccessAssociationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
RejectDomainNameAccessAssociationCommandInput,
|
|
22
20
|
RejectDomainNameAccessAssociationCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
TestInvokeAuthorizerRequest,
|
|
4
|
-
TestInvokeAuthorizerResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { TestInvokeAuthorizerRequest, TestInvokeAuthorizerResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface TestInvokeAuthorizerCommandInput
|
|
8
|
-
extends TestInvokeAuthorizerRequest {}
|
|
4
|
+
export interface TestInvokeAuthorizerCommandInput extends TestInvokeAuthorizerRequest {}
|
|
9
5
|
export interface TestInvokeAuthorizerCommandOutput
|
|
10
|
-
extends TestInvokeAuthorizerResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends TestInvokeAuthorizerResponse, __MetadataBearer {}
|
|
12
7
|
declare const TestInvokeAuthorizerCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: TestInvokeAuthorizerCommandInput
|
|
9
|
+
input: TestInvokeAuthorizerCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
TestInvokeAuthorizerCommandInput,
|
|
17
12
|
TestInvokeAuthorizerCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const TestInvokeAuthorizerCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: TestInvokeAuthorizerCommandInput
|
|
18
|
+
input: TestInvokeAuthorizerCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
TestInvokeAuthorizerCommandInput,
|
|
26
21
|
TestInvokeAuthorizerCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
TestInvokeMethodRequest,
|
|
4
|
-
TestInvokeMethodResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { TestInvokeMethodRequest, TestInvokeMethodResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface TestInvokeMethodCommandInput extends TestInvokeMethodRequest {}
|
|
8
|
-
export interface TestInvokeMethodCommandOutput
|
|
9
|
-
extends TestInvokeMethodResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TestInvokeMethodCommandOutput extends TestInvokeMethodResponse, __MetadataBearer {}
|
|
11
6
|
declare const TestInvokeMethodCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: TestInvokeMethodCommandInput
|
|
8
|
+
input: TestInvokeMethodCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
TestInvokeMethodCommandInput,
|
|
16
11
|
TestInvokeMethodCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const TestInvokeMethodCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: TestInvokeMethodCommandInput
|
|
17
|
+
input: TestInvokeMethodCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
TestInvokeMethodCommandInput,
|
|
25
20
|
TestInvokeMethodCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UpdateAccountCommandInput extends UpdateAccountRequest {}
|
|
|
5
5
|
export interface UpdateAccountCommandOutput extends Account, __MetadataBearer {}
|
|
6
6
|
declare const UpdateAccountCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateAccountCommandInput
|
|
8
|
+
input: UpdateAccountCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateAccountCommandInput,
|
|
11
11
|
UpdateAccountCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {}
|
|
|
5
5
|
export interface UpdateApiKeyCommandOutput extends ApiKey, __MetadataBearer {}
|
|
6
6
|
declare const UpdateApiKeyCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateApiKeyCommandInput
|
|
8
|
+
input: UpdateApiKeyCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateApiKeyCommandInput,
|
|
11
11
|
UpdateApiKeyCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UpdateApiKeyCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UpdateApiKeyCommandInput
|
|
17
|
+
input: UpdateApiKeyCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateApiKeyCommandInput,
|
|
20
20
|
UpdateApiKeyCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Authorizer, UpdateAuthorizerRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {}
|
|
5
|
-
export interface UpdateAuthorizerCommandOutput
|
|
6
|
-
extends Authorizer,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateAuthorizerCommandOutput extends Authorizer, __MetadataBearer {}
|
|
8
6
|
declare const UpdateAuthorizerCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateAuthorizerCommandInput
|
|
8
|
+
input: UpdateAuthorizerCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateAuthorizerCommandInput,
|
|
13
11
|
UpdateAuthorizerCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateAuthorizerCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateAuthorizerCommandInput
|
|
17
|
+
input: UpdateAuthorizerCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateAuthorizerCommandInput,
|
|
22
20
|
UpdateAuthorizerCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BasePathMapping,
|
|
4
|
-
UpdateBasePathMappingRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BasePathMapping, UpdateBasePathMappingRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateBasePathMappingCommandInput
|
|
8
|
-
|
|
9
|
-
export interface UpdateBasePathMappingCommandOutput
|
|
10
|
-
extends BasePathMapping,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateBasePathMappingCommandInput extends UpdateBasePathMappingRequest {}
|
|
5
|
+
export interface UpdateBasePathMappingCommandOutput extends BasePathMapping, __MetadataBearer {}
|
|
12
6
|
declare const UpdateBasePathMappingCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: UpdateBasePathMappingCommandInput
|
|
8
|
+
input: UpdateBasePathMappingCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
UpdateBasePathMappingCommandInput,
|
|
17
11
|
UpdateBasePathMappingCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const UpdateBasePathMappingCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: UpdateBasePathMappingCommandInput
|
|
17
|
+
input: UpdateBasePathMappingCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
UpdateBasePathMappingCommandInput,
|
|
26
20
|
UpdateBasePathMappingCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ClientCertificate,
|
|
4
|
-
UpdateClientCertificateRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ClientCertificate, UpdateClientCertificateRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateClientCertificateCommandInput
|
|
8
|
-
|
|
9
|
-
export interface UpdateClientCertificateCommandOutput
|
|
10
|
-
extends ClientCertificate,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateClientCertificateCommandInput extends UpdateClientCertificateRequest {}
|
|
5
|
+
export interface UpdateClientCertificateCommandOutput extends ClientCertificate, __MetadataBearer {}
|
|
12
6
|
declare const UpdateClientCertificateCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: UpdateClientCertificateCommandInput
|
|
8
|
+
input: UpdateClientCertificateCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
UpdateClientCertificateCommandInput,
|
|
17
11
|
UpdateClientCertificateCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const UpdateClientCertificateCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: UpdateClientCertificateCommandInput
|
|
17
|
+
input: UpdateClientCertificateCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
UpdateClientCertificateCommandInput,
|
|
26
20
|
UpdateClientCertificateCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Deployment, UpdateDeploymentRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateDeploymentCommandInput extends UpdateDeploymentRequest {}
|
|
5
|
-
export interface UpdateDeploymentCommandOutput
|
|
6
|
-
extends Deployment,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDeploymentCommandOutput extends Deployment, __MetadataBearer {}
|
|
8
6
|
declare const UpdateDeploymentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateDeploymentCommandInput
|
|
8
|
+
input: UpdateDeploymentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateDeploymentCommandInput,
|
|
13
11
|
UpdateDeploymentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateDeploymentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateDeploymentCommandInput
|
|
17
|
+
input: UpdateDeploymentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateDeploymentCommandInput,
|
|
22
20
|
UpdateDeploymentCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DocumentationPart,
|
|
4
|
-
UpdateDocumentationPartRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DocumentationPart, UpdateDocumentationPartRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateDocumentationPartCommandInput
|
|
8
|
-
|
|
9
|
-
export interface UpdateDocumentationPartCommandOutput
|
|
10
|
-
extends DocumentationPart,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateDocumentationPartCommandInput extends UpdateDocumentationPartRequest {}
|
|
5
|
+
export interface UpdateDocumentationPartCommandOutput extends DocumentationPart, __MetadataBearer {}
|
|
12
6
|
declare const UpdateDocumentationPartCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: UpdateDocumentationPartCommandInput
|
|
8
|
+
input: UpdateDocumentationPartCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
UpdateDocumentationPartCommandInput,
|
|
17
11
|
UpdateDocumentationPartCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const UpdateDocumentationPartCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: UpdateDocumentationPartCommandInput
|
|
17
|
+
input: UpdateDocumentationPartCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
UpdateDocumentationPartCommandInput,
|
|
26
20
|
UpdateDocumentationPartCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DocumentationVersion,
|
|
4
|
-
UpdateDocumentationVersionRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DocumentationVersion, UpdateDocumentationVersionRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateDocumentationVersionCommandInput
|
|
8
|
-
extends UpdateDocumentationVersionRequest {}
|
|
4
|
+
export interface UpdateDocumentationVersionCommandInput extends UpdateDocumentationVersionRequest {}
|
|
9
5
|
export interface UpdateDocumentationVersionCommandOutput
|
|
10
|
-
extends DocumentationVersion,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DocumentationVersion, __MetadataBearer {}
|
|
12
7
|
declare const UpdateDocumentationVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateDocumentationVersionCommandInput
|
|
9
|
+
input: UpdateDocumentationVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateDocumentationVersionCommandInput,
|
|
17
12
|
UpdateDocumentationVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateDocumentationVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateDocumentationVersionCommandInput
|
|
18
|
+
input: UpdateDocumentationVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateDocumentationVersionCommandInput,
|
|
26
21
|
UpdateDocumentationVersionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DomainName, UpdateDomainNameRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {}
|
|
5
|
-
export interface UpdateDomainNameCommandOutput
|
|
6
|
-
extends DomainName,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDomainNameCommandOutput extends DomainName, __MetadataBearer {}
|
|
8
6
|
declare const UpdateDomainNameCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateDomainNameCommandInput
|
|
8
|
+
input: UpdateDomainNameCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateDomainNameCommandInput,
|
|
13
11
|
UpdateDomainNameCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateDomainNameCommandInput
|
|
17
|
+
input: UpdateDomainNameCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateDomainNameCommandInput,
|
|
22
20
|
UpdateDomainNameCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GatewayResponse,
|
|
4
|
-
UpdateGatewayResponseRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GatewayResponse, UpdateGatewayResponseRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateGatewayResponseCommandInput
|
|
8
|
-
|
|
9
|
-
export interface UpdateGatewayResponseCommandOutput
|
|
10
|
-
extends GatewayResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateGatewayResponseCommandInput extends UpdateGatewayResponseRequest {}
|
|
5
|
+
export interface UpdateGatewayResponseCommandOutput extends GatewayResponse, __MetadataBearer {}
|
|
12
6
|
declare const UpdateGatewayResponseCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: UpdateGatewayResponseCommandInput
|
|
8
|
+
input: UpdateGatewayResponseCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
UpdateGatewayResponseCommandInput,
|
|
17
11
|
UpdateGatewayResponseCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const UpdateGatewayResponseCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: UpdateGatewayResponseCommandInput
|
|
17
|
+
input: UpdateGatewayResponseCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
UpdateGatewayResponseCommandInput,
|
|
26
20
|
UpdateGatewayResponseCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { Integration, UpdateIntegrationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateIntegrationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateIntegrationCommandOutput
|
|
7
|
-
extends Integration,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateIntegrationCommandInput extends UpdateIntegrationRequest {}
|
|
5
|
+
export interface UpdateIntegrationCommandOutput extends Integration, __MetadataBearer {}
|
|
9
6
|
declare const UpdateIntegrationCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: UpdateIntegrationCommandInput
|
|
8
|
+
input: UpdateIntegrationCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
UpdateIntegrationCommandInput,
|
|
14
11
|
UpdateIntegrationCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const UpdateIntegrationCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: UpdateIntegrationCommandInput
|
|
17
|
+
input: UpdateIntegrationCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
UpdateIntegrationCommandInput,
|
|
23
20
|
UpdateIntegrationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
IntegrationResponse,
|
|
4
|
-
UpdateIntegrationResponseRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { IntegrationResponse, UpdateIntegrationResponseRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateIntegrationResponseCommandInput
|
|
8
|
-
extends UpdateIntegrationResponseRequest {}
|
|
4
|
+
export interface UpdateIntegrationResponseCommandInput extends UpdateIntegrationResponseRequest {}
|
|
9
5
|
export interface UpdateIntegrationResponseCommandOutput
|
|
10
|
-
extends IntegrationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends IntegrationResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateIntegrationResponseCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateIntegrationResponseCommandInput
|
|
9
|
+
input: UpdateIntegrationResponseCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateIntegrationResponseCommandInput,
|
|
17
12
|
UpdateIntegrationResponseCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateIntegrationResponseCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateIntegrationResponseCommandInput
|
|
18
|
+
input: UpdateIntegrationResponseCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateIntegrationResponseCommandInput,
|
|
26
21
|
UpdateIntegrationResponseCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UpdateMethodCommandInput extends UpdateMethodRequest {}
|
|
|
5
5
|
export interface UpdateMethodCommandOutput extends Method, __MetadataBearer {}
|
|
6
6
|
declare const UpdateMethodCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateMethodCommandInput
|
|
8
|
+
input: UpdateMethodCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateMethodCommandInput,
|
|
11
11
|
UpdateMethodCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UpdateMethodCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UpdateMethodCommandInput
|
|
17
|
+
input: UpdateMethodCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateMethodCommandInput,
|
|
20
20
|
UpdateMethodCommandOutput,
|