@aws-sdk/client-api-gateway 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/APIGateway.d.ts +2164 -605
  3. package/dist-types/ts3.4/APIGatewayClient.d.ts +849 -193
  4. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
  29. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +33 -17
  39. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +38 -17
  50. package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +35 -17
  62. package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +32 -17
  75. package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +32 -17
  76. package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +32 -17
  77. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
  81. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +32 -17
  83. package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +34 -17
  84. package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +34 -17
  85. package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +34 -17
  86. package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +34 -17
  87. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
  88. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +35 -17
  93. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +34 -17
  94. package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +32 -17
  96. package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +35 -17
  97. package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +32 -17
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  99. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +37 -17
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  102. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +32 -17
  104. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +34 -17
  105. package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +34 -17
  108. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +34 -17
  111. package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +35 -17
  113. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
  114. package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +32 -17
  115. package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
  117. package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +41 -17
  118. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +34 -17
  119. package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +32 -17
  120. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
  121. package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +32 -17
  122. package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +34 -17
  123. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +32 -17
  124. package/dist-types/ts3.4/commands/index.d.ts +120 -120
  125. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  126. package/dist-types/ts3.4/index.d.ts +6 -6
  127. package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +8 -6
  128. package/dist-types/ts3.4/models/index.d.ts +1 -1
  129. package/dist-types/ts3.4/models/models_0.d.ts +2635 -2499
  130. package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +11 -4
  131. package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +11 -4
  132. package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +11 -4
  133. package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +11 -4
  134. package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +11 -4
  135. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
  136. package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +11 -4
  137. package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +11 -4
  138. package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +11 -4
  139. package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +11 -4
  140. package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +11 -4
  141. package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +11 -4
  142. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  143. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  144. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
  145. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  146. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  147. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  148. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  149. package/package.json +35 -35
