@aws-sdk/client-api-gateway 3.926.0 → 3.928.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 +4494 -5179
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/APIGatewayClient.js +2 -0
- package/dist-es/commands/CreateApiKeyCommand.js +3 -9
- package/dist-es/commands/CreateAuthorizerCommand.js +3 -9
- package/dist-es/commands/CreateBasePathMappingCommand.js +3 -9
- package/dist-es/commands/CreateDeploymentCommand.js +3 -9
- package/dist-es/commands/CreateDocumentationPartCommand.js +3 -9
- package/dist-es/commands/CreateDocumentationVersionCommand.js +3 -9
- package/dist-es/commands/CreateDomainNameAccessAssociationCommand.js +3 -9
- package/dist-es/commands/CreateDomainNameCommand.js +3 -9
- package/dist-es/commands/CreateModelCommand.js +3 -9
- package/dist-es/commands/CreateRequestValidatorCommand.js +3 -9
- package/dist-es/commands/CreateResourceCommand.js +3 -9
- package/dist-es/commands/CreateRestApiCommand.js +3 -9
- package/dist-es/commands/CreateStageCommand.js +3 -9
- package/dist-es/commands/CreateUsagePlanCommand.js +3 -9
- package/dist-es/commands/CreateUsagePlanKeyCommand.js +3 -9
- package/dist-es/commands/CreateVpcLinkCommand.js +3 -9
- package/dist-es/commands/DeleteApiKeyCommand.js +3 -9
- package/dist-es/commands/DeleteAuthorizerCommand.js +3 -9
- package/dist-es/commands/DeleteBasePathMappingCommand.js +3 -9
- package/dist-es/commands/DeleteClientCertificateCommand.js +3 -9
- package/dist-es/commands/DeleteDeploymentCommand.js +3 -9
- package/dist-es/commands/DeleteDocumentationPartCommand.js +3 -9
- package/dist-es/commands/DeleteDocumentationVersionCommand.js +3 -9
- package/dist-es/commands/DeleteDomainNameAccessAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteDomainNameCommand.js +3 -9
- package/dist-es/commands/DeleteGatewayResponseCommand.js +3 -9
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +3 -9
- package/dist-es/commands/DeleteMethodCommand.js +3 -9
- package/dist-es/commands/DeleteMethodResponseCommand.js +3 -9
- package/dist-es/commands/DeleteModelCommand.js +3 -9
- package/dist-es/commands/DeleteRequestValidatorCommand.js +3 -9
- package/dist-es/commands/DeleteResourceCommand.js +3 -9
- package/dist-es/commands/DeleteRestApiCommand.js +3 -9
- package/dist-es/commands/DeleteStageCommand.js +3 -9
- package/dist-es/commands/DeleteUsagePlanCommand.js +3 -9
- package/dist-es/commands/DeleteUsagePlanKeyCommand.js +3 -9
- package/dist-es/commands/DeleteVpcLinkCommand.js +3 -9
- package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +3 -9
- package/dist-es/commands/FlushStageCacheCommand.js +3 -9
- package/dist-es/commands/GenerateClientCertificateCommand.js +3 -9
- package/dist-es/commands/GetAccountCommand.js +3 -9
- package/dist-es/commands/GetApiKeyCommand.js +3 -9
- package/dist-es/commands/GetApiKeysCommand.js +3 -9
- package/dist-es/commands/GetAuthorizerCommand.js +3 -9
- package/dist-es/commands/GetAuthorizersCommand.js +3 -9
- package/dist-es/commands/GetBasePathMappingCommand.js +3 -9
- package/dist-es/commands/GetBasePathMappingsCommand.js +3 -9
- package/dist-es/commands/GetClientCertificateCommand.js +3 -9
- package/dist-es/commands/GetClientCertificatesCommand.js +3 -9
- package/dist-es/commands/GetDeploymentCommand.js +3 -9
- package/dist-es/commands/GetDeploymentsCommand.js +3 -9
- package/dist-es/commands/GetDocumentationPartCommand.js +3 -9
- package/dist-es/commands/GetDocumentationPartsCommand.js +3 -9
- package/dist-es/commands/GetDocumentationVersionCommand.js +3 -9
- package/dist-es/commands/GetDocumentationVersionsCommand.js +3 -9
- package/dist-es/commands/GetDomainNameAccessAssociationsCommand.js +3 -9
- package/dist-es/commands/GetDomainNameCommand.js +3 -9
- package/dist-es/commands/GetDomainNamesCommand.js +3 -9
- package/dist-es/commands/GetExportCommand.js +3 -9
- package/dist-es/commands/GetGatewayResponseCommand.js +3 -9
- package/dist-es/commands/GetGatewayResponsesCommand.js +3 -9
- package/dist-es/commands/GetIntegrationCommand.js +3 -9
- package/dist-es/commands/GetIntegrationResponseCommand.js +3 -9
- package/dist-es/commands/GetMethodCommand.js +3 -9
- package/dist-es/commands/GetMethodResponseCommand.js +3 -9
- package/dist-es/commands/GetModelCommand.js +3 -9
- package/dist-es/commands/GetModelTemplateCommand.js +3 -9
- package/dist-es/commands/GetModelsCommand.js +3 -9
- package/dist-es/commands/GetRequestValidatorCommand.js +3 -9
- package/dist-es/commands/GetRequestValidatorsCommand.js +3 -9
- package/dist-es/commands/GetResourceCommand.js +3 -9
- package/dist-es/commands/GetResourcesCommand.js +3 -9
- package/dist-es/commands/GetRestApiCommand.js +3 -9
- package/dist-es/commands/GetRestApisCommand.js +3 -9
- package/dist-es/commands/GetSdkCommand.js +3 -9
- package/dist-es/commands/GetSdkTypeCommand.js +3 -9
- package/dist-es/commands/GetSdkTypesCommand.js +3 -9
- package/dist-es/commands/GetStageCommand.js +3 -9
- package/dist-es/commands/GetStagesCommand.js +3 -9
- package/dist-es/commands/GetTagsCommand.js +3 -9
- package/dist-es/commands/GetUsageCommand.js +3 -9
- package/dist-es/commands/GetUsagePlanCommand.js +3 -9
- package/dist-es/commands/GetUsagePlanKeyCommand.js +3 -9
- package/dist-es/commands/GetUsagePlanKeysCommand.js +3 -9
- package/dist-es/commands/GetUsagePlansCommand.js +3 -9
- package/dist-es/commands/GetVpcLinkCommand.js +3 -9
- package/dist-es/commands/GetVpcLinksCommand.js +3 -9
- package/dist-es/commands/ImportApiKeysCommand.js +3 -9
- package/dist-es/commands/ImportDocumentationPartsCommand.js +3 -9
- package/dist-es/commands/ImportRestApiCommand.js +3 -9
- package/dist-es/commands/PutGatewayResponseCommand.js +3 -9
- package/dist-es/commands/PutIntegrationCommand.js +3 -9
- package/dist-es/commands/PutIntegrationResponseCommand.js +3 -9
- package/dist-es/commands/PutMethodCommand.js +3 -9
- package/dist-es/commands/PutMethodResponseCommand.js +3 -9
- package/dist-es/commands/PutRestApiCommand.js +3 -9
- package/dist-es/commands/RejectDomainNameAccessAssociationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TestInvokeAuthorizerCommand.js +3 -9
- package/dist-es/commands/TestInvokeMethodCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccountCommand.js +3 -9
- package/dist-es/commands/UpdateApiKeyCommand.js +3 -9
- package/dist-es/commands/UpdateAuthorizerCommand.js +3 -9
- package/dist-es/commands/UpdateBasePathMappingCommand.js +3 -9
- package/dist-es/commands/UpdateClientCertificateCommand.js +3 -9
- package/dist-es/commands/UpdateDeploymentCommand.js +3 -9
- package/dist-es/commands/UpdateDocumentationPartCommand.js +3 -9
- package/dist-es/commands/UpdateDocumentationVersionCommand.js +3 -9
- package/dist-es/commands/UpdateDomainNameCommand.js +3 -9
- package/dist-es/commands/UpdateGatewayResponseCommand.js +3 -9
- package/dist-es/commands/UpdateIntegrationCommand.js +3 -9
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +3 -9
- package/dist-es/commands/UpdateMethodCommand.js +3 -9
- package/dist-es/commands/UpdateMethodResponseCommand.js +3 -9
- package/dist-es/commands/UpdateModelCommand.js +3 -9
- package/dist-es/commands/UpdateRequestValidatorCommand.js +3 -9
- package/dist-es/commands/UpdateResourceCommand.js +3 -9
- package/dist-es/commands/UpdateRestApiCommand.js +3 -9
- package/dist-es/commands/UpdateStageCommand.js +3 -9
- package/dist-es/commands/UpdateUsageCommand.js +3 -9
- package/dist-es/commands/UpdateUsagePlanCommand.js +3 -9
- package/dist-es/commands/UpdateVpcLinkCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +4252 -0
- package/dist-types/APIGatewayClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +365 -0
- package/dist-types/ts3.4/APIGatewayClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +371 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -4311
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -1118
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1493
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateApiKeyCommandInput, CreateApiKeyCommandOutput } from "./commands/CreateApiKeyCommand";
|
|
11
11
|
import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "./commands/CreateAuthorizerCommand";
|
|
@@ -265,6 +265,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
265
265
|
* Optional extensions
|
|
266
266
|
*/
|
|
267
267
|
extensions?: RuntimeExtension[];
|
|
268
|
+
/**
|
|
269
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
270
|
+
* may be overridden. A default will always be set by the client.
|
|
271
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
272
|
+
* the client.
|
|
273
|
+
* @alpha
|
|
274
|
+
*
|
|
275
|
+
*/
|
|
276
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
268
277
|
/**
|
|
269
278
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
270
279
|
*/
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").APIGatewayHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessLogSettings: StaticStructureSchema;
|
|
3
|
+
export declare var Account: StaticStructureSchema;
|
|
4
|
+
export declare var ApiKey: StaticStructureSchema;
|
|
5
|
+
export declare var ApiKeyIds: StaticStructureSchema;
|
|
6
|
+
export declare var ApiKeys: StaticStructureSchema;
|
|
7
|
+
export declare var ApiStage: StaticStructureSchema;
|
|
8
|
+
export declare var Authorizer: StaticStructureSchema;
|
|
9
|
+
export declare var Authorizers: StaticStructureSchema;
|
|
10
|
+
export declare var BadRequestException: StaticErrorSchema;
|
|
11
|
+
export declare var BasePathMapping: StaticStructureSchema;
|
|
12
|
+
export declare var BasePathMappings: StaticStructureSchema;
|
|
13
|
+
export declare var CanarySettings: StaticStructureSchema;
|
|
14
|
+
export declare var ClientCertificate: StaticStructureSchema;
|
|
15
|
+
export declare var ClientCertificates: StaticStructureSchema;
|
|
16
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
17
|
+
export declare var CreateApiKeyRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CreateAuthorizerRequest: StaticStructureSchema;
|
|
19
|
+
export declare var CreateBasePathMappingRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CreateDeploymentRequest: StaticStructureSchema;
|
|
21
|
+
export declare var CreateDocumentationPartRequest: StaticStructureSchema;
|
|
22
|
+
export declare var CreateDocumentationVersionRequest: StaticStructureSchema;
|
|
23
|
+
export declare var CreateDomainNameAccessAssociationRequest: StaticStructureSchema;
|
|
24
|
+
export declare var CreateDomainNameRequest: StaticStructureSchema;
|
|
25
|
+
export declare var CreateModelRequest: StaticStructureSchema;
|
|
26
|
+
export declare var CreateRequestValidatorRequest: StaticStructureSchema;
|
|
27
|
+
export declare var CreateResourceRequest: StaticStructureSchema;
|
|
28
|
+
export declare var CreateRestApiRequest: StaticStructureSchema;
|
|
29
|
+
export declare var CreateStageRequest: StaticStructureSchema;
|
|
30
|
+
export declare var CreateUsagePlanKeyRequest: StaticStructureSchema;
|
|
31
|
+
export declare var CreateUsagePlanRequest: StaticStructureSchema;
|
|
32
|
+
export declare var CreateVpcLinkRequest: StaticStructureSchema;
|
|
33
|
+
export declare var DeleteApiKeyRequest: StaticStructureSchema;
|
|
34
|
+
export declare var DeleteAuthorizerRequest: StaticStructureSchema;
|
|
35
|
+
export declare var DeleteBasePathMappingRequest: StaticStructureSchema;
|
|
36
|
+
export declare var DeleteClientCertificateRequest: StaticStructureSchema;
|
|
37
|
+
export declare var DeleteDeploymentRequest: StaticStructureSchema;
|
|
38
|
+
export declare var DeleteDocumentationPartRequest: StaticStructureSchema;
|
|
39
|
+
export declare var DeleteDocumentationVersionRequest: StaticStructureSchema;
|
|
40
|
+
export declare var DeleteDomainNameAccessAssociationRequest: StaticStructureSchema;
|
|
41
|
+
export declare var DeleteDomainNameRequest: StaticStructureSchema;
|
|
42
|
+
export declare var DeleteGatewayResponseRequest: StaticStructureSchema;
|
|
43
|
+
export declare var DeleteIntegrationRequest: StaticStructureSchema;
|
|
44
|
+
export declare var DeleteIntegrationResponseRequest: StaticStructureSchema;
|
|
45
|
+
export declare var DeleteMethodRequest: StaticStructureSchema;
|
|
46
|
+
export declare var DeleteMethodResponseRequest: StaticStructureSchema;
|
|
47
|
+
export declare var DeleteModelRequest: StaticStructureSchema;
|
|
48
|
+
export declare var DeleteRequestValidatorRequest: StaticStructureSchema;
|
|
49
|
+
export declare var DeleteResourceRequest: StaticStructureSchema;
|
|
50
|
+
export declare var DeleteRestApiRequest: StaticStructureSchema;
|
|
51
|
+
export declare var DeleteStageRequest: StaticStructureSchema;
|
|
52
|
+
export declare var DeleteUsagePlanKeyRequest: StaticStructureSchema;
|
|
53
|
+
export declare var DeleteUsagePlanRequest: StaticStructureSchema;
|
|
54
|
+
export declare var DeleteVpcLinkRequest: StaticStructureSchema;
|
|
55
|
+
export declare var Deployment: StaticStructureSchema;
|
|
56
|
+
export declare var DeploymentCanarySettings: StaticStructureSchema;
|
|
57
|
+
export declare var Deployments: StaticStructureSchema;
|
|
58
|
+
export declare var DocumentationPart: StaticStructureSchema;
|
|
59
|
+
export declare var DocumentationPartIds: StaticStructureSchema;
|
|
60
|
+
export declare var DocumentationPartLocation: StaticStructureSchema;
|
|
61
|
+
export declare var DocumentationParts: StaticStructureSchema;
|
|
62
|
+
export declare var DocumentationVersion: StaticStructureSchema;
|
|
63
|
+
export declare var DocumentationVersions: StaticStructureSchema;
|
|
64
|
+
export declare var DomainName: StaticStructureSchema;
|
|
65
|
+
export declare var DomainNameAccessAssociation: StaticStructureSchema;
|
|
66
|
+
export declare var DomainNameAccessAssociations: StaticStructureSchema;
|
|
67
|
+
export declare var DomainNames: StaticStructureSchema;
|
|
68
|
+
export declare var EndpointConfiguration: StaticStructureSchema;
|
|
69
|
+
export declare var ExportResponse: StaticStructureSchema;
|
|
70
|
+
export declare var FlushStageAuthorizersCacheRequest: StaticStructureSchema;
|
|
71
|
+
export declare var FlushStageCacheRequest: StaticStructureSchema;
|
|
72
|
+
export declare var GatewayResponse: StaticStructureSchema;
|
|
73
|
+
export declare var GatewayResponses: StaticStructureSchema;
|
|
74
|
+
export declare var GenerateClientCertificateRequest: StaticStructureSchema;
|
|
75
|
+
export declare var GetAccountRequest: StaticStructureSchema;
|
|
76
|
+
export declare var GetApiKeyRequest: StaticStructureSchema;
|
|
77
|
+
export declare var GetApiKeysRequest: StaticStructureSchema;
|
|
78
|
+
export declare var GetAuthorizerRequest: StaticStructureSchema;
|
|
79
|
+
export declare var GetAuthorizersRequest: StaticStructureSchema;
|
|
80
|
+
export declare var GetBasePathMappingRequest: StaticStructureSchema;
|
|
81
|
+
export declare var GetBasePathMappingsRequest: StaticStructureSchema;
|
|
82
|
+
export declare var GetClientCertificateRequest: StaticStructureSchema;
|
|
83
|
+
export declare var GetClientCertificatesRequest: StaticStructureSchema;
|
|
84
|
+
export declare var GetDeploymentRequest: StaticStructureSchema;
|
|
85
|
+
export declare var GetDeploymentsRequest: StaticStructureSchema;
|
|
86
|
+
export declare var GetDocumentationPartRequest: StaticStructureSchema;
|
|
87
|
+
export declare var GetDocumentationPartsRequest: StaticStructureSchema;
|
|
88
|
+
export declare var GetDocumentationVersionRequest: StaticStructureSchema;
|
|
89
|
+
export declare var GetDocumentationVersionsRequest: StaticStructureSchema;
|
|
90
|
+
export declare var GetDomainNameAccessAssociationsRequest: StaticStructureSchema;
|
|
91
|
+
export declare var GetDomainNameRequest: StaticStructureSchema;
|
|
92
|
+
export declare var GetDomainNamesRequest: StaticStructureSchema;
|
|
93
|
+
export declare var GetExportRequest: StaticStructureSchema;
|
|
94
|
+
export declare var GetGatewayResponseRequest: StaticStructureSchema;
|
|
95
|
+
export declare var GetGatewayResponsesRequest: StaticStructureSchema;
|
|
96
|
+
export declare var GetIntegrationRequest: StaticStructureSchema;
|
|
97
|
+
export declare var GetIntegrationResponseRequest: StaticStructureSchema;
|
|
98
|
+
export declare var GetMethodRequest: StaticStructureSchema;
|
|
99
|
+
export declare var GetMethodResponseRequest: StaticStructureSchema;
|
|
100
|
+
export declare var GetModelRequest: StaticStructureSchema;
|
|
101
|
+
export declare var GetModelsRequest: StaticStructureSchema;
|
|
102
|
+
export declare var GetModelTemplateRequest: StaticStructureSchema;
|
|
103
|
+
export declare var GetRequestValidatorRequest: StaticStructureSchema;
|
|
104
|
+
export declare var GetRequestValidatorsRequest: StaticStructureSchema;
|
|
105
|
+
export declare var GetResourceRequest: StaticStructureSchema;
|
|
106
|
+
export declare var GetResourcesRequest: StaticStructureSchema;
|
|
107
|
+
export declare var GetRestApiRequest: StaticStructureSchema;
|
|
108
|
+
export declare var GetRestApisRequest: StaticStructureSchema;
|
|
109
|
+
export declare var GetSdkRequest: StaticStructureSchema;
|
|
110
|
+
export declare var GetSdkTypeRequest: StaticStructureSchema;
|
|
111
|
+
export declare var GetSdkTypesRequest: StaticStructureSchema;
|
|
112
|
+
export declare var GetStageRequest: StaticStructureSchema;
|
|
113
|
+
export declare var GetStagesRequest: StaticStructureSchema;
|
|
114
|
+
export declare var GetTagsRequest: StaticStructureSchema;
|
|
115
|
+
export declare var GetUsagePlanKeyRequest: StaticStructureSchema;
|
|
116
|
+
export declare var GetUsagePlanKeysRequest: StaticStructureSchema;
|
|
117
|
+
export declare var GetUsagePlanRequest: StaticStructureSchema;
|
|
118
|
+
export declare var GetUsagePlansRequest: StaticStructureSchema;
|
|
119
|
+
export declare var GetUsageRequest: StaticStructureSchema;
|
|
120
|
+
export declare var GetVpcLinkRequest: StaticStructureSchema;
|
|
121
|
+
export declare var GetVpcLinksRequest: StaticStructureSchema;
|
|
122
|
+
export declare var ImportApiKeysRequest: StaticStructureSchema;
|
|
123
|
+
export declare var ImportDocumentationPartsRequest: StaticStructureSchema;
|
|
124
|
+
export declare var ImportRestApiRequest: StaticStructureSchema;
|
|
125
|
+
export declare var Integration: StaticStructureSchema;
|
|
126
|
+
export declare var IntegrationResponse: StaticStructureSchema;
|
|
127
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
128
|
+
export declare var Method: StaticStructureSchema;
|
|
129
|
+
export declare var MethodResponse: StaticStructureSchema;
|
|
130
|
+
export declare var MethodSetting: StaticStructureSchema;
|
|
131
|
+
export declare var MethodSnapshot: StaticStructureSchema;
|
|
132
|
+
export declare var Model: StaticStructureSchema;
|
|
133
|
+
export declare var Models: StaticStructureSchema;
|
|
134
|
+
export declare var MutualTlsAuthentication: StaticStructureSchema;
|
|
135
|
+
export declare var MutualTlsAuthenticationInput: StaticStructureSchema;
|
|
136
|
+
export declare var NotFoundException: StaticErrorSchema;
|
|
137
|
+
export declare var PatchOperation: StaticStructureSchema;
|
|
138
|
+
export declare var PutGatewayResponseRequest: StaticStructureSchema;
|
|
139
|
+
export declare var PutIntegrationRequest: StaticStructureSchema;
|
|
140
|
+
export declare var PutIntegrationResponseRequest: StaticStructureSchema;
|
|
141
|
+
export declare var PutMethodRequest: StaticStructureSchema;
|
|
142
|
+
export declare var PutMethodResponseRequest: StaticStructureSchema;
|
|
143
|
+
export declare var PutRestApiRequest: StaticStructureSchema;
|
|
144
|
+
export declare var QuotaSettings: StaticStructureSchema;
|
|
145
|
+
export declare var RejectDomainNameAccessAssociationRequest: StaticStructureSchema;
|
|
146
|
+
export declare var RequestValidator: StaticStructureSchema;
|
|
147
|
+
export declare var RequestValidators: StaticStructureSchema;
|
|
148
|
+
export declare var Resource: StaticStructureSchema;
|
|
149
|
+
export declare var Resources: StaticStructureSchema;
|
|
150
|
+
export declare var RestApi: StaticStructureSchema;
|
|
151
|
+
export declare var RestApis: StaticStructureSchema;
|
|
152
|
+
export declare var SdkConfigurationProperty: StaticStructureSchema;
|
|
153
|
+
export declare var SdkResponse: StaticStructureSchema;
|
|
154
|
+
export declare var SdkType: StaticStructureSchema;
|
|
155
|
+
export declare var SdkTypes: StaticStructureSchema;
|
|
156
|
+
export declare var ServiceUnavailableException: StaticErrorSchema;
|
|
157
|
+
export declare var Stage: StaticStructureSchema;
|
|
158
|
+
export declare var StageKey: StaticStructureSchema;
|
|
159
|
+
export declare var Stages: StaticStructureSchema;
|
|
160
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
161
|
+
export declare var Tags: StaticStructureSchema;
|
|
162
|
+
export declare var Template: StaticStructureSchema;
|
|
163
|
+
export declare var TestInvokeAuthorizerRequest: StaticStructureSchema;
|
|
164
|
+
export declare var TestInvokeAuthorizerResponse: StaticStructureSchema;
|
|
165
|
+
export declare var TestInvokeMethodRequest: StaticStructureSchema;
|
|
166
|
+
export declare var TestInvokeMethodResponse: StaticStructureSchema;
|
|
167
|
+
export declare var ThrottleSettings: StaticStructureSchema;
|
|
168
|
+
export declare var TlsConfig: StaticStructureSchema;
|
|
169
|
+
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
170
|
+
export declare var UnauthorizedException: StaticErrorSchema;
|
|
171
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
172
|
+
export declare var UpdateAccountRequest: StaticStructureSchema;
|
|
173
|
+
export declare var UpdateApiKeyRequest: StaticStructureSchema;
|
|
174
|
+
export declare var UpdateAuthorizerRequest: StaticStructureSchema;
|
|
175
|
+
export declare var UpdateBasePathMappingRequest: StaticStructureSchema;
|
|
176
|
+
export declare var UpdateClientCertificateRequest: StaticStructureSchema;
|
|
177
|
+
export declare var UpdateDeploymentRequest: StaticStructureSchema;
|
|
178
|
+
export declare var UpdateDocumentationPartRequest: StaticStructureSchema;
|
|
179
|
+
export declare var UpdateDocumentationVersionRequest: StaticStructureSchema;
|
|
180
|
+
export declare var UpdateDomainNameRequest: StaticStructureSchema;
|
|
181
|
+
export declare var UpdateGatewayResponseRequest: StaticStructureSchema;
|
|
182
|
+
export declare var UpdateIntegrationRequest: StaticStructureSchema;
|
|
183
|
+
export declare var UpdateIntegrationResponseRequest: StaticStructureSchema;
|
|
184
|
+
export declare var UpdateMethodRequest: StaticStructureSchema;
|
|
185
|
+
export declare var UpdateMethodResponseRequest: StaticStructureSchema;
|
|
186
|
+
export declare var UpdateModelRequest: StaticStructureSchema;
|
|
187
|
+
export declare var UpdateRequestValidatorRequest: StaticStructureSchema;
|
|
188
|
+
export declare var UpdateResourceRequest: StaticStructureSchema;
|
|
189
|
+
export declare var UpdateRestApiRequest: StaticStructureSchema;
|
|
190
|
+
export declare var UpdateStageRequest: StaticStructureSchema;
|
|
191
|
+
export declare var UpdateUsagePlanRequest: StaticStructureSchema;
|
|
192
|
+
export declare var UpdateUsageRequest: StaticStructureSchema;
|
|
193
|
+
export declare var UpdateVpcLinkRequest: StaticStructureSchema;
|
|
194
|
+
export declare var Usage: StaticStructureSchema;
|
|
195
|
+
export declare var UsagePlan: StaticStructureSchema;
|
|
196
|
+
export declare var UsagePlanKey: StaticStructureSchema;
|
|
197
|
+
export declare var UsagePlanKeys: StaticStructureSchema;
|
|
198
|
+
export declare var UsagePlans: StaticStructureSchema;
|
|
199
|
+
export declare var VpcLink: StaticStructureSchema;
|
|
200
|
+
export declare var VpcLinks: StaticStructureSchema;
|
|
201
|
+
export declare var __Unit: "unit";
|
|
202
|
+
export declare var APIGatewayServiceException: StaticErrorSchema;
|
|
203
|
+
export declare var ListOfApiKey: StaticListSchema;
|
|
204
|
+
export declare var ListOfApiStage: StaticListSchema;
|
|
205
|
+
export declare var ListOfARNs: number;
|
|
206
|
+
export declare var ListOfAuthorizer: StaticListSchema;
|
|
207
|
+
export declare var ListOfBasePathMapping: StaticListSchema;
|
|
208
|
+
export declare var ListOfClientCertificate: StaticListSchema;
|
|
209
|
+
export declare var ListOfDeployment: StaticListSchema;
|
|
210
|
+
export declare var ListOfDocumentationPart: StaticListSchema;
|
|
211
|
+
export declare var ListOfDocumentationVersion: StaticListSchema;
|
|
212
|
+
export declare var ListOfDomainName: StaticListSchema;
|
|
213
|
+
export declare var ListOfDomainNameAccessAssociation: StaticListSchema;
|
|
214
|
+
export declare var ListOfEndpointType: number;
|
|
215
|
+
export declare var ListOfGatewayResponse: StaticListSchema;
|
|
216
|
+
export declare var ListOfLong: number;
|
|
217
|
+
export declare var ListOfModel: StaticListSchema;
|
|
218
|
+
export declare var ListOfPatchOperation: StaticListSchema;
|
|
219
|
+
export declare var ListOfRequestValidator: StaticListSchema;
|
|
220
|
+
export declare var ListOfResource: StaticListSchema;
|
|
221
|
+
export declare var ListOfRestApi: StaticListSchema;
|
|
222
|
+
export declare var ListOfSdkConfigurationProperty: StaticListSchema;
|
|
223
|
+
export declare var ListOfSdkType: StaticListSchema;
|
|
224
|
+
export declare var ListOfStage: StaticListSchema;
|
|
225
|
+
export declare var ListOfStageKeys: StaticListSchema;
|
|
226
|
+
export declare var ListOfString: number;
|
|
227
|
+
export declare var ListOfUsage: StaticListSchema;
|
|
228
|
+
export declare var ListOfUsagePlan: StaticListSchema;
|
|
229
|
+
export declare var ListOfUsagePlanKey: StaticListSchema;
|
|
230
|
+
export declare var ListOfVpcLink: StaticListSchema;
|
|
231
|
+
export declare var MapOfApiStageThrottleSettings: StaticMapSchema;
|
|
232
|
+
export declare var MapOfIntegrationResponse: StaticMapSchema;
|
|
233
|
+
export declare var MapOfKeyUsages: StaticMapSchema;
|
|
234
|
+
export declare var MapOfMethod: StaticMapSchema;
|
|
235
|
+
export declare var MapOfMethodResponse: StaticMapSchema;
|
|
236
|
+
export declare var MapOfMethodSettings: StaticMapSchema;
|
|
237
|
+
export declare var MapOfMethodSnapshot: StaticMapSchema;
|
|
238
|
+
export declare var MapOfStringToBoolean: number;
|
|
239
|
+
export declare var MapOfStringToList: StaticMapSchema;
|
|
240
|
+
export declare var MapOfStringToString: number;
|
|
241
|
+
export declare var PathToMapOfMethodSnapshot: StaticMapSchema;
|
|
242
|
+
export declare var CreateApiKey: StaticOperationSchema;
|
|
243
|
+
export declare var CreateAuthorizer: StaticOperationSchema;
|
|
244
|
+
export declare var CreateBasePathMapping: StaticOperationSchema;
|
|
245
|
+
export declare var CreateDeployment: StaticOperationSchema;
|
|
246
|
+
export declare var CreateDocumentationPart: StaticOperationSchema;
|
|
247
|
+
export declare var CreateDocumentationVersion: StaticOperationSchema;
|
|
248
|
+
export declare var CreateDomainName: StaticOperationSchema;
|
|
249
|
+
export declare var CreateDomainNameAccessAssociation: StaticOperationSchema;
|
|
250
|
+
export declare var CreateModel: StaticOperationSchema;
|
|
251
|
+
export declare var CreateRequestValidator: StaticOperationSchema;
|
|
252
|
+
export declare var CreateResource: StaticOperationSchema;
|
|
253
|
+
export declare var CreateRestApi: StaticOperationSchema;
|
|
254
|
+
export declare var CreateStage: StaticOperationSchema;
|
|
255
|
+
export declare var CreateUsagePlan: StaticOperationSchema;
|
|
256
|
+
export declare var CreateUsagePlanKey: StaticOperationSchema;
|
|
257
|
+
export declare var CreateVpcLink: StaticOperationSchema;
|
|
258
|
+
export declare var DeleteApiKey: StaticOperationSchema;
|
|
259
|
+
export declare var DeleteAuthorizer: StaticOperationSchema;
|
|
260
|
+
export declare var DeleteBasePathMapping: StaticOperationSchema;
|
|
261
|
+
export declare var DeleteClientCertificate: StaticOperationSchema;
|
|
262
|
+
export declare var DeleteDeployment: StaticOperationSchema;
|
|
263
|
+
export declare var DeleteDocumentationPart: StaticOperationSchema;
|
|
264
|
+
export declare var DeleteDocumentationVersion: StaticOperationSchema;
|
|
265
|
+
export declare var DeleteDomainName: StaticOperationSchema;
|
|
266
|
+
export declare var DeleteDomainNameAccessAssociation: StaticOperationSchema;
|
|
267
|
+
export declare var DeleteGatewayResponse: StaticOperationSchema;
|
|
268
|
+
export declare var DeleteIntegration: StaticOperationSchema;
|
|
269
|
+
export declare var DeleteIntegrationResponse: StaticOperationSchema;
|
|
270
|
+
export declare var DeleteMethod: StaticOperationSchema;
|
|
271
|
+
export declare var DeleteMethodResponse: StaticOperationSchema;
|
|
272
|
+
export declare var DeleteModel: StaticOperationSchema;
|
|
273
|
+
export declare var DeleteRequestValidator: StaticOperationSchema;
|
|
274
|
+
export declare var DeleteResource: StaticOperationSchema;
|
|
275
|
+
export declare var DeleteRestApi: StaticOperationSchema;
|
|
276
|
+
export declare var DeleteStage: StaticOperationSchema;
|
|
277
|
+
export declare var DeleteUsagePlan: StaticOperationSchema;
|
|
278
|
+
export declare var DeleteUsagePlanKey: StaticOperationSchema;
|
|
279
|
+
export declare var DeleteVpcLink: StaticOperationSchema;
|
|
280
|
+
export declare var FlushStageAuthorizersCache: StaticOperationSchema;
|
|
281
|
+
export declare var FlushStageCache: StaticOperationSchema;
|
|
282
|
+
export declare var GenerateClientCertificate: StaticOperationSchema;
|
|
283
|
+
export declare var GetAccount: StaticOperationSchema;
|
|
284
|
+
export declare var GetApiKey: StaticOperationSchema;
|
|
285
|
+
export declare var GetApiKeys: StaticOperationSchema;
|
|
286
|
+
export declare var GetAuthorizer: StaticOperationSchema;
|
|
287
|
+
export declare var GetAuthorizers: StaticOperationSchema;
|
|
288
|
+
export declare var GetBasePathMapping: StaticOperationSchema;
|
|
289
|
+
export declare var GetBasePathMappings: StaticOperationSchema;
|
|
290
|
+
export declare var GetClientCertificate: StaticOperationSchema;
|
|
291
|
+
export declare var GetClientCertificates: StaticOperationSchema;
|
|
292
|
+
export declare var GetDeployment: StaticOperationSchema;
|
|
293
|
+
export declare var GetDeployments: StaticOperationSchema;
|
|
294
|
+
export declare var GetDocumentationPart: StaticOperationSchema;
|
|
295
|
+
export declare var GetDocumentationParts: StaticOperationSchema;
|
|
296
|
+
export declare var GetDocumentationVersion: StaticOperationSchema;
|
|
297
|
+
export declare var GetDocumentationVersions: StaticOperationSchema;
|
|
298
|
+
export declare var GetDomainName: StaticOperationSchema;
|
|
299
|
+
export declare var GetDomainNameAccessAssociations: StaticOperationSchema;
|
|
300
|
+
export declare var GetDomainNames: StaticOperationSchema;
|
|
301
|
+
export declare var GetExport: StaticOperationSchema;
|
|
302
|
+
export declare var GetGatewayResponse: StaticOperationSchema;
|
|
303
|
+
export declare var GetGatewayResponses: StaticOperationSchema;
|
|
304
|
+
export declare var GetIntegration: StaticOperationSchema;
|
|
305
|
+
export declare var GetIntegrationResponse: StaticOperationSchema;
|
|
306
|
+
export declare var GetMethod: StaticOperationSchema;
|
|
307
|
+
export declare var GetMethodResponse: StaticOperationSchema;
|
|
308
|
+
export declare var GetModel: StaticOperationSchema;
|
|
309
|
+
export declare var GetModels: StaticOperationSchema;
|
|
310
|
+
export declare var GetModelTemplate: StaticOperationSchema;
|
|
311
|
+
export declare var GetRequestValidator: StaticOperationSchema;
|
|
312
|
+
export declare var GetRequestValidators: StaticOperationSchema;
|
|
313
|
+
export declare var GetResource: StaticOperationSchema;
|
|
314
|
+
export declare var GetResources: StaticOperationSchema;
|
|
315
|
+
export declare var GetRestApi: StaticOperationSchema;
|
|
316
|
+
export declare var GetRestApis: StaticOperationSchema;
|
|
317
|
+
export declare var GetSdk: StaticOperationSchema;
|
|
318
|
+
export declare var GetSdkType: StaticOperationSchema;
|
|
319
|
+
export declare var GetSdkTypes: StaticOperationSchema;
|
|
320
|
+
export declare var GetStage: StaticOperationSchema;
|
|
321
|
+
export declare var GetStages: StaticOperationSchema;
|
|
322
|
+
export declare var GetTags: StaticOperationSchema;
|
|
323
|
+
export declare var GetUsage: StaticOperationSchema;
|
|
324
|
+
export declare var GetUsagePlan: StaticOperationSchema;
|
|
325
|
+
export declare var GetUsagePlanKey: StaticOperationSchema;
|
|
326
|
+
export declare var GetUsagePlanKeys: StaticOperationSchema;
|
|
327
|
+
export declare var GetUsagePlans: StaticOperationSchema;
|
|
328
|
+
export declare var GetVpcLink: StaticOperationSchema;
|
|
329
|
+
export declare var GetVpcLinks: StaticOperationSchema;
|
|
330
|
+
export declare var ImportApiKeys: StaticOperationSchema;
|
|
331
|
+
export declare var ImportDocumentationParts: StaticOperationSchema;
|
|
332
|
+
export declare var ImportRestApi: StaticOperationSchema;
|
|
333
|
+
export declare var PutGatewayResponse: StaticOperationSchema;
|
|
334
|
+
export declare var PutIntegration: StaticOperationSchema;
|
|
335
|
+
export declare var PutIntegrationResponse: StaticOperationSchema;
|
|
336
|
+
export declare var PutMethod: StaticOperationSchema;
|
|
337
|
+
export declare var PutMethodResponse: StaticOperationSchema;
|
|
338
|
+
export declare var PutRestApi: StaticOperationSchema;
|
|
339
|
+
export declare var RejectDomainNameAccessAssociation: StaticOperationSchema;
|
|
340
|
+
export declare var TagResource: StaticOperationSchema;
|
|
341
|
+
export declare var TestInvokeAuthorizer: StaticOperationSchema;
|
|
342
|
+
export declare var TestInvokeMethod: StaticOperationSchema;
|
|
343
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
344
|
+
export declare var UpdateAccount: StaticOperationSchema;
|
|
345
|
+
export declare var UpdateApiKey: StaticOperationSchema;
|
|
346
|
+
export declare var UpdateAuthorizer: StaticOperationSchema;
|
|
347
|
+
export declare var UpdateBasePathMapping: StaticOperationSchema;
|
|
348
|
+
export declare var UpdateClientCertificate: StaticOperationSchema;
|
|
349
|
+
export declare var UpdateDeployment: StaticOperationSchema;
|
|
350
|
+
export declare var UpdateDocumentationPart: StaticOperationSchema;
|
|
351
|
+
export declare var UpdateDocumentationVersion: StaticOperationSchema;
|
|
352
|
+
export declare var UpdateDomainName: StaticOperationSchema;
|
|
353
|
+
export declare var UpdateGatewayResponse: StaticOperationSchema;
|
|
354
|
+
export declare var UpdateIntegration: StaticOperationSchema;
|
|
355
|
+
export declare var UpdateIntegrationResponse: StaticOperationSchema;
|
|
356
|
+
export declare var UpdateMethod: StaticOperationSchema;
|
|
357
|
+
export declare var UpdateMethodResponse: StaticOperationSchema;
|
|
358
|
+
export declare var UpdateModel: StaticOperationSchema;
|
|
359
|
+
export declare var UpdateRequestValidator: StaticOperationSchema;
|
|
360
|
+
export declare var UpdateResource: StaticOperationSchema;
|
|
361
|
+
export declare var UpdateRestApi: StaticOperationSchema;
|
|
362
|
+
export declare var UpdateStage: StaticOperationSchema;
|
|
363
|
+
export declare var UpdateUsage: StaticOperationSchema;
|
|
364
|
+
export declare var UpdateUsagePlan: StaticOperationSchema;
|
|
365
|
+
export declare var UpdateVpcLink: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -822,6 +825,7 @@ export interface ClientDefaults
|
|
|
822
825
|
retryMode?: string | __Provider<string>;
|
|
823
826
|
logger?: __Logger;
|
|
824
827
|
extensions?: RuntimeExtension[];
|
|
828
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
825
829
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
826
830
|
}
|
|
827
831
|
export type APIGatewayClientConfigType = Partial<
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").APIGatewayHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|