@aws-sdk/client-api-gateway 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateApiKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/CreateBasePathMappingCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateDocumentationPartCommand.js +2 -2
- package/dist-cjs/commands/CreateDocumentationVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/CreateModelCommand.js +2 -2
- package/dist-cjs/commands/CreateRequestValidatorCommand.js +2 -2
- package/dist-cjs/commands/CreateResourceCommand.js +2 -2
- package/dist-cjs/commands/CreateRestApiCommand.js +2 -2
- package/dist-cjs/commands/CreateStageCommand.js +2 -2
- package/dist-cjs/commands/CreateUsagePlanCommand.js +2 -2
- package/dist-cjs/commands/CreateUsagePlanKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateVpcLinkCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiKeyCommand.js +1 -1
- package/dist-cjs/commands/DeleteAuthorizerCommand.js +1 -1
- package/dist-cjs/commands/DeleteBasePathMappingCommand.js +1 -1
- package/dist-cjs/commands/DeleteClientCertificateCommand.js +1 -1
- package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -1
- package/dist-cjs/commands/DeleteDocumentationPartCommand.js +1 -1
- package/dist-cjs/commands/DeleteDocumentationVersionCommand.js +1 -1
- package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -1
- package/dist-cjs/commands/DeleteGatewayResponseCommand.js +1 -1
- package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -1
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +1 -1
- package/dist-cjs/commands/DeleteMethodCommand.js +1 -1
- package/dist-cjs/commands/DeleteMethodResponseCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelCommand.js +1 -1
- package/dist-cjs/commands/DeleteRequestValidatorCommand.js +1 -1
- package/dist-cjs/commands/DeleteResourceCommand.js +1 -1
- package/dist-cjs/commands/DeleteRestApiCommand.js +1 -1
- package/dist-cjs/commands/DeleteStageCommand.js +1 -1
- package/dist-cjs/commands/DeleteUsagePlanCommand.js +1 -1
- package/dist-cjs/commands/DeleteUsagePlanKeyCommand.js +1 -1
- package/dist-cjs/commands/DeleteVpcLinkCommand.js +1 -1
- package/dist-cjs/commands/FlushStageAuthorizersCacheCommand.js +1 -1
- package/dist-cjs/commands/FlushStageCacheCommand.js +1 -1
- package/dist-cjs/commands/GenerateClientCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetAccountCommand.js +2 -2
- package/dist-cjs/commands/GetApiKeyCommand.js +2 -2
- package/dist-cjs/commands/GetApiKeysCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizersCommand.js +2 -2
- package/dist-cjs/commands/GetBasePathMappingCommand.js +2 -2
- package/dist-cjs/commands/GetBasePathMappingsCommand.js +2 -2
- package/dist-cjs/commands/GetClientCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetClientCertificatesCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentationPartCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentationPartsCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentationVersionCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentationVersionsCommand.js +2 -2
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -2
- package/dist-cjs/commands/GetDomainNamesCommand.js +2 -2
- package/dist-cjs/commands/GetExportCommand.js +2 -2
- package/dist-cjs/commands/GetGatewayResponseCommand.js +2 -2
- package/dist-cjs/commands/GetGatewayResponsesCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/GetMethodCommand.js +2 -2
- package/dist-cjs/commands/GetMethodResponseCommand.js +2 -2
- package/dist-cjs/commands/GetModelCommand.js +2 -2
- package/dist-cjs/commands/GetModelTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetModelsCommand.js +2 -2
- package/dist-cjs/commands/GetRequestValidatorCommand.js +2 -2
- package/dist-cjs/commands/GetRequestValidatorsCommand.js +2 -2
- package/dist-cjs/commands/GetResourceCommand.js +2 -2
- package/dist-cjs/commands/GetResourcesCommand.js +2 -2
- package/dist-cjs/commands/GetRestApiCommand.js +2 -2
- package/dist-cjs/commands/GetRestApisCommand.js +2 -2
- package/dist-cjs/commands/GetSdkCommand.js +2 -2
- package/dist-cjs/commands/GetSdkTypeCommand.js +2 -2
- package/dist-cjs/commands/GetSdkTypesCommand.js +2 -2
- package/dist-cjs/commands/GetStageCommand.js +2 -2
- package/dist-cjs/commands/GetStagesCommand.js +2 -2
- package/dist-cjs/commands/GetTagsCommand.js +2 -2
- package/dist-cjs/commands/GetUsageCommand.js +2 -2
- package/dist-cjs/commands/GetUsagePlanCommand.js +2 -2
- package/dist-cjs/commands/GetUsagePlanKeyCommand.js +2 -2
- package/dist-cjs/commands/GetUsagePlanKeysCommand.js +2 -2
- package/dist-cjs/commands/GetUsagePlansCommand.js +2 -2
- package/dist-cjs/commands/GetVpcLinkCommand.js +2 -2
- package/dist-cjs/commands/GetVpcLinksCommand.js +2 -2
- package/dist-cjs/commands/ImportApiKeysCommand.js +2 -2
- package/dist-cjs/commands/ImportDocumentationPartsCommand.js +2 -2
- package/dist-cjs/commands/ImportRestApiCommand.js +2 -2
- package/dist-cjs/commands/PutGatewayResponseCommand.js +2 -2
- package/dist-cjs/commands/PutIntegrationCommand.js +2 -2
- package/dist-cjs/commands/PutIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/PutMethodCommand.js +2 -2
- package/dist-cjs/commands/PutMethodResponseCommand.js +2 -2
- package/dist-cjs/commands/PutRestApiCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/TestInvokeAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/TestInvokeMethodCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAccountCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -2
- package/dist-cjs/commands/UpdateAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/UpdateBasePathMappingCommand.js +2 -2
- package/dist-cjs/commands/UpdateClientCertificateCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/UpdateDocumentationPartCommand.js +2 -2
- package/dist-cjs/commands/UpdateDocumentationVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateGatewayResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateIntegrationCommand.js +2 -2
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateMethodCommand.js +2 -2
- package/dist-cjs/commands/UpdateMethodResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelCommand.js +2 -2
- package/dist-cjs/commands/UpdateRequestValidatorCommand.js +2 -2
- package/dist-cjs/commands/UpdateResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateRestApiCommand.js +2 -2
- package/dist-cjs/commands/UpdateStageCommand.js +2 -2
- package/dist-cjs/commands/UpdateUsageCommand.js +2 -2
- package/dist-cjs/commands/UpdateUsagePlanCommand.js +2 -2
- package/dist-cjs/commands/UpdateVpcLinkCommand.js +2 -2
- package/dist-cjs/models/models_0.js +749 -1121
- package/dist-cjs/protocols/Aws_restJson1.js +1881 -4539
- package/dist-es/commands/CreateApiKeyCommand.js +3 -3
- package/dist-es/commands/CreateAuthorizerCommand.js +3 -3
- package/dist-es/commands/CreateBasePathMappingCommand.js +3 -3
- package/dist-es/commands/CreateDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateDocumentationPartCommand.js +3 -3
- package/dist-es/commands/CreateDocumentationVersionCommand.js +3 -3
- package/dist-es/commands/CreateDomainNameCommand.js +3 -3
- package/dist-es/commands/CreateModelCommand.js +3 -3
- package/dist-es/commands/CreateRequestValidatorCommand.js +3 -3
- package/dist-es/commands/CreateResourceCommand.js +3 -3
- package/dist-es/commands/CreateRestApiCommand.js +3 -3
- package/dist-es/commands/CreateStageCommand.js +3 -3
- package/dist-es/commands/CreateUsagePlanCommand.js +3 -3
- package/dist-es/commands/CreateUsagePlanKeyCommand.js +3 -3
- package/dist-es/commands/CreateVpcLinkCommand.js +3 -3
- package/dist-es/commands/DeleteApiKeyCommand.js +2 -2
- package/dist-es/commands/DeleteAuthorizerCommand.js +2 -2
- package/dist-es/commands/DeleteBasePathMappingCommand.js +2 -2
- package/dist-es/commands/DeleteClientCertificateCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
- package/dist-es/commands/DeleteDocumentationPartCommand.js +2 -2
- package/dist-es/commands/DeleteDocumentationVersionCommand.js +2 -2
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayResponseCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/DeleteMethodCommand.js +2 -2
- package/dist-es/commands/DeleteMethodResponseCommand.js +2 -2
- package/dist-es/commands/DeleteModelCommand.js +2 -2
- package/dist-es/commands/DeleteRequestValidatorCommand.js +2 -2
- package/dist-es/commands/DeleteResourceCommand.js +2 -2
- package/dist-es/commands/DeleteRestApiCommand.js +2 -2
- package/dist-es/commands/DeleteStageCommand.js +2 -2
- package/dist-es/commands/DeleteUsagePlanCommand.js +2 -2
- package/dist-es/commands/DeleteUsagePlanKeyCommand.js +2 -2
- package/dist-es/commands/DeleteVpcLinkCommand.js +2 -2
- package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +2 -2
- package/dist-es/commands/FlushStageCacheCommand.js +2 -2
- package/dist-es/commands/GenerateClientCertificateCommand.js +3 -3
- package/dist-es/commands/GetAccountCommand.js +3 -3
- package/dist-es/commands/GetApiKeyCommand.js +3 -3
- package/dist-es/commands/GetApiKeysCommand.js +3 -3
- package/dist-es/commands/GetAuthorizerCommand.js +3 -3
- package/dist-es/commands/GetAuthorizersCommand.js +3 -3
- package/dist-es/commands/GetBasePathMappingCommand.js +3 -3
- package/dist-es/commands/GetBasePathMappingsCommand.js +3 -3
- package/dist-es/commands/GetClientCertificateCommand.js +3 -3
- package/dist-es/commands/GetClientCertificatesCommand.js +3 -3
- package/dist-es/commands/GetDeploymentCommand.js +3 -3
- package/dist-es/commands/GetDeploymentsCommand.js +3 -3
- package/dist-es/commands/GetDocumentationPartCommand.js +3 -3
- package/dist-es/commands/GetDocumentationPartsCommand.js +3 -3
- package/dist-es/commands/GetDocumentationVersionCommand.js +3 -3
- package/dist-es/commands/GetDocumentationVersionsCommand.js +3 -3
- package/dist-es/commands/GetDomainNameCommand.js +3 -3
- package/dist-es/commands/GetDomainNamesCommand.js +3 -3
- package/dist-es/commands/GetExportCommand.js +3 -3
- package/dist-es/commands/GetGatewayResponseCommand.js +3 -3
- package/dist-es/commands/GetGatewayResponsesCommand.js +3 -3
- package/dist-es/commands/GetIntegrationCommand.js +3 -3
- package/dist-es/commands/GetIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/GetMethodCommand.js +3 -3
- package/dist-es/commands/GetMethodResponseCommand.js +3 -3
- package/dist-es/commands/GetModelCommand.js +3 -3
- package/dist-es/commands/GetModelTemplateCommand.js +3 -3
- package/dist-es/commands/GetModelsCommand.js +3 -3
- package/dist-es/commands/GetRequestValidatorCommand.js +3 -3
- package/dist-es/commands/GetRequestValidatorsCommand.js +3 -3
- package/dist-es/commands/GetResourceCommand.js +3 -3
- package/dist-es/commands/GetResourcesCommand.js +3 -3
- package/dist-es/commands/GetRestApiCommand.js +3 -3
- package/dist-es/commands/GetRestApisCommand.js +3 -3
- package/dist-es/commands/GetSdkCommand.js +3 -3
- package/dist-es/commands/GetSdkTypeCommand.js +3 -3
- package/dist-es/commands/GetSdkTypesCommand.js +3 -3
- package/dist-es/commands/GetStageCommand.js +3 -3
- package/dist-es/commands/GetStagesCommand.js +3 -3
- package/dist-es/commands/GetTagsCommand.js +3 -3
- package/dist-es/commands/GetUsageCommand.js +3 -3
- package/dist-es/commands/GetUsagePlanCommand.js +3 -3
- package/dist-es/commands/GetUsagePlanKeyCommand.js +3 -3
- package/dist-es/commands/GetUsagePlanKeysCommand.js +3 -3
- package/dist-es/commands/GetUsagePlansCommand.js +3 -3
- package/dist-es/commands/GetVpcLinkCommand.js +3 -3
- package/dist-es/commands/GetVpcLinksCommand.js +3 -3
- package/dist-es/commands/ImportApiKeysCommand.js +3 -3
- package/dist-es/commands/ImportDocumentationPartsCommand.js +3 -3
- package/dist-es/commands/ImportRestApiCommand.js +3 -3
- package/dist-es/commands/PutGatewayResponseCommand.js +3 -3
- package/dist-es/commands/PutIntegrationCommand.js +3 -3
- package/dist-es/commands/PutIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/PutMethodCommand.js +3 -3
- package/dist-es/commands/PutMethodResponseCommand.js +3 -3
- package/dist-es/commands/PutRestApiCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestInvokeAuthorizerCommand.js +3 -3
- package/dist-es/commands/TestInvokeMethodCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccountCommand.js +3 -3
- package/dist-es/commands/UpdateApiKeyCommand.js +3 -3
- package/dist-es/commands/UpdateAuthorizerCommand.js +3 -3
- package/dist-es/commands/UpdateBasePathMappingCommand.js +3 -3
- package/dist-es/commands/UpdateClientCertificateCommand.js +3 -3
- package/dist-es/commands/UpdateDeploymentCommand.js +3 -3
- package/dist-es/commands/UpdateDocumentationPartCommand.js +3 -3
- package/dist-es/commands/UpdateDocumentationVersionCommand.js +3 -3
- package/dist-es/commands/UpdateDomainNameCommand.js +3 -3
- package/dist-es/commands/UpdateGatewayResponseCommand.js +3 -3
- package/dist-es/commands/UpdateIntegrationCommand.js +3 -3
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/UpdateMethodCommand.js +3 -3
- package/dist-es/commands/UpdateMethodResponseCommand.js +3 -3
- package/dist-es/commands/UpdateModelCommand.js +3 -3
- package/dist-es/commands/UpdateRequestValidatorCommand.js +3 -3
- package/dist-es/commands/UpdateResourceCommand.js +3 -3
- package/dist-es/commands/UpdateRestApiCommand.js +3 -3
- package/dist-es/commands/UpdateStageCommand.js +3 -3
- package/dist-es/commands/UpdateUsageCommand.js +3 -3
- package/dist-es/commands/UpdateUsagePlanCommand.js +3 -3
- package/dist-es/commands/UpdateVpcLinkCommand.js +3 -3
- package/dist-es/models/models_0.js +186 -744
- package/dist-es/protocols/Aws_restJson1.js +2332 -4539
- package/dist-types/models/models_0.d.ts +744 -1116
- package/dist-types/ts3.4/models/models_0.d.ts +372 -744
- package/package.json +6 -6
|
@@ -13,12 +13,6 @@ export interface AccessLogSettings {
|
|
|
13
13
|
*/
|
|
14
14
|
destinationArn?: string;
|
|
15
15
|
}
|
|
16
|
-
export declare namespace AccessLogSettings {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
const filterSensitiveLog: (obj: AccessLogSettings) => any;
|
|
21
|
-
}
|
|
22
16
|
/**
|
|
23
17
|
* <p> The API request rate limits.</p>
|
|
24
18
|
*/
|
|
@@ -32,12 +26,6 @@ export interface ThrottleSettings {
|
|
|
32
26
|
*/
|
|
33
27
|
rateLimit?: number;
|
|
34
28
|
}
|
|
35
|
-
export declare namespace ThrottleSettings {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
const filterSensitiveLog: (obj: ThrottleSettings) => any;
|
|
40
|
-
}
|
|
41
29
|
/**
|
|
42
30
|
* <p>Represents an AWS account that is associated with API Gateway.</p>
|
|
43
31
|
*/
|
|
@@ -59,12 +47,6 @@ export interface Account {
|
|
|
59
47
|
*/
|
|
60
48
|
apiKeyVersion?: string;
|
|
61
49
|
}
|
|
62
|
-
export declare namespace Account {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
const filterSensitiveLog: (obj: Account) => any;
|
|
67
|
-
}
|
|
68
50
|
/**
|
|
69
51
|
* <p>A resource that can be distributed to callers for executing Method resources that require an API key. API keys can be mapped to any Stage on any RestApi, which indicates that the callers with the API key can make requests to that stage.</p>
|
|
70
52
|
*/
|
|
@@ -110,12 +92,6 @@ export interface ApiKey {
|
|
|
110
92
|
*/
|
|
111
93
|
tags?: Record<string, string>;
|
|
112
94
|
}
|
|
113
|
-
export declare namespace ApiKey {
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
const filterSensitiveLog: (obj: ApiKey) => any;
|
|
118
|
-
}
|
|
119
95
|
/**
|
|
120
96
|
* <p>The identifier of an ApiKey used in a UsagePlan.</p>
|
|
121
97
|
*/
|
|
@@ -129,12 +105,6 @@ export interface ApiKeyIds {
|
|
|
129
105
|
*/
|
|
130
106
|
warnings?: string[];
|
|
131
107
|
}
|
|
132
|
-
export declare namespace ApiKeyIds {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
const filterSensitiveLog: (obj: ApiKeyIds) => any;
|
|
137
|
-
}
|
|
138
108
|
/**
|
|
139
109
|
* <p>Represents a collection of API keys as represented by an ApiKeys resource.</p>
|
|
140
110
|
*/
|
|
@@ -152,12 +122,6 @@ export interface ApiKeys {
|
|
|
152
122
|
*/
|
|
153
123
|
position?: string;
|
|
154
124
|
}
|
|
155
|
-
export declare namespace ApiKeys {
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
|
-
const filterSensitiveLog: (obj: ApiKeys) => any;
|
|
160
|
-
}
|
|
161
125
|
export declare enum ApiKeysFormat {
|
|
162
126
|
csv = "csv"
|
|
163
127
|
}
|
|
@@ -182,12 +146,6 @@ export interface ApiStage {
|
|
|
182
146
|
*/
|
|
183
147
|
throttle?: Record<string, ThrottleSettings>;
|
|
184
148
|
}
|
|
185
|
-
export declare namespace ApiStage {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
const filterSensitiveLog: (obj: ApiStage) => any;
|
|
190
|
-
}
|
|
191
149
|
export declare enum AuthorizerType {
|
|
192
150
|
COGNITO_USER_POOLS = "COGNITO_USER_POOLS",
|
|
193
151
|
REQUEST = "REQUEST",
|
|
@@ -252,12 +210,6 @@ export interface Authorizer {
|
|
|
252
210
|
*/
|
|
253
211
|
authorizerResultTtlInSeconds?: number;
|
|
254
212
|
}
|
|
255
|
-
export declare namespace Authorizer {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
|
-
const filterSensitiveLog: (obj: Authorizer) => any;
|
|
260
|
-
}
|
|
261
213
|
/**
|
|
262
214
|
* <p>Represents a collection of Authorizer resources.</p>
|
|
263
215
|
*/
|
|
@@ -271,12 +223,6 @@ export interface Authorizers {
|
|
|
271
223
|
*/
|
|
272
224
|
position?: string;
|
|
273
225
|
}
|
|
274
|
-
export declare namespace Authorizers {
|
|
275
|
-
/**
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
|
-
const filterSensitiveLog: (obj: Authorizers) => any;
|
|
279
|
-
}
|
|
280
226
|
/**
|
|
281
227
|
* <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
282
228
|
*/
|
|
@@ -312,12 +258,6 @@ export interface StageKey {
|
|
|
312
258
|
*/
|
|
313
259
|
stageName?: string;
|
|
314
260
|
}
|
|
315
|
-
export declare namespace StageKey {
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
|
-
const filterSensitiveLog: (obj: StageKey) => any;
|
|
320
|
-
}
|
|
321
261
|
/**
|
|
322
262
|
* <p>Request to create an ApiKey resource.</p>
|
|
323
263
|
*/
|
|
@@ -355,12 +295,6 @@ export interface CreateApiKeyRequest {
|
|
|
355
295
|
*/
|
|
356
296
|
tags?: Record<string, string>;
|
|
357
297
|
}
|
|
358
|
-
export declare namespace CreateApiKeyRequest {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
const filterSensitiveLog: (obj: CreateApiKeyRequest) => any;
|
|
363
|
-
}
|
|
364
298
|
/**
|
|
365
299
|
* <p>The request exceeded the rate limit. Retry after the specified time period.</p>
|
|
366
300
|
*/
|
|
@@ -468,12 +402,6 @@ export interface CreateAuthorizerRequest {
|
|
|
468
402
|
*/
|
|
469
403
|
authorizerResultTtlInSeconds?: number;
|
|
470
404
|
}
|
|
471
|
-
export declare namespace CreateAuthorizerRequest {
|
|
472
|
-
/**
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
475
|
-
const filterSensitiveLog: (obj: CreateAuthorizerRequest) => any;
|
|
476
|
-
}
|
|
477
405
|
/**
|
|
478
406
|
* <p>Represents the base path that callers of the API must provide as part of the URL after the domain name.</p>
|
|
479
407
|
*/
|
|
@@ -491,12 +419,6 @@ export interface BasePathMapping {
|
|
|
491
419
|
*/
|
|
492
420
|
stage?: string;
|
|
493
421
|
}
|
|
494
|
-
export declare namespace BasePathMapping {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
const filterSensitiveLog: (obj: BasePathMapping) => any;
|
|
499
|
-
}
|
|
500
422
|
/**
|
|
501
423
|
* <p>Requests API Gateway to create a new BasePathMapping resource.</p>
|
|
502
424
|
*/
|
|
@@ -518,12 +440,6 @@ export interface CreateBasePathMappingRequest {
|
|
|
518
440
|
*/
|
|
519
441
|
stage?: string;
|
|
520
442
|
}
|
|
521
|
-
export declare namespace CreateBasePathMappingRequest {
|
|
522
|
-
/**
|
|
523
|
-
* @internal
|
|
524
|
-
*/
|
|
525
|
-
const filterSensitiveLog: (obj: CreateBasePathMappingRequest) => any;
|
|
526
|
-
}
|
|
527
443
|
export declare enum CacheClusterSize {
|
|
528
444
|
SIZE_0_POINT_5_GB = "0.5",
|
|
529
445
|
SIZE_118_GB = "118",
|
|
@@ -551,12 +467,6 @@ export interface DeploymentCanarySettings {
|
|
|
551
467
|
*/
|
|
552
468
|
useStageCache?: boolean;
|
|
553
469
|
}
|
|
554
|
-
export declare namespace DeploymentCanarySettings {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
|
-
const filterSensitiveLog: (obj: DeploymentCanarySettings) => any;
|
|
559
|
-
}
|
|
560
470
|
/**
|
|
561
471
|
* <p>Requests API Gateway to create a Deployment resource.</p>
|
|
562
472
|
*/
|
|
@@ -600,12 +510,6 @@ export interface CreateDeploymentRequest {
|
|
|
600
510
|
*/
|
|
601
511
|
tracingEnabled?: boolean;
|
|
602
512
|
}
|
|
603
|
-
export declare namespace CreateDeploymentRequest {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
|
-
const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
608
|
-
}
|
|
609
513
|
/**
|
|
610
514
|
* <p>Represents a summary of a Method resource, given a particular date and time.</p>
|
|
611
515
|
*/
|
|
@@ -619,12 +523,6 @@ export interface MethodSnapshot {
|
|
|
619
523
|
*/
|
|
620
524
|
apiKeyRequired?: boolean;
|
|
621
525
|
}
|
|
622
|
-
export declare namespace MethodSnapshot {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
|
-
const filterSensitiveLog: (obj: MethodSnapshot) => any;
|
|
627
|
-
}
|
|
628
526
|
/**
|
|
629
527
|
* <p>An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet.</p>
|
|
630
528
|
*/
|
|
@@ -646,12 +544,6 @@ export interface Deployment {
|
|
|
646
544
|
*/
|
|
647
545
|
apiSummary?: Record<string, Record<string, MethodSnapshot>>;
|
|
648
546
|
}
|
|
649
|
-
export declare namespace Deployment {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
|
-
const filterSensitiveLog: (obj: Deployment) => any;
|
|
654
|
-
}
|
|
655
547
|
/**
|
|
656
548
|
* <p>The requested service is not available. For details see the accompanying error message. Retry after the specified time period.</p>
|
|
657
549
|
*/
|
|
@@ -703,12 +595,6 @@ export interface DocumentationPartLocation {
|
|
|
703
595
|
*/
|
|
704
596
|
name?: string;
|
|
705
597
|
}
|
|
706
|
-
export declare namespace DocumentationPartLocation {
|
|
707
|
-
/**
|
|
708
|
-
* @internal
|
|
709
|
-
*/
|
|
710
|
-
const filterSensitiveLog: (obj: DocumentationPartLocation) => any;
|
|
711
|
-
}
|
|
712
598
|
/**
|
|
713
599
|
* <p>Creates a new documentation part of a given API.</p>
|
|
714
600
|
*/
|
|
@@ -726,12 +612,6 @@ export interface CreateDocumentationPartRequest {
|
|
|
726
612
|
*/
|
|
727
613
|
properties: string | undefined;
|
|
728
614
|
}
|
|
729
|
-
export declare namespace CreateDocumentationPartRequest {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
|
-
const filterSensitiveLog: (obj: CreateDocumentationPartRequest) => any;
|
|
734
|
-
}
|
|
735
615
|
/**
|
|
736
616
|
* <p>A documentation part for a targeted API entity.</p>
|
|
737
617
|
*/
|
|
@@ -749,12 +629,6 @@ export interface DocumentationPart {
|
|
|
749
629
|
*/
|
|
750
630
|
properties?: string;
|
|
751
631
|
}
|
|
752
|
-
export declare namespace DocumentationPart {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
|
-
const filterSensitiveLog: (obj: DocumentationPart) => any;
|
|
757
|
-
}
|
|
758
632
|
/**
|
|
759
633
|
* <p>Creates a new documentation version of a given API.</p>
|
|
760
634
|
*/
|
|
@@ -776,12 +650,6 @@ export interface CreateDocumentationVersionRequest {
|
|
|
776
650
|
*/
|
|
777
651
|
description?: string;
|
|
778
652
|
}
|
|
779
|
-
export declare namespace CreateDocumentationVersionRequest {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
|
-
const filterSensitiveLog: (obj: CreateDocumentationVersionRequest) => any;
|
|
784
|
-
}
|
|
785
653
|
/**
|
|
786
654
|
* <p>A snapshot of the documentation of an API.</p>
|
|
787
655
|
*/
|
|
@@ -799,12 +667,6 @@ export interface DocumentationVersion {
|
|
|
799
667
|
*/
|
|
800
668
|
description?: string;
|
|
801
669
|
}
|
|
802
|
-
export declare namespace DocumentationVersion {
|
|
803
|
-
/**
|
|
804
|
-
* @internal
|
|
805
|
-
*/
|
|
806
|
-
const filterSensitiveLog: (obj: DocumentationVersion) => any;
|
|
807
|
-
}
|
|
808
670
|
export declare type EndpointType = "EDGE" | "PRIVATE" | "REGIONAL";
|
|
809
671
|
/**
|
|
810
672
|
* <p>The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has. </p>
|
|
@@ -819,12 +681,6 @@ export interface EndpointConfiguration {
|
|
|
819
681
|
*/
|
|
820
682
|
vpcEndpointIds?: string[];
|
|
821
683
|
}
|
|
822
|
-
export declare namespace EndpointConfiguration {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
|
-
const filterSensitiveLog: (obj: EndpointConfiguration) => any;
|
|
827
|
-
}
|
|
828
684
|
/**
|
|
829
685
|
* <p>The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway
|
|
830
686
|
* performs two-way authentication between the client and the server. Clients must present a
|
|
@@ -844,12 +700,6 @@ export interface MutualTlsAuthenticationInput {
|
|
|
844
700
|
*/
|
|
845
701
|
truststoreVersion?: string;
|
|
846
702
|
}
|
|
847
|
-
export declare namespace MutualTlsAuthenticationInput {
|
|
848
|
-
/**
|
|
849
|
-
* @internal
|
|
850
|
-
*/
|
|
851
|
-
const filterSensitiveLog: (obj: MutualTlsAuthenticationInput) => any;
|
|
852
|
-
}
|
|
853
703
|
export declare type SecurityPolicy = "TLS_1_0" | "TLS_1_2";
|
|
854
704
|
/**
|
|
855
705
|
* <p>A request to create a new domain name.</p>
|
|
@@ -912,12 +762,6 @@ export interface CreateDomainNameRequest {
|
|
|
912
762
|
*/
|
|
913
763
|
ownershipVerificationCertificateArn?: string;
|
|
914
764
|
}
|
|
915
|
-
export declare namespace CreateDomainNameRequest {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
const filterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
920
|
-
}
|
|
921
765
|
export declare enum DomainNameStatus {
|
|
922
766
|
AVAILABLE = "AVAILABLE",
|
|
923
767
|
PENDING = "PENDING",
|
|
@@ -951,12 +795,6 @@ export interface MutualTlsAuthentication {
|
|
|
951
795
|
*/
|
|
952
796
|
truststoreWarnings?: string[];
|
|
953
797
|
}
|
|
954
|
-
export declare namespace MutualTlsAuthentication {
|
|
955
|
-
/**
|
|
956
|
-
* @internal
|
|
957
|
-
*/
|
|
958
|
-
const filterSensitiveLog: (obj: MutualTlsAuthentication) => any;
|
|
959
|
-
}
|
|
960
798
|
/**
|
|
961
799
|
* <p>Represents a custom domain name as a user-friendly host name of an API (RestApi).</p>
|
|
962
800
|
*/
|
|
@@ -1034,12 +872,6 @@ export interface DomainName {
|
|
|
1034
872
|
*/
|
|
1035
873
|
ownershipVerificationCertificateArn?: string;
|
|
1036
874
|
}
|
|
1037
|
-
export declare namespace DomainName {
|
|
1038
|
-
/**
|
|
1039
|
-
* @internal
|
|
1040
|
-
*/
|
|
1041
|
-
const filterSensitiveLog: (obj: DomainName) => any;
|
|
1042
|
-
}
|
|
1043
875
|
/**
|
|
1044
876
|
* <p>Request to add a new Model to an existing RestApi resource.</p>
|
|
1045
877
|
*/
|
|
@@ -1065,12 +897,6 @@ export interface CreateModelRequest {
|
|
|
1065
897
|
*/
|
|
1066
898
|
contentType: string | undefined;
|
|
1067
899
|
}
|
|
1068
|
-
export declare namespace CreateModelRequest {
|
|
1069
|
-
/**
|
|
1070
|
-
* @internal
|
|
1071
|
-
*/
|
|
1072
|
-
const filterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
1073
|
-
}
|
|
1074
900
|
/**
|
|
1075
901
|
* <p>Represents the data structure of a method's request or response payload.</p>
|
|
1076
902
|
*/
|
|
@@ -1096,12 +922,6 @@ export interface Model {
|
|
|
1096
922
|
*/
|
|
1097
923
|
contentType?: string;
|
|
1098
924
|
}
|
|
1099
|
-
export declare namespace Model {
|
|
1100
|
-
/**
|
|
1101
|
-
* @internal
|
|
1102
|
-
*/
|
|
1103
|
-
const filterSensitiveLog: (obj: Model) => any;
|
|
1104
|
-
}
|
|
1105
925
|
/**
|
|
1106
926
|
* <p>Creates a RequestValidator of a given RestApi.</p>
|
|
1107
927
|
*/
|
|
@@ -1123,12 +943,6 @@ export interface CreateRequestValidatorRequest {
|
|
|
1123
943
|
*/
|
|
1124
944
|
validateRequestParameters?: boolean;
|
|
1125
945
|
}
|
|
1126
|
-
export declare namespace CreateRequestValidatorRequest {
|
|
1127
|
-
/**
|
|
1128
|
-
* @internal
|
|
1129
|
-
*/
|
|
1130
|
-
const filterSensitiveLog: (obj: CreateRequestValidatorRequest) => any;
|
|
1131
|
-
}
|
|
1132
946
|
/**
|
|
1133
947
|
* <p>A set of validation rules for incoming Method requests.</p>
|
|
1134
948
|
*/
|
|
@@ -1150,12 +964,6 @@ export interface RequestValidator {
|
|
|
1150
964
|
*/
|
|
1151
965
|
validateRequestParameters?: boolean;
|
|
1152
966
|
}
|
|
1153
|
-
export declare namespace RequestValidator {
|
|
1154
|
-
/**
|
|
1155
|
-
* @internal
|
|
1156
|
-
*/
|
|
1157
|
-
const filterSensitiveLog: (obj: RequestValidator) => any;
|
|
1158
|
-
}
|
|
1159
967
|
/**
|
|
1160
968
|
* <p>Requests API Gateway to create a Resource resource.</p>
|
|
1161
969
|
*/
|
|
@@ -1173,12 +981,6 @@ export interface CreateResourceRequest {
|
|
|
1173
981
|
*/
|
|
1174
982
|
pathPart: string | undefined;
|
|
1175
983
|
}
|
|
1176
|
-
export declare namespace CreateResourceRequest {
|
|
1177
|
-
/**
|
|
1178
|
-
* @internal
|
|
1179
|
-
*/
|
|
1180
|
-
const filterSensitiveLog: (obj: CreateResourceRequest) => any;
|
|
1181
|
-
}
|
|
1182
984
|
export declare enum ConnectionType {
|
|
1183
985
|
INTERNET = "INTERNET",
|
|
1184
986
|
VPC_LINK = "VPC_LINK"
|
|
@@ -1215,12 +1017,6 @@ export interface IntegrationResponse {
|
|
|
1215
1017
|
*/
|
|
1216
1018
|
contentHandling?: ContentHandlingStrategy | string;
|
|
1217
1019
|
}
|
|
1218
|
-
export declare namespace IntegrationResponse {
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
|
-
const filterSensitiveLog: (obj: IntegrationResponse) => any;
|
|
1223
|
-
}
|
|
1224
1020
|
/**
|
|
1225
1021
|
* <p>Specifies the TLS configuration for an integration.</p>
|
|
1226
1022
|
*/
|
|
@@ -1240,12 +1036,6 @@ export interface TlsConfig {
|
|
|
1240
1036
|
*/
|
|
1241
1037
|
insecureSkipVerification?: boolean;
|
|
1242
1038
|
}
|
|
1243
|
-
export declare namespace TlsConfig {
|
|
1244
|
-
/**
|
|
1245
|
-
* @internal
|
|
1246
|
-
*/
|
|
1247
|
-
const filterSensitiveLog: (obj: TlsConfig) => any;
|
|
1248
|
-
}
|
|
1249
1039
|
export declare enum IntegrationType {
|
|
1250
1040
|
AWS = "AWS",
|
|
1251
1041
|
AWS_PROXY = "AWS_PROXY",
|
|
@@ -1352,12 +1142,6 @@ export interface Integration {
|
|
|
1352
1142
|
*/
|
|
1353
1143
|
tlsConfig?: TlsConfig;
|
|
1354
1144
|
}
|
|
1355
|
-
export declare namespace Integration {
|
|
1356
|
-
/**
|
|
1357
|
-
* @internal
|
|
1358
|
-
*/
|
|
1359
|
-
const filterSensitiveLog: (obj: Integration) => any;
|
|
1360
|
-
}
|
|
1361
1145
|
/**
|
|
1362
1146
|
* <p>Represents a method response of a given HTTP status code returned to the client. The method response is passed from the back end through the associated integration response that can be transformed using a mapping template. </p>
|
|
1363
1147
|
*/
|
|
@@ -1375,12 +1159,6 @@ export interface MethodResponse {
|
|
|
1375
1159
|
*/
|
|
1376
1160
|
responseModels?: Record<string, string>;
|
|
1377
1161
|
}
|
|
1378
|
-
export declare namespace MethodResponse {
|
|
1379
|
-
/**
|
|
1380
|
-
* @internal
|
|
1381
|
-
*/
|
|
1382
|
-
const filterSensitiveLog: (obj: MethodResponse) => any;
|
|
1383
|
-
}
|
|
1384
1162
|
/**
|
|
1385
1163
|
* <p>
|
|
1386
1164
|
* Represents a client-facing interface by which the client calls the API to access back-end resources. A Method resource is
|
|
@@ -1437,12 +1215,6 @@ export interface Method {
|
|
|
1437
1215
|
*/
|
|
1438
1216
|
authorizationScopes?: string[];
|
|
1439
1217
|
}
|
|
1440
|
-
export declare namespace Method {
|
|
1441
|
-
/**
|
|
1442
|
-
* @internal
|
|
1443
|
-
*/
|
|
1444
|
-
const filterSensitiveLog: (obj: Method) => any;
|
|
1445
|
-
}
|
|
1446
1218
|
/**
|
|
1447
1219
|
* <p>Represents an API resource.</p>
|
|
1448
1220
|
*/
|
|
@@ -1468,12 +1240,6 @@ export interface Resource {
|
|
|
1468
1240
|
*/
|
|
1469
1241
|
resourceMethods?: Record<string, Method>;
|
|
1470
1242
|
}
|
|
1471
|
-
export declare namespace Resource {
|
|
1472
|
-
/**
|
|
1473
|
-
* @internal
|
|
1474
|
-
*/
|
|
1475
|
-
const filterSensitiveLog: (obj: Resource) => any;
|
|
1476
|
-
}
|
|
1477
1243
|
/**
|
|
1478
1244
|
* <p>The POST Request to add a new RestApi resource to your collection.</p>
|
|
1479
1245
|
*/
|
|
@@ -1529,12 +1295,6 @@ export interface CreateRestApiRequest {
|
|
|
1529
1295
|
*/
|
|
1530
1296
|
disableExecuteApiEndpoint?: boolean;
|
|
1531
1297
|
}
|
|
1532
|
-
export declare namespace CreateRestApiRequest {
|
|
1533
|
-
/**
|
|
1534
|
-
* @internal
|
|
1535
|
-
*/
|
|
1536
|
-
const filterSensitiveLog: (obj: CreateRestApiRequest) => any;
|
|
1537
|
-
}
|
|
1538
1298
|
/**
|
|
1539
1299
|
* <p>Represents a REST API.</p>
|
|
1540
1300
|
*/
|
|
@@ -1598,12 +1358,6 @@ export interface RestApi {
|
|
|
1598
1358
|
*/
|
|
1599
1359
|
disableExecuteApiEndpoint?: boolean;
|
|
1600
1360
|
}
|
|
1601
|
-
export declare namespace RestApi {
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
|
-
const filterSensitiveLog: (obj: RestApi) => any;
|
|
1606
|
-
}
|
|
1607
1361
|
/**
|
|
1608
1362
|
* <p>Configuration settings of a canary deployment.</p>
|
|
1609
1363
|
*/
|
|
@@ -1625,12 +1379,6 @@ export interface CanarySettings {
|
|
|
1625
1379
|
*/
|
|
1626
1380
|
useStageCache?: boolean;
|
|
1627
1381
|
}
|
|
1628
|
-
export declare namespace CanarySettings {
|
|
1629
|
-
/**
|
|
1630
|
-
* @internal
|
|
1631
|
-
*/
|
|
1632
|
-
const filterSensitiveLog: (obj: CanarySettings) => any;
|
|
1633
|
-
}
|
|
1634
1382
|
/**
|
|
1635
1383
|
* <p>Requests API Gateway to create a Stage resource.</p>
|
|
1636
1384
|
*/
|
|
@@ -1682,12 +1430,6 @@ export interface CreateStageRequest {
|
|
|
1682
1430
|
*/
|
|
1683
1431
|
tags?: Record<string, string>;
|
|
1684
1432
|
}
|
|
1685
|
-
export declare namespace CreateStageRequest {
|
|
1686
|
-
/**
|
|
1687
|
-
* @internal
|
|
1688
|
-
*/
|
|
1689
|
-
const filterSensitiveLog: (obj: CreateStageRequest) => any;
|
|
1690
|
-
}
|
|
1691
1433
|
export declare enum CacheClusterStatus {
|
|
1692
1434
|
AVAILABLE = "AVAILABLE",
|
|
1693
1435
|
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
@@ -1745,12 +1487,6 @@ export interface MethodSetting {
|
|
|
1745
1487
|
*/
|
|
1746
1488
|
unauthorizedCacheControlHeaderStrategy?: UnauthorizedCacheControlHeaderStrategy | string;
|
|
1747
1489
|
}
|
|
1748
|
-
export declare namespace MethodSetting {
|
|
1749
|
-
/**
|
|
1750
|
-
* @internal
|
|
1751
|
-
*/
|
|
1752
|
-
const filterSensitiveLog: (obj: MethodSetting) => any;
|
|
1753
|
-
}
|
|
1754
1490
|
/**
|
|
1755
1491
|
* <p>Represents a unique identifier for a version of a deployed RestApi that is callable by users.</p>
|
|
1756
1492
|
*/
|
|
@@ -1825,12 +1561,6 @@ export interface Stage {
|
|
|
1825
1561
|
*/
|
|
1826
1562
|
lastUpdatedDate?: Date;
|
|
1827
1563
|
}
|
|
1828
|
-
export declare namespace Stage {
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
|
-
const filterSensitiveLog: (obj: Stage) => any;
|
|
1833
|
-
}
|
|
1834
1564
|
export declare enum QuotaPeriodType {
|
|
1835
1565
|
DAY = "DAY",
|
|
1836
1566
|
MONTH = "MONTH",
|
|
@@ -1853,12 +1583,6 @@ export interface QuotaSettings {
|
|
|
1853
1583
|
*/
|
|
1854
1584
|
period?: QuotaPeriodType | string;
|
|
1855
1585
|
}
|
|
1856
|
-
export declare namespace QuotaSettings {
|
|
1857
|
-
/**
|
|
1858
|
-
* @internal
|
|
1859
|
-
*/
|
|
1860
|
-
const filterSensitiveLog: (obj: QuotaSettings) => any;
|
|
1861
|
-
}
|
|
1862
1586
|
/**
|
|
1863
1587
|
* <p>The POST request to create a usage plan with the name, description, throttle limits and quota limits, as well as the associated API stages, specified in the payload.</p>
|
|
1864
1588
|
*/
|
|
@@ -1888,12 +1612,6 @@ export interface CreateUsagePlanRequest {
|
|
|
1888
1612
|
*/
|
|
1889
1613
|
tags?: Record<string, string>;
|
|
1890
1614
|
}
|
|
1891
|
-
export declare namespace CreateUsagePlanRequest {
|
|
1892
|
-
/**
|
|
1893
|
-
* @internal
|
|
1894
|
-
*/
|
|
1895
|
-
const filterSensitiveLog: (obj: CreateUsagePlanRequest) => any;
|
|
1896
|
-
}
|
|
1897
1615
|
/**
|
|
1898
1616
|
* <p>Represents a usage plan used to specify who can assess associated API stages. Optionally, target request rate and quota limits can be set.
|
|
1899
1617
|
* In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs.
|
|
@@ -1934,12 +1652,6 @@ export interface UsagePlan {
|
|
|
1934
1652
|
*/
|
|
1935
1653
|
tags?: Record<string, string>;
|
|
1936
1654
|
}
|
|
1937
|
-
export declare namespace UsagePlan {
|
|
1938
|
-
/**
|
|
1939
|
-
* @internal
|
|
1940
|
-
*/
|
|
1941
|
-
const filterSensitiveLog: (obj: UsagePlan) => any;
|
|
1942
|
-
}
|
|
1943
1655
|
/**
|
|
1944
1656
|
* <p>The POST request to create a usage plan key for adding an existing API key to a usage plan.</p>
|
|
1945
1657
|
*/
|
|
@@ -1957,12 +1669,6 @@ export interface CreateUsagePlanKeyRequest {
|
|
|
1957
1669
|
*/
|
|
1958
1670
|
keyType: string | undefined;
|
|
1959
1671
|
}
|
|
1960
|
-
export declare namespace CreateUsagePlanKeyRequest {
|
|
1961
|
-
/**
|
|
1962
|
-
* @internal
|
|
1963
|
-
*/
|
|
1964
|
-
const filterSensitiveLog: (obj: CreateUsagePlanKeyRequest) => any;
|
|
1965
|
-
}
|
|
1966
1672
|
/**
|
|
1967
1673
|
* <p>Represents a usage plan key to identify a plan customer.</p>
|
|
1968
1674
|
*/
|
|
@@ -1984,12 +1690,6 @@ export interface UsagePlanKey {
|
|
|
1984
1690
|
*/
|
|
1985
1691
|
name?: string;
|
|
1986
1692
|
}
|
|
1987
|
-
export declare namespace UsagePlanKey {
|
|
1988
|
-
/**
|
|
1989
|
-
* @internal
|
|
1990
|
-
*/
|
|
1991
|
-
const filterSensitiveLog: (obj: UsagePlanKey) => any;
|
|
1992
|
-
}
|
|
1993
1693
|
/**
|
|
1994
1694
|
* <p>Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational. The caller must have permissions to create and update VPC Endpoint services.</p>
|
|
1995
1695
|
*/
|
|
@@ -2011,12 +1711,6 @@ export interface CreateVpcLinkRequest {
|
|
|
2011
1711
|
*/
|
|
2012
1712
|
tags?: Record<string, string>;
|
|
2013
1713
|
}
|
|
2014
|
-
export declare namespace CreateVpcLinkRequest {
|
|
2015
|
-
/**
|
|
2016
|
-
* @internal
|
|
2017
|
-
*/
|
|
2018
|
-
const filterSensitiveLog: (obj: CreateVpcLinkRequest) => any;
|
|
2019
|
-
}
|
|
2020
1714
|
export declare enum VpcLinkStatus {
|
|
2021
1715
|
AVAILABLE = "AVAILABLE",
|
|
2022
1716
|
DELETING = "DELETING",
|
|
@@ -2056,12 +1750,6 @@ export interface VpcLink {
|
|
|
2056
1750
|
*/
|
|
2057
1751
|
tags?: Record<string, string>;
|
|
2058
1752
|
}
|
|
2059
|
-
export declare namespace VpcLink {
|
|
2060
|
-
/**
|
|
2061
|
-
* @internal
|
|
2062
|
-
*/
|
|
2063
|
-
const filterSensitiveLog: (obj: VpcLink) => any;
|
|
2064
|
-
}
|
|
2065
1753
|
/**
|
|
2066
1754
|
* <p>A request to delete the ApiKey resource.</p>
|
|
2067
1755
|
*/
|
|
@@ -2071,12 +1759,6 @@ export interface DeleteApiKeyRequest {
|
|
|
2071
1759
|
*/
|
|
2072
1760
|
apiKey: string | undefined;
|
|
2073
1761
|
}
|
|
2074
|
-
export declare namespace DeleteApiKeyRequest {
|
|
2075
|
-
/**
|
|
2076
|
-
* @internal
|
|
2077
|
-
*/
|
|
2078
|
-
const filterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
|
|
2079
|
-
}
|
|
2080
1762
|
/**
|
|
2081
1763
|
* <p>Request to delete an existing Authorizer resource.</p>
|
|
2082
1764
|
*/
|
|
@@ -2090,12 +1772,6 @@ export interface DeleteAuthorizerRequest {
|
|
|
2090
1772
|
*/
|
|
2091
1773
|
authorizerId: string | undefined;
|
|
2092
1774
|
}
|
|
2093
|
-
export declare namespace DeleteAuthorizerRequest {
|
|
2094
|
-
/**
|
|
2095
|
-
* @internal
|
|
2096
|
-
*/
|
|
2097
|
-
const filterSensitiveLog: (obj: DeleteAuthorizerRequest) => any;
|
|
2098
|
-
}
|
|
2099
1775
|
/**
|
|
2100
1776
|
* <p>A request to delete the BasePathMapping resource.</p>
|
|
2101
1777
|
*/
|
|
@@ -2110,12 +1786,6 @@ export interface DeleteBasePathMappingRequest {
|
|
|
2110
1786
|
*/
|
|
2111
1787
|
basePath: string | undefined;
|
|
2112
1788
|
}
|
|
2113
|
-
export declare namespace DeleteBasePathMappingRequest {
|
|
2114
|
-
/**
|
|
2115
|
-
* @internal
|
|
2116
|
-
*/
|
|
2117
|
-
const filterSensitiveLog: (obj: DeleteBasePathMappingRequest) => any;
|
|
2118
|
-
}
|
|
2119
1789
|
/**
|
|
2120
1790
|
* <p>A request to delete the ClientCertificate resource.</p>
|
|
2121
1791
|
*/
|
|
@@ -2125,12 +1795,6 @@ export interface DeleteClientCertificateRequest {
|
|
|
2125
1795
|
*/
|
|
2126
1796
|
clientCertificateId: string | undefined;
|
|
2127
1797
|
}
|
|
2128
|
-
export declare namespace DeleteClientCertificateRequest {
|
|
2129
|
-
/**
|
|
2130
|
-
* @internal
|
|
2131
|
-
*/
|
|
2132
|
-
const filterSensitiveLog: (obj: DeleteClientCertificateRequest) => any;
|
|
2133
|
-
}
|
|
2134
1798
|
/**
|
|
2135
1799
|
* <p>Requests API Gateway to delete a Deployment resource.</p>
|
|
2136
1800
|
*/
|
|
@@ -2144,12 +1808,6 @@ export interface DeleteDeploymentRequest {
|
|
|
2144
1808
|
*/
|
|
2145
1809
|
deploymentId: string | undefined;
|
|
2146
1810
|
}
|
|
2147
|
-
export declare namespace DeleteDeploymentRequest {
|
|
2148
|
-
/**
|
|
2149
|
-
* @internal
|
|
2150
|
-
*/
|
|
2151
|
-
const filterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
|
|
2152
|
-
}
|
|
2153
1811
|
/**
|
|
2154
1812
|
* <p>Deletes an existing documentation part of an API.</p>
|
|
2155
1813
|
*/
|
|
@@ -2163,12 +1821,6 @@ export interface DeleteDocumentationPartRequest {
|
|
|
2163
1821
|
*/
|
|
2164
1822
|
documentationPartId: string | undefined;
|
|
2165
1823
|
}
|
|
2166
|
-
export declare namespace DeleteDocumentationPartRequest {
|
|
2167
|
-
/**
|
|
2168
|
-
* @internal
|
|
2169
|
-
*/
|
|
2170
|
-
const filterSensitiveLog: (obj: DeleteDocumentationPartRequest) => any;
|
|
2171
|
-
}
|
|
2172
1824
|
/**
|
|
2173
1825
|
* <p>Deletes an existing documentation version of an API.</p>
|
|
2174
1826
|
*/
|
|
@@ -2182,12 +1834,6 @@ export interface DeleteDocumentationVersionRequest {
|
|
|
2182
1834
|
*/
|
|
2183
1835
|
documentationVersion: string | undefined;
|
|
2184
1836
|
}
|
|
2185
|
-
export declare namespace DeleteDocumentationVersionRequest {
|
|
2186
|
-
/**
|
|
2187
|
-
* @internal
|
|
2188
|
-
*/
|
|
2189
|
-
const filterSensitiveLog: (obj: DeleteDocumentationVersionRequest) => any;
|
|
2190
|
-
}
|
|
2191
1837
|
/**
|
|
2192
1838
|
* <p>A request to delete the DomainName resource.</p>
|
|
2193
1839
|
*/
|
|
@@ -2197,12 +1843,6 @@ export interface DeleteDomainNameRequest {
|
|
|
2197
1843
|
*/
|
|
2198
1844
|
domainName: string | undefined;
|
|
2199
1845
|
}
|
|
2200
|
-
export declare namespace DeleteDomainNameRequest {
|
|
2201
|
-
/**
|
|
2202
|
-
* @internal
|
|
2203
|
-
*/
|
|
2204
|
-
const filterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
2205
|
-
}
|
|
2206
1846
|
export declare enum GatewayResponseType {
|
|
2207
1847
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
2208
1848
|
API_CONFIGURATION_ERROR = "API_CONFIGURATION_ERROR",
|
|
@@ -2239,12 +1879,6 @@ export interface DeleteGatewayResponseRequest {
|
|
|
2239
1879
|
*/
|
|
2240
1880
|
responseType: GatewayResponseType | string | undefined;
|
|
2241
1881
|
}
|
|
2242
|
-
export declare namespace DeleteGatewayResponseRequest {
|
|
2243
|
-
/**
|
|
2244
|
-
* @internal
|
|
2245
|
-
*/
|
|
2246
|
-
const filterSensitiveLog: (obj: DeleteGatewayResponseRequest) => any;
|
|
2247
|
-
}
|
|
2248
1882
|
/**
|
|
2249
1883
|
* <p>Represents a delete integration request.</p>
|
|
2250
1884
|
*/
|
|
@@ -2262,12 +1896,6 @@ export interface DeleteIntegrationRequest {
|
|
|
2262
1896
|
*/
|
|
2263
1897
|
httpMethod: string | undefined;
|
|
2264
1898
|
}
|
|
2265
|
-
export declare namespace DeleteIntegrationRequest {
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
const filterSensitiveLog: (obj: DeleteIntegrationRequest) => any;
|
|
2270
|
-
}
|
|
2271
1899
|
/**
|
|
2272
1900
|
* <p>Represents a delete integration response request.</p>
|
|
2273
1901
|
*/
|
|
@@ -2289,12 +1917,6 @@ export interface DeleteIntegrationResponseRequest {
|
|
|
2289
1917
|
*/
|
|
2290
1918
|
statusCode: string | undefined;
|
|
2291
1919
|
}
|
|
2292
|
-
export declare namespace DeleteIntegrationResponseRequest {
|
|
2293
|
-
/**
|
|
2294
|
-
* @internal
|
|
2295
|
-
*/
|
|
2296
|
-
const filterSensitiveLog: (obj: DeleteIntegrationResponseRequest) => any;
|
|
2297
|
-
}
|
|
2298
1920
|
/**
|
|
2299
1921
|
* <p>Request to delete an existing Method resource.</p>
|
|
2300
1922
|
*/
|
|
@@ -2312,12 +1934,6 @@ export interface DeleteMethodRequest {
|
|
|
2312
1934
|
*/
|
|
2313
1935
|
httpMethod: string | undefined;
|
|
2314
1936
|
}
|
|
2315
|
-
export declare namespace DeleteMethodRequest {
|
|
2316
|
-
/**
|
|
2317
|
-
* @internal
|
|
2318
|
-
*/
|
|
2319
|
-
const filterSensitiveLog: (obj: DeleteMethodRequest) => any;
|
|
2320
|
-
}
|
|
2321
1937
|
/**
|
|
2322
1938
|
* <p>A request to delete an existing MethodResponse resource.</p>
|
|
2323
1939
|
*/
|
|
@@ -2339,12 +1955,6 @@ export interface DeleteMethodResponseRequest {
|
|
|
2339
1955
|
*/
|
|
2340
1956
|
statusCode: string | undefined;
|
|
2341
1957
|
}
|
|
2342
|
-
export declare namespace DeleteMethodResponseRequest {
|
|
2343
|
-
/**
|
|
2344
|
-
* @internal
|
|
2345
|
-
*/
|
|
2346
|
-
const filterSensitiveLog: (obj: DeleteMethodResponseRequest) => any;
|
|
2347
|
-
}
|
|
2348
1958
|
/**
|
|
2349
1959
|
* <p>Request to delete an existing model in an existing RestApi resource.</p>
|
|
2350
1960
|
*/
|
|
@@ -2358,12 +1968,6 @@ export interface DeleteModelRequest {
|
|
|
2358
1968
|
*/
|
|
2359
1969
|
modelName: string | undefined;
|
|
2360
1970
|
}
|
|
2361
|
-
export declare namespace DeleteModelRequest {
|
|
2362
|
-
/**
|
|
2363
|
-
* @internal
|
|
2364
|
-
*/
|
|
2365
|
-
const filterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
2366
|
-
}
|
|
2367
1971
|
/**
|
|
2368
1972
|
* <p>Deletes a specified RequestValidator of a given RestApi.</p>
|
|
2369
1973
|
*/
|
|
@@ -2377,12 +1981,6 @@ export interface DeleteRequestValidatorRequest {
|
|
|
2377
1981
|
*/
|
|
2378
1982
|
requestValidatorId: string | undefined;
|
|
2379
1983
|
}
|
|
2380
|
-
export declare namespace DeleteRequestValidatorRequest {
|
|
2381
|
-
/**
|
|
2382
|
-
* @internal
|
|
2383
|
-
*/
|
|
2384
|
-
const filterSensitiveLog: (obj: DeleteRequestValidatorRequest) => any;
|
|
2385
|
-
}
|
|
2386
1984
|
/**
|
|
2387
1985
|
* <p>Request to delete a Resource.</p>
|
|
2388
1986
|
*/
|
|
@@ -2396,12 +1994,6 @@ export interface DeleteResourceRequest {
|
|
|
2396
1994
|
*/
|
|
2397
1995
|
resourceId: string | undefined;
|
|
2398
1996
|
}
|
|
2399
|
-
export declare namespace DeleteResourceRequest {
|
|
2400
|
-
/**
|
|
2401
|
-
* @internal
|
|
2402
|
-
*/
|
|
2403
|
-
const filterSensitiveLog: (obj: DeleteResourceRequest) => any;
|
|
2404
|
-
}
|
|
2405
1997
|
/**
|
|
2406
1998
|
* <p>Request to delete the specified API from your collection.</p>
|
|
2407
1999
|
*/
|
|
@@ -2411,12 +2003,6 @@ export interface DeleteRestApiRequest {
|
|
|
2411
2003
|
*/
|
|
2412
2004
|
restApiId: string | undefined;
|
|
2413
2005
|
}
|
|
2414
|
-
export declare namespace DeleteRestApiRequest {
|
|
2415
|
-
/**
|
|
2416
|
-
* @internal
|
|
2417
|
-
*/
|
|
2418
|
-
const filterSensitiveLog: (obj: DeleteRestApiRequest) => any;
|
|
2419
|
-
}
|
|
2420
2006
|
/**
|
|
2421
2007
|
* <p>Requests API Gateway to delete a Stage resource.</p>
|
|
2422
2008
|
*/
|
|
@@ -2430,12 +2016,6 @@ export interface DeleteStageRequest {
|
|
|
2430
2016
|
*/
|
|
2431
2017
|
stageName: string | undefined;
|
|
2432
2018
|
}
|
|
2433
|
-
export declare namespace DeleteStageRequest {
|
|
2434
|
-
/**
|
|
2435
|
-
* @internal
|
|
2436
|
-
*/
|
|
2437
|
-
const filterSensitiveLog: (obj: DeleteStageRequest) => any;
|
|
2438
|
-
}
|
|
2439
2019
|
/**
|
|
2440
2020
|
* <p>The DELETE request to delete a usage plan of a given plan Id.</p>
|
|
2441
2021
|
*/
|
|
@@ -2445,12 +2025,6 @@ export interface DeleteUsagePlanRequest {
|
|
|
2445
2025
|
*/
|
|
2446
2026
|
usagePlanId: string | undefined;
|
|
2447
2027
|
}
|
|
2448
|
-
export declare namespace DeleteUsagePlanRequest {
|
|
2449
|
-
/**
|
|
2450
|
-
* @internal
|
|
2451
|
-
*/
|
|
2452
|
-
const filterSensitiveLog: (obj: DeleteUsagePlanRequest) => any;
|
|
2453
|
-
}
|
|
2454
2028
|
/**
|
|
2455
2029
|
* <p>The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage plan.</p>
|
|
2456
2030
|
*/
|
|
@@ -2464,12 +2038,6 @@ export interface DeleteUsagePlanKeyRequest {
|
|
|
2464
2038
|
*/
|
|
2465
2039
|
keyId: string | undefined;
|
|
2466
2040
|
}
|
|
2467
|
-
export declare namespace DeleteUsagePlanKeyRequest {
|
|
2468
|
-
/**
|
|
2469
|
-
* @internal
|
|
2470
|
-
*/
|
|
2471
|
-
const filterSensitiveLog: (obj: DeleteUsagePlanKeyRequest) => any;
|
|
2472
|
-
}
|
|
2473
2041
|
/**
|
|
2474
2042
|
* <p>Deletes an existing VpcLink of a specified identifier.</p>
|
|
2475
2043
|
*/
|
|
@@ -2479,12 +2047,6 @@ export interface DeleteVpcLinkRequest {
|
|
|
2479
2047
|
*/
|
|
2480
2048
|
vpcLinkId: string | undefined;
|
|
2481
2049
|
}
|
|
2482
|
-
export declare namespace DeleteVpcLinkRequest {
|
|
2483
|
-
/**
|
|
2484
|
-
* @internal
|
|
2485
|
-
*/
|
|
2486
|
-
const filterSensitiveLog: (obj: DeleteVpcLinkRequest) => any;
|
|
2487
|
-
}
|
|
2488
2050
|
/**
|
|
2489
2051
|
* <p>Request to flush authorizer cache entries on a specified stage.</p>
|
|
2490
2052
|
*/
|
|
@@ -2498,12 +2060,6 @@ export interface FlushStageAuthorizersCacheRequest {
|
|
|
2498
2060
|
*/
|
|
2499
2061
|
stageName: string | undefined;
|
|
2500
2062
|
}
|
|
2501
|
-
export declare namespace FlushStageAuthorizersCacheRequest {
|
|
2502
|
-
/**
|
|
2503
|
-
* @internal
|
|
2504
|
-
*/
|
|
2505
|
-
const filterSensitiveLog: (obj: FlushStageAuthorizersCacheRequest) => any;
|
|
2506
|
-
}
|
|
2507
2063
|
/**
|
|
2508
2064
|
* <p>Requests API Gateway to flush a stage's cache.</p>
|
|
2509
2065
|
*/
|
|
@@ -2517,12 +2073,6 @@ export interface FlushStageCacheRequest {
|
|
|
2517
2073
|
*/
|
|
2518
2074
|
stageName: string | undefined;
|
|
2519
2075
|
}
|
|
2520
|
-
export declare namespace FlushStageCacheRequest {
|
|
2521
|
-
/**
|
|
2522
|
-
* @internal
|
|
2523
|
-
*/
|
|
2524
|
-
const filterSensitiveLog: (obj: FlushStageCacheRequest) => any;
|
|
2525
|
-
}
|
|
2526
2076
|
/**
|
|
2527
2077
|
* <p>Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.</p>
|
|
2528
2078
|
*/
|
|
@@ -2552,12 +2102,6 @@ export interface ClientCertificate {
|
|
|
2552
2102
|
*/
|
|
2553
2103
|
tags?: Record<string, string>;
|
|
2554
2104
|
}
|
|
2555
|
-
export declare namespace ClientCertificate {
|
|
2556
|
-
/**
|
|
2557
|
-
* @internal
|
|
2558
|
-
*/
|
|
2559
|
-
const filterSensitiveLog: (obj: ClientCertificate) => any;
|
|
2560
|
-
}
|
|
2561
2105
|
/**
|
|
2562
2106
|
* <p>A request to generate a ClientCertificate resource.</p>
|
|
2563
2107
|
*/
|
|
@@ -2571,23 +2115,11 @@ export interface GenerateClientCertificateRequest {
|
|
|
2571
2115
|
*/
|
|
2572
2116
|
tags?: Record<string, string>;
|
|
2573
2117
|
}
|
|
2574
|
-
export declare namespace GenerateClientCertificateRequest {
|
|
2575
|
-
/**
|
|
2576
|
-
* @internal
|
|
2577
|
-
*/
|
|
2578
|
-
const filterSensitiveLog: (obj: GenerateClientCertificateRequest) => any;
|
|
2579
|
-
}
|
|
2580
2118
|
/**
|
|
2581
2119
|
* <p>Requests API Gateway to get information about the current Account resource.</p>
|
|
2582
2120
|
*/
|
|
2583
2121
|
export interface GetAccountRequest {
|
|
2584
2122
|
}
|
|
2585
|
-
export declare namespace GetAccountRequest {
|
|
2586
|
-
/**
|
|
2587
|
-
* @internal
|
|
2588
|
-
*/
|
|
2589
|
-
const filterSensitiveLog: (obj: GetAccountRequest) => any;
|
|
2590
|
-
}
|
|
2591
2123
|
/**
|
|
2592
2124
|
* <p>A request to get information about the current ApiKey resource.</p>
|
|
2593
2125
|
*/
|
|
@@ -2601,12 +2133,6 @@ export interface GetApiKeyRequest {
|
|
|
2601
2133
|
*/
|
|
2602
2134
|
includeValue?: boolean;
|
|
2603
2135
|
}
|
|
2604
|
-
export declare namespace GetApiKeyRequest {
|
|
2605
|
-
/**
|
|
2606
|
-
* @internal
|
|
2607
|
-
*/
|
|
2608
|
-
const filterSensitiveLog: (obj: GetApiKeyRequest) => any;
|
|
2609
|
-
}
|
|
2610
2136
|
/**
|
|
2611
2137
|
* <p>A request to get information about the current ApiKeys resource.</p>
|
|
2612
2138
|
*/
|
|
@@ -2632,12 +2158,6 @@ export interface GetApiKeysRequest {
|
|
|
2632
2158
|
*/
|
|
2633
2159
|
includeValues?: boolean;
|
|
2634
2160
|
}
|
|
2635
|
-
export declare namespace GetApiKeysRequest {
|
|
2636
|
-
/**
|
|
2637
|
-
* @internal
|
|
2638
|
-
*/
|
|
2639
|
-
const filterSensitiveLog: (obj: GetApiKeysRequest) => any;
|
|
2640
|
-
}
|
|
2641
2161
|
/**
|
|
2642
2162
|
* <p>Request to describe an existing Authorizer resource.</p>
|
|
2643
2163
|
*/
|
|
@@ -2651,12 +2171,6 @@ export interface GetAuthorizerRequest {
|
|
|
2651
2171
|
*/
|
|
2652
2172
|
authorizerId: string | undefined;
|
|
2653
2173
|
}
|
|
2654
|
-
export declare namespace GetAuthorizerRequest {
|
|
2655
|
-
/**
|
|
2656
|
-
* @internal
|
|
2657
|
-
*/
|
|
2658
|
-
const filterSensitiveLog: (obj: GetAuthorizerRequest) => any;
|
|
2659
|
-
}
|
|
2660
2174
|
/**
|
|
2661
2175
|
* <p>Request to describe an existing Authorizers resource.</p>
|
|
2662
2176
|
*/
|
|
@@ -2674,12 +2188,6 @@ export interface GetAuthorizersRequest {
|
|
|
2674
2188
|
*/
|
|
2675
2189
|
limit?: number;
|
|
2676
2190
|
}
|
|
2677
|
-
export declare namespace GetAuthorizersRequest {
|
|
2678
|
-
/**
|
|
2679
|
-
* @internal
|
|
2680
|
-
*/
|
|
2681
|
-
const filterSensitiveLog: (obj: GetAuthorizersRequest) => any;
|
|
2682
|
-
}
|
|
2683
2191
|
/**
|
|
2684
2192
|
* <p>Request to describe a BasePathMapping resource.</p>
|
|
2685
2193
|
*/
|
|
@@ -2693,12 +2201,6 @@ export interface GetBasePathMappingRequest {
|
|
|
2693
2201
|
*/
|
|
2694
2202
|
basePath: string | undefined;
|
|
2695
2203
|
}
|
|
2696
|
-
export declare namespace GetBasePathMappingRequest {
|
|
2697
|
-
/**
|
|
2698
|
-
* @internal
|
|
2699
|
-
*/
|
|
2700
|
-
const filterSensitiveLog: (obj: GetBasePathMappingRequest) => any;
|
|
2701
|
-
}
|
|
2702
2204
|
/**
|
|
2703
2205
|
* <p>Represents a collection of BasePathMapping resources.</p>
|
|
2704
2206
|
*/
|
|
@@ -2712,12 +2214,6 @@ export interface BasePathMappings {
|
|
|
2712
2214
|
*/
|
|
2713
2215
|
position?: string;
|
|
2714
2216
|
}
|
|
2715
|
-
export declare namespace BasePathMappings {
|
|
2716
|
-
/**
|
|
2717
|
-
* @internal
|
|
2718
|
-
*/
|
|
2719
|
-
const filterSensitiveLog: (obj: BasePathMappings) => any;
|
|
2720
|
-
}
|
|
2721
2217
|
/**
|
|
2722
2218
|
* <p>A request to get information about a collection of BasePathMapping resources.</p>
|
|
2723
2219
|
*/
|
|
@@ -2735,12 +2231,6 @@ export interface GetBasePathMappingsRequest {
|
|
|
2735
2231
|
*/
|
|
2736
2232
|
limit?: number;
|
|
2737
2233
|
}
|
|
2738
|
-
export declare namespace GetBasePathMappingsRequest {
|
|
2739
|
-
/**
|
|
2740
|
-
* @internal
|
|
2741
|
-
*/
|
|
2742
|
-
const filterSensitiveLog: (obj: GetBasePathMappingsRequest) => any;
|
|
2743
|
-
}
|
|
2744
2234
|
/**
|
|
2745
2235
|
* <p>A request to get information about the current ClientCertificate resource.</p>
|
|
2746
2236
|
*/
|
|
@@ -2750,12 +2240,6 @@ export interface GetClientCertificateRequest {
|
|
|
2750
2240
|
*/
|
|
2751
2241
|
clientCertificateId: string | undefined;
|
|
2752
2242
|
}
|
|
2753
|
-
export declare namespace GetClientCertificateRequest {
|
|
2754
|
-
/**
|
|
2755
|
-
* @internal
|
|
2756
|
-
*/
|
|
2757
|
-
const filterSensitiveLog: (obj: GetClientCertificateRequest) => any;
|
|
2758
|
-
}
|
|
2759
2243
|
/**
|
|
2760
2244
|
* <p>Represents a collection of ClientCertificate resources.</p>
|
|
2761
2245
|
*/
|
|
@@ -2769,12 +2253,6 @@ export interface ClientCertificates {
|
|
|
2769
2253
|
*/
|
|
2770
2254
|
position?: string;
|
|
2771
2255
|
}
|
|
2772
|
-
export declare namespace ClientCertificates {
|
|
2773
|
-
/**
|
|
2774
|
-
* @internal
|
|
2775
|
-
*/
|
|
2776
|
-
const filterSensitiveLog: (obj: ClientCertificates) => any;
|
|
2777
|
-
}
|
|
2778
2256
|
/**
|
|
2779
2257
|
* <p>A request to get information about a collection of ClientCertificate resources.</p>
|
|
2780
2258
|
*/
|
|
@@ -2788,12 +2266,6 @@ export interface GetClientCertificatesRequest {
|
|
|
2788
2266
|
*/
|
|
2789
2267
|
limit?: number;
|
|
2790
2268
|
}
|
|
2791
|
-
export declare namespace GetClientCertificatesRequest {
|
|
2792
|
-
/**
|
|
2793
|
-
* @internal
|
|
2794
|
-
*/
|
|
2795
|
-
const filterSensitiveLog: (obj: GetClientCertificatesRequest) => any;
|
|
2796
|
-
}
|
|
2797
2269
|
/**
|
|
2798
2270
|
* <p>Requests API Gateway to get information about a Deployment resource.</p>
|
|
2799
2271
|
*/
|
|
@@ -2811,12 +2283,6 @@ export interface GetDeploymentRequest {
|
|
|
2811
2283
|
*/
|
|
2812
2284
|
embed?: string[];
|
|
2813
2285
|
}
|
|
2814
|
-
export declare namespace GetDeploymentRequest {
|
|
2815
|
-
/**
|
|
2816
|
-
* @internal
|
|
2817
|
-
*/
|
|
2818
|
-
const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
2819
|
-
}
|
|
2820
2286
|
/**
|
|
2821
2287
|
* <p>Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments.</p>
|
|
2822
2288
|
*/
|
|
@@ -2830,12 +2296,6 @@ export interface Deployments {
|
|
|
2830
2296
|
*/
|
|
2831
2297
|
position?: string;
|
|
2832
2298
|
}
|
|
2833
|
-
export declare namespace Deployments {
|
|
2834
|
-
/**
|
|
2835
|
-
* @internal
|
|
2836
|
-
*/
|
|
2837
|
-
const filterSensitiveLog: (obj: Deployments) => any;
|
|
2838
|
-
}
|
|
2839
2299
|
/**
|
|
2840
2300
|
* <p>Requests API Gateway to get information about a Deployments collection.</p>
|
|
2841
2301
|
*/
|
|
@@ -2853,12 +2313,6 @@ export interface GetDeploymentsRequest {
|
|
|
2853
2313
|
*/
|
|
2854
2314
|
limit?: number;
|
|
2855
2315
|
}
|
|
2856
|
-
export declare namespace GetDeploymentsRequest {
|
|
2857
|
-
/**
|
|
2858
|
-
* @internal
|
|
2859
|
-
*/
|
|
2860
|
-
const filterSensitiveLog: (obj: GetDeploymentsRequest) => any;
|
|
2861
|
-
}
|
|
2862
2316
|
/**
|
|
2863
2317
|
* <p>Gets a specified documentation part of a given API.</p>
|
|
2864
2318
|
*/
|
|
@@ -2872,12 +2326,6 @@ export interface GetDocumentationPartRequest {
|
|
|
2872
2326
|
*/
|
|
2873
2327
|
documentationPartId: string | undefined;
|
|
2874
2328
|
}
|
|
2875
|
-
export declare namespace GetDocumentationPartRequest {
|
|
2876
|
-
/**
|
|
2877
|
-
* @internal
|
|
2878
|
-
*/
|
|
2879
|
-
const filterSensitiveLog: (obj: GetDocumentationPartRequest) => any;
|
|
2880
|
-
}
|
|
2881
2329
|
/**
|
|
2882
2330
|
* <p>The collection of documentation parts of an API.</p>
|
|
2883
2331
|
*/
|
|
@@ -2891,12 +2339,6 @@ export interface DocumentationParts {
|
|
|
2891
2339
|
*/
|
|
2892
2340
|
position?: string;
|
|
2893
2341
|
}
|
|
2894
|
-
export declare namespace DocumentationParts {
|
|
2895
|
-
/**
|
|
2896
|
-
* @internal
|
|
2897
|
-
*/
|
|
2898
|
-
const filterSensitiveLog: (obj: DocumentationParts) => any;
|
|
2899
|
-
}
|
|
2900
2342
|
export declare enum LocationStatusType {
|
|
2901
2343
|
DOCUMENTED = "DOCUMENTED",
|
|
2902
2344
|
UNDOCUMENTED = "UNDOCUMENTED"
|
|
@@ -2934,12 +2376,6 @@ export interface GetDocumentationPartsRequest {
|
|
|
2934
2376
|
*/
|
|
2935
2377
|
locationStatus?: LocationStatusType | string;
|
|
2936
2378
|
}
|
|
2937
|
-
export declare namespace GetDocumentationPartsRequest {
|
|
2938
|
-
/**
|
|
2939
|
-
* @internal
|
|
2940
|
-
*/
|
|
2941
|
-
const filterSensitiveLog: (obj: GetDocumentationPartsRequest) => any;
|
|
2942
|
-
}
|
|
2943
2379
|
/**
|
|
2944
2380
|
* <p>Gets a documentation snapshot of an API.</p>
|
|
2945
2381
|
*/
|
|
@@ -2953,12 +2389,6 @@ export interface GetDocumentationVersionRequest {
|
|
|
2953
2389
|
*/
|
|
2954
2390
|
documentationVersion: string | undefined;
|
|
2955
2391
|
}
|
|
2956
|
-
export declare namespace GetDocumentationVersionRequest {
|
|
2957
|
-
/**
|
|
2958
|
-
* @internal
|
|
2959
|
-
*/
|
|
2960
|
-
const filterSensitiveLog: (obj: GetDocumentationVersionRequest) => any;
|
|
2961
|
-
}
|
|
2962
2392
|
/**
|
|
2963
2393
|
* <p>The collection of documentation snapshots of an API. </p>
|
|
2964
2394
|
*/
|
|
@@ -2972,12 +2402,6 @@ export interface DocumentationVersions {
|
|
|
2972
2402
|
*/
|
|
2973
2403
|
position?: string;
|
|
2974
2404
|
}
|
|
2975
|
-
export declare namespace DocumentationVersions {
|
|
2976
|
-
/**
|
|
2977
|
-
* @internal
|
|
2978
|
-
*/
|
|
2979
|
-
const filterSensitiveLog: (obj: DocumentationVersions) => any;
|
|
2980
|
-
}
|
|
2981
2405
|
/**
|
|
2982
2406
|
* <p>Gets the documentation versions of an API.</p>
|
|
2983
2407
|
*/
|
|
@@ -2995,12 +2419,6 @@ export interface GetDocumentationVersionsRequest {
|
|
|
2995
2419
|
*/
|
|
2996
2420
|
limit?: number;
|
|
2997
2421
|
}
|
|
2998
|
-
export declare namespace GetDocumentationVersionsRequest {
|
|
2999
|
-
/**
|
|
3000
|
-
* @internal
|
|
3001
|
-
*/
|
|
3002
|
-
const filterSensitiveLog: (obj: GetDocumentationVersionsRequest) => any;
|
|
3003
|
-
}
|
|
3004
2422
|
/**
|
|
3005
2423
|
* <p>Request to get the name of a DomainName resource.</p>
|
|
3006
2424
|
*/
|
|
@@ -3010,12 +2428,6 @@ export interface GetDomainNameRequest {
|
|
|
3010
2428
|
*/
|
|
3011
2429
|
domainName: string | undefined;
|
|
3012
2430
|
}
|
|
3013
|
-
export declare namespace GetDomainNameRequest {
|
|
3014
|
-
/**
|
|
3015
|
-
* @internal
|
|
3016
|
-
*/
|
|
3017
|
-
const filterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
3018
|
-
}
|
|
3019
2431
|
/**
|
|
3020
2432
|
* <p>Represents a collection of DomainName resources.</p>
|
|
3021
2433
|
*/
|
|
@@ -3029,12 +2441,6 @@ export interface DomainNames {
|
|
|
3029
2441
|
*/
|
|
3030
2442
|
position?: string;
|
|
3031
2443
|
}
|
|
3032
|
-
export declare namespace DomainNames {
|
|
3033
|
-
/**
|
|
3034
|
-
* @internal
|
|
3035
|
-
*/
|
|
3036
|
-
const filterSensitiveLog: (obj: DomainNames) => any;
|
|
3037
|
-
}
|
|
3038
2444
|
/**
|
|
3039
2445
|
* <p>Request to describe a collection of DomainName resources.</p>
|
|
3040
2446
|
*/
|
|
@@ -3048,12 +2454,6 @@ export interface GetDomainNamesRequest {
|
|
|
3048
2454
|
*/
|
|
3049
2455
|
limit?: number;
|
|
3050
2456
|
}
|
|
3051
|
-
export declare namespace GetDomainNamesRequest {
|
|
3052
|
-
/**
|
|
3053
|
-
* @internal
|
|
3054
|
-
*/
|
|
3055
|
-
const filterSensitiveLog: (obj: GetDomainNamesRequest) => any;
|
|
3056
|
-
}
|
|
3057
2457
|
/**
|
|
3058
2458
|
* <p>The binary blob response to GetExport, which contains the generated SDK.</p>
|
|
3059
2459
|
*/
|
|
@@ -3071,12 +2471,6 @@ export interface ExportResponse {
|
|
|
3071
2471
|
*/
|
|
3072
2472
|
body?: Uint8Array;
|
|
3073
2473
|
}
|
|
3074
|
-
export declare namespace ExportResponse {
|
|
3075
|
-
/**
|
|
3076
|
-
* @internal
|
|
3077
|
-
*/
|
|
3078
|
-
const filterSensitiveLog: (obj: ExportResponse) => any;
|
|
3079
|
-
}
|
|
3080
2474
|
/**
|
|
3081
2475
|
* <p>Request a new export of a RestApi for a particular Stage.</p>
|
|
3082
2476
|
*/
|
|
@@ -3103,12 +2497,6 @@ export interface GetExportRequest {
|
|
|
3103
2497
|
*/
|
|
3104
2498
|
accepts?: string;
|
|
3105
2499
|
}
|
|
3106
|
-
export declare namespace GetExportRequest {
|
|
3107
|
-
/**
|
|
3108
|
-
* @internal
|
|
3109
|
-
*/
|
|
3110
|
-
const filterSensitiveLog: (obj: GetExportRequest) => any;
|
|
3111
|
-
}
|
|
3112
2500
|
/**
|
|
3113
2501
|
* <p>A gateway response of a given response type and status code, with optional response parameters and mapping templates.</p>
|
|
3114
2502
|
*/
|
|
@@ -3135,12 +2523,6 @@ export interface GatewayResponse {
|
|
|
3135
2523
|
*/
|
|
3136
2524
|
defaultResponse?: boolean;
|
|
3137
2525
|
}
|
|
3138
|
-
export declare namespace GatewayResponse {
|
|
3139
|
-
/**
|
|
3140
|
-
* @internal
|
|
3141
|
-
*/
|
|
3142
|
-
const filterSensitiveLog: (obj: GatewayResponse) => any;
|
|
3143
|
-
}
|
|
3144
2526
|
/**
|
|
3145
2527
|
* <p>Gets a GatewayResponse of a specified response type on the given RestApi.</p>
|
|
3146
2528
|
*/
|
|
@@ -3154,12 +2536,6 @@ export interface GetGatewayResponseRequest {
|
|
|
3154
2536
|
*/
|
|
3155
2537
|
responseType: GatewayResponseType | string | undefined;
|
|
3156
2538
|
}
|
|
3157
|
-
export declare namespace GetGatewayResponseRequest {
|
|
3158
|
-
/**
|
|
3159
|
-
* @internal
|
|
3160
|
-
*/
|
|
3161
|
-
const filterSensitiveLog: (obj: GetGatewayResponseRequest) => any;
|
|
3162
|
-
}
|
|
3163
2539
|
/**
|
|
3164
2540
|
* <p>The collection of the GatewayResponse instances of a RestApi as a <code>responseType</code>-to-GatewayResponse object map of key-value pairs. As such, pagination is not supported for querying this collection.</p>
|
|
3165
2541
|
*/
|
|
@@ -3173,12 +2549,6 @@ export interface GatewayResponses {
|
|
|
3173
2549
|
*/
|
|
3174
2550
|
position?: string;
|
|
3175
2551
|
}
|
|
3176
|
-
export declare namespace GatewayResponses {
|
|
3177
|
-
/**
|
|
3178
|
-
* @internal
|
|
3179
|
-
*/
|
|
3180
|
-
const filterSensitiveLog: (obj: GatewayResponses) => any;
|
|
3181
|
-
}
|
|
3182
2552
|
/**
|
|
3183
2553
|
* <p>Gets the GatewayResponses collection on the given RestApi. If an API developer has not added any definitions for gateway responses, the result will be the API Gateway-generated default GatewayResponses collection for the supported response types.</p>
|
|
3184
2554
|
*/
|
|
@@ -3196,12 +2566,6 @@ export interface GetGatewayResponsesRequest {
|
|
|
3196
2566
|
*/
|
|
3197
2567
|
limit?: number;
|
|
3198
2568
|
}
|
|
3199
|
-
export declare namespace GetGatewayResponsesRequest {
|
|
3200
|
-
/**
|
|
3201
|
-
* @internal
|
|
3202
|
-
*/
|
|
3203
|
-
const filterSensitiveLog: (obj: GetGatewayResponsesRequest) => any;
|
|
3204
|
-
}
|
|
3205
2569
|
/**
|
|
3206
2570
|
* <p>Represents a request to get the integration configuration.</p>
|
|
3207
2571
|
*/
|
|
@@ -3219,12 +2583,6 @@ export interface GetIntegrationRequest {
|
|
|
3219
2583
|
*/
|
|
3220
2584
|
httpMethod: string | undefined;
|
|
3221
2585
|
}
|
|
3222
|
-
export declare namespace GetIntegrationRequest {
|
|
3223
|
-
/**
|
|
3224
|
-
* @internal
|
|
3225
|
-
*/
|
|
3226
|
-
const filterSensitiveLog: (obj: GetIntegrationRequest) => any;
|
|
3227
|
-
}
|
|
3228
2586
|
/**
|
|
3229
2587
|
* <p>Represents a get integration response request.</p>
|
|
3230
2588
|
*/
|
|
@@ -3246,12 +2604,6 @@ export interface GetIntegrationResponseRequest {
|
|
|
3246
2604
|
*/
|
|
3247
2605
|
statusCode: string | undefined;
|
|
3248
2606
|
}
|
|
3249
|
-
export declare namespace GetIntegrationResponseRequest {
|
|
3250
|
-
/**
|
|
3251
|
-
* @internal
|
|
3252
|
-
*/
|
|
3253
|
-
const filterSensitiveLog: (obj: GetIntegrationResponseRequest) => any;
|
|
3254
|
-
}
|
|
3255
2607
|
/**
|
|
3256
2608
|
* <p>Request to describe an existing Method resource.</p>
|
|
3257
2609
|
*/
|
|
@@ -3269,12 +2621,6 @@ export interface GetMethodRequest {
|
|
|
3269
2621
|
*/
|
|
3270
2622
|
httpMethod: string | undefined;
|
|
3271
2623
|
}
|
|
3272
|
-
export declare namespace GetMethodRequest {
|
|
3273
|
-
/**
|
|
3274
|
-
* @internal
|
|
3275
|
-
*/
|
|
3276
|
-
const filterSensitiveLog: (obj: GetMethodRequest) => any;
|
|
3277
|
-
}
|
|
3278
2624
|
/**
|
|
3279
2625
|
* <p>Request to describe a MethodResponse resource.</p>
|
|
3280
2626
|
*/
|
|
@@ -3296,12 +2642,6 @@ export interface GetMethodResponseRequest {
|
|
|
3296
2642
|
*/
|
|
3297
2643
|
statusCode: string | undefined;
|
|
3298
2644
|
}
|
|
3299
|
-
export declare namespace GetMethodResponseRequest {
|
|
3300
|
-
/**
|
|
3301
|
-
* @internal
|
|
3302
|
-
*/
|
|
3303
|
-
const filterSensitiveLog: (obj: GetMethodResponseRequest) => any;
|
|
3304
|
-
}
|
|
3305
2645
|
/**
|
|
3306
2646
|
* <p>Request to list information about a model in an existing RestApi resource.</p>
|
|
3307
2647
|
*/
|
|
@@ -3319,12 +2659,6 @@ export interface GetModelRequest {
|
|
|
3319
2659
|
*/
|
|
3320
2660
|
flatten?: boolean;
|
|
3321
2661
|
}
|
|
3322
|
-
export declare namespace GetModelRequest {
|
|
3323
|
-
/**
|
|
3324
|
-
* @internal
|
|
3325
|
-
*/
|
|
3326
|
-
const filterSensitiveLog: (obj: GetModelRequest) => any;
|
|
3327
|
-
}
|
|
3328
2662
|
/**
|
|
3329
2663
|
* <p>Request to list existing Models defined for a RestApi resource.</p>
|
|
3330
2664
|
*/
|
|
@@ -3342,12 +2676,6 @@ export interface GetModelsRequest {
|
|
|
3342
2676
|
*/
|
|
3343
2677
|
limit?: number;
|
|
3344
2678
|
}
|
|
3345
|
-
export declare namespace GetModelsRequest {
|
|
3346
|
-
/**
|
|
3347
|
-
* @internal
|
|
3348
|
-
*/
|
|
3349
|
-
const filterSensitiveLog: (obj: GetModelsRequest) => any;
|
|
3350
|
-
}
|
|
3351
2679
|
/**
|
|
3352
2680
|
* <p>Represents a collection of Model resources.</p>
|
|
3353
2681
|
*/
|
|
@@ -3361,12 +2689,6 @@ export interface Models {
|
|
|
3361
2689
|
*/
|
|
3362
2690
|
position?: string;
|
|
3363
2691
|
}
|
|
3364
|
-
export declare namespace Models {
|
|
3365
|
-
/**
|
|
3366
|
-
* @internal
|
|
3367
|
-
*/
|
|
3368
|
-
const filterSensitiveLog: (obj: Models) => any;
|
|
3369
|
-
}
|
|
3370
2692
|
/**
|
|
3371
2693
|
* <p>Request to generate a sample mapping template used to transform the payload.</p>
|
|
3372
2694
|
*/
|
|
@@ -3380,12 +2702,6 @@ export interface GetModelTemplateRequest {
|
|
|
3380
2702
|
*/
|
|
3381
2703
|
modelName: string | undefined;
|
|
3382
2704
|
}
|
|
3383
|
-
export declare namespace GetModelTemplateRequest {
|
|
3384
|
-
/**
|
|
3385
|
-
* @internal
|
|
3386
|
-
*/
|
|
3387
|
-
const filterSensitiveLog: (obj: GetModelTemplateRequest) => any;
|
|
3388
|
-
}
|
|
3389
2705
|
/**
|
|
3390
2706
|
* <p>Represents a mapping template used to transform a payload.</p>
|
|
3391
2707
|
*/
|
|
@@ -3395,12 +2711,6 @@ export interface Template {
|
|
|
3395
2711
|
*/
|
|
3396
2712
|
value?: string;
|
|
3397
2713
|
}
|
|
3398
|
-
export declare namespace Template {
|
|
3399
|
-
/**
|
|
3400
|
-
* @internal
|
|
3401
|
-
*/
|
|
3402
|
-
const filterSensitiveLog: (obj: Template) => any;
|
|
3403
|
-
}
|
|
3404
2714
|
/**
|
|
3405
2715
|
* <p>Gets a RequestValidator of a given RestApi.</p>
|
|
3406
2716
|
*/
|
|
@@ -3414,12 +2724,6 @@ export interface GetRequestValidatorRequest {
|
|
|
3414
2724
|
*/
|
|
3415
2725
|
requestValidatorId: string | undefined;
|
|
3416
2726
|
}
|
|
3417
|
-
export declare namespace GetRequestValidatorRequest {
|
|
3418
|
-
/**
|
|
3419
|
-
* @internal
|
|
3420
|
-
*/
|
|
3421
|
-
const filterSensitiveLog: (obj: GetRequestValidatorRequest) => any;
|
|
3422
|
-
}
|
|
3423
2727
|
/**
|
|
3424
2728
|
* <p>Gets the RequestValidators collection of a given RestApi.</p>
|
|
3425
2729
|
*/
|
|
@@ -3437,12 +2741,6 @@ export interface GetRequestValidatorsRequest {
|
|
|
3437
2741
|
*/
|
|
3438
2742
|
limit?: number;
|
|
3439
2743
|
}
|
|
3440
|
-
export declare namespace GetRequestValidatorsRequest {
|
|
3441
|
-
/**
|
|
3442
|
-
* @internal
|
|
3443
|
-
*/
|
|
3444
|
-
const filterSensitiveLog: (obj: GetRequestValidatorsRequest) => any;
|
|
3445
|
-
}
|
|
3446
2744
|
/**
|
|
3447
2745
|
* <p>A collection of RequestValidator resources of a given RestApi.</p>
|
|
3448
2746
|
*/
|
|
@@ -3456,12 +2754,6 @@ export interface RequestValidators {
|
|
|
3456
2754
|
*/
|
|
3457
2755
|
position?: string;
|
|
3458
2756
|
}
|
|
3459
|
-
export declare namespace RequestValidators {
|
|
3460
|
-
/**
|
|
3461
|
-
* @internal
|
|
3462
|
-
*/
|
|
3463
|
-
const filterSensitiveLog: (obj: RequestValidators) => any;
|
|
3464
|
-
}
|
|
3465
2757
|
/**
|
|
3466
2758
|
* <p>Request to list information about a resource.</p>
|
|
3467
2759
|
*/
|
|
@@ -3479,12 +2771,6 @@ export interface GetResourceRequest {
|
|
|
3479
2771
|
*/
|
|
3480
2772
|
embed?: string[];
|
|
3481
2773
|
}
|
|
3482
|
-
export declare namespace GetResourceRequest {
|
|
3483
|
-
/**
|
|
3484
|
-
* @internal
|
|
3485
|
-
*/
|
|
3486
|
-
const filterSensitiveLog: (obj: GetResourceRequest) => any;
|
|
3487
|
-
}
|
|
3488
2774
|
/**
|
|
3489
2775
|
* <p>Request to list information about a collection of resources.</p>
|
|
3490
2776
|
*/
|
|
@@ -3506,12 +2792,6 @@ export interface GetResourcesRequest {
|
|
|
3506
2792
|
*/
|
|
3507
2793
|
embed?: string[];
|
|
3508
2794
|
}
|
|
3509
|
-
export declare namespace GetResourcesRequest {
|
|
3510
|
-
/**
|
|
3511
|
-
* @internal
|
|
3512
|
-
*/
|
|
3513
|
-
const filterSensitiveLog: (obj: GetResourcesRequest) => any;
|
|
3514
|
-
}
|
|
3515
2795
|
/**
|
|
3516
2796
|
* <p>Represents a collection of Resource resources.</p>
|
|
3517
2797
|
*/
|
|
@@ -3525,12 +2805,6 @@ export interface Resources {
|
|
|
3525
2805
|
*/
|
|
3526
2806
|
position?: string;
|
|
3527
2807
|
}
|
|
3528
|
-
export declare namespace Resources {
|
|
3529
|
-
/**
|
|
3530
|
-
* @internal
|
|
3531
|
-
*/
|
|
3532
|
-
const filterSensitiveLog: (obj: Resources) => any;
|
|
3533
|
-
}
|
|
3534
2808
|
/**
|
|
3535
2809
|
* <p>The GET request to list an existing RestApi defined for your collection. </p>
|
|
3536
2810
|
*/
|
|
@@ -3540,12 +2814,6 @@ export interface GetRestApiRequest {
|
|
|
3540
2814
|
*/
|
|
3541
2815
|
restApiId: string | undefined;
|
|
3542
2816
|
}
|
|
3543
|
-
export declare namespace GetRestApiRequest {
|
|
3544
|
-
/**
|
|
3545
|
-
* @internal
|
|
3546
|
-
*/
|
|
3547
|
-
const filterSensitiveLog: (obj: GetRestApiRequest) => any;
|
|
3548
|
-
}
|
|
3549
2817
|
/**
|
|
3550
2818
|
* <p>The GET request to list existing RestApis defined for your collection.</p>
|
|
3551
2819
|
*/
|
|
@@ -3559,12 +2827,6 @@ export interface GetRestApisRequest {
|
|
|
3559
2827
|
*/
|
|
3560
2828
|
limit?: number;
|
|
3561
2829
|
}
|
|
3562
|
-
export declare namespace GetRestApisRequest {
|
|
3563
|
-
/**
|
|
3564
|
-
* @internal
|
|
3565
|
-
*/
|
|
3566
|
-
const filterSensitiveLog: (obj: GetRestApisRequest) => any;
|
|
3567
|
-
}
|
|
3568
2830
|
/**
|
|
3569
2831
|
* <p>Contains references to your APIs and links that guide you in how to interact with your collection. A collection offers a paginated view of your APIs.</p>
|
|
3570
2832
|
*/
|
|
@@ -3578,12 +2840,6 @@ export interface RestApis {
|
|
|
3578
2840
|
*/
|
|
3579
2841
|
position?: string;
|
|
3580
2842
|
}
|
|
3581
|
-
export declare namespace RestApis {
|
|
3582
|
-
/**
|
|
3583
|
-
* @internal
|
|
3584
|
-
*/
|
|
3585
|
-
const filterSensitiveLog: (obj: RestApis) => any;
|
|
3586
|
-
}
|
|
3587
2843
|
/**
|
|
3588
2844
|
* <p>Request a new generated client SDK for a RestApi and Stage.</p>
|
|
3589
2845
|
*/
|
|
@@ -3605,12 +2861,6 @@ export interface GetSdkRequest {
|
|
|
3605
2861
|
*/
|
|
3606
2862
|
parameters?: Record<string, string>;
|
|
3607
2863
|
}
|
|
3608
|
-
export declare namespace GetSdkRequest {
|
|
3609
|
-
/**
|
|
3610
|
-
* @internal
|
|
3611
|
-
*/
|
|
3612
|
-
const filterSensitiveLog: (obj: GetSdkRequest) => any;
|
|
3613
|
-
}
|
|
3614
2864
|
/**
|
|
3615
2865
|
* <p>The binary blob response to GetSdk, which contains the generated SDK.</p>
|
|
3616
2866
|
*/
|
|
@@ -3628,12 +2878,6 @@ export interface SdkResponse {
|
|
|
3628
2878
|
*/
|
|
3629
2879
|
body?: Uint8Array;
|
|
3630
2880
|
}
|
|
3631
|
-
export declare namespace SdkResponse {
|
|
3632
|
-
/**
|
|
3633
|
-
* @internal
|
|
3634
|
-
*/
|
|
3635
|
-
const filterSensitiveLog: (obj: SdkResponse) => any;
|
|
3636
|
-
}
|
|
3637
2881
|
/**
|
|
3638
2882
|
* <p>Get an SdkType instance.</p>
|
|
3639
2883
|
*/
|
|
@@ -3643,12 +2887,6 @@ export interface GetSdkTypeRequest {
|
|
|
3643
2887
|
*/
|
|
3644
2888
|
id: string | undefined;
|
|
3645
2889
|
}
|
|
3646
|
-
export declare namespace GetSdkTypeRequest {
|
|
3647
|
-
/**
|
|
3648
|
-
* @internal
|
|
3649
|
-
*/
|
|
3650
|
-
const filterSensitiveLog: (obj: GetSdkTypeRequest) => any;
|
|
3651
|
-
}
|
|
3652
2890
|
/**
|
|
3653
2891
|
* <p>A configuration property of an SDK type.</p>
|
|
3654
2892
|
*/
|
|
@@ -3674,12 +2912,6 @@ export interface SdkConfigurationProperty {
|
|
|
3674
2912
|
*/
|
|
3675
2913
|
defaultValue?: string;
|
|
3676
2914
|
}
|
|
3677
|
-
export declare namespace SdkConfigurationProperty {
|
|
3678
|
-
/**
|
|
3679
|
-
* @internal
|
|
3680
|
-
*/
|
|
3681
|
-
const filterSensitiveLog: (obj: SdkConfigurationProperty) => any;
|
|
3682
|
-
}
|
|
3683
2915
|
/**
|
|
3684
2916
|
* <p>A type of SDK that API Gateway can generate.</p>
|
|
3685
2917
|
*/
|
|
@@ -3701,12 +2933,6 @@ export interface SdkType {
|
|
|
3701
2933
|
*/
|
|
3702
2934
|
configurationProperties?: SdkConfigurationProperty[];
|
|
3703
2935
|
}
|
|
3704
|
-
export declare namespace SdkType {
|
|
3705
|
-
/**
|
|
3706
|
-
* @internal
|
|
3707
|
-
*/
|
|
3708
|
-
const filterSensitiveLog: (obj: SdkType) => any;
|
|
3709
|
-
}
|
|
3710
2936
|
/**
|
|
3711
2937
|
* <p>Get the SdkTypes collection.</p>
|
|
3712
2938
|
*/
|
|
@@ -3720,12 +2946,6 @@ export interface GetSdkTypesRequest {
|
|
|
3720
2946
|
*/
|
|
3721
2947
|
limit?: number;
|
|
3722
2948
|
}
|
|
3723
|
-
export declare namespace GetSdkTypesRequest {
|
|
3724
|
-
/**
|
|
3725
|
-
* @internal
|
|
3726
|
-
*/
|
|
3727
|
-
const filterSensitiveLog: (obj: GetSdkTypesRequest) => any;
|
|
3728
|
-
}
|
|
3729
2949
|
/**
|
|
3730
2950
|
* <p>The collection of SdkType instances.</p>
|
|
3731
2951
|
*/
|
|
@@ -3735,12 +2955,6 @@ export interface SdkTypes {
|
|
|
3735
2955
|
*/
|
|
3736
2956
|
items?: SdkType[];
|
|
3737
2957
|
}
|
|
3738
|
-
export declare namespace SdkTypes {
|
|
3739
|
-
/**
|
|
3740
|
-
* @internal
|
|
3741
|
-
*/
|
|
3742
|
-
const filterSensitiveLog: (obj: SdkTypes) => any;
|
|
3743
|
-
}
|
|
3744
2958
|
/**
|
|
3745
2959
|
* <p>Requests API Gateway to get information about a Stage resource.</p>
|
|
3746
2960
|
*/
|
|
@@ -3754,12 +2968,6 @@ export interface GetStageRequest {
|
|
|
3754
2968
|
*/
|
|
3755
2969
|
stageName: string | undefined;
|
|
3756
2970
|
}
|
|
3757
|
-
export declare namespace GetStageRequest {
|
|
3758
|
-
/**
|
|
3759
|
-
* @internal
|
|
3760
|
-
*/
|
|
3761
|
-
const filterSensitiveLog: (obj: GetStageRequest) => any;
|
|
3762
|
-
}
|
|
3763
2971
|
/**
|
|
3764
2972
|
* <p>Requests API Gateway to get information about one or more Stage resources.</p>
|
|
3765
2973
|
*/
|
|
@@ -3773,12 +2981,6 @@ export interface GetStagesRequest {
|
|
|
3773
2981
|
*/
|
|
3774
2982
|
deploymentId?: string;
|
|
3775
2983
|
}
|
|
3776
|
-
export declare namespace GetStagesRequest {
|
|
3777
|
-
/**
|
|
3778
|
-
* @internal
|
|
3779
|
-
*/
|
|
3780
|
-
const filterSensitiveLog: (obj: GetStagesRequest) => any;
|
|
3781
|
-
}
|
|
3782
2984
|
/**
|
|
3783
2985
|
* <p>A list of Stage resources that are associated with the ApiKey resource.</p>
|
|
3784
2986
|
*/
|
|
@@ -3788,12 +2990,6 @@ export interface Stages {
|
|
|
3788
2990
|
*/
|
|
3789
2991
|
item?: Stage[];
|
|
3790
2992
|
}
|
|
3791
|
-
export declare namespace Stages {
|
|
3792
|
-
/**
|
|
3793
|
-
* @internal
|
|
3794
|
-
*/
|
|
3795
|
-
const filterSensitiveLog: (obj: Stages) => any;
|
|
3796
|
-
}
|
|
3797
2993
|
/**
|
|
3798
2994
|
* <p>Gets the Tags collection for a given resource.</p>
|
|
3799
2995
|
*/
|
|
@@ -3811,12 +3007,6 @@ export interface GetTagsRequest {
|
|
|
3811
3007
|
*/
|
|
3812
3008
|
limit?: number;
|
|
3813
3009
|
}
|
|
3814
|
-
export declare namespace GetTagsRequest {
|
|
3815
|
-
/**
|
|
3816
|
-
* @internal
|
|
3817
|
-
*/
|
|
3818
|
-
const filterSensitiveLog: (obj: GetTagsRequest) => any;
|
|
3819
|
-
}
|
|
3820
3010
|
/**
|
|
3821
3011
|
* <p>The collection of tags. Each tag element is associated with a given resource.</p>
|
|
3822
3012
|
*/
|
|
@@ -3826,12 +3016,6 @@ export interface Tags {
|
|
|
3826
3016
|
*/
|
|
3827
3017
|
tags?: Record<string, string>;
|
|
3828
3018
|
}
|
|
3829
|
-
export declare namespace Tags {
|
|
3830
|
-
/**
|
|
3831
|
-
* @internal
|
|
3832
|
-
*/
|
|
3833
|
-
const filterSensitiveLog: (obj: Tags) => any;
|
|
3834
|
-
}
|
|
3835
3019
|
/**
|
|
3836
3020
|
* <p>The GET request to get the usage data of a usage plan in a specified time interval.</p>
|
|
3837
3021
|
*/
|
|
@@ -3861,12 +3045,6 @@ export interface GetUsageRequest {
|
|
|
3861
3045
|
*/
|
|
3862
3046
|
limit?: number;
|
|
3863
3047
|
}
|
|
3864
|
-
export declare namespace GetUsageRequest {
|
|
3865
|
-
/**
|
|
3866
|
-
* @internal
|
|
3867
|
-
*/
|
|
3868
|
-
const filterSensitiveLog: (obj: GetUsageRequest) => any;
|
|
3869
|
-
}
|
|
3870
3048
|
/**
|
|
3871
3049
|
* <p>Represents the usage data of a usage plan.</p>
|
|
3872
3050
|
*/
|
|
@@ -3892,12 +3070,6 @@ export interface Usage {
|
|
|
3892
3070
|
*/
|
|
3893
3071
|
position?: string;
|
|
3894
3072
|
}
|
|
3895
|
-
export declare namespace Usage {
|
|
3896
|
-
/**
|
|
3897
|
-
* @internal
|
|
3898
|
-
*/
|
|
3899
|
-
const filterSensitiveLog: (obj: Usage) => any;
|
|
3900
|
-
}
|
|
3901
3073
|
/**
|
|
3902
3074
|
* <p>The GET request to get a usage plan of a given plan identifier.</p>
|
|
3903
3075
|
*/
|
|
@@ -3907,12 +3079,6 @@ export interface GetUsagePlanRequest {
|
|
|
3907
3079
|
*/
|
|
3908
3080
|
usagePlanId: string | undefined;
|
|
3909
3081
|
}
|
|
3910
|
-
export declare namespace GetUsagePlanRequest {
|
|
3911
|
-
/**
|
|
3912
|
-
* @internal
|
|
3913
|
-
*/
|
|
3914
|
-
const filterSensitiveLog: (obj: GetUsagePlanRequest) => any;
|
|
3915
|
-
}
|
|
3916
3082
|
/**
|
|
3917
3083
|
* <p>The GET request to get a usage plan key of a given key identifier.</p>
|
|
3918
3084
|
*/
|
|
@@ -3926,12 +3092,6 @@ export interface GetUsagePlanKeyRequest {
|
|
|
3926
3092
|
*/
|
|
3927
3093
|
keyId: string | undefined;
|
|
3928
3094
|
}
|
|
3929
|
-
export declare namespace GetUsagePlanKeyRequest {
|
|
3930
|
-
/**
|
|
3931
|
-
* @internal
|
|
3932
|
-
*/
|
|
3933
|
-
const filterSensitiveLog: (obj: GetUsagePlanKeyRequest) => any;
|
|
3934
|
-
}
|
|
3935
3095
|
/**
|
|
3936
3096
|
* <p>The GET request to get all the usage plan keys representing the API keys added to a specified usage plan.</p>
|
|
3937
3097
|
*/
|
|
@@ -3953,12 +3113,6 @@ export interface GetUsagePlanKeysRequest {
|
|
|
3953
3113
|
*/
|
|
3954
3114
|
nameQuery?: string;
|
|
3955
3115
|
}
|
|
3956
|
-
export declare namespace GetUsagePlanKeysRequest {
|
|
3957
|
-
/**
|
|
3958
|
-
* @internal
|
|
3959
|
-
*/
|
|
3960
|
-
const filterSensitiveLog: (obj: GetUsagePlanKeysRequest) => any;
|
|
3961
|
-
}
|
|
3962
3116
|
/**
|
|
3963
3117
|
* <p>Represents the collection of usage plan keys added to usage plans for the associated API keys and, possibly, other types of keys.</p>
|
|
3964
3118
|
*/
|
|
@@ -3972,12 +3126,6 @@ export interface UsagePlanKeys {
|
|
|
3972
3126
|
*/
|
|
3973
3127
|
position?: string;
|
|
3974
3128
|
}
|
|
3975
|
-
export declare namespace UsagePlanKeys {
|
|
3976
|
-
/**
|
|
3977
|
-
* @internal
|
|
3978
|
-
*/
|
|
3979
|
-
const filterSensitiveLog: (obj: UsagePlanKeys) => any;
|
|
3980
|
-
}
|
|
3981
3129
|
/**
|
|
3982
3130
|
* <p>The GET request to get all the usage plans of the caller's account.</p>
|
|
3983
3131
|
*/
|
|
@@ -3995,12 +3143,6 @@ export interface GetUsagePlansRequest {
|
|
|
3995
3143
|
*/
|
|
3996
3144
|
limit?: number;
|
|
3997
3145
|
}
|
|
3998
|
-
export declare namespace GetUsagePlansRequest {
|
|
3999
|
-
/**
|
|
4000
|
-
* @internal
|
|
4001
|
-
*/
|
|
4002
|
-
const filterSensitiveLog: (obj: GetUsagePlansRequest) => any;
|
|
4003
|
-
}
|
|
4004
3146
|
/**
|
|
4005
3147
|
* <p>Represents a collection of usage plans for an AWS account.</p>
|
|
4006
3148
|
*/
|
|
@@ -4014,12 +3156,6 @@ export interface UsagePlans {
|
|
|
4014
3156
|
*/
|
|
4015
3157
|
position?: string;
|
|
4016
3158
|
}
|
|
4017
|
-
export declare namespace UsagePlans {
|
|
4018
|
-
/**
|
|
4019
|
-
* @internal
|
|
4020
|
-
*/
|
|
4021
|
-
const filterSensitiveLog: (obj: UsagePlans) => any;
|
|
4022
|
-
}
|
|
4023
3159
|
/**
|
|
4024
3160
|
* <p>Gets a specified VPC link under the caller's account in a region.</p>
|
|
4025
3161
|
*/
|
|
@@ -4029,12 +3165,6 @@ export interface GetVpcLinkRequest {
|
|
|
4029
3165
|
*/
|
|
4030
3166
|
vpcLinkId: string | undefined;
|
|
4031
3167
|
}
|
|
4032
|
-
export declare namespace GetVpcLinkRequest {
|
|
4033
|
-
/**
|
|
4034
|
-
* @internal
|
|
4035
|
-
*/
|
|
4036
|
-
const filterSensitiveLog: (obj: GetVpcLinkRequest) => any;
|
|
4037
|
-
}
|
|
4038
3168
|
/**
|
|
4039
3169
|
* <p>Gets the VpcLinks collection under the caller's account in a selected region.</p>
|
|
4040
3170
|
*/
|
|
@@ -4048,12 +3178,6 @@ export interface GetVpcLinksRequest {
|
|
|
4048
3178
|
*/
|
|
4049
3179
|
limit?: number;
|
|
4050
3180
|
}
|
|
4051
|
-
export declare namespace GetVpcLinksRequest {
|
|
4052
|
-
/**
|
|
4053
|
-
* @internal
|
|
4054
|
-
*/
|
|
4055
|
-
const filterSensitiveLog: (obj: GetVpcLinksRequest) => any;
|
|
4056
|
-
}
|
|
4057
3181
|
/**
|
|
4058
3182
|
* <p>The collection of VPC links under the caller's account in a region.</p>
|
|
4059
3183
|
*/
|
|
@@ -4067,12 +3191,6 @@ export interface VpcLinks {
|
|
|
4067
3191
|
*/
|
|
4068
3192
|
position?: string;
|
|
4069
3193
|
}
|
|
4070
|
-
export declare namespace VpcLinks {
|
|
4071
|
-
/**
|
|
4072
|
-
* @internal
|
|
4073
|
-
*/
|
|
4074
|
-
const filterSensitiveLog: (obj: VpcLinks) => any;
|
|
4075
|
-
}
|
|
4076
3194
|
/**
|
|
4077
3195
|
* <p>The POST request to import API keys from an external source, such as a CSV-formatted file.</p>
|
|
4078
3196
|
*/
|
|
@@ -4090,12 +3208,6 @@ export interface ImportApiKeysRequest {
|
|
|
4090
3208
|
*/
|
|
4091
3209
|
failOnWarnings?: boolean;
|
|
4092
3210
|
}
|
|
4093
|
-
export declare namespace ImportApiKeysRequest {
|
|
4094
|
-
/**
|
|
4095
|
-
* @internal
|
|
4096
|
-
*/
|
|
4097
|
-
const filterSensitiveLog: (obj: ImportApiKeysRequest) => any;
|
|
4098
|
-
}
|
|
4099
3211
|
/**
|
|
4100
3212
|
* <p>A collection of the imported DocumentationPart identifiers.</p>
|
|
4101
3213
|
*/
|
|
@@ -4109,12 +3221,6 @@ export interface DocumentationPartIds {
|
|
|
4109
3221
|
*/
|
|
4110
3222
|
warnings?: string[];
|
|
4111
3223
|
}
|
|
4112
|
-
export declare namespace DocumentationPartIds {
|
|
4113
|
-
/**
|
|
4114
|
-
* @internal
|
|
4115
|
-
*/
|
|
4116
|
-
const filterSensitiveLog: (obj: DocumentationPartIds) => any;
|
|
4117
|
-
}
|
|
4118
3224
|
export declare enum PutMode {
|
|
4119
3225
|
Merge = "merge",
|
|
4120
3226
|
Overwrite = "overwrite"
|
|
@@ -4140,12 +3246,6 @@ export interface ImportDocumentationPartsRequest {
|
|
|
4140
3246
|
*/
|
|
4141
3247
|
body: Uint8Array | undefined;
|
|
4142
3248
|
}
|
|
4143
|
-
export declare namespace ImportDocumentationPartsRequest {
|
|
4144
|
-
/**
|
|
4145
|
-
* @internal
|
|
4146
|
-
*/
|
|
4147
|
-
const filterSensitiveLog: (obj: ImportDocumentationPartsRequest) => any;
|
|
4148
|
-
}
|
|
4149
3249
|
/**
|
|
4150
3250
|
* <p>A POST request to import an API to API Gateway using an input of an API definition file.</p>
|
|
4151
3251
|
*/
|
|
@@ -4169,12 +3269,6 @@ export interface ImportRestApiRequest {
|
|
|
4169
3269
|
*/
|
|
4170
3270
|
body: Uint8Array | undefined;
|
|
4171
3271
|
}
|
|
4172
|
-
export declare namespace ImportRestApiRequest {
|
|
4173
|
-
/**
|
|
4174
|
-
* @internal
|
|
4175
|
-
*/
|
|
4176
|
-
const filterSensitiveLog: (obj: ImportRestApiRequest) => any;
|
|
4177
|
-
}
|
|
4178
3272
|
/**
|
|
4179
3273
|
* <p>Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.</p>
|
|
4180
3274
|
*/
|
|
@@ -4200,12 +3294,6 @@ export interface PutGatewayResponseRequest {
|
|
|
4200
3294
|
*/
|
|
4201
3295
|
responseTemplates?: Record<string, string>;
|
|
4202
3296
|
}
|
|
4203
|
-
export declare namespace PutGatewayResponseRequest {
|
|
4204
|
-
/**
|
|
4205
|
-
* @internal
|
|
4206
|
-
*/
|
|
4207
|
-
const filterSensitiveLog: (obj: PutGatewayResponseRequest) => any;
|
|
4208
|
-
}
|
|
4209
3297
|
/**
|
|
4210
3298
|
* <p>Sets up a method's integration.</p>
|
|
4211
3299
|
*/
|
|
@@ -4297,12 +3385,6 @@ export interface PutIntegrationRequest {
|
|
|
4297
3385
|
*/
|
|
4298
3386
|
tlsConfig?: TlsConfig;
|
|
4299
3387
|
}
|
|
4300
|
-
export declare namespace PutIntegrationRequest {
|
|
4301
|
-
/**
|
|
4302
|
-
* @internal
|
|
4303
|
-
*/
|
|
4304
|
-
const filterSensitiveLog: (obj: PutIntegrationRequest) => any;
|
|
4305
|
-
}
|
|
4306
3388
|
/**
|
|
4307
3389
|
* <p>Represents a put integration response request.</p>
|
|
4308
3390
|
*/
|
|
@@ -4343,12 +3425,6 @@ export interface PutIntegrationResponseRequest {
|
|
|
4343
3425
|
*/
|
|
4344
3426
|
contentHandling?: ContentHandlingStrategy | string;
|
|
4345
3427
|
}
|
|
4346
|
-
export declare namespace PutIntegrationResponseRequest {
|
|
4347
|
-
/**
|
|
4348
|
-
* @internal
|
|
4349
|
-
*/
|
|
4350
|
-
const filterSensitiveLog: (obj: PutIntegrationResponseRequest) => any;
|
|
4351
|
-
}
|
|
4352
3428
|
/**
|
|
4353
3429
|
* <p>Request to add a method to an existing Resource resource.</p>
|
|
4354
3430
|
*/
|
|
@@ -4398,12 +3474,6 @@ export interface PutMethodRequest {
|
|
|
4398
3474
|
*/
|
|
4399
3475
|
authorizationScopes?: string[];
|
|
4400
3476
|
}
|
|
4401
|
-
export declare namespace PutMethodRequest {
|
|
4402
|
-
/**
|
|
4403
|
-
* @internal
|
|
4404
|
-
*/
|
|
4405
|
-
const filterSensitiveLog: (obj: PutMethodRequest) => any;
|
|
4406
|
-
}
|
|
4407
3477
|
/**
|
|
4408
3478
|
* <p>Request to add a MethodResponse to an existing Method resource.</p>
|
|
4409
3479
|
*/
|
|
@@ -4433,12 +3503,6 @@ export interface PutMethodResponseRequest {
|
|
|
4433
3503
|
*/
|
|
4434
3504
|
responseModels?: Record<string, string>;
|
|
4435
3505
|
}
|
|
4436
|
-
export declare namespace PutMethodResponseRequest {
|
|
4437
|
-
/**
|
|
4438
|
-
* @internal
|
|
4439
|
-
*/
|
|
4440
|
-
const filterSensitiveLog: (obj: PutMethodResponseRequest) => any;
|
|
4441
|
-
}
|
|
4442
3506
|
/**
|
|
4443
3507
|
* <p>A PUT request to update an existing API, with external API definitions specified as the request body.</p>
|
|
4444
3508
|
*/
|
|
@@ -4466,12 +3530,6 @@ export interface PutRestApiRequest {
|
|
|
4466
3530
|
*/
|
|
4467
3531
|
body: Uint8Array | undefined;
|
|
4468
3532
|
}
|
|
4469
|
-
export declare namespace PutRestApiRequest {
|
|
4470
|
-
/**
|
|
4471
|
-
* @internal
|
|
4472
|
-
*/
|
|
4473
|
-
const filterSensitiveLog: (obj: PutRestApiRequest) => any;
|
|
4474
|
-
}
|
|
4475
3533
|
/**
|
|
4476
3534
|
* <p>Adds or updates a tag on a given resource.</p>
|
|
4477
3535
|
*/
|
|
@@ -4485,12 +3543,6 @@ export interface TagResourceRequest {
|
|
|
4485
3543
|
*/
|
|
4486
3544
|
tags: Record<string, string> | undefined;
|
|
4487
3545
|
}
|
|
4488
|
-
export declare namespace TagResourceRequest {
|
|
4489
|
-
/**
|
|
4490
|
-
* @internal
|
|
4491
|
-
*/
|
|
4492
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4493
|
-
}
|
|
4494
3546
|
/**
|
|
4495
3547
|
* <p>Make a request to simulate the invocation of an Authorizer.</p>
|
|
4496
3548
|
*/
|
|
@@ -4528,12 +3580,6 @@ export interface TestInvokeAuthorizerRequest {
|
|
|
4528
3580
|
*/
|
|
4529
3581
|
additionalContext?: Record<string, string>;
|
|
4530
3582
|
}
|
|
4531
|
-
export declare namespace TestInvokeAuthorizerRequest {
|
|
4532
|
-
/**
|
|
4533
|
-
* @internal
|
|
4534
|
-
*/
|
|
4535
|
-
const filterSensitiveLog: (obj: TestInvokeAuthorizerRequest) => any;
|
|
4536
|
-
}
|
|
4537
3583
|
/**
|
|
4538
3584
|
* <p>Represents the response of the test invoke request for a custom Authorizer</p>
|
|
4539
3585
|
*/
|
|
@@ -4567,12 +3613,6 @@ export interface TestInvokeAuthorizerResponse {
|
|
|
4567
3613
|
*/
|
|
4568
3614
|
claims?: Record<string, string>;
|
|
4569
3615
|
}
|
|
4570
|
-
export declare namespace TestInvokeAuthorizerResponse {
|
|
4571
|
-
/**
|
|
4572
|
-
* @internal
|
|
4573
|
-
*/
|
|
4574
|
-
const filterSensitiveLog: (obj: TestInvokeAuthorizerResponse) => any;
|
|
4575
|
-
}
|
|
4576
3616
|
/**
|
|
4577
3617
|
* <p>Make a request to simulate the invocation of a Method.</p>
|
|
4578
3618
|
*/
|
|
@@ -4614,12 +3654,6 @@ export interface TestInvokeMethodRequest {
|
|
|
4614
3654
|
*/
|
|
4615
3655
|
stageVariables?: Record<string, string>;
|
|
4616
3656
|
}
|
|
4617
|
-
export declare namespace TestInvokeMethodRequest {
|
|
4618
|
-
/**
|
|
4619
|
-
* @internal
|
|
4620
|
-
*/
|
|
4621
|
-
const filterSensitiveLog: (obj: TestInvokeMethodRequest) => any;
|
|
4622
|
-
}
|
|
4623
3657
|
/**
|
|
4624
3658
|
* <p>Represents the response of the test invoke request in the HTTP method.</p>
|
|
4625
3659
|
*/
|
|
@@ -4649,12 +3683,6 @@ export interface TestInvokeMethodResponse {
|
|
|
4649
3683
|
*/
|
|
4650
3684
|
latency?: number;
|
|
4651
3685
|
}
|
|
4652
|
-
export declare namespace TestInvokeMethodResponse {
|
|
4653
|
-
/**
|
|
4654
|
-
* @internal
|
|
4655
|
-
*/
|
|
4656
|
-
const filterSensitiveLog: (obj: TestInvokeMethodResponse) => any;
|
|
4657
|
-
}
|
|
4658
3686
|
/**
|
|
4659
3687
|
* <p>Removes a tag from a given resource.</p>
|
|
4660
3688
|
*/
|
|
@@ -4668,12 +3696,6 @@ export interface UntagResourceRequest {
|
|
|
4668
3696
|
*/
|
|
4669
3697
|
tagKeys: string[] | undefined;
|
|
4670
3698
|
}
|
|
4671
|
-
export declare namespace UntagResourceRequest {
|
|
4672
|
-
/**
|
|
4673
|
-
* @internal
|
|
4674
|
-
*/
|
|
4675
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4676
|
-
}
|
|
4677
3699
|
export declare type Op = "add" | "copy" | "move" | "remove" | "replace" | "test";
|
|
4678
3700
|
/**
|
|
4679
3701
|
* <p>For more information about supported patch operations, see <a href="https://docs.aws.amazon.com/apigateway/latest/api/patch-operations.html">Patch Operations</a>.</p>
|
|
@@ -4711,12 +3733,6 @@ export interface PatchOperation {
|
|
|
4711
3733
|
*/
|
|
4712
3734
|
from?: string;
|
|
4713
3735
|
}
|
|
4714
|
-
export declare namespace PatchOperation {
|
|
4715
|
-
/**
|
|
4716
|
-
* @internal
|
|
4717
|
-
*/
|
|
4718
|
-
const filterSensitiveLog: (obj: PatchOperation) => any;
|
|
4719
|
-
}
|
|
4720
3736
|
/**
|
|
4721
3737
|
* <p>Requests API Gateway to change information about the current Account resource.</p>
|
|
4722
3738
|
*/
|
|
@@ -4726,12 +3742,6 @@ export interface UpdateAccountRequest {
|
|
|
4726
3742
|
*/
|
|
4727
3743
|
patchOperations?: PatchOperation[];
|
|
4728
3744
|
}
|
|
4729
|
-
export declare namespace UpdateAccountRequest {
|
|
4730
|
-
/**
|
|
4731
|
-
* @internal
|
|
4732
|
-
*/
|
|
4733
|
-
const filterSensitiveLog: (obj: UpdateAccountRequest) => any;
|
|
4734
|
-
}
|
|
4735
3745
|
/**
|
|
4736
3746
|
* <p>A request to change information about an ApiKey resource.</p>
|
|
4737
3747
|
*/
|
|
@@ -4745,12 +3755,6 @@ export interface UpdateApiKeyRequest {
|
|
|
4745
3755
|
*/
|
|
4746
3756
|
patchOperations?: PatchOperation[];
|
|
4747
3757
|
}
|
|
4748
|
-
export declare namespace UpdateApiKeyRequest {
|
|
4749
|
-
/**
|
|
4750
|
-
* @internal
|
|
4751
|
-
*/
|
|
4752
|
-
const filterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
|
|
4753
|
-
}
|
|
4754
3758
|
/**
|
|
4755
3759
|
* <p>Request to update an existing Authorizer resource.</p>
|
|
4756
3760
|
*/
|
|
@@ -4768,12 +3772,6 @@ export interface UpdateAuthorizerRequest {
|
|
|
4768
3772
|
*/
|
|
4769
3773
|
patchOperations?: PatchOperation[];
|
|
4770
3774
|
}
|
|
4771
|
-
export declare namespace UpdateAuthorizerRequest {
|
|
4772
|
-
/**
|
|
4773
|
-
* @internal
|
|
4774
|
-
*/
|
|
4775
|
-
const filterSensitiveLog: (obj: UpdateAuthorizerRequest) => any;
|
|
4776
|
-
}
|
|
4777
3775
|
/**
|
|
4778
3776
|
* <p>A request to change information about the BasePathMapping resource.</p>
|
|
4779
3777
|
*/
|
|
@@ -4792,12 +3790,6 @@ export interface UpdateBasePathMappingRequest {
|
|
|
4792
3790
|
*/
|
|
4793
3791
|
patchOperations?: PatchOperation[];
|
|
4794
3792
|
}
|
|
4795
|
-
export declare namespace UpdateBasePathMappingRequest {
|
|
4796
|
-
/**
|
|
4797
|
-
* @internal
|
|
4798
|
-
*/
|
|
4799
|
-
const filterSensitiveLog: (obj: UpdateBasePathMappingRequest) => any;
|
|
4800
|
-
}
|
|
4801
3793
|
/**
|
|
4802
3794
|
* <p>A request to change information about an ClientCertificate resource.</p>
|
|
4803
3795
|
*/
|
|
@@ -4811,12 +3803,6 @@ export interface UpdateClientCertificateRequest {
|
|
|
4811
3803
|
*/
|
|
4812
3804
|
patchOperations?: PatchOperation[];
|
|
4813
3805
|
}
|
|
4814
|
-
export declare namespace UpdateClientCertificateRequest {
|
|
4815
|
-
/**
|
|
4816
|
-
* @internal
|
|
4817
|
-
*/
|
|
4818
|
-
const filterSensitiveLog: (obj: UpdateClientCertificateRequest) => any;
|
|
4819
|
-
}
|
|
4820
3806
|
/**
|
|
4821
3807
|
* <p>Requests API Gateway to change information about a Deployment resource.</p>
|
|
4822
3808
|
*/
|
|
@@ -4834,12 +3820,6 @@ export interface UpdateDeploymentRequest {
|
|
|
4834
3820
|
*/
|
|
4835
3821
|
patchOperations?: PatchOperation[];
|
|
4836
3822
|
}
|
|
4837
|
-
export declare namespace UpdateDeploymentRequest {
|
|
4838
|
-
/**
|
|
4839
|
-
* @internal
|
|
4840
|
-
*/
|
|
4841
|
-
const filterSensitiveLog: (obj: UpdateDeploymentRequest) => any;
|
|
4842
|
-
}
|
|
4843
3823
|
/**
|
|
4844
3824
|
* <p>Updates an existing documentation part of a given API.</p>
|
|
4845
3825
|
*/
|
|
@@ -4857,12 +3837,6 @@ export interface UpdateDocumentationPartRequest {
|
|
|
4857
3837
|
*/
|
|
4858
3838
|
patchOperations?: PatchOperation[];
|
|
4859
3839
|
}
|
|
4860
|
-
export declare namespace UpdateDocumentationPartRequest {
|
|
4861
|
-
/**
|
|
4862
|
-
* @internal
|
|
4863
|
-
*/
|
|
4864
|
-
const filterSensitiveLog: (obj: UpdateDocumentationPartRequest) => any;
|
|
4865
|
-
}
|
|
4866
3840
|
/**
|
|
4867
3841
|
* <p>Updates an existing documentation version of an API.</p>
|
|
4868
3842
|
*/
|
|
@@ -4880,12 +3854,6 @@ export interface UpdateDocumentationVersionRequest {
|
|
|
4880
3854
|
*/
|
|
4881
3855
|
patchOperations?: PatchOperation[];
|
|
4882
3856
|
}
|
|
4883
|
-
export declare namespace UpdateDocumentationVersionRequest {
|
|
4884
|
-
/**
|
|
4885
|
-
* @internal
|
|
4886
|
-
*/
|
|
4887
|
-
const filterSensitiveLog: (obj: UpdateDocumentationVersionRequest) => any;
|
|
4888
|
-
}
|
|
4889
3857
|
/**
|
|
4890
3858
|
* <p>A request to change information about the DomainName resource.</p>
|
|
4891
3859
|
*/
|
|
@@ -4899,12 +3867,6 @@ export interface UpdateDomainNameRequest {
|
|
|
4899
3867
|
*/
|
|
4900
3868
|
patchOperations?: PatchOperation[];
|
|
4901
3869
|
}
|
|
4902
|
-
export declare namespace UpdateDomainNameRequest {
|
|
4903
|
-
/**
|
|
4904
|
-
* @internal
|
|
4905
|
-
*/
|
|
4906
|
-
const filterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
4907
|
-
}
|
|
4908
3870
|
/**
|
|
4909
3871
|
* <p>Updates a GatewayResponse of a specified response type on the given RestApi.</p>
|
|
4910
3872
|
*/
|
|
@@ -4922,12 +3884,6 @@ export interface UpdateGatewayResponseRequest {
|
|
|
4922
3884
|
*/
|
|
4923
3885
|
patchOperations?: PatchOperation[];
|
|
4924
3886
|
}
|
|
4925
|
-
export declare namespace UpdateGatewayResponseRequest {
|
|
4926
|
-
/**
|
|
4927
|
-
* @internal
|
|
4928
|
-
*/
|
|
4929
|
-
const filterSensitiveLog: (obj: UpdateGatewayResponseRequest) => any;
|
|
4930
|
-
}
|
|
4931
3887
|
/**
|
|
4932
3888
|
* <p>Represents an update integration request.</p>
|
|
4933
3889
|
*/
|
|
@@ -4949,12 +3905,6 @@ export interface UpdateIntegrationRequest {
|
|
|
4949
3905
|
*/
|
|
4950
3906
|
patchOperations?: PatchOperation[];
|
|
4951
3907
|
}
|
|
4952
|
-
export declare namespace UpdateIntegrationRequest {
|
|
4953
|
-
/**
|
|
4954
|
-
* @internal
|
|
4955
|
-
*/
|
|
4956
|
-
const filterSensitiveLog: (obj: UpdateIntegrationRequest) => any;
|
|
4957
|
-
}
|
|
4958
3908
|
/**
|
|
4959
3909
|
* <p>Represents an update integration response request.</p>
|
|
4960
3910
|
*/
|
|
@@ -4980,12 +3930,6 @@ export interface UpdateIntegrationResponseRequest {
|
|
|
4980
3930
|
*/
|
|
4981
3931
|
patchOperations?: PatchOperation[];
|
|
4982
3932
|
}
|
|
4983
|
-
export declare namespace UpdateIntegrationResponseRequest {
|
|
4984
|
-
/**
|
|
4985
|
-
* @internal
|
|
4986
|
-
*/
|
|
4987
|
-
const filterSensitiveLog: (obj: UpdateIntegrationResponseRequest) => any;
|
|
4988
|
-
}
|
|
4989
3933
|
/**
|
|
4990
3934
|
* <p>Request to update an existing Method resource.</p>
|
|
4991
3935
|
*/
|
|
@@ -5007,12 +3951,6 @@ export interface UpdateMethodRequest {
|
|
|
5007
3951
|
*/
|
|
5008
3952
|
patchOperations?: PatchOperation[];
|
|
5009
3953
|
}
|
|
5010
|
-
export declare namespace UpdateMethodRequest {
|
|
5011
|
-
/**
|
|
5012
|
-
* @internal
|
|
5013
|
-
*/
|
|
5014
|
-
const filterSensitiveLog: (obj: UpdateMethodRequest) => any;
|
|
5015
|
-
}
|
|
5016
3954
|
/**
|
|
5017
3955
|
* <p>A request to update an existing MethodResponse resource.</p>
|
|
5018
3956
|
*/
|
|
@@ -5038,12 +3976,6 @@ export interface UpdateMethodResponseRequest {
|
|
|
5038
3976
|
*/
|
|
5039
3977
|
patchOperations?: PatchOperation[];
|
|
5040
3978
|
}
|
|
5041
|
-
export declare namespace UpdateMethodResponseRequest {
|
|
5042
|
-
/**
|
|
5043
|
-
* @internal
|
|
5044
|
-
*/
|
|
5045
|
-
const filterSensitiveLog: (obj: UpdateMethodResponseRequest) => any;
|
|
5046
|
-
}
|
|
5047
3979
|
/**
|
|
5048
3980
|
* <p>Request to update an existing model in an existing RestApi resource.</p>
|
|
5049
3981
|
*/
|
|
@@ -5061,12 +3993,6 @@ export interface UpdateModelRequest {
|
|
|
5061
3993
|
*/
|
|
5062
3994
|
patchOperations?: PatchOperation[];
|
|
5063
3995
|
}
|
|
5064
|
-
export declare namespace UpdateModelRequest {
|
|
5065
|
-
/**
|
|
5066
|
-
* @internal
|
|
5067
|
-
*/
|
|
5068
|
-
const filterSensitiveLog: (obj: UpdateModelRequest) => any;
|
|
5069
|
-
}
|
|
5070
3996
|
/**
|
|
5071
3997
|
* <p>Updates a RequestValidator of a given RestApi.</p>
|
|
5072
3998
|
*/
|
|
@@ -5084,12 +4010,6 @@ export interface UpdateRequestValidatorRequest {
|
|
|
5084
4010
|
*/
|
|
5085
4011
|
patchOperations?: PatchOperation[];
|
|
5086
4012
|
}
|
|
5087
|
-
export declare namespace UpdateRequestValidatorRequest {
|
|
5088
|
-
/**
|
|
5089
|
-
* @internal
|
|
5090
|
-
*/
|
|
5091
|
-
const filterSensitiveLog: (obj: UpdateRequestValidatorRequest) => any;
|
|
5092
|
-
}
|
|
5093
4013
|
/**
|
|
5094
4014
|
* <p>Request to change information about a Resource resource.</p>
|
|
5095
4015
|
*/
|
|
@@ -5107,12 +4027,6 @@ export interface UpdateResourceRequest {
|
|
|
5107
4027
|
*/
|
|
5108
4028
|
patchOperations?: PatchOperation[];
|
|
5109
4029
|
}
|
|
5110
|
-
export declare namespace UpdateResourceRequest {
|
|
5111
|
-
/**
|
|
5112
|
-
* @internal
|
|
5113
|
-
*/
|
|
5114
|
-
const filterSensitiveLog: (obj: UpdateResourceRequest) => any;
|
|
5115
|
-
}
|
|
5116
4030
|
/**
|
|
5117
4031
|
* <p>Request to update an existing RestApi resource in your collection.</p>
|
|
5118
4032
|
*/
|
|
@@ -5126,12 +4040,6 @@ export interface UpdateRestApiRequest {
|
|
|
5126
4040
|
*/
|
|
5127
4041
|
patchOperations?: PatchOperation[];
|
|
5128
4042
|
}
|
|
5129
|
-
export declare namespace UpdateRestApiRequest {
|
|
5130
|
-
/**
|
|
5131
|
-
* @internal
|
|
5132
|
-
*/
|
|
5133
|
-
const filterSensitiveLog: (obj: UpdateRestApiRequest) => any;
|
|
5134
|
-
}
|
|
5135
4043
|
/**
|
|
5136
4044
|
* <p>Requests API Gateway to change information about a Stage resource.</p>
|
|
5137
4045
|
*/
|
|
@@ -5149,12 +4057,6 @@ export interface UpdateStageRequest {
|
|
|
5149
4057
|
*/
|
|
5150
4058
|
patchOperations?: PatchOperation[];
|
|
5151
4059
|
}
|
|
5152
|
-
export declare namespace UpdateStageRequest {
|
|
5153
|
-
/**
|
|
5154
|
-
* @internal
|
|
5155
|
-
*/
|
|
5156
|
-
const filterSensitiveLog: (obj: UpdateStageRequest) => any;
|
|
5157
|
-
}
|
|
5158
4060
|
/**
|
|
5159
4061
|
* <p>The PATCH request to grant a temporary extension to the remaining quota of a usage plan associated with a specified API key.</p>
|
|
5160
4062
|
*/
|
|
@@ -5172,12 +4074,6 @@ export interface UpdateUsageRequest {
|
|
|
5172
4074
|
*/
|
|
5173
4075
|
patchOperations?: PatchOperation[];
|
|
5174
4076
|
}
|
|
5175
|
-
export declare namespace UpdateUsageRequest {
|
|
5176
|
-
/**
|
|
5177
|
-
* @internal
|
|
5178
|
-
*/
|
|
5179
|
-
const filterSensitiveLog: (obj: UpdateUsageRequest) => any;
|
|
5180
|
-
}
|
|
5181
4077
|
/**
|
|
5182
4078
|
* <p>The PATCH request to update a usage plan of a given plan Id.</p>
|
|
5183
4079
|
*/
|
|
@@ -5191,12 +4087,6 @@ export interface UpdateUsagePlanRequest {
|
|
|
5191
4087
|
*/
|
|
5192
4088
|
patchOperations?: PatchOperation[];
|
|
5193
4089
|
}
|
|
5194
|
-
export declare namespace UpdateUsagePlanRequest {
|
|
5195
|
-
/**
|
|
5196
|
-
* @internal
|
|
5197
|
-
*/
|
|
5198
|
-
const filterSensitiveLog: (obj: UpdateUsagePlanRequest) => any;
|
|
5199
|
-
}
|
|
5200
4090
|
/**
|
|
5201
4091
|
* <p>Updates an existing VpcLink of a specified identifier.</p>
|
|
5202
4092
|
*/
|
|
@@ -5210,9 +4100,747 @@ export interface UpdateVpcLinkRequest {
|
|
|
5210
4100
|
*/
|
|
5211
4101
|
patchOperations?: PatchOperation[];
|
|
5212
4102
|
}
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
|
|
5218
|
-
|
|
4103
|
+
/**
|
|
4104
|
+
* @internal
|
|
4105
|
+
*/
|
|
4106
|
+
export declare const AccessLogSettingsFilterSensitiveLog: (obj: AccessLogSettings) => any;
|
|
4107
|
+
/**
|
|
4108
|
+
* @internal
|
|
4109
|
+
*/
|
|
4110
|
+
export declare const ThrottleSettingsFilterSensitiveLog: (obj: ThrottleSettings) => any;
|
|
4111
|
+
/**
|
|
4112
|
+
* @internal
|
|
4113
|
+
*/
|
|
4114
|
+
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
4115
|
+
/**
|
|
4116
|
+
* @internal
|
|
4117
|
+
*/
|
|
4118
|
+
export declare const ApiKeyFilterSensitiveLog: (obj: ApiKey) => any;
|
|
4119
|
+
/**
|
|
4120
|
+
* @internal
|
|
4121
|
+
*/
|
|
4122
|
+
export declare const ApiKeyIdsFilterSensitiveLog: (obj: ApiKeyIds) => any;
|
|
4123
|
+
/**
|
|
4124
|
+
* @internal
|
|
4125
|
+
*/
|
|
4126
|
+
export declare const ApiKeysFilterSensitiveLog: (obj: ApiKeys) => any;
|
|
4127
|
+
/**
|
|
4128
|
+
* @internal
|
|
4129
|
+
*/
|
|
4130
|
+
export declare const ApiStageFilterSensitiveLog: (obj: ApiStage) => any;
|
|
4131
|
+
/**
|
|
4132
|
+
* @internal
|
|
4133
|
+
*/
|
|
4134
|
+
export declare const AuthorizerFilterSensitiveLog: (obj: Authorizer) => any;
|
|
4135
|
+
/**
|
|
4136
|
+
* @internal
|
|
4137
|
+
*/
|
|
4138
|
+
export declare const AuthorizersFilterSensitiveLog: (obj: Authorizers) => any;
|
|
4139
|
+
/**
|
|
4140
|
+
* @internal
|
|
4141
|
+
*/
|
|
4142
|
+
export declare const StageKeyFilterSensitiveLog: (obj: StageKey) => any;
|
|
4143
|
+
/**
|
|
4144
|
+
* @internal
|
|
4145
|
+
*/
|
|
4146
|
+
export declare const CreateApiKeyRequestFilterSensitiveLog: (obj: CreateApiKeyRequest) => any;
|
|
4147
|
+
/**
|
|
4148
|
+
* @internal
|
|
4149
|
+
*/
|
|
4150
|
+
export declare const CreateAuthorizerRequestFilterSensitiveLog: (obj: CreateAuthorizerRequest) => any;
|
|
4151
|
+
/**
|
|
4152
|
+
* @internal
|
|
4153
|
+
*/
|
|
4154
|
+
export declare const BasePathMappingFilterSensitiveLog: (obj: BasePathMapping) => any;
|
|
4155
|
+
/**
|
|
4156
|
+
* @internal
|
|
4157
|
+
*/
|
|
4158
|
+
export declare const CreateBasePathMappingRequestFilterSensitiveLog: (obj: CreateBasePathMappingRequest) => any;
|
|
4159
|
+
/**
|
|
4160
|
+
* @internal
|
|
4161
|
+
*/
|
|
4162
|
+
export declare const DeploymentCanarySettingsFilterSensitiveLog: (obj: DeploymentCanarySettings) => any;
|
|
4163
|
+
/**
|
|
4164
|
+
* @internal
|
|
4165
|
+
*/
|
|
4166
|
+
export declare const CreateDeploymentRequestFilterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
4167
|
+
/**
|
|
4168
|
+
* @internal
|
|
4169
|
+
*/
|
|
4170
|
+
export declare const MethodSnapshotFilterSensitiveLog: (obj: MethodSnapshot) => any;
|
|
4171
|
+
/**
|
|
4172
|
+
* @internal
|
|
4173
|
+
*/
|
|
4174
|
+
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
4175
|
+
/**
|
|
4176
|
+
* @internal
|
|
4177
|
+
*/
|
|
4178
|
+
export declare const DocumentationPartLocationFilterSensitiveLog: (obj: DocumentationPartLocation) => any;
|
|
4179
|
+
/**
|
|
4180
|
+
* @internal
|
|
4181
|
+
*/
|
|
4182
|
+
export declare const CreateDocumentationPartRequestFilterSensitiveLog: (obj: CreateDocumentationPartRequest) => any;
|
|
4183
|
+
/**
|
|
4184
|
+
* @internal
|
|
4185
|
+
*/
|
|
4186
|
+
export declare const DocumentationPartFilterSensitiveLog: (obj: DocumentationPart) => any;
|
|
4187
|
+
/**
|
|
4188
|
+
* @internal
|
|
4189
|
+
*/
|
|
4190
|
+
export declare const CreateDocumentationVersionRequestFilterSensitiveLog: (obj: CreateDocumentationVersionRequest) => any;
|
|
4191
|
+
/**
|
|
4192
|
+
* @internal
|
|
4193
|
+
*/
|
|
4194
|
+
export declare const DocumentationVersionFilterSensitiveLog: (obj: DocumentationVersion) => any;
|
|
4195
|
+
/**
|
|
4196
|
+
* @internal
|
|
4197
|
+
*/
|
|
4198
|
+
export declare const EndpointConfigurationFilterSensitiveLog: (obj: EndpointConfiguration) => any;
|
|
4199
|
+
/**
|
|
4200
|
+
* @internal
|
|
4201
|
+
*/
|
|
4202
|
+
export declare const MutualTlsAuthenticationInputFilterSensitiveLog: (obj: MutualTlsAuthenticationInput) => any;
|
|
4203
|
+
/**
|
|
4204
|
+
* @internal
|
|
4205
|
+
*/
|
|
4206
|
+
export declare const CreateDomainNameRequestFilterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
4207
|
+
/**
|
|
4208
|
+
* @internal
|
|
4209
|
+
*/
|
|
4210
|
+
export declare const MutualTlsAuthenticationFilterSensitiveLog: (obj: MutualTlsAuthentication) => any;
|
|
4211
|
+
/**
|
|
4212
|
+
* @internal
|
|
4213
|
+
*/
|
|
4214
|
+
export declare const DomainNameFilterSensitiveLog: (obj: DomainName) => any;
|
|
4215
|
+
/**
|
|
4216
|
+
* @internal
|
|
4217
|
+
*/
|
|
4218
|
+
export declare const CreateModelRequestFilterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
4219
|
+
/**
|
|
4220
|
+
* @internal
|
|
4221
|
+
*/
|
|
4222
|
+
export declare const ModelFilterSensitiveLog: (obj: Model) => any;
|
|
4223
|
+
/**
|
|
4224
|
+
* @internal
|
|
4225
|
+
*/
|
|
4226
|
+
export declare const CreateRequestValidatorRequestFilterSensitiveLog: (obj: CreateRequestValidatorRequest) => any;
|
|
4227
|
+
/**
|
|
4228
|
+
* @internal
|
|
4229
|
+
*/
|
|
4230
|
+
export declare const RequestValidatorFilterSensitiveLog: (obj: RequestValidator) => any;
|
|
4231
|
+
/**
|
|
4232
|
+
* @internal
|
|
4233
|
+
*/
|
|
4234
|
+
export declare const CreateResourceRequestFilterSensitiveLog: (obj: CreateResourceRequest) => any;
|
|
4235
|
+
/**
|
|
4236
|
+
* @internal
|
|
4237
|
+
*/
|
|
4238
|
+
export declare const IntegrationResponseFilterSensitiveLog: (obj: IntegrationResponse) => any;
|
|
4239
|
+
/**
|
|
4240
|
+
* @internal
|
|
4241
|
+
*/
|
|
4242
|
+
export declare const TlsConfigFilterSensitiveLog: (obj: TlsConfig) => any;
|
|
4243
|
+
/**
|
|
4244
|
+
* @internal
|
|
4245
|
+
*/
|
|
4246
|
+
export declare const IntegrationFilterSensitiveLog: (obj: Integration) => any;
|
|
4247
|
+
/**
|
|
4248
|
+
* @internal
|
|
4249
|
+
*/
|
|
4250
|
+
export declare const MethodResponseFilterSensitiveLog: (obj: MethodResponse) => any;
|
|
4251
|
+
/**
|
|
4252
|
+
* @internal
|
|
4253
|
+
*/
|
|
4254
|
+
export declare const MethodFilterSensitiveLog: (obj: Method) => any;
|
|
4255
|
+
/**
|
|
4256
|
+
* @internal
|
|
4257
|
+
*/
|
|
4258
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
4259
|
+
/**
|
|
4260
|
+
* @internal
|
|
4261
|
+
*/
|
|
4262
|
+
export declare const CreateRestApiRequestFilterSensitiveLog: (obj: CreateRestApiRequest) => any;
|
|
4263
|
+
/**
|
|
4264
|
+
* @internal
|
|
4265
|
+
*/
|
|
4266
|
+
export declare const RestApiFilterSensitiveLog: (obj: RestApi) => any;
|
|
4267
|
+
/**
|
|
4268
|
+
* @internal
|
|
4269
|
+
*/
|
|
4270
|
+
export declare const CanarySettingsFilterSensitiveLog: (obj: CanarySettings) => any;
|
|
4271
|
+
/**
|
|
4272
|
+
* @internal
|
|
4273
|
+
*/
|
|
4274
|
+
export declare const CreateStageRequestFilterSensitiveLog: (obj: CreateStageRequest) => any;
|
|
4275
|
+
/**
|
|
4276
|
+
* @internal
|
|
4277
|
+
*/
|
|
4278
|
+
export declare const MethodSettingFilterSensitiveLog: (obj: MethodSetting) => any;
|
|
4279
|
+
/**
|
|
4280
|
+
* @internal
|
|
4281
|
+
*/
|
|
4282
|
+
export declare const StageFilterSensitiveLog: (obj: Stage) => any;
|
|
4283
|
+
/**
|
|
4284
|
+
* @internal
|
|
4285
|
+
*/
|
|
4286
|
+
export declare const QuotaSettingsFilterSensitiveLog: (obj: QuotaSettings) => any;
|
|
4287
|
+
/**
|
|
4288
|
+
* @internal
|
|
4289
|
+
*/
|
|
4290
|
+
export declare const CreateUsagePlanRequestFilterSensitiveLog: (obj: CreateUsagePlanRequest) => any;
|
|
4291
|
+
/**
|
|
4292
|
+
* @internal
|
|
4293
|
+
*/
|
|
4294
|
+
export declare const UsagePlanFilterSensitiveLog: (obj: UsagePlan) => any;
|
|
4295
|
+
/**
|
|
4296
|
+
* @internal
|
|
4297
|
+
*/
|
|
4298
|
+
export declare const CreateUsagePlanKeyRequestFilterSensitiveLog: (obj: CreateUsagePlanKeyRequest) => any;
|
|
4299
|
+
/**
|
|
4300
|
+
* @internal
|
|
4301
|
+
*/
|
|
4302
|
+
export declare const UsagePlanKeyFilterSensitiveLog: (obj: UsagePlanKey) => any;
|
|
4303
|
+
/**
|
|
4304
|
+
* @internal
|
|
4305
|
+
*/
|
|
4306
|
+
export declare const CreateVpcLinkRequestFilterSensitiveLog: (obj: CreateVpcLinkRequest) => any;
|
|
4307
|
+
/**
|
|
4308
|
+
* @internal
|
|
4309
|
+
*/
|
|
4310
|
+
export declare const VpcLinkFilterSensitiveLog: (obj: VpcLink) => any;
|
|
4311
|
+
/**
|
|
4312
|
+
* @internal
|
|
4313
|
+
*/
|
|
4314
|
+
export declare const DeleteApiKeyRequestFilterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
|
|
4315
|
+
/**
|
|
4316
|
+
* @internal
|
|
4317
|
+
*/
|
|
4318
|
+
export declare const DeleteAuthorizerRequestFilterSensitiveLog: (obj: DeleteAuthorizerRequest) => any;
|
|
4319
|
+
/**
|
|
4320
|
+
* @internal
|
|
4321
|
+
*/
|
|
4322
|
+
export declare const DeleteBasePathMappingRequestFilterSensitiveLog: (obj: DeleteBasePathMappingRequest) => any;
|
|
4323
|
+
/**
|
|
4324
|
+
* @internal
|
|
4325
|
+
*/
|
|
4326
|
+
export declare const DeleteClientCertificateRequestFilterSensitiveLog: (obj: DeleteClientCertificateRequest) => any;
|
|
4327
|
+
/**
|
|
4328
|
+
* @internal
|
|
4329
|
+
*/
|
|
4330
|
+
export declare const DeleteDeploymentRequestFilterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
|
|
4331
|
+
/**
|
|
4332
|
+
* @internal
|
|
4333
|
+
*/
|
|
4334
|
+
export declare const DeleteDocumentationPartRequestFilterSensitiveLog: (obj: DeleteDocumentationPartRequest) => any;
|
|
4335
|
+
/**
|
|
4336
|
+
* @internal
|
|
4337
|
+
*/
|
|
4338
|
+
export declare const DeleteDocumentationVersionRequestFilterSensitiveLog: (obj: DeleteDocumentationVersionRequest) => any;
|
|
4339
|
+
/**
|
|
4340
|
+
* @internal
|
|
4341
|
+
*/
|
|
4342
|
+
export declare const DeleteDomainNameRequestFilterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
4343
|
+
/**
|
|
4344
|
+
* @internal
|
|
4345
|
+
*/
|
|
4346
|
+
export declare const DeleteGatewayResponseRequestFilterSensitiveLog: (obj: DeleteGatewayResponseRequest) => any;
|
|
4347
|
+
/**
|
|
4348
|
+
* @internal
|
|
4349
|
+
*/
|
|
4350
|
+
export declare const DeleteIntegrationRequestFilterSensitiveLog: (obj: DeleteIntegrationRequest) => any;
|
|
4351
|
+
/**
|
|
4352
|
+
* @internal
|
|
4353
|
+
*/
|
|
4354
|
+
export declare const DeleteIntegrationResponseRequestFilterSensitiveLog: (obj: DeleteIntegrationResponseRequest) => any;
|
|
4355
|
+
/**
|
|
4356
|
+
* @internal
|
|
4357
|
+
*/
|
|
4358
|
+
export declare const DeleteMethodRequestFilterSensitiveLog: (obj: DeleteMethodRequest) => any;
|
|
4359
|
+
/**
|
|
4360
|
+
* @internal
|
|
4361
|
+
*/
|
|
4362
|
+
export declare const DeleteMethodResponseRequestFilterSensitiveLog: (obj: DeleteMethodResponseRequest) => any;
|
|
4363
|
+
/**
|
|
4364
|
+
* @internal
|
|
4365
|
+
*/
|
|
4366
|
+
export declare const DeleteModelRequestFilterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
4367
|
+
/**
|
|
4368
|
+
* @internal
|
|
4369
|
+
*/
|
|
4370
|
+
export declare const DeleteRequestValidatorRequestFilterSensitiveLog: (obj: DeleteRequestValidatorRequest) => any;
|
|
4371
|
+
/**
|
|
4372
|
+
* @internal
|
|
4373
|
+
*/
|
|
4374
|
+
export declare const DeleteResourceRequestFilterSensitiveLog: (obj: DeleteResourceRequest) => any;
|
|
4375
|
+
/**
|
|
4376
|
+
* @internal
|
|
4377
|
+
*/
|
|
4378
|
+
export declare const DeleteRestApiRequestFilterSensitiveLog: (obj: DeleteRestApiRequest) => any;
|
|
4379
|
+
/**
|
|
4380
|
+
* @internal
|
|
4381
|
+
*/
|
|
4382
|
+
export declare const DeleteStageRequestFilterSensitiveLog: (obj: DeleteStageRequest) => any;
|
|
4383
|
+
/**
|
|
4384
|
+
* @internal
|
|
4385
|
+
*/
|
|
4386
|
+
export declare const DeleteUsagePlanRequestFilterSensitiveLog: (obj: DeleteUsagePlanRequest) => any;
|
|
4387
|
+
/**
|
|
4388
|
+
* @internal
|
|
4389
|
+
*/
|
|
4390
|
+
export declare const DeleteUsagePlanKeyRequestFilterSensitiveLog: (obj: DeleteUsagePlanKeyRequest) => any;
|
|
4391
|
+
/**
|
|
4392
|
+
* @internal
|
|
4393
|
+
*/
|
|
4394
|
+
export declare const DeleteVpcLinkRequestFilterSensitiveLog: (obj: DeleteVpcLinkRequest) => any;
|
|
4395
|
+
/**
|
|
4396
|
+
* @internal
|
|
4397
|
+
*/
|
|
4398
|
+
export declare const FlushStageAuthorizersCacheRequestFilterSensitiveLog: (obj: FlushStageAuthorizersCacheRequest) => any;
|
|
4399
|
+
/**
|
|
4400
|
+
* @internal
|
|
4401
|
+
*/
|
|
4402
|
+
export declare const FlushStageCacheRequestFilterSensitiveLog: (obj: FlushStageCacheRequest) => any;
|
|
4403
|
+
/**
|
|
4404
|
+
* @internal
|
|
4405
|
+
*/
|
|
4406
|
+
export declare const ClientCertificateFilterSensitiveLog: (obj: ClientCertificate) => any;
|
|
4407
|
+
/**
|
|
4408
|
+
* @internal
|
|
4409
|
+
*/
|
|
4410
|
+
export declare const GenerateClientCertificateRequestFilterSensitiveLog: (obj: GenerateClientCertificateRequest) => any;
|
|
4411
|
+
/**
|
|
4412
|
+
* @internal
|
|
4413
|
+
*/
|
|
4414
|
+
export declare const GetAccountRequestFilterSensitiveLog: (obj: GetAccountRequest) => any;
|
|
4415
|
+
/**
|
|
4416
|
+
* @internal
|
|
4417
|
+
*/
|
|
4418
|
+
export declare const GetApiKeyRequestFilterSensitiveLog: (obj: GetApiKeyRequest) => any;
|
|
4419
|
+
/**
|
|
4420
|
+
* @internal
|
|
4421
|
+
*/
|
|
4422
|
+
export declare const GetApiKeysRequestFilterSensitiveLog: (obj: GetApiKeysRequest) => any;
|
|
4423
|
+
/**
|
|
4424
|
+
* @internal
|
|
4425
|
+
*/
|
|
4426
|
+
export declare const GetAuthorizerRequestFilterSensitiveLog: (obj: GetAuthorizerRequest) => any;
|
|
4427
|
+
/**
|
|
4428
|
+
* @internal
|
|
4429
|
+
*/
|
|
4430
|
+
export declare const GetAuthorizersRequestFilterSensitiveLog: (obj: GetAuthorizersRequest) => any;
|
|
4431
|
+
/**
|
|
4432
|
+
* @internal
|
|
4433
|
+
*/
|
|
4434
|
+
export declare const GetBasePathMappingRequestFilterSensitiveLog: (obj: GetBasePathMappingRequest) => any;
|
|
4435
|
+
/**
|
|
4436
|
+
* @internal
|
|
4437
|
+
*/
|
|
4438
|
+
export declare const BasePathMappingsFilterSensitiveLog: (obj: BasePathMappings) => any;
|
|
4439
|
+
/**
|
|
4440
|
+
* @internal
|
|
4441
|
+
*/
|
|
4442
|
+
export declare const GetBasePathMappingsRequestFilterSensitiveLog: (obj: GetBasePathMappingsRequest) => any;
|
|
4443
|
+
/**
|
|
4444
|
+
* @internal
|
|
4445
|
+
*/
|
|
4446
|
+
export declare const GetClientCertificateRequestFilterSensitiveLog: (obj: GetClientCertificateRequest) => any;
|
|
4447
|
+
/**
|
|
4448
|
+
* @internal
|
|
4449
|
+
*/
|
|
4450
|
+
export declare const ClientCertificatesFilterSensitiveLog: (obj: ClientCertificates) => any;
|
|
4451
|
+
/**
|
|
4452
|
+
* @internal
|
|
4453
|
+
*/
|
|
4454
|
+
export declare const GetClientCertificatesRequestFilterSensitiveLog: (obj: GetClientCertificatesRequest) => any;
|
|
4455
|
+
/**
|
|
4456
|
+
* @internal
|
|
4457
|
+
*/
|
|
4458
|
+
export declare const GetDeploymentRequestFilterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
4459
|
+
/**
|
|
4460
|
+
* @internal
|
|
4461
|
+
*/
|
|
4462
|
+
export declare const DeploymentsFilterSensitiveLog: (obj: Deployments) => any;
|
|
4463
|
+
/**
|
|
4464
|
+
* @internal
|
|
4465
|
+
*/
|
|
4466
|
+
export declare const GetDeploymentsRequestFilterSensitiveLog: (obj: GetDeploymentsRequest) => any;
|
|
4467
|
+
/**
|
|
4468
|
+
* @internal
|
|
4469
|
+
*/
|
|
4470
|
+
export declare const GetDocumentationPartRequestFilterSensitiveLog: (obj: GetDocumentationPartRequest) => any;
|
|
4471
|
+
/**
|
|
4472
|
+
* @internal
|
|
4473
|
+
*/
|
|
4474
|
+
export declare const DocumentationPartsFilterSensitiveLog: (obj: DocumentationParts) => any;
|
|
4475
|
+
/**
|
|
4476
|
+
* @internal
|
|
4477
|
+
*/
|
|
4478
|
+
export declare const GetDocumentationPartsRequestFilterSensitiveLog: (obj: GetDocumentationPartsRequest) => any;
|
|
4479
|
+
/**
|
|
4480
|
+
* @internal
|
|
4481
|
+
*/
|
|
4482
|
+
export declare const GetDocumentationVersionRequestFilterSensitiveLog: (obj: GetDocumentationVersionRequest) => any;
|
|
4483
|
+
/**
|
|
4484
|
+
* @internal
|
|
4485
|
+
*/
|
|
4486
|
+
export declare const DocumentationVersionsFilterSensitiveLog: (obj: DocumentationVersions) => any;
|
|
4487
|
+
/**
|
|
4488
|
+
* @internal
|
|
4489
|
+
*/
|
|
4490
|
+
export declare const GetDocumentationVersionsRequestFilterSensitiveLog: (obj: GetDocumentationVersionsRequest) => any;
|
|
4491
|
+
/**
|
|
4492
|
+
* @internal
|
|
4493
|
+
*/
|
|
4494
|
+
export declare const GetDomainNameRequestFilterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
4495
|
+
/**
|
|
4496
|
+
* @internal
|
|
4497
|
+
*/
|
|
4498
|
+
export declare const DomainNamesFilterSensitiveLog: (obj: DomainNames) => any;
|
|
4499
|
+
/**
|
|
4500
|
+
* @internal
|
|
4501
|
+
*/
|
|
4502
|
+
export declare const GetDomainNamesRequestFilterSensitiveLog: (obj: GetDomainNamesRequest) => any;
|
|
4503
|
+
/**
|
|
4504
|
+
* @internal
|
|
4505
|
+
*/
|
|
4506
|
+
export declare const ExportResponseFilterSensitiveLog: (obj: ExportResponse) => any;
|
|
4507
|
+
/**
|
|
4508
|
+
* @internal
|
|
4509
|
+
*/
|
|
4510
|
+
export declare const GetExportRequestFilterSensitiveLog: (obj: GetExportRequest) => any;
|
|
4511
|
+
/**
|
|
4512
|
+
* @internal
|
|
4513
|
+
*/
|
|
4514
|
+
export declare const GatewayResponseFilterSensitiveLog: (obj: GatewayResponse) => any;
|
|
4515
|
+
/**
|
|
4516
|
+
* @internal
|
|
4517
|
+
*/
|
|
4518
|
+
export declare const GetGatewayResponseRequestFilterSensitiveLog: (obj: GetGatewayResponseRequest) => any;
|
|
4519
|
+
/**
|
|
4520
|
+
* @internal
|
|
4521
|
+
*/
|
|
4522
|
+
export declare const GatewayResponsesFilterSensitiveLog: (obj: GatewayResponses) => any;
|
|
4523
|
+
/**
|
|
4524
|
+
* @internal
|
|
4525
|
+
*/
|
|
4526
|
+
export declare const GetGatewayResponsesRequestFilterSensitiveLog: (obj: GetGatewayResponsesRequest) => any;
|
|
4527
|
+
/**
|
|
4528
|
+
* @internal
|
|
4529
|
+
*/
|
|
4530
|
+
export declare const GetIntegrationRequestFilterSensitiveLog: (obj: GetIntegrationRequest) => any;
|
|
4531
|
+
/**
|
|
4532
|
+
* @internal
|
|
4533
|
+
*/
|
|
4534
|
+
export declare const GetIntegrationResponseRequestFilterSensitiveLog: (obj: GetIntegrationResponseRequest) => any;
|
|
4535
|
+
/**
|
|
4536
|
+
* @internal
|
|
4537
|
+
*/
|
|
4538
|
+
export declare const GetMethodRequestFilterSensitiveLog: (obj: GetMethodRequest) => any;
|
|
4539
|
+
/**
|
|
4540
|
+
* @internal
|
|
4541
|
+
*/
|
|
4542
|
+
export declare const GetMethodResponseRequestFilterSensitiveLog: (obj: GetMethodResponseRequest) => any;
|
|
4543
|
+
/**
|
|
4544
|
+
* @internal
|
|
4545
|
+
*/
|
|
4546
|
+
export declare const GetModelRequestFilterSensitiveLog: (obj: GetModelRequest) => any;
|
|
4547
|
+
/**
|
|
4548
|
+
* @internal
|
|
4549
|
+
*/
|
|
4550
|
+
export declare const GetModelsRequestFilterSensitiveLog: (obj: GetModelsRequest) => any;
|
|
4551
|
+
/**
|
|
4552
|
+
* @internal
|
|
4553
|
+
*/
|
|
4554
|
+
export declare const ModelsFilterSensitiveLog: (obj: Models) => any;
|
|
4555
|
+
/**
|
|
4556
|
+
* @internal
|
|
4557
|
+
*/
|
|
4558
|
+
export declare const GetModelTemplateRequestFilterSensitiveLog: (obj: GetModelTemplateRequest) => any;
|
|
4559
|
+
/**
|
|
4560
|
+
* @internal
|
|
4561
|
+
*/
|
|
4562
|
+
export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
|
|
4563
|
+
/**
|
|
4564
|
+
* @internal
|
|
4565
|
+
*/
|
|
4566
|
+
export declare const GetRequestValidatorRequestFilterSensitiveLog: (obj: GetRequestValidatorRequest) => any;
|
|
4567
|
+
/**
|
|
4568
|
+
* @internal
|
|
4569
|
+
*/
|
|
4570
|
+
export declare const GetRequestValidatorsRequestFilterSensitiveLog: (obj: GetRequestValidatorsRequest) => any;
|
|
4571
|
+
/**
|
|
4572
|
+
* @internal
|
|
4573
|
+
*/
|
|
4574
|
+
export declare const RequestValidatorsFilterSensitiveLog: (obj: RequestValidators) => any;
|
|
4575
|
+
/**
|
|
4576
|
+
* @internal
|
|
4577
|
+
*/
|
|
4578
|
+
export declare const GetResourceRequestFilterSensitiveLog: (obj: GetResourceRequest) => any;
|
|
4579
|
+
/**
|
|
4580
|
+
* @internal
|
|
4581
|
+
*/
|
|
4582
|
+
export declare const GetResourcesRequestFilterSensitiveLog: (obj: GetResourcesRequest) => any;
|
|
4583
|
+
/**
|
|
4584
|
+
* @internal
|
|
4585
|
+
*/
|
|
4586
|
+
export declare const ResourcesFilterSensitiveLog: (obj: Resources) => any;
|
|
4587
|
+
/**
|
|
4588
|
+
* @internal
|
|
4589
|
+
*/
|
|
4590
|
+
export declare const GetRestApiRequestFilterSensitiveLog: (obj: GetRestApiRequest) => any;
|
|
4591
|
+
/**
|
|
4592
|
+
* @internal
|
|
4593
|
+
*/
|
|
4594
|
+
export declare const GetRestApisRequestFilterSensitiveLog: (obj: GetRestApisRequest) => any;
|
|
4595
|
+
/**
|
|
4596
|
+
* @internal
|
|
4597
|
+
*/
|
|
4598
|
+
export declare const RestApisFilterSensitiveLog: (obj: RestApis) => any;
|
|
4599
|
+
/**
|
|
4600
|
+
* @internal
|
|
4601
|
+
*/
|
|
4602
|
+
export declare const GetSdkRequestFilterSensitiveLog: (obj: GetSdkRequest) => any;
|
|
4603
|
+
/**
|
|
4604
|
+
* @internal
|
|
4605
|
+
*/
|
|
4606
|
+
export declare const SdkResponseFilterSensitiveLog: (obj: SdkResponse) => any;
|
|
4607
|
+
/**
|
|
4608
|
+
* @internal
|
|
4609
|
+
*/
|
|
4610
|
+
export declare const GetSdkTypeRequestFilterSensitiveLog: (obj: GetSdkTypeRequest) => any;
|
|
4611
|
+
/**
|
|
4612
|
+
* @internal
|
|
4613
|
+
*/
|
|
4614
|
+
export declare const SdkConfigurationPropertyFilterSensitiveLog: (obj: SdkConfigurationProperty) => any;
|
|
4615
|
+
/**
|
|
4616
|
+
* @internal
|
|
4617
|
+
*/
|
|
4618
|
+
export declare const SdkTypeFilterSensitiveLog: (obj: SdkType) => any;
|
|
4619
|
+
/**
|
|
4620
|
+
* @internal
|
|
4621
|
+
*/
|
|
4622
|
+
export declare const GetSdkTypesRequestFilterSensitiveLog: (obj: GetSdkTypesRequest) => any;
|
|
4623
|
+
/**
|
|
4624
|
+
* @internal
|
|
4625
|
+
*/
|
|
4626
|
+
export declare const SdkTypesFilterSensitiveLog: (obj: SdkTypes) => any;
|
|
4627
|
+
/**
|
|
4628
|
+
* @internal
|
|
4629
|
+
*/
|
|
4630
|
+
export declare const GetStageRequestFilterSensitiveLog: (obj: GetStageRequest) => any;
|
|
4631
|
+
/**
|
|
4632
|
+
* @internal
|
|
4633
|
+
*/
|
|
4634
|
+
export declare const GetStagesRequestFilterSensitiveLog: (obj: GetStagesRequest) => any;
|
|
4635
|
+
/**
|
|
4636
|
+
* @internal
|
|
4637
|
+
*/
|
|
4638
|
+
export declare const StagesFilterSensitiveLog: (obj: Stages) => any;
|
|
4639
|
+
/**
|
|
4640
|
+
* @internal
|
|
4641
|
+
*/
|
|
4642
|
+
export declare const GetTagsRequestFilterSensitiveLog: (obj: GetTagsRequest) => any;
|
|
4643
|
+
/**
|
|
4644
|
+
* @internal
|
|
4645
|
+
*/
|
|
4646
|
+
export declare const TagsFilterSensitiveLog: (obj: Tags) => any;
|
|
4647
|
+
/**
|
|
4648
|
+
* @internal
|
|
4649
|
+
*/
|
|
4650
|
+
export declare const GetUsageRequestFilterSensitiveLog: (obj: GetUsageRequest) => any;
|
|
4651
|
+
/**
|
|
4652
|
+
* @internal
|
|
4653
|
+
*/
|
|
4654
|
+
export declare const UsageFilterSensitiveLog: (obj: Usage) => any;
|
|
4655
|
+
/**
|
|
4656
|
+
* @internal
|
|
4657
|
+
*/
|
|
4658
|
+
export declare const GetUsagePlanRequestFilterSensitiveLog: (obj: GetUsagePlanRequest) => any;
|
|
4659
|
+
/**
|
|
4660
|
+
* @internal
|
|
4661
|
+
*/
|
|
4662
|
+
export declare const GetUsagePlanKeyRequestFilterSensitiveLog: (obj: GetUsagePlanKeyRequest) => any;
|
|
4663
|
+
/**
|
|
4664
|
+
* @internal
|
|
4665
|
+
*/
|
|
4666
|
+
export declare const GetUsagePlanKeysRequestFilterSensitiveLog: (obj: GetUsagePlanKeysRequest) => any;
|
|
4667
|
+
/**
|
|
4668
|
+
* @internal
|
|
4669
|
+
*/
|
|
4670
|
+
export declare const UsagePlanKeysFilterSensitiveLog: (obj: UsagePlanKeys) => any;
|
|
4671
|
+
/**
|
|
4672
|
+
* @internal
|
|
4673
|
+
*/
|
|
4674
|
+
export declare const GetUsagePlansRequestFilterSensitiveLog: (obj: GetUsagePlansRequest) => any;
|
|
4675
|
+
/**
|
|
4676
|
+
* @internal
|
|
4677
|
+
*/
|
|
4678
|
+
export declare const UsagePlansFilterSensitiveLog: (obj: UsagePlans) => any;
|
|
4679
|
+
/**
|
|
4680
|
+
* @internal
|
|
4681
|
+
*/
|
|
4682
|
+
export declare const GetVpcLinkRequestFilterSensitiveLog: (obj: GetVpcLinkRequest) => any;
|
|
4683
|
+
/**
|
|
4684
|
+
* @internal
|
|
4685
|
+
*/
|
|
4686
|
+
export declare const GetVpcLinksRequestFilterSensitiveLog: (obj: GetVpcLinksRequest) => any;
|
|
4687
|
+
/**
|
|
4688
|
+
* @internal
|
|
4689
|
+
*/
|
|
4690
|
+
export declare const VpcLinksFilterSensitiveLog: (obj: VpcLinks) => any;
|
|
4691
|
+
/**
|
|
4692
|
+
* @internal
|
|
4693
|
+
*/
|
|
4694
|
+
export declare const ImportApiKeysRequestFilterSensitiveLog: (obj: ImportApiKeysRequest) => any;
|
|
4695
|
+
/**
|
|
4696
|
+
* @internal
|
|
4697
|
+
*/
|
|
4698
|
+
export declare const DocumentationPartIdsFilterSensitiveLog: (obj: DocumentationPartIds) => any;
|
|
4699
|
+
/**
|
|
4700
|
+
* @internal
|
|
4701
|
+
*/
|
|
4702
|
+
export declare const ImportDocumentationPartsRequestFilterSensitiveLog: (obj: ImportDocumentationPartsRequest) => any;
|
|
4703
|
+
/**
|
|
4704
|
+
* @internal
|
|
4705
|
+
*/
|
|
4706
|
+
export declare const ImportRestApiRequestFilterSensitiveLog: (obj: ImportRestApiRequest) => any;
|
|
4707
|
+
/**
|
|
4708
|
+
* @internal
|
|
4709
|
+
*/
|
|
4710
|
+
export declare const PutGatewayResponseRequestFilterSensitiveLog: (obj: PutGatewayResponseRequest) => any;
|
|
4711
|
+
/**
|
|
4712
|
+
* @internal
|
|
4713
|
+
*/
|
|
4714
|
+
export declare const PutIntegrationRequestFilterSensitiveLog: (obj: PutIntegrationRequest) => any;
|
|
4715
|
+
/**
|
|
4716
|
+
* @internal
|
|
4717
|
+
*/
|
|
4718
|
+
export declare const PutIntegrationResponseRequestFilterSensitiveLog: (obj: PutIntegrationResponseRequest) => any;
|
|
4719
|
+
/**
|
|
4720
|
+
* @internal
|
|
4721
|
+
*/
|
|
4722
|
+
export declare const PutMethodRequestFilterSensitiveLog: (obj: PutMethodRequest) => any;
|
|
4723
|
+
/**
|
|
4724
|
+
* @internal
|
|
4725
|
+
*/
|
|
4726
|
+
export declare const PutMethodResponseRequestFilterSensitiveLog: (obj: PutMethodResponseRequest) => any;
|
|
4727
|
+
/**
|
|
4728
|
+
* @internal
|
|
4729
|
+
*/
|
|
4730
|
+
export declare const PutRestApiRequestFilterSensitiveLog: (obj: PutRestApiRequest) => any;
|
|
4731
|
+
/**
|
|
4732
|
+
* @internal
|
|
4733
|
+
*/
|
|
4734
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4735
|
+
/**
|
|
4736
|
+
* @internal
|
|
4737
|
+
*/
|
|
4738
|
+
export declare const TestInvokeAuthorizerRequestFilterSensitiveLog: (obj: TestInvokeAuthorizerRequest) => any;
|
|
4739
|
+
/**
|
|
4740
|
+
* @internal
|
|
4741
|
+
*/
|
|
4742
|
+
export declare const TestInvokeAuthorizerResponseFilterSensitiveLog: (obj: TestInvokeAuthorizerResponse) => any;
|
|
4743
|
+
/**
|
|
4744
|
+
* @internal
|
|
4745
|
+
*/
|
|
4746
|
+
export declare const TestInvokeMethodRequestFilterSensitiveLog: (obj: TestInvokeMethodRequest) => any;
|
|
4747
|
+
/**
|
|
4748
|
+
* @internal
|
|
4749
|
+
*/
|
|
4750
|
+
export declare const TestInvokeMethodResponseFilterSensitiveLog: (obj: TestInvokeMethodResponse) => any;
|
|
4751
|
+
/**
|
|
4752
|
+
* @internal
|
|
4753
|
+
*/
|
|
4754
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4755
|
+
/**
|
|
4756
|
+
* @internal
|
|
4757
|
+
*/
|
|
4758
|
+
export declare const PatchOperationFilterSensitiveLog: (obj: PatchOperation) => any;
|
|
4759
|
+
/**
|
|
4760
|
+
* @internal
|
|
4761
|
+
*/
|
|
4762
|
+
export declare const UpdateAccountRequestFilterSensitiveLog: (obj: UpdateAccountRequest) => any;
|
|
4763
|
+
/**
|
|
4764
|
+
* @internal
|
|
4765
|
+
*/
|
|
4766
|
+
export declare const UpdateApiKeyRequestFilterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
|
|
4767
|
+
/**
|
|
4768
|
+
* @internal
|
|
4769
|
+
*/
|
|
4770
|
+
export declare const UpdateAuthorizerRequestFilterSensitiveLog: (obj: UpdateAuthorizerRequest) => any;
|
|
4771
|
+
/**
|
|
4772
|
+
* @internal
|
|
4773
|
+
*/
|
|
4774
|
+
export declare const UpdateBasePathMappingRequestFilterSensitiveLog: (obj: UpdateBasePathMappingRequest) => any;
|
|
4775
|
+
/**
|
|
4776
|
+
* @internal
|
|
4777
|
+
*/
|
|
4778
|
+
export declare const UpdateClientCertificateRequestFilterSensitiveLog: (obj: UpdateClientCertificateRequest) => any;
|
|
4779
|
+
/**
|
|
4780
|
+
* @internal
|
|
4781
|
+
*/
|
|
4782
|
+
export declare const UpdateDeploymentRequestFilterSensitiveLog: (obj: UpdateDeploymentRequest) => any;
|
|
4783
|
+
/**
|
|
4784
|
+
* @internal
|
|
4785
|
+
*/
|
|
4786
|
+
export declare const UpdateDocumentationPartRequestFilterSensitiveLog: (obj: UpdateDocumentationPartRequest) => any;
|
|
4787
|
+
/**
|
|
4788
|
+
* @internal
|
|
4789
|
+
*/
|
|
4790
|
+
export declare const UpdateDocumentationVersionRequestFilterSensitiveLog: (obj: UpdateDocumentationVersionRequest) => any;
|
|
4791
|
+
/**
|
|
4792
|
+
* @internal
|
|
4793
|
+
*/
|
|
4794
|
+
export declare const UpdateDomainNameRequestFilterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
4795
|
+
/**
|
|
4796
|
+
* @internal
|
|
4797
|
+
*/
|
|
4798
|
+
export declare const UpdateGatewayResponseRequestFilterSensitiveLog: (obj: UpdateGatewayResponseRequest) => any;
|
|
4799
|
+
/**
|
|
4800
|
+
* @internal
|
|
4801
|
+
*/
|
|
4802
|
+
export declare const UpdateIntegrationRequestFilterSensitiveLog: (obj: UpdateIntegrationRequest) => any;
|
|
4803
|
+
/**
|
|
4804
|
+
* @internal
|
|
4805
|
+
*/
|
|
4806
|
+
export declare const UpdateIntegrationResponseRequestFilterSensitiveLog: (obj: UpdateIntegrationResponseRequest) => any;
|
|
4807
|
+
/**
|
|
4808
|
+
* @internal
|
|
4809
|
+
*/
|
|
4810
|
+
export declare const UpdateMethodRequestFilterSensitiveLog: (obj: UpdateMethodRequest) => any;
|
|
4811
|
+
/**
|
|
4812
|
+
* @internal
|
|
4813
|
+
*/
|
|
4814
|
+
export declare const UpdateMethodResponseRequestFilterSensitiveLog: (obj: UpdateMethodResponseRequest) => any;
|
|
4815
|
+
/**
|
|
4816
|
+
* @internal
|
|
4817
|
+
*/
|
|
4818
|
+
export declare const UpdateModelRequestFilterSensitiveLog: (obj: UpdateModelRequest) => any;
|
|
4819
|
+
/**
|
|
4820
|
+
* @internal
|
|
4821
|
+
*/
|
|
4822
|
+
export declare const UpdateRequestValidatorRequestFilterSensitiveLog: (obj: UpdateRequestValidatorRequest) => any;
|
|
4823
|
+
/**
|
|
4824
|
+
* @internal
|
|
4825
|
+
*/
|
|
4826
|
+
export declare const UpdateResourceRequestFilterSensitiveLog: (obj: UpdateResourceRequest) => any;
|
|
4827
|
+
/**
|
|
4828
|
+
* @internal
|
|
4829
|
+
*/
|
|
4830
|
+
export declare const UpdateRestApiRequestFilterSensitiveLog: (obj: UpdateRestApiRequest) => any;
|
|
4831
|
+
/**
|
|
4832
|
+
* @internal
|
|
4833
|
+
*/
|
|
4834
|
+
export declare const UpdateStageRequestFilterSensitiveLog: (obj: UpdateStageRequest) => any;
|
|
4835
|
+
/**
|
|
4836
|
+
* @internal
|
|
4837
|
+
*/
|
|
4838
|
+
export declare const UpdateUsageRequestFilterSensitiveLog: (obj: UpdateUsageRequest) => any;
|
|
4839
|
+
/**
|
|
4840
|
+
* @internal
|
|
4841
|
+
*/
|
|
4842
|
+
export declare const UpdateUsagePlanRequestFilterSensitiveLog: (obj: UpdateUsagePlanRequest) => any;
|
|
4843
|
+
/**
|
|
4844
|
+
* @internal
|
|
4845
|
+
*/
|
|
4846
|
+
export declare const UpdateVpcLinkRequestFilterSensitiveLog: (obj: UpdateVpcLinkRequest) => any;
|