@aws-sdk/client-api-gateway 3.183.0 → 3.185.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 (145) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +2 -2
  3. package/dist-es/APIGateway.js +489 -482
  4. package/dist-es/APIGatewayClient.js +29 -23
  5. package/dist-es/commands/CreateApiKeyCommand.js +28 -21
  6. package/dist-es/commands/CreateAuthorizerCommand.js +28 -21
  7. package/dist-es/commands/CreateBasePathMappingCommand.js +28 -21
  8. package/dist-es/commands/CreateDeploymentCommand.js +28 -21
  9. package/dist-es/commands/CreateDocumentationPartCommand.js +28 -21
  10. package/dist-es/commands/CreateDocumentationVersionCommand.js +28 -21
  11. package/dist-es/commands/CreateDomainNameCommand.js +28 -21
  12. package/dist-es/commands/CreateModelCommand.js +28 -21
  13. package/dist-es/commands/CreateRequestValidatorCommand.js +28 -21
  14. package/dist-es/commands/CreateResourceCommand.js +28 -21
  15. package/dist-es/commands/CreateRestApiCommand.js +28 -21
  16. package/dist-es/commands/CreateStageCommand.js +28 -21
  17. package/dist-es/commands/CreateUsagePlanCommand.js +28 -21
  18. package/dist-es/commands/CreateUsagePlanKeyCommand.js +28 -21
  19. package/dist-es/commands/CreateVpcLinkCommand.js +28 -21
  20. package/dist-es/commands/DeleteApiKeyCommand.js +29 -22
  21. package/dist-es/commands/DeleteAuthorizerCommand.js +29 -22
  22. package/dist-es/commands/DeleteBasePathMappingCommand.js +29 -22
  23. package/dist-es/commands/DeleteClientCertificateCommand.js +29 -22
  24. package/dist-es/commands/DeleteDeploymentCommand.js +29 -22
  25. package/dist-es/commands/DeleteDocumentationPartCommand.js +29 -22
  26. package/dist-es/commands/DeleteDocumentationVersionCommand.js +29 -22
  27. package/dist-es/commands/DeleteDomainNameCommand.js +29 -22
  28. package/dist-es/commands/DeleteGatewayResponseCommand.js +29 -22
  29. package/dist-es/commands/DeleteIntegrationCommand.js +29 -22
  30. package/dist-es/commands/DeleteIntegrationResponseCommand.js +29 -22
  31. package/dist-es/commands/DeleteMethodCommand.js +29 -22
  32. package/dist-es/commands/DeleteMethodResponseCommand.js +29 -22
  33. package/dist-es/commands/DeleteModelCommand.js +29 -22
  34. package/dist-es/commands/DeleteRequestValidatorCommand.js +29 -22
  35. package/dist-es/commands/DeleteResourceCommand.js +29 -22
  36. package/dist-es/commands/DeleteRestApiCommand.js +29 -22
  37. package/dist-es/commands/DeleteStageCommand.js +29 -22
  38. package/dist-es/commands/DeleteUsagePlanCommand.js +29 -22
  39. package/dist-es/commands/DeleteUsagePlanKeyCommand.js +29 -22
  40. package/dist-es/commands/DeleteVpcLinkCommand.js +29 -22
  41. package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +29 -22
  42. package/dist-es/commands/FlushStageCacheCommand.js +29 -22
  43. package/dist-es/commands/GenerateClientCertificateCommand.js +28 -21
  44. package/dist-es/commands/GetAccountCommand.js +28 -21
  45. package/dist-es/commands/GetApiKeyCommand.js +28 -21
  46. package/dist-es/commands/GetApiKeysCommand.js +28 -21
  47. package/dist-es/commands/GetAuthorizerCommand.js +28 -21
  48. package/dist-es/commands/GetAuthorizersCommand.js +28 -21
  49. package/dist-es/commands/GetBasePathMappingCommand.js +28 -21
  50. package/dist-es/commands/GetBasePathMappingsCommand.js +28 -21
  51. package/dist-es/commands/GetClientCertificateCommand.js +28 -21
  52. package/dist-es/commands/GetClientCertificatesCommand.js +28 -21
  53. package/dist-es/commands/GetDeploymentCommand.js +28 -21
  54. package/dist-es/commands/GetDeploymentsCommand.js +28 -21
  55. package/dist-es/commands/GetDocumentationPartCommand.js +28 -21
  56. package/dist-es/commands/GetDocumentationPartsCommand.js +28 -21
  57. package/dist-es/commands/GetDocumentationVersionCommand.js +28 -21
  58. package/dist-es/commands/GetDocumentationVersionsCommand.js +28 -21
  59. package/dist-es/commands/GetDomainNameCommand.js +28 -21
  60. package/dist-es/commands/GetDomainNamesCommand.js +28 -21
  61. package/dist-es/commands/GetExportCommand.js +28 -21
  62. package/dist-es/commands/GetGatewayResponseCommand.js +28 -21
  63. package/dist-es/commands/GetGatewayResponsesCommand.js +28 -21
  64. package/dist-es/commands/GetIntegrationCommand.js +28 -21
  65. package/dist-es/commands/GetIntegrationResponseCommand.js +28 -21
  66. package/dist-es/commands/GetMethodCommand.js +28 -21
  67. package/dist-es/commands/GetMethodResponseCommand.js +28 -21
  68. package/dist-es/commands/GetModelCommand.js +28 -21
  69. package/dist-es/commands/GetModelTemplateCommand.js +28 -21
  70. package/dist-es/commands/GetModelsCommand.js +28 -21
  71. package/dist-es/commands/GetRequestValidatorCommand.js +28 -21
  72. package/dist-es/commands/GetRequestValidatorsCommand.js +28 -21
  73. package/dist-es/commands/GetResourceCommand.js +28 -21
  74. package/dist-es/commands/GetResourcesCommand.js +28 -21
  75. package/dist-es/commands/GetRestApiCommand.js +28 -21
  76. package/dist-es/commands/GetRestApisCommand.js +28 -21
  77. package/dist-es/commands/GetSdkCommand.js +28 -21
  78. package/dist-es/commands/GetSdkTypeCommand.js +28 -21
  79. package/dist-es/commands/GetSdkTypesCommand.js +28 -21
  80. package/dist-es/commands/GetStageCommand.js +28 -21
  81. package/dist-es/commands/GetStagesCommand.js +28 -21
  82. package/dist-es/commands/GetTagsCommand.js +28 -21
  83. package/dist-es/commands/GetUsageCommand.js +28 -21
  84. package/dist-es/commands/GetUsagePlanCommand.js +28 -21
  85. package/dist-es/commands/GetUsagePlanKeyCommand.js +28 -21
  86. package/dist-es/commands/GetUsagePlanKeysCommand.js +28 -21
  87. package/dist-es/commands/GetUsagePlansCommand.js +28 -21
  88. package/dist-es/commands/GetVpcLinkCommand.js +28 -21
  89. package/dist-es/commands/GetVpcLinksCommand.js +28 -21
  90. package/dist-es/commands/ImportApiKeysCommand.js +28 -21
  91. package/dist-es/commands/ImportDocumentationPartsCommand.js +28 -21
  92. package/dist-es/commands/ImportRestApiCommand.js +28 -21
  93. package/dist-es/commands/PutGatewayResponseCommand.js +28 -21
  94. package/dist-es/commands/PutIntegrationCommand.js +28 -21
  95. package/dist-es/commands/PutIntegrationResponseCommand.js +28 -21
  96. package/dist-es/commands/PutMethodCommand.js +28 -21
  97. package/dist-es/commands/PutMethodResponseCommand.js +28 -21
  98. package/dist-es/commands/PutRestApiCommand.js +28 -21
  99. package/dist-es/commands/TagResourceCommand.js +29 -22
  100. package/dist-es/commands/TestInvokeAuthorizerCommand.js +28 -21
  101. package/dist-es/commands/TestInvokeMethodCommand.js +28 -21
  102. package/dist-es/commands/UntagResourceCommand.js +29 -22
  103. package/dist-es/commands/UpdateAccountCommand.js +28 -21
  104. package/dist-es/commands/UpdateApiKeyCommand.js +28 -21
  105. package/dist-es/commands/UpdateAuthorizerCommand.js +28 -21
  106. package/dist-es/commands/UpdateBasePathMappingCommand.js +28 -21
  107. package/dist-es/commands/UpdateClientCertificateCommand.js +28 -21
  108. package/dist-es/commands/UpdateDeploymentCommand.js +28 -21
  109. package/dist-es/commands/UpdateDocumentationPartCommand.js +28 -21
  110. package/dist-es/commands/UpdateDocumentationVersionCommand.js +28 -21
  111. package/dist-es/commands/UpdateDomainNameCommand.js +28 -21
  112. package/dist-es/commands/UpdateGatewayResponseCommand.js +28 -21
  113. package/dist-es/commands/UpdateIntegrationCommand.js +28 -21
  114. package/dist-es/commands/UpdateIntegrationResponseCommand.js +28 -21
  115. package/dist-es/commands/UpdateMethodCommand.js +28 -21
  116. package/dist-es/commands/UpdateMethodResponseCommand.js +28 -21
  117. package/dist-es/commands/UpdateModelCommand.js +28 -21
  118. package/dist-es/commands/UpdateRequestValidatorCommand.js +28 -21
  119. package/dist-es/commands/UpdateResourceCommand.js +28 -21
  120. package/dist-es/commands/UpdateRestApiCommand.js +28 -21
  121. package/dist-es/commands/UpdateStageCommand.js +28 -21
  122. package/dist-es/commands/UpdateUsageCommand.js +28 -21
  123. package/dist-es/commands/UpdateUsagePlanCommand.js +28 -21
  124. package/dist-es/commands/UpdateVpcLinkCommand.js +28 -21
  125. package/dist-es/endpoints.js +8 -8
  126. package/dist-es/models/APIGatewayServiceException.js +10 -5
  127. package/dist-es/models/models_0.js +267 -638
  128. package/dist-es/pagination/GetApiKeysPaginator.js +68 -25
  129. package/dist-es/pagination/GetBasePathMappingsPaginator.js +68 -25
  130. package/dist-es/pagination/GetClientCertificatesPaginator.js +68 -25
  131. package/dist-es/pagination/GetDeploymentsPaginator.js +68 -25
  132. package/dist-es/pagination/GetDomainNamesPaginator.js +68 -25
  133. package/dist-es/pagination/GetModelsPaginator.js +68 -25
  134. package/dist-es/pagination/GetResourcesPaginator.js +68 -25
  135. package/dist-es/pagination/GetRestApisPaginator.js +68 -25
  136. package/dist-es/pagination/GetUsagePaginator.js +68 -25
  137. package/dist-es/pagination/GetUsagePlanKeysPaginator.js +68 -25
  138. package/dist-es/pagination/GetUsagePlansPaginator.js +68 -25
  139. package/dist-es/pagination/GetVpcLinksPaginator.js +68 -25
  140. package/dist-es/protocols/Aws_restJson1.js +13298 -9637
  141. package/dist-es/runtimeConfig.browser.js +12 -26
  142. package/dist-es/runtimeConfig.js +12 -30
  143. package/dist-es/runtimeConfig.native.js +5 -8
  144. package/dist-es/runtimeConfig.shared.js +11 -8
  145. package/package.json +5 -5
