@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
|
@@ -7,10 +7,6 @@ export interface AccessLogSettings {
|
|
|
7
7
|
|
|
8
8
|
destinationArn?: string;
|
|
9
9
|
}
|
|
10
|
-
export declare namespace AccessLogSettings {
|
|
11
|
-
|
|
12
|
-
const filterSensitiveLog: (obj: AccessLogSettings) => any;
|
|
13
|
-
}
|
|
14
10
|
|
|
15
11
|
export interface ThrottleSettings {
|
|
16
12
|
|
|
@@ -18,10 +14,6 @@ export interface ThrottleSettings {
|
|
|
18
14
|
|
|
19
15
|
rateLimit?: number;
|
|
20
16
|
}
|
|
21
|
-
export declare namespace ThrottleSettings {
|
|
22
|
-
|
|
23
|
-
const filterSensitiveLog: (obj: ThrottleSettings) => any;
|
|
24
|
-
}
|
|
25
17
|
|
|
26
18
|
export interface Account {
|
|
27
19
|
|
|
@@ -33,10 +25,6 @@ export interface Account {
|
|
|
33
25
|
|
|
34
26
|
apiKeyVersion?: string;
|
|
35
27
|
}
|
|
36
|
-
export declare namespace Account {
|
|
37
|
-
|
|
38
|
-
const filterSensitiveLog: (obj: Account) => any;
|
|
39
|
-
}
|
|
40
28
|
|
|
41
29
|
export interface ApiKey {
|
|
42
30
|
|
|
@@ -60,10 +48,6 @@ export interface ApiKey {
|
|
|
60
48
|
|
|
61
49
|
tags?: Record<string, string>;
|
|
62
50
|
}
|
|
63
|
-
export declare namespace ApiKey {
|
|
64
|
-
|
|
65
|
-
const filterSensitiveLog: (obj: ApiKey) => any;
|
|
66
|
-
}
|
|
67
51
|
|
|
68
52
|
export interface ApiKeyIds {
|
|
69
53
|
|
|
@@ -71,10 +55,6 @@ export interface ApiKeyIds {
|
|
|
71
55
|
|
|
72
56
|
warnings?: string[];
|
|
73
57
|
}
|
|
74
|
-
export declare namespace ApiKeyIds {
|
|
75
|
-
|
|
76
|
-
const filterSensitiveLog: (obj: ApiKeyIds) => any;
|
|
77
|
-
}
|
|
78
58
|
|
|
79
59
|
export interface ApiKeys {
|
|
80
60
|
|
|
@@ -84,10 +64,6 @@ export interface ApiKeys {
|
|
|
84
64
|
|
|
85
65
|
position?: string;
|
|
86
66
|
}
|
|
87
|
-
export declare namespace ApiKeys {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: ApiKeys) => any;
|
|
90
|
-
}
|
|
91
67
|
export declare enum ApiKeysFormat {
|
|
92
68
|
csv = "csv"
|
|
93
69
|
}
|
|
@@ -104,10 +80,6 @@ export interface ApiStage {
|
|
|
104
80
|
|
|
105
81
|
throttle?: Record<string, ThrottleSettings>;
|
|
106
82
|
}
|
|
107
|
-
export declare namespace ApiStage {
|
|
108
|
-
|
|
109
|
-
const filterSensitiveLog: (obj: ApiStage) => any;
|
|
110
|
-
}
|
|
111
83
|
export declare enum AuthorizerType {
|
|
112
84
|
COGNITO_USER_POOLS = "COGNITO_USER_POOLS",
|
|
113
85
|
REQUEST = "REQUEST",
|
|
@@ -136,10 +108,6 @@ export interface Authorizer {
|
|
|
136
108
|
|
|
137
109
|
authorizerResultTtlInSeconds?: number;
|
|
138
110
|
}
|
|
139
|
-
export declare namespace Authorizer {
|
|
140
|
-
|
|
141
|
-
const filterSensitiveLog: (obj: Authorizer) => any;
|
|
142
|
-
}
|
|
143
111
|
|
|
144
112
|
export interface Authorizers {
|
|
145
113
|
|
|
@@ -147,10 +115,6 @@ export interface Authorizers {
|
|
|
147
115
|
|
|
148
116
|
position?: string;
|
|
149
117
|
}
|
|
150
|
-
export declare namespace Authorizers {
|
|
151
|
-
|
|
152
|
-
const filterSensitiveLog: (obj: Authorizers) => any;
|
|
153
|
-
}
|
|
154
118
|
|
|
155
119
|
export declare class BadRequestException extends __BaseException {
|
|
156
120
|
readonly name: "BadRequestException";
|
|
@@ -172,10 +136,6 @@ export interface StageKey {
|
|
|
172
136
|
|
|
173
137
|
stageName?: string;
|
|
174
138
|
}
|
|
175
|
-
export declare namespace StageKey {
|
|
176
|
-
|
|
177
|
-
const filterSensitiveLog: (obj: StageKey) => any;
|
|
178
|
-
}
|
|
179
139
|
|
|
180
140
|
export interface CreateApiKeyRequest {
|
|
181
141
|
|
|
@@ -195,10 +155,6 @@ export interface CreateApiKeyRequest {
|
|
|
195
155
|
|
|
196
156
|
tags?: Record<string, string>;
|
|
197
157
|
}
|
|
198
|
-
export declare namespace CreateApiKeyRequest {
|
|
199
|
-
|
|
200
|
-
const filterSensitiveLog: (obj: CreateApiKeyRequest) => any;
|
|
201
|
-
}
|
|
202
158
|
|
|
203
159
|
export declare class LimitExceededException extends __BaseException {
|
|
204
160
|
readonly name: "LimitExceededException";
|
|
@@ -252,10 +208,6 @@ export interface CreateAuthorizerRequest {
|
|
|
252
208
|
|
|
253
209
|
authorizerResultTtlInSeconds?: number;
|
|
254
210
|
}
|
|
255
|
-
export declare namespace CreateAuthorizerRequest {
|
|
256
|
-
|
|
257
|
-
const filterSensitiveLog: (obj: CreateAuthorizerRequest) => any;
|
|
258
|
-
}
|
|
259
211
|
|
|
260
212
|
export interface BasePathMapping {
|
|
261
213
|
|
|
@@ -265,10 +217,6 @@ export interface BasePathMapping {
|
|
|
265
217
|
|
|
266
218
|
stage?: string;
|
|
267
219
|
}
|
|
268
|
-
export declare namespace BasePathMapping {
|
|
269
|
-
|
|
270
|
-
const filterSensitiveLog: (obj: BasePathMapping) => any;
|
|
271
|
-
}
|
|
272
220
|
|
|
273
221
|
export interface CreateBasePathMappingRequest {
|
|
274
222
|
|
|
@@ -280,10 +228,6 @@ export interface CreateBasePathMappingRequest {
|
|
|
280
228
|
|
|
281
229
|
stage?: string;
|
|
282
230
|
}
|
|
283
|
-
export declare namespace CreateBasePathMappingRequest {
|
|
284
|
-
|
|
285
|
-
const filterSensitiveLog: (obj: CreateBasePathMappingRequest) => any;
|
|
286
|
-
}
|
|
287
231
|
export declare enum CacheClusterSize {
|
|
288
232
|
SIZE_0_POINT_5_GB = "0.5",
|
|
289
233
|
SIZE_118_GB = "118",
|
|
@@ -303,10 +247,6 @@ export interface DeploymentCanarySettings {
|
|
|
303
247
|
|
|
304
248
|
useStageCache?: boolean;
|
|
305
249
|
}
|
|
306
|
-
export declare namespace DeploymentCanarySettings {
|
|
307
|
-
|
|
308
|
-
const filterSensitiveLog: (obj: DeploymentCanarySettings) => any;
|
|
309
|
-
}
|
|
310
250
|
|
|
311
251
|
export interface CreateDeploymentRequest {
|
|
312
252
|
|
|
@@ -328,10 +268,6 @@ export interface CreateDeploymentRequest {
|
|
|
328
268
|
|
|
329
269
|
tracingEnabled?: boolean;
|
|
330
270
|
}
|
|
331
|
-
export declare namespace CreateDeploymentRequest {
|
|
332
|
-
|
|
333
|
-
const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
334
|
-
}
|
|
335
271
|
|
|
336
272
|
export interface MethodSnapshot {
|
|
337
273
|
|
|
@@ -339,10 +275,6 @@ export interface MethodSnapshot {
|
|
|
339
275
|
|
|
340
276
|
apiKeyRequired?: boolean;
|
|
341
277
|
}
|
|
342
|
-
export declare namespace MethodSnapshot {
|
|
343
|
-
|
|
344
|
-
const filterSensitiveLog: (obj: MethodSnapshot) => any;
|
|
345
|
-
}
|
|
346
278
|
|
|
347
279
|
export interface Deployment {
|
|
348
280
|
|
|
@@ -354,10 +286,6 @@ export interface Deployment {
|
|
|
354
286
|
|
|
355
287
|
apiSummary?: Record<string, Record<string, MethodSnapshot>>;
|
|
356
288
|
}
|
|
357
|
-
export declare namespace Deployment {
|
|
358
|
-
|
|
359
|
-
const filterSensitiveLog: (obj: Deployment) => any;
|
|
360
|
-
}
|
|
361
289
|
|
|
362
290
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
363
291
|
readonly name: "ServiceUnavailableException";
|
|
@@ -393,10 +321,6 @@ export interface DocumentationPartLocation {
|
|
|
393
321
|
|
|
394
322
|
name?: string;
|
|
395
323
|
}
|
|
396
|
-
export declare namespace DocumentationPartLocation {
|
|
397
|
-
|
|
398
|
-
const filterSensitiveLog: (obj: DocumentationPartLocation) => any;
|
|
399
|
-
}
|
|
400
324
|
|
|
401
325
|
export interface CreateDocumentationPartRequest {
|
|
402
326
|
|
|
@@ -406,10 +330,6 @@ export interface CreateDocumentationPartRequest {
|
|
|
406
330
|
|
|
407
331
|
properties: string | undefined;
|
|
408
332
|
}
|
|
409
|
-
export declare namespace CreateDocumentationPartRequest {
|
|
410
|
-
|
|
411
|
-
const filterSensitiveLog: (obj: CreateDocumentationPartRequest) => any;
|
|
412
|
-
}
|
|
413
333
|
|
|
414
334
|
export interface DocumentationPart {
|
|
415
335
|
|
|
@@ -419,10 +339,6 @@ export interface DocumentationPart {
|
|
|
419
339
|
|
|
420
340
|
properties?: string;
|
|
421
341
|
}
|
|
422
|
-
export declare namespace DocumentationPart {
|
|
423
|
-
|
|
424
|
-
const filterSensitiveLog: (obj: DocumentationPart) => any;
|
|
425
|
-
}
|
|
426
342
|
|
|
427
343
|
export interface CreateDocumentationVersionRequest {
|
|
428
344
|
|
|
@@ -434,10 +350,6 @@ export interface CreateDocumentationVersionRequest {
|
|
|
434
350
|
|
|
435
351
|
description?: string;
|
|
436
352
|
}
|
|
437
|
-
export declare namespace CreateDocumentationVersionRequest {
|
|
438
|
-
|
|
439
|
-
const filterSensitiveLog: (obj: CreateDocumentationVersionRequest) => any;
|
|
440
|
-
}
|
|
441
353
|
|
|
442
354
|
export interface DocumentationVersion {
|
|
443
355
|
|
|
@@ -447,10 +359,6 @@ export interface DocumentationVersion {
|
|
|
447
359
|
|
|
448
360
|
description?: string;
|
|
449
361
|
}
|
|
450
|
-
export declare namespace DocumentationVersion {
|
|
451
|
-
|
|
452
|
-
const filterSensitiveLog: (obj: DocumentationVersion) => any;
|
|
453
|
-
}
|
|
454
362
|
export declare type EndpointType = "EDGE" | "PRIVATE" | "REGIONAL";
|
|
455
363
|
|
|
456
364
|
export interface EndpointConfiguration {
|
|
@@ -459,10 +367,6 @@ export interface EndpointConfiguration {
|
|
|
459
367
|
|
|
460
368
|
vpcEndpointIds?: string[];
|
|
461
369
|
}
|
|
462
|
-
export declare namespace EndpointConfiguration {
|
|
463
|
-
|
|
464
|
-
const filterSensitiveLog: (obj: EndpointConfiguration) => any;
|
|
465
|
-
}
|
|
466
370
|
|
|
467
371
|
export interface MutualTlsAuthenticationInput {
|
|
468
372
|
|
|
@@ -470,10 +374,6 @@ export interface MutualTlsAuthenticationInput {
|
|
|
470
374
|
|
|
471
375
|
truststoreVersion?: string;
|
|
472
376
|
}
|
|
473
|
-
export declare namespace MutualTlsAuthenticationInput {
|
|
474
|
-
|
|
475
|
-
const filterSensitiveLog: (obj: MutualTlsAuthenticationInput) => any;
|
|
476
|
-
}
|
|
477
377
|
export declare type SecurityPolicy = "TLS_1_0" | "TLS_1_2";
|
|
478
378
|
|
|
479
379
|
export interface CreateDomainNameRequest {
|
|
@@ -504,10 +404,6 @@ export interface CreateDomainNameRequest {
|
|
|
504
404
|
|
|
505
405
|
ownershipVerificationCertificateArn?: string;
|
|
506
406
|
}
|
|
507
|
-
export declare namespace CreateDomainNameRequest {
|
|
508
|
-
|
|
509
|
-
const filterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
510
|
-
}
|
|
511
407
|
export declare enum DomainNameStatus {
|
|
512
408
|
AVAILABLE = "AVAILABLE",
|
|
513
409
|
PENDING = "PENDING",
|
|
@@ -524,10 +420,6 @@ export interface MutualTlsAuthentication {
|
|
|
524
420
|
|
|
525
421
|
truststoreWarnings?: string[];
|
|
526
422
|
}
|
|
527
|
-
export declare namespace MutualTlsAuthentication {
|
|
528
|
-
|
|
529
|
-
const filterSensitiveLog: (obj: MutualTlsAuthentication) => any;
|
|
530
|
-
}
|
|
531
423
|
|
|
532
424
|
export interface DomainName {
|
|
533
425
|
|
|
@@ -565,10 +457,6 @@ export interface DomainName {
|
|
|
565
457
|
|
|
566
458
|
ownershipVerificationCertificateArn?: string;
|
|
567
459
|
}
|
|
568
|
-
export declare namespace DomainName {
|
|
569
|
-
|
|
570
|
-
const filterSensitiveLog: (obj: DomainName) => any;
|
|
571
|
-
}
|
|
572
460
|
|
|
573
461
|
export interface CreateModelRequest {
|
|
574
462
|
|
|
@@ -582,10 +470,6 @@ export interface CreateModelRequest {
|
|
|
582
470
|
|
|
583
471
|
contentType: string | undefined;
|
|
584
472
|
}
|
|
585
|
-
export declare namespace CreateModelRequest {
|
|
586
|
-
|
|
587
|
-
const filterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
588
|
-
}
|
|
589
473
|
|
|
590
474
|
export interface Model {
|
|
591
475
|
|
|
@@ -599,10 +483,6 @@ export interface Model {
|
|
|
599
483
|
|
|
600
484
|
contentType?: string;
|
|
601
485
|
}
|
|
602
|
-
export declare namespace Model {
|
|
603
|
-
|
|
604
|
-
const filterSensitiveLog: (obj: Model) => any;
|
|
605
|
-
}
|
|
606
486
|
|
|
607
487
|
export interface CreateRequestValidatorRequest {
|
|
608
488
|
|
|
@@ -614,10 +494,6 @@ export interface CreateRequestValidatorRequest {
|
|
|
614
494
|
|
|
615
495
|
validateRequestParameters?: boolean;
|
|
616
496
|
}
|
|
617
|
-
export declare namespace CreateRequestValidatorRequest {
|
|
618
|
-
|
|
619
|
-
const filterSensitiveLog: (obj: CreateRequestValidatorRequest) => any;
|
|
620
|
-
}
|
|
621
497
|
|
|
622
498
|
export interface RequestValidator {
|
|
623
499
|
|
|
@@ -629,10 +505,6 @@ export interface RequestValidator {
|
|
|
629
505
|
|
|
630
506
|
validateRequestParameters?: boolean;
|
|
631
507
|
}
|
|
632
|
-
export declare namespace RequestValidator {
|
|
633
|
-
|
|
634
|
-
const filterSensitiveLog: (obj: RequestValidator) => any;
|
|
635
|
-
}
|
|
636
508
|
|
|
637
509
|
export interface CreateResourceRequest {
|
|
638
510
|
|
|
@@ -642,10 +514,6 @@ export interface CreateResourceRequest {
|
|
|
642
514
|
|
|
643
515
|
pathPart: string | undefined;
|
|
644
516
|
}
|
|
645
|
-
export declare namespace CreateResourceRequest {
|
|
646
|
-
|
|
647
|
-
const filterSensitiveLog: (obj: CreateResourceRequest) => any;
|
|
648
|
-
}
|
|
649
517
|
export declare enum ConnectionType {
|
|
650
518
|
INTERNET = "INTERNET",
|
|
651
519
|
VPC_LINK = "VPC_LINK"
|
|
@@ -667,19 +535,11 @@ export interface IntegrationResponse {
|
|
|
667
535
|
|
|
668
536
|
contentHandling?: ContentHandlingStrategy | string;
|
|
669
537
|
}
|
|
670
|
-
export declare namespace IntegrationResponse {
|
|
671
|
-
|
|
672
|
-
const filterSensitiveLog: (obj: IntegrationResponse) => any;
|
|
673
|
-
}
|
|
674
538
|
|
|
675
539
|
export interface TlsConfig {
|
|
676
540
|
|
|
677
541
|
insecureSkipVerification?: boolean;
|
|
678
542
|
}
|
|
679
|
-
export declare namespace TlsConfig {
|
|
680
|
-
|
|
681
|
-
const filterSensitiveLog: (obj: TlsConfig) => any;
|
|
682
|
-
}
|
|
683
543
|
export declare enum IntegrationType {
|
|
684
544
|
AWS = "AWS",
|
|
685
545
|
AWS_PROXY = "AWS_PROXY",
|
|
@@ -720,10 +580,6 @@ export interface Integration {
|
|
|
720
580
|
|
|
721
581
|
tlsConfig?: TlsConfig;
|
|
722
582
|
}
|
|
723
|
-
export declare namespace Integration {
|
|
724
|
-
|
|
725
|
-
const filterSensitiveLog: (obj: Integration) => any;
|
|
726
|
-
}
|
|
727
583
|
|
|
728
584
|
export interface MethodResponse {
|
|
729
585
|
|
|
@@ -733,10 +589,6 @@ export interface MethodResponse {
|
|
|
733
589
|
|
|
734
590
|
responseModels?: Record<string, string>;
|
|
735
591
|
}
|
|
736
|
-
export declare namespace MethodResponse {
|
|
737
|
-
|
|
738
|
-
const filterSensitiveLog: (obj: MethodResponse) => any;
|
|
739
|
-
}
|
|
740
592
|
|
|
741
593
|
export interface Method {
|
|
742
594
|
|
|
@@ -762,10 +614,6 @@ export interface Method {
|
|
|
762
614
|
|
|
763
615
|
authorizationScopes?: string[];
|
|
764
616
|
}
|
|
765
|
-
export declare namespace Method {
|
|
766
|
-
|
|
767
|
-
const filterSensitiveLog: (obj: Method) => any;
|
|
768
|
-
}
|
|
769
617
|
|
|
770
618
|
export interface Resource {
|
|
771
619
|
|
|
@@ -779,10 +627,6 @@ export interface Resource {
|
|
|
779
627
|
|
|
780
628
|
resourceMethods?: Record<string, Method>;
|
|
781
629
|
}
|
|
782
|
-
export declare namespace Resource {
|
|
783
|
-
|
|
784
|
-
const filterSensitiveLog: (obj: Resource) => any;
|
|
785
|
-
}
|
|
786
630
|
|
|
787
631
|
export interface CreateRestApiRequest {
|
|
788
632
|
|
|
@@ -808,10 +652,6 @@ export interface CreateRestApiRequest {
|
|
|
808
652
|
|
|
809
653
|
disableExecuteApiEndpoint?: boolean;
|
|
810
654
|
}
|
|
811
|
-
export declare namespace CreateRestApiRequest {
|
|
812
|
-
|
|
813
|
-
const filterSensitiveLog: (obj: CreateRestApiRequest) => any;
|
|
814
|
-
}
|
|
815
655
|
|
|
816
656
|
export interface RestApi {
|
|
817
657
|
|
|
@@ -841,10 +681,6 @@ export interface RestApi {
|
|
|
841
681
|
|
|
842
682
|
disableExecuteApiEndpoint?: boolean;
|
|
843
683
|
}
|
|
844
|
-
export declare namespace RestApi {
|
|
845
|
-
|
|
846
|
-
const filterSensitiveLog: (obj: RestApi) => any;
|
|
847
|
-
}
|
|
848
684
|
|
|
849
685
|
export interface CanarySettings {
|
|
850
686
|
|
|
@@ -856,10 +692,6 @@ export interface CanarySettings {
|
|
|
856
692
|
|
|
857
693
|
useStageCache?: boolean;
|
|
858
694
|
}
|
|
859
|
-
export declare namespace CanarySettings {
|
|
860
|
-
|
|
861
|
-
const filterSensitiveLog: (obj: CanarySettings) => any;
|
|
862
|
-
}
|
|
863
695
|
|
|
864
696
|
export interface CreateStageRequest {
|
|
865
697
|
|
|
@@ -885,10 +717,6 @@ export interface CreateStageRequest {
|
|
|
885
717
|
|
|
886
718
|
tags?: Record<string, string>;
|
|
887
719
|
}
|
|
888
|
-
export declare namespace CreateStageRequest {
|
|
889
|
-
|
|
890
|
-
const filterSensitiveLog: (obj: CreateStageRequest) => any;
|
|
891
|
-
}
|
|
892
720
|
export declare enum CacheClusterStatus {
|
|
893
721
|
AVAILABLE = "AVAILABLE",
|
|
894
722
|
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
@@ -924,10 +752,6 @@ export interface MethodSetting {
|
|
|
924
752
|
|
|
925
753
|
unauthorizedCacheControlHeaderStrategy?: UnauthorizedCacheControlHeaderStrategy | string;
|
|
926
754
|
}
|
|
927
|
-
export declare namespace MethodSetting {
|
|
928
|
-
|
|
929
|
-
const filterSensitiveLog: (obj: MethodSetting) => any;
|
|
930
|
-
}
|
|
931
755
|
|
|
932
756
|
export interface Stage {
|
|
933
757
|
|
|
@@ -965,10 +789,6 @@ export interface Stage {
|
|
|
965
789
|
|
|
966
790
|
lastUpdatedDate?: Date;
|
|
967
791
|
}
|
|
968
|
-
export declare namespace Stage {
|
|
969
|
-
|
|
970
|
-
const filterSensitiveLog: (obj: Stage) => any;
|
|
971
|
-
}
|
|
972
792
|
export declare enum QuotaPeriodType {
|
|
973
793
|
DAY = "DAY",
|
|
974
794
|
MONTH = "MONTH",
|
|
@@ -983,10 +803,6 @@ export interface QuotaSettings {
|
|
|
983
803
|
|
|
984
804
|
period?: QuotaPeriodType | string;
|
|
985
805
|
}
|
|
986
|
-
export declare namespace QuotaSettings {
|
|
987
|
-
|
|
988
|
-
const filterSensitiveLog: (obj: QuotaSettings) => any;
|
|
989
|
-
}
|
|
990
806
|
|
|
991
807
|
export interface CreateUsagePlanRequest {
|
|
992
808
|
|
|
@@ -1002,10 +818,6 @@ export interface CreateUsagePlanRequest {
|
|
|
1002
818
|
|
|
1003
819
|
tags?: Record<string, string>;
|
|
1004
820
|
}
|
|
1005
|
-
export declare namespace CreateUsagePlanRequest {
|
|
1006
|
-
|
|
1007
|
-
const filterSensitiveLog: (obj: CreateUsagePlanRequest) => any;
|
|
1008
|
-
}
|
|
1009
821
|
|
|
1010
822
|
export interface UsagePlan {
|
|
1011
823
|
|
|
@@ -1025,10 +837,6 @@ export interface UsagePlan {
|
|
|
1025
837
|
|
|
1026
838
|
tags?: Record<string, string>;
|
|
1027
839
|
}
|
|
1028
|
-
export declare namespace UsagePlan {
|
|
1029
|
-
|
|
1030
|
-
const filterSensitiveLog: (obj: UsagePlan) => any;
|
|
1031
|
-
}
|
|
1032
840
|
|
|
1033
841
|
export interface CreateUsagePlanKeyRequest {
|
|
1034
842
|
|
|
@@ -1038,10 +846,6 @@ export interface CreateUsagePlanKeyRequest {
|
|
|
1038
846
|
|
|
1039
847
|
keyType: string | undefined;
|
|
1040
848
|
}
|
|
1041
|
-
export declare namespace CreateUsagePlanKeyRequest {
|
|
1042
|
-
|
|
1043
|
-
const filterSensitiveLog: (obj: CreateUsagePlanKeyRequest) => any;
|
|
1044
|
-
}
|
|
1045
849
|
|
|
1046
850
|
export interface UsagePlanKey {
|
|
1047
851
|
|
|
@@ -1053,10 +857,6 @@ export interface UsagePlanKey {
|
|
|
1053
857
|
|
|
1054
858
|
name?: string;
|
|
1055
859
|
}
|
|
1056
|
-
export declare namespace UsagePlanKey {
|
|
1057
|
-
|
|
1058
|
-
const filterSensitiveLog: (obj: UsagePlanKey) => any;
|
|
1059
|
-
}
|
|
1060
860
|
|
|
1061
861
|
export interface CreateVpcLinkRequest {
|
|
1062
862
|
|
|
@@ -1068,10 +868,6 @@ export interface CreateVpcLinkRequest {
|
|
|
1068
868
|
|
|
1069
869
|
tags?: Record<string, string>;
|
|
1070
870
|
}
|
|
1071
|
-
export declare namespace CreateVpcLinkRequest {
|
|
1072
|
-
|
|
1073
|
-
const filterSensitiveLog: (obj: CreateVpcLinkRequest) => any;
|
|
1074
|
-
}
|
|
1075
871
|
export declare enum VpcLinkStatus {
|
|
1076
872
|
AVAILABLE = "AVAILABLE",
|
|
1077
873
|
DELETING = "DELETING",
|
|
@@ -1095,19 +891,11 @@ export interface VpcLink {
|
|
|
1095
891
|
|
|
1096
892
|
tags?: Record<string, string>;
|
|
1097
893
|
}
|
|
1098
|
-
export declare namespace VpcLink {
|
|
1099
|
-
|
|
1100
|
-
const filterSensitiveLog: (obj: VpcLink) => any;
|
|
1101
|
-
}
|
|
1102
894
|
|
|
1103
895
|
export interface DeleteApiKeyRequest {
|
|
1104
896
|
|
|
1105
897
|
apiKey: string | undefined;
|
|
1106
898
|
}
|
|
1107
|
-
export declare namespace DeleteApiKeyRequest {
|
|
1108
|
-
|
|
1109
|
-
const filterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
|
|
1110
|
-
}
|
|
1111
899
|
|
|
1112
900
|
export interface DeleteAuthorizerRequest {
|
|
1113
901
|
|
|
@@ -1115,10 +903,6 @@ export interface DeleteAuthorizerRequest {
|
|
|
1115
903
|
|
|
1116
904
|
authorizerId: string | undefined;
|
|
1117
905
|
}
|
|
1118
|
-
export declare namespace DeleteAuthorizerRequest {
|
|
1119
|
-
|
|
1120
|
-
const filterSensitiveLog: (obj: DeleteAuthorizerRequest) => any;
|
|
1121
|
-
}
|
|
1122
906
|
|
|
1123
907
|
export interface DeleteBasePathMappingRequest {
|
|
1124
908
|
|
|
@@ -1126,19 +910,11 @@ export interface DeleteBasePathMappingRequest {
|
|
|
1126
910
|
|
|
1127
911
|
basePath: string | undefined;
|
|
1128
912
|
}
|
|
1129
|
-
export declare namespace DeleteBasePathMappingRequest {
|
|
1130
|
-
|
|
1131
|
-
const filterSensitiveLog: (obj: DeleteBasePathMappingRequest) => any;
|
|
1132
|
-
}
|
|
1133
913
|
|
|
1134
914
|
export interface DeleteClientCertificateRequest {
|
|
1135
915
|
|
|
1136
916
|
clientCertificateId: string | undefined;
|
|
1137
917
|
}
|
|
1138
|
-
export declare namespace DeleteClientCertificateRequest {
|
|
1139
|
-
|
|
1140
|
-
const filterSensitiveLog: (obj: DeleteClientCertificateRequest) => any;
|
|
1141
|
-
}
|
|
1142
918
|
|
|
1143
919
|
export interface DeleteDeploymentRequest {
|
|
1144
920
|
|
|
@@ -1146,10 +922,6 @@ export interface DeleteDeploymentRequest {
|
|
|
1146
922
|
|
|
1147
923
|
deploymentId: string | undefined;
|
|
1148
924
|
}
|
|
1149
|
-
export declare namespace DeleteDeploymentRequest {
|
|
1150
|
-
|
|
1151
|
-
const filterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
|
|
1152
|
-
}
|
|
1153
925
|
|
|
1154
926
|
export interface DeleteDocumentationPartRequest {
|
|
1155
927
|
|
|
@@ -1157,10 +929,6 @@ export interface DeleteDocumentationPartRequest {
|
|
|
1157
929
|
|
|
1158
930
|
documentationPartId: string | undefined;
|
|
1159
931
|
}
|
|
1160
|
-
export declare namespace DeleteDocumentationPartRequest {
|
|
1161
|
-
|
|
1162
|
-
const filterSensitiveLog: (obj: DeleteDocumentationPartRequest) => any;
|
|
1163
|
-
}
|
|
1164
932
|
|
|
1165
933
|
export interface DeleteDocumentationVersionRequest {
|
|
1166
934
|
|
|
@@ -1168,19 +936,11 @@ export interface DeleteDocumentationVersionRequest {
|
|
|
1168
936
|
|
|
1169
937
|
documentationVersion: string | undefined;
|
|
1170
938
|
}
|
|
1171
|
-
export declare namespace DeleteDocumentationVersionRequest {
|
|
1172
|
-
|
|
1173
|
-
const filterSensitiveLog: (obj: DeleteDocumentationVersionRequest) => any;
|
|
1174
|
-
}
|
|
1175
939
|
|
|
1176
940
|
export interface DeleteDomainNameRequest {
|
|
1177
941
|
|
|
1178
942
|
domainName: string | undefined;
|
|
1179
943
|
}
|
|
1180
|
-
export declare namespace DeleteDomainNameRequest {
|
|
1181
|
-
|
|
1182
|
-
const filterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
1183
|
-
}
|
|
1184
944
|
export declare enum GatewayResponseType {
|
|
1185
945
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
1186
946
|
API_CONFIGURATION_ERROR = "API_CONFIGURATION_ERROR",
|
|
@@ -1211,10 +971,6 @@ export interface DeleteGatewayResponseRequest {
|
|
|
1211
971
|
|
|
1212
972
|
responseType: GatewayResponseType | string | undefined;
|
|
1213
973
|
}
|
|
1214
|
-
export declare namespace DeleteGatewayResponseRequest {
|
|
1215
|
-
|
|
1216
|
-
const filterSensitiveLog: (obj: DeleteGatewayResponseRequest) => any;
|
|
1217
|
-
}
|
|
1218
974
|
|
|
1219
975
|
export interface DeleteIntegrationRequest {
|
|
1220
976
|
|
|
@@ -1224,10 +980,6 @@ export interface DeleteIntegrationRequest {
|
|
|
1224
980
|
|
|
1225
981
|
httpMethod: string | undefined;
|
|
1226
982
|
}
|
|
1227
|
-
export declare namespace DeleteIntegrationRequest {
|
|
1228
|
-
|
|
1229
|
-
const filterSensitiveLog: (obj: DeleteIntegrationRequest) => any;
|
|
1230
|
-
}
|
|
1231
983
|
|
|
1232
984
|
export interface DeleteIntegrationResponseRequest {
|
|
1233
985
|
|
|
@@ -1239,10 +991,6 @@ export interface DeleteIntegrationResponseRequest {
|
|
|
1239
991
|
|
|
1240
992
|
statusCode: string | undefined;
|
|
1241
993
|
}
|
|
1242
|
-
export declare namespace DeleteIntegrationResponseRequest {
|
|
1243
|
-
|
|
1244
|
-
const filterSensitiveLog: (obj: DeleteIntegrationResponseRequest) => any;
|
|
1245
|
-
}
|
|
1246
994
|
|
|
1247
995
|
export interface DeleteMethodRequest {
|
|
1248
996
|
|
|
@@ -1252,10 +1000,6 @@ export interface DeleteMethodRequest {
|
|
|
1252
1000
|
|
|
1253
1001
|
httpMethod: string | undefined;
|
|
1254
1002
|
}
|
|
1255
|
-
export declare namespace DeleteMethodRequest {
|
|
1256
|
-
|
|
1257
|
-
const filterSensitiveLog: (obj: DeleteMethodRequest) => any;
|
|
1258
|
-
}
|
|
1259
1003
|
|
|
1260
1004
|
export interface DeleteMethodResponseRequest {
|
|
1261
1005
|
|
|
@@ -1267,10 +1011,6 @@ export interface DeleteMethodResponseRequest {
|
|
|
1267
1011
|
|
|
1268
1012
|
statusCode: string | undefined;
|
|
1269
1013
|
}
|
|
1270
|
-
export declare namespace DeleteMethodResponseRequest {
|
|
1271
|
-
|
|
1272
|
-
const filterSensitiveLog: (obj: DeleteMethodResponseRequest) => any;
|
|
1273
|
-
}
|
|
1274
1014
|
|
|
1275
1015
|
export interface DeleteModelRequest {
|
|
1276
1016
|
|
|
@@ -1278,10 +1018,6 @@ export interface DeleteModelRequest {
|
|
|
1278
1018
|
|
|
1279
1019
|
modelName: string | undefined;
|
|
1280
1020
|
}
|
|
1281
|
-
export declare namespace DeleteModelRequest {
|
|
1282
|
-
|
|
1283
|
-
const filterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
1284
|
-
}
|
|
1285
1021
|
|
|
1286
1022
|
export interface DeleteRequestValidatorRequest {
|
|
1287
1023
|
|
|
@@ -1289,10 +1025,6 @@ export interface DeleteRequestValidatorRequest {
|
|
|
1289
1025
|
|
|
1290
1026
|
requestValidatorId: string | undefined;
|
|
1291
1027
|
}
|
|
1292
|
-
export declare namespace DeleteRequestValidatorRequest {
|
|
1293
|
-
|
|
1294
|
-
const filterSensitiveLog: (obj: DeleteRequestValidatorRequest) => any;
|
|
1295
|
-
}
|
|
1296
1028
|
|
|
1297
1029
|
export interface DeleteResourceRequest {
|
|
1298
1030
|
|
|
@@ -1300,19 +1032,11 @@ export interface DeleteResourceRequest {
|
|
|
1300
1032
|
|
|
1301
1033
|
resourceId: string | undefined;
|
|
1302
1034
|
}
|
|
1303
|
-
export declare namespace DeleteResourceRequest {
|
|
1304
|
-
|
|
1305
|
-
const filterSensitiveLog: (obj: DeleteResourceRequest) => any;
|
|
1306
|
-
}
|
|
1307
1035
|
|
|
1308
1036
|
export interface DeleteRestApiRequest {
|
|
1309
1037
|
|
|
1310
1038
|
restApiId: string | undefined;
|
|
1311
1039
|
}
|
|
1312
|
-
export declare namespace DeleteRestApiRequest {
|
|
1313
|
-
|
|
1314
|
-
const filterSensitiveLog: (obj: DeleteRestApiRequest) => any;
|
|
1315
|
-
}
|
|
1316
1040
|
|
|
1317
1041
|
export interface DeleteStageRequest {
|
|
1318
1042
|
|
|
@@ -1320,19 +1044,11 @@ export interface DeleteStageRequest {
|
|
|
1320
1044
|
|
|
1321
1045
|
stageName: string | undefined;
|
|
1322
1046
|
}
|
|
1323
|
-
export declare namespace DeleteStageRequest {
|
|
1324
|
-
|
|
1325
|
-
const filterSensitiveLog: (obj: DeleteStageRequest) => any;
|
|
1326
|
-
}
|
|
1327
1047
|
|
|
1328
1048
|
export interface DeleteUsagePlanRequest {
|
|
1329
1049
|
|
|
1330
1050
|
usagePlanId: string | undefined;
|
|
1331
1051
|
}
|
|
1332
|
-
export declare namespace DeleteUsagePlanRequest {
|
|
1333
|
-
|
|
1334
|
-
const filterSensitiveLog: (obj: DeleteUsagePlanRequest) => any;
|
|
1335
|
-
}
|
|
1336
1052
|
|
|
1337
1053
|
export interface DeleteUsagePlanKeyRequest {
|
|
1338
1054
|
|
|
@@ -1340,19 +1056,11 @@ export interface DeleteUsagePlanKeyRequest {
|
|
|
1340
1056
|
|
|
1341
1057
|
keyId: string | undefined;
|
|
1342
1058
|
}
|
|
1343
|
-
export declare namespace DeleteUsagePlanKeyRequest {
|
|
1344
|
-
|
|
1345
|
-
const filterSensitiveLog: (obj: DeleteUsagePlanKeyRequest) => any;
|
|
1346
|
-
}
|
|
1347
1059
|
|
|
1348
1060
|
export interface DeleteVpcLinkRequest {
|
|
1349
1061
|
|
|
1350
1062
|
vpcLinkId: string | undefined;
|
|
1351
1063
|
}
|
|
1352
|
-
export declare namespace DeleteVpcLinkRequest {
|
|
1353
|
-
|
|
1354
|
-
const filterSensitiveLog: (obj: DeleteVpcLinkRequest) => any;
|
|
1355
|
-
}
|
|
1356
1064
|
|
|
1357
1065
|
export interface FlushStageAuthorizersCacheRequest {
|
|
1358
1066
|
|
|
@@ -1360,10 +1068,6 @@ export interface FlushStageAuthorizersCacheRequest {
|
|
|
1360
1068
|
|
|
1361
1069
|
stageName: string | undefined;
|
|
1362
1070
|
}
|
|
1363
|
-
export declare namespace FlushStageAuthorizersCacheRequest {
|
|
1364
|
-
|
|
1365
|
-
const filterSensitiveLog: (obj: FlushStageAuthorizersCacheRequest) => any;
|
|
1366
|
-
}
|
|
1367
1071
|
|
|
1368
1072
|
export interface FlushStageCacheRequest {
|
|
1369
1073
|
|
|
@@ -1371,10 +1075,6 @@ export interface FlushStageCacheRequest {
|
|
|
1371
1075
|
|
|
1372
1076
|
stageName: string | undefined;
|
|
1373
1077
|
}
|
|
1374
|
-
export declare namespace FlushStageCacheRequest {
|
|
1375
|
-
|
|
1376
|
-
const filterSensitiveLog: (obj: FlushStageCacheRequest) => any;
|
|
1377
|
-
}
|
|
1378
1078
|
|
|
1379
1079
|
export interface ClientCertificate {
|
|
1380
1080
|
|
|
@@ -1390,10 +1090,6 @@ export interface ClientCertificate {
|
|
|
1390
1090
|
|
|
1391
1091
|
tags?: Record<string, string>;
|
|
1392
1092
|
}
|
|
1393
|
-
export declare namespace ClientCertificate {
|
|
1394
|
-
|
|
1395
|
-
const filterSensitiveLog: (obj: ClientCertificate) => any;
|
|
1396
|
-
}
|
|
1397
1093
|
|
|
1398
1094
|
export interface GenerateClientCertificateRequest {
|
|
1399
1095
|
|
|
@@ -1401,17 +1097,9 @@ export interface GenerateClientCertificateRequest {
|
|
|
1401
1097
|
|
|
1402
1098
|
tags?: Record<string, string>;
|
|
1403
1099
|
}
|
|
1404
|
-
export declare namespace GenerateClientCertificateRequest {
|
|
1405
|
-
|
|
1406
|
-
const filterSensitiveLog: (obj: GenerateClientCertificateRequest) => any;
|
|
1407
|
-
}
|
|
1408
1100
|
|
|
1409
1101
|
export interface GetAccountRequest {
|
|
1410
1102
|
}
|
|
1411
|
-
export declare namespace GetAccountRequest {
|
|
1412
|
-
|
|
1413
|
-
const filterSensitiveLog: (obj: GetAccountRequest) => any;
|
|
1414
|
-
}
|
|
1415
1103
|
|
|
1416
1104
|
export interface GetApiKeyRequest {
|
|
1417
1105
|
|
|
@@ -1419,10 +1107,6 @@ export interface GetApiKeyRequest {
|
|
|
1419
1107
|
|
|
1420
1108
|
includeValue?: boolean;
|
|
1421
1109
|
}
|
|
1422
|
-
export declare namespace GetApiKeyRequest {
|
|
1423
|
-
|
|
1424
|
-
const filterSensitiveLog: (obj: GetApiKeyRequest) => any;
|
|
1425
|
-
}
|
|
1426
1110
|
|
|
1427
1111
|
export interface GetApiKeysRequest {
|
|
1428
1112
|
|
|
@@ -1436,10 +1120,6 @@ export interface GetApiKeysRequest {
|
|
|
1436
1120
|
|
|
1437
1121
|
includeValues?: boolean;
|
|
1438
1122
|
}
|
|
1439
|
-
export declare namespace GetApiKeysRequest {
|
|
1440
|
-
|
|
1441
|
-
const filterSensitiveLog: (obj: GetApiKeysRequest) => any;
|
|
1442
|
-
}
|
|
1443
1123
|
|
|
1444
1124
|
export interface GetAuthorizerRequest {
|
|
1445
1125
|
|
|
@@ -1447,10 +1127,6 @@ export interface GetAuthorizerRequest {
|
|
|
1447
1127
|
|
|
1448
1128
|
authorizerId: string | undefined;
|
|
1449
1129
|
}
|
|
1450
|
-
export declare namespace GetAuthorizerRequest {
|
|
1451
|
-
|
|
1452
|
-
const filterSensitiveLog: (obj: GetAuthorizerRequest) => any;
|
|
1453
|
-
}
|
|
1454
1130
|
|
|
1455
1131
|
export interface GetAuthorizersRequest {
|
|
1456
1132
|
|
|
@@ -1460,10 +1136,6 @@ export interface GetAuthorizersRequest {
|
|
|
1460
1136
|
|
|
1461
1137
|
limit?: number;
|
|
1462
1138
|
}
|
|
1463
|
-
export declare namespace GetAuthorizersRequest {
|
|
1464
|
-
|
|
1465
|
-
const filterSensitiveLog: (obj: GetAuthorizersRequest) => any;
|
|
1466
|
-
}
|
|
1467
1139
|
|
|
1468
1140
|
export interface GetBasePathMappingRequest {
|
|
1469
1141
|
|
|
@@ -1471,10 +1143,6 @@ export interface GetBasePathMappingRequest {
|
|
|
1471
1143
|
|
|
1472
1144
|
basePath: string | undefined;
|
|
1473
1145
|
}
|
|
1474
|
-
export declare namespace GetBasePathMappingRequest {
|
|
1475
|
-
|
|
1476
|
-
const filterSensitiveLog: (obj: GetBasePathMappingRequest) => any;
|
|
1477
|
-
}
|
|
1478
1146
|
|
|
1479
1147
|
export interface BasePathMappings {
|
|
1480
1148
|
|
|
@@ -1482,10 +1150,6 @@ export interface BasePathMappings {
|
|
|
1482
1150
|
|
|
1483
1151
|
position?: string;
|
|
1484
1152
|
}
|
|
1485
|
-
export declare namespace BasePathMappings {
|
|
1486
|
-
|
|
1487
|
-
const filterSensitiveLog: (obj: BasePathMappings) => any;
|
|
1488
|
-
}
|
|
1489
1153
|
|
|
1490
1154
|
export interface GetBasePathMappingsRequest {
|
|
1491
1155
|
|
|
@@ -1495,19 +1159,11 @@ export interface GetBasePathMappingsRequest {
|
|
|
1495
1159
|
|
|
1496
1160
|
limit?: number;
|
|
1497
1161
|
}
|
|
1498
|
-
export declare namespace GetBasePathMappingsRequest {
|
|
1499
|
-
|
|
1500
|
-
const filterSensitiveLog: (obj: GetBasePathMappingsRequest) => any;
|
|
1501
|
-
}
|
|
1502
1162
|
|
|
1503
1163
|
export interface GetClientCertificateRequest {
|
|
1504
1164
|
|
|
1505
1165
|
clientCertificateId: string | undefined;
|
|
1506
1166
|
}
|
|
1507
|
-
export declare namespace GetClientCertificateRequest {
|
|
1508
|
-
|
|
1509
|
-
const filterSensitiveLog: (obj: GetClientCertificateRequest) => any;
|
|
1510
|
-
}
|
|
1511
1167
|
|
|
1512
1168
|
export interface ClientCertificates {
|
|
1513
1169
|
|
|
@@ -1515,10 +1171,6 @@ export interface ClientCertificates {
|
|
|
1515
1171
|
|
|
1516
1172
|
position?: string;
|
|
1517
1173
|
}
|
|
1518
|
-
export declare namespace ClientCertificates {
|
|
1519
|
-
|
|
1520
|
-
const filterSensitiveLog: (obj: ClientCertificates) => any;
|
|
1521
|
-
}
|
|
1522
1174
|
|
|
1523
1175
|
export interface GetClientCertificatesRequest {
|
|
1524
1176
|
|
|
@@ -1526,10 +1178,6 @@ export interface GetClientCertificatesRequest {
|
|
|
1526
1178
|
|
|
1527
1179
|
limit?: number;
|
|
1528
1180
|
}
|
|
1529
|
-
export declare namespace GetClientCertificatesRequest {
|
|
1530
|
-
|
|
1531
|
-
const filterSensitiveLog: (obj: GetClientCertificatesRequest) => any;
|
|
1532
|
-
}
|
|
1533
1181
|
|
|
1534
1182
|
export interface GetDeploymentRequest {
|
|
1535
1183
|
|
|
@@ -1539,10 +1187,6 @@ export interface GetDeploymentRequest {
|
|
|
1539
1187
|
|
|
1540
1188
|
embed?: string[];
|
|
1541
1189
|
}
|
|
1542
|
-
export declare namespace GetDeploymentRequest {
|
|
1543
|
-
|
|
1544
|
-
const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
1545
|
-
}
|
|
1546
1190
|
|
|
1547
1191
|
export interface Deployments {
|
|
1548
1192
|
|
|
@@ -1550,10 +1194,6 @@ export interface Deployments {
|
|
|
1550
1194
|
|
|
1551
1195
|
position?: string;
|
|
1552
1196
|
}
|
|
1553
|
-
export declare namespace Deployments {
|
|
1554
|
-
|
|
1555
|
-
const filterSensitiveLog: (obj: Deployments) => any;
|
|
1556
|
-
}
|
|
1557
1197
|
|
|
1558
1198
|
export interface GetDeploymentsRequest {
|
|
1559
1199
|
|
|
@@ -1563,10 +1203,6 @@ export interface GetDeploymentsRequest {
|
|
|
1563
1203
|
|
|
1564
1204
|
limit?: number;
|
|
1565
1205
|
}
|
|
1566
|
-
export declare namespace GetDeploymentsRequest {
|
|
1567
|
-
|
|
1568
|
-
const filterSensitiveLog: (obj: GetDeploymentsRequest) => any;
|
|
1569
|
-
}
|
|
1570
1206
|
|
|
1571
1207
|
export interface GetDocumentationPartRequest {
|
|
1572
1208
|
|
|
@@ -1574,10 +1210,6 @@ export interface GetDocumentationPartRequest {
|
|
|
1574
1210
|
|
|
1575
1211
|
documentationPartId: string | undefined;
|
|
1576
1212
|
}
|
|
1577
|
-
export declare namespace GetDocumentationPartRequest {
|
|
1578
|
-
|
|
1579
|
-
const filterSensitiveLog: (obj: GetDocumentationPartRequest) => any;
|
|
1580
|
-
}
|
|
1581
1213
|
|
|
1582
1214
|
export interface DocumentationParts {
|
|
1583
1215
|
|
|
@@ -1585,10 +1217,6 @@ export interface DocumentationParts {
|
|
|
1585
1217
|
|
|
1586
1218
|
position?: string;
|
|
1587
1219
|
}
|
|
1588
|
-
export declare namespace DocumentationParts {
|
|
1589
|
-
|
|
1590
|
-
const filterSensitiveLog: (obj: DocumentationParts) => any;
|
|
1591
|
-
}
|
|
1592
1220
|
export declare enum LocationStatusType {
|
|
1593
1221
|
DOCUMENTED = "DOCUMENTED",
|
|
1594
1222
|
UNDOCUMENTED = "UNDOCUMENTED"
|
|
@@ -1610,10 +1238,6 @@ export interface GetDocumentationPartsRequest {
|
|
|
1610
1238
|
|
|
1611
1239
|
locationStatus?: LocationStatusType | string;
|
|
1612
1240
|
}
|
|
1613
|
-
export declare namespace GetDocumentationPartsRequest {
|
|
1614
|
-
|
|
1615
|
-
const filterSensitiveLog: (obj: GetDocumentationPartsRequest) => any;
|
|
1616
|
-
}
|
|
1617
1241
|
|
|
1618
1242
|
export interface GetDocumentationVersionRequest {
|
|
1619
1243
|
|
|
@@ -1621,10 +1245,6 @@ export interface GetDocumentationVersionRequest {
|
|
|
1621
1245
|
|
|
1622
1246
|
documentationVersion: string | undefined;
|
|
1623
1247
|
}
|
|
1624
|
-
export declare namespace GetDocumentationVersionRequest {
|
|
1625
|
-
|
|
1626
|
-
const filterSensitiveLog: (obj: GetDocumentationVersionRequest) => any;
|
|
1627
|
-
}
|
|
1628
1248
|
|
|
1629
1249
|
export interface DocumentationVersions {
|
|
1630
1250
|
|
|
@@ -1632,10 +1252,6 @@ export interface DocumentationVersions {
|
|
|
1632
1252
|
|
|
1633
1253
|
position?: string;
|
|
1634
1254
|
}
|
|
1635
|
-
export declare namespace DocumentationVersions {
|
|
1636
|
-
|
|
1637
|
-
const filterSensitiveLog: (obj: DocumentationVersions) => any;
|
|
1638
|
-
}
|
|
1639
1255
|
|
|
1640
1256
|
export interface GetDocumentationVersionsRequest {
|
|
1641
1257
|
|
|
@@ -1645,19 +1261,11 @@ export interface GetDocumentationVersionsRequest {
|
|
|
1645
1261
|
|
|
1646
1262
|
limit?: number;
|
|
1647
1263
|
}
|
|
1648
|
-
export declare namespace GetDocumentationVersionsRequest {
|
|
1649
|
-
|
|
1650
|
-
const filterSensitiveLog: (obj: GetDocumentationVersionsRequest) => any;
|
|
1651
|
-
}
|
|
1652
1264
|
|
|
1653
1265
|
export interface GetDomainNameRequest {
|
|
1654
1266
|
|
|
1655
1267
|
domainName: string | undefined;
|
|
1656
1268
|
}
|
|
1657
|
-
export declare namespace GetDomainNameRequest {
|
|
1658
|
-
|
|
1659
|
-
const filterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
1660
|
-
}
|
|
1661
1269
|
|
|
1662
1270
|
export interface DomainNames {
|
|
1663
1271
|
|
|
@@ -1665,10 +1273,6 @@ export interface DomainNames {
|
|
|
1665
1273
|
|
|
1666
1274
|
position?: string;
|
|
1667
1275
|
}
|
|
1668
|
-
export declare namespace DomainNames {
|
|
1669
|
-
|
|
1670
|
-
const filterSensitiveLog: (obj: DomainNames) => any;
|
|
1671
|
-
}
|
|
1672
1276
|
|
|
1673
1277
|
export interface GetDomainNamesRequest {
|
|
1674
1278
|
|
|
@@ -1676,10 +1280,6 @@ export interface GetDomainNamesRequest {
|
|
|
1676
1280
|
|
|
1677
1281
|
limit?: number;
|
|
1678
1282
|
}
|
|
1679
|
-
export declare namespace GetDomainNamesRequest {
|
|
1680
|
-
|
|
1681
|
-
const filterSensitiveLog: (obj: GetDomainNamesRequest) => any;
|
|
1682
|
-
}
|
|
1683
1283
|
|
|
1684
1284
|
export interface ExportResponse {
|
|
1685
1285
|
|
|
@@ -1689,10 +1289,6 @@ export interface ExportResponse {
|
|
|
1689
1289
|
|
|
1690
1290
|
body?: Uint8Array;
|
|
1691
1291
|
}
|
|
1692
|
-
export declare namespace ExportResponse {
|
|
1693
|
-
|
|
1694
|
-
const filterSensitiveLog: (obj: ExportResponse) => any;
|
|
1695
|
-
}
|
|
1696
1292
|
|
|
1697
1293
|
export interface GetExportRequest {
|
|
1698
1294
|
|
|
@@ -1706,10 +1302,6 @@ export interface GetExportRequest {
|
|
|
1706
1302
|
|
|
1707
1303
|
accepts?: string;
|
|
1708
1304
|
}
|
|
1709
|
-
export declare namespace GetExportRequest {
|
|
1710
|
-
|
|
1711
|
-
const filterSensitiveLog: (obj: GetExportRequest) => any;
|
|
1712
|
-
}
|
|
1713
1305
|
|
|
1714
1306
|
export interface GatewayResponse {
|
|
1715
1307
|
|
|
@@ -1723,10 +1315,6 @@ export interface GatewayResponse {
|
|
|
1723
1315
|
|
|
1724
1316
|
defaultResponse?: boolean;
|
|
1725
1317
|
}
|
|
1726
|
-
export declare namespace GatewayResponse {
|
|
1727
|
-
|
|
1728
|
-
const filterSensitiveLog: (obj: GatewayResponse) => any;
|
|
1729
|
-
}
|
|
1730
1318
|
|
|
1731
1319
|
export interface GetGatewayResponseRequest {
|
|
1732
1320
|
|
|
@@ -1734,10 +1322,6 @@ export interface GetGatewayResponseRequest {
|
|
|
1734
1322
|
|
|
1735
1323
|
responseType: GatewayResponseType | string | undefined;
|
|
1736
1324
|
}
|
|
1737
|
-
export declare namespace GetGatewayResponseRequest {
|
|
1738
|
-
|
|
1739
|
-
const filterSensitiveLog: (obj: GetGatewayResponseRequest) => any;
|
|
1740
|
-
}
|
|
1741
1325
|
|
|
1742
1326
|
export interface GatewayResponses {
|
|
1743
1327
|
|
|
@@ -1745,10 +1329,6 @@ export interface GatewayResponses {
|
|
|
1745
1329
|
|
|
1746
1330
|
position?: string;
|
|
1747
1331
|
}
|
|
1748
|
-
export declare namespace GatewayResponses {
|
|
1749
|
-
|
|
1750
|
-
const filterSensitiveLog: (obj: GatewayResponses) => any;
|
|
1751
|
-
}
|
|
1752
1332
|
|
|
1753
1333
|
export interface GetGatewayResponsesRequest {
|
|
1754
1334
|
|
|
@@ -1758,10 +1338,6 @@ export interface GetGatewayResponsesRequest {
|
|
|
1758
1338
|
|
|
1759
1339
|
limit?: number;
|
|
1760
1340
|
}
|
|
1761
|
-
export declare namespace GetGatewayResponsesRequest {
|
|
1762
|
-
|
|
1763
|
-
const filterSensitiveLog: (obj: GetGatewayResponsesRequest) => any;
|
|
1764
|
-
}
|
|
1765
1341
|
|
|
1766
1342
|
export interface GetIntegrationRequest {
|
|
1767
1343
|
|
|
@@ -1771,10 +1347,6 @@ export interface GetIntegrationRequest {
|
|
|
1771
1347
|
|
|
1772
1348
|
httpMethod: string | undefined;
|
|
1773
1349
|
}
|
|
1774
|
-
export declare namespace GetIntegrationRequest {
|
|
1775
|
-
|
|
1776
|
-
const filterSensitiveLog: (obj: GetIntegrationRequest) => any;
|
|
1777
|
-
}
|
|
1778
1350
|
|
|
1779
1351
|
export interface GetIntegrationResponseRequest {
|
|
1780
1352
|
|
|
@@ -1786,10 +1358,6 @@ export interface GetIntegrationResponseRequest {
|
|
|
1786
1358
|
|
|
1787
1359
|
statusCode: string | undefined;
|
|
1788
1360
|
}
|
|
1789
|
-
export declare namespace GetIntegrationResponseRequest {
|
|
1790
|
-
|
|
1791
|
-
const filterSensitiveLog: (obj: GetIntegrationResponseRequest) => any;
|
|
1792
|
-
}
|
|
1793
1361
|
|
|
1794
1362
|
export interface GetMethodRequest {
|
|
1795
1363
|
|
|
@@ -1799,10 +1367,6 @@ export interface GetMethodRequest {
|
|
|
1799
1367
|
|
|
1800
1368
|
httpMethod: string | undefined;
|
|
1801
1369
|
}
|
|
1802
|
-
export declare namespace GetMethodRequest {
|
|
1803
|
-
|
|
1804
|
-
const filterSensitiveLog: (obj: GetMethodRequest) => any;
|
|
1805
|
-
}
|
|
1806
1370
|
|
|
1807
1371
|
export interface GetMethodResponseRequest {
|
|
1808
1372
|
|
|
@@ -1814,10 +1378,6 @@ export interface GetMethodResponseRequest {
|
|
|
1814
1378
|
|
|
1815
1379
|
statusCode: string | undefined;
|
|
1816
1380
|
}
|
|
1817
|
-
export declare namespace GetMethodResponseRequest {
|
|
1818
|
-
|
|
1819
|
-
const filterSensitiveLog: (obj: GetMethodResponseRequest) => any;
|
|
1820
|
-
}
|
|
1821
1381
|
|
|
1822
1382
|
export interface GetModelRequest {
|
|
1823
1383
|
|
|
@@ -1827,10 +1387,6 @@ export interface GetModelRequest {
|
|
|
1827
1387
|
|
|
1828
1388
|
flatten?: boolean;
|
|
1829
1389
|
}
|
|
1830
|
-
export declare namespace GetModelRequest {
|
|
1831
|
-
|
|
1832
|
-
const filterSensitiveLog: (obj: GetModelRequest) => any;
|
|
1833
|
-
}
|
|
1834
1390
|
|
|
1835
1391
|
export interface GetModelsRequest {
|
|
1836
1392
|
|
|
@@ -1840,10 +1396,6 @@ export interface GetModelsRequest {
|
|
|
1840
1396
|
|
|
1841
1397
|
limit?: number;
|
|
1842
1398
|
}
|
|
1843
|
-
export declare namespace GetModelsRequest {
|
|
1844
|
-
|
|
1845
|
-
const filterSensitiveLog: (obj: GetModelsRequest) => any;
|
|
1846
|
-
}
|
|
1847
1399
|
|
|
1848
1400
|
export interface Models {
|
|
1849
1401
|
|
|
@@ -1851,10 +1403,6 @@ export interface Models {
|
|
|
1851
1403
|
|
|
1852
1404
|
position?: string;
|
|
1853
1405
|
}
|
|
1854
|
-
export declare namespace Models {
|
|
1855
|
-
|
|
1856
|
-
const filterSensitiveLog: (obj: Models) => any;
|
|
1857
|
-
}
|
|
1858
1406
|
|
|
1859
1407
|
export interface GetModelTemplateRequest {
|
|
1860
1408
|
|
|
@@ -1862,19 +1410,11 @@ export interface GetModelTemplateRequest {
|
|
|
1862
1410
|
|
|
1863
1411
|
modelName: string | undefined;
|
|
1864
1412
|
}
|
|
1865
|
-
export declare namespace GetModelTemplateRequest {
|
|
1866
|
-
|
|
1867
|
-
const filterSensitiveLog: (obj: GetModelTemplateRequest) => any;
|
|
1868
|
-
}
|
|
1869
1413
|
|
|
1870
1414
|
export interface Template {
|
|
1871
1415
|
|
|
1872
1416
|
value?: string;
|
|
1873
1417
|
}
|
|
1874
|
-
export declare namespace Template {
|
|
1875
|
-
|
|
1876
|
-
const filterSensitiveLog: (obj: Template) => any;
|
|
1877
|
-
}
|
|
1878
1418
|
|
|
1879
1419
|
export interface GetRequestValidatorRequest {
|
|
1880
1420
|
|
|
@@ -1882,10 +1422,6 @@ export interface GetRequestValidatorRequest {
|
|
|
1882
1422
|
|
|
1883
1423
|
requestValidatorId: string | undefined;
|
|
1884
1424
|
}
|
|
1885
|
-
export declare namespace GetRequestValidatorRequest {
|
|
1886
|
-
|
|
1887
|
-
const filterSensitiveLog: (obj: GetRequestValidatorRequest) => any;
|
|
1888
|
-
}
|
|
1889
1425
|
|
|
1890
1426
|
export interface GetRequestValidatorsRequest {
|
|
1891
1427
|
|
|
@@ -1895,10 +1431,6 @@ export interface GetRequestValidatorsRequest {
|
|
|
1895
1431
|
|
|
1896
1432
|
limit?: number;
|
|
1897
1433
|
}
|
|
1898
|
-
export declare namespace GetRequestValidatorsRequest {
|
|
1899
|
-
|
|
1900
|
-
const filterSensitiveLog: (obj: GetRequestValidatorsRequest) => any;
|
|
1901
|
-
}
|
|
1902
1434
|
|
|
1903
1435
|
export interface RequestValidators {
|
|
1904
1436
|
|
|
@@ -1906,10 +1438,6 @@ export interface RequestValidators {
|
|
|
1906
1438
|
|
|
1907
1439
|
position?: string;
|
|
1908
1440
|
}
|
|
1909
|
-
export declare namespace RequestValidators {
|
|
1910
|
-
|
|
1911
|
-
const filterSensitiveLog: (obj: RequestValidators) => any;
|
|
1912
|
-
}
|
|
1913
1441
|
|
|
1914
1442
|
export interface GetResourceRequest {
|
|
1915
1443
|
|
|
@@ -1919,10 +1447,6 @@ export interface GetResourceRequest {
|
|
|
1919
1447
|
|
|
1920
1448
|
embed?: string[];
|
|
1921
1449
|
}
|
|
1922
|
-
export declare namespace GetResourceRequest {
|
|
1923
|
-
|
|
1924
|
-
const filterSensitiveLog: (obj: GetResourceRequest) => any;
|
|
1925
|
-
}
|
|
1926
1450
|
|
|
1927
1451
|
export interface GetResourcesRequest {
|
|
1928
1452
|
|
|
@@ -1934,10 +1458,6 @@ export interface GetResourcesRequest {
|
|
|
1934
1458
|
|
|
1935
1459
|
embed?: string[];
|
|
1936
1460
|
}
|
|
1937
|
-
export declare namespace GetResourcesRequest {
|
|
1938
|
-
|
|
1939
|
-
const filterSensitiveLog: (obj: GetResourcesRequest) => any;
|
|
1940
|
-
}
|
|
1941
1461
|
|
|
1942
1462
|
export interface Resources {
|
|
1943
1463
|
|
|
@@ -1945,19 +1465,11 @@ export interface Resources {
|
|
|
1945
1465
|
|
|
1946
1466
|
position?: string;
|
|
1947
1467
|
}
|
|
1948
|
-
export declare namespace Resources {
|
|
1949
|
-
|
|
1950
|
-
const filterSensitiveLog: (obj: Resources) => any;
|
|
1951
|
-
}
|
|
1952
1468
|
|
|
1953
1469
|
export interface GetRestApiRequest {
|
|
1954
1470
|
|
|
1955
1471
|
restApiId: string | undefined;
|
|
1956
1472
|
}
|
|
1957
|
-
export declare namespace GetRestApiRequest {
|
|
1958
|
-
|
|
1959
|
-
const filterSensitiveLog: (obj: GetRestApiRequest) => any;
|
|
1960
|
-
}
|
|
1961
1473
|
|
|
1962
1474
|
export interface GetRestApisRequest {
|
|
1963
1475
|
|
|
@@ -1965,10 +1477,6 @@ export interface GetRestApisRequest {
|
|
|
1965
1477
|
|
|
1966
1478
|
limit?: number;
|
|
1967
1479
|
}
|
|
1968
|
-
export declare namespace GetRestApisRequest {
|
|
1969
|
-
|
|
1970
|
-
const filterSensitiveLog: (obj: GetRestApisRequest) => any;
|
|
1971
|
-
}
|
|
1972
1480
|
|
|
1973
1481
|
export interface RestApis {
|
|
1974
1482
|
|
|
@@ -1976,10 +1484,6 @@ export interface RestApis {
|
|
|
1976
1484
|
|
|
1977
1485
|
position?: string;
|
|
1978
1486
|
}
|
|
1979
|
-
export declare namespace RestApis {
|
|
1980
|
-
|
|
1981
|
-
const filterSensitiveLog: (obj: RestApis) => any;
|
|
1982
|
-
}
|
|
1983
1487
|
|
|
1984
1488
|
export interface GetSdkRequest {
|
|
1985
1489
|
|
|
@@ -1991,10 +1495,6 @@ export interface GetSdkRequest {
|
|
|
1991
1495
|
|
|
1992
1496
|
parameters?: Record<string, string>;
|
|
1993
1497
|
}
|
|
1994
|
-
export declare namespace GetSdkRequest {
|
|
1995
|
-
|
|
1996
|
-
const filterSensitiveLog: (obj: GetSdkRequest) => any;
|
|
1997
|
-
}
|
|
1998
1498
|
|
|
1999
1499
|
export interface SdkResponse {
|
|
2000
1500
|
|
|
@@ -2004,19 +1504,11 @@ export interface SdkResponse {
|
|
|
2004
1504
|
|
|
2005
1505
|
body?: Uint8Array;
|
|
2006
1506
|
}
|
|
2007
|
-
export declare namespace SdkResponse {
|
|
2008
|
-
|
|
2009
|
-
const filterSensitiveLog: (obj: SdkResponse) => any;
|
|
2010
|
-
}
|
|
2011
1507
|
|
|
2012
1508
|
export interface GetSdkTypeRequest {
|
|
2013
1509
|
|
|
2014
1510
|
id: string | undefined;
|
|
2015
1511
|
}
|
|
2016
|
-
export declare namespace GetSdkTypeRequest {
|
|
2017
|
-
|
|
2018
|
-
const filterSensitiveLog: (obj: GetSdkTypeRequest) => any;
|
|
2019
|
-
}
|
|
2020
1512
|
|
|
2021
1513
|
export interface SdkConfigurationProperty {
|
|
2022
1514
|
|
|
@@ -2030,10 +1522,6 @@ export interface SdkConfigurationProperty {
|
|
|
2030
1522
|
|
|
2031
1523
|
defaultValue?: string;
|
|
2032
1524
|
}
|
|
2033
|
-
export declare namespace SdkConfigurationProperty {
|
|
2034
|
-
|
|
2035
|
-
const filterSensitiveLog: (obj: SdkConfigurationProperty) => any;
|
|
2036
|
-
}
|
|
2037
1525
|
|
|
2038
1526
|
export interface SdkType {
|
|
2039
1527
|
|
|
@@ -2045,10 +1533,6 @@ export interface SdkType {
|
|
|
2045
1533
|
|
|
2046
1534
|
configurationProperties?: SdkConfigurationProperty[];
|
|
2047
1535
|
}
|
|
2048
|
-
export declare namespace SdkType {
|
|
2049
|
-
|
|
2050
|
-
const filterSensitiveLog: (obj: SdkType) => any;
|
|
2051
|
-
}
|
|
2052
1536
|
|
|
2053
1537
|
export interface GetSdkTypesRequest {
|
|
2054
1538
|
|
|
@@ -2056,19 +1540,11 @@ export interface GetSdkTypesRequest {
|
|
|
2056
1540
|
|
|
2057
1541
|
limit?: number;
|
|
2058
1542
|
}
|
|
2059
|
-
export declare namespace GetSdkTypesRequest {
|
|
2060
|
-
|
|
2061
|
-
const filterSensitiveLog: (obj: GetSdkTypesRequest) => any;
|
|
2062
|
-
}
|
|
2063
1543
|
|
|
2064
1544
|
export interface SdkTypes {
|
|
2065
1545
|
|
|
2066
1546
|
items?: SdkType[];
|
|
2067
1547
|
}
|
|
2068
|
-
export declare namespace SdkTypes {
|
|
2069
|
-
|
|
2070
|
-
const filterSensitiveLog: (obj: SdkTypes) => any;
|
|
2071
|
-
}
|
|
2072
1548
|
|
|
2073
1549
|
export interface GetStageRequest {
|
|
2074
1550
|
|
|
@@ -2076,10 +1552,6 @@ export interface GetStageRequest {
|
|
|
2076
1552
|
|
|
2077
1553
|
stageName: string | undefined;
|
|
2078
1554
|
}
|
|
2079
|
-
export declare namespace GetStageRequest {
|
|
2080
|
-
|
|
2081
|
-
const filterSensitiveLog: (obj: GetStageRequest) => any;
|
|
2082
|
-
}
|
|
2083
1555
|
|
|
2084
1556
|
export interface GetStagesRequest {
|
|
2085
1557
|
|
|
@@ -2087,19 +1559,11 @@ export interface GetStagesRequest {
|
|
|
2087
1559
|
|
|
2088
1560
|
deploymentId?: string;
|
|
2089
1561
|
}
|
|
2090
|
-
export declare namespace GetStagesRequest {
|
|
2091
|
-
|
|
2092
|
-
const filterSensitiveLog: (obj: GetStagesRequest) => any;
|
|
2093
|
-
}
|
|
2094
1562
|
|
|
2095
1563
|
export interface Stages {
|
|
2096
1564
|
|
|
2097
1565
|
item?: Stage[];
|
|
2098
1566
|
}
|
|
2099
|
-
export declare namespace Stages {
|
|
2100
|
-
|
|
2101
|
-
const filterSensitiveLog: (obj: Stages) => any;
|
|
2102
|
-
}
|
|
2103
1567
|
|
|
2104
1568
|
export interface GetTagsRequest {
|
|
2105
1569
|
|
|
@@ -2109,19 +1573,11 @@ export interface GetTagsRequest {
|
|
|
2109
1573
|
|
|
2110
1574
|
limit?: number;
|
|
2111
1575
|
}
|
|
2112
|
-
export declare namespace GetTagsRequest {
|
|
2113
|
-
|
|
2114
|
-
const filterSensitiveLog: (obj: GetTagsRequest) => any;
|
|
2115
|
-
}
|
|
2116
1576
|
|
|
2117
1577
|
export interface Tags {
|
|
2118
1578
|
|
|
2119
1579
|
tags?: Record<string, string>;
|
|
2120
1580
|
}
|
|
2121
|
-
export declare namespace Tags {
|
|
2122
|
-
|
|
2123
|
-
const filterSensitiveLog: (obj: Tags) => any;
|
|
2124
|
-
}
|
|
2125
1581
|
|
|
2126
1582
|
export interface GetUsageRequest {
|
|
2127
1583
|
|
|
@@ -2137,10 +1593,6 @@ export interface GetUsageRequest {
|
|
|
2137
1593
|
|
|
2138
1594
|
limit?: number;
|
|
2139
1595
|
}
|
|
2140
|
-
export declare namespace GetUsageRequest {
|
|
2141
|
-
|
|
2142
|
-
const filterSensitiveLog: (obj: GetUsageRequest) => any;
|
|
2143
|
-
}
|
|
2144
1596
|
|
|
2145
1597
|
export interface Usage {
|
|
2146
1598
|
|
|
@@ -2154,19 +1606,11 @@ export interface Usage {
|
|
|
2154
1606
|
|
|
2155
1607
|
position?: string;
|
|
2156
1608
|
}
|
|
2157
|
-
export declare namespace Usage {
|
|
2158
|
-
|
|
2159
|
-
const filterSensitiveLog: (obj: Usage) => any;
|
|
2160
|
-
}
|
|
2161
1609
|
|
|
2162
1610
|
export interface GetUsagePlanRequest {
|
|
2163
1611
|
|
|
2164
1612
|
usagePlanId: string | undefined;
|
|
2165
1613
|
}
|
|
2166
|
-
export declare namespace GetUsagePlanRequest {
|
|
2167
|
-
|
|
2168
|
-
const filterSensitiveLog: (obj: GetUsagePlanRequest) => any;
|
|
2169
|
-
}
|
|
2170
1614
|
|
|
2171
1615
|
export interface GetUsagePlanKeyRequest {
|
|
2172
1616
|
|
|
@@ -2174,10 +1618,6 @@ export interface GetUsagePlanKeyRequest {
|
|
|
2174
1618
|
|
|
2175
1619
|
keyId: string | undefined;
|
|
2176
1620
|
}
|
|
2177
|
-
export declare namespace GetUsagePlanKeyRequest {
|
|
2178
|
-
|
|
2179
|
-
const filterSensitiveLog: (obj: GetUsagePlanKeyRequest) => any;
|
|
2180
|
-
}
|
|
2181
1621
|
|
|
2182
1622
|
export interface GetUsagePlanKeysRequest {
|
|
2183
1623
|
|
|
@@ -2189,10 +1629,6 @@ export interface GetUsagePlanKeysRequest {
|
|
|
2189
1629
|
|
|
2190
1630
|
nameQuery?: string;
|
|
2191
1631
|
}
|
|
2192
|
-
export declare namespace GetUsagePlanKeysRequest {
|
|
2193
|
-
|
|
2194
|
-
const filterSensitiveLog: (obj: GetUsagePlanKeysRequest) => any;
|
|
2195
|
-
}
|
|
2196
1632
|
|
|
2197
1633
|
export interface UsagePlanKeys {
|
|
2198
1634
|
|
|
@@ -2200,10 +1636,6 @@ export interface UsagePlanKeys {
|
|
|
2200
1636
|
|
|
2201
1637
|
position?: string;
|
|
2202
1638
|
}
|
|
2203
|
-
export declare namespace UsagePlanKeys {
|
|
2204
|
-
|
|
2205
|
-
const filterSensitiveLog: (obj: UsagePlanKeys) => any;
|
|
2206
|
-
}
|
|
2207
1639
|
|
|
2208
1640
|
export interface GetUsagePlansRequest {
|
|
2209
1641
|
|
|
@@ -2213,10 +1645,6 @@ export interface GetUsagePlansRequest {
|
|
|
2213
1645
|
|
|
2214
1646
|
limit?: number;
|
|
2215
1647
|
}
|
|
2216
|
-
export declare namespace GetUsagePlansRequest {
|
|
2217
|
-
|
|
2218
|
-
const filterSensitiveLog: (obj: GetUsagePlansRequest) => any;
|
|
2219
|
-
}
|
|
2220
1648
|
|
|
2221
1649
|
export interface UsagePlans {
|
|
2222
1650
|
|
|
@@ -2224,19 +1652,11 @@ export interface UsagePlans {
|
|
|
2224
1652
|
|
|
2225
1653
|
position?: string;
|
|
2226
1654
|
}
|
|
2227
|
-
export declare namespace UsagePlans {
|
|
2228
|
-
|
|
2229
|
-
const filterSensitiveLog: (obj: UsagePlans) => any;
|
|
2230
|
-
}
|
|
2231
1655
|
|
|
2232
1656
|
export interface GetVpcLinkRequest {
|
|
2233
1657
|
|
|
2234
1658
|
vpcLinkId: string | undefined;
|
|
2235
1659
|
}
|
|
2236
|
-
export declare namespace GetVpcLinkRequest {
|
|
2237
|
-
|
|
2238
|
-
const filterSensitiveLog: (obj: GetVpcLinkRequest) => any;
|
|
2239
|
-
}
|
|
2240
1660
|
|
|
2241
1661
|
export interface GetVpcLinksRequest {
|
|
2242
1662
|
|
|
@@ -2244,10 +1664,6 @@ export interface GetVpcLinksRequest {
|
|
|
2244
1664
|
|
|
2245
1665
|
limit?: number;
|
|
2246
1666
|
}
|
|
2247
|
-
export declare namespace GetVpcLinksRequest {
|
|
2248
|
-
|
|
2249
|
-
const filterSensitiveLog: (obj: GetVpcLinksRequest) => any;
|
|
2250
|
-
}
|
|
2251
1667
|
|
|
2252
1668
|
export interface VpcLinks {
|
|
2253
1669
|
|
|
@@ -2255,10 +1671,6 @@ export interface VpcLinks {
|
|
|
2255
1671
|
|
|
2256
1672
|
position?: string;
|
|
2257
1673
|
}
|
|
2258
|
-
export declare namespace VpcLinks {
|
|
2259
|
-
|
|
2260
|
-
const filterSensitiveLog: (obj: VpcLinks) => any;
|
|
2261
|
-
}
|
|
2262
1674
|
|
|
2263
1675
|
export interface ImportApiKeysRequest {
|
|
2264
1676
|
|
|
@@ -2268,10 +1680,6 @@ export interface ImportApiKeysRequest {
|
|
|
2268
1680
|
|
|
2269
1681
|
failOnWarnings?: boolean;
|
|
2270
1682
|
}
|
|
2271
|
-
export declare namespace ImportApiKeysRequest {
|
|
2272
|
-
|
|
2273
|
-
const filterSensitiveLog: (obj: ImportApiKeysRequest) => any;
|
|
2274
|
-
}
|
|
2275
1683
|
|
|
2276
1684
|
export interface DocumentationPartIds {
|
|
2277
1685
|
|
|
@@ -2279,10 +1687,6 @@ export interface DocumentationPartIds {
|
|
|
2279
1687
|
|
|
2280
1688
|
warnings?: string[];
|
|
2281
1689
|
}
|
|
2282
|
-
export declare namespace DocumentationPartIds {
|
|
2283
|
-
|
|
2284
|
-
const filterSensitiveLog: (obj: DocumentationPartIds) => any;
|
|
2285
|
-
}
|
|
2286
1690
|
export declare enum PutMode {
|
|
2287
1691
|
Merge = "merge",
|
|
2288
1692
|
Overwrite = "overwrite"
|
|
@@ -2298,10 +1702,6 @@ export interface ImportDocumentationPartsRequest {
|
|
|
2298
1702
|
|
|
2299
1703
|
body: Uint8Array | undefined;
|
|
2300
1704
|
}
|
|
2301
|
-
export declare namespace ImportDocumentationPartsRequest {
|
|
2302
|
-
|
|
2303
|
-
const filterSensitiveLog: (obj: ImportDocumentationPartsRequest) => any;
|
|
2304
|
-
}
|
|
2305
1705
|
|
|
2306
1706
|
export interface ImportRestApiRequest {
|
|
2307
1707
|
|
|
@@ -2311,10 +1711,6 @@ export interface ImportRestApiRequest {
|
|
|
2311
1711
|
|
|
2312
1712
|
body: Uint8Array | undefined;
|
|
2313
1713
|
}
|
|
2314
|
-
export declare namespace ImportRestApiRequest {
|
|
2315
|
-
|
|
2316
|
-
const filterSensitiveLog: (obj: ImportRestApiRequest) => any;
|
|
2317
|
-
}
|
|
2318
1714
|
|
|
2319
1715
|
export interface PutGatewayResponseRequest {
|
|
2320
1716
|
|
|
@@ -2328,10 +1724,6 @@ export interface PutGatewayResponseRequest {
|
|
|
2328
1724
|
|
|
2329
1725
|
responseTemplates?: Record<string, string>;
|
|
2330
1726
|
}
|
|
2331
|
-
export declare namespace PutGatewayResponseRequest {
|
|
2332
|
-
|
|
2333
|
-
const filterSensitiveLog: (obj: PutGatewayResponseRequest) => any;
|
|
2334
|
-
}
|
|
2335
1727
|
|
|
2336
1728
|
export interface PutIntegrationRequest {
|
|
2337
1729
|
|
|
@@ -2369,10 +1761,6 @@ export interface PutIntegrationRequest {
|
|
|
2369
1761
|
|
|
2370
1762
|
tlsConfig?: TlsConfig;
|
|
2371
1763
|
}
|
|
2372
|
-
export declare namespace PutIntegrationRequest {
|
|
2373
|
-
|
|
2374
|
-
const filterSensitiveLog: (obj: PutIntegrationRequest) => any;
|
|
2375
|
-
}
|
|
2376
1764
|
|
|
2377
1765
|
export interface PutIntegrationResponseRequest {
|
|
2378
1766
|
|
|
@@ -2392,10 +1780,6 @@ export interface PutIntegrationResponseRequest {
|
|
|
2392
1780
|
|
|
2393
1781
|
contentHandling?: ContentHandlingStrategy | string;
|
|
2394
1782
|
}
|
|
2395
|
-
export declare namespace PutIntegrationResponseRequest {
|
|
2396
|
-
|
|
2397
|
-
const filterSensitiveLog: (obj: PutIntegrationResponseRequest) => any;
|
|
2398
|
-
}
|
|
2399
1783
|
|
|
2400
1784
|
export interface PutMethodRequest {
|
|
2401
1785
|
|
|
@@ -2421,10 +1805,6 @@ export interface PutMethodRequest {
|
|
|
2421
1805
|
|
|
2422
1806
|
authorizationScopes?: string[];
|
|
2423
1807
|
}
|
|
2424
|
-
export declare namespace PutMethodRequest {
|
|
2425
|
-
|
|
2426
|
-
const filterSensitiveLog: (obj: PutMethodRequest) => any;
|
|
2427
|
-
}
|
|
2428
1808
|
|
|
2429
1809
|
export interface PutMethodResponseRequest {
|
|
2430
1810
|
|
|
@@ -2440,10 +1820,6 @@ export interface PutMethodResponseRequest {
|
|
|
2440
1820
|
|
|
2441
1821
|
responseModels?: Record<string, string>;
|
|
2442
1822
|
}
|
|
2443
|
-
export declare namespace PutMethodResponseRequest {
|
|
2444
|
-
|
|
2445
|
-
const filterSensitiveLog: (obj: PutMethodResponseRequest) => any;
|
|
2446
|
-
}
|
|
2447
1823
|
|
|
2448
1824
|
export interface PutRestApiRequest {
|
|
2449
1825
|
|
|
@@ -2457,10 +1833,6 @@ export interface PutRestApiRequest {
|
|
|
2457
1833
|
|
|
2458
1834
|
body: Uint8Array | undefined;
|
|
2459
1835
|
}
|
|
2460
|
-
export declare namespace PutRestApiRequest {
|
|
2461
|
-
|
|
2462
|
-
const filterSensitiveLog: (obj: PutRestApiRequest) => any;
|
|
2463
|
-
}
|
|
2464
1836
|
|
|
2465
1837
|
export interface TagResourceRequest {
|
|
2466
1838
|
|
|
@@ -2468,10 +1840,6 @@ export interface TagResourceRequest {
|
|
|
2468
1840
|
|
|
2469
1841
|
tags: Record<string, string> | undefined;
|
|
2470
1842
|
}
|
|
2471
|
-
export declare namespace TagResourceRequest {
|
|
2472
|
-
|
|
2473
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2474
|
-
}
|
|
2475
1843
|
|
|
2476
1844
|
export interface TestInvokeAuthorizerRequest {
|
|
2477
1845
|
|
|
@@ -2491,10 +1859,6 @@ export interface TestInvokeAuthorizerRequest {
|
|
|
2491
1859
|
|
|
2492
1860
|
additionalContext?: Record<string, string>;
|
|
2493
1861
|
}
|
|
2494
|
-
export declare namespace TestInvokeAuthorizerRequest {
|
|
2495
|
-
|
|
2496
|
-
const filterSensitiveLog: (obj: TestInvokeAuthorizerRequest) => any;
|
|
2497
|
-
}
|
|
2498
1862
|
|
|
2499
1863
|
export interface TestInvokeAuthorizerResponse {
|
|
2500
1864
|
|
|
@@ -2512,10 +1876,6 @@ export interface TestInvokeAuthorizerResponse {
|
|
|
2512
1876
|
|
|
2513
1877
|
claims?: Record<string, string>;
|
|
2514
1878
|
}
|
|
2515
|
-
export declare namespace TestInvokeAuthorizerResponse {
|
|
2516
|
-
|
|
2517
|
-
const filterSensitiveLog: (obj: TestInvokeAuthorizerResponse) => any;
|
|
2518
|
-
}
|
|
2519
1879
|
|
|
2520
1880
|
export interface TestInvokeMethodRequest {
|
|
2521
1881
|
|
|
@@ -2537,10 +1897,6 @@ export interface TestInvokeMethodRequest {
|
|
|
2537
1897
|
|
|
2538
1898
|
stageVariables?: Record<string, string>;
|
|
2539
1899
|
}
|
|
2540
|
-
export declare namespace TestInvokeMethodRequest {
|
|
2541
|
-
|
|
2542
|
-
const filterSensitiveLog: (obj: TestInvokeMethodRequest) => any;
|
|
2543
|
-
}
|
|
2544
1900
|
|
|
2545
1901
|
export interface TestInvokeMethodResponse {
|
|
2546
1902
|
|
|
@@ -2556,10 +1912,6 @@ export interface TestInvokeMethodResponse {
|
|
|
2556
1912
|
|
|
2557
1913
|
latency?: number;
|
|
2558
1914
|
}
|
|
2559
|
-
export declare namespace TestInvokeMethodResponse {
|
|
2560
|
-
|
|
2561
|
-
const filterSensitiveLog: (obj: TestInvokeMethodResponse) => any;
|
|
2562
|
-
}
|
|
2563
1915
|
|
|
2564
1916
|
export interface UntagResourceRequest {
|
|
2565
1917
|
|
|
@@ -2567,10 +1919,6 @@ export interface UntagResourceRequest {
|
|
|
2567
1919
|
|
|
2568
1920
|
tagKeys: string[] | undefined;
|
|
2569
1921
|
}
|
|
2570
|
-
export declare namespace UntagResourceRequest {
|
|
2571
|
-
|
|
2572
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2573
|
-
}
|
|
2574
1922
|
export declare type Op = "add" | "copy" | "move" | "remove" | "replace" | "test";
|
|
2575
1923
|
|
|
2576
1924
|
export interface PatchOperation {
|
|
@@ -2583,19 +1931,11 @@ export interface PatchOperation {
|
|
|
2583
1931
|
|
|
2584
1932
|
from?: string;
|
|
2585
1933
|
}
|
|
2586
|
-
export declare namespace PatchOperation {
|
|
2587
|
-
|
|
2588
|
-
const filterSensitiveLog: (obj: PatchOperation) => any;
|
|
2589
|
-
}
|
|
2590
1934
|
|
|
2591
1935
|
export interface UpdateAccountRequest {
|
|
2592
1936
|
|
|
2593
1937
|
patchOperations?: PatchOperation[];
|
|
2594
1938
|
}
|
|
2595
|
-
export declare namespace UpdateAccountRequest {
|
|
2596
|
-
|
|
2597
|
-
const filterSensitiveLog: (obj: UpdateAccountRequest) => any;
|
|
2598
|
-
}
|
|
2599
1939
|
|
|
2600
1940
|
export interface UpdateApiKeyRequest {
|
|
2601
1941
|
|
|
@@ -2603,10 +1943,6 @@ export interface UpdateApiKeyRequest {
|
|
|
2603
1943
|
|
|
2604
1944
|
patchOperations?: PatchOperation[];
|
|
2605
1945
|
}
|
|
2606
|
-
export declare namespace UpdateApiKeyRequest {
|
|
2607
|
-
|
|
2608
|
-
const filterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
|
|
2609
|
-
}
|
|
2610
1946
|
|
|
2611
1947
|
export interface UpdateAuthorizerRequest {
|
|
2612
1948
|
|
|
@@ -2616,10 +1952,6 @@ export interface UpdateAuthorizerRequest {
|
|
|
2616
1952
|
|
|
2617
1953
|
patchOperations?: PatchOperation[];
|
|
2618
1954
|
}
|
|
2619
|
-
export declare namespace UpdateAuthorizerRequest {
|
|
2620
|
-
|
|
2621
|
-
const filterSensitiveLog: (obj: UpdateAuthorizerRequest) => any;
|
|
2622
|
-
}
|
|
2623
1955
|
|
|
2624
1956
|
export interface UpdateBasePathMappingRequest {
|
|
2625
1957
|
|
|
@@ -2629,10 +1961,6 @@ export interface UpdateBasePathMappingRequest {
|
|
|
2629
1961
|
|
|
2630
1962
|
patchOperations?: PatchOperation[];
|
|
2631
1963
|
}
|
|
2632
|
-
export declare namespace UpdateBasePathMappingRequest {
|
|
2633
|
-
|
|
2634
|
-
const filterSensitiveLog: (obj: UpdateBasePathMappingRequest) => any;
|
|
2635
|
-
}
|
|
2636
1964
|
|
|
2637
1965
|
export interface UpdateClientCertificateRequest {
|
|
2638
1966
|
|
|
@@ -2640,10 +1968,6 @@ export interface UpdateClientCertificateRequest {
|
|
|
2640
1968
|
|
|
2641
1969
|
patchOperations?: PatchOperation[];
|
|
2642
1970
|
}
|
|
2643
|
-
export declare namespace UpdateClientCertificateRequest {
|
|
2644
|
-
|
|
2645
|
-
const filterSensitiveLog: (obj: UpdateClientCertificateRequest) => any;
|
|
2646
|
-
}
|
|
2647
1971
|
|
|
2648
1972
|
export interface UpdateDeploymentRequest {
|
|
2649
1973
|
|
|
@@ -2653,10 +1977,6 @@ export interface UpdateDeploymentRequest {
|
|
|
2653
1977
|
|
|
2654
1978
|
patchOperations?: PatchOperation[];
|
|
2655
1979
|
}
|
|
2656
|
-
export declare namespace UpdateDeploymentRequest {
|
|
2657
|
-
|
|
2658
|
-
const filterSensitiveLog: (obj: UpdateDeploymentRequest) => any;
|
|
2659
|
-
}
|
|
2660
1980
|
|
|
2661
1981
|
export interface UpdateDocumentationPartRequest {
|
|
2662
1982
|
|
|
@@ -2666,10 +1986,6 @@ export interface UpdateDocumentationPartRequest {
|
|
|
2666
1986
|
|
|
2667
1987
|
patchOperations?: PatchOperation[];
|
|
2668
1988
|
}
|
|
2669
|
-
export declare namespace UpdateDocumentationPartRequest {
|
|
2670
|
-
|
|
2671
|
-
const filterSensitiveLog: (obj: UpdateDocumentationPartRequest) => any;
|
|
2672
|
-
}
|
|
2673
1989
|
|
|
2674
1990
|
export interface UpdateDocumentationVersionRequest {
|
|
2675
1991
|
|
|
@@ -2679,10 +1995,6 @@ export interface UpdateDocumentationVersionRequest {
|
|
|
2679
1995
|
|
|
2680
1996
|
patchOperations?: PatchOperation[];
|
|
2681
1997
|
}
|
|
2682
|
-
export declare namespace UpdateDocumentationVersionRequest {
|
|
2683
|
-
|
|
2684
|
-
const filterSensitiveLog: (obj: UpdateDocumentationVersionRequest) => any;
|
|
2685
|
-
}
|
|
2686
1998
|
|
|
2687
1999
|
export interface UpdateDomainNameRequest {
|
|
2688
2000
|
|
|
@@ -2690,10 +2002,6 @@ export interface UpdateDomainNameRequest {
|
|
|
2690
2002
|
|
|
2691
2003
|
patchOperations?: PatchOperation[];
|
|
2692
2004
|
}
|
|
2693
|
-
export declare namespace UpdateDomainNameRequest {
|
|
2694
|
-
|
|
2695
|
-
const filterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
2696
|
-
}
|
|
2697
2005
|
|
|
2698
2006
|
export interface UpdateGatewayResponseRequest {
|
|
2699
2007
|
|
|
@@ -2703,10 +2011,6 @@ export interface UpdateGatewayResponseRequest {
|
|
|
2703
2011
|
|
|
2704
2012
|
patchOperations?: PatchOperation[];
|
|
2705
2013
|
}
|
|
2706
|
-
export declare namespace UpdateGatewayResponseRequest {
|
|
2707
|
-
|
|
2708
|
-
const filterSensitiveLog: (obj: UpdateGatewayResponseRequest) => any;
|
|
2709
|
-
}
|
|
2710
2014
|
|
|
2711
2015
|
export interface UpdateIntegrationRequest {
|
|
2712
2016
|
|
|
@@ -2718,10 +2022,6 @@ export interface UpdateIntegrationRequest {
|
|
|
2718
2022
|
|
|
2719
2023
|
patchOperations?: PatchOperation[];
|
|
2720
2024
|
}
|
|
2721
|
-
export declare namespace UpdateIntegrationRequest {
|
|
2722
|
-
|
|
2723
|
-
const filterSensitiveLog: (obj: UpdateIntegrationRequest) => any;
|
|
2724
|
-
}
|
|
2725
2025
|
|
|
2726
2026
|
export interface UpdateIntegrationResponseRequest {
|
|
2727
2027
|
|
|
@@ -2735,10 +2035,6 @@ export interface UpdateIntegrationResponseRequest {
|
|
|
2735
2035
|
|
|
2736
2036
|
patchOperations?: PatchOperation[];
|
|
2737
2037
|
}
|
|
2738
|
-
export declare namespace UpdateIntegrationResponseRequest {
|
|
2739
|
-
|
|
2740
|
-
const filterSensitiveLog: (obj: UpdateIntegrationResponseRequest) => any;
|
|
2741
|
-
}
|
|
2742
2038
|
|
|
2743
2039
|
export interface UpdateMethodRequest {
|
|
2744
2040
|
|
|
@@ -2750,10 +2046,6 @@ export interface UpdateMethodRequest {
|
|
|
2750
2046
|
|
|
2751
2047
|
patchOperations?: PatchOperation[];
|
|
2752
2048
|
}
|
|
2753
|
-
export declare namespace UpdateMethodRequest {
|
|
2754
|
-
|
|
2755
|
-
const filterSensitiveLog: (obj: UpdateMethodRequest) => any;
|
|
2756
|
-
}
|
|
2757
2049
|
|
|
2758
2050
|
export interface UpdateMethodResponseRequest {
|
|
2759
2051
|
|
|
@@ -2767,10 +2059,6 @@ export interface UpdateMethodResponseRequest {
|
|
|
2767
2059
|
|
|
2768
2060
|
patchOperations?: PatchOperation[];
|
|
2769
2061
|
}
|
|
2770
|
-
export declare namespace UpdateMethodResponseRequest {
|
|
2771
|
-
|
|
2772
|
-
const filterSensitiveLog: (obj: UpdateMethodResponseRequest) => any;
|
|
2773
|
-
}
|
|
2774
2062
|
|
|
2775
2063
|
export interface UpdateModelRequest {
|
|
2776
2064
|
|
|
@@ -2780,10 +2068,6 @@ export interface UpdateModelRequest {
|
|
|
2780
2068
|
|
|
2781
2069
|
patchOperations?: PatchOperation[];
|
|
2782
2070
|
}
|
|
2783
|
-
export declare namespace UpdateModelRequest {
|
|
2784
|
-
|
|
2785
|
-
const filterSensitiveLog: (obj: UpdateModelRequest) => any;
|
|
2786
|
-
}
|
|
2787
2071
|
|
|
2788
2072
|
export interface UpdateRequestValidatorRequest {
|
|
2789
2073
|
|
|
@@ -2793,10 +2077,6 @@ export interface UpdateRequestValidatorRequest {
|
|
|
2793
2077
|
|
|
2794
2078
|
patchOperations?: PatchOperation[];
|
|
2795
2079
|
}
|
|
2796
|
-
export declare namespace UpdateRequestValidatorRequest {
|
|
2797
|
-
|
|
2798
|
-
const filterSensitiveLog: (obj: UpdateRequestValidatorRequest) => any;
|
|
2799
|
-
}
|
|
2800
2080
|
|
|
2801
2081
|
export interface UpdateResourceRequest {
|
|
2802
2082
|
|
|
@@ -2806,10 +2086,6 @@ export interface UpdateResourceRequest {
|
|
|
2806
2086
|
|
|
2807
2087
|
patchOperations?: PatchOperation[];
|
|
2808
2088
|
}
|
|
2809
|
-
export declare namespace UpdateResourceRequest {
|
|
2810
|
-
|
|
2811
|
-
const filterSensitiveLog: (obj: UpdateResourceRequest) => any;
|
|
2812
|
-
}
|
|
2813
2089
|
|
|
2814
2090
|
export interface UpdateRestApiRequest {
|
|
2815
2091
|
|
|
@@ -2817,10 +2093,6 @@ export interface UpdateRestApiRequest {
|
|
|
2817
2093
|
|
|
2818
2094
|
patchOperations?: PatchOperation[];
|
|
2819
2095
|
}
|
|
2820
|
-
export declare namespace UpdateRestApiRequest {
|
|
2821
|
-
|
|
2822
|
-
const filterSensitiveLog: (obj: UpdateRestApiRequest) => any;
|
|
2823
|
-
}
|
|
2824
2096
|
|
|
2825
2097
|
export interface UpdateStageRequest {
|
|
2826
2098
|
|
|
@@ -2830,10 +2102,6 @@ export interface UpdateStageRequest {
|
|
|
2830
2102
|
|
|
2831
2103
|
patchOperations?: PatchOperation[];
|
|
2832
2104
|
}
|
|
2833
|
-
export declare namespace UpdateStageRequest {
|
|
2834
|
-
|
|
2835
|
-
const filterSensitiveLog: (obj: UpdateStageRequest) => any;
|
|
2836
|
-
}
|
|
2837
2105
|
|
|
2838
2106
|
export interface UpdateUsageRequest {
|
|
2839
2107
|
|
|
@@ -2843,10 +2111,6 @@ export interface UpdateUsageRequest {
|
|
|
2843
2111
|
|
|
2844
2112
|
patchOperations?: PatchOperation[];
|
|
2845
2113
|
}
|
|
2846
|
-
export declare namespace UpdateUsageRequest {
|
|
2847
|
-
|
|
2848
|
-
const filterSensitiveLog: (obj: UpdateUsageRequest) => any;
|
|
2849
|
-
}
|
|
2850
2114
|
|
|
2851
2115
|
export interface UpdateUsagePlanRequest {
|
|
2852
2116
|
|
|
@@ -2854,10 +2118,6 @@ export interface UpdateUsagePlanRequest {
|
|
|
2854
2118
|
|
|
2855
2119
|
patchOperations?: PatchOperation[];
|
|
2856
2120
|
}
|
|
2857
|
-
export declare namespace UpdateUsagePlanRequest {
|
|
2858
|
-
|
|
2859
|
-
const filterSensitiveLog: (obj: UpdateUsagePlanRequest) => any;
|
|
2860
|
-
}
|
|
2861
2121
|
|
|
2862
2122
|
export interface UpdateVpcLinkRequest {
|
|
2863
2123
|
|
|
@@ -2865,7 +2125,375 @@ export interface UpdateVpcLinkRequest {
|
|
|
2865
2125
|
|
|
2866
2126
|
patchOperations?: PatchOperation[];
|
|
2867
2127
|
}
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2128
|
+
|
|
2129
|
+
export declare const AccessLogSettingsFilterSensitiveLog: (obj: AccessLogSettings) => any;
|
|
2130
|
+
|
|
2131
|
+
export declare const ThrottleSettingsFilterSensitiveLog: (obj: ThrottleSettings) => any;
|
|
2132
|
+
|
|
2133
|
+
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
2134
|
+
|
|
2135
|
+
export declare const ApiKeyFilterSensitiveLog: (obj: ApiKey) => any;
|
|
2136
|
+
|
|
2137
|
+
export declare const ApiKeyIdsFilterSensitiveLog: (obj: ApiKeyIds) => any;
|
|
2138
|
+
|
|
2139
|
+
export declare const ApiKeysFilterSensitiveLog: (obj: ApiKeys) => any;
|
|
2140
|
+
|
|
2141
|
+
export declare const ApiStageFilterSensitiveLog: (obj: ApiStage) => any;
|
|
2142
|
+
|
|
2143
|
+
export declare const AuthorizerFilterSensitiveLog: (obj: Authorizer) => any;
|
|
2144
|
+
|
|
2145
|
+
export declare const AuthorizersFilterSensitiveLog: (obj: Authorizers) => any;
|
|
2146
|
+
|
|
2147
|
+
export declare const StageKeyFilterSensitiveLog: (obj: StageKey) => any;
|
|
2148
|
+
|
|
2149
|
+
export declare const CreateApiKeyRequestFilterSensitiveLog: (obj: CreateApiKeyRequest) => any;
|
|
2150
|
+
|
|
2151
|
+
export declare const CreateAuthorizerRequestFilterSensitiveLog: (obj: CreateAuthorizerRequest) => any;
|
|
2152
|
+
|
|
2153
|
+
export declare const BasePathMappingFilterSensitiveLog: (obj: BasePathMapping) => any;
|
|
2154
|
+
|
|
2155
|
+
export declare const CreateBasePathMappingRequestFilterSensitiveLog: (obj: CreateBasePathMappingRequest) => any;
|
|
2156
|
+
|
|
2157
|
+
export declare const DeploymentCanarySettingsFilterSensitiveLog: (obj: DeploymentCanarySettings) => any;
|
|
2158
|
+
|
|
2159
|
+
export declare const CreateDeploymentRequestFilterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
2160
|
+
|
|
2161
|
+
export declare const MethodSnapshotFilterSensitiveLog: (obj: MethodSnapshot) => any;
|
|
2162
|
+
|
|
2163
|
+
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
2164
|
+
|
|
2165
|
+
export declare const DocumentationPartLocationFilterSensitiveLog: (obj: DocumentationPartLocation) => any;
|
|
2166
|
+
|
|
2167
|
+
export declare const CreateDocumentationPartRequestFilterSensitiveLog: (obj: CreateDocumentationPartRequest) => any;
|
|
2168
|
+
|
|
2169
|
+
export declare const DocumentationPartFilterSensitiveLog: (obj: DocumentationPart) => any;
|
|
2170
|
+
|
|
2171
|
+
export declare const CreateDocumentationVersionRequestFilterSensitiveLog: (obj: CreateDocumentationVersionRequest) => any;
|
|
2172
|
+
|
|
2173
|
+
export declare const DocumentationVersionFilterSensitiveLog: (obj: DocumentationVersion) => any;
|
|
2174
|
+
|
|
2175
|
+
export declare const EndpointConfigurationFilterSensitiveLog: (obj: EndpointConfiguration) => any;
|
|
2176
|
+
|
|
2177
|
+
export declare const MutualTlsAuthenticationInputFilterSensitiveLog: (obj: MutualTlsAuthenticationInput) => any;
|
|
2178
|
+
|
|
2179
|
+
export declare const CreateDomainNameRequestFilterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
2180
|
+
|
|
2181
|
+
export declare const MutualTlsAuthenticationFilterSensitiveLog: (obj: MutualTlsAuthentication) => any;
|
|
2182
|
+
|
|
2183
|
+
export declare const DomainNameFilterSensitiveLog: (obj: DomainName) => any;
|
|
2184
|
+
|
|
2185
|
+
export declare const CreateModelRequestFilterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
2186
|
+
|
|
2187
|
+
export declare const ModelFilterSensitiveLog: (obj: Model) => any;
|
|
2188
|
+
|
|
2189
|
+
export declare const CreateRequestValidatorRequestFilterSensitiveLog: (obj: CreateRequestValidatorRequest) => any;
|
|
2190
|
+
|
|
2191
|
+
export declare const RequestValidatorFilterSensitiveLog: (obj: RequestValidator) => any;
|
|
2192
|
+
|
|
2193
|
+
export declare const CreateResourceRequestFilterSensitiveLog: (obj: CreateResourceRequest) => any;
|
|
2194
|
+
|
|
2195
|
+
export declare const IntegrationResponseFilterSensitiveLog: (obj: IntegrationResponse) => any;
|
|
2196
|
+
|
|
2197
|
+
export declare const TlsConfigFilterSensitiveLog: (obj: TlsConfig) => any;
|
|
2198
|
+
|
|
2199
|
+
export declare const IntegrationFilterSensitiveLog: (obj: Integration) => any;
|
|
2200
|
+
|
|
2201
|
+
export declare const MethodResponseFilterSensitiveLog: (obj: MethodResponse) => any;
|
|
2202
|
+
|
|
2203
|
+
export declare const MethodFilterSensitiveLog: (obj: Method) => any;
|
|
2204
|
+
|
|
2205
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
2206
|
+
|
|
2207
|
+
export declare const CreateRestApiRequestFilterSensitiveLog: (obj: CreateRestApiRequest) => any;
|
|
2208
|
+
|
|
2209
|
+
export declare const RestApiFilterSensitiveLog: (obj: RestApi) => any;
|
|
2210
|
+
|
|
2211
|
+
export declare const CanarySettingsFilterSensitiveLog: (obj: CanarySettings) => any;
|
|
2212
|
+
|
|
2213
|
+
export declare const CreateStageRequestFilterSensitiveLog: (obj: CreateStageRequest) => any;
|
|
2214
|
+
|
|
2215
|
+
export declare const MethodSettingFilterSensitiveLog: (obj: MethodSetting) => any;
|
|
2216
|
+
|
|
2217
|
+
export declare const StageFilterSensitiveLog: (obj: Stage) => any;
|
|
2218
|
+
|
|
2219
|
+
export declare const QuotaSettingsFilterSensitiveLog: (obj: QuotaSettings) => any;
|
|
2220
|
+
|
|
2221
|
+
export declare const CreateUsagePlanRequestFilterSensitiveLog: (obj: CreateUsagePlanRequest) => any;
|
|
2222
|
+
|
|
2223
|
+
export declare const UsagePlanFilterSensitiveLog: (obj: UsagePlan) => any;
|
|
2224
|
+
|
|
2225
|
+
export declare const CreateUsagePlanKeyRequestFilterSensitiveLog: (obj: CreateUsagePlanKeyRequest) => any;
|
|
2226
|
+
|
|
2227
|
+
export declare const UsagePlanKeyFilterSensitiveLog: (obj: UsagePlanKey) => any;
|
|
2228
|
+
|
|
2229
|
+
export declare const CreateVpcLinkRequestFilterSensitiveLog: (obj: CreateVpcLinkRequest) => any;
|
|
2230
|
+
|
|
2231
|
+
export declare const VpcLinkFilterSensitiveLog: (obj: VpcLink) => any;
|
|
2232
|
+
|
|
2233
|
+
export declare const DeleteApiKeyRequestFilterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
|
|
2234
|
+
|
|
2235
|
+
export declare const DeleteAuthorizerRequestFilterSensitiveLog: (obj: DeleteAuthorizerRequest) => any;
|
|
2236
|
+
|
|
2237
|
+
export declare const DeleteBasePathMappingRequestFilterSensitiveLog: (obj: DeleteBasePathMappingRequest) => any;
|
|
2238
|
+
|
|
2239
|
+
export declare const DeleteClientCertificateRequestFilterSensitiveLog: (obj: DeleteClientCertificateRequest) => any;
|
|
2240
|
+
|
|
2241
|
+
export declare const DeleteDeploymentRequestFilterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
|
|
2242
|
+
|
|
2243
|
+
export declare const DeleteDocumentationPartRequestFilterSensitiveLog: (obj: DeleteDocumentationPartRequest) => any;
|
|
2244
|
+
|
|
2245
|
+
export declare const DeleteDocumentationVersionRequestFilterSensitiveLog: (obj: DeleteDocumentationVersionRequest) => any;
|
|
2246
|
+
|
|
2247
|
+
export declare const DeleteDomainNameRequestFilterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
2248
|
+
|
|
2249
|
+
export declare const DeleteGatewayResponseRequestFilterSensitiveLog: (obj: DeleteGatewayResponseRequest) => any;
|
|
2250
|
+
|
|
2251
|
+
export declare const DeleteIntegrationRequestFilterSensitiveLog: (obj: DeleteIntegrationRequest) => any;
|
|
2252
|
+
|
|
2253
|
+
export declare const DeleteIntegrationResponseRequestFilterSensitiveLog: (obj: DeleteIntegrationResponseRequest) => any;
|
|
2254
|
+
|
|
2255
|
+
export declare const DeleteMethodRequestFilterSensitiveLog: (obj: DeleteMethodRequest) => any;
|
|
2256
|
+
|
|
2257
|
+
export declare const DeleteMethodResponseRequestFilterSensitiveLog: (obj: DeleteMethodResponseRequest) => any;
|
|
2258
|
+
|
|
2259
|
+
export declare const DeleteModelRequestFilterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
2260
|
+
|
|
2261
|
+
export declare const DeleteRequestValidatorRequestFilterSensitiveLog: (obj: DeleteRequestValidatorRequest) => any;
|
|
2262
|
+
|
|
2263
|
+
export declare const DeleteResourceRequestFilterSensitiveLog: (obj: DeleteResourceRequest) => any;
|
|
2264
|
+
|
|
2265
|
+
export declare const DeleteRestApiRequestFilterSensitiveLog: (obj: DeleteRestApiRequest) => any;
|
|
2266
|
+
|
|
2267
|
+
export declare const DeleteStageRequestFilterSensitiveLog: (obj: DeleteStageRequest) => any;
|
|
2268
|
+
|
|
2269
|
+
export declare const DeleteUsagePlanRequestFilterSensitiveLog: (obj: DeleteUsagePlanRequest) => any;
|
|
2270
|
+
|
|
2271
|
+
export declare const DeleteUsagePlanKeyRequestFilterSensitiveLog: (obj: DeleteUsagePlanKeyRequest) => any;
|
|
2272
|
+
|
|
2273
|
+
export declare const DeleteVpcLinkRequestFilterSensitiveLog: (obj: DeleteVpcLinkRequest) => any;
|
|
2274
|
+
|
|
2275
|
+
export declare const FlushStageAuthorizersCacheRequestFilterSensitiveLog: (obj: FlushStageAuthorizersCacheRequest) => any;
|
|
2276
|
+
|
|
2277
|
+
export declare const FlushStageCacheRequestFilterSensitiveLog: (obj: FlushStageCacheRequest) => any;
|
|
2278
|
+
|
|
2279
|
+
export declare const ClientCertificateFilterSensitiveLog: (obj: ClientCertificate) => any;
|
|
2280
|
+
|
|
2281
|
+
export declare const GenerateClientCertificateRequestFilterSensitiveLog: (obj: GenerateClientCertificateRequest) => any;
|
|
2282
|
+
|
|
2283
|
+
export declare const GetAccountRequestFilterSensitiveLog: (obj: GetAccountRequest) => any;
|
|
2284
|
+
|
|
2285
|
+
export declare const GetApiKeyRequestFilterSensitiveLog: (obj: GetApiKeyRequest) => any;
|
|
2286
|
+
|
|
2287
|
+
export declare const GetApiKeysRequestFilterSensitiveLog: (obj: GetApiKeysRequest) => any;
|
|
2288
|
+
|
|
2289
|
+
export declare const GetAuthorizerRequestFilterSensitiveLog: (obj: GetAuthorizerRequest) => any;
|
|
2290
|
+
|
|
2291
|
+
export declare const GetAuthorizersRequestFilterSensitiveLog: (obj: GetAuthorizersRequest) => any;
|
|
2292
|
+
|
|
2293
|
+
export declare const GetBasePathMappingRequestFilterSensitiveLog: (obj: GetBasePathMappingRequest) => any;
|
|
2294
|
+
|
|
2295
|
+
export declare const BasePathMappingsFilterSensitiveLog: (obj: BasePathMappings) => any;
|
|
2296
|
+
|
|
2297
|
+
export declare const GetBasePathMappingsRequestFilterSensitiveLog: (obj: GetBasePathMappingsRequest) => any;
|
|
2298
|
+
|
|
2299
|
+
export declare const GetClientCertificateRequestFilterSensitiveLog: (obj: GetClientCertificateRequest) => any;
|
|
2300
|
+
|
|
2301
|
+
export declare const ClientCertificatesFilterSensitiveLog: (obj: ClientCertificates) => any;
|
|
2302
|
+
|
|
2303
|
+
export declare const GetClientCertificatesRequestFilterSensitiveLog: (obj: GetClientCertificatesRequest) => any;
|
|
2304
|
+
|
|
2305
|
+
export declare const GetDeploymentRequestFilterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
2306
|
+
|
|
2307
|
+
export declare const DeploymentsFilterSensitiveLog: (obj: Deployments) => any;
|
|
2308
|
+
|
|
2309
|
+
export declare const GetDeploymentsRequestFilterSensitiveLog: (obj: GetDeploymentsRequest) => any;
|
|
2310
|
+
|
|
2311
|
+
export declare const GetDocumentationPartRequestFilterSensitiveLog: (obj: GetDocumentationPartRequest) => any;
|
|
2312
|
+
|
|
2313
|
+
export declare const DocumentationPartsFilterSensitiveLog: (obj: DocumentationParts) => any;
|
|
2314
|
+
|
|
2315
|
+
export declare const GetDocumentationPartsRequestFilterSensitiveLog: (obj: GetDocumentationPartsRequest) => any;
|
|
2316
|
+
|
|
2317
|
+
export declare const GetDocumentationVersionRequestFilterSensitiveLog: (obj: GetDocumentationVersionRequest) => any;
|
|
2318
|
+
|
|
2319
|
+
export declare const DocumentationVersionsFilterSensitiveLog: (obj: DocumentationVersions) => any;
|
|
2320
|
+
|
|
2321
|
+
export declare const GetDocumentationVersionsRequestFilterSensitiveLog: (obj: GetDocumentationVersionsRequest) => any;
|
|
2322
|
+
|
|
2323
|
+
export declare const GetDomainNameRequestFilterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
2324
|
+
|
|
2325
|
+
export declare const DomainNamesFilterSensitiveLog: (obj: DomainNames) => any;
|
|
2326
|
+
|
|
2327
|
+
export declare const GetDomainNamesRequestFilterSensitiveLog: (obj: GetDomainNamesRequest) => any;
|
|
2328
|
+
|
|
2329
|
+
export declare const ExportResponseFilterSensitiveLog: (obj: ExportResponse) => any;
|
|
2330
|
+
|
|
2331
|
+
export declare const GetExportRequestFilterSensitiveLog: (obj: GetExportRequest) => any;
|
|
2332
|
+
|
|
2333
|
+
export declare const GatewayResponseFilterSensitiveLog: (obj: GatewayResponse) => any;
|
|
2334
|
+
|
|
2335
|
+
export declare const GetGatewayResponseRequestFilterSensitiveLog: (obj: GetGatewayResponseRequest) => any;
|
|
2336
|
+
|
|
2337
|
+
export declare const GatewayResponsesFilterSensitiveLog: (obj: GatewayResponses) => any;
|
|
2338
|
+
|
|
2339
|
+
export declare const GetGatewayResponsesRequestFilterSensitiveLog: (obj: GetGatewayResponsesRequest) => any;
|
|
2340
|
+
|
|
2341
|
+
export declare const GetIntegrationRequestFilterSensitiveLog: (obj: GetIntegrationRequest) => any;
|
|
2342
|
+
|
|
2343
|
+
export declare const GetIntegrationResponseRequestFilterSensitiveLog: (obj: GetIntegrationResponseRequest) => any;
|
|
2344
|
+
|
|
2345
|
+
export declare const GetMethodRequestFilterSensitiveLog: (obj: GetMethodRequest) => any;
|
|
2346
|
+
|
|
2347
|
+
export declare const GetMethodResponseRequestFilterSensitiveLog: (obj: GetMethodResponseRequest) => any;
|
|
2348
|
+
|
|
2349
|
+
export declare const GetModelRequestFilterSensitiveLog: (obj: GetModelRequest) => any;
|
|
2350
|
+
|
|
2351
|
+
export declare const GetModelsRequestFilterSensitiveLog: (obj: GetModelsRequest) => any;
|
|
2352
|
+
|
|
2353
|
+
export declare const ModelsFilterSensitiveLog: (obj: Models) => any;
|
|
2354
|
+
|
|
2355
|
+
export declare const GetModelTemplateRequestFilterSensitiveLog: (obj: GetModelTemplateRequest) => any;
|
|
2356
|
+
|
|
2357
|
+
export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
|
|
2358
|
+
|
|
2359
|
+
export declare const GetRequestValidatorRequestFilterSensitiveLog: (obj: GetRequestValidatorRequest) => any;
|
|
2360
|
+
|
|
2361
|
+
export declare const GetRequestValidatorsRequestFilterSensitiveLog: (obj: GetRequestValidatorsRequest) => any;
|
|
2362
|
+
|
|
2363
|
+
export declare const RequestValidatorsFilterSensitiveLog: (obj: RequestValidators) => any;
|
|
2364
|
+
|
|
2365
|
+
export declare const GetResourceRequestFilterSensitiveLog: (obj: GetResourceRequest) => any;
|
|
2366
|
+
|
|
2367
|
+
export declare const GetResourcesRequestFilterSensitiveLog: (obj: GetResourcesRequest) => any;
|
|
2368
|
+
|
|
2369
|
+
export declare const ResourcesFilterSensitiveLog: (obj: Resources) => any;
|
|
2370
|
+
|
|
2371
|
+
export declare const GetRestApiRequestFilterSensitiveLog: (obj: GetRestApiRequest) => any;
|
|
2372
|
+
|
|
2373
|
+
export declare const GetRestApisRequestFilterSensitiveLog: (obj: GetRestApisRequest) => any;
|
|
2374
|
+
|
|
2375
|
+
export declare const RestApisFilterSensitiveLog: (obj: RestApis) => any;
|
|
2376
|
+
|
|
2377
|
+
export declare const GetSdkRequestFilterSensitiveLog: (obj: GetSdkRequest) => any;
|
|
2378
|
+
|
|
2379
|
+
export declare const SdkResponseFilterSensitiveLog: (obj: SdkResponse) => any;
|
|
2380
|
+
|
|
2381
|
+
export declare const GetSdkTypeRequestFilterSensitiveLog: (obj: GetSdkTypeRequest) => any;
|
|
2382
|
+
|
|
2383
|
+
export declare const SdkConfigurationPropertyFilterSensitiveLog: (obj: SdkConfigurationProperty) => any;
|
|
2384
|
+
|
|
2385
|
+
export declare const SdkTypeFilterSensitiveLog: (obj: SdkType) => any;
|
|
2386
|
+
|
|
2387
|
+
export declare const GetSdkTypesRequestFilterSensitiveLog: (obj: GetSdkTypesRequest) => any;
|
|
2388
|
+
|
|
2389
|
+
export declare const SdkTypesFilterSensitiveLog: (obj: SdkTypes) => any;
|
|
2390
|
+
|
|
2391
|
+
export declare const GetStageRequestFilterSensitiveLog: (obj: GetStageRequest) => any;
|
|
2392
|
+
|
|
2393
|
+
export declare const GetStagesRequestFilterSensitiveLog: (obj: GetStagesRequest) => any;
|
|
2394
|
+
|
|
2395
|
+
export declare const StagesFilterSensitiveLog: (obj: Stages) => any;
|
|
2396
|
+
|
|
2397
|
+
export declare const GetTagsRequestFilterSensitiveLog: (obj: GetTagsRequest) => any;
|
|
2398
|
+
|
|
2399
|
+
export declare const TagsFilterSensitiveLog: (obj: Tags) => any;
|
|
2400
|
+
|
|
2401
|
+
export declare const GetUsageRequestFilterSensitiveLog: (obj: GetUsageRequest) => any;
|
|
2402
|
+
|
|
2403
|
+
export declare const UsageFilterSensitiveLog: (obj: Usage) => any;
|
|
2404
|
+
|
|
2405
|
+
export declare const GetUsagePlanRequestFilterSensitiveLog: (obj: GetUsagePlanRequest) => any;
|
|
2406
|
+
|
|
2407
|
+
export declare const GetUsagePlanKeyRequestFilterSensitiveLog: (obj: GetUsagePlanKeyRequest) => any;
|
|
2408
|
+
|
|
2409
|
+
export declare const GetUsagePlanKeysRequestFilterSensitiveLog: (obj: GetUsagePlanKeysRequest) => any;
|
|
2410
|
+
|
|
2411
|
+
export declare const UsagePlanKeysFilterSensitiveLog: (obj: UsagePlanKeys) => any;
|
|
2412
|
+
|
|
2413
|
+
export declare const GetUsagePlansRequestFilterSensitiveLog: (obj: GetUsagePlansRequest) => any;
|
|
2414
|
+
|
|
2415
|
+
export declare const UsagePlansFilterSensitiveLog: (obj: UsagePlans) => any;
|
|
2416
|
+
|
|
2417
|
+
export declare const GetVpcLinkRequestFilterSensitiveLog: (obj: GetVpcLinkRequest) => any;
|
|
2418
|
+
|
|
2419
|
+
export declare const GetVpcLinksRequestFilterSensitiveLog: (obj: GetVpcLinksRequest) => any;
|
|
2420
|
+
|
|
2421
|
+
export declare const VpcLinksFilterSensitiveLog: (obj: VpcLinks) => any;
|
|
2422
|
+
|
|
2423
|
+
export declare const ImportApiKeysRequestFilterSensitiveLog: (obj: ImportApiKeysRequest) => any;
|
|
2424
|
+
|
|
2425
|
+
export declare const DocumentationPartIdsFilterSensitiveLog: (obj: DocumentationPartIds) => any;
|
|
2426
|
+
|
|
2427
|
+
export declare const ImportDocumentationPartsRequestFilterSensitiveLog: (obj: ImportDocumentationPartsRequest) => any;
|
|
2428
|
+
|
|
2429
|
+
export declare const ImportRestApiRequestFilterSensitiveLog: (obj: ImportRestApiRequest) => any;
|
|
2430
|
+
|
|
2431
|
+
export declare const PutGatewayResponseRequestFilterSensitiveLog: (obj: PutGatewayResponseRequest) => any;
|
|
2432
|
+
|
|
2433
|
+
export declare const PutIntegrationRequestFilterSensitiveLog: (obj: PutIntegrationRequest) => any;
|
|
2434
|
+
|
|
2435
|
+
export declare const PutIntegrationResponseRequestFilterSensitiveLog: (obj: PutIntegrationResponseRequest) => any;
|
|
2436
|
+
|
|
2437
|
+
export declare const PutMethodRequestFilterSensitiveLog: (obj: PutMethodRequest) => any;
|
|
2438
|
+
|
|
2439
|
+
export declare const PutMethodResponseRequestFilterSensitiveLog: (obj: PutMethodResponseRequest) => any;
|
|
2440
|
+
|
|
2441
|
+
export declare const PutRestApiRequestFilterSensitiveLog: (obj: PutRestApiRequest) => any;
|
|
2442
|
+
|
|
2443
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2444
|
+
|
|
2445
|
+
export declare const TestInvokeAuthorizerRequestFilterSensitiveLog: (obj: TestInvokeAuthorizerRequest) => any;
|
|
2446
|
+
|
|
2447
|
+
export declare const TestInvokeAuthorizerResponseFilterSensitiveLog: (obj: TestInvokeAuthorizerResponse) => any;
|
|
2448
|
+
|
|
2449
|
+
export declare const TestInvokeMethodRequestFilterSensitiveLog: (obj: TestInvokeMethodRequest) => any;
|
|
2450
|
+
|
|
2451
|
+
export declare const TestInvokeMethodResponseFilterSensitiveLog: (obj: TestInvokeMethodResponse) => any;
|
|
2452
|
+
|
|
2453
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2454
|
+
|
|
2455
|
+
export declare const PatchOperationFilterSensitiveLog: (obj: PatchOperation) => any;
|
|
2456
|
+
|
|
2457
|
+
export declare const UpdateAccountRequestFilterSensitiveLog: (obj: UpdateAccountRequest) => any;
|
|
2458
|
+
|
|
2459
|
+
export declare const UpdateApiKeyRequestFilterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
|
|
2460
|
+
|
|
2461
|
+
export declare const UpdateAuthorizerRequestFilterSensitiveLog: (obj: UpdateAuthorizerRequest) => any;
|
|
2462
|
+
|
|
2463
|
+
export declare const UpdateBasePathMappingRequestFilterSensitiveLog: (obj: UpdateBasePathMappingRequest) => any;
|
|
2464
|
+
|
|
2465
|
+
export declare const UpdateClientCertificateRequestFilterSensitiveLog: (obj: UpdateClientCertificateRequest) => any;
|
|
2466
|
+
|
|
2467
|
+
export declare const UpdateDeploymentRequestFilterSensitiveLog: (obj: UpdateDeploymentRequest) => any;
|
|
2468
|
+
|
|
2469
|
+
export declare const UpdateDocumentationPartRequestFilterSensitiveLog: (obj: UpdateDocumentationPartRequest) => any;
|
|
2470
|
+
|
|
2471
|
+
export declare const UpdateDocumentationVersionRequestFilterSensitiveLog: (obj: UpdateDocumentationVersionRequest) => any;
|
|
2472
|
+
|
|
2473
|
+
export declare const UpdateDomainNameRequestFilterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
2474
|
+
|
|
2475
|
+
export declare const UpdateGatewayResponseRequestFilterSensitiveLog: (obj: UpdateGatewayResponseRequest) => any;
|
|
2476
|
+
|
|
2477
|
+
export declare const UpdateIntegrationRequestFilterSensitiveLog: (obj: UpdateIntegrationRequest) => any;
|
|
2478
|
+
|
|
2479
|
+
export declare const UpdateIntegrationResponseRequestFilterSensitiveLog: (obj: UpdateIntegrationResponseRequest) => any;
|
|
2480
|
+
|
|
2481
|
+
export declare const UpdateMethodRequestFilterSensitiveLog: (obj: UpdateMethodRequest) => any;
|
|
2482
|
+
|
|
2483
|
+
export declare const UpdateMethodResponseRequestFilterSensitiveLog: (obj: UpdateMethodResponseRequest) => any;
|
|
2484
|
+
|
|
2485
|
+
export declare const UpdateModelRequestFilterSensitiveLog: (obj: UpdateModelRequest) => any;
|
|
2486
|
+
|
|
2487
|
+
export declare const UpdateRequestValidatorRequestFilterSensitiveLog: (obj: UpdateRequestValidatorRequest) => any;
|
|
2488
|
+
|
|
2489
|
+
export declare const UpdateResourceRequestFilterSensitiveLog: (obj: UpdateResourceRequest) => any;
|
|
2490
|
+
|
|
2491
|
+
export declare const UpdateRestApiRequestFilterSensitiveLog: (obj: UpdateRestApiRequest) => any;
|
|
2492
|
+
|
|
2493
|
+
export declare const UpdateStageRequestFilterSensitiveLog: (obj: UpdateStageRequest) => any;
|
|
2494
|
+
|
|
2495
|
+
export declare const UpdateUsageRequestFilterSensitiveLog: (obj: UpdateUsageRequest) => any;
|
|
2496
|
+
|
|
2497
|
+
export declare const UpdateUsagePlanRequestFilterSensitiveLog: (obj: UpdateUsagePlanRequest) => any;
|
|
2498
|
+
|
|
2499
|
+
export declare const UpdateVpcLinkRequestFilterSensitiveLog: (obj: UpdateVpcLinkRequest) => any;
|