@@ -1,2499 +1,2635 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { APIGatewayServiceException as __BaseException } from "./APIGatewayServiceException";
3
-
4
- export interface AccessLogSettings {
5
-
6
- format?: string;
7
-
8
- destinationArn?: string;
9
- }
10
-
11
- export interface ThrottleSettings {
12
-
13
- burstLimit?: number;
14
-
15
- rateLimit?: number;
16
- }
17
-
18
- export interface Account {
19
-
20
- cloudwatchRoleArn?: string;
21
-
22
- throttleSettings?: ThrottleSettings;
23
-
24
- features?: string[];
25
-
26
- apiKeyVersion?: string;
27
- }
28
-
29
- export interface ApiKey {
30
-
31
- id?: string;
32
-
33
- value?: string;
34
-
35
- name?: string;
36
-
37
- customerId?: string;
38
-
39
- description?: string;
40
-
41
- enabled?: boolean;
42
-
43
- createdDate?: Date;
44
-
45
- lastUpdatedDate?: Date;
46
-
47
- stageKeys?: string[];
48
-
49
- tags?: Record<string, string>;
50
- }
51
-
52
- export interface ApiKeyIds {
53
-
54
- ids?: string[];
55
-
56
- warnings?: string[];
57
- }
58
-
59
- export interface ApiKeys {
60
-
61
- warnings?: string[];
62
-
63
- items?: ApiKey[];
64
-
65
- position?: string;
66
- }
67
- export declare enum ApiKeysFormat {
68
- csv = "csv"
69
- }
70
- export declare enum ApiKeySourceType {
71
- AUTHORIZER = "AUTHORIZER",
72
- HEADER = "HEADER"
73
- }
74
-
75
- export interface ApiStage {
76
-
77
- apiId?: string;
78
-
79
- stage?: string;
80
-
81
- throttle?: Record<string, ThrottleSettings>;
82
- }
83
- export declare enum AuthorizerType {
84
- COGNITO_USER_POOLS = "COGNITO_USER_POOLS",
85
- REQUEST = "REQUEST",
86
- TOKEN = "TOKEN"
87
- }
88
-
89
- export interface Authorizer {
90
-
91
- id?: string;
92
-
93
- name?: string;
94
-
95
- type?: AuthorizerType | string;
96
-
97
- providerARNs?: string[];
98
-
99
- authType?: string;
100
-
101
- authorizerUri?: string;
102
-
103
- authorizerCredentials?: string;
104
-
105
- identitySource?: string;
106
-
107
- identityValidationExpression?: string;
108
-
109
- authorizerResultTtlInSeconds?: number;
110
- }
111
-
112
- export interface Authorizers {
113
-
114
- items?: Authorizer[];
115
-
116
- position?: string;
117
- }
118
-
119
- export declare class BadRequestException extends __BaseException {
120
- readonly name: "BadRequestException";
121
- readonly $fault: "client";
122
-
123
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
124
- }
125
-
126
- export declare class ConflictException extends __BaseException {
127
- readonly name: "ConflictException";
128
- readonly $fault: "client";
129
-
130
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
131
- }
132
-
133
- export interface StageKey {
134
-
135
- restApiId?: string;
136
-
137
- stageName?: string;
138
- }
139
-
140
- export interface CreateApiKeyRequest {
141
-
142
- name?: string;
143
-
144
- description?: string;
145
-
146
- enabled?: boolean;
147
-
148
- generateDistinctId?: boolean;
149
-
150
- value?: string;
151
-
152
- stageKeys?: StageKey[];
153
-
154
- customerId?: string;
155
-
156
- tags?: Record<string, string>;
157
- }
158
-
159
- export declare class LimitExceededException extends __BaseException {
160
- readonly name: "LimitExceededException";
161
- readonly $fault: "client";
162
- retryAfterSeconds?: string;
163
-
164
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
165
- }
166
-
167
- export declare class NotFoundException extends __BaseException {
168
- readonly name: "NotFoundException";
169
- readonly $fault: "client";
170
-
171
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
172
- }
173
-
174
- export declare class TooManyRequestsException extends __BaseException {
175
- readonly name: "TooManyRequestsException";
176
- readonly $fault: "client";
177
- retryAfterSeconds?: string;
178
-
179
- constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
180
- }
181
-
182
- export declare class UnauthorizedException extends __BaseException {
183
- readonly name: "UnauthorizedException";
184
- readonly $fault: "client";
185
-
186
- constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
187
- }
188
-
189
- export interface CreateAuthorizerRequest {
190
-
191
- restApiId: string | undefined;
192
-
193
- name: string | undefined;
194
-
195
- type: AuthorizerType | string | undefined;
196
-
197
- providerARNs?: string[];
198
-
199
- authType?: string;
200
-
201
- authorizerUri?: string;
202
-
203
- authorizerCredentials?: string;
204
-
205
- identitySource?: string;
206
-
207
- identityValidationExpression?: string;
208
-
209
- authorizerResultTtlInSeconds?: number;
210
- }
211
-
212
- export interface BasePathMapping {
213
-
214
- basePath?: string;
215
-
216
- restApiId?: string;
217
-
218
- stage?: string;
219
- }
220
-
221
- export interface CreateBasePathMappingRequest {
222
-
223
- domainName: string | undefined;
224
-
225
- basePath?: string;
226
-
227
- restApiId: string | undefined;
228
-
229
- stage?: string;
230
- }
231
- export declare enum CacheClusterSize {
232
- SIZE_0_POINT_5_GB = "0.5",
233
- SIZE_118_GB = "118",
234
- SIZE_13_POINT_5_GB = "13.5",
235
- SIZE_1_POINT_6_GB = "1.6",
236
- SIZE_237_GB = "237",
237
- SIZE_28_POINT_4_GB = "28.4",
238
- SIZE_58_POINT_2_GB = "58.2",
239
- SIZE_6_POINT_1_GB = "6.1"
240
- }
241
-
242
- export interface DeploymentCanarySettings {
243
-
244
- percentTraffic?: number;
245
-
246
- stageVariableOverrides?: Record<string, string>;
247
-
248
- useStageCache?: boolean;
249
- }
250
-
251
- export interface CreateDeploymentRequest {
252
-
253
- restApiId: string | undefined;
254
-
255
- stageName?: string;
256
-
257
- stageDescription?: string;
258
-
259
- description?: string;
260
-
261
- cacheClusterEnabled?: boolean;
262
-
263
- cacheClusterSize?: CacheClusterSize | string;
264
-
265
- variables?: Record<string, string>;
266
-
267
- canarySettings?: DeploymentCanarySettings;
268
-
269
- tracingEnabled?: boolean;
270
- }
271
-
272
- export interface MethodSnapshot {
273
-
274
- authorizationType?: string;
275
-
276
- apiKeyRequired?: boolean;
277
- }
278
-
279
- export interface Deployment {
280
-
281
- id?: string;
282
-
283
- description?: string;
284
-
285
- createdDate?: Date;
286
-
287
- apiSummary?: Record<string, Record<string, MethodSnapshot>>;
288
- }
289
-
290
- export declare class ServiceUnavailableException extends __BaseException {
291
- readonly name: "ServiceUnavailableException";
292
- readonly $fault: "server";
293
- retryAfterSeconds?: string;
294
-
295
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
296
- }
297
- export declare enum DocumentationPartType {
298
- API = "API",
299
- AUTHORIZER = "AUTHORIZER",
300
- METHOD = "METHOD",
301
- MODEL = "MODEL",
302
- PATH_PARAMETER = "PATH_PARAMETER",
303
- QUERY_PARAMETER = "QUERY_PARAMETER",
304
- REQUEST_BODY = "REQUEST_BODY",
305
- REQUEST_HEADER = "REQUEST_HEADER",
306
- RESOURCE = "RESOURCE",
307
- RESPONSE = "RESPONSE",
308
- RESPONSE_BODY = "RESPONSE_BODY",
309
- RESPONSE_HEADER = "RESPONSE_HEADER"
310
- }
311
-
312
- export interface DocumentationPartLocation {
313
-
314
- type: DocumentationPartType | string | undefined;
315
-
316
- path?: string;
317
-
318
- method?: string;
319
-
320
- statusCode?: string;
321
-
322
- name?: string;
323
- }
324
-
325
- export interface CreateDocumentationPartRequest {
326
-
327
- restApiId: string | undefined;
328
-
329
- location: DocumentationPartLocation | undefined;
330
-
331
- properties: string | undefined;
332
- }
333
-
334
- export interface DocumentationPart {
335
-
336
- id?: string;
337
-
338
- location?: DocumentationPartLocation;
339
-
340
- properties?: string;
341
- }
342
-
343
- export interface CreateDocumentationVersionRequest {
344
-
345
- restApiId: string | undefined;
346
-
347
- documentationVersion: string | undefined;
348
-
349
- stageName?: string;
350
-
351
- description?: string;
352
- }
353
-
354
- export interface DocumentationVersion {
355
-
356
- version?: string;
357
-
358
- createdDate?: Date;
359
-
360
- description?: string;
361
- }
362
- export declare type EndpointType = "EDGE" | "PRIVATE" | "REGIONAL";
363
-
364
- export interface EndpointConfiguration {
365
-
366
- types?: (EndpointType | string)[];
367
-
368
- vpcEndpointIds?: string[];
369
- }
370
-
371
- export interface MutualTlsAuthenticationInput {
372
-
373
- truststoreUri?: string;
374
-
375
- truststoreVersion?: string;
376
- }
377
- export declare type SecurityPolicy = "TLS_1_0" | "TLS_1_2";
378
-
379
- export interface CreateDomainNameRequest {
380
-
381
- domainName: string | undefined;
382
-
383
- certificateName?: string;
384
-
385
- certificateBody?: string;
386
-
387
- certificatePrivateKey?: string;
388
-
389
- certificateChain?: string;
390
-
391
- certificateArn?: string;
392
-
393
- regionalCertificateName?: string;
394
-
395
- regionalCertificateArn?: string;
396
-
397
- endpointConfiguration?: EndpointConfiguration;
398
-
399
- tags?: Record<string, string>;
400
-
401
- securityPolicy?: SecurityPolicy | string;
402
-
403
- mutualTlsAuthentication?: MutualTlsAuthenticationInput;
404
-
405
- ownershipVerificationCertificateArn?: string;
406
- }
407
- export declare enum DomainNameStatus {
408
- AVAILABLE = "AVAILABLE",
409
- PENDING = "PENDING",
410
- PENDING_CERTIFICATE_REIMPORT = "PENDING_CERTIFICATE_REIMPORT",
411
- PENDING_OWNERSHIP_VERIFICATION = "PENDING_OWNERSHIP_VERIFICATION",
412
- UPDATING = "UPDATING"
413
- }
414
-
415
- export interface MutualTlsAuthentication {
416
-
417
- truststoreUri?: string;
418
-
419
- truststoreVersion?: string;
420
-
421
- truststoreWarnings?: string[];
422
- }
423
-
424
- export interface DomainName {
425
-
426
- domainName?: string;
427
-
428
- certificateName?: string;
429
-
430
- certificateArn?: string;
431
-
432
- certificateUploadDate?: Date;
433
-
434
- regionalDomainName?: string;
435
-
436
- regionalHostedZoneId?: string;
437
-
438
- regionalCertificateName?: string;
439
-
440
- regionalCertificateArn?: string;
441
-
442
- distributionDomainName?: string;
443
-
444
- distributionHostedZoneId?: string;
445
-
446
- endpointConfiguration?: EndpointConfiguration;
447
-
448
- domainNameStatus?: DomainNameStatus | string;
449
-
450
- domainNameStatusMessage?: string;
451
-
452
- securityPolicy?: SecurityPolicy | string;
453
-
454
- tags?: Record<string, string>;
455
-
456
- mutualTlsAuthentication?: MutualTlsAuthentication;
457
-
458
- ownershipVerificationCertificateArn?: string;
459
- }
460
-
461
- export interface CreateModelRequest {
462
-
463
- restApiId: string | undefined;
464
-
465
- name: string | undefined;
466
-
467
- description?: string;
468
-
469
- schema?: string;
470
-
471
- contentType: string | undefined;
472
- }
473
-
474
- export interface Model {
475
-
476
- id?: string;
477
-
478
- name?: string;
479
-
480
- description?: string;
481
-
482
- schema?: string;
483
-
484
- contentType?: string;
485
- }
486
-
487
- export interface CreateRequestValidatorRequest {
488
-
489
- restApiId: string | undefined;
490
-
491
- name?: string;
492
-
493
- validateRequestBody?: boolean;
494
-
495
- validateRequestParameters?: boolean;
496
- }
497
-
498
- export interface RequestValidator {
499
-
500
- id?: string;
501
-
502
- name?: string;
503
-
504
- validateRequestBody?: boolean;
505
-
506
- validateRequestParameters?: boolean;
507
- }
508
-
509
- export interface CreateResourceRequest {
510
-
511
- restApiId: string | undefined;
512
-
513
- parentId: string | undefined;
514
-
515
- pathPart: string | undefined;
516
- }
517
- export declare enum ConnectionType {
518
- INTERNET = "INTERNET",
519
- VPC_LINK = "VPC_LINK"
520
- }
521
- export declare enum ContentHandlingStrategy {
522
- CONVERT_TO_BINARY = "CONVERT_TO_BINARY",
523
- CONVERT_TO_TEXT = "CONVERT_TO_TEXT"
524
- }
525
-
526
- export interface IntegrationResponse {
527
-
528
- statusCode?: string;
529
-
530
- selectionPattern?: string;
531
-
532
- responseParameters?: Record<string, string>;
533
-
534
- responseTemplates?: Record<string, string>;
535
-
536
- contentHandling?: ContentHandlingStrategy | string;
537
- }
538
-
539
- export interface TlsConfig {
540
-
541
- insecureSkipVerification?: boolean;
542
- }
543
- export declare enum IntegrationType {
544
- AWS = "AWS",
545
- AWS_PROXY = "AWS_PROXY",
546
- HTTP = "HTTP",
547
- HTTP_PROXY = "HTTP_PROXY",
548
- MOCK = "MOCK"
549
- }
550
-
551
- export interface Integration {
552
-
553
- type?: IntegrationType | string;
554
-
555
- httpMethod?: string;
556
-
557
- uri?: string;
558
-
559
- connectionType?: ConnectionType | string;
560
-
561
- connectionId?: string;
562
-
563
- credentials?: string;
564
-
565
- requestParameters?: Record<string, string>;
566
-
567
- requestTemplates?: Record<string, string>;
568
-
569
- passthroughBehavior?: string;
570
-
571
- contentHandling?: ContentHandlingStrategy | string;
572
-
573
- timeoutInMillis?: number;
574
-
575
- cacheNamespace?: string;
576
-
577
- cacheKeyParameters?: string[];
578
-
579
- integrationResponses?: Record<string, IntegrationResponse>;
580
-
581
- tlsConfig?: TlsConfig;
582
- }
583
-
584
- export interface MethodResponse {
585
-
586
- statusCode?: string;
587
-
588
- responseParameters?: Record<string, boolean>;
589
-
590
- responseModels?: Record<string, string>;
591
- }
592
-
593
- export interface Method {
594
-
595
- httpMethod?: string;
596
-
597
- authorizationType?: string;
598
-
599
- authorizerId?: string;
600
-
601
- apiKeyRequired?: boolean;
602
-
603
- requestValidatorId?: string;
604
-
605
- operationName?: string;
606
-
607
- requestParameters?: Record<string, boolean>;
608
-
609
- requestModels?: Record<string, string>;
610
-
611
- methodResponses?: Record<string, MethodResponse>;
612
-
613
- methodIntegration?: Integration;
614
-
615
- authorizationScopes?: string[];
616
- }
617
-
618
- export interface Resource {
619
-
620
- id?: string;
621
-
622
- parentId?: string;
623
-
624
- pathPart?: string;
625
-
626
- path?: string;
627
-
628
- resourceMethods?: Record<string, Method>;
629
- }
630
-
631
- export interface CreateRestApiRequest {
632
-
633
- name: string | undefined;
634
-
635
- description?: string;
636
-
637
- version?: string;
638
-
639
- cloneFrom?: string;
640
-
641
- binaryMediaTypes?: string[];
642
-
643
- minimumCompressionSize?: number;
644
-
645
- apiKeySource?: ApiKeySourceType | string;
646
-
647
- endpointConfiguration?: EndpointConfiguration;
648
-
649
- policy?: string;
650
-
651
- tags?: Record<string, string>;
652
-
653
- disableExecuteApiEndpoint?: boolean;
654
- }
655
-
656
- export interface RestApi {
657
-
658
- id?: string;
659
-
660
- name?: string;
661
-
662
- description?: string;
663
-
664
- createdDate?: Date;
665
-
666
- version?: string;
667
-
668
- warnings?: string[];
669
-
670
- binaryMediaTypes?: string[];
671
-
672
- minimumCompressionSize?: number;
673
-
674
- apiKeySource?: ApiKeySourceType | string;
675
-
676
- endpointConfiguration?: EndpointConfiguration;
677
-
678
- policy?: string;
679
-
680
- tags?: Record<string, string>;
681
-
682
- disableExecuteApiEndpoint?: boolean;
683
- }
684
-
685
- export interface CanarySettings {
686
-
687
- percentTraffic?: number;
688
-
689
- deploymentId?: string;
690
-
691
- stageVariableOverrides?: Record<string, string>;
692
-
693
- useStageCache?: boolean;
694
- }
695
-
696
- export interface CreateStageRequest {
697
-
698
- restApiId: string | undefined;
699
-
700
- stageName: string | undefined;
701
-
702
- deploymentId: string | undefined;
703
-
704
- description?: string;
705
-
706
- cacheClusterEnabled?: boolean;
707
-
708
- cacheClusterSize?: CacheClusterSize | string;
709
-
710
- variables?: Record<string, string>;
711
-
712
- documentationVersion?: string;
713
-
714
- canarySettings?: CanarySettings;
715
-
716
- tracingEnabled?: boolean;
717
-
718
- tags?: Record<string, string>;
719
- }
720
- export declare enum CacheClusterStatus {
721
- AVAILABLE = "AVAILABLE",
722
- CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
723
- DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
724
- FLUSH_IN_PROGRESS = "FLUSH_IN_PROGRESS",
725
- NOT_AVAILABLE = "NOT_AVAILABLE"
726
- }
727
- export declare enum UnauthorizedCacheControlHeaderStrategy {
728
- FAIL_WITH_403 = "FAIL_WITH_403",
729
- SUCCEED_WITHOUT_RESPONSE_HEADER = "SUCCEED_WITHOUT_RESPONSE_HEADER",
730
- SUCCEED_WITH_RESPONSE_HEADER = "SUCCEED_WITH_RESPONSE_HEADER"
731
- }
732
-
733
- export interface MethodSetting {
734
-
735
- metricsEnabled?: boolean;
736
-
737
- loggingLevel?: string;
738
-
739
- dataTraceEnabled?: boolean;
740
-
741
- throttlingBurstLimit?: number;
742
-
743
- throttlingRateLimit?: number;
744
-
745
- cachingEnabled?: boolean;
746
-
747
- cacheTtlInSeconds?: number;
748
-
749
- cacheDataEncrypted?: boolean;
750
-
751
- requireAuthorizationForCacheControl?: boolean;
752
-
753
- unauthorizedCacheControlHeaderStrategy?: UnauthorizedCacheControlHeaderStrategy | string;
754
- }
755
-
756
- export interface Stage {
757
-
758
- deploymentId?: string;
759
-
760
- clientCertificateId?: string;
761
-
762
- stageName?: string;
763
-
764
- description?: string;
765
-
766
- cacheClusterEnabled?: boolean;
767
-
768
- cacheClusterSize?: CacheClusterSize | string;
769
-
770
- cacheClusterStatus?: CacheClusterStatus | string;
771
-
772
- methodSettings?: Record<string, MethodSetting>;
773
-
774
- variables?: Record<string, string>;
775
-
776
- documentationVersion?: string;
777
-
778
- accessLogSettings?: AccessLogSettings;
779
-
780
- canarySettings?: CanarySettings;
781
-
782
- tracingEnabled?: boolean;
783
-
784
- webAclArn?: string;
785
-
786
- tags?: Record<string, string>;
787
-
788
- createdDate?: Date;
789
-
790
- lastUpdatedDate?: Date;
791
- }
792
- export declare enum QuotaPeriodType {
793
- DAY = "DAY",
794
- MONTH = "MONTH",
795
- WEEK = "WEEK"
796
- }
797
-
798
- export interface QuotaSettings {
799
-
800
- limit?: number;
801
-
802
- offset?: number;
803
-
804
- period?: QuotaPeriodType | string;
805
- }
806
-
807
- export interface CreateUsagePlanRequest {
808
-
809
- name: string | undefined;
810
-
811
- description?: string;
812
-
813
- apiStages?: ApiStage[];
814
-
815
- throttle?: ThrottleSettings;
816
-
817
- quota?: QuotaSettings;
818
-
819
- tags?: Record<string, string>;
820
- }
821
-
822
- export interface UsagePlan {
823
-
824
- id?: string;
825
-
826
- name?: string;
827
-
828
- description?: string;
829
-
830
- apiStages?: ApiStage[];
831
-
832
- throttle?: ThrottleSettings;
833
-
834
- quota?: QuotaSettings;
835
-
836
- productCode?: string;
837
-
838
- tags?: Record<string, string>;
839
- }
840
-
841
- export interface CreateUsagePlanKeyRequest {
842
-
843
- usagePlanId: string | undefined;
844
-
845
- keyId: string | undefined;
846
-
847
- keyType: string | undefined;
848
- }
849
-
850
- export interface UsagePlanKey {
851
-
852
- id?: string;
853
-
854
- type?: string;
855
-
856
- value?: string;
857
-
858
- name?: string;
859
- }
860
-
861
- export interface CreateVpcLinkRequest {
862
-
863
- name: string | undefined;
864
-
865
- description?: string;
866
-
867
- targetArns: string[] | undefined;
868
-
869
- tags?: Record<string, string>;
870
- }
871
- export declare enum VpcLinkStatus {
872
- AVAILABLE = "AVAILABLE",
873
- DELETING = "DELETING",
874
- FAILED = "FAILED",
875
- PENDING = "PENDING"
876
- }
877
-
878
- export interface VpcLink {
879
-
880
- id?: string;
881
-
882
- name?: string;
883
-
884
- description?: string;
885
-
886
- targetArns?: string[];
887
-
888
- status?: VpcLinkStatus | string;
889
-
890
- statusMessage?: string;
891
-
892
- tags?: Record<string, string>;
893
- }
894
-
895
- export interface DeleteApiKeyRequest {
896
-
897
- apiKey: string | undefined;
898
- }
899
-
900
- export interface DeleteAuthorizerRequest {
901
-
902
- restApiId: string | undefined;
903
-
904
- authorizerId: string | undefined;
905
- }
906
-
907
- export interface DeleteBasePathMappingRequest {
908
-
909
- domainName: string | undefined;
910
-
911
- basePath: string | undefined;
912
- }
913
-
914
- export interface DeleteClientCertificateRequest {
915
-
916
- clientCertificateId: string | undefined;
917
- }
918
-
919
- export interface DeleteDeploymentRequest {
920
-
921
- restApiId: string | undefined;
922
-
923
- deploymentId: string | undefined;
924
- }
925
-
926
- export interface DeleteDocumentationPartRequest {
927
-
928
- restApiId: string | undefined;
929
-
930
- documentationPartId: string | undefined;
931
- }
932
-
933
- export interface DeleteDocumentationVersionRequest {
934
-
935
- restApiId: string | undefined;
936
-
937
- documentationVersion: string | undefined;
938
- }
939
-
940
- export interface DeleteDomainNameRequest {
941
-
942
- domainName: string | undefined;
943
- }
944
- export declare enum GatewayResponseType {
945
- ACCESS_DENIED = "ACCESS_DENIED",
946
- API_CONFIGURATION_ERROR = "API_CONFIGURATION_ERROR",
947
- AUTHORIZER_CONFIGURATION_ERROR = "AUTHORIZER_CONFIGURATION_ERROR",
948
- AUTHORIZER_FAILURE = "AUTHORIZER_FAILURE",
949
- BAD_REQUEST_BODY = "BAD_REQUEST_BODY",
950
- BAD_REQUEST_PARAMETERS = "BAD_REQUEST_PARAMETERS",
951
- DEFAULT_4XX = "DEFAULT_4XX",
952
- DEFAULT_5XX = "DEFAULT_5XX",
953
- EXPIRED_TOKEN = "EXPIRED_TOKEN",
954
- INTEGRATION_FAILURE = "INTEGRATION_FAILURE",
955
- INTEGRATION_TIMEOUT = "INTEGRATION_TIMEOUT",
956
- INVALID_API_KEY = "INVALID_API_KEY",
957
- INVALID_SIGNATURE = "INVALID_SIGNATURE",
958
- MISSING_AUTHENTICATION_TOKEN = "MISSING_AUTHENTICATION_TOKEN",
959
- QUOTA_EXCEEDED = "QUOTA_EXCEEDED",
960
- REQUEST_TOO_LARGE = "REQUEST_TOO_LARGE",
961
- RESOURCE_NOT_FOUND = "RESOURCE_NOT_FOUND",
962
- THROTTLED = "THROTTLED",
963
- UNAUTHORIZED = "UNAUTHORIZED",
964
- UNSUPPORTED_MEDIA_TYPE = "UNSUPPORTED_MEDIA_TYPE",
965
- WAF_FILTERED = "WAF_FILTERED"
966
- }
967
-
968
- export interface DeleteGatewayResponseRequest {
969
-
970
- restApiId: string | undefined;
971
-
972
- responseType: GatewayResponseType | string | undefined;
973
- }
974
-
975
- export interface DeleteIntegrationRequest {
976
-
977
- restApiId: string | undefined;
978
-
979
- resourceId: string | undefined;
980
-
981
- httpMethod: string | undefined;
982
- }
983
-
984
- export interface DeleteIntegrationResponseRequest {
985
-
986
- restApiId: string | undefined;
987
-
988
- resourceId: string | undefined;
989
-
990
- httpMethod: string | undefined;
991
-
992
- statusCode: string | undefined;
993
- }
994
-
995
- export interface DeleteMethodRequest {
996
-
997
- restApiId: string | undefined;
998
-
999
- resourceId: string | undefined;
1000
-
1001
- httpMethod: string | undefined;
1002
- }
1003
-
1004
- export interface DeleteMethodResponseRequest {
1005
-
1006
- restApiId: string | undefined;
1007
-
1008
- resourceId: string | undefined;
1009
-
1010
- httpMethod: string | undefined;
1011
-
1012
- statusCode: string | undefined;
1013
- }
1014
-
1015
- export interface DeleteModelRequest {
1016
-
1017
- restApiId: string | undefined;
1018
-
1019
- modelName: string | undefined;
1020
- }
1021
-
1022
- export interface DeleteRequestValidatorRequest {
1023
-
1024
- restApiId: string | undefined;
1025
-
1026
- requestValidatorId: string | undefined;
1027
- }
1028
-
1029
- export interface DeleteResourceRequest {
1030
-
1031
- restApiId: string | undefined;
1032
-
1033
- resourceId: string | undefined;
1034
- }
1035
-
1036
- export interface DeleteRestApiRequest {
1037
-
1038
- restApiId: string | undefined;
1039
- }
1040
-
1041
- export interface DeleteStageRequest {
1042
-
1043
- restApiId: string | undefined;
1044
-
1045
- stageName: string | undefined;
1046
- }
1047
-
1048
- export interface DeleteUsagePlanRequest {
1049
-
1050
- usagePlanId: string | undefined;
1051
- }
1052
-
1053
- export interface DeleteUsagePlanKeyRequest {
1054
-
1055
- usagePlanId: string | undefined;
1056
-
1057
- keyId: string | undefined;
1058
- }
1059
-
1060
- export interface DeleteVpcLinkRequest {
1061
-
1062
- vpcLinkId: string | undefined;
1063
- }
1064
-
1065
- export interface FlushStageAuthorizersCacheRequest {
1066
-
1067
- restApiId: string | undefined;
1068
-
1069
- stageName: string | undefined;
1070
- }
1071
-
1072
- export interface FlushStageCacheRequest {
1073
-
1074
- restApiId: string | undefined;
1075
-
1076
- stageName: string | undefined;
1077
- }
1078
-
1079
- export interface ClientCertificate {
1080
-
1081
- clientCertificateId?: string;
1082
-
1083
- description?: string;
1084
-
1085
- pemEncodedCertificate?: string;
1086
-
1087
- createdDate?: Date;
1088
-
1089
- expirationDate?: Date;
1090
-
1091
- tags?: Record<string, string>;
1092
- }
1093
-
1094
- export interface GenerateClientCertificateRequest {
1095
-
1096
- description?: string;
1097
-
1098
- tags?: Record<string, string>;
1099
- }
1100
-
1101
- export interface GetAccountRequest {
1102
- }
1103
-
1104
- export interface GetApiKeyRequest {
1105
-
1106
- apiKey: string | undefined;
1107
-
1108
- includeValue?: boolean;
1109
- }
1110
-
1111
- export interface GetApiKeysRequest {
1112
-
1113
- position?: string;
1114
-
1115
- limit?: number;
1116
-
1117
- nameQuery?: string;
1118
-
1119
- customerId?: string;
1120
-
1121
- includeValues?: boolean;
1122
- }
1123
-
1124
- export interface GetAuthorizerRequest {
1125
-
1126
- restApiId: string | undefined;
1127
-
1128
- authorizerId: string | undefined;
1129
- }
1130
-
1131
- export interface GetAuthorizersRequest {
1132
-
1133
- restApiId: string | undefined;
1134
-
1135
- position?: string;
1136
-
1137
- limit?: number;
1138
- }
1139
-
1140
- export interface GetBasePathMappingRequest {
1141
-
1142
- domainName: string | undefined;
1143
-
1144
- basePath: string | undefined;
1145
- }
1146
-
1147
- export interface BasePathMappings {
1148
-
1149
- items?: BasePathMapping[];
1150
-
1151
- position?: string;
1152
- }
1153
-
1154
- export interface GetBasePathMappingsRequest {
1155
-
1156
- domainName: string | undefined;
1157
-
1158
- position?: string;
1159
-
1160
- limit?: number;
1161
- }
1162
-
1163
- export interface GetClientCertificateRequest {
1164
-
1165
- clientCertificateId: string | undefined;
1166
- }
1167
-
1168
- export interface ClientCertificates {
1169
-
1170
- items?: ClientCertificate[];
1171
-
1172
- position?: string;
1173
- }
1174
-
1175
- export interface GetClientCertificatesRequest {
1176
-
1177
- position?: string;
1178
-
1179
- limit?: number;
1180
- }
1181
-
1182
- export interface GetDeploymentRequest {
1183
-
1184
- restApiId: string | undefined;
1185
-
1186
- deploymentId: string | undefined;
1187
-
1188
- embed?: string[];
1189
- }
1190
-
1191
- export interface Deployments {
1192
-
1193
- items?: Deployment[];
1194
-
1195
- position?: string;
1196
- }
1197
-
1198
- export interface GetDeploymentsRequest {
1199
-
1200
- restApiId: string | undefined;
1201
-
1202
- position?: string;
1203
-
1204
- limit?: number;
1205
- }
1206
-
1207
- export interface GetDocumentationPartRequest {
1208
-
1209
- restApiId: string | undefined;
1210
-
1211
- documentationPartId: string | undefined;
1212
- }
1213
-
1214
- export interface DocumentationParts {
1215
-
1216
- items?: DocumentationPart[];
1217
-
1218
- position?: string;
1219
- }
1220
- export declare enum LocationStatusType {
1221
- DOCUMENTED = "DOCUMENTED",
1222
- UNDOCUMENTED = "UNDOCUMENTED"
1223
- }
1224
-
1225
- export interface GetDocumentationPartsRequest {
1226
-
1227
- restApiId: string | undefined;
1228
-
1229
- type?: DocumentationPartType | string;
1230
-
1231
- nameQuery?: string;
1232
-
1233
- path?: string;
1234
-
1235
- position?: string;
1236
-
1237
- limit?: number;
1238
-
1239
- locationStatus?: LocationStatusType | string;
1240
- }
1241
-
1242
- export interface GetDocumentationVersionRequest {
1243
-
1244
- restApiId: string | undefined;
1245
-
1246
- documentationVersion: string | undefined;
1247
- }
1248
-
1249
- export interface DocumentationVersions {
1250
-
1251
- items?: DocumentationVersion[];
1252
-
1253
- position?: string;
1254
- }
1255
-
1256
- export interface GetDocumentationVersionsRequest {
1257
-
1258
- restApiId: string | undefined;
1259
-
1260
- position?: string;
1261
-
1262
- limit?: number;
1263
- }
1264
-
1265
- export interface GetDomainNameRequest {
1266
-
1267
- domainName: string | undefined;
1268
- }
1269
-
1270
- export interface DomainNames {
1271
-
1272
- items?: DomainName[];
1273
-
1274
- position?: string;
1275
- }
1276
-
1277
- export interface GetDomainNamesRequest {
1278
-
1279
- position?: string;
1280
-
1281
- limit?: number;
1282
- }
1283
-
1284
- export interface ExportResponse {
1285
-
1286
- contentType?: string;
1287
-
1288
- contentDisposition?: string;
1289
-
1290
- body?: Uint8Array;
1291
- }
1292
-
1293
- export interface GetExportRequest {
1294
-
1295
- restApiId: string | undefined;
1296
-
1297
- stageName: string | undefined;
1298
-
1299
- exportType: string | undefined;
1300
-
1301
- parameters?: Record<string, string>;
1302
-
1303
- accepts?: string;
1304
- }
1305
-
1306
- export interface GatewayResponse {
1307
-
1308
- responseType?: GatewayResponseType | string;
1309
-
1310
- statusCode?: string;
1311
-
1312
- responseParameters?: Record<string, string>;
1313
-
1314
- responseTemplates?: Record<string, string>;
1315
-
1316
- defaultResponse?: boolean;
1317
- }
1318
-
1319
- export interface GetGatewayResponseRequest {
1320
-
1321
- restApiId: string | undefined;
1322
-
1323
- responseType: GatewayResponseType | string | undefined;
1324
- }
1325
-
1326
- export interface GatewayResponses {
1327
-
1328
- items?: GatewayResponse[];
1329
-
1330
- position?: string;
1331
- }
1332
-
1333
- export interface GetGatewayResponsesRequest {
1334
-
1335
- restApiId: string | undefined;
1336
-
1337
- position?: string;
1338
-
1339
- limit?: number;
1340
- }
1341
-
1342
- export interface GetIntegrationRequest {
1343
-
1344
- restApiId: string | undefined;
1345
-
1346
- resourceId: string | undefined;
1347
-
1348
- httpMethod: string | undefined;
1349
- }
1350
-
1351
- export interface GetIntegrationResponseRequest {
1352
-
1353
- restApiId: string | undefined;
1354
-
1355
- resourceId: string | undefined;
1356
-
1357
- httpMethod: string | undefined;
1358
-
1359
- statusCode: string | undefined;
1360
- }
1361
-
1362
- export interface GetMethodRequest {
1363
-
1364
- restApiId: string | undefined;
1365
-
1366
- resourceId: string | undefined;
1367
-
1368
- httpMethod: string | undefined;
1369
- }
1370
-
1371
- export interface GetMethodResponseRequest {
1372
-
1373
- restApiId: string | undefined;
1374
-
1375
- resourceId: string | undefined;
1376
-
1377
- httpMethod: string | undefined;
1378
-
1379
- statusCode: string | undefined;
1380
- }
1381
-
1382
- export interface GetModelRequest {
1383
-
1384
- restApiId: string | undefined;
1385
-
1386
- modelName: string | undefined;
1387
-
1388
- flatten?: boolean;
1389
- }
1390
-
1391
- export interface GetModelsRequest {
1392
-
1393
- restApiId: string | undefined;
1394
-
1395
- position?: string;
1396
-
1397
- limit?: number;
1398
- }
1399
-
1400
- export interface Models {
1401
-
1402
- items?: Model[];
1403
-
1404
- position?: string;
1405
- }
1406
-
1407
- export interface GetModelTemplateRequest {
1408
-
1409
- restApiId: string | undefined;
1410
-
1411
- modelName: string | undefined;
1412
- }
1413
-
1414
- export interface Template {
1415
-
1416
- value?: string;
1417
- }
1418
-
1419
- export interface GetRequestValidatorRequest {
1420
-
1421
- restApiId: string | undefined;
1422
-
1423
- requestValidatorId: string | undefined;
1424
- }
1425
-
1426
- export interface GetRequestValidatorsRequest {
1427
-
1428
- restApiId: string | undefined;
1429
-
1430
- position?: string;
1431
-
1432
- limit?: number;
1433
- }
1434
-
1435
- export interface RequestValidators {
1436
-
1437
- items?: RequestValidator[];
1438
-
1439
- position?: string;
1440
- }
1441
-
1442
- export interface GetResourceRequest {
1443
-
1444
- restApiId: string | undefined;
1445
-
1446
- resourceId: string | undefined;
1447
-
1448
- embed?: string[];
1449
- }
1450
-
1451
- export interface GetResourcesRequest {
1452
-
1453
- restApiId: string | undefined;
1454
-
1455
- position?: string;
1456
-
1457
- limit?: number;
1458
-
1459
- embed?: string[];
1460
- }
1461
-
1462
- export interface Resources {
1463
-
1464
- items?: Resource[];
1465
-
1466
- position?: string;
1467
- }
1468
-
1469
- export interface GetRestApiRequest {
1470
-
1471
- restApiId: string | undefined;
1472
- }
1473
-
1474
- export interface GetRestApisRequest {
1475
-
1476
- position?: string;
1477
-
1478
- limit?: number;
1479
- }
1480
-
1481
- export interface RestApis {
1482
-
1483
- items?: RestApi[];
1484
-
1485
- position?: string;
1486
- }
1487
-
1488
- export interface GetSdkRequest {
1489
-
1490
- restApiId: string | undefined;
1491
-
1492
- stageName: string | undefined;
1493
-
1494
- sdkType: string | undefined;
1495
-
1496
- parameters?: Record<string, string>;
1497
- }
1498
-
1499
- export interface SdkResponse {
1500
-
1501
- contentType?: string;
1502
-
1503
- contentDisposition?: string;
1504
-
1505
- body?: Uint8Array;
1506
- }
1507
-
1508
- export interface GetSdkTypeRequest {
1509
-
1510
- id: string | undefined;
1511
- }
1512
-
1513
- export interface SdkConfigurationProperty {
1514
-
1515
- name?: string;
1516
-
1517
- friendlyName?: string;
1518
-
1519
- description?: string;
1520
-
1521
- required?: boolean;
1522
-
1523
- defaultValue?: string;
1524
- }
1525
-
1526
- export interface SdkType {
1527
-
1528
- id?: string;
1529
-
1530
- friendlyName?: string;
1531
-
1532
- description?: string;
1533
-
1534
- configurationProperties?: SdkConfigurationProperty[];
1535
- }
1536
-
1537
- export interface GetSdkTypesRequest {
1538
-
1539
- position?: string;
1540
-
1541
- limit?: number;
1542
- }
1543
-
1544
- export interface SdkTypes {
1545
-
1546
- items?: SdkType[];
1547
- }
1548
-
1549
- export interface GetStageRequest {
1550
-
1551
- restApiId: string | undefined;
1552
-
1553
- stageName: string | undefined;
1554
- }
1555
-
1556
- export interface GetStagesRequest {
1557
-
1558
- restApiId: string | undefined;
1559
-
1560
- deploymentId?: string;
1561
- }
1562
-
1563
- export interface Stages {
1564
-
1565
- item?: Stage[];
1566
- }
1567
-
1568
- export interface GetTagsRequest {
1569
-
1570
- resourceArn: string | undefined;
1571
-
1572
- position?: string;
1573
-
1574
- limit?: number;
1575
- }
1576
-
1577
- export interface Tags {
1578
-
1579
- tags?: Record<string, string>;
1580
- }
1581
-
1582
- export interface GetUsageRequest {
1583
-
1584
- usagePlanId: string | undefined;
1585
-
1586
- keyId?: string;
1587
-
1588
- startDate: string | undefined;
1589
-
1590
- endDate: string | undefined;
1591
-
1592
- position?: string;
1593
-
1594
- limit?: number;
1595
- }
1596
-
1597
- export interface Usage {
1598
-
1599
- usagePlanId?: string;
1600
-
1601
- startDate?: string;
1602
-
1603
- endDate?: string;
1604
-
1605
- items?: Record<string, number[][]>;
1606
-
1607
- position?: string;
1608
- }
1609
-
1610
- export interface GetUsagePlanRequest {
1611
-
1612
- usagePlanId: string | undefined;
1613
- }
1614
-
1615
- export interface GetUsagePlanKeyRequest {
1616
-
1617
- usagePlanId: string | undefined;
1618
-
1619
- keyId: string | undefined;
1620
- }
1621
-
1622
- export interface GetUsagePlanKeysRequest {
1623
-
1624
- usagePlanId: string | undefined;
1625
-
1626
- position?: string;
1627
-
1628
- limit?: number;
1629
-
1630
- nameQuery?: string;
1631
- }
1632
-
1633
- export interface UsagePlanKeys {
1634
-
1635
- items?: UsagePlanKey[];
1636
-
1637
- position?: string;
1638
- }
1639
-
1640
- export interface GetUsagePlansRequest {
1641
-
1642
- position?: string;
1643
-
1644
- keyId?: string;
1645
-
1646
- limit?: number;
1647
- }
1648
-
1649
- export interface UsagePlans {
1650
-
1651
- items?: UsagePlan[];
1652
-
1653
- position?: string;
1654
- }
1655
-
1656
- export interface GetVpcLinkRequest {
1657
-
1658
- vpcLinkId: string | undefined;
1659
- }
1660
-
1661
- export interface GetVpcLinksRequest {
1662
-
1663
- position?: string;
1664
-
1665
- limit?: number;
1666
- }
1667
-
1668
- export interface VpcLinks {
1669
-
1670
- items?: VpcLink[];
1671
-
1672
- position?: string;
1673
- }
1674
-
1675
- export interface ImportApiKeysRequest {
1676
-
1677
- body: Uint8Array | undefined;
1678
-
1679
- format: ApiKeysFormat | string | undefined;
1680
-
1681
- failOnWarnings?: boolean;
1682
- }
1683
-
1684
- export interface DocumentationPartIds {
1685
-
1686
- ids?: string[];
1687
-
1688
- warnings?: string[];
1689
- }
1690
- export declare enum PutMode {
1691
- Merge = "merge",
1692
- Overwrite = "overwrite"
1693
- }
1694
-
1695
- export interface ImportDocumentationPartsRequest {
1696
-
1697
- restApiId: string | undefined;
1698
-
1699
- mode?: PutMode | string;
1700
-
1701
- failOnWarnings?: boolean;
1702
-
1703
- body: Uint8Array | undefined;
1704
- }
1705
-
1706
- export interface ImportRestApiRequest {
1707
-
1708
- failOnWarnings?: boolean;
1709
-
1710
- parameters?: Record<string, string>;
1711
-
1712
- body: Uint8Array | undefined;
1713
- }
1714
-
1715
- export interface PutGatewayResponseRequest {
1716
-
1717
- restApiId: string | undefined;
1718
-
1719
- responseType: GatewayResponseType | string | undefined;
1720
-
1721
- statusCode?: string;
1722
-
1723
- responseParameters?: Record<string, string>;
1724
-
1725
- responseTemplates?: Record<string, string>;
1726
- }
1727
-
1728
- export interface PutIntegrationRequest {
1729
-
1730
- restApiId: string | undefined;
1731
-
1732
- resourceId: string | undefined;
1733
-
1734
- httpMethod: string | undefined;
1735
-
1736
- type: IntegrationType | string | undefined;
1737
-
1738
- integrationHttpMethod?: string;
1739
-
1740
- uri?: string;
1741
-
1742
- connectionType?: ConnectionType | string;
1743
-
1744
- connectionId?: string;
1745
-
1746
- credentials?: string;
1747
-
1748
- requestParameters?: Record<string, string>;
1749
-
1750
- requestTemplates?: Record<string, string>;
1751
-
1752
- passthroughBehavior?: string;
1753
-
1754
- cacheNamespace?: string;
1755
-
1756
- cacheKeyParameters?: string[];
1757
-
1758
- contentHandling?: ContentHandlingStrategy | string;
1759
-
1760
- timeoutInMillis?: number;
1761
-
1762
- tlsConfig?: TlsConfig;
1763
- }
1764
-
1765
- export interface PutIntegrationResponseRequest {
1766
-
1767
- restApiId: string | undefined;
1768
-
1769
- resourceId: string | undefined;
1770
-
1771
- httpMethod: string | undefined;
1772
-
1773
- statusCode: string | undefined;
1774
-
1775
- selectionPattern?: string;
1776
-
1777
- responseParameters?: Record<string, string>;
1778
-
1779
- responseTemplates?: Record<string, string>;
1780
-
1781
- contentHandling?: ContentHandlingStrategy | string;
1782
- }
1783
-
1784
- export interface PutMethodRequest {
1785
-
1786
- restApiId: string | undefined;
1787
-
1788
- resourceId: string | undefined;
1789
-
1790
- httpMethod: string | undefined;
1791
-
1792
- authorizationType: string | undefined;
1793
-
1794
- authorizerId?: string;
1795
-
1796
- apiKeyRequired?: boolean;
1797
-
1798
- operationName?: string;
1799
-
1800
- requestParameters?: Record<string, boolean>;
1801
-
1802
- requestModels?: Record<string, string>;
1803
-
1804
- requestValidatorId?: string;
1805
-
1806
- authorizationScopes?: string[];
1807
- }
1808
-
1809
- export interface PutMethodResponseRequest {
1810
-
1811
- restApiId: string | undefined;
1812
-
1813
- resourceId: string | undefined;
1814
-
1815
- httpMethod: string | undefined;
1816
-
1817
- statusCode: string | undefined;
1818
-
1819
- responseParameters?: Record<string, boolean>;
1820
-
1821
- responseModels?: Record<string, string>;
1822
- }
1823
-
1824
- export interface PutRestApiRequest {
1825
-
1826
- restApiId: string | undefined;
1827
-
1828
- mode?: PutMode | string;
1829
-
1830
- failOnWarnings?: boolean;
1831
-
1832
- parameters?: Record<string, string>;
1833
-
1834
- body: Uint8Array | undefined;
1835
- }
1836
-
1837
- export interface TagResourceRequest {
1838
-
1839
- resourceArn: string | undefined;
1840
-
1841
- tags: Record<string, string> | undefined;
1842
- }
1843
-
1844
- export interface TestInvokeAuthorizerRequest {
1845
-
1846
- restApiId: string | undefined;
1847
-
1848
- authorizerId: string | undefined;
1849
-
1850
- headers?: Record<string, string>;
1851
-
1852
- multiValueHeaders?: Record<string, string[]>;
1853
-
1854
- pathWithQueryString?: string;
1855
-
1856
- body?: string;
1857
-
1858
- stageVariables?: Record<string, string>;
1859
-
1860
- additionalContext?: Record<string, string>;
1861
- }
1862
-
1863
- export interface TestInvokeAuthorizerResponse {
1864
-
1865
- clientStatus?: number;
1866
-
1867
- log?: string;
1868
-
1869
- latency?: number;
1870
-
1871
- principalId?: string;
1872
-
1873
- policy?: string;
1874
-
1875
- authorization?: Record<string, string[]>;
1876
-
1877
- claims?: Record<string, string>;
1878
- }
1879
-
1880
- export interface TestInvokeMethodRequest {
1881
-
1882
- restApiId: string | undefined;
1883
-
1884
- resourceId: string | undefined;
1885
-
1886
- httpMethod: string | undefined;
1887
-
1888
- pathWithQueryString?: string;
1889
-
1890
- body?: string;
1891
-
1892
- headers?: Record<string, string>;
1893
-
1894
- multiValueHeaders?: Record<string, string[]>;
1895
-
1896
- clientCertificateId?: string;
1897
-
1898
- stageVariables?: Record<string, string>;
1899
- }
1900
-
1901
- export interface TestInvokeMethodResponse {
1902
-
1903
- status?: number;
1904
-
1905
- body?: string;
1906
-
1907
- headers?: Record<string, string>;
1908
-
1909
- multiValueHeaders?: Record<string, string[]>;
1910
-
1911
- log?: string;
1912
-
1913
- latency?: number;
1914
- }
1915
-
1916
- export interface UntagResourceRequest {
1917
-
1918
- resourceArn: string | undefined;
1919
-
1920
- tagKeys: string[] | undefined;
1921
- }
1922
- export declare type Op = "add" | "copy" | "move" | "remove" | "replace" | "test";
1923
-
1924
- export interface PatchOperation {
1925
-
1926
- op?: Op | string;
1927
-
1928
- path?: string;
1929
-
1930
- value?: string;
1931
-
1932
- from?: string;
1933
- }
1934
-
1935
- export interface UpdateAccountRequest {
1936
-
1937
- patchOperations?: PatchOperation[];
1938
- }
1939
-
1940
- export interface UpdateApiKeyRequest {
1941
-
1942
- apiKey: string | undefined;
1943
-
1944
- patchOperations?: PatchOperation[];
1945
- }
1946
-
1947
- export interface UpdateAuthorizerRequest {
1948
-
1949
- restApiId: string | undefined;
1950
-
1951
- authorizerId: string | undefined;
1952
-
1953
- patchOperations?: PatchOperation[];
1954
- }
1955
-
1956
- export interface UpdateBasePathMappingRequest {
1957
-
1958
- domainName: string | undefined;
1959
-
1960
- basePath: string | undefined;
1961
-
1962
- patchOperations?: PatchOperation[];
1963
- }
1964
-
1965
- export interface UpdateClientCertificateRequest {
1966
-
1967
- clientCertificateId: string | undefined;
1968
-
1969
- patchOperations?: PatchOperation[];
1970
- }
1971
-
1972
- export interface UpdateDeploymentRequest {
1973
-
1974
- restApiId: string | undefined;
1975
-
1976
- deploymentId: string | undefined;
1977
-
1978
- patchOperations?: PatchOperation[];
1979
- }
1980
-
1981
- export interface UpdateDocumentationPartRequest {
1982
-
1983
- restApiId: string | undefined;
1984
-
1985
- documentationPartId: string | undefined;
1986
-
1987
- patchOperations?: PatchOperation[];
1988
- }
1989
-
1990
- export interface UpdateDocumentationVersionRequest {
1991
-
1992
- restApiId: string | undefined;
1993
-
1994
- documentationVersion: string | undefined;
1995
-
1996
- patchOperations?: PatchOperation[];
1997
- }
1998
-
1999
- export interface UpdateDomainNameRequest {
2000
-
2001
- domainName: string | undefined;
2002
-
2003
- patchOperations?: PatchOperation[];
2004
- }
2005
-
2006
- export interface UpdateGatewayResponseRequest {
2007
-
2008
- restApiId: string | undefined;
2009
-
2010
- responseType: GatewayResponseType | string | undefined;
2011
-
2012
- patchOperations?: PatchOperation[];
2013
- }
2014
-
2015
- export interface UpdateIntegrationRequest {
2016
-
2017
- restApiId: string | undefined;
2018
-
2019
- resourceId: string | undefined;
2020
-
2021
- httpMethod: string | undefined;
2022
-
2023
- patchOperations?: PatchOperation[];
2024
- }
2025
-
2026
- export interface UpdateIntegrationResponseRequest {
2027
-
2028
- restApiId: string | undefined;
2029
-
2030
- resourceId: string | undefined;
2031
-
2032
- httpMethod: string | undefined;
2033
-
2034
- statusCode: string | undefined;
2035
-
2036
- patchOperations?: PatchOperation[];
2037
- }
2038
-
2039
- export interface UpdateMethodRequest {
2040
-
2041
- restApiId: string | undefined;
2042
-
2043
- resourceId: string | undefined;
2044
-
2045
- httpMethod: string | undefined;
2046
-
2047
- patchOperations?: PatchOperation[];
2048
- }
2049
-
2050
- export interface UpdateMethodResponseRequest {
2051
-
2052
- restApiId: string | undefined;
2053
-
2054
- resourceId: string | undefined;
2055
-
2056
- httpMethod: string | undefined;
2057
-
2058
- statusCode: string | undefined;
2059
-
2060
- patchOperations?: PatchOperation[];
2061
- }
2062
-
2063
- export interface UpdateModelRequest {
2064
-
2065
- restApiId: string | undefined;
2066
-
2067
- modelName: string | undefined;
2068
-
2069
- patchOperations?: PatchOperation[];
2070
- }
2071
-
2072
- export interface UpdateRequestValidatorRequest {
2073
-
2074
- restApiId: string | undefined;
2075
-
2076
- requestValidatorId: string | undefined;
2077
-
2078
- patchOperations?: PatchOperation[];
2079
- }
2080
-
2081
- export interface UpdateResourceRequest {
2082
-
2083
- restApiId: string | undefined;
2084
-
2085
- resourceId: string | undefined;
2086
-
2087
- patchOperations?: PatchOperation[];
2088
- }
2089
-
2090
- export interface UpdateRestApiRequest {
2091
-
2092
- restApiId: string | undefined;
2093
-
2094
- patchOperations?: PatchOperation[];
2095
- }
2096
-
2097
- export interface UpdateStageRequest {
2098
-
2099
- restApiId: string | undefined;
2100
-
2101
- stageName: string | undefined;
2102
-
2103
- patchOperations?: PatchOperation[];
2104
- }
2105
-
2106
- export interface UpdateUsageRequest {
2107
-
2108
- usagePlanId: string | undefined;
2109
-
2110
- keyId: string | undefined;
2111
-
2112
- patchOperations?: PatchOperation[];
2113
- }
2114
-
2115
- export interface UpdateUsagePlanRequest {
2116
-
2117
- usagePlanId: string | undefined;
2118
-
2119
- patchOperations?: PatchOperation[];
2120
- }
2121
-
2122
- export interface UpdateVpcLinkRequest {
2123
-
2124
- vpcLinkId: string | undefined;
2125
-
2126
- patchOperations?: PatchOperation[];
2127
- }
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;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { APIGatewayServiceException as __BaseException } from "./APIGatewayServiceException";
3
+
4
+ export interface AccessLogSettings {
5
+ format?: string;
6
+
7
+ destinationArn?: string;
8
+ }
9
+
10
+ export interface ThrottleSettings {
11
+ burstLimit?: number;
12
+
13
+ rateLimit?: number;
14
+ }
15
+
16
+ export interface Account {
17
+ cloudwatchRoleArn?: string;
18
+
19
+ throttleSettings?: ThrottleSettings;
20
+
21
+ features?: string[];
22
+
23
+ apiKeyVersion?: string;
24
+ }
25
+
26
+ export interface ApiKey {
27
+ id?: string;
28
+
29
+ value?: string;
30
+
31
+ name?: string;
32
+
33
+ customerId?: string;
34
+
35
+ description?: string;
36
+
37
+ enabled?: boolean;
38
+
39
+ createdDate?: Date;
40
+
41
+ lastUpdatedDate?: Date;
42
+
43
+ stageKeys?: string[];
44
+
45
+ tags?: Record<string, string>;
46
+ }
47
+
48
+ export interface ApiKeyIds {
49
+ ids?: string[];
50
+
51
+ warnings?: string[];
52
+ }
53
+
54
+ export interface ApiKeys {
55
+ warnings?: string[];
56
+
57
+ items?: ApiKey[];
58
+
59
+ position?: string;
60
+ }
61
+ export declare enum ApiKeysFormat {
62
+ csv = "csv",
63
+ }
64
+ export declare enum ApiKeySourceType {
65
+ AUTHORIZER = "AUTHORIZER",
66
+ HEADER = "HEADER",
67
+ }
68
+
69
+ export interface ApiStage {
70
+ apiId?: string;
71
+
72
+ stage?: string;
73
+
74
+ throttle?: Record<string, ThrottleSettings>;
75
+ }
76
+ export declare enum AuthorizerType {
77
+ COGNITO_USER_POOLS = "COGNITO_USER_POOLS",
78
+ REQUEST = "REQUEST",
79
+ TOKEN = "TOKEN",
80
+ }
81
+
82
+ export interface Authorizer {
83
+ id?: string;
84
+
85
+ name?: string;
86
+
87
+ type?: AuthorizerType | string;
88
+
89
+ providerARNs?: string[];
90
+
91
+ authType?: string;
92
+
93
+ authorizerUri?: string;
94
+
95
+ authorizerCredentials?: string;
96
+
97
+ identitySource?: string;
98
+
99
+ identityValidationExpression?: string;
100
+
101
+ authorizerResultTtlInSeconds?: number;
102
+ }
103
+
104
+ export interface Authorizers {
105
+ items?: Authorizer[];
106
+
107
+ position?: string;
108
+ }
109
+
110
+ export declare class BadRequestException extends __BaseException {
111
+ readonly name: "BadRequestException";
112
+ readonly $fault: "client";
113
+
114
+ constructor(
115
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
116
+ );
117
+ }
118
+
119
+ export declare class ConflictException extends __BaseException {
120
+ readonly name: "ConflictException";
121
+ readonly $fault: "client";
122
+
123
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
124
+ }
125
+
126
+ export interface StageKey {
127
+ restApiId?: string;
128
+
129
+ stageName?: string;
130
+ }
131
+
132
+ export interface CreateApiKeyRequest {
133
+ name?: string;
134
+
135
+ description?: string;
136
+
137
+ enabled?: boolean;
138
+
139
+ generateDistinctId?: boolean;
140
+
141
+ value?: string;
142
+
143
+ stageKeys?: StageKey[];
144
+
145
+ customerId?: string;
146
+
147
+ tags?: Record<string, string>;
148
+ }
149
+
150
+ export declare class LimitExceededException extends __BaseException {
151
+ readonly name: "LimitExceededException";
152
+ readonly $fault: "client";
153
+ retryAfterSeconds?: string;
154
+
155
+ constructor(
156
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
157
+ );
158
+ }
159
+
160
+ export declare class NotFoundException extends __BaseException {
161
+ readonly name: "NotFoundException";
162
+ readonly $fault: "client";
163
+
164
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
165
+ }
166
+
167
+ export declare class TooManyRequestsException extends __BaseException {
168
+ readonly name: "TooManyRequestsException";
169
+ readonly $fault: "client";
170
+ retryAfterSeconds?: string;
171
+
172
+ constructor(
173
+ opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
174
+ );
175
+ }
176
+
177
+ export declare class UnauthorizedException extends __BaseException {
178
+ readonly name: "UnauthorizedException";
179
+ readonly $fault: "client";
180
+
181
+ constructor(
182
+ opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
183
+ );
184
+ }
185
+
186
+ export interface CreateAuthorizerRequest {
187
+ restApiId: string | undefined;
188
+
189
+ name: string | undefined;
190
+
191
+ type: AuthorizerType | string | undefined;
192
+
193
+ providerARNs?: string[];
194
+
195
+ authType?: string;
196
+
197
+ authorizerUri?: string;
198
+
199
+ authorizerCredentials?: string;
200
+
201
+ identitySource?: string;
202
+
203
+ identityValidationExpression?: string;
204
+
205
+ authorizerResultTtlInSeconds?: number;
206
+ }
207
+
208
+ export interface BasePathMapping {
209
+ basePath?: string;
210
+
211
+ restApiId?: string;
212
+
213
+ stage?: string;
214
+ }
215
+
216
+ export interface CreateBasePathMappingRequest {
217
+ domainName: string | undefined;
218
+
219
+ basePath?: string;
220
+
221
+ restApiId: string | undefined;
222
+
223
+ stage?: string;
224
+ }
225
+ export declare enum CacheClusterSize {
226
+ SIZE_0_POINT_5_GB = "0.5",
227
+ SIZE_118_GB = "118",
228
+ SIZE_13_POINT_5_GB = "13.5",
229
+ SIZE_1_POINT_6_GB = "1.6",
230
+ SIZE_237_GB = "237",
231
+ SIZE_28_POINT_4_GB = "28.4",
232
+ SIZE_58_POINT_2_GB = "58.2",
233
+ SIZE_6_POINT_1_GB = "6.1",
234
+ }
235
+
236
+ export interface DeploymentCanarySettings {
237
+ percentTraffic?: number;
238
+
239
+ stageVariableOverrides?: Record<string, string>;
240
+
241
+ useStageCache?: boolean;
242
+ }
243
+
244
+ export interface CreateDeploymentRequest {
245
+ restApiId: string | undefined;
246
+
247
+ stageName?: string;
248
+
249
+ stageDescription?: string;
250
+
251
+ description?: string;
252
+
253
+ cacheClusterEnabled?: boolean;
254
+
255
+ cacheClusterSize?: CacheClusterSize | string;
256
+
257
+ variables?: Record<string, string>;
258
+
259
+ canarySettings?: DeploymentCanarySettings;
260
+
261
+ tracingEnabled?: boolean;
262
+ }
263
+
264
+ export interface MethodSnapshot {
265
+ authorizationType?: string;
266
+
267
+ apiKeyRequired?: boolean;
268
+ }
269
+
270
+ export interface Deployment {
271
+ id?: string;
272
+
273
+ description?: string;
274
+
275
+ createdDate?: Date;
276
+
277
+ apiSummary?: Record<string, Record<string, MethodSnapshot>>;
278
+ }
279
+
280
+ export declare class ServiceUnavailableException extends __BaseException {
281
+ readonly name: "ServiceUnavailableException";
282
+ readonly $fault: "server";
283
+ retryAfterSeconds?: string;
284
+
285
+ constructor(
286
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
287
+ );
288
+ }
289
+ export declare enum DocumentationPartType {
290
+ API = "API",
291
+ AUTHORIZER = "AUTHORIZER",
292
+ METHOD = "METHOD",
293
+ MODEL = "MODEL",
294
+ PATH_PARAMETER = "PATH_PARAMETER",
295
+ QUERY_PARAMETER = "QUERY_PARAMETER",
296
+ REQUEST_BODY = "REQUEST_BODY",
297
+ REQUEST_HEADER = "REQUEST_HEADER",
298
+ RESOURCE = "RESOURCE",
299
+ RESPONSE = "RESPONSE",
300
+ RESPONSE_BODY = "RESPONSE_BODY",
301
+ RESPONSE_HEADER = "RESPONSE_HEADER",
302
+ }
303
+
304
+ export interface DocumentationPartLocation {
305
+ type: DocumentationPartType | string | undefined;
306
+
307
+ path?: string;
308
+
309
+ method?: string;
310
+
311
+ statusCode?: string;
312
+
313
+ name?: string;
314
+ }
315
+
316
+ export interface CreateDocumentationPartRequest {
317
+ restApiId: string | undefined;
318
+
319
+ location: DocumentationPartLocation | undefined;
320
+
321
+ properties: string | undefined;
322
+ }
323
+
324
+ export interface DocumentationPart {
325
+ id?: string;
326
+
327
+ location?: DocumentationPartLocation;
328
+
329
+ properties?: string;
330
+ }
331
+
332
+ export interface CreateDocumentationVersionRequest {
333
+ restApiId: string | undefined;
334
+
335
+ documentationVersion: string | undefined;
336
+
337
+ stageName?: string;
338
+
339
+ description?: string;
340
+ }
341
+
342
+ export interface DocumentationVersion {
343
+ version?: string;
344
+
345
+ createdDate?: Date;
346
+
347
+ description?: string;
348
+ }
349
+ export declare type EndpointType = "EDGE" | "PRIVATE" | "REGIONAL";
350
+
351
+ export interface EndpointConfiguration {
352
+ types?: (EndpointType | string)[];
353
+
354
+ vpcEndpointIds?: string[];
355
+ }
356
+
357
+ export interface MutualTlsAuthenticationInput {
358
+ truststoreUri?: string;
359
+
360
+ truststoreVersion?: string;
361
+ }
362
+ export declare type SecurityPolicy = "TLS_1_0" | "TLS_1_2";
363
+
364
+ export interface CreateDomainNameRequest {
365
+ domainName: string | undefined;
366
+
367
+ certificateName?: string;
368
+
369
+ certificateBody?: string;
370
+
371
+ certificatePrivateKey?: string;
372
+
373
+ certificateChain?: string;
374
+
375
+ certificateArn?: string;
376
+
377
+ regionalCertificateName?: string;
378
+
379
+ regionalCertificateArn?: string;
380
+
381
+ endpointConfiguration?: EndpointConfiguration;
382
+
383
+ tags?: Record<string, string>;
384
+
385
+ securityPolicy?: SecurityPolicy | string;
386
+
387
+ mutualTlsAuthentication?: MutualTlsAuthenticationInput;
388
+
389
+ ownershipVerificationCertificateArn?: string;
390
+ }
391
+ export declare enum DomainNameStatus {
392
+ AVAILABLE = "AVAILABLE",
393
+ PENDING = "PENDING",
394
+ PENDING_CERTIFICATE_REIMPORT = "PENDING_CERTIFICATE_REIMPORT",
395
+ PENDING_OWNERSHIP_VERIFICATION = "PENDING_OWNERSHIP_VERIFICATION",
396
+ UPDATING = "UPDATING",
397
+ }
398
+
399
+ export interface MutualTlsAuthentication {
400
+ truststoreUri?: string;
401
+
402
+ truststoreVersion?: string;
403
+
404
+ truststoreWarnings?: string[];
405
+ }
406
+
407
+ export interface DomainName {
408
+ domainName?: string;
409
+
410
+ certificateName?: string;
411
+
412
+ certificateArn?: string;
413
+
414
+ certificateUploadDate?: Date;
415
+
416
+ regionalDomainName?: string;
417
+
418
+ regionalHostedZoneId?: string;
419
+
420
+ regionalCertificateName?: string;
421
+
422
+ regionalCertificateArn?: string;
423
+
424
+ distributionDomainName?: string;
425
+
426
+ distributionHostedZoneId?: string;
427
+
428
+ endpointConfiguration?: EndpointConfiguration;
429
+
430
+ domainNameStatus?: DomainNameStatus | string;
431
+
432
+ domainNameStatusMessage?: string;
433
+
434
+ securityPolicy?: SecurityPolicy | string;
435
+
436
+ tags?: Record<string, string>;
437
+
438
+ mutualTlsAuthentication?: MutualTlsAuthentication;
439
+
440
+ ownershipVerificationCertificateArn?: string;
441
+ }
442
+
443
+ export interface CreateModelRequest {
444
+ restApiId: string | undefined;
445
+
446
+ name: string | undefined;
447
+
448
+ description?: string;
449
+
450
+ schema?: string;
451
+
452
+ contentType: string | undefined;
453
+ }
454
+
455
+ export interface Model {
456
+ id?: string;
457
+
458
+ name?: string;
459
+
460
+ description?: string;
461
+
462
+ schema?: string;
463
+
464
+ contentType?: string;
465
+ }
466
+
467
+ export interface CreateRequestValidatorRequest {
468
+ restApiId: string | undefined;
469
+
470
+ name?: string;
471
+
472
+ validateRequestBody?: boolean;
473
+
474
+ validateRequestParameters?: boolean;
475
+ }
476
+
477
+ export interface RequestValidator {
478
+ id?: string;
479
+
480
+ name?: string;
481
+
482
+ validateRequestBody?: boolean;
483
+
484
+ validateRequestParameters?: boolean;
485
+ }
486
+
487
+ export interface CreateResourceRequest {
488
+ restApiId: string | undefined;
489
+
490
+ parentId: string | undefined;
491
+
492
+ pathPart: string | undefined;
493
+ }
494
+ export declare enum ConnectionType {
495
+ INTERNET = "INTERNET",
496
+ VPC_LINK = "VPC_LINK",
497
+ }
498
+ export declare enum ContentHandlingStrategy {
499
+ CONVERT_TO_BINARY = "CONVERT_TO_BINARY",
500
+ CONVERT_TO_TEXT = "CONVERT_TO_TEXT",
501
+ }
502
+
503
+ export interface IntegrationResponse {
504
+ statusCode?: string;
505
+
506
+ selectionPattern?: string;
507
+
508
+ responseParameters?: Record<string, string>;
509
+
510
+ responseTemplates?: Record<string, string>;
511
+
512
+ contentHandling?: ContentHandlingStrategy | string;
513
+ }
514
+
515
+ export interface TlsConfig {
516
+ insecureSkipVerification?: boolean;
517
+ }
518
+ export declare enum IntegrationType {
519
+ AWS = "AWS",
520
+ AWS_PROXY = "AWS_PROXY",
521
+ HTTP = "HTTP",
522
+ HTTP_PROXY = "HTTP_PROXY",
523
+ MOCK = "MOCK",
524
+ }
525
+
526
+ export interface Integration {
527
+ type?: IntegrationType | string;
528
+
529
+ httpMethod?: string;
530
+
531
+ uri?: string;
532
+
533
+ connectionType?: ConnectionType | string;
534
+
535
+ connectionId?: string;
536
+
537
+ credentials?: string;
538
+
539
+ requestParameters?: Record<string, string>;
540
+
541
+ requestTemplates?: Record<string, string>;
542
+
543
+ passthroughBehavior?: string;
544
+
545
+ contentHandling?: ContentHandlingStrategy | string;
546
+
547
+ timeoutInMillis?: number;
548
+
549
+ cacheNamespace?: string;
550
+
551
+ cacheKeyParameters?: string[];
552
+
553
+ integrationResponses?: Record<string, IntegrationResponse>;
554
+
555
+ tlsConfig?: TlsConfig;
556
+ }
557
+
558
+ export interface MethodResponse {
559
+ statusCode?: string;
560
+
561
+ responseParameters?: Record<string, boolean>;
562
+
563
+ responseModels?: Record<string, string>;
564
+ }
565
+
566
+ export interface Method {
567
+ httpMethod?: string;
568
+
569
+ authorizationType?: string;
570
+
571
+ authorizerId?: string;
572
+
573
+ apiKeyRequired?: boolean;
574
+
575
+ requestValidatorId?: string;
576
+
577
+ operationName?: string;
578
+
579
+ requestParameters?: Record<string, boolean>;
580
+
581
+ requestModels?: Record<string, string>;
582
+
583
+ methodResponses?: Record<string, MethodResponse>;
584
+
585
+ methodIntegration?: Integration;
586
+
587
+ authorizationScopes?: string[];
588
+ }
589
+
590
+ export interface Resource {
591
+ id?: string;
592
+
593
+ parentId?: string;
594
+
595
+ pathPart?: string;
596
+
597
+ path?: string;
598
+
599
+ resourceMethods?: Record<string, Method>;
600
+ }
601
+
602
+ export interface CreateRestApiRequest {
603
+ name: string | undefined;
604
+
605
+ description?: string;
606
+
607
+ version?: string;
608
+
609
+ cloneFrom?: string;
610
+
611
+ binaryMediaTypes?: string[];
612
+
613
+ minimumCompressionSize?: number;
614
+
615
+ apiKeySource?: ApiKeySourceType | string;
616
+
617
+ endpointConfiguration?: EndpointConfiguration;
618
+
619
+ policy?: string;
620
+
621
+ tags?: Record<string, string>;
622
+
623
+ disableExecuteApiEndpoint?: boolean;
624
+ }
625
+
626
+ export interface RestApi {
627
+ id?: string;
628
+
629
+ name?: string;
630
+
631
+ description?: string;
632
+
633
+ createdDate?: Date;
634
+
635
+ version?: string;
636
+
637
+ warnings?: string[];
638
+
639
+ binaryMediaTypes?: string[];
640
+
641
+ minimumCompressionSize?: number;
642
+
643
+ apiKeySource?: ApiKeySourceType | string;
644
+
645
+ endpointConfiguration?: EndpointConfiguration;
646
+
647
+ policy?: string;
648
+
649
+ tags?: Record<string, string>;
650
+
651
+ disableExecuteApiEndpoint?: boolean;
652
+ }
653
+
654
+ export interface CanarySettings {
655
+ percentTraffic?: number;
656
+
657
+ deploymentId?: string;
658
+
659
+ stageVariableOverrides?: Record<string, string>;
660
+
661
+ useStageCache?: boolean;
662
+ }
663
+
664
+ export interface CreateStageRequest {
665
+ restApiId: string | undefined;
666
+
667
+ stageName: string | undefined;
668
+
669
+ deploymentId: string | undefined;
670
+
671
+ description?: string;
672
+
673
+ cacheClusterEnabled?: boolean;
674
+
675
+ cacheClusterSize?: CacheClusterSize | string;
676
+
677
+ variables?: Record<string, string>;
678
+
679
+ documentationVersion?: string;
680
+
681
+ canarySettings?: CanarySettings;
682
+
683
+ tracingEnabled?: boolean;
684
+
685
+ tags?: Record<string, string>;
686
+ }
687
+ export declare enum CacheClusterStatus {
688
+ AVAILABLE = "AVAILABLE",
689
+ CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
690
+ DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
691
+ FLUSH_IN_PROGRESS = "FLUSH_IN_PROGRESS",
692
+ NOT_AVAILABLE = "NOT_AVAILABLE",
693
+ }
694
+ export declare enum UnauthorizedCacheControlHeaderStrategy {
695
+ FAIL_WITH_403 = "FAIL_WITH_403",
696
+ SUCCEED_WITHOUT_RESPONSE_HEADER = "SUCCEED_WITHOUT_RESPONSE_HEADER",
697
+ SUCCEED_WITH_RESPONSE_HEADER = "SUCCEED_WITH_RESPONSE_HEADER",
698
+ }
699
+
700
+ export interface MethodSetting {
701
+ metricsEnabled?: boolean;
702
+
703
+ loggingLevel?: string;
704
+
705
+ dataTraceEnabled?: boolean;
706
+
707
+ throttlingBurstLimit?: number;
708
+
709
+ throttlingRateLimit?: number;
710
+
711
+ cachingEnabled?: boolean;
712
+
713
+ cacheTtlInSeconds?: number;
714
+
715
+ cacheDataEncrypted?: boolean;
716
+
717
+ requireAuthorizationForCacheControl?: boolean;
718
+
719
+ unauthorizedCacheControlHeaderStrategy?:
720
+ | UnauthorizedCacheControlHeaderStrategy
721
+ | string;
722
+ }
723
+
724
+ export interface Stage {
725
+ deploymentId?: string;
726
+
727
+ clientCertificateId?: string;
728
+
729
+ stageName?: string;
730
+
731
+ description?: string;
732
+
733
+ cacheClusterEnabled?: boolean;
734
+
735
+ cacheClusterSize?: CacheClusterSize | string;
736
+
737
+ cacheClusterStatus?: CacheClusterStatus | string;
738
+
739
+ methodSettings?: Record<string, MethodSetting>;
740
+
741
+ variables?: Record<string, string>;
742
+
743
+ documentationVersion?: string;
744
+
745
+ accessLogSettings?: AccessLogSettings;
746
+
747
+ canarySettings?: CanarySettings;
748
+
749
+ tracingEnabled?: boolean;
750
+
751
+ webAclArn?: string;
752
+
753
+ tags?: Record<string, string>;
754
+
755
+ createdDate?: Date;
756
+
757
+ lastUpdatedDate?: Date;
758
+ }
759
+ export declare enum QuotaPeriodType {
760
+ DAY = "DAY",
761
+ MONTH = "MONTH",
762
+ WEEK = "WEEK",
763
+ }
764
+
765
+ export interface QuotaSettings {
766
+ limit?: number;
767
+
768
+ offset?: number;
769
+
770
+ period?: QuotaPeriodType | string;
771
+ }
772
+
773
+ export interface CreateUsagePlanRequest {
774
+ name: string | undefined;
775
+
776
+ description?: string;
777
+
778
+ apiStages?: ApiStage[];
779
+
780
+ throttle?: ThrottleSettings;
781
+
782
+ quota?: QuotaSettings;
783
+
784
+ tags?: Record<string, string>;
785
+ }
786
+
787
+ export interface UsagePlan {
788
+ id?: string;
789
+
790
+ name?: string;
791
+
792
+ description?: string;
793
+
794
+ apiStages?: ApiStage[];
795
+
796
+ throttle?: ThrottleSettings;
797
+
798
+ quota?: QuotaSettings;
799
+
800
+ productCode?: string;
801
+
802
+ tags?: Record<string, string>;
803
+ }
804
+
805
+ export interface CreateUsagePlanKeyRequest {
806
+ usagePlanId: string | undefined;
807
+
808
+ keyId: string | undefined;
809
+
810
+ keyType: string | undefined;
811
+ }
812
+
813
+ export interface UsagePlanKey {
814
+ id?: string;
815
+
816
+ type?: string;
817
+
818
+ value?: string;
819
+
820
+ name?: string;
821
+ }
822
+
823
+ export interface CreateVpcLinkRequest {
824
+ name: string | undefined;
825
+
826
+ description?: string;
827
+
828
+ targetArns: string[] | undefined;
829
+
830
+ tags?: Record<string, string>;
831
+ }
832
+ export declare enum VpcLinkStatus {
833
+ AVAILABLE = "AVAILABLE",
834
+ DELETING = "DELETING",
835
+ FAILED = "FAILED",
836
+ PENDING = "PENDING",
837
+ }
838
+
839
+ export interface VpcLink {
840
+ id?: string;
841
+
842
+ name?: string;
843
+
844
+ description?: string;
845
+
846
+ targetArns?: string[];
847
+
848
+ status?: VpcLinkStatus | string;
849
+
850
+ statusMessage?: string;
851
+
852
+ tags?: Record<string, string>;
853
+ }
854
+
855
+ export interface DeleteApiKeyRequest {
856
+ apiKey: string | undefined;
857
+ }
858
+
859
+ export interface DeleteAuthorizerRequest {
860
+ restApiId: string | undefined;
861
+
862
+ authorizerId: string | undefined;
863
+ }
864
+
865
+ export interface DeleteBasePathMappingRequest {
866
+ domainName: string | undefined;
867
+
868
+ basePath: string | undefined;
869
+ }
870
+
871
+ export interface DeleteClientCertificateRequest {
872
+ clientCertificateId: string | undefined;
873
+ }
874
+
875
+ export interface DeleteDeploymentRequest {
876
+ restApiId: string | undefined;
877
+
878
+ deploymentId: string | undefined;
879
+ }
880
+
881
+ export interface DeleteDocumentationPartRequest {
882
+ restApiId: string | undefined;
883
+
884
+ documentationPartId: string | undefined;
885
+ }
886
+
887
+ export interface DeleteDocumentationVersionRequest {
888
+ restApiId: string | undefined;
889
+
890
+ documentationVersion: string | undefined;
891
+ }
892
+
893
+ export interface DeleteDomainNameRequest {
894
+ domainName: string | undefined;
895
+ }
896
+ export declare enum GatewayResponseType {
897
+ ACCESS_DENIED = "ACCESS_DENIED",
898
+ API_CONFIGURATION_ERROR = "API_CONFIGURATION_ERROR",
899
+ AUTHORIZER_CONFIGURATION_ERROR = "AUTHORIZER_CONFIGURATION_ERROR",
900
+ AUTHORIZER_FAILURE = "AUTHORIZER_FAILURE",
901
+ BAD_REQUEST_BODY = "BAD_REQUEST_BODY",
902
+ BAD_REQUEST_PARAMETERS = "BAD_REQUEST_PARAMETERS",
903
+ DEFAULT_4XX = "DEFAULT_4XX",
904
+ DEFAULT_5XX = "DEFAULT_5XX",
905
+ EXPIRED_TOKEN = "EXPIRED_TOKEN",
906
+ INTEGRATION_FAILURE = "INTEGRATION_FAILURE",
907
+ INTEGRATION_TIMEOUT = "INTEGRATION_TIMEOUT",
908
+ INVALID_API_KEY = "INVALID_API_KEY",
909
+ INVALID_SIGNATURE = "INVALID_SIGNATURE",
910
+ MISSING_AUTHENTICATION_TOKEN = "MISSING_AUTHENTICATION_TOKEN",
911
+ QUOTA_EXCEEDED = "QUOTA_EXCEEDED",
912
+ REQUEST_TOO_LARGE = "REQUEST_TOO_LARGE",
913
+ RESOURCE_NOT_FOUND = "RESOURCE_NOT_FOUND",
914
+ THROTTLED = "THROTTLED",
915
+ UNAUTHORIZED = "UNAUTHORIZED",
916
+ UNSUPPORTED_MEDIA_TYPE = "UNSUPPORTED_MEDIA_TYPE",
917
+ WAF_FILTERED = "WAF_FILTERED",
918
+ }
919
+
920
+ export interface DeleteGatewayResponseRequest {
921
+ restApiId: string | undefined;
922
+
923
+ responseType: GatewayResponseType | string | undefined;
924
+ }
925
+
926
+ export interface DeleteIntegrationRequest {
927
+ restApiId: string | undefined;
928
+
929
+ resourceId: string | undefined;
930
+
931
+ httpMethod: string | undefined;
932
+ }
933
+
934
+ export interface DeleteIntegrationResponseRequest {
935
+ restApiId: string | undefined;
936
+
937
+ resourceId: string | undefined;
938
+
939
+ httpMethod: string | undefined;
940
+
941
+ statusCode: string | undefined;
942
+ }
943
+
944
+ export interface DeleteMethodRequest {
945
+ restApiId: string | undefined;
946
+
947
+ resourceId: string | undefined;
948
+
949
+ httpMethod: string | undefined;
950
+ }
951
+
952
+ export interface DeleteMethodResponseRequest {
953
+ restApiId: string | undefined;
954
+
955
+ resourceId: string | undefined;
956
+
957
+ httpMethod: string | undefined;
958
+
959
+ statusCode: string | undefined;
960
+ }
961
+
962
+ export interface DeleteModelRequest {
963
+ restApiId: string | undefined;
964
+
965
+ modelName: string | undefined;
966
+ }
967
+
968
+ export interface DeleteRequestValidatorRequest {
969
+ restApiId: string | undefined;
970
+
971
+ requestValidatorId: string | undefined;
972
+ }
973
+
974
+ export interface DeleteResourceRequest {
975
+ restApiId: string | undefined;
976
+
977
+ resourceId: string | undefined;
978
+ }
979
+
980
+ export interface DeleteRestApiRequest {
981
+ restApiId: string | undefined;
982
+ }
983
+
984
+ export interface DeleteStageRequest {
985
+ restApiId: string | undefined;
986
+
987
+ stageName: string | undefined;
988
+ }
989
+
990
+ export interface DeleteUsagePlanRequest {
991
+ usagePlanId: string | undefined;
992
+ }
993
+
994
+ export interface DeleteUsagePlanKeyRequest {
995
+ usagePlanId: string | undefined;
996
+
997
+ keyId: string | undefined;
998
+ }
999
+
1000
+ export interface DeleteVpcLinkRequest {
1001
+ vpcLinkId: string | undefined;
1002
+ }
1003
+
1004
+ export interface FlushStageAuthorizersCacheRequest {
1005
+ restApiId: string | undefined;
1006
+
1007
+ stageName: string | undefined;
1008
+ }
1009
+
1010
+ export interface FlushStageCacheRequest {
1011
+ restApiId: string | undefined;
1012
+
1013
+ stageName: string | undefined;
1014
+ }
1015
+
1016
+ export interface ClientCertificate {
1017
+ clientCertificateId?: string;
1018
+
1019
+ description?: string;
1020
+
1021
+ pemEncodedCertificate?: string;
1022
+
1023
+ createdDate?: Date;
1024
+
1025
+ expirationDate?: Date;
1026
+
1027
+ tags?: Record<string, string>;
1028
+ }
1029
+
1030
+ export interface GenerateClientCertificateRequest {
1031
+ description?: string;
1032
+
1033
+ tags?: Record<string, string>;
1034
+ }
1035
+
1036
+ export interface GetAccountRequest {}
1037
+
1038
+ export interface GetApiKeyRequest {
1039
+ apiKey: string | undefined;
1040
+
1041
+ includeValue?: boolean;
1042
+ }
1043
+
1044
+ export interface GetApiKeysRequest {
1045
+ position?: string;
1046
+
1047
+ limit?: number;
1048
+
1049
+ nameQuery?: string;
1050
+
1051
+ customerId?: string;
1052
+
1053
+ includeValues?: boolean;
1054
+ }
1055
+
1056
+ export interface GetAuthorizerRequest {
1057
+ restApiId: string | undefined;
1058
+
1059
+ authorizerId: string | undefined;
1060
+ }
1061
+
1062
+ export interface GetAuthorizersRequest {
1063
+ restApiId: string | undefined;
1064
+
1065
+ position?: string;
1066
+
1067
+ limit?: number;
1068
+ }
1069
+
1070
+ export interface GetBasePathMappingRequest {
1071
+ domainName: string | undefined;
1072
+
1073
+ basePath: string | undefined;
1074
+ }
1075
+
1076
+ export interface BasePathMappings {
1077
+ items?: BasePathMapping[];
1078
+
1079
+ position?: string;
1080
+ }
1081
+
1082
+ export interface GetBasePathMappingsRequest {
1083
+ domainName: string | undefined;
1084
+
1085
+ position?: string;
1086
+
1087
+ limit?: number;
1088
+ }
1089
+
1090
+ export interface GetClientCertificateRequest {
1091
+ clientCertificateId: string | undefined;
1092
+ }
1093
+
1094
+ export interface ClientCertificates {
1095
+ items?: ClientCertificate[];
1096
+
1097
+ position?: string;
1098
+ }
1099
+
1100
+ export interface GetClientCertificatesRequest {
1101
+ position?: string;
1102
+
1103
+ limit?: number;
1104
+ }
1105
+
1106
+ export interface GetDeploymentRequest {
1107
+ restApiId: string | undefined;
1108
+
1109
+ deploymentId: string | undefined;
1110
+
1111
+ embed?: string[];
1112
+ }
1113
+
1114
+ export interface Deployments {
1115
+ items?: Deployment[];
1116
+
1117
+ position?: string;
1118
+ }
1119
+
1120
+ export interface GetDeploymentsRequest {
1121
+ restApiId: string | undefined;
1122
+
1123
+ position?: string;
1124
+
1125
+ limit?: number;
1126
+ }
1127
+
1128
+ export interface GetDocumentationPartRequest {
1129
+ restApiId: string | undefined;
1130
+
1131
+ documentationPartId: string | undefined;
1132
+ }
1133
+
1134
+ export interface DocumentationParts {
1135
+ items?: DocumentationPart[];
1136
+
1137
+ position?: string;
1138
+ }
1139
+ export declare enum LocationStatusType {
1140
+ DOCUMENTED = "DOCUMENTED",
1141
+ UNDOCUMENTED = "UNDOCUMENTED",
1142
+ }
1143
+
1144
+ export interface GetDocumentationPartsRequest {
1145
+ restApiId: string | undefined;
1146
+
1147
+ type?: DocumentationPartType | string;
1148
+
1149
+ nameQuery?: string;
1150
+
1151
+ path?: string;
1152
+
1153
+ position?: string;
1154
+
1155
+ limit?: number;
1156
+
1157
+ locationStatus?: LocationStatusType | string;
1158
+ }
1159
+
1160
+ export interface GetDocumentationVersionRequest {
1161
+ restApiId: string | undefined;
1162
+
1163
+ documentationVersion: string | undefined;
1164
+ }
1165
+
1166
+ export interface DocumentationVersions {
1167
+ items?: DocumentationVersion[];
1168
+
1169
+ position?: string;
1170
+ }
1171
+
1172
+ export interface GetDocumentationVersionsRequest {
1173
+ restApiId: string | undefined;
1174
+
1175
+ position?: string;
1176
+
1177
+ limit?: number;
1178
+ }
1179
+
1180
+ export interface GetDomainNameRequest {
1181
+ domainName: string | undefined;
1182
+ }
1183
+
1184
+ export interface DomainNames {
1185
+ items?: DomainName[];
1186
+
1187
+ position?: string;
1188
+ }
1189
+
1190
+ export interface GetDomainNamesRequest {
1191
+ position?: string;
1192
+
1193
+ limit?: number;
1194
+ }
1195
+
1196
+ export interface ExportResponse {
1197
+ contentType?: string;
1198
+
1199
+ contentDisposition?: string;
1200
+
1201
+ body?: Uint8Array;
1202
+ }
1203
+
1204
+ export interface GetExportRequest {
1205
+ restApiId: string | undefined;
1206
+
1207
+ stageName: string | undefined;
1208
+
1209
+ exportType: string | undefined;
1210
+
1211
+ parameters?: Record<string, string>;
1212
+
1213
+ accepts?: string;
1214
+ }
1215
+
1216
+ export interface GatewayResponse {
1217
+ responseType?: GatewayResponseType | string;
1218
+
1219
+ statusCode?: string;
1220
+
1221
+ responseParameters?: Record<string, string>;
1222
+
1223
+ responseTemplates?: Record<string, string>;
1224
+
1225
+ defaultResponse?: boolean;
1226
+ }
1227
+
1228
+ export interface GetGatewayResponseRequest {
1229
+ restApiId: string | undefined;
1230
+
1231
+ responseType: GatewayResponseType | string | undefined;
1232
+ }
1233
+
1234
+ export interface GatewayResponses {
1235
+ items?: GatewayResponse[];
1236
+
1237
+ position?: string;
1238
+ }
1239
+
1240
+ export interface GetGatewayResponsesRequest {
1241
+ restApiId: string | undefined;
1242
+
1243
+ position?: string;
1244
+
1245
+ limit?: number;
1246
+ }
1247
+
1248
+ export interface GetIntegrationRequest {
1249
+ restApiId: string | undefined;
1250
+
1251
+ resourceId: string | undefined;
1252
+
1253
+ httpMethod: string | undefined;
1254
+ }
1255
+
1256
+ export interface GetIntegrationResponseRequest {
1257
+ restApiId: string | undefined;
1258
+
1259
+ resourceId: string | undefined;
1260
+
1261
+ httpMethod: string | undefined;
1262
+
1263
+ statusCode: string | undefined;
1264
+ }
1265
+
1266
+ export interface GetMethodRequest {
1267
+ restApiId: string | undefined;
1268
+
1269
+ resourceId: string | undefined;
1270
+
1271
+ httpMethod: string | undefined;
1272
+ }
1273
+
1274
+ export interface GetMethodResponseRequest {
1275
+ restApiId: string | undefined;
1276
+
1277
+ resourceId: string | undefined;
1278
+
1279
+ httpMethod: string | undefined;
1280
+
1281
+ statusCode: string | undefined;
1282
+ }
1283
+
1284
+ export interface GetModelRequest {
1285
+ restApiId: string | undefined;
1286
+
1287
+ modelName: string | undefined;
1288
+
1289
+ flatten?: boolean;
1290
+ }
1291
+
1292
+ export interface GetModelsRequest {
1293
+ restApiId: string | undefined;
1294
+
1295
+ position?: string;
1296
+
1297
+ limit?: number;
1298
+ }
1299
+
1300
+ export interface Models {
1301
+ items?: Model[];
1302
+
1303
+ position?: string;
1304
+ }
1305
+
1306
+ export interface GetModelTemplateRequest {
1307
+ restApiId: string | undefined;
1308
+
1309
+ modelName: string | undefined;
1310
+ }
1311
+
1312
+ export interface Template {
1313
+ value?: string;
1314
+ }
1315
+
1316
+ export interface GetRequestValidatorRequest {
1317
+ restApiId: string | undefined;
1318
+
1319
+ requestValidatorId: string | undefined;
1320
+ }
1321
+
1322
+ export interface GetRequestValidatorsRequest {
1323
+ restApiId: string | undefined;
1324
+
1325
+ position?: string;
1326
+
1327
+ limit?: number;
1328
+ }
1329
+
1330
+ export interface RequestValidators {
1331
+ items?: RequestValidator[];
1332
+
1333
+ position?: string;
1334
+ }
1335
+
1336
+ export interface GetResourceRequest {
1337
+ restApiId: string | undefined;
1338
+
1339
+ resourceId: string | undefined;
1340
+
1341
+ embed?: string[];
1342
+ }
1343
+
1344
+ export interface GetResourcesRequest {
1345
+ restApiId: string | undefined;
1346
+
1347
+ position?: string;
1348
+
1349
+ limit?: number;
1350
+
1351
+ embed?: string[];
1352
+ }
1353
+
1354
+ export interface Resources {
1355
+ items?: Resource[];
1356
+
1357
+ position?: string;
1358
+ }
1359
+
1360
+ export interface GetRestApiRequest {
1361
+ restApiId: string | undefined;
1362
+ }
1363
+
1364
+ export interface GetRestApisRequest {
1365
+ position?: string;
1366
+
1367
+ limit?: number;
1368
+ }
1369
+
1370
+ export interface RestApis {
1371
+ items?: RestApi[];
1372
+
1373
+ position?: string;
1374
+ }
1375
+
1376
+ export interface GetSdkRequest {
1377
+ restApiId: string | undefined;
1378
+
1379
+ stageName: string | undefined;
1380
+
1381
+ sdkType: string | undefined;
1382
+
1383
+ parameters?: Record<string, string>;
1384
+ }
1385
+
1386
+ export interface SdkResponse {
1387
+ contentType?: string;
1388
+
1389
+ contentDisposition?: string;
1390
+
1391
+ body?: Uint8Array;
1392
+ }
1393
+
1394
+ export interface GetSdkTypeRequest {
1395
+ id: string | undefined;
1396
+ }
1397
+
1398
+ export interface SdkConfigurationProperty {
1399
+ name?: string;
1400
+
1401
+ friendlyName?: string;
1402
+
1403
+ description?: string;
1404
+
1405
+ required?: boolean;
1406
+
1407
+ defaultValue?: string;
1408
+ }
1409
+
1410
+ export interface SdkType {
1411
+ id?: string;
1412
+
1413
+ friendlyName?: string;
1414
+
1415
+ description?: string;
1416
+
1417
+ configurationProperties?: SdkConfigurationProperty[];
1418
+ }
1419
+
1420
+ export interface GetSdkTypesRequest {
1421
+ position?: string;
1422
+
1423
+ limit?: number;
1424
+ }
1425
+
1426
+ export interface SdkTypes {
1427
+ items?: SdkType[];
1428
+ }
1429
+
1430
+ export interface GetStageRequest {
1431
+ restApiId: string | undefined;
1432
+
1433
+ stageName: string | undefined;
1434
+ }
1435
+
1436
+ export interface GetStagesRequest {
1437
+ restApiId: string | undefined;
1438
+
1439
+ deploymentId?: string;
1440
+ }
1441
+
1442
+ export interface Stages {
1443
+ item?: Stage[];
1444
+ }
1445
+
1446
+ export interface GetTagsRequest {
1447
+ resourceArn: string | undefined;
1448
+
1449
+ position?: string;
1450
+
1451
+ limit?: number;
1452
+ }
1453
+
1454
+ export interface Tags {
1455
+ tags?: Record<string, string>;
1456
+ }
1457
+
1458
+ export interface GetUsageRequest {
1459
+ usagePlanId: string | undefined;
1460
+
1461
+ keyId?: string;
1462
+
1463
+ startDate: string | undefined;
1464
+
1465
+ endDate: string | undefined;
1466
+
1467
+ position?: string;
1468
+
1469
+ limit?: number;
1470
+ }
1471
+
1472
+ export interface Usage {
1473
+ usagePlanId?: string;
1474
+
1475
+ startDate?: string;
1476
+
1477
+ endDate?: string;
1478
+
1479
+ items?: Record<string, number[][]>;
1480
+
1481
+ position?: string;
1482
+ }
1483
+
1484
+ export interface GetUsagePlanRequest {
1485
+ usagePlanId: string | undefined;
1486
+ }
1487
+
1488
+ export interface GetUsagePlanKeyRequest {
1489
+ usagePlanId: string | undefined;
1490
+
1491
+ keyId: string | undefined;
1492
+ }
1493
+
1494
+ export interface GetUsagePlanKeysRequest {
1495
+ usagePlanId: string | undefined;
1496
+
1497
+ position?: string;
1498
+
1499
+ limit?: number;
1500
+
1501
+ nameQuery?: string;
1502
+ }
1503
+
1504
+ export interface UsagePlanKeys {
1505
+ items?: UsagePlanKey[];
1506
+
1507
+ position?: string;
1508
+ }
1509
+
1510
+ export interface GetUsagePlansRequest {
1511
+ position?: string;
1512
+
1513
+ keyId?: string;
1514
+
1515
+ limit?: number;
1516
+ }
1517
+
1518
+ export interface UsagePlans {
1519
+ items?: UsagePlan[];
1520
+
1521
+ position?: string;
1522
+ }
1523
+
1524
+ export interface GetVpcLinkRequest {
1525
+ vpcLinkId: string | undefined;
1526
+ }
1527
+
1528
+ export interface GetVpcLinksRequest {
1529
+ position?: string;
1530
+
1531
+ limit?: number;
1532
+ }
1533
+
1534
+ export interface VpcLinks {
1535
+ items?: VpcLink[];
1536
+
1537
+ position?: string;
1538
+ }
1539
+
1540
+ export interface ImportApiKeysRequest {
1541
+ body: Uint8Array | undefined;
1542
+
1543
+ format: ApiKeysFormat | string | undefined;
1544
+
1545
+ failOnWarnings?: boolean;
1546
+ }
1547
+
1548
+ export interface DocumentationPartIds {
1549
+ ids?: string[];
1550
+
1551
+ warnings?: string[];
1552
+ }
1553
+ export declare enum PutMode {
1554
+ Merge = "merge",
1555
+ Overwrite = "overwrite",
1556
+ }
1557
+
1558
+ export interface ImportDocumentationPartsRequest {
1559
+ restApiId: string | undefined;
1560
+
1561
+ mode?: PutMode | string;
1562
+
1563
+ failOnWarnings?: boolean;
1564
+
1565
+ body: Uint8Array | undefined;
1566
+ }
1567
+
1568
+ export interface ImportRestApiRequest {
1569
+ failOnWarnings?: boolean;
1570
+
1571
+ parameters?: Record<string, string>;
1572
+
1573
+ body: Uint8Array | undefined;
1574
+ }
1575
+
1576
+ export interface PutGatewayResponseRequest {
1577
+ restApiId: string | undefined;
1578
+
1579
+ responseType: GatewayResponseType | string | undefined;
1580
+
1581
+ statusCode?: string;
1582
+
1583
+ responseParameters?: Record<string, string>;
1584
+
1585
+ responseTemplates?: Record<string, string>;
1586
+ }
1587
+
1588
+ export interface PutIntegrationRequest {
1589
+ restApiId: string | undefined;
1590
+
1591
+ resourceId: string | undefined;
1592
+
1593
+ httpMethod: string | undefined;
1594
+
1595
+ type: IntegrationType | string | undefined;
1596
+
1597
+ integrationHttpMethod?: string;
1598
+
1599
+ uri?: string;
1600
+
1601
+ connectionType?: ConnectionType | string;
1602
+
1603
+ connectionId?: string;
1604
+
1605
+ credentials?: string;
1606
+
1607
+ requestParameters?: Record<string, string>;
1608
+
1609
+ requestTemplates?: Record<string, string>;
1610
+
1611
+ passthroughBehavior?: string;
1612
+
1613
+ cacheNamespace?: string;
1614
+
1615
+ cacheKeyParameters?: string[];
1616
+
1617
+ contentHandling?: ContentHandlingStrategy | string;
1618
+
1619
+ timeoutInMillis?: number;
1620
+
1621
+ tlsConfig?: TlsConfig;
1622
+ }
1623
+
1624
+ export interface PutIntegrationResponseRequest {
1625
+ restApiId: string | undefined;
1626
+
1627
+ resourceId: string | undefined;
1628
+
1629
+ httpMethod: string | undefined;
1630
+
1631
+ statusCode: string | undefined;
1632
+
1633
+ selectionPattern?: string;
1634
+
1635
+ responseParameters?: Record<string, string>;
1636
+
1637
+ responseTemplates?: Record<string, string>;
1638
+
1639
+ contentHandling?: ContentHandlingStrategy | string;
1640
+ }
1641
+
1642
+ export interface PutMethodRequest {
1643
+ restApiId: string | undefined;
1644
+
1645
+ resourceId: string | undefined;
1646
+
1647
+ httpMethod: string | undefined;
1648
+
1649
+ authorizationType: string | undefined;
1650
+
1651
+ authorizerId?: string;
1652
+
1653
+ apiKeyRequired?: boolean;
1654
+
1655
+ operationName?: string;
1656
+
1657
+ requestParameters?: Record<string, boolean>;
1658
+
1659
+ requestModels?: Record<string, string>;
1660
+
1661
+ requestValidatorId?: string;
1662
+
1663
+ authorizationScopes?: string[];
1664
+ }
1665
+
1666
+ export interface PutMethodResponseRequest {
1667
+ restApiId: string | undefined;
1668
+
1669
+ resourceId: string | undefined;
1670
+
1671
+ httpMethod: string | undefined;
1672
+
1673
+ statusCode: string | undefined;
1674
+
1675
+ responseParameters?: Record<string, boolean>;
1676
+
1677
+ responseModels?: Record<string, string>;
1678
+ }
1679
+
1680
+ export interface PutRestApiRequest {
1681
+ restApiId: string | undefined;
1682
+
1683
+ mode?: PutMode | string;
1684
+
1685
+ failOnWarnings?: boolean;
1686
+
1687
+ parameters?: Record<string, string>;
1688
+
1689
+ body: Uint8Array | undefined;
1690
+ }
1691
+
1692
+ export interface TagResourceRequest {
1693
+ resourceArn: string | undefined;
1694
+
1695
+ tags: Record<string, string> | undefined;
1696
+ }
1697
+
1698
+ export interface TestInvokeAuthorizerRequest {
1699
+ restApiId: string | undefined;
1700
+
1701
+ authorizerId: string | undefined;
1702
+
1703
+ headers?: Record<string, string>;
1704
+
1705
+ multiValueHeaders?: Record<string, string[]>;
1706
+
1707
+ pathWithQueryString?: string;
1708
+
1709
+ body?: string;
1710
+
1711
+ stageVariables?: Record<string, string>;
1712
+
1713
+ additionalContext?: Record<string, string>;
1714
+ }
1715
+
1716
+ export interface TestInvokeAuthorizerResponse {
1717
+ clientStatus?: number;
1718
+
1719
+ log?: string;
1720
+
1721
+ latency?: number;
1722
+
1723
+ principalId?: string;
1724
+
1725
+ policy?: string;
1726
+
1727
+ authorization?: Record<string, string[]>;
1728
+
1729
+ claims?: Record<string, string>;
1730
+ }
1731
+
1732
+ export interface TestInvokeMethodRequest {
1733
+ restApiId: string | undefined;
1734
+
1735
+ resourceId: string | undefined;
1736
+
1737
+ httpMethod: string | undefined;
1738
+
1739
+ pathWithQueryString?: string;
1740
+
1741
+ body?: string;
1742
+
1743
+ headers?: Record<string, string>;
1744
+
1745
+ multiValueHeaders?: Record<string, string[]>;
1746
+
1747
+ clientCertificateId?: string;
1748
+
1749
+ stageVariables?: Record<string, string>;
1750
+ }
1751
+
1752
+ export interface TestInvokeMethodResponse {
1753
+ status?: number;
1754
+
1755
+ body?: string;
1756
+
1757
+ headers?: Record<string, string>;
1758
+
1759
+ multiValueHeaders?: Record<string, string[]>;
1760
+
1761
+ log?: string;
1762
+
1763
+ latency?: number;
1764
+ }
1765
+
1766
+ export interface UntagResourceRequest {
1767
+ resourceArn: string | undefined;
1768
+
1769
+ tagKeys: string[] | undefined;
1770
+ }
1771
+ export declare type Op =
1772
+ | "add"
1773
+ | "copy"
1774
+ | "move"
1775
+ | "remove"
1776
+ | "replace"
1777
+ | "test";
1778
+
1779
+ export interface PatchOperation {
1780
+ op?: Op | string;
1781
+
1782
+ path?: string;
1783
+
1784
+ value?: string;
1785
+
1786
+ from?: string;
1787
+ }
1788
+
1789
+ export interface UpdateAccountRequest {
1790
+ patchOperations?: PatchOperation[];
1791
+ }
1792
+
1793
+ export interface UpdateApiKeyRequest {
1794
+ apiKey: string | undefined;
1795
+
1796
+ patchOperations?: PatchOperation[];
1797
+ }
1798
+
1799
+ export interface UpdateAuthorizerRequest {
1800
+ restApiId: string | undefined;
1801
+
1802
+ authorizerId: string | undefined;
1803
+
1804
+ patchOperations?: PatchOperation[];
1805
+ }
1806
+
1807
+ export interface UpdateBasePathMappingRequest {
1808
+ domainName: string | undefined;
1809
+
1810
+ basePath: string | undefined;
1811
+
1812
+ patchOperations?: PatchOperation[];
1813
+ }
1814
+
1815
+ export interface UpdateClientCertificateRequest {
1816
+ clientCertificateId: string | undefined;
1817
+
1818
+ patchOperations?: PatchOperation[];
1819
+ }
1820
+
1821
+ export interface UpdateDeploymentRequest {
1822
+ restApiId: string | undefined;
1823
+
1824
+ deploymentId: string | undefined;
1825
+
1826
+ patchOperations?: PatchOperation[];
1827
+ }
1828
+
1829
+ export interface UpdateDocumentationPartRequest {
1830
+ restApiId: string | undefined;
1831
+
1832
+ documentationPartId: string | undefined;
1833
+
1834
+ patchOperations?: PatchOperation[];
1835
+ }
1836
+
1837
+ export interface UpdateDocumentationVersionRequest {
1838
+ restApiId: string | undefined;
1839
+
1840
+ documentationVersion: string | undefined;
1841
+
1842
+ patchOperations?: PatchOperation[];
1843
+ }
1844
+
1845
+ export interface UpdateDomainNameRequest {
1846
+ domainName: string | undefined;
1847
+
1848
+ patchOperations?: PatchOperation[];
1849
+ }
1850
+
1851
+ export interface UpdateGatewayResponseRequest {
1852
+ restApiId: string | undefined;
1853
+
1854
+ responseType: GatewayResponseType | string | undefined;
1855
+
1856
+ patchOperations?: PatchOperation[];
1857
+ }
1858
+
1859
+ export interface UpdateIntegrationRequest {
1860
+ restApiId: string | undefined;
1861
+
1862
+ resourceId: string | undefined;
1863
+
1864
+ httpMethod: string | undefined;
1865
+
1866
+ patchOperations?: PatchOperation[];
1867
+ }
1868
+
1869
+ export interface UpdateIntegrationResponseRequest {
1870
+ restApiId: string | undefined;
1871
+
1872
+ resourceId: string | undefined;
1873
+
1874
+ httpMethod: string | undefined;
1875
+
1876
+ statusCode: string | undefined;
1877
+
1878
+ patchOperations?: PatchOperation[];
1879
+ }
1880
+
1881
+ export interface UpdateMethodRequest {
1882
+ restApiId: string | undefined;
1883
+
1884
+ resourceId: string | undefined;
1885
+
1886
+ httpMethod: string | undefined;
1887
+
1888
+ patchOperations?: PatchOperation[];
1889
+ }
1890
+
1891
+ export interface UpdateMethodResponseRequest {
1892
+ restApiId: string | undefined;
1893
+
1894
+ resourceId: string | undefined;
1895
+
1896
+ httpMethod: string | undefined;
1897
+
1898
+ statusCode: string | undefined;
1899
+
1900
+ patchOperations?: PatchOperation[];
1901
+ }
1902
+
1903
+ export interface UpdateModelRequest {
1904
+ restApiId: string | undefined;
1905
+
1906
+ modelName: string | undefined;
1907
+
1908
+ patchOperations?: PatchOperation[];
1909
+ }
1910
+
1911
+ export interface UpdateRequestValidatorRequest {
1912
+ restApiId: string | undefined;
1913
+
1914
+ requestValidatorId: string | undefined;
1915
+
1916
+ patchOperations?: PatchOperation[];
1917
+ }
1918
+
1919
+ export interface UpdateResourceRequest {
1920
+ restApiId: string | undefined;
1921
+
1922
+ resourceId: string | undefined;
1923
+
1924
+ patchOperations?: PatchOperation[];
1925
+ }
1926
+
1927
+ export interface UpdateRestApiRequest {
1928
+ restApiId: string | undefined;
1929
+
1930
+ patchOperations?: PatchOperation[];
1931
+ }
1932
+
1933
+ export interface UpdateStageRequest {
1934
+ restApiId: string | undefined;
1935
+
1936
+ stageName: string | undefined;
1937
+
1938
+ patchOperations?: PatchOperation[];
1939
+ }
1940
+
1941
+ export interface UpdateUsageRequest {
1942
+ usagePlanId: string | undefined;
1943
+
1944
+ keyId: string | undefined;
1945
+
1946
+ patchOperations?: PatchOperation[];
1947
+ }
1948
+
1949
+ export interface UpdateUsagePlanRequest {
1950
+ usagePlanId: string | undefined;
1951
+
1952
+ patchOperations?: PatchOperation[];
1953
+ }
1954
+
1955
+ export interface UpdateVpcLinkRequest {
1956
+ vpcLinkId: string | undefined;
1957
+
1958
+ patchOperations?: PatchOperation[];
1959
+ }
1960
+
1961
+ export declare const AccessLogSettingsFilterSensitiveLog: (
1962
+ obj: AccessLogSettings
1963
+ ) => any;
1964
+
1965
+ export declare const ThrottleSettingsFilterSensitiveLog: (
1966
+ obj: ThrottleSettings
1967
+ ) => any;
1968
+
1969
+ export declare const AccountFilterSensitiveLog: (obj: Account) => any;
1970
+
1971
+ export declare const ApiKeyFilterSensitiveLog: (obj: ApiKey) => any;
1972
+
1973
+ export declare const ApiKeyIdsFilterSensitiveLog: (obj: ApiKeyIds) => any;
1974
+
1975
+ export declare const ApiKeysFilterSensitiveLog: (obj: ApiKeys) => any;
1976
+
1977
+ export declare const ApiStageFilterSensitiveLog: (obj: ApiStage) => any;
1978
+
1979
+ export declare const AuthorizerFilterSensitiveLog: (obj: Authorizer) => any;
1980
+
1981
+ export declare const AuthorizersFilterSensitiveLog: (obj: Authorizers) => any;
1982
+
1983
+ export declare const StageKeyFilterSensitiveLog: (obj: StageKey) => any;
1984
+
1985
+ export declare const CreateApiKeyRequestFilterSensitiveLog: (
1986
+ obj: CreateApiKeyRequest
1987
+ ) => any;
1988
+
1989
+ export declare const CreateAuthorizerRequestFilterSensitiveLog: (
1990
+ obj: CreateAuthorizerRequest
1991
+ ) => any;
1992
+
1993
+ export declare const BasePathMappingFilterSensitiveLog: (
1994
+ obj: BasePathMapping
1995
+ ) => any;
1996
+
1997
+ export declare const CreateBasePathMappingRequestFilterSensitiveLog: (
1998
+ obj: CreateBasePathMappingRequest
1999
+ ) => any;
2000
+
2001
+ export declare const DeploymentCanarySettingsFilterSensitiveLog: (
2002
+ obj: DeploymentCanarySettings
2003
+ ) => any;
2004
+
2005
+ export declare const CreateDeploymentRequestFilterSensitiveLog: (
2006
+ obj: CreateDeploymentRequest
2007
+ ) => any;
2008
+
2009
+ export declare const MethodSnapshotFilterSensitiveLog: (
2010
+ obj: MethodSnapshot
2011
+ ) => any;
2012
+
2013
+ export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
2014
+
2015
+ export declare const DocumentationPartLocationFilterSensitiveLog: (
2016
+ obj: DocumentationPartLocation
2017
+ ) => any;
2018
+
2019
+ export declare const CreateDocumentationPartRequestFilterSensitiveLog: (
2020
+ obj: CreateDocumentationPartRequest
2021
+ ) => any;
2022
+
2023
+ export declare const DocumentationPartFilterSensitiveLog: (
2024
+ obj: DocumentationPart
2025
+ ) => any;
2026
+
2027
+ export declare const CreateDocumentationVersionRequestFilterSensitiveLog: (
2028
+ obj: CreateDocumentationVersionRequest
2029
+ ) => any;
2030
+
2031
+ export declare const DocumentationVersionFilterSensitiveLog: (
2032
+ obj: DocumentationVersion
2033
+ ) => any;
2034
+
2035
+ export declare const EndpointConfigurationFilterSensitiveLog: (
2036
+ obj: EndpointConfiguration
2037
+ ) => any;
2038
+
2039
+ export declare const MutualTlsAuthenticationInputFilterSensitiveLog: (
2040
+ obj: MutualTlsAuthenticationInput
2041
+ ) => any;
2042
+
2043
+ export declare const CreateDomainNameRequestFilterSensitiveLog: (
2044
+ obj: CreateDomainNameRequest
2045
+ ) => any;
2046
+
2047
+ export declare const MutualTlsAuthenticationFilterSensitiveLog: (
2048
+ obj: MutualTlsAuthentication
2049
+ ) => any;
2050
+
2051
+ export declare const DomainNameFilterSensitiveLog: (obj: DomainName) => any;
2052
+
2053
+ export declare const CreateModelRequestFilterSensitiveLog: (
2054
+ obj: CreateModelRequest
2055
+ ) => any;
2056
+
2057
+ export declare const ModelFilterSensitiveLog: (obj: Model) => any;
2058
+
2059
+ export declare const CreateRequestValidatorRequestFilterSensitiveLog: (
2060
+ obj: CreateRequestValidatorRequest
2061
+ ) => any;
2062
+
2063
+ export declare const RequestValidatorFilterSensitiveLog: (
2064
+ obj: RequestValidator
2065
+ ) => any;
2066
+
2067
+ export declare const CreateResourceRequestFilterSensitiveLog: (
2068
+ obj: CreateResourceRequest
2069
+ ) => any;
2070
+
2071
+ export declare const IntegrationResponseFilterSensitiveLog: (
2072
+ obj: IntegrationResponse
2073
+ ) => any;
2074
+
2075
+ export declare const TlsConfigFilterSensitiveLog: (obj: TlsConfig) => any;
2076
+
2077
+ export declare const IntegrationFilterSensitiveLog: (obj: Integration) => any;
2078
+
2079
+ export declare const MethodResponseFilterSensitiveLog: (
2080
+ obj: MethodResponse
2081
+ ) => any;
2082
+
2083
+ export declare const MethodFilterSensitiveLog: (obj: Method) => any;
2084
+
2085
+ export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
2086
+
2087
+ export declare const CreateRestApiRequestFilterSensitiveLog: (
2088
+ obj: CreateRestApiRequest
2089
+ ) => any;
2090
+
2091
+ export declare const RestApiFilterSensitiveLog: (obj: RestApi) => any;
2092
+
2093
+ export declare const CanarySettingsFilterSensitiveLog: (
2094
+ obj: CanarySettings
2095
+ ) => any;
2096
+
2097
+ export declare const CreateStageRequestFilterSensitiveLog: (
2098
+ obj: CreateStageRequest
2099
+ ) => any;
2100
+
2101
+ export declare const MethodSettingFilterSensitiveLog: (
2102
+ obj: MethodSetting
2103
+ ) => any;
2104
+
2105
+ export declare const StageFilterSensitiveLog: (obj: Stage) => any;
2106
+
2107
+ export declare const QuotaSettingsFilterSensitiveLog: (
2108
+ obj: QuotaSettings
2109
+ ) => any;
2110
+
2111
+ export declare const CreateUsagePlanRequestFilterSensitiveLog: (
2112
+ obj: CreateUsagePlanRequest
2113
+ ) => any;
2114
+
2115
+ export declare const UsagePlanFilterSensitiveLog: (obj: UsagePlan) => any;
2116
+
2117
+ export declare const CreateUsagePlanKeyRequestFilterSensitiveLog: (
2118
+ obj: CreateUsagePlanKeyRequest
2119
+ ) => any;
2120
+
2121
+ export declare const UsagePlanKeyFilterSensitiveLog: (obj: UsagePlanKey) => any;
2122
+
2123
+ export declare const CreateVpcLinkRequestFilterSensitiveLog: (
2124
+ obj: CreateVpcLinkRequest
2125
+ ) => any;
2126
+
2127
+ export declare const VpcLinkFilterSensitiveLog: (obj: VpcLink) => any;
2128
+
2129
+ export declare const DeleteApiKeyRequestFilterSensitiveLog: (
2130
+ obj: DeleteApiKeyRequest
2131
+ ) => any;
2132
+
2133
+ export declare const DeleteAuthorizerRequestFilterSensitiveLog: (
2134
+ obj: DeleteAuthorizerRequest
2135
+ ) => any;
2136
+
2137
+ export declare const DeleteBasePathMappingRequestFilterSensitiveLog: (
2138
+ obj: DeleteBasePathMappingRequest
2139
+ ) => any;
2140
+
2141
+ export declare const DeleteClientCertificateRequestFilterSensitiveLog: (
2142
+ obj: DeleteClientCertificateRequest
2143
+ ) => any;
2144
+
2145
+ export declare const DeleteDeploymentRequestFilterSensitiveLog: (
2146
+ obj: DeleteDeploymentRequest
2147
+ ) => any;
2148
+
2149
+ export declare const DeleteDocumentationPartRequestFilterSensitiveLog: (
2150
+ obj: DeleteDocumentationPartRequest
2151
+ ) => any;
2152
+
2153
+ export declare const DeleteDocumentationVersionRequestFilterSensitiveLog: (
2154
+ obj: DeleteDocumentationVersionRequest
2155
+ ) => any;
2156
+
2157
+ export declare const DeleteDomainNameRequestFilterSensitiveLog: (
2158
+ obj: DeleteDomainNameRequest
2159
+ ) => any;
2160
+
2161
+ export declare const DeleteGatewayResponseRequestFilterSensitiveLog: (
2162
+ obj: DeleteGatewayResponseRequest
2163
+ ) => any;
2164
+
2165
+ export declare const DeleteIntegrationRequestFilterSensitiveLog: (
2166
+ obj: DeleteIntegrationRequest
2167
+ ) => any;
2168
+
2169
+ export declare const DeleteIntegrationResponseRequestFilterSensitiveLog: (
2170
+ obj: DeleteIntegrationResponseRequest
2171
+ ) => any;
2172
+
2173
+ export declare const DeleteMethodRequestFilterSensitiveLog: (
2174
+ obj: DeleteMethodRequest
2175
+ ) => any;
2176
+
2177
+ export declare const DeleteMethodResponseRequestFilterSensitiveLog: (
2178
+ obj: DeleteMethodResponseRequest
2179
+ ) => any;
2180
+
2181
+ export declare const DeleteModelRequestFilterSensitiveLog: (
2182
+ obj: DeleteModelRequest
2183
+ ) => any;
2184
+
2185
+ export declare const DeleteRequestValidatorRequestFilterSensitiveLog: (
2186
+ obj: DeleteRequestValidatorRequest
2187
+ ) => any;
2188
+
2189
+ export declare const DeleteResourceRequestFilterSensitiveLog: (
2190
+ obj: DeleteResourceRequest
2191
+ ) => any;
2192
+
2193
+ export declare const DeleteRestApiRequestFilterSensitiveLog: (
2194
+ obj: DeleteRestApiRequest
2195
+ ) => any;
2196
+
2197
+ export declare const DeleteStageRequestFilterSensitiveLog: (
2198
+ obj: DeleteStageRequest
2199
+ ) => any;
2200
+
2201
+ export declare const DeleteUsagePlanRequestFilterSensitiveLog: (
2202
+ obj: DeleteUsagePlanRequest
2203
+ ) => any;
2204
+
2205
+ export declare const DeleteUsagePlanKeyRequestFilterSensitiveLog: (
2206
+ obj: DeleteUsagePlanKeyRequest
2207
+ ) => any;
2208
+
2209
+ export declare const DeleteVpcLinkRequestFilterSensitiveLog: (
2210
+ obj: DeleteVpcLinkRequest
2211
+ ) => any;
2212
+
2213
+ export declare const FlushStageAuthorizersCacheRequestFilterSensitiveLog: (
2214
+ obj: FlushStageAuthorizersCacheRequest
2215
+ ) => any;
2216
+
2217
+ export declare const FlushStageCacheRequestFilterSensitiveLog: (
2218
+ obj: FlushStageCacheRequest
2219
+ ) => any;
2220
+
2221
+ export declare const ClientCertificateFilterSensitiveLog: (
2222
+ obj: ClientCertificate
2223
+ ) => any;
2224
+
2225
+ export declare const GenerateClientCertificateRequestFilterSensitiveLog: (
2226
+ obj: GenerateClientCertificateRequest
2227
+ ) => any;
2228
+
2229
+ export declare const GetAccountRequestFilterSensitiveLog: (
2230
+ obj: GetAccountRequest
2231
+ ) => any;
2232
+
2233
+ export declare const GetApiKeyRequestFilterSensitiveLog: (
2234
+ obj: GetApiKeyRequest
2235
+ ) => any;
2236
+
2237
+ export declare const GetApiKeysRequestFilterSensitiveLog: (
2238
+ obj: GetApiKeysRequest
2239
+ ) => any;
2240
+
2241
+ export declare const GetAuthorizerRequestFilterSensitiveLog: (
2242
+ obj: GetAuthorizerRequest
2243
+ ) => any;
2244
+
2245
+ export declare const GetAuthorizersRequestFilterSensitiveLog: (
2246
+ obj: GetAuthorizersRequest
2247
+ ) => any;
2248
+
2249
+ export declare const GetBasePathMappingRequestFilterSensitiveLog: (
2250
+ obj: GetBasePathMappingRequest
2251
+ ) => any;
2252
+
2253
+ export declare const BasePathMappingsFilterSensitiveLog: (
2254
+ obj: BasePathMappings
2255
+ ) => any;
2256
+
2257
+ export declare const GetBasePathMappingsRequestFilterSensitiveLog: (
2258
+ obj: GetBasePathMappingsRequest
2259
+ ) => any;
2260
+
2261
+ export declare const GetClientCertificateRequestFilterSensitiveLog: (
2262
+ obj: GetClientCertificateRequest
2263
+ ) => any;
2264
+
2265
+ export declare const ClientCertificatesFilterSensitiveLog: (
2266
+ obj: ClientCertificates
2267
+ ) => any;
2268
+
2269
+ export declare const GetClientCertificatesRequestFilterSensitiveLog: (
2270
+ obj: GetClientCertificatesRequest
2271
+ ) => any;
2272
+
2273
+ export declare const GetDeploymentRequestFilterSensitiveLog: (
2274
+ obj: GetDeploymentRequest
2275
+ ) => any;
2276
+
2277
+ export declare const DeploymentsFilterSensitiveLog: (obj: Deployments) => any;
2278
+
2279
+ export declare const GetDeploymentsRequestFilterSensitiveLog: (
2280
+ obj: GetDeploymentsRequest
2281
+ ) => any;
2282
+
2283
+ export declare const GetDocumentationPartRequestFilterSensitiveLog: (
2284
+ obj: GetDocumentationPartRequest
2285
+ ) => any;
2286
+
2287
+ export declare const DocumentationPartsFilterSensitiveLog: (
2288
+ obj: DocumentationParts
2289
+ ) => any;
2290
+
2291
+ export declare const GetDocumentationPartsRequestFilterSensitiveLog: (
2292
+ obj: GetDocumentationPartsRequest
2293
+ ) => any;
2294
+
2295
+ export declare const GetDocumentationVersionRequestFilterSensitiveLog: (
2296
+ obj: GetDocumentationVersionRequest
2297
+ ) => any;
2298
+
2299
+ export declare const DocumentationVersionsFilterSensitiveLog: (
2300
+ obj: DocumentationVersions
2301
+ ) => any;
2302
+
2303
+ export declare const GetDocumentationVersionsRequestFilterSensitiveLog: (
2304
+ obj: GetDocumentationVersionsRequest
2305
+ ) => any;
2306
+
2307
+ export declare const GetDomainNameRequestFilterSensitiveLog: (
2308
+ obj: GetDomainNameRequest
2309
+ ) => any;
2310
+
2311
+ export declare const DomainNamesFilterSensitiveLog: (obj: DomainNames) => any;
2312
+
2313
+ export declare const GetDomainNamesRequestFilterSensitiveLog: (
2314
+ obj: GetDomainNamesRequest
2315
+ ) => any;
2316
+
2317
+ export declare const ExportResponseFilterSensitiveLog: (
2318
+ obj: ExportResponse
2319
+ ) => any;
2320
+
2321
+ export declare const GetExportRequestFilterSensitiveLog: (
2322
+ obj: GetExportRequest
2323
+ ) => any;
2324
+
2325
+ export declare const GatewayResponseFilterSensitiveLog: (
2326
+ obj: GatewayResponse
2327
+ ) => any;
2328
+
2329
+ export declare const GetGatewayResponseRequestFilterSensitiveLog: (
2330
+ obj: GetGatewayResponseRequest
2331
+ ) => any;
2332
+
2333
+ export declare const GatewayResponsesFilterSensitiveLog: (
2334
+ obj: GatewayResponses
2335
+ ) => any;
2336
+
2337
+ export declare const GetGatewayResponsesRequestFilterSensitiveLog: (
2338
+ obj: GetGatewayResponsesRequest
2339
+ ) => any;
2340
+
2341
+ export declare const GetIntegrationRequestFilterSensitiveLog: (
2342
+ obj: GetIntegrationRequest
2343
+ ) => any;
2344
+
2345
+ export declare const GetIntegrationResponseRequestFilterSensitiveLog: (
2346
+ obj: GetIntegrationResponseRequest
2347
+ ) => any;
2348
+
2349
+ export declare const GetMethodRequestFilterSensitiveLog: (
2350
+ obj: GetMethodRequest
2351
+ ) => any;
2352
+
2353
+ export declare const GetMethodResponseRequestFilterSensitiveLog: (
2354
+ obj: GetMethodResponseRequest
2355
+ ) => any;
2356
+
2357
+ export declare const GetModelRequestFilterSensitiveLog: (
2358
+ obj: GetModelRequest
2359
+ ) => any;
2360
+
2361
+ export declare const GetModelsRequestFilterSensitiveLog: (
2362
+ obj: GetModelsRequest
2363
+ ) => any;
2364
+
2365
+ export declare const ModelsFilterSensitiveLog: (obj: Models) => any;
2366
+
2367
+ export declare const GetModelTemplateRequestFilterSensitiveLog: (
2368
+ obj: GetModelTemplateRequest
2369
+ ) => any;
2370
+
2371
+ export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
2372
+
2373
+ export declare const GetRequestValidatorRequestFilterSensitiveLog: (
2374
+ obj: GetRequestValidatorRequest
2375
+ ) => any;
2376
+
2377
+ export declare const GetRequestValidatorsRequestFilterSensitiveLog: (
2378
+ obj: GetRequestValidatorsRequest
2379
+ ) => any;
2380
+
2381
+ export declare const RequestValidatorsFilterSensitiveLog: (
2382
+ obj: RequestValidators
2383
+ ) => any;
2384
+
2385
+ export declare const GetResourceRequestFilterSensitiveLog: (
2386
+ obj: GetResourceRequest
2387
+ ) => any;
2388
+
2389
+ export declare const GetResourcesRequestFilterSensitiveLog: (
2390
+ obj: GetResourcesRequest
2391
+ ) => any;
2392
+
2393
+ export declare const ResourcesFilterSensitiveLog: (obj: Resources) => any;
2394
+
2395
+ export declare const GetRestApiRequestFilterSensitiveLog: (
2396
+ obj: GetRestApiRequest
2397
+ ) => any;
2398
+
2399
+ export declare const GetRestApisRequestFilterSensitiveLog: (
2400
+ obj: GetRestApisRequest
2401
+ ) => any;
2402
+
2403
+ export declare const RestApisFilterSensitiveLog: (obj: RestApis) => any;
2404
+
2405
+ export declare const GetSdkRequestFilterSensitiveLog: (
2406
+ obj: GetSdkRequest
2407
+ ) => any;
2408
+
2409
+ export declare const SdkResponseFilterSensitiveLog: (obj: SdkResponse) => any;
2410
+
2411
+ export declare const GetSdkTypeRequestFilterSensitiveLog: (
2412
+ obj: GetSdkTypeRequest
2413
+ ) => any;
2414
+
2415
+ export declare const SdkConfigurationPropertyFilterSensitiveLog: (
2416
+ obj: SdkConfigurationProperty
2417
+ ) => any;
2418
+
2419
+ export declare const SdkTypeFilterSensitiveLog: (obj: SdkType) => any;
2420
+
2421
+ export declare const GetSdkTypesRequestFilterSensitiveLog: (
2422
+ obj: GetSdkTypesRequest
2423
+ ) => any;
2424
+
2425
+ export declare const SdkTypesFilterSensitiveLog: (obj: SdkTypes) => any;
2426
+
2427
+ export declare const GetStageRequestFilterSensitiveLog: (
2428
+ obj: GetStageRequest
2429
+ ) => any;
2430
+
2431
+ export declare const GetStagesRequestFilterSensitiveLog: (
2432
+ obj: GetStagesRequest
2433
+ ) => any;
2434
+
2435
+ export declare const StagesFilterSensitiveLog: (obj: Stages) => any;
2436
+
2437
+ export declare const GetTagsRequestFilterSensitiveLog: (
2438
+ obj: GetTagsRequest
2439
+ ) => any;
2440
+
2441
+ export declare const TagsFilterSensitiveLog: (obj: Tags) => any;
2442
+
2443
+ export declare const GetUsageRequestFilterSensitiveLog: (
2444
+ obj: GetUsageRequest
2445
+ ) => any;
2446
+
2447
+ export declare const UsageFilterSensitiveLog: (obj: Usage) => any;
2448
+
2449
+ export declare const GetUsagePlanRequestFilterSensitiveLog: (
2450
+ obj: GetUsagePlanRequest
2451
+ ) => any;
2452
+
2453
+ export declare const GetUsagePlanKeyRequestFilterSensitiveLog: (
2454
+ obj: GetUsagePlanKeyRequest
2455
+ ) => any;
2456
+
2457
+ export declare const GetUsagePlanKeysRequestFilterSensitiveLog: (
2458
+ obj: GetUsagePlanKeysRequest
2459
+ ) => any;
2460
+
2461
+ export declare const UsagePlanKeysFilterSensitiveLog: (
2462
+ obj: UsagePlanKeys
2463
+ ) => any;
2464
+
2465
+ export declare const GetUsagePlansRequestFilterSensitiveLog: (
2466
+ obj: GetUsagePlansRequest
2467
+ ) => any;
2468
+
2469
+ export declare const UsagePlansFilterSensitiveLog: (obj: UsagePlans) => any;
2470
+
2471
+ export declare const GetVpcLinkRequestFilterSensitiveLog: (
2472
+ obj: GetVpcLinkRequest
2473
+ ) => any;
2474
+
2475
+ export declare const GetVpcLinksRequestFilterSensitiveLog: (
2476
+ obj: GetVpcLinksRequest
2477
+ ) => any;
2478
+
2479
+ export declare const VpcLinksFilterSensitiveLog: (obj: VpcLinks) => any;
2480
+
2481
+ export declare const ImportApiKeysRequestFilterSensitiveLog: (
2482
+ obj: ImportApiKeysRequest
2483
+ ) => any;
2484
+
2485
+ export declare const DocumentationPartIdsFilterSensitiveLog: (
2486
+ obj: DocumentationPartIds
2487
+ ) => any;
2488
+
2489
+ export declare const ImportDocumentationPartsRequestFilterSensitiveLog: (
2490
+ obj: ImportDocumentationPartsRequest
2491
+ ) => any;
2492
+
2493
+ export declare const ImportRestApiRequestFilterSensitiveLog: (
2494
+ obj: ImportRestApiRequest
2495
+ ) => any;
2496
+
2497
+ export declare const PutGatewayResponseRequestFilterSensitiveLog: (
2498
+ obj: PutGatewayResponseRequest
2499
+ ) => any;
2500
+
2501
+ export declare const PutIntegrationRequestFilterSensitiveLog: (
2502
+ obj: PutIntegrationRequest
2503
+ ) => any;
2504
+
2505
+ export declare const PutIntegrationResponseRequestFilterSensitiveLog: (
2506
+ obj: PutIntegrationResponseRequest
2507
+ ) => any;
2508
+
2509
+ export declare const PutMethodRequestFilterSensitiveLog: (
2510
+ obj: PutMethodRequest
2511
+ ) => any;
2512
+
2513
+ export declare const PutMethodResponseRequestFilterSensitiveLog: (
2514
+ obj: PutMethodResponseRequest
2515
+ ) => any;
2516
+
2517
+ export declare const PutRestApiRequestFilterSensitiveLog: (
2518
+ obj: PutRestApiRequest
2519
+ ) => any;
2520
+
2521
+ export declare const TagResourceRequestFilterSensitiveLog: (
2522
+ obj: TagResourceRequest
2523
+ ) => any;
2524
+
2525
+ export declare const TestInvokeAuthorizerRequestFilterSensitiveLog: (
2526
+ obj: TestInvokeAuthorizerRequest
2527
+ ) => any;
2528
+
2529
+ export declare const TestInvokeAuthorizerResponseFilterSensitiveLog: (
2530
+ obj: TestInvokeAuthorizerResponse
2531
+ ) => any;
2532
+
2533
+ export declare const TestInvokeMethodRequestFilterSensitiveLog: (
2534
+ obj: TestInvokeMethodRequest
2535
+ ) => any;
2536
+
2537
+ export declare const TestInvokeMethodResponseFilterSensitiveLog: (
2538
+ obj: TestInvokeMethodResponse
2539
+ ) => any;
2540
+
2541
+ export declare const UntagResourceRequestFilterSensitiveLog: (
2542
+ obj: UntagResourceRequest
2543
+ ) => any;
2544
+
2545
+ export declare const PatchOperationFilterSensitiveLog: (
2546
+ obj: PatchOperation
2547
+ ) => any;
2548
+
2549
+ export declare const UpdateAccountRequestFilterSensitiveLog: (
2550
+ obj: UpdateAccountRequest
2551
+ ) => any;
2552
+
2553
+ export declare const UpdateApiKeyRequestFilterSensitiveLog: (
2554
+ obj: UpdateApiKeyRequest
2555
+ ) => any;
2556
+
2557
+ export declare const UpdateAuthorizerRequestFilterSensitiveLog: (
2558
+ obj: UpdateAuthorizerRequest
2559
+ ) => any;
2560
+
2561
+ export declare const UpdateBasePathMappingRequestFilterSensitiveLog: (
2562
+ obj: UpdateBasePathMappingRequest
2563
+ ) => any;
2564
+
2565
+ export declare const UpdateClientCertificateRequestFilterSensitiveLog: (
2566
+ obj: UpdateClientCertificateRequest
2567
+ ) => any;
2568
+
2569
+ export declare const UpdateDeploymentRequestFilterSensitiveLog: (
2570
+ obj: UpdateDeploymentRequest
2571
+ ) => any;
2572
+
2573
+ export declare const UpdateDocumentationPartRequestFilterSensitiveLog: (
2574
+ obj: UpdateDocumentationPartRequest
2575
+ ) => any;
2576
+
2577
+ export declare const UpdateDocumentationVersionRequestFilterSensitiveLog: (
2578
+ obj: UpdateDocumentationVersionRequest
2579
+ ) => any;
2580
+
2581
+ export declare const UpdateDomainNameRequestFilterSensitiveLog: (
2582
+ obj: UpdateDomainNameRequest
2583
+ ) => any;
2584
+
2585
+ export declare const UpdateGatewayResponseRequestFilterSensitiveLog: (
2586
+ obj: UpdateGatewayResponseRequest
2587
+ ) => any;
2588
+
2589
+ export declare const UpdateIntegrationRequestFilterSensitiveLog: (
2590
+ obj: UpdateIntegrationRequest
2591
+ ) => any;
2592
+
2593
+ export declare const UpdateIntegrationResponseRequestFilterSensitiveLog: (
2594
+ obj: UpdateIntegrationResponseRequest
2595
+ ) => any;
2596
+
2597
+ export declare const UpdateMethodRequestFilterSensitiveLog: (
2598
+ obj: UpdateMethodRequest
2599
+ ) => any;
2600
+
2601
+ export declare const UpdateMethodResponseRequestFilterSensitiveLog: (
2602
+ obj: UpdateMethodResponseRequest
2603
+ ) => any;
2604
+
2605
+ export declare const UpdateModelRequestFilterSensitiveLog: (
2606
+ obj: UpdateModelRequest
2607
+ ) => any;
2608
+
2609
+ export declare const UpdateRequestValidatorRequestFilterSensitiveLog: (
2610
+ obj: UpdateRequestValidatorRequest
2611
+ ) => any;
2612
+
2613
+ export declare const UpdateResourceRequestFilterSensitiveLog: (
2614
+ obj: UpdateResourceRequest
2615
+ ) => any;
2616
+
2617
+ export declare const UpdateRestApiRequestFilterSensitiveLog: (
2618
+ obj: UpdateRestApiRequest
2619
+ ) => any;
2620
+
2621
+ export declare const UpdateStageRequestFilterSensitiveLog: (
2622
+ obj: UpdateStageRequest
2623
+ ) => any;
2624
+
2625
+ export declare const UpdateUsageRequestFilterSensitiveLog: (
2626
+ obj: UpdateUsageRequest
2627
+ ) => any;
2628
+
2629
+ export declare const UpdateUsagePlanRequestFilterSensitiveLog: (
2630
+ obj: UpdateUsagePlanRequest
2631
+ ) => any;
2632
+
2633
+ export declare const UpdateVpcLinkRequestFilterSensitiveLog: (
2634
+ obj: UpdateVpcLinkRequest
2635
+ ) => any;