@@ -1,3 +1,4 @@
1
+ import { __assign, __extends } from "tslib";
1
2
  import { APIGatewayServiceException as __BaseException } from "./APIGatewayServiceException";
2
3
  export var ApiKeysFormat;
3
4
  (function (ApiKeysFormat) {
@@ -14,80 +15,80 @@ export var AuthorizerType;
14
15
  AuthorizerType["REQUEST"] = "REQUEST";
15
16
  AuthorizerType["TOKEN"] = "TOKEN";
16
17
  })(AuthorizerType || (AuthorizerType = {}));
17
- export class BadRequestException extends __BaseException {
18
- constructor(opts) {
19
- super({
20
- name: "BadRequestException",
21
- $fault: "client",
22
- ...opts,
23
- });
24
- this.name = "BadRequestException";
25
- this.$fault = "client";
26
- Object.setPrototypeOf(this, BadRequestException.prototype);
18
+ var BadRequestException = (function (_super) {
19
+ __extends(BadRequestException, _super);
20
+ function BadRequestException(opts) {
21
+ var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
22
+ _this.name = "BadRequestException";
23
+ _this.$fault = "client";
24
+ Object.setPrototypeOf(_this, BadRequestException.prototype);
25
+ return _this;
27
26
  }
28
- }
29
- export class ConflictException extends __BaseException {
30
- constructor(opts) {
31
- super({
32
- name: "ConflictException",
33
- $fault: "client",
34
- ...opts,
35
- });
36
- this.name = "ConflictException";
37
- this.$fault = "client";
38
- Object.setPrototypeOf(this, ConflictException.prototype);
27
+ return BadRequestException;
28
+ }(__BaseException));
29
+ export { BadRequestException };
30
+ var ConflictException = (function (_super) {
31
+ __extends(ConflictException, _super);
32
+ function ConflictException(opts) {
33
+ var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
34
+ _this.name = "ConflictException";
35
+ _this.$fault = "client";
36
+ Object.setPrototypeOf(_this, ConflictException.prototype);
37
+ return _this;
39
38
  }
40
- }
41
- export class LimitExceededException extends __BaseException {
42
- constructor(opts) {
43
- super({
44
- name: "LimitExceededException",
45
- $fault: "client",
46
- ...opts,
47
- });
48
- this.name = "LimitExceededException";
49
- this.$fault = "client";
50
- Object.setPrototypeOf(this, LimitExceededException.prototype);
51
- this.retryAfterSeconds = opts.retryAfterSeconds;
39
+ return ConflictException;
40
+ }(__BaseException));
41
+ export { ConflictException };
42
+ var LimitExceededException = (function (_super) {
43
+ __extends(LimitExceededException, _super);
44
+ function LimitExceededException(opts) {
45
+ var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
46
+ _this.name = "LimitExceededException";
47
+ _this.$fault = "client";
48
+ Object.setPrototypeOf(_this, LimitExceededException.prototype);
49
+ _this.retryAfterSeconds = opts.retryAfterSeconds;
50
+ return _this;
52
51
  }
53
- }
54
- export class NotFoundException extends __BaseException {
55
- constructor(opts) {
56
- super({
57
- name: "NotFoundException",
58
- $fault: "client",
59
- ...opts,
60
- });
61
- this.name = "NotFoundException";
62
- this.$fault = "client";
63
- Object.setPrototypeOf(this, NotFoundException.prototype);
52
+ return LimitExceededException;
53
+ }(__BaseException));
54
+ export { LimitExceededException };
55
+ var NotFoundException = (function (_super) {
56
+ __extends(NotFoundException, _super);
57
+ function NotFoundException(opts) {
58
+ var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
59
+ _this.name = "NotFoundException";
60
+ _this.$fault = "client";
61
+ Object.setPrototypeOf(_this, NotFoundException.prototype);
62
+ return _this;
64
63
  }
65
- }
66
- export class TooManyRequestsException extends __BaseException {
67
- constructor(opts) {
68
- super({
69
- name: "TooManyRequestsException",
70
- $fault: "client",
71
- ...opts,
72
- });
73
- this.name = "TooManyRequestsException";
74
- this.$fault = "client";
75
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
76
- this.retryAfterSeconds = opts.retryAfterSeconds;
64
+ return NotFoundException;
65
+ }(__BaseException));
66
+ export { NotFoundException };
67
+ var TooManyRequestsException = (function (_super) {
68
+ __extends(TooManyRequestsException, _super);
69
+ function TooManyRequestsException(opts) {
70
+ var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
71
+ _this.name = "TooManyRequestsException";
72
+ _this.$fault = "client";
73
+ Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
74
+ _this.retryAfterSeconds = opts.retryAfterSeconds;
75
+ return _this;
77
76
  }
78
- }
79
- export class UnauthorizedException extends __BaseException {
80
- constructor(opts) {
81
- super({
82
- name: "UnauthorizedException",
83
- $fault: "client",
84
- ...opts,
85
- });
86
- this.name = "UnauthorizedException";
87
- this.$fault = "client";
88
- Object.setPrototypeOf(this, UnauthorizedException.prototype);
77
+ return TooManyRequestsException;
78
+ }(__BaseException));
79
+ export { TooManyRequestsException };
80
+ var UnauthorizedException = (function (_super) {
81
+ __extends(UnauthorizedException, _super);
82
+ function UnauthorizedException(opts) {
83
+ var _this = _super.call(this, __assign({ name: "UnauthorizedException", $fault: "client" }, opts)) || this;
84
+ _this.name = "UnauthorizedException";
85
+ _this.$fault = "client";
86
+ Object.setPrototypeOf(_this, UnauthorizedException.prototype);
87
+ return _this;
89
88
  }
90
- }
89
+ return UnauthorizedException;
90
+ }(__BaseException));
91
+ export { UnauthorizedException };
91
92
  export var CacheClusterSize;
92
93
  (function (CacheClusterSize) {
93
94
  CacheClusterSize["SIZE_0_POINT_5_GB"] = "0.5";
@@ -99,19 +100,19 @@ export var CacheClusterSize;
99
100
  CacheClusterSize["SIZE_58_POINT_2_GB"] = "58.2";
100
101
  CacheClusterSize["SIZE_6_POINT_1_GB"] = "6.1";
101
102
  })(CacheClusterSize || (CacheClusterSize = {}));
102
- export class ServiceUnavailableException extends __BaseException {
103
- constructor(opts) {
104
- super({
105
- name: "ServiceUnavailableException",
106
- $fault: "server",
107
- ...opts,
108
- });
109
- this.name = "ServiceUnavailableException";
110
- this.$fault = "server";
111
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
112
- this.retryAfterSeconds = opts.retryAfterSeconds;
103
+ var ServiceUnavailableException = (function (_super) {
104
+ __extends(ServiceUnavailableException, _super);
105
+ function ServiceUnavailableException(opts) {
106
+ var _this = _super.call(this, __assign({ name: "ServiceUnavailableException", $fault: "server" }, opts)) || this;
107
+ _this.name = "ServiceUnavailableException";
108
+ _this.$fault = "server";
109
+ Object.setPrototypeOf(_this, ServiceUnavailableException.prototype);
110
+ _this.retryAfterSeconds = opts.retryAfterSeconds;
111
+ return _this;
113
112
  }
114
- }
113
+ return ServiceUnavailableException;
114
+ }(__BaseException));
115
+ export { ServiceUnavailableException };
115
116
  export var DocumentationPartType;
116
117
  (function (DocumentationPartType) {
117
118
  DocumentationPartType["API"] = "API";
@@ -214,561 +215,189 @@ export var PutMode;
214
215
  PutMode["Merge"] = "merge";
215
216
  PutMode["Overwrite"] = "overwrite";
216
217
  })(PutMode || (PutMode = {}));
217
- export const AccessLogSettingsFilterSensitiveLog = (obj) => ({
218
- ...obj,
219
- });
220
- export const ThrottleSettingsFilterSensitiveLog = (obj) => ({
221
- ...obj,
222
- });
223
- export const AccountFilterSensitiveLog = (obj) => ({
224
- ...obj,
225
- });
226
- export const ApiKeyFilterSensitiveLog = (obj) => ({
227
- ...obj,
228
- });
229
- export const ApiKeyIdsFilterSensitiveLog = (obj) => ({
230
- ...obj,
231
- });
232
- export const ApiKeysFilterSensitiveLog = (obj) => ({
233
- ...obj,
234
- });
235
- export const ApiStageFilterSensitiveLog = (obj) => ({
236
- ...obj,
237
- });
238
- export const AuthorizerFilterSensitiveLog = (obj) => ({
239
- ...obj,
240
- });
241
- export const AuthorizersFilterSensitiveLog = (obj) => ({
242
- ...obj,
243
- });
244
- export const StageKeyFilterSensitiveLog = (obj) => ({
245
- ...obj,
246
- });
247
- export const CreateApiKeyRequestFilterSensitiveLog = (obj) => ({
248
- ...obj,
249
- });
250
- export const CreateAuthorizerRequestFilterSensitiveLog = (obj) => ({
251
- ...obj,
252
- });
253
- export const BasePathMappingFilterSensitiveLog = (obj) => ({
254
- ...obj,
255
- });
256
- export const CreateBasePathMappingRequestFilterSensitiveLog = (obj) => ({
257
- ...obj,
258
- });
259
- export const DeploymentCanarySettingsFilterSensitiveLog = (obj) => ({
260
- ...obj,
261
- });
262
- export const CreateDeploymentRequestFilterSensitiveLog = (obj) => ({
263
- ...obj,
264
- });
265
- export const MethodSnapshotFilterSensitiveLog = (obj) => ({
266
- ...obj,
267
- });
268
- export const DeploymentFilterSensitiveLog = (obj) => ({
269
- ...obj,
270
- });
271
- export const DocumentationPartLocationFilterSensitiveLog = (obj) => ({
272
- ...obj,
273
- });
274
- export const CreateDocumentationPartRequestFilterSensitiveLog = (obj) => ({
275
- ...obj,
276
- });
277
- export const DocumentationPartFilterSensitiveLog = (obj) => ({
278
- ...obj,
279
- });
280
- export const CreateDocumentationVersionRequestFilterSensitiveLog = (obj) => ({
281
- ...obj,
282
- });
283
- export const DocumentationVersionFilterSensitiveLog = (obj) => ({
284
- ...obj,
285
- });
286
- export const EndpointConfigurationFilterSensitiveLog = (obj) => ({
287
- ...obj,
288
- });
289
- export const MutualTlsAuthenticationInputFilterSensitiveLog = (obj) => ({
290
- ...obj,
291
- });
292
- export const CreateDomainNameRequestFilterSensitiveLog = (obj) => ({
293
- ...obj,
294
- });
295
- export const MutualTlsAuthenticationFilterSensitiveLog = (obj) => ({
296
- ...obj,
297
- });
298
- export const DomainNameFilterSensitiveLog = (obj) => ({
299
- ...obj,
300
- });
301
- export const CreateModelRequestFilterSensitiveLog = (obj) => ({
302
- ...obj,
303
- });
304
- export const ModelFilterSensitiveLog = (obj) => ({
305
- ...obj,
306
- });
307
- export const CreateRequestValidatorRequestFilterSensitiveLog = (obj) => ({
308
- ...obj,
309
- });
310
- export const RequestValidatorFilterSensitiveLog = (obj) => ({
311
- ...obj,
312
- });
313
- export const CreateResourceRequestFilterSensitiveLog = (obj) => ({
314
- ...obj,
315
- });
316
- export const IntegrationResponseFilterSensitiveLog = (obj) => ({
317
- ...obj,
318
- });
319
- export const TlsConfigFilterSensitiveLog = (obj) => ({
320
- ...obj,
321
- });
322
- export const IntegrationFilterSensitiveLog = (obj) => ({
323
- ...obj,
324
- });
325
- export const MethodResponseFilterSensitiveLog = (obj) => ({
326
- ...obj,
327
- });
328
- export const MethodFilterSensitiveLog = (obj) => ({
329
- ...obj,
330
- });
331
- export const ResourceFilterSensitiveLog = (obj) => ({
332
- ...obj,
333
- });
334
- export const CreateRestApiRequestFilterSensitiveLog = (obj) => ({
335
- ...obj,
336
- });
337
- export const RestApiFilterSensitiveLog = (obj) => ({
338
- ...obj,
339
- });
340
- export const CanarySettingsFilterSensitiveLog = (obj) => ({
341
- ...obj,
342
- });
343
- export const CreateStageRequestFilterSensitiveLog = (obj) => ({
344
- ...obj,
345
- });
346
- export const MethodSettingFilterSensitiveLog = (obj) => ({
347
- ...obj,
348
- });
349
- export const StageFilterSensitiveLog = (obj) => ({
350
- ...obj,
351
- });
352
- export const QuotaSettingsFilterSensitiveLog = (obj) => ({
353
- ...obj,
354
- });
355
- export const CreateUsagePlanRequestFilterSensitiveLog = (obj) => ({
356
- ...obj,
357
- });
358
- export const UsagePlanFilterSensitiveLog = (obj) => ({
359
- ...obj,
360
- });
361
- export const CreateUsagePlanKeyRequestFilterSensitiveLog = (obj) => ({
362
- ...obj,
363
- });
364
- export const UsagePlanKeyFilterSensitiveLog = (obj) => ({
365
- ...obj,
366
- });
367
- export const CreateVpcLinkRequestFilterSensitiveLog = (obj) => ({
368
- ...obj,
369
- });
370
- export const VpcLinkFilterSensitiveLog = (obj) => ({
371
- ...obj,
372
- });
373
- export const DeleteApiKeyRequestFilterSensitiveLog = (obj) => ({
374
- ...obj,
375
- });
376
- export const DeleteAuthorizerRequestFilterSensitiveLog = (obj) => ({
377
- ...obj,
378
- });
379
- export const DeleteBasePathMappingRequestFilterSensitiveLog = (obj) => ({
380
- ...obj,
381
- });
382
- export const DeleteClientCertificateRequestFilterSensitiveLog = (obj) => ({
383
- ...obj,
384
- });
385
- export const DeleteDeploymentRequestFilterSensitiveLog = (obj) => ({
386
- ...obj,
387
- });
388
- export const DeleteDocumentationPartRequestFilterSensitiveLog = (obj) => ({
389
- ...obj,
390
- });
391
- export const DeleteDocumentationVersionRequestFilterSensitiveLog = (obj) => ({
392
- ...obj,
393
- });
394
- export const DeleteDomainNameRequestFilterSensitiveLog = (obj) => ({
395
- ...obj,
396
- });
397
- export const DeleteGatewayResponseRequestFilterSensitiveLog = (obj) => ({
398
- ...obj,
399
- });
400
- export const DeleteIntegrationRequestFilterSensitiveLog = (obj) => ({
401
- ...obj,
402
- });
403
- export const DeleteIntegrationResponseRequestFilterSensitiveLog = (obj) => ({
404
- ...obj,
405
- });
406
- export const DeleteMethodRequestFilterSensitiveLog = (obj) => ({
407
- ...obj,
408
- });
409
- export const DeleteMethodResponseRequestFilterSensitiveLog = (obj) => ({
410
- ...obj,
411
- });
412
- export const DeleteModelRequestFilterSensitiveLog = (obj) => ({
413
- ...obj,
414
- });
415
- export const DeleteRequestValidatorRequestFilterSensitiveLog = (obj) => ({
416
- ...obj,
417
- });
418
- export const DeleteResourceRequestFilterSensitiveLog = (obj) => ({
419
- ...obj,
420
- });
421
- export const DeleteRestApiRequestFilterSensitiveLog = (obj) => ({
422
- ...obj,
423
- });
424
- export const DeleteStageRequestFilterSensitiveLog = (obj) => ({
425
- ...obj,
426
- });
427
- export const DeleteUsagePlanRequestFilterSensitiveLog = (obj) => ({
428
- ...obj,
429
- });
430
- export const DeleteUsagePlanKeyRequestFilterSensitiveLog = (obj) => ({
431
- ...obj,
432
- });
433
- export const DeleteVpcLinkRequestFilterSensitiveLog = (obj) => ({
434
- ...obj,
435
- });
436
- export const FlushStageAuthorizersCacheRequestFilterSensitiveLog = (obj) => ({
437
- ...obj,
438
- });
439
- export const FlushStageCacheRequestFilterSensitiveLog = (obj) => ({
440
- ...obj,
441
- });
442
- export const ClientCertificateFilterSensitiveLog = (obj) => ({
443
- ...obj,
444
- });
445
- export const GenerateClientCertificateRequestFilterSensitiveLog = (obj) => ({
446
- ...obj,
447
- });
448
- export const GetAccountRequestFilterSensitiveLog = (obj) => ({
449
- ...obj,
450
- });
451
- export const GetApiKeyRequestFilterSensitiveLog = (obj) => ({
452
- ...obj,
453
- });
454
- export const GetApiKeysRequestFilterSensitiveLog = (obj) => ({
455
- ...obj,
456
- });
457
- export const GetAuthorizerRequestFilterSensitiveLog = (obj) => ({
458
- ...obj,
459
- });
460
- export const GetAuthorizersRequestFilterSensitiveLog = (obj) => ({
461
- ...obj,
462
- });
463
- export const GetBasePathMappingRequestFilterSensitiveLog = (obj) => ({
464
- ...obj,
465
- });
466
- export const BasePathMappingsFilterSensitiveLog = (obj) => ({
467
- ...obj,
468
- });
469
- export const GetBasePathMappingsRequestFilterSensitiveLog = (obj) => ({
470
- ...obj,
471
- });
472
- export const GetClientCertificateRequestFilterSensitiveLog = (obj) => ({
473
- ...obj,
474
- });
475
- export const ClientCertificatesFilterSensitiveLog = (obj) => ({
476
- ...obj,
477
- });
478
- export const GetClientCertificatesRequestFilterSensitiveLog = (obj) => ({
479
- ...obj,
480
- });
481
- export const GetDeploymentRequestFilterSensitiveLog = (obj) => ({
482
- ...obj,
483
- });
484
- export const DeploymentsFilterSensitiveLog = (obj) => ({
485
- ...obj,
486
- });
487
- export const GetDeploymentsRequestFilterSensitiveLog = (obj) => ({
488
- ...obj,
489
- });
490
- export const GetDocumentationPartRequestFilterSensitiveLog = (obj) => ({
491
- ...obj,
492
- });
493
- export const DocumentationPartsFilterSensitiveLog = (obj) => ({
494
- ...obj,
495
- });
496
- export const GetDocumentationPartsRequestFilterSensitiveLog = (obj) => ({
497
- ...obj,
498
- });
499
- export const GetDocumentationVersionRequestFilterSensitiveLog = (obj) => ({
500
- ...obj,
501
- });
502
- export const DocumentationVersionsFilterSensitiveLog = (obj) => ({
503
- ...obj,
504
- });
505
- export const GetDocumentationVersionsRequestFilterSensitiveLog = (obj) => ({
506
- ...obj,
507
- });
508
- export const GetDomainNameRequestFilterSensitiveLog = (obj) => ({
509
- ...obj,
510
- });
511
- export const DomainNamesFilterSensitiveLog = (obj) => ({
512
- ...obj,
513
- });
514
- export const GetDomainNamesRequestFilterSensitiveLog = (obj) => ({
515
- ...obj,
516
- });
517
- export const ExportResponseFilterSensitiveLog = (obj) => ({
518
- ...obj,
519
- });
520
- export const GetExportRequestFilterSensitiveLog = (obj) => ({
521
- ...obj,
522
- });
523
- export const GatewayResponseFilterSensitiveLog = (obj) => ({
524
- ...obj,
525
- });
526
- export const GetGatewayResponseRequestFilterSensitiveLog = (obj) => ({
527
- ...obj,
528
- });
529
- export const GatewayResponsesFilterSensitiveLog = (obj) => ({
530
- ...obj,
531
- });
532
- export const GetGatewayResponsesRequestFilterSensitiveLog = (obj) => ({
533
- ...obj,
534
- });
535
- export const GetIntegrationRequestFilterSensitiveLog = (obj) => ({
536
- ...obj,
537
- });
538
- export const GetIntegrationResponseRequestFilterSensitiveLog = (obj) => ({
539
- ...obj,
540
- });
541
- export const GetMethodRequestFilterSensitiveLog = (obj) => ({
542
- ...obj,
543
- });
544
- export const GetMethodResponseRequestFilterSensitiveLog = (obj) => ({
545
- ...obj,
546
- });
547
- export const GetModelRequestFilterSensitiveLog = (obj) => ({
548
- ...obj,
549
- });
550
- export const GetModelsRequestFilterSensitiveLog = (obj) => ({
551
- ...obj,
552
- });
553
- export const ModelsFilterSensitiveLog = (obj) => ({
554
- ...obj,
555
- });
556
- export const GetModelTemplateRequestFilterSensitiveLog = (obj) => ({
557
- ...obj,
558
- });
559
- export const TemplateFilterSensitiveLog = (obj) => ({
560
- ...obj,
561
- });
562
- export const GetRequestValidatorRequestFilterSensitiveLog = (obj) => ({
563
- ...obj,
564
- });
565
- export const GetRequestValidatorsRequestFilterSensitiveLog = (obj) => ({
566
- ...obj,
567
- });
568
- export const RequestValidatorsFilterSensitiveLog = (obj) => ({
569
- ...obj,
570
- });
571
- export const GetResourceRequestFilterSensitiveLog = (obj) => ({
572
- ...obj,
573
- });
574
- export const GetResourcesRequestFilterSensitiveLog = (obj) => ({
575
- ...obj,
576
- });
577
- export const ResourcesFilterSensitiveLog = (obj) => ({
578
- ...obj,
579
- });
580
- export const GetRestApiRequestFilterSensitiveLog = (obj) => ({
581
- ...obj,
582
- });
583
- export const GetRestApisRequestFilterSensitiveLog = (obj) => ({
584
- ...obj,
585
- });
586
- export const RestApisFilterSensitiveLog = (obj) => ({
587
- ...obj,
588
- });
589
- export const GetSdkRequestFilterSensitiveLog = (obj) => ({
590
- ...obj,
591
- });
592
- export const SdkResponseFilterSensitiveLog = (obj) => ({
593
- ...obj,
594
- });
595
- export const GetSdkTypeRequestFilterSensitiveLog = (obj) => ({
596
- ...obj,
597
- });
598
- export const SdkConfigurationPropertyFilterSensitiveLog = (obj) => ({
599
- ...obj,
600
- });
601
- export const SdkTypeFilterSensitiveLog = (obj) => ({
602
- ...obj,
603
- });
604
- export const GetSdkTypesRequestFilterSensitiveLog = (obj) => ({
605
- ...obj,
606
- });
607
- export const SdkTypesFilterSensitiveLog = (obj) => ({
608
- ...obj,
609
- });
610
- export const GetStageRequestFilterSensitiveLog = (obj) => ({
611
- ...obj,
612
- });
613
- export const GetStagesRequestFilterSensitiveLog = (obj) => ({
614
- ...obj,
615
- });
616
- export const StagesFilterSensitiveLog = (obj) => ({
617
- ...obj,
618
- });
619
- export const GetTagsRequestFilterSensitiveLog = (obj) => ({
620
- ...obj,
621
- });
622
- export const TagsFilterSensitiveLog = (obj) => ({
623
- ...obj,
624
- });
625
- export const GetUsageRequestFilterSensitiveLog = (obj) => ({
626
- ...obj,
627
- });
628
- export const UsageFilterSensitiveLog = (obj) => ({
629
- ...obj,
630
- });
631
- export const GetUsagePlanRequestFilterSensitiveLog = (obj) => ({
632
- ...obj,
633
- });
634
- export const GetUsagePlanKeyRequestFilterSensitiveLog = (obj) => ({
635
- ...obj,
636
- });
637
- export const GetUsagePlanKeysRequestFilterSensitiveLog = (obj) => ({
638
- ...obj,
639
- });
640
- export const UsagePlanKeysFilterSensitiveLog = (obj) => ({
641
- ...obj,
642
- });
643
- export const GetUsagePlansRequestFilterSensitiveLog = (obj) => ({
644
- ...obj,
645
- });
646
- export const UsagePlansFilterSensitiveLog = (obj) => ({
647
- ...obj,
648
- });
649
- export const GetVpcLinkRequestFilterSensitiveLog = (obj) => ({
650
- ...obj,
651
- });
652
- export const GetVpcLinksRequestFilterSensitiveLog = (obj) => ({
653
- ...obj,
654
- });
655
- export const VpcLinksFilterSensitiveLog = (obj) => ({
656
- ...obj,
657
- });
658
- export const ImportApiKeysRequestFilterSensitiveLog = (obj) => ({
659
- ...obj,
660
- });
661
- export const DocumentationPartIdsFilterSensitiveLog = (obj) => ({
662
- ...obj,
663
- });
664
- export const ImportDocumentationPartsRequestFilterSensitiveLog = (obj) => ({
665
- ...obj,
666
- });
667
- export const ImportRestApiRequestFilterSensitiveLog = (obj) => ({
668
- ...obj,
669
- });
670
- export const PutGatewayResponseRequestFilterSensitiveLog = (obj) => ({
671
- ...obj,
672
- });
673
- export const PutIntegrationRequestFilterSensitiveLog = (obj) => ({
674
- ...obj,
675
- });
676
- export const PutIntegrationResponseRequestFilterSensitiveLog = (obj) => ({
677
- ...obj,
678
- });
679
- export const PutMethodRequestFilterSensitiveLog = (obj) => ({
680
- ...obj,
681
- });
682
- export const PutMethodResponseRequestFilterSensitiveLog = (obj) => ({
683
- ...obj,
684
- });
685
- export const PutRestApiRequestFilterSensitiveLog = (obj) => ({
686
- ...obj,
687
- });
688
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
689
- ...obj,
690
- });
691
- export const TestInvokeAuthorizerRequestFilterSensitiveLog = (obj) => ({
692
- ...obj,
693
- });
694
- export const TestInvokeAuthorizerResponseFilterSensitiveLog = (obj) => ({
695
- ...obj,
696
- });
697
- export const TestInvokeMethodRequestFilterSensitiveLog = (obj) => ({
698
- ...obj,
699
- });
700
- export const TestInvokeMethodResponseFilterSensitiveLog = (obj) => ({
701
- ...obj,
702
- });
703
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
704
- ...obj,
705
- });
706
- export const PatchOperationFilterSensitiveLog = (obj) => ({
707
- ...obj,
708
- });
709
- export const UpdateAccountRequestFilterSensitiveLog = (obj) => ({
710
- ...obj,
711
- });
712
- export const UpdateApiKeyRequestFilterSensitiveLog = (obj) => ({
713
- ...obj,
714
- });
715
- export const UpdateAuthorizerRequestFilterSensitiveLog = (obj) => ({
716
- ...obj,
717
- });
718
- export const UpdateBasePathMappingRequestFilterSensitiveLog = (obj) => ({
719
- ...obj,
720
- });
721
- export const UpdateClientCertificateRequestFilterSensitiveLog = (obj) => ({
722
- ...obj,
723
- });
724
- export const UpdateDeploymentRequestFilterSensitiveLog = (obj) => ({
725
- ...obj,
726
- });
727
- export const UpdateDocumentationPartRequestFilterSensitiveLog = (obj) => ({
728
- ...obj,
729
- });
730
- export const UpdateDocumentationVersionRequestFilterSensitiveLog = (obj) => ({
731
- ...obj,
732
- });
733
- export const UpdateDomainNameRequestFilterSensitiveLog = (obj) => ({
734
- ...obj,
735
- });
736
- export const UpdateGatewayResponseRequestFilterSensitiveLog = (obj) => ({
737
- ...obj,
738
- });
739
- export const UpdateIntegrationRequestFilterSensitiveLog = (obj) => ({
740
- ...obj,
741
- });
742
- export const UpdateIntegrationResponseRequestFilterSensitiveLog = (obj) => ({
743
- ...obj,
744
- });
745
- export const UpdateMethodRequestFilterSensitiveLog = (obj) => ({
746
- ...obj,
747
- });
748
- export const UpdateMethodResponseRequestFilterSensitiveLog = (obj) => ({
749
- ...obj,
750
- });
751
- export const UpdateModelRequestFilterSensitiveLog = (obj) => ({
752
- ...obj,
753
- });
754
- export const UpdateRequestValidatorRequestFilterSensitiveLog = (obj) => ({
755
- ...obj,
756
- });
757
- export const UpdateResourceRequestFilterSensitiveLog = (obj) => ({
758
- ...obj,
759
- });
760
- export const UpdateRestApiRequestFilterSensitiveLog = (obj) => ({
761
- ...obj,
762
- });
763
- export const UpdateStageRequestFilterSensitiveLog = (obj) => ({
764
- ...obj,
765
- });
766
- export const UpdateUsageRequestFilterSensitiveLog = (obj) => ({
767
- ...obj,
768
- });
769
- export const UpdateUsagePlanRequestFilterSensitiveLog = (obj) => ({
770
- ...obj,
771
- });
772
- export const UpdateVpcLinkRequestFilterSensitiveLog = (obj) => ({
773
- ...obj,
774
- });
218
+ export var AccessLogSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
219
+ export var ThrottleSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
220
+ export var AccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
221
+ export var ApiKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
222
+ export var ApiKeyIdsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
223
+ export var ApiKeysFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
224
+ export var ApiStageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
225
+ export var AuthorizerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
226
+ export var AuthorizersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
227
+ export var StageKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
228
+ export var CreateApiKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
229
+ export var CreateAuthorizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
230
+ export var BasePathMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
231
+ export var CreateBasePathMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
232
+ export var DeploymentCanarySettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
233
+ export var CreateDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
234
+ export var MethodSnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
235
+ export var DeploymentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
236
+ export var DocumentationPartLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
237
+ export var CreateDocumentationPartRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
238
+ export var DocumentationPartFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
239
+ export var CreateDocumentationVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
240
+ export var DocumentationVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
241
+ export var EndpointConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
242
+ export var MutualTlsAuthenticationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
243
+ export var CreateDomainNameRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
244
+ export var MutualTlsAuthenticationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
245
+ export var DomainNameFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
246
+ export var CreateModelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
247
+ export var ModelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
248
+ export var CreateRequestValidatorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
249
+ export var RequestValidatorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
250
+ export var CreateResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
251
+ export var IntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
252
+ export var TlsConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
253
+ export var IntegrationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
254
+ export var MethodResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
255
+ export var MethodFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
256
+ export var ResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
257
+ export var CreateRestApiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
258
+ export var RestApiFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
259
+ export var CanarySettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
260
+ export var CreateStageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
261
+ export var MethodSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
262
+ export var StageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
263
+ export var QuotaSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
264
+ export var CreateUsagePlanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
265
+ export var UsagePlanFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
266
+ export var CreateUsagePlanKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
267
+ export var UsagePlanKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
268
+ export var CreateVpcLinkRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
269
+ export var VpcLinkFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
+ export var DeleteApiKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
271
+ export var DeleteAuthorizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
272
+ export var DeleteBasePathMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
273
+ export var DeleteClientCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
274
+ export var DeleteDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
275
+ export var DeleteDocumentationPartRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
276
+ export var DeleteDocumentationVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
277
+ export var DeleteDomainNameRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
278
+ export var DeleteGatewayResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
279
+ export var DeleteIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
280
+ export var DeleteIntegrationResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
281
+ export var DeleteMethodRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
282
+ export var DeleteMethodResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
283
+ export var DeleteModelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
284
+ export var DeleteRequestValidatorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
285
+ export var DeleteResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
286
+ export var DeleteRestApiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
287
+ export var DeleteStageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
+ export var DeleteUsagePlanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
289
+ export var DeleteUsagePlanKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
+ export var DeleteVpcLinkRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
291
+ export var FlushStageAuthorizersCacheRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
292
+ export var FlushStageCacheRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
293
+ export var ClientCertificateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
+ export var GenerateClientCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
295
+ export var GetAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
296
+ export var GetApiKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
297
+ export var GetApiKeysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
+ export var GetAuthorizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
299
+ export var GetAuthorizersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
300
+ export var GetBasePathMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
301
+ export var BasePathMappingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
302
+ export var GetBasePathMappingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
303
+ export var GetClientCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
+ export var ClientCertificatesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
305
+ export var GetClientCertificatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
306
+ export var GetDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
307
+ export var DeploymentsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
308
+ export var GetDeploymentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
309
+ export var GetDocumentationPartRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
310
+ export var DocumentationPartsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
311
+ export var GetDocumentationPartsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
312
+ export var GetDocumentationVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
313
+ export var DocumentationVersionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
314
+ export var GetDocumentationVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
315
+ export var GetDomainNameRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
316
+ export var DomainNamesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
317
+ export var GetDomainNamesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
318
+ export var ExportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
319
+ export var GetExportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
320
+ export var GatewayResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
321
+ export var GetGatewayResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
322
+ export var GatewayResponsesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
323
+ export var GetGatewayResponsesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
324
+ export var GetIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
325
+ export var GetIntegrationResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
326
+ export var GetMethodRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
327
+ export var GetMethodResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
328
+ export var GetModelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
329
+ export var GetModelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
330
+ export var ModelsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
331
+ export var GetModelTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
+ export var TemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
+ export var GetRequestValidatorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
+ export var GetRequestValidatorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
335
+ export var RequestValidatorsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
+ export var GetResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
337
+ export var GetResourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
+ export var ResourcesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
339
+ export var GetRestApiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
340
+ export var GetRestApisRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
+ export var RestApisFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
342
+ export var GetSdkRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
343
+ export var SdkResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
344
+ export var GetSdkTypeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
345
+ export var SdkConfigurationPropertyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
346
+ export var SdkTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
347
+ export var GetSdkTypesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
+ export var SdkTypesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
349
+ export var GetStageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
350
+ export var GetStagesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
351
+ export var StagesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
352
+ export var GetTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
353
+ export var TagsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
354
+ export var GetUsageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
355
+ export var UsageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
356
+ export var GetUsagePlanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
357
+ export var GetUsagePlanKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
358
+ export var GetUsagePlanKeysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
359
+ export var UsagePlanKeysFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
360
+ export var GetUsagePlansRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
361
+ export var UsagePlansFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
362
+ export var GetVpcLinkRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
363
+ export var GetVpcLinksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
364
+ export var VpcLinksFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
365
+ export var ImportApiKeysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
366
+ export var DocumentationPartIdsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
+ export var ImportDocumentationPartsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
368
+ export var ImportRestApiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
369
+ export var PutGatewayResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
370
+ export var PutIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
371
+ export var PutIntegrationResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
372
+ export var PutMethodRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
373
+ export var PutMethodResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
374
+ export var PutRestApiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
375
+ export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
376
+ export var TestInvokeAuthorizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
377
+ export var TestInvokeAuthorizerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
378
+ export var TestInvokeMethodRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
379
+ export var TestInvokeMethodResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
380
+ export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
381
+ export var PatchOperationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
382
+ export var UpdateAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
383
+ export var UpdateApiKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
384
+ export var UpdateAuthorizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
385
+ export var UpdateBasePathMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
386
+ export var UpdateClientCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
387
+ export var UpdateDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
388
+ export var UpdateDocumentationPartRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
389
+ export var UpdateDocumentationVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
390
+ export var UpdateDomainNameRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
391
+ export var UpdateGatewayResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
392
+ export var UpdateIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
393
+ export var UpdateIntegrationResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
394
+ export var UpdateMethodRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
395
+ export var UpdateMethodResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
+ export var UpdateModelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
397
+ export var UpdateRequestValidatorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
398
+ export var UpdateResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
399
+ export var UpdateRestApiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
+ export var UpdateStageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
401
+ export var UpdateUsageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
402
+ export var UpdateUsagePlanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
403
+ export var UpdateVpcLinkRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };