@aws-sdk/client-api-gateway 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/APIGateway.d.ts +2164 -605
- package/dist-types/ts3.4/APIGatewayClient.d.ts +849 -193
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2635 -2499
- package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +35 -35
|
@@ -1,193 +1,849 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
import {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
import {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
import {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
import {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
import {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
import {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
import {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
import {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
import {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
}
|
|
193
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateApiKeyCommandInput,
|
|
47
|
+
CreateApiKeyCommandOutput,
|
|
48
|
+
} from "./commands/CreateApiKeyCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateAuthorizerCommandInput,
|
|
51
|
+
CreateAuthorizerCommandOutput,
|
|
52
|
+
} from "./commands/CreateAuthorizerCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateBasePathMappingCommandInput,
|
|
55
|
+
CreateBasePathMappingCommandOutput,
|
|
56
|
+
} from "./commands/CreateBasePathMappingCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateDeploymentCommandInput,
|
|
59
|
+
CreateDeploymentCommandOutput,
|
|
60
|
+
} from "./commands/CreateDeploymentCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateDocumentationPartCommandInput,
|
|
63
|
+
CreateDocumentationPartCommandOutput,
|
|
64
|
+
} from "./commands/CreateDocumentationPartCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateDocumentationVersionCommandInput,
|
|
67
|
+
CreateDocumentationVersionCommandOutput,
|
|
68
|
+
} from "./commands/CreateDocumentationVersionCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateDomainNameCommandInput,
|
|
71
|
+
CreateDomainNameCommandOutput,
|
|
72
|
+
} from "./commands/CreateDomainNameCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateModelCommandInput,
|
|
75
|
+
CreateModelCommandOutput,
|
|
76
|
+
} from "./commands/CreateModelCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateRequestValidatorCommandInput,
|
|
79
|
+
CreateRequestValidatorCommandOutput,
|
|
80
|
+
} from "./commands/CreateRequestValidatorCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateResourceCommandInput,
|
|
83
|
+
CreateResourceCommandOutput,
|
|
84
|
+
} from "./commands/CreateResourceCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateRestApiCommandInput,
|
|
87
|
+
CreateRestApiCommandOutput,
|
|
88
|
+
} from "./commands/CreateRestApiCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateStageCommandInput,
|
|
91
|
+
CreateStageCommandOutput,
|
|
92
|
+
} from "./commands/CreateStageCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateUsagePlanCommandInput,
|
|
95
|
+
CreateUsagePlanCommandOutput,
|
|
96
|
+
} from "./commands/CreateUsagePlanCommand";
|
|
97
|
+
import {
|
|
98
|
+
CreateUsagePlanKeyCommandInput,
|
|
99
|
+
CreateUsagePlanKeyCommandOutput,
|
|
100
|
+
} from "./commands/CreateUsagePlanKeyCommand";
|
|
101
|
+
import {
|
|
102
|
+
CreateVpcLinkCommandInput,
|
|
103
|
+
CreateVpcLinkCommandOutput,
|
|
104
|
+
} from "./commands/CreateVpcLinkCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteApiKeyCommandInput,
|
|
107
|
+
DeleteApiKeyCommandOutput,
|
|
108
|
+
} from "./commands/DeleteApiKeyCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteAuthorizerCommandInput,
|
|
111
|
+
DeleteAuthorizerCommandOutput,
|
|
112
|
+
} from "./commands/DeleteAuthorizerCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteBasePathMappingCommandInput,
|
|
115
|
+
DeleteBasePathMappingCommandOutput,
|
|
116
|
+
} from "./commands/DeleteBasePathMappingCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteClientCertificateCommandInput,
|
|
119
|
+
DeleteClientCertificateCommandOutput,
|
|
120
|
+
} from "./commands/DeleteClientCertificateCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteDeploymentCommandInput,
|
|
123
|
+
DeleteDeploymentCommandOutput,
|
|
124
|
+
} from "./commands/DeleteDeploymentCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteDocumentationPartCommandInput,
|
|
127
|
+
DeleteDocumentationPartCommandOutput,
|
|
128
|
+
} from "./commands/DeleteDocumentationPartCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeleteDocumentationVersionCommandInput,
|
|
131
|
+
DeleteDocumentationVersionCommandOutput,
|
|
132
|
+
} from "./commands/DeleteDocumentationVersionCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeleteDomainNameCommandInput,
|
|
135
|
+
DeleteDomainNameCommandOutput,
|
|
136
|
+
} from "./commands/DeleteDomainNameCommand";
|
|
137
|
+
import {
|
|
138
|
+
DeleteGatewayResponseCommandInput,
|
|
139
|
+
DeleteGatewayResponseCommandOutput,
|
|
140
|
+
} from "./commands/DeleteGatewayResponseCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteIntegrationCommandInput,
|
|
143
|
+
DeleteIntegrationCommandOutput,
|
|
144
|
+
} from "./commands/DeleteIntegrationCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteIntegrationResponseCommandInput,
|
|
147
|
+
DeleteIntegrationResponseCommandOutput,
|
|
148
|
+
} from "./commands/DeleteIntegrationResponseCommand";
|
|
149
|
+
import {
|
|
150
|
+
DeleteMethodCommandInput,
|
|
151
|
+
DeleteMethodCommandOutput,
|
|
152
|
+
} from "./commands/DeleteMethodCommand";
|
|
153
|
+
import {
|
|
154
|
+
DeleteMethodResponseCommandInput,
|
|
155
|
+
DeleteMethodResponseCommandOutput,
|
|
156
|
+
} from "./commands/DeleteMethodResponseCommand";
|
|
157
|
+
import {
|
|
158
|
+
DeleteModelCommandInput,
|
|
159
|
+
DeleteModelCommandOutput,
|
|
160
|
+
} from "./commands/DeleteModelCommand";
|
|
161
|
+
import {
|
|
162
|
+
DeleteRequestValidatorCommandInput,
|
|
163
|
+
DeleteRequestValidatorCommandOutput,
|
|
164
|
+
} from "./commands/DeleteRequestValidatorCommand";
|
|
165
|
+
import {
|
|
166
|
+
DeleteResourceCommandInput,
|
|
167
|
+
DeleteResourceCommandOutput,
|
|
168
|
+
} from "./commands/DeleteResourceCommand";
|
|
169
|
+
import {
|
|
170
|
+
DeleteRestApiCommandInput,
|
|
171
|
+
DeleteRestApiCommandOutput,
|
|
172
|
+
} from "./commands/DeleteRestApiCommand";
|
|
173
|
+
import {
|
|
174
|
+
DeleteStageCommandInput,
|
|
175
|
+
DeleteStageCommandOutput,
|
|
176
|
+
} from "./commands/DeleteStageCommand";
|
|
177
|
+
import {
|
|
178
|
+
DeleteUsagePlanCommandInput,
|
|
179
|
+
DeleteUsagePlanCommandOutput,
|
|
180
|
+
} from "./commands/DeleteUsagePlanCommand";
|
|
181
|
+
import {
|
|
182
|
+
DeleteUsagePlanKeyCommandInput,
|
|
183
|
+
DeleteUsagePlanKeyCommandOutput,
|
|
184
|
+
} from "./commands/DeleteUsagePlanKeyCommand";
|
|
185
|
+
import {
|
|
186
|
+
DeleteVpcLinkCommandInput,
|
|
187
|
+
DeleteVpcLinkCommandOutput,
|
|
188
|
+
} from "./commands/DeleteVpcLinkCommand";
|
|
189
|
+
import {
|
|
190
|
+
FlushStageAuthorizersCacheCommandInput,
|
|
191
|
+
FlushStageAuthorizersCacheCommandOutput,
|
|
192
|
+
} from "./commands/FlushStageAuthorizersCacheCommand";
|
|
193
|
+
import {
|
|
194
|
+
FlushStageCacheCommandInput,
|
|
195
|
+
FlushStageCacheCommandOutput,
|
|
196
|
+
} from "./commands/FlushStageCacheCommand";
|
|
197
|
+
import {
|
|
198
|
+
GenerateClientCertificateCommandInput,
|
|
199
|
+
GenerateClientCertificateCommandOutput,
|
|
200
|
+
} from "./commands/GenerateClientCertificateCommand";
|
|
201
|
+
import {
|
|
202
|
+
GetAccountCommandInput,
|
|
203
|
+
GetAccountCommandOutput,
|
|
204
|
+
} from "./commands/GetAccountCommand";
|
|
205
|
+
import {
|
|
206
|
+
GetApiKeyCommandInput,
|
|
207
|
+
GetApiKeyCommandOutput,
|
|
208
|
+
} from "./commands/GetApiKeyCommand";
|
|
209
|
+
import {
|
|
210
|
+
GetApiKeysCommandInput,
|
|
211
|
+
GetApiKeysCommandOutput,
|
|
212
|
+
} from "./commands/GetApiKeysCommand";
|
|
213
|
+
import {
|
|
214
|
+
GetAuthorizerCommandInput,
|
|
215
|
+
GetAuthorizerCommandOutput,
|
|
216
|
+
} from "./commands/GetAuthorizerCommand";
|
|
217
|
+
import {
|
|
218
|
+
GetAuthorizersCommandInput,
|
|
219
|
+
GetAuthorizersCommandOutput,
|
|
220
|
+
} from "./commands/GetAuthorizersCommand";
|
|
221
|
+
import {
|
|
222
|
+
GetBasePathMappingCommandInput,
|
|
223
|
+
GetBasePathMappingCommandOutput,
|
|
224
|
+
} from "./commands/GetBasePathMappingCommand";
|
|
225
|
+
import {
|
|
226
|
+
GetBasePathMappingsCommandInput,
|
|
227
|
+
GetBasePathMappingsCommandOutput,
|
|
228
|
+
} from "./commands/GetBasePathMappingsCommand";
|
|
229
|
+
import {
|
|
230
|
+
GetClientCertificateCommandInput,
|
|
231
|
+
GetClientCertificateCommandOutput,
|
|
232
|
+
} from "./commands/GetClientCertificateCommand";
|
|
233
|
+
import {
|
|
234
|
+
GetClientCertificatesCommandInput,
|
|
235
|
+
GetClientCertificatesCommandOutput,
|
|
236
|
+
} from "./commands/GetClientCertificatesCommand";
|
|
237
|
+
import {
|
|
238
|
+
GetDeploymentCommandInput,
|
|
239
|
+
GetDeploymentCommandOutput,
|
|
240
|
+
} from "./commands/GetDeploymentCommand";
|
|
241
|
+
import {
|
|
242
|
+
GetDeploymentsCommandInput,
|
|
243
|
+
GetDeploymentsCommandOutput,
|
|
244
|
+
} from "./commands/GetDeploymentsCommand";
|
|
245
|
+
import {
|
|
246
|
+
GetDocumentationPartCommandInput,
|
|
247
|
+
GetDocumentationPartCommandOutput,
|
|
248
|
+
} from "./commands/GetDocumentationPartCommand";
|
|
249
|
+
import {
|
|
250
|
+
GetDocumentationPartsCommandInput,
|
|
251
|
+
GetDocumentationPartsCommandOutput,
|
|
252
|
+
} from "./commands/GetDocumentationPartsCommand";
|
|
253
|
+
import {
|
|
254
|
+
GetDocumentationVersionCommandInput,
|
|
255
|
+
GetDocumentationVersionCommandOutput,
|
|
256
|
+
} from "./commands/GetDocumentationVersionCommand";
|
|
257
|
+
import {
|
|
258
|
+
GetDocumentationVersionsCommandInput,
|
|
259
|
+
GetDocumentationVersionsCommandOutput,
|
|
260
|
+
} from "./commands/GetDocumentationVersionsCommand";
|
|
261
|
+
import {
|
|
262
|
+
GetDomainNameCommandInput,
|
|
263
|
+
GetDomainNameCommandOutput,
|
|
264
|
+
} from "./commands/GetDomainNameCommand";
|
|
265
|
+
import {
|
|
266
|
+
GetDomainNamesCommandInput,
|
|
267
|
+
GetDomainNamesCommandOutput,
|
|
268
|
+
} from "./commands/GetDomainNamesCommand";
|
|
269
|
+
import {
|
|
270
|
+
GetExportCommandInput,
|
|
271
|
+
GetExportCommandOutput,
|
|
272
|
+
} from "./commands/GetExportCommand";
|
|
273
|
+
import {
|
|
274
|
+
GetGatewayResponseCommandInput,
|
|
275
|
+
GetGatewayResponseCommandOutput,
|
|
276
|
+
} from "./commands/GetGatewayResponseCommand";
|
|
277
|
+
import {
|
|
278
|
+
GetGatewayResponsesCommandInput,
|
|
279
|
+
GetGatewayResponsesCommandOutput,
|
|
280
|
+
} from "./commands/GetGatewayResponsesCommand";
|
|
281
|
+
import {
|
|
282
|
+
GetIntegrationCommandInput,
|
|
283
|
+
GetIntegrationCommandOutput,
|
|
284
|
+
} from "./commands/GetIntegrationCommand";
|
|
285
|
+
import {
|
|
286
|
+
GetIntegrationResponseCommandInput,
|
|
287
|
+
GetIntegrationResponseCommandOutput,
|
|
288
|
+
} from "./commands/GetIntegrationResponseCommand";
|
|
289
|
+
import {
|
|
290
|
+
GetMethodCommandInput,
|
|
291
|
+
GetMethodCommandOutput,
|
|
292
|
+
} from "./commands/GetMethodCommand";
|
|
293
|
+
import {
|
|
294
|
+
GetMethodResponseCommandInput,
|
|
295
|
+
GetMethodResponseCommandOutput,
|
|
296
|
+
} from "./commands/GetMethodResponseCommand";
|
|
297
|
+
import {
|
|
298
|
+
GetModelCommandInput,
|
|
299
|
+
GetModelCommandOutput,
|
|
300
|
+
} from "./commands/GetModelCommand";
|
|
301
|
+
import {
|
|
302
|
+
GetModelsCommandInput,
|
|
303
|
+
GetModelsCommandOutput,
|
|
304
|
+
} from "./commands/GetModelsCommand";
|
|
305
|
+
import {
|
|
306
|
+
GetModelTemplateCommandInput,
|
|
307
|
+
GetModelTemplateCommandOutput,
|
|
308
|
+
} from "./commands/GetModelTemplateCommand";
|
|
309
|
+
import {
|
|
310
|
+
GetRequestValidatorCommandInput,
|
|
311
|
+
GetRequestValidatorCommandOutput,
|
|
312
|
+
} from "./commands/GetRequestValidatorCommand";
|
|
313
|
+
import {
|
|
314
|
+
GetRequestValidatorsCommandInput,
|
|
315
|
+
GetRequestValidatorsCommandOutput,
|
|
316
|
+
} from "./commands/GetRequestValidatorsCommand";
|
|
317
|
+
import {
|
|
318
|
+
GetResourceCommandInput,
|
|
319
|
+
GetResourceCommandOutput,
|
|
320
|
+
} from "./commands/GetResourceCommand";
|
|
321
|
+
import {
|
|
322
|
+
GetResourcesCommandInput,
|
|
323
|
+
GetResourcesCommandOutput,
|
|
324
|
+
} from "./commands/GetResourcesCommand";
|
|
325
|
+
import {
|
|
326
|
+
GetRestApiCommandInput,
|
|
327
|
+
GetRestApiCommandOutput,
|
|
328
|
+
} from "./commands/GetRestApiCommand";
|
|
329
|
+
import {
|
|
330
|
+
GetRestApisCommandInput,
|
|
331
|
+
GetRestApisCommandOutput,
|
|
332
|
+
} from "./commands/GetRestApisCommand";
|
|
333
|
+
import {
|
|
334
|
+
GetSdkCommandInput,
|
|
335
|
+
GetSdkCommandOutput,
|
|
336
|
+
} from "./commands/GetSdkCommand";
|
|
337
|
+
import {
|
|
338
|
+
GetSdkTypeCommandInput,
|
|
339
|
+
GetSdkTypeCommandOutput,
|
|
340
|
+
} from "./commands/GetSdkTypeCommand";
|
|
341
|
+
import {
|
|
342
|
+
GetSdkTypesCommandInput,
|
|
343
|
+
GetSdkTypesCommandOutput,
|
|
344
|
+
} from "./commands/GetSdkTypesCommand";
|
|
345
|
+
import {
|
|
346
|
+
GetStageCommandInput,
|
|
347
|
+
GetStageCommandOutput,
|
|
348
|
+
} from "./commands/GetStageCommand";
|
|
349
|
+
import {
|
|
350
|
+
GetStagesCommandInput,
|
|
351
|
+
GetStagesCommandOutput,
|
|
352
|
+
} from "./commands/GetStagesCommand";
|
|
353
|
+
import {
|
|
354
|
+
GetTagsCommandInput,
|
|
355
|
+
GetTagsCommandOutput,
|
|
356
|
+
} from "./commands/GetTagsCommand";
|
|
357
|
+
import {
|
|
358
|
+
GetUsageCommandInput,
|
|
359
|
+
GetUsageCommandOutput,
|
|
360
|
+
} from "./commands/GetUsageCommand";
|
|
361
|
+
import {
|
|
362
|
+
GetUsagePlanCommandInput,
|
|
363
|
+
GetUsagePlanCommandOutput,
|
|
364
|
+
} from "./commands/GetUsagePlanCommand";
|
|
365
|
+
import {
|
|
366
|
+
GetUsagePlanKeyCommandInput,
|
|
367
|
+
GetUsagePlanKeyCommandOutput,
|
|
368
|
+
} from "./commands/GetUsagePlanKeyCommand";
|
|
369
|
+
import {
|
|
370
|
+
GetUsagePlanKeysCommandInput,
|
|
371
|
+
GetUsagePlanKeysCommandOutput,
|
|
372
|
+
} from "./commands/GetUsagePlanKeysCommand";
|
|
373
|
+
import {
|
|
374
|
+
GetUsagePlansCommandInput,
|
|
375
|
+
GetUsagePlansCommandOutput,
|
|
376
|
+
} from "./commands/GetUsagePlansCommand";
|
|
377
|
+
import {
|
|
378
|
+
GetVpcLinkCommandInput,
|
|
379
|
+
GetVpcLinkCommandOutput,
|
|
380
|
+
} from "./commands/GetVpcLinkCommand";
|
|
381
|
+
import {
|
|
382
|
+
GetVpcLinksCommandInput,
|
|
383
|
+
GetVpcLinksCommandOutput,
|
|
384
|
+
} from "./commands/GetVpcLinksCommand";
|
|
385
|
+
import {
|
|
386
|
+
ImportApiKeysCommandInput,
|
|
387
|
+
ImportApiKeysCommandOutput,
|
|
388
|
+
} from "./commands/ImportApiKeysCommand";
|
|
389
|
+
import {
|
|
390
|
+
ImportDocumentationPartsCommandInput,
|
|
391
|
+
ImportDocumentationPartsCommandOutput,
|
|
392
|
+
} from "./commands/ImportDocumentationPartsCommand";
|
|
393
|
+
import {
|
|
394
|
+
ImportRestApiCommandInput,
|
|
395
|
+
ImportRestApiCommandOutput,
|
|
396
|
+
} from "./commands/ImportRestApiCommand";
|
|
397
|
+
import {
|
|
398
|
+
PutGatewayResponseCommandInput,
|
|
399
|
+
PutGatewayResponseCommandOutput,
|
|
400
|
+
} from "./commands/PutGatewayResponseCommand";
|
|
401
|
+
import {
|
|
402
|
+
PutIntegrationCommandInput,
|
|
403
|
+
PutIntegrationCommandOutput,
|
|
404
|
+
} from "./commands/PutIntegrationCommand";
|
|
405
|
+
import {
|
|
406
|
+
PutIntegrationResponseCommandInput,
|
|
407
|
+
PutIntegrationResponseCommandOutput,
|
|
408
|
+
} from "./commands/PutIntegrationResponseCommand";
|
|
409
|
+
import {
|
|
410
|
+
PutMethodCommandInput,
|
|
411
|
+
PutMethodCommandOutput,
|
|
412
|
+
} from "./commands/PutMethodCommand";
|
|
413
|
+
import {
|
|
414
|
+
PutMethodResponseCommandInput,
|
|
415
|
+
PutMethodResponseCommandOutput,
|
|
416
|
+
} from "./commands/PutMethodResponseCommand";
|
|
417
|
+
import {
|
|
418
|
+
PutRestApiCommandInput,
|
|
419
|
+
PutRestApiCommandOutput,
|
|
420
|
+
} from "./commands/PutRestApiCommand";
|
|
421
|
+
import {
|
|
422
|
+
TagResourceCommandInput,
|
|
423
|
+
TagResourceCommandOutput,
|
|
424
|
+
} from "./commands/TagResourceCommand";
|
|
425
|
+
import {
|
|
426
|
+
TestInvokeAuthorizerCommandInput,
|
|
427
|
+
TestInvokeAuthorizerCommandOutput,
|
|
428
|
+
} from "./commands/TestInvokeAuthorizerCommand";
|
|
429
|
+
import {
|
|
430
|
+
TestInvokeMethodCommandInput,
|
|
431
|
+
TestInvokeMethodCommandOutput,
|
|
432
|
+
} from "./commands/TestInvokeMethodCommand";
|
|
433
|
+
import {
|
|
434
|
+
UntagResourceCommandInput,
|
|
435
|
+
UntagResourceCommandOutput,
|
|
436
|
+
} from "./commands/UntagResourceCommand";
|
|
437
|
+
import {
|
|
438
|
+
UpdateAccountCommandInput,
|
|
439
|
+
UpdateAccountCommandOutput,
|
|
440
|
+
} from "./commands/UpdateAccountCommand";
|
|
441
|
+
import {
|
|
442
|
+
UpdateApiKeyCommandInput,
|
|
443
|
+
UpdateApiKeyCommandOutput,
|
|
444
|
+
} from "./commands/UpdateApiKeyCommand";
|
|
445
|
+
import {
|
|
446
|
+
UpdateAuthorizerCommandInput,
|
|
447
|
+
UpdateAuthorizerCommandOutput,
|
|
448
|
+
} from "./commands/UpdateAuthorizerCommand";
|
|
449
|
+
import {
|
|
450
|
+
UpdateBasePathMappingCommandInput,
|
|
451
|
+
UpdateBasePathMappingCommandOutput,
|
|
452
|
+
} from "./commands/UpdateBasePathMappingCommand";
|
|
453
|
+
import {
|
|
454
|
+
UpdateClientCertificateCommandInput,
|
|
455
|
+
UpdateClientCertificateCommandOutput,
|
|
456
|
+
} from "./commands/UpdateClientCertificateCommand";
|
|
457
|
+
import {
|
|
458
|
+
UpdateDeploymentCommandInput,
|
|
459
|
+
UpdateDeploymentCommandOutput,
|
|
460
|
+
} from "./commands/UpdateDeploymentCommand";
|
|
461
|
+
import {
|
|
462
|
+
UpdateDocumentationPartCommandInput,
|
|
463
|
+
UpdateDocumentationPartCommandOutput,
|
|
464
|
+
} from "./commands/UpdateDocumentationPartCommand";
|
|
465
|
+
import {
|
|
466
|
+
UpdateDocumentationVersionCommandInput,
|
|
467
|
+
UpdateDocumentationVersionCommandOutput,
|
|
468
|
+
} from "./commands/UpdateDocumentationVersionCommand";
|
|
469
|
+
import {
|
|
470
|
+
UpdateDomainNameCommandInput,
|
|
471
|
+
UpdateDomainNameCommandOutput,
|
|
472
|
+
} from "./commands/UpdateDomainNameCommand";
|
|
473
|
+
import {
|
|
474
|
+
UpdateGatewayResponseCommandInput,
|
|
475
|
+
UpdateGatewayResponseCommandOutput,
|
|
476
|
+
} from "./commands/UpdateGatewayResponseCommand";
|
|
477
|
+
import {
|
|
478
|
+
UpdateIntegrationCommandInput,
|
|
479
|
+
UpdateIntegrationCommandOutput,
|
|
480
|
+
} from "./commands/UpdateIntegrationCommand";
|
|
481
|
+
import {
|
|
482
|
+
UpdateIntegrationResponseCommandInput,
|
|
483
|
+
UpdateIntegrationResponseCommandOutput,
|
|
484
|
+
} from "./commands/UpdateIntegrationResponseCommand";
|
|
485
|
+
import {
|
|
486
|
+
UpdateMethodCommandInput,
|
|
487
|
+
UpdateMethodCommandOutput,
|
|
488
|
+
} from "./commands/UpdateMethodCommand";
|
|
489
|
+
import {
|
|
490
|
+
UpdateMethodResponseCommandInput,
|
|
491
|
+
UpdateMethodResponseCommandOutput,
|
|
492
|
+
} from "./commands/UpdateMethodResponseCommand";
|
|
493
|
+
import {
|
|
494
|
+
UpdateModelCommandInput,
|
|
495
|
+
UpdateModelCommandOutput,
|
|
496
|
+
} from "./commands/UpdateModelCommand";
|
|
497
|
+
import {
|
|
498
|
+
UpdateRequestValidatorCommandInput,
|
|
499
|
+
UpdateRequestValidatorCommandOutput,
|
|
500
|
+
} from "./commands/UpdateRequestValidatorCommand";
|
|
501
|
+
import {
|
|
502
|
+
UpdateResourceCommandInput,
|
|
503
|
+
UpdateResourceCommandOutput,
|
|
504
|
+
} from "./commands/UpdateResourceCommand";
|
|
505
|
+
import {
|
|
506
|
+
UpdateRestApiCommandInput,
|
|
507
|
+
UpdateRestApiCommandOutput,
|
|
508
|
+
} from "./commands/UpdateRestApiCommand";
|
|
509
|
+
import {
|
|
510
|
+
UpdateStageCommandInput,
|
|
511
|
+
UpdateStageCommandOutput,
|
|
512
|
+
} from "./commands/UpdateStageCommand";
|
|
513
|
+
import {
|
|
514
|
+
UpdateUsageCommandInput,
|
|
515
|
+
UpdateUsageCommandOutput,
|
|
516
|
+
} from "./commands/UpdateUsageCommand";
|
|
517
|
+
import {
|
|
518
|
+
UpdateUsagePlanCommandInput,
|
|
519
|
+
UpdateUsagePlanCommandOutput,
|
|
520
|
+
} from "./commands/UpdateUsagePlanCommand";
|
|
521
|
+
import {
|
|
522
|
+
UpdateVpcLinkCommandInput,
|
|
523
|
+
UpdateVpcLinkCommandOutput,
|
|
524
|
+
} from "./commands/UpdateVpcLinkCommand";
|
|
525
|
+
export declare type ServiceInputTypes =
|
|
526
|
+
| CreateApiKeyCommandInput
|
|
527
|
+
| CreateAuthorizerCommandInput
|
|
528
|
+
| CreateBasePathMappingCommandInput
|
|
529
|
+
| CreateDeploymentCommandInput
|
|
530
|
+
| CreateDocumentationPartCommandInput
|
|
531
|
+
| CreateDocumentationVersionCommandInput
|
|
532
|
+
| CreateDomainNameCommandInput
|
|
533
|
+
| CreateModelCommandInput
|
|
534
|
+
| CreateRequestValidatorCommandInput
|
|
535
|
+
| CreateResourceCommandInput
|
|
536
|
+
| CreateRestApiCommandInput
|
|
537
|
+
| CreateStageCommandInput
|
|
538
|
+
| CreateUsagePlanCommandInput
|
|
539
|
+
| CreateUsagePlanKeyCommandInput
|
|
540
|
+
| CreateVpcLinkCommandInput
|
|
541
|
+
| DeleteApiKeyCommandInput
|
|
542
|
+
| DeleteAuthorizerCommandInput
|
|
543
|
+
| DeleteBasePathMappingCommandInput
|
|
544
|
+
| DeleteClientCertificateCommandInput
|
|
545
|
+
| DeleteDeploymentCommandInput
|
|
546
|
+
| DeleteDocumentationPartCommandInput
|
|
547
|
+
| DeleteDocumentationVersionCommandInput
|
|
548
|
+
| DeleteDomainNameCommandInput
|
|
549
|
+
| DeleteGatewayResponseCommandInput
|
|
550
|
+
| DeleteIntegrationCommandInput
|
|
551
|
+
| DeleteIntegrationResponseCommandInput
|
|
552
|
+
| DeleteMethodCommandInput
|
|
553
|
+
| DeleteMethodResponseCommandInput
|
|
554
|
+
| DeleteModelCommandInput
|
|
555
|
+
| DeleteRequestValidatorCommandInput
|
|
556
|
+
| DeleteResourceCommandInput
|
|
557
|
+
| DeleteRestApiCommandInput
|
|
558
|
+
| DeleteStageCommandInput
|
|
559
|
+
| DeleteUsagePlanCommandInput
|
|
560
|
+
| DeleteUsagePlanKeyCommandInput
|
|
561
|
+
| DeleteVpcLinkCommandInput
|
|
562
|
+
| FlushStageAuthorizersCacheCommandInput
|
|
563
|
+
| FlushStageCacheCommandInput
|
|
564
|
+
| GenerateClientCertificateCommandInput
|
|
565
|
+
| GetAccountCommandInput
|
|
566
|
+
| GetApiKeyCommandInput
|
|
567
|
+
| GetApiKeysCommandInput
|
|
568
|
+
| GetAuthorizerCommandInput
|
|
569
|
+
| GetAuthorizersCommandInput
|
|
570
|
+
| GetBasePathMappingCommandInput
|
|
571
|
+
| GetBasePathMappingsCommandInput
|
|
572
|
+
| GetClientCertificateCommandInput
|
|
573
|
+
| GetClientCertificatesCommandInput
|
|
574
|
+
| GetDeploymentCommandInput
|
|
575
|
+
| GetDeploymentsCommandInput
|
|
576
|
+
| GetDocumentationPartCommandInput
|
|
577
|
+
| GetDocumentationPartsCommandInput
|
|
578
|
+
| GetDocumentationVersionCommandInput
|
|
579
|
+
| GetDocumentationVersionsCommandInput
|
|
580
|
+
| GetDomainNameCommandInput
|
|
581
|
+
| GetDomainNamesCommandInput
|
|
582
|
+
| GetExportCommandInput
|
|
583
|
+
| GetGatewayResponseCommandInput
|
|
584
|
+
| GetGatewayResponsesCommandInput
|
|
585
|
+
| GetIntegrationCommandInput
|
|
586
|
+
| GetIntegrationResponseCommandInput
|
|
587
|
+
| GetMethodCommandInput
|
|
588
|
+
| GetMethodResponseCommandInput
|
|
589
|
+
| GetModelCommandInput
|
|
590
|
+
| GetModelTemplateCommandInput
|
|
591
|
+
| GetModelsCommandInput
|
|
592
|
+
| GetRequestValidatorCommandInput
|
|
593
|
+
| GetRequestValidatorsCommandInput
|
|
594
|
+
| GetResourceCommandInput
|
|
595
|
+
| GetResourcesCommandInput
|
|
596
|
+
| GetRestApiCommandInput
|
|
597
|
+
| GetRestApisCommandInput
|
|
598
|
+
| GetSdkCommandInput
|
|
599
|
+
| GetSdkTypeCommandInput
|
|
600
|
+
| GetSdkTypesCommandInput
|
|
601
|
+
| GetStageCommandInput
|
|
602
|
+
| GetStagesCommandInput
|
|
603
|
+
| GetTagsCommandInput
|
|
604
|
+
| GetUsageCommandInput
|
|
605
|
+
| GetUsagePlanCommandInput
|
|
606
|
+
| GetUsagePlanKeyCommandInput
|
|
607
|
+
| GetUsagePlanKeysCommandInput
|
|
608
|
+
| GetUsagePlansCommandInput
|
|
609
|
+
| GetVpcLinkCommandInput
|
|
610
|
+
| GetVpcLinksCommandInput
|
|
611
|
+
| ImportApiKeysCommandInput
|
|
612
|
+
| ImportDocumentationPartsCommandInput
|
|
613
|
+
| ImportRestApiCommandInput
|
|
614
|
+
| PutGatewayResponseCommandInput
|
|
615
|
+
| PutIntegrationCommandInput
|
|
616
|
+
| PutIntegrationResponseCommandInput
|
|
617
|
+
| PutMethodCommandInput
|
|
618
|
+
| PutMethodResponseCommandInput
|
|
619
|
+
| PutRestApiCommandInput
|
|
620
|
+
| TagResourceCommandInput
|
|
621
|
+
| TestInvokeAuthorizerCommandInput
|
|
622
|
+
| TestInvokeMethodCommandInput
|
|
623
|
+
| UntagResourceCommandInput
|
|
624
|
+
| UpdateAccountCommandInput
|
|
625
|
+
| UpdateApiKeyCommandInput
|
|
626
|
+
| UpdateAuthorizerCommandInput
|
|
627
|
+
| UpdateBasePathMappingCommandInput
|
|
628
|
+
| UpdateClientCertificateCommandInput
|
|
629
|
+
| UpdateDeploymentCommandInput
|
|
630
|
+
| UpdateDocumentationPartCommandInput
|
|
631
|
+
| UpdateDocumentationVersionCommandInput
|
|
632
|
+
| UpdateDomainNameCommandInput
|
|
633
|
+
| UpdateGatewayResponseCommandInput
|
|
634
|
+
| UpdateIntegrationCommandInput
|
|
635
|
+
| UpdateIntegrationResponseCommandInput
|
|
636
|
+
| UpdateMethodCommandInput
|
|
637
|
+
| UpdateMethodResponseCommandInput
|
|
638
|
+
| UpdateModelCommandInput
|
|
639
|
+
| UpdateRequestValidatorCommandInput
|
|
640
|
+
| UpdateResourceCommandInput
|
|
641
|
+
| UpdateRestApiCommandInput
|
|
642
|
+
| UpdateStageCommandInput
|
|
643
|
+
| UpdateUsageCommandInput
|
|
644
|
+
| UpdateUsagePlanCommandInput
|
|
645
|
+
| UpdateVpcLinkCommandInput;
|
|
646
|
+
export declare type ServiceOutputTypes =
|
|
647
|
+
| CreateApiKeyCommandOutput
|
|
648
|
+
| CreateAuthorizerCommandOutput
|
|
649
|
+
| CreateBasePathMappingCommandOutput
|
|
650
|
+
| CreateDeploymentCommandOutput
|
|
651
|
+
| CreateDocumentationPartCommandOutput
|
|
652
|
+
| CreateDocumentationVersionCommandOutput
|
|
653
|
+
| CreateDomainNameCommandOutput
|
|
654
|
+
| CreateModelCommandOutput
|
|
655
|
+
| CreateRequestValidatorCommandOutput
|
|
656
|
+
| CreateResourceCommandOutput
|
|
657
|
+
| CreateRestApiCommandOutput
|
|
658
|
+
| CreateStageCommandOutput
|
|
659
|
+
| CreateUsagePlanCommandOutput
|
|
660
|
+
| CreateUsagePlanKeyCommandOutput
|
|
661
|
+
| CreateVpcLinkCommandOutput
|
|
662
|
+
| DeleteApiKeyCommandOutput
|
|
663
|
+
| DeleteAuthorizerCommandOutput
|
|
664
|
+
| DeleteBasePathMappingCommandOutput
|
|
665
|
+
| DeleteClientCertificateCommandOutput
|
|
666
|
+
| DeleteDeploymentCommandOutput
|
|
667
|
+
| DeleteDocumentationPartCommandOutput
|
|
668
|
+
| DeleteDocumentationVersionCommandOutput
|
|
669
|
+
| DeleteDomainNameCommandOutput
|
|
670
|
+
| DeleteGatewayResponseCommandOutput
|
|
671
|
+
| DeleteIntegrationCommandOutput
|
|
672
|
+
| DeleteIntegrationResponseCommandOutput
|
|
673
|
+
| DeleteMethodCommandOutput
|
|
674
|
+
| DeleteMethodResponseCommandOutput
|
|
675
|
+
| DeleteModelCommandOutput
|
|
676
|
+
| DeleteRequestValidatorCommandOutput
|
|
677
|
+
| DeleteResourceCommandOutput
|
|
678
|
+
| DeleteRestApiCommandOutput
|
|
679
|
+
| DeleteStageCommandOutput
|
|
680
|
+
| DeleteUsagePlanCommandOutput
|
|
681
|
+
| DeleteUsagePlanKeyCommandOutput
|
|
682
|
+
| DeleteVpcLinkCommandOutput
|
|
683
|
+
| FlushStageAuthorizersCacheCommandOutput
|
|
684
|
+
| FlushStageCacheCommandOutput
|
|
685
|
+
| GenerateClientCertificateCommandOutput
|
|
686
|
+
| GetAccountCommandOutput
|
|
687
|
+
| GetApiKeyCommandOutput
|
|
688
|
+
| GetApiKeysCommandOutput
|
|
689
|
+
| GetAuthorizerCommandOutput
|
|
690
|
+
| GetAuthorizersCommandOutput
|
|
691
|
+
| GetBasePathMappingCommandOutput
|
|
692
|
+
| GetBasePathMappingsCommandOutput
|
|
693
|
+
| GetClientCertificateCommandOutput
|
|
694
|
+
| GetClientCertificatesCommandOutput
|
|
695
|
+
| GetDeploymentCommandOutput
|
|
696
|
+
| GetDeploymentsCommandOutput
|
|
697
|
+
| GetDocumentationPartCommandOutput
|
|
698
|
+
| GetDocumentationPartsCommandOutput
|
|
699
|
+
| GetDocumentationVersionCommandOutput
|
|
700
|
+
| GetDocumentationVersionsCommandOutput
|
|
701
|
+
| GetDomainNameCommandOutput
|
|
702
|
+
| GetDomainNamesCommandOutput
|
|
703
|
+
| GetExportCommandOutput
|
|
704
|
+
| GetGatewayResponseCommandOutput
|
|
705
|
+
| GetGatewayResponsesCommandOutput
|
|
706
|
+
| GetIntegrationCommandOutput
|
|
707
|
+
| GetIntegrationResponseCommandOutput
|
|
708
|
+
| GetMethodCommandOutput
|
|
709
|
+
| GetMethodResponseCommandOutput
|
|
710
|
+
| GetModelCommandOutput
|
|
711
|
+
| GetModelTemplateCommandOutput
|
|
712
|
+
| GetModelsCommandOutput
|
|
713
|
+
| GetRequestValidatorCommandOutput
|
|
714
|
+
| GetRequestValidatorsCommandOutput
|
|
715
|
+
| GetResourceCommandOutput
|
|
716
|
+
| GetResourcesCommandOutput
|
|
717
|
+
| GetRestApiCommandOutput
|
|
718
|
+
| GetRestApisCommandOutput
|
|
719
|
+
| GetSdkCommandOutput
|
|
720
|
+
| GetSdkTypeCommandOutput
|
|
721
|
+
| GetSdkTypesCommandOutput
|
|
722
|
+
| GetStageCommandOutput
|
|
723
|
+
| GetStagesCommandOutput
|
|
724
|
+
| GetTagsCommandOutput
|
|
725
|
+
| GetUsageCommandOutput
|
|
726
|
+
| GetUsagePlanCommandOutput
|
|
727
|
+
| GetUsagePlanKeyCommandOutput
|
|
728
|
+
| GetUsagePlanKeysCommandOutput
|
|
729
|
+
| GetUsagePlansCommandOutput
|
|
730
|
+
| GetVpcLinkCommandOutput
|
|
731
|
+
| GetVpcLinksCommandOutput
|
|
732
|
+
| ImportApiKeysCommandOutput
|
|
733
|
+
| ImportDocumentationPartsCommandOutput
|
|
734
|
+
| ImportRestApiCommandOutput
|
|
735
|
+
| PutGatewayResponseCommandOutput
|
|
736
|
+
| PutIntegrationCommandOutput
|
|
737
|
+
| PutIntegrationResponseCommandOutput
|
|
738
|
+
| PutMethodCommandOutput
|
|
739
|
+
| PutMethodResponseCommandOutput
|
|
740
|
+
| PutRestApiCommandOutput
|
|
741
|
+
| TagResourceCommandOutput
|
|
742
|
+
| TestInvokeAuthorizerCommandOutput
|
|
743
|
+
| TestInvokeMethodCommandOutput
|
|
744
|
+
| UntagResourceCommandOutput
|
|
745
|
+
| UpdateAccountCommandOutput
|
|
746
|
+
| UpdateApiKeyCommandOutput
|
|
747
|
+
| UpdateAuthorizerCommandOutput
|
|
748
|
+
| UpdateBasePathMappingCommandOutput
|
|
749
|
+
| UpdateClientCertificateCommandOutput
|
|
750
|
+
| UpdateDeploymentCommandOutput
|
|
751
|
+
| UpdateDocumentationPartCommandOutput
|
|
752
|
+
| UpdateDocumentationVersionCommandOutput
|
|
753
|
+
| UpdateDomainNameCommandOutput
|
|
754
|
+
| UpdateGatewayResponseCommandOutput
|
|
755
|
+
| UpdateIntegrationCommandOutput
|
|
756
|
+
| UpdateIntegrationResponseCommandOutput
|
|
757
|
+
| UpdateMethodCommandOutput
|
|
758
|
+
| UpdateMethodResponseCommandOutput
|
|
759
|
+
| UpdateModelCommandOutput
|
|
760
|
+
| UpdateRequestValidatorCommandOutput
|
|
761
|
+
| UpdateResourceCommandOutput
|
|
762
|
+
| UpdateRestApiCommandOutput
|
|
763
|
+
| UpdateStageCommandOutput
|
|
764
|
+
| UpdateUsageCommandOutput
|
|
765
|
+
| UpdateUsagePlanCommandOutput
|
|
766
|
+
| UpdateVpcLinkCommandOutput;
|
|
767
|
+
export interface ClientDefaults
|
|
768
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
769
|
+
requestHandler?: __HttpHandler;
|
|
770
|
+
|
|
771
|
+
sha256?: __HashConstructor;
|
|
772
|
+
|
|
773
|
+
urlParser?: __UrlParser;
|
|
774
|
+
|
|
775
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
776
|
+
|
|
777
|
+
streamCollector?: __StreamCollector;
|
|
778
|
+
|
|
779
|
+
base64Decoder?: __Decoder;
|
|
780
|
+
|
|
781
|
+
base64Encoder?: __Encoder;
|
|
782
|
+
|
|
783
|
+
utf8Decoder?: __Decoder;
|
|
784
|
+
|
|
785
|
+
utf8Encoder?: __Encoder;
|
|
786
|
+
|
|
787
|
+
runtime?: string;
|
|
788
|
+
|
|
789
|
+
disableHostPrefix?: boolean;
|
|
790
|
+
|
|
791
|
+
maxAttempts?: number | __Provider<number>;
|
|
792
|
+
|
|
793
|
+
retryMode?: string | __Provider<string>;
|
|
794
|
+
|
|
795
|
+
logger?: __Logger;
|
|
796
|
+
|
|
797
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
798
|
+
|
|
799
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
800
|
+
|
|
801
|
+
serviceId?: string;
|
|
802
|
+
|
|
803
|
+
region?: string | __Provider<string>;
|
|
804
|
+
|
|
805
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
806
|
+
|
|
807
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
808
|
+
|
|
809
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
810
|
+
|
|
811
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
812
|
+
}
|
|
813
|
+
declare type APIGatewayClientConfigType = Partial<
|
|
814
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
815
|
+
> &
|
|
816
|
+
ClientDefaults &
|
|
817
|
+
RegionInputConfig &
|
|
818
|
+
EndpointsInputConfig &
|
|
819
|
+
RetryInputConfig &
|
|
820
|
+
HostHeaderInputConfig &
|
|
821
|
+
AwsAuthInputConfig &
|
|
822
|
+
UserAgentInputConfig;
|
|
823
|
+
|
|
824
|
+
export interface APIGatewayClientConfig extends APIGatewayClientConfigType {}
|
|
825
|
+
declare type APIGatewayClientResolvedConfigType =
|
|
826
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
827
|
+
Required<ClientDefaults> &
|
|
828
|
+
RegionResolvedConfig &
|
|
829
|
+
EndpointsResolvedConfig &
|
|
830
|
+
RetryResolvedConfig &
|
|
831
|
+
HostHeaderResolvedConfig &
|
|
832
|
+
AwsAuthResolvedConfig &
|
|
833
|
+
UserAgentResolvedConfig;
|
|
834
|
+
|
|
835
|
+
export interface APIGatewayClientResolvedConfig
|
|
836
|
+
extends APIGatewayClientResolvedConfigType {}
|
|
837
|
+
|
|
838
|
+
export declare class APIGatewayClient extends __Client<
|
|
839
|
+
__HttpHandlerOptions,
|
|
840
|
+
ServiceInputTypes,
|
|
841
|
+
ServiceOutputTypes,
|
|
842
|
+
APIGatewayClientResolvedConfig
|
|
843
|
+
> {
|
|
844
|
+
readonly config: APIGatewayClientResolvedConfig;
|
|
845
|
+
constructor(configuration: APIGatewayClientConfig);
|
|
846
|
+
|
|
847
|
+
destroy(): void;
|
|
848
|
+
}
|
|
849
|
+
export {};
|