@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
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetMethodCommandInput extends GetMethodRequest {}
|
|
5
5
|
export interface GetMethodCommandOutput extends Method, __MetadataBearer {}
|
|
6
6
|
declare const GetMethodCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetMethodCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetMethodCommandInput,
|
|
9
11
|
GetMethodCommandOutput,
|
|
10
12
|
import("..").APIGatewayClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetMethodCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetMethodCommandInput,
|
|
16
20
|
GetMethodCommandOutput,
|
|
17
21
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { GetMethodResponseRequest, MethodResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface GetMethodResponseCommandInput
|
|
5
|
-
|
|
6
|
-
export interface GetMethodResponseCommandOutput
|
|
7
|
-
extends MethodResponse,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetMethodResponseCommandInput extends GetMethodResponseRequest {}
|
|
5
|
+
export interface GetMethodResponseCommandOutput extends MethodResponse, __MetadataBearer {}
|
|
9
6
|
declare const GetMethodResponseCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: GetMethodResponseCommandInput
|
|
8
|
+
input: GetMethodResponseCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
GetMethodResponseCommandInput,
|
|
14
11
|
GetMethodResponseCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const GetMethodResponseCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: GetMethodResponseCommandInput
|
|
17
|
+
input: GetMethodResponseCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
GetMethodResponseCommandInput,
|
|
23
20
|
GetMethodResponseCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetModelCommandInput extends GetModelRequest {}
|
|
5
5
|
export interface GetModelCommandOutput extends Model, __MetadataBearer {}
|
|
6
6
|
declare const GetModelCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetModelCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetModelCommandInput,
|
|
9
11
|
GetModelCommandOutput,
|
|
10
12
|
import("..").APIGatewayClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetModelCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetModelCommandInput,
|
|
16
20
|
GetModelCommandOutput,
|
|
17
21
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetModelTemplateRequest, Template } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetModelTemplateCommandInput extends GetModelTemplateRequest {}
|
|
5
|
-
export interface GetModelTemplateCommandOutput
|
|
6
|
-
extends Template,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetModelTemplateCommandOutput extends Template, __MetadataBearer {}
|
|
8
6
|
declare const GetModelTemplateCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetModelTemplateCommandInput
|
|
8
|
+
input: GetModelTemplateCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetModelTemplateCommandInput,
|
|
13
11
|
GetModelTemplateCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetModelTemplateCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetModelTemplateCommandInput
|
|
17
|
+
input: GetModelTemplateCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetModelTemplateCommandInput,
|
|
22
20
|
GetModelTemplateCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetModelsCommandInput extends GetModelsRequest {}
|
|
5
5
|
export interface GetModelsCommandOutput extends Models, __MetadataBearer {}
|
|
6
6
|
declare const GetModelsCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetModelsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetModelsCommandInput,
|
|
9
11
|
GetModelsCommandOutput,
|
|
10
12
|
import("..").APIGatewayClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetModelsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetModelsCommandInput,
|
|
16
20
|
GetModelsCommandOutput,
|
|
17
21
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRequestValidatorRequest,
|
|
4
|
-
RequestValidator,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRequestValidatorRequest, RequestValidator } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRequestValidatorCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetRequestValidatorCommandOutput
|
|
10
|
-
extends RequestValidator,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetRequestValidatorCommandInput extends GetRequestValidatorRequest {}
|
|
5
|
+
export interface GetRequestValidatorCommandOutput extends RequestValidator, __MetadataBearer {}
|
|
12
6
|
declare const GetRequestValidatorCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetRequestValidatorCommandInput
|
|
8
|
+
input: GetRequestValidatorCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetRequestValidatorCommandInput,
|
|
17
11
|
GetRequestValidatorCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetRequestValidatorCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetRequestValidatorCommandInput
|
|
17
|
+
input: GetRequestValidatorCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetRequestValidatorCommandInput,
|
|
26
20
|
GetRequestValidatorCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRequestValidatorsRequest,
|
|
4
|
-
RequestValidators,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRequestValidatorsRequest, RequestValidators } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRequestValidatorsCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetRequestValidatorsCommandOutput
|
|
10
|
-
extends RequestValidators,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetRequestValidatorsCommandInput extends GetRequestValidatorsRequest {}
|
|
5
|
+
export interface GetRequestValidatorsCommandOutput extends RequestValidators, __MetadataBearer {}
|
|
12
6
|
declare const GetRequestValidatorsCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetRequestValidatorsCommandInput
|
|
8
|
+
input: GetRequestValidatorsCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetRequestValidatorsCommandInput,
|
|
17
11
|
GetRequestValidatorsCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetRequestValidatorsCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetRequestValidatorsCommandInput
|
|
17
|
+
input: GetRequestValidatorsCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetRequestValidatorsCommandInput,
|
|
26
20
|
GetRequestValidatorsCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface GetResourceCommandInput extends GetResourceRequest {}
|
|
|
5
5
|
export interface GetResourceCommandOutput extends Resource, __MetadataBearer {}
|
|
6
6
|
declare const GetResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: GetResourceCommandInput
|
|
8
|
+
input: GetResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetResourceCommandInput,
|
|
11
11
|
GetResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const GetResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: GetResourceCommandInput
|
|
17
|
+
input: GetResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetResourceCommandInput,
|
|
20
20
|
GetResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetResourcesRequest, Resources } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetResourcesCommandInput extends GetResourcesRequest {}
|
|
5
|
-
export interface GetResourcesCommandOutput
|
|
6
|
-
extends Resources,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetResourcesCommandOutput extends Resources, __MetadataBearer {}
|
|
8
6
|
declare const GetResourcesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetResourcesCommandInput
|
|
8
|
+
input: GetResourcesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetResourcesCommandInput,
|
|
13
11
|
GetResourcesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetResourcesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetResourcesCommandInput
|
|
17
|
+
input: GetResourcesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetResourcesCommandInput,
|
|
22
20
|
GetResourcesCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface GetRestApiCommandInput extends GetRestApiRequest {}
|
|
|
5
5
|
export interface GetRestApiCommandOutput extends RestApi, __MetadataBearer {}
|
|
6
6
|
declare const GetRestApiCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: GetRestApiCommandInput
|
|
8
|
+
input: GetRestApiCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetRestApiCommandInput,
|
|
11
11
|
GetRestApiCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const GetRestApiCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: GetRestApiCommandInput
|
|
17
|
+
input: GetRestApiCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetRestApiCommandInput,
|
|
20
20
|
GetRestApiCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface GetRestApisCommandInput extends GetRestApisRequest {}
|
|
|
5
5
|
export interface GetRestApisCommandOutput extends RestApis, __MetadataBearer {}
|
|
6
6
|
declare const GetRestApisCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: GetRestApisCommandInput
|
|
8
|
+
input: GetRestApisCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetRestApisCommandInput,
|
|
11
11
|
GetRestApisCommandOutput,
|
|
@@ -3,24 +3,23 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import { GetSdkRequest, SdkResponse } from "../models/models_0";
|
|
4
4
|
export { __MetadataBearer };
|
|
5
5
|
export interface GetSdkCommandInput extends GetSdkRequest {}
|
|
6
|
-
export type GetSdkCommandOutputType = Pick<
|
|
7
|
-
SdkResponse,
|
|
8
|
-
Exclude<keyof SdkResponse, "body">
|
|
9
|
-
> & {
|
|
6
|
+
export type GetSdkCommandOutputType = Pick<SdkResponse, Exclude<keyof SdkResponse, "body">> & {
|
|
10
7
|
body?: Uint8ArrayBlobAdapter;
|
|
11
8
|
};
|
|
12
|
-
export interface GetSdkCommandOutput
|
|
13
|
-
extends GetSdkCommandOutputType,
|
|
14
|
-
__MetadataBearer {}
|
|
9
|
+
export interface GetSdkCommandOutput extends GetSdkCommandOutputType, __MetadataBearer {}
|
|
15
10
|
declare const GetSdkCommand_base: {
|
|
16
|
-
new (
|
|
11
|
+
new (
|
|
12
|
+
input: GetSdkCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
14
|
GetSdkCommandInput,
|
|
18
15
|
GetSdkCommandOutput,
|
|
19
16
|
import("..").APIGatewayClientResolvedConfig,
|
|
20
17
|
import("..").ServiceInputTypes,
|
|
21
18
|
import("..").ServiceOutputTypes
|
|
22
19
|
>;
|
|
23
|
-
new (
|
|
20
|
+
new (
|
|
21
|
+
input: GetSdkCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
24
23
|
GetSdkCommandInput,
|
|
25
24
|
GetSdkCommandOutput,
|
|
26
25
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -5,7 +5,7 @@ export interface GetSdkTypeCommandInput extends GetSdkTypeRequest {}
|
|
|
5
5
|
export interface GetSdkTypeCommandOutput extends SdkType, __MetadataBearer {}
|
|
6
6
|
declare const GetSdkTypeCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: GetSdkTypeCommandInput
|
|
8
|
+
input: GetSdkTypeCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetSdkTypeCommandInput,
|
|
11
11
|
GetSdkTypeCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const GetSdkTypeCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: GetSdkTypeCommandInput
|
|
17
|
+
input: GetSdkTypeCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetSdkTypeCommandInput,
|
|
20
20
|
GetSdkTypeCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface GetSdkTypesCommandInput extends GetSdkTypesRequest {}
|
|
|
5
5
|
export interface GetSdkTypesCommandOutput extends SdkTypes, __MetadataBearer {}
|
|
6
6
|
declare const GetSdkTypesCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: GetSdkTypesCommandInput
|
|
8
|
+
input: GetSdkTypesCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetSdkTypesCommandInput,
|
|
11
11
|
GetSdkTypesCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetStageCommandInput extends GetStageRequest {}
|
|
5
5
|
export interface GetStageCommandOutput extends Stage, __MetadataBearer {}
|
|
6
6
|
declare const GetStageCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetStageCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetStageCommandInput,
|
|
9
11
|
GetStageCommandOutput,
|
|
10
12
|
import("..").APIGatewayClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetStageCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetStageCommandInput,
|
|
16
20
|
GetStageCommandOutput,
|
|
17
21
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetStagesCommandInput extends GetStagesRequest {}
|
|
5
5
|
export interface GetStagesCommandOutput extends Stages, __MetadataBearer {}
|
|
6
6
|
declare const GetStagesCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetStagesCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetStagesCommandInput,
|
|
9
11
|
GetStagesCommandOutput,
|
|
10
12
|
import("..").APIGatewayClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetStagesCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetStagesCommandInput,
|
|
16
20
|
GetStagesCommandOutput,
|
|
17
21
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetTagsCommandInput extends GetTagsRequest {}
|
|
5
5
|
export interface GetTagsCommandOutput extends Tags, __MetadataBearer {}
|
|
6
6
|
declare const GetTagsCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetTagsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetTagsCommandInput,
|
|
9
11
|
GetTagsCommandOutput,
|
|
10
12
|
import("..").APIGatewayClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetTagsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetTagsCommandInput,
|
|
16
20
|
GetTagsCommandOutput,
|
|
17
21
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetUsageCommandInput extends GetUsageRequest {}
|
|
5
5
|
export interface GetUsageCommandOutput extends Usage, __MetadataBearer {}
|
|
6
6
|
declare const GetUsageCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetUsageCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetUsageCommandInput,
|
|
9
11
|
GetUsageCommandOutput,
|
|
10
12
|
import("..").APIGatewayClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetUsageCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetUsageCommandInput,
|
|
16
20
|
GetUsageCommandOutput,
|
|
17
21
|
import("..").APIGatewayClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetUsagePlanRequest, UsagePlan } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetUsagePlanCommandInput extends GetUsagePlanRequest {}
|
|
5
|
-
export interface GetUsagePlanCommandOutput
|
|
6
|
-
extends UsagePlan,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetUsagePlanCommandOutput extends UsagePlan, __MetadataBearer {}
|
|
8
6
|
declare const GetUsagePlanCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetUsagePlanCommandInput
|
|
8
|
+
input: GetUsagePlanCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetUsagePlanCommandInput,
|
|
13
11
|
GetUsagePlanCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetUsagePlanCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetUsagePlanCommandInput
|
|
17
|
+
input: GetUsagePlanCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetUsagePlanCommandInput,
|
|
22
20
|
GetUsagePlanCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetUsagePlanKeyRequest, UsagePlanKey } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetUsagePlanKeyCommandInput extends GetUsagePlanKeyRequest {}
|
|
5
|
-
export interface GetUsagePlanKeyCommandOutput
|
|
6
|
-
extends UsagePlanKey,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetUsagePlanKeyCommandOutput extends UsagePlanKey, __MetadataBearer {}
|
|
8
6
|
declare const GetUsagePlanKeyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetUsagePlanKeyCommandInput
|
|
8
|
+
input: GetUsagePlanKeyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetUsagePlanKeyCommandInput,
|
|
13
11
|
GetUsagePlanKeyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetUsagePlanKeyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetUsagePlanKeyCommandInput
|
|
17
|
+
input: GetUsagePlanKeyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetUsagePlanKeyCommandInput,
|
|
22
20
|
GetUsagePlanKeyCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetUsagePlanKeysRequest, UsagePlanKeys } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetUsagePlanKeysCommandInput extends GetUsagePlanKeysRequest {}
|
|
5
|
-
export interface GetUsagePlanKeysCommandOutput
|
|
6
|
-
extends UsagePlanKeys,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetUsagePlanKeysCommandOutput extends UsagePlanKeys, __MetadataBearer {}
|
|
8
6
|
declare const GetUsagePlanKeysCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetUsagePlanKeysCommandInput
|
|
8
|
+
input: GetUsagePlanKeysCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetUsagePlanKeysCommandInput,
|
|
13
11
|
GetUsagePlanKeysCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetUsagePlanKeysCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetUsagePlanKeysCommandInput
|
|
17
|
+
input: GetUsagePlanKeysCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetUsagePlanKeysCommandInput,
|
|
22
20
|
GetUsagePlanKeysCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetUsagePlansRequest, UsagePlans } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetUsagePlansCommandInput extends GetUsagePlansRequest {}
|
|
5
|
-
export interface GetUsagePlansCommandOutput
|
|
6
|
-
extends UsagePlans,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetUsagePlansCommandOutput extends UsagePlans, __MetadataBearer {}
|
|
8
6
|
declare const GetUsagePlansCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetUsagePlansCommandInput
|
|
8
|
+
input: GetUsagePlansCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetUsagePlansCommandInput,
|
|
13
11
|
GetUsagePlansCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface GetVpcLinkCommandInput extends GetVpcLinkRequest {}
|
|
|
5
5
|
export interface GetVpcLinkCommandOutput extends VpcLink, __MetadataBearer {}
|
|
6
6
|
declare const GetVpcLinkCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: GetVpcLinkCommandInput
|
|
8
|
+
input: GetVpcLinkCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetVpcLinkCommandInput,
|
|
11
11
|
GetVpcLinkCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const GetVpcLinkCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: GetVpcLinkCommandInput
|
|
17
|
+
input: GetVpcLinkCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetVpcLinkCommandInput,
|
|
20
20
|
GetVpcLinkCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface GetVpcLinksCommandInput extends GetVpcLinksRequest {}
|
|
|
5
5
|
export interface GetVpcLinksCommandOutput extends VpcLinks, __MetadataBearer {}
|
|
6
6
|
declare const GetVpcLinksCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: GetVpcLinksCommandInput
|
|
8
|
+
input: GetVpcLinksCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetVpcLinksCommandInput,
|
|
11
11
|
GetVpcLinksCommandOutput,
|
|
@@ -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 { ApiKeyIds, ImportApiKeysRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export type ImportApiKeysCommandInputType = Pick<
|
|
@@ -10,14 +7,11 @@ export type ImportApiKeysCommandInputType = Pick<
|
|
|
10
7
|
> & {
|
|
11
8
|
body: BlobPayloadInputTypes;
|
|
12
9
|
};
|
|
13
|
-
export interface ImportApiKeysCommandInput
|
|
14
|
-
|
|
15
|
-
export interface ImportApiKeysCommandOutput
|
|
16
|
-
extends ApiKeyIds,
|
|
17
|
-
__MetadataBearer {}
|
|
10
|
+
export interface ImportApiKeysCommandInput extends ImportApiKeysCommandInputType {}
|
|
11
|
+
export interface ImportApiKeysCommandOutput extends ApiKeyIds, __MetadataBearer {}
|
|
18
12
|
declare const ImportApiKeysCommand_base: {
|
|
19
13
|
new (
|
|
20
|
-
input: ImportApiKeysCommandInput
|
|
14
|
+
input: ImportApiKeysCommandInput,
|
|
21
15
|
): import("@smithy/core/client").CommandImpl<
|
|
22
16
|
ImportApiKeysCommandInput,
|
|
23
17
|
ImportApiKeysCommandOutput,
|
|
@@ -26,7 +20,7 @@ declare const ImportApiKeysCommand_base: {
|
|
|
26
20
|
import("..").ServiceOutputTypes
|
|
27
21
|
>;
|
|
28
22
|
new (
|
|
29
|
-
input: ImportApiKeysCommandInput
|
|
23
|
+
input: ImportApiKeysCommandInput,
|
|
30
24
|
): import("@smithy/core/client").CommandImpl<
|
|
31
25
|
ImportApiKeysCommandInput,
|
|
32
26
|
ImportApiKeysCommandOutput,
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
MetadataBearer as __MetadataBearer,
|
|
4
|
-
} from "@smithy/types";
|
|
5
|
-
import {
|
|
6
|
-
DocumentationPartIds,
|
|
7
|
-
ImportDocumentationPartsRequest,
|
|
8
|
-
} from "../models/models_0";
|
|
1
|
+
import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { DocumentationPartIds, ImportDocumentationPartsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
4
|
export type ImportDocumentationPartsCommandInputType = Pick<
|
|
11
5
|
ImportDocumentationPartsRequest,
|
|
@@ -13,14 +7,12 @@ export type ImportDocumentationPartsCommandInputType = Pick<
|
|
|
13
7
|
> & {
|
|
14
8
|
body: BlobPayloadInputTypes;
|
|
15
9
|
};
|
|
16
|
-
export interface ImportDocumentationPartsCommandInput
|
|
17
|
-
extends ImportDocumentationPartsCommandInputType {}
|
|
10
|
+
export interface ImportDocumentationPartsCommandInput extends ImportDocumentationPartsCommandInputType {}
|
|
18
11
|
export interface ImportDocumentationPartsCommandOutput
|
|
19
|
-
extends DocumentationPartIds,
|
|
20
|
-
__MetadataBearer {}
|
|
12
|
+
extends DocumentationPartIds, __MetadataBearer {}
|
|
21
13
|
declare const ImportDocumentationPartsCommand_base: {
|
|
22
14
|
new (
|
|
23
|
-
input: ImportDocumentationPartsCommandInput
|
|
15
|
+
input: ImportDocumentationPartsCommandInput,
|
|
24
16
|
): import("@smithy/core/client").CommandImpl<
|
|
25
17
|
ImportDocumentationPartsCommandInput,
|
|
26
18
|
ImportDocumentationPartsCommandOutput,
|
|
@@ -29,7 +21,7 @@ declare const ImportDocumentationPartsCommand_base: {
|
|
|
29
21
|
import("..").ServiceOutputTypes
|
|
30
22
|
>;
|
|
31
23
|
new (
|
|
32
|
-
input: ImportDocumentationPartsCommandInput
|
|
24
|
+
input: ImportDocumentationPartsCommandInput,
|
|
33
25
|
): import("@smithy/core/client").CommandImpl<
|
|
34
26
|
ImportDocumentationPartsCommandInput,
|
|
35
27
|
ImportDocumentationPartsCommandOutput,
|
|
@@ -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 { ImportRestApiRequest, RestApi } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export type ImportRestApiCommandInputType = Pick<
|
|
@@ -10,12 +7,11 @@ export type ImportRestApiCommandInputType = Pick<
|
|
|
10
7
|
> & {
|
|
11
8
|
body: BlobPayloadInputTypes;
|
|
12
9
|
};
|
|
13
|
-
export interface ImportRestApiCommandInput
|
|
14
|
-
extends ImportRestApiCommandInputType {}
|
|
10
|
+
export interface ImportRestApiCommandInput extends ImportRestApiCommandInputType {}
|
|
15
11
|
export interface ImportRestApiCommandOutput extends RestApi, __MetadataBearer {}
|
|
16
12
|
declare const ImportRestApiCommand_base: {
|
|
17
13
|
new (
|
|
18
|
-
input: ImportRestApiCommandInput
|
|
14
|
+
input: ImportRestApiCommandInput,
|
|
19
15
|
): import("@smithy/core/client").CommandImpl<
|
|
20
16
|
ImportRestApiCommandInput,
|
|
21
17
|
ImportRestApiCommandOutput,
|
|
@@ -24,7 +20,7 @@ declare const ImportRestApiCommand_base: {
|
|
|
24
20
|
import("..").ServiceOutputTypes
|
|
25
21
|
>;
|
|
26
22
|
new (
|
|
27
|
-
input: ImportRestApiCommandInput
|
|
23
|
+
input: ImportRestApiCommandInput,
|
|
28
24
|
): import("@smithy/core/client").CommandImpl<
|
|
29
25
|
ImportRestApiCommandInput,
|
|
30
26
|
ImportRestApiCommandOutput,
|