@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,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { FlushStageAuthorizersCacheRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface FlushStageAuthorizersCacheCommandInput
|
|
5
|
-
|
|
6
|
-
export interface FlushStageAuthorizersCacheCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface FlushStageAuthorizersCacheCommandInput extends FlushStageAuthorizersCacheRequest {}
|
|
5
|
+
export interface FlushStageAuthorizersCacheCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const FlushStageAuthorizersCacheCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: FlushStageAuthorizersCacheCommandInput
|
|
8
|
+
input: FlushStageAuthorizersCacheCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
FlushStageAuthorizersCacheCommandInput,
|
|
13
11
|
FlushStageAuthorizersCacheCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const FlushStageAuthorizersCacheCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: FlushStageAuthorizersCacheCommandInput
|
|
17
|
+
input: FlushStageAuthorizersCacheCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
FlushStageAuthorizersCacheCommandInput,
|
|
22
20
|
FlushStageAuthorizersCacheCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface FlushStageCacheCommandInput extends FlushStageCacheRequest {}
|
|
|
5
5
|
export interface FlushStageCacheCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const FlushStageCacheCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: FlushStageCacheCommandInput
|
|
8
|
+
input: FlushStageCacheCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
FlushStageCacheCommandInput,
|
|
11
11
|
FlushStageCacheCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const FlushStageCacheCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: FlushStageCacheCommandInput
|
|
17
|
+
input: FlushStageCacheCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
FlushStageCacheCommandInput,
|
|
20
20
|
FlushStageCacheCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ClientCertificate,
|
|
4
|
-
GenerateClientCertificateRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ClientCertificate, GenerateClientCertificateRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GenerateClientCertificateCommandInput
|
|
8
|
-
extends GenerateClientCertificateRequest {}
|
|
4
|
+
export interface GenerateClientCertificateCommandInput extends GenerateClientCertificateRequest {}
|
|
9
5
|
export interface GenerateClientCertificateCommandOutput
|
|
10
|
-
extends ClientCertificate,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ClientCertificate, __MetadataBearer {}
|
|
12
7
|
declare const GenerateClientCertificateCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GenerateClientCertificateCommandInput
|
|
9
|
+
input: GenerateClientCertificateCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GenerateClientCertificateCommandInput,
|
|
17
12
|
GenerateClientCertificateCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface GetAccountCommandInput extends GetAccountRequest {}
|
|
|
5
5
|
export interface GetAccountCommandOutput extends Account, __MetadataBearer {}
|
|
6
6
|
declare const GetAccountCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: GetAccountCommandInput
|
|
8
|
+
input: GetAccountCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetAccountCommandInput,
|
|
11
11
|
GetAccountCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetApiKeyCommandInput extends GetApiKeyRequest {}
|
|
5
5
|
export interface GetApiKeyCommandOutput extends ApiKey, __MetadataBearer {}
|
|
6
6
|
declare const GetApiKeyCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetApiKeyCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetApiKeyCommandInput,
|
|
9
11
|
GetApiKeyCommandOutput,
|
|
10
12
|
import("..").APIGatewayClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetApiKeyCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetApiKeyCommandInput,
|
|
16
20
|
GetApiKeyCommandOutput,
|
|
17
21
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -5,7 +5,7 @@ export interface GetApiKeysCommandInput extends GetApiKeysRequest {}
|
|
|
5
5
|
export interface GetApiKeysCommandOutput extends ApiKeys, __MetadataBearer {}
|
|
6
6
|
declare const GetApiKeysCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: GetApiKeysCommandInput
|
|
8
|
+
input: GetApiKeysCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetApiKeysCommandInput,
|
|
11
11
|
GetApiKeysCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Authorizer, GetAuthorizerRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetAuthorizerCommandInput extends GetAuthorizerRequest {}
|
|
5
|
-
export interface GetAuthorizerCommandOutput
|
|
6
|
-
extends Authorizer,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetAuthorizerCommandOutput extends Authorizer, __MetadataBearer {}
|
|
8
6
|
declare const GetAuthorizerCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetAuthorizerCommandInput
|
|
8
|
+
input: GetAuthorizerCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetAuthorizerCommandInput,
|
|
13
11
|
GetAuthorizerCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetAuthorizerCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetAuthorizerCommandInput
|
|
17
|
+
input: GetAuthorizerCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetAuthorizerCommandInput,
|
|
22
20
|
GetAuthorizerCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Authorizers, GetAuthorizersRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetAuthorizersCommandInput extends GetAuthorizersRequest {}
|
|
5
|
-
export interface GetAuthorizersCommandOutput
|
|
6
|
-
extends Authorizers,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetAuthorizersCommandOutput extends Authorizers, __MetadataBearer {}
|
|
8
6
|
declare const GetAuthorizersCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetAuthorizersCommandInput
|
|
8
|
+
input: GetAuthorizersCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetAuthorizersCommandInput,
|
|
13
11
|
GetAuthorizersCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetAuthorizersCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetAuthorizersCommandInput
|
|
17
|
+
input: GetAuthorizersCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetAuthorizersCommandInput,
|
|
22
20
|
GetAuthorizersCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { BasePathMapping, GetBasePathMappingRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface GetBasePathMappingCommandInput
|
|
5
|
-
|
|
6
|
-
export interface GetBasePathMappingCommandOutput
|
|
7
|
-
extends BasePathMapping,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetBasePathMappingCommandInput extends GetBasePathMappingRequest {}
|
|
5
|
+
export interface GetBasePathMappingCommandOutput extends BasePathMapping, __MetadataBearer {}
|
|
9
6
|
declare const GetBasePathMappingCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: GetBasePathMappingCommandInput
|
|
8
|
+
input: GetBasePathMappingCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
GetBasePathMappingCommandInput,
|
|
14
11
|
GetBasePathMappingCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const GetBasePathMappingCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: GetBasePathMappingCommandInput
|
|
17
|
+
input: GetBasePathMappingCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
GetBasePathMappingCommandInput,
|
|
23
20
|
GetBasePathMappingCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BasePathMappings,
|
|
4
|
-
GetBasePathMappingsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BasePathMappings, GetBasePathMappingsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBasePathMappingsCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetBasePathMappingsCommandOutput
|
|
10
|
-
extends BasePathMappings,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetBasePathMappingsCommandInput extends GetBasePathMappingsRequest {}
|
|
5
|
+
export interface GetBasePathMappingsCommandOutput extends BasePathMappings, __MetadataBearer {}
|
|
12
6
|
declare const GetBasePathMappingsCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetBasePathMappingsCommandInput
|
|
8
|
+
input: GetBasePathMappingsCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetBasePathMappingsCommandInput,
|
|
17
11
|
GetBasePathMappingsCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetBasePathMappingsCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetBasePathMappingsCommandInput
|
|
17
|
+
input: GetBasePathMappingsCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetBasePathMappingsCommandInput,
|
|
26
20
|
GetBasePathMappingsCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ClientCertificate,
|
|
4
|
-
GetClientCertificateRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ClientCertificate, GetClientCertificateRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetClientCertificateCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetClientCertificateCommandOutput
|
|
10
|
-
extends ClientCertificate,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetClientCertificateCommandInput extends GetClientCertificateRequest {}
|
|
5
|
+
export interface GetClientCertificateCommandOutput extends ClientCertificate, __MetadataBearer {}
|
|
12
6
|
declare const GetClientCertificateCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetClientCertificateCommandInput
|
|
8
|
+
input: GetClientCertificateCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetClientCertificateCommandInput,
|
|
17
11
|
GetClientCertificateCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetClientCertificateCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetClientCertificateCommandInput
|
|
17
|
+
input: GetClientCertificateCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetClientCertificateCommandInput,
|
|
26
20
|
GetClientCertificateCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ClientCertificates,
|
|
4
|
-
GetClientCertificatesRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ClientCertificates, GetClientCertificatesRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetClientCertificatesCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetClientCertificatesCommandOutput
|
|
10
|
-
extends ClientCertificates,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetClientCertificatesCommandInput extends GetClientCertificatesRequest {}
|
|
5
|
+
export interface GetClientCertificatesCommandOutput extends ClientCertificates, __MetadataBearer {}
|
|
12
6
|
declare const GetClientCertificatesCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetClientCertificatesCommandInput
|
|
8
|
+
input: GetClientCertificatesCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetClientCertificatesCommandInput,
|
|
17
11
|
GetClientCertificatesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Deployment, GetDeploymentRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
5
|
-
export interface GetDeploymentCommandOutput
|
|
6
|
-
extends Deployment,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer {}
|
|
8
6
|
declare const GetDeploymentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDeploymentCommandInput
|
|
8
|
+
input: GetDeploymentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDeploymentCommandInput,
|
|
13
11
|
GetDeploymentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDeploymentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDeploymentCommandInput
|
|
17
|
+
input: GetDeploymentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDeploymentCommandInput,
|
|
22
20
|
GetDeploymentCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Deployments, GetDeploymentsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDeploymentsCommandInput extends GetDeploymentsRequest {}
|
|
5
|
-
export interface GetDeploymentsCommandOutput
|
|
6
|
-
extends Deployments,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDeploymentsCommandOutput extends Deployments, __MetadataBearer {}
|
|
8
6
|
declare const GetDeploymentsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDeploymentsCommandInput
|
|
8
|
+
input: GetDeploymentsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDeploymentsCommandInput,
|
|
13
11
|
GetDeploymentsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDeploymentsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDeploymentsCommandInput
|
|
17
|
+
input: GetDeploymentsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDeploymentsCommandInput,
|
|
22
20
|
GetDeploymentsCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DocumentationPart,
|
|
4
|
-
GetDocumentationPartRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DocumentationPart, GetDocumentationPartRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDocumentationPartCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetDocumentationPartCommandOutput
|
|
10
|
-
extends DocumentationPart,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetDocumentationPartCommandInput extends GetDocumentationPartRequest {}
|
|
5
|
+
export interface GetDocumentationPartCommandOutput extends DocumentationPart, __MetadataBearer {}
|
|
12
6
|
declare const GetDocumentationPartCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetDocumentationPartCommandInput
|
|
8
|
+
input: GetDocumentationPartCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetDocumentationPartCommandInput,
|
|
17
11
|
GetDocumentationPartCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetDocumentationPartCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetDocumentationPartCommandInput
|
|
17
|
+
input: GetDocumentationPartCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetDocumentationPartCommandInput,
|
|
26
20
|
GetDocumentationPartCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DocumentationParts,
|
|
4
|
-
GetDocumentationPartsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DocumentationParts, GetDocumentationPartsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDocumentationPartsCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetDocumentationPartsCommandOutput
|
|
10
|
-
extends DocumentationParts,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetDocumentationPartsCommandInput extends GetDocumentationPartsRequest {}
|
|
5
|
+
export interface GetDocumentationPartsCommandOutput extends DocumentationParts, __MetadataBearer {}
|
|
12
6
|
declare const GetDocumentationPartsCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetDocumentationPartsCommandInput
|
|
8
|
+
input: GetDocumentationPartsCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetDocumentationPartsCommandInput,
|
|
17
11
|
GetDocumentationPartsCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetDocumentationPartsCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetDocumentationPartsCommandInput
|
|
17
|
+
input: GetDocumentationPartsCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetDocumentationPartsCommandInput,
|
|
26
20
|
GetDocumentationPartsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DocumentationVersion,
|
|
4
|
-
GetDocumentationVersionRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DocumentationVersion, GetDocumentationVersionRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDocumentationVersionCommandInput
|
|
8
|
-
extends GetDocumentationVersionRequest {}
|
|
4
|
+
export interface GetDocumentationVersionCommandInput extends GetDocumentationVersionRequest {}
|
|
9
5
|
export interface GetDocumentationVersionCommandOutput
|
|
10
|
-
extends DocumentationVersion,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DocumentationVersion, __MetadataBearer {}
|
|
12
7
|
declare const GetDocumentationVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetDocumentationVersionCommandInput
|
|
9
|
+
input: GetDocumentationVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetDocumentationVersionCommandInput,
|
|
17
12
|
GetDocumentationVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetDocumentationVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetDocumentationVersionCommandInput
|
|
18
|
+
input: GetDocumentationVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetDocumentationVersionCommandInput,
|
|
26
21
|
GetDocumentationVersionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DocumentationVersions,
|
|
4
|
-
GetDocumentationVersionsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DocumentationVersions, GetDocumentationVersionsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDocumentationVersionsCommandInput
|
|
8
|
-
extends GetDocumentationVersionsRequest {}
|
|
4
|
+
export interface GetDocumentationVersionsCommandInput extends GetDocumentationVersionsRequest {}
|
|
9
5
|
export interface GetDocumentationVersionsCommandOutput
|
|
10
|
-
extends DocumentationVersions,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DocumentationVersions, __MetadataBearer {}
|
|
12
7
|
declare const GetDocumentationVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetDocumentationVersionsCommandInput
|
|
9
|
+
input: GetDocumentationVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetDocumentationVersionsCommandInput,
|
|
17
12
|
GetDocumentationVersionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetDocumentationVersionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetDocumentationVersionsCommandInput
|
|
18
|
+
input: GetDocumentationVersionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetDocumentationVersionsCommandInput,
|
|
26
21
|
GetDocumentationVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetDomainNameAccessAssociationsRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDomainNameAccessAssociationsCommandInput
|
|
8
|
-
extends GetDomainNameAccessAssociationsRequest {}
|
|
7
|
+
export interface GetDomainNameAccessAssociationsCommandInput extends GetDomainNameAccessAssociationsRequest {}
|
|
9
8
|
export interface GetDomainNameAccessAssociationsCommandOutput
|
|
10
|
-
extends DomainNameAccessAssociations,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DomainNameAccessAssociations, __MetadataBearer {}
|
|
12
10
|
declare const GetDomainNameAccessAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetDomainNameAccessAssociationsCommandInput
|
|
12
|
+
input: GetDomainNameAccessAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetDomainNameAccessAssociationsCommandInput,
|
|
17
15
|
GetDomainNameAccessAssociationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DomainName, GetDomainNameRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
|
|
5
|
-
export interface GetDomainNameCommandOutput
|
|
6
|
-
extends DomainName,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDomainNameCommandOutput extends DomainName, __MetadataBearer {}
|
|
8
6
|
declare const GetDomainNameCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDomainNameCommandInput
|
|
8
|
+
input: GetDomainNameCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDomainNameCommandInput,
|
|
13
11
|
GetDomainNameCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDomainNameCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDomainNameCommandInput
|
|
17
|
+
input: GetDomainNameCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDomainNameCommandInput,
|
|
22
20
|
GetDomainNameCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DomainNames, GetDomainNamesRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDomainNamesCommandInput extends GetDomainNamesRequest {}
|
|
5
|
-
export interface GetDomainNamesCommandOutput
|
|
6
|
-
extends DomainNames,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDomainNamesCommandOutput extends DomainNames, __MetadataBearer {}
|
|
8
6
|
declare const GetDomainNamesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDomainNamesCommandInput
|
|
8
|
+
input: GetDomainNamesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDomainNamesCommandInput,
|
|
13
11
|
GetDomainNamesCommandOutput,
|
|
@@ -9,18 +9,20 @@ export type GetExportCommandOutputType = Pick<
|
|
|
9
9
|
> & {
|
|
10
10
|
body?: Uint8ArrayBlobAdapter;
|
|
11
11
|
};
|
|
12
|
-
export interface GetExportCommandOutput
|
|
13
|
-
extends GetExportCommandOutputType,
|
|
14
|
-
__MetadataBearer {}
|
|
12
|
+
export interface GetExportCommandOutput extends GetExportCommandOutputType, __MetadataBearer {}
|
|
15
13
|
declare const GetExportCommand_base: {
|
|
16
|
-
new (
|
|
14
|
+
new (
|
|
15
|
+
input: GetExportCommandInput,
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
GetExportCommandInput,
|
|
18
18
|
GetExportCommandOutput,
|
|
19
19
|
import("..").APIGatewayClientResolvedConfig,
|
|
20
20
|
import("..").ServiceInputTypes,
|
|
21
21
|
import("..").ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
-
new (
|
|
23
|
+
new (
|
|
24
|
+
input: GetExportCommandInput,
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
24
26
|
GetExportCommandInput,
|
|
25
27
|
GetExportCommandOutput,
|
|
26
28
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { GatewayResponse, GetGatewayResponseRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface GetGatewayResponseCommandInput
|
|
5
|
-
|
|
6
|
-
export interface GetGatewayResponseCommandOutput
|
|
7
|
-
extends GatewayResponse,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetGatewayResponseCommandInput extends GetGatewayResponseRequest {}
|
|
5
|
+
export interface GetGatewayResponseCommandOutput extends GatewayResponse, __MetadataBearer {}
|
|
9
6
|
declare const GetGatewayResponseCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: GetGatewayResponseCommandInput
|
|
8
|
+
input: GetGatewayResponseCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
GetGatewayResponseCommandInput,
|
|
14
11
|
GetGatewayResponseCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const GetGatewayResponseCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: GetGatewayResponseCommandInput
|
|
17
|
+
input: GetGatewayResponseCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
GetGatewayResponseCommandInput,
|
|
23
20
|
GetGatewayResponseCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GatewayResponses,
|
|
4
|
-
GetGatewayResponsesRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GatewayResponses, GetGatewayResponsesRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetGatewayResponsesCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetGatewayResponsesCommandOutput
|
|
10
|
-
extends GatewayResponses,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetGatewayResponsesCommandInput extends GetGatewayResponsesRequest {}
|
|
5
|
+
export interface GetGatewayResponsesCommandOutput extends GatewayResponses, __MetadataBearer {}
|
|
12
6
|
declare const GetGatewayResponsesCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetGatewayResponsesCommandInput
|
|
8
|
+
input: GetGatewayResponsesCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetGatewayResponsesCommandInput,
|
|
17
11
|
GetGatewayResponsesCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetGatewayResponsesCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetGatewayResponsesCommandInput
|
|
17
|
+
input: GetGatewayResponsesCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetGatewayResponsesCommandInput,
|
|
26
20
|
GetGatewayResponsesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetIntegrationRequest, Integration } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetIntegrationCommandInput extends GetIntegrationRequest {}
|
|
5
|
-
export interface GetIntegrationCommandOutput
|
|
6
|
-
extends Integration,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetIntegrationCommandOutput extends Integration, __MetadataBearer {}
|
|
8
6
|
declare const GetIntegrationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetIntegrationCommandInput
|
|
8
|
+
input: GetIntegrationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetIntegrationCommandInput,
|
|
13
11
|
GetIntegrationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetIntegrationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetIntegrationCommandInput
|
|
17
|
+
input: GetIntegrationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetIntegrationCommandInput,
|
|
22
20
|
GetIntegrationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetIntegrationResponseRequest,
|
|
4
|
-
IntegrationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetIntegrationResponseRequest, IntegrationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetIntegrationResponseCommandInput
|
|
8
|
-
extends GetIntegrationResponseRequest {}
|
|
4
|
+
export interface GetIntegrationResponseCommandInput extends GetIntegrationResponseRequest {}
|
|
9
5
|
export interface GetIntegrationResponseCommandOutput
|
|
10
|
-
extends IntegrationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends IntegrationResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetIntegrationResponseCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetIntegrationResponseCommandInput
|
|
9
|
+
input: GetIntegrationResponseCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetIntegrationResponseCommandInput,
|
|
17
12
|
GetIntegrationResponseCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetIntegrationResponseCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetIntegrationResponseCommandInput
|
|
18
|
+
input: GetIntegrationResponseCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetIntegrationResponseCommandInput,
|
|
26
21
|
GetIntegrationResponseCommandOutput,
|