@aws-sdk/client-lambda 3.183.0 → 3.186.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 (92) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +2 -2
  3. package/dist-es/Lambda.js +261 -254
  4. package/dist-es/LambdaClient.js +28 -22
  5. package/dist-es/commands/AddLayerVersionPermissionCommand.js +28 -21
  6. package/dist-es/commands/AddPermissionCommand.js +28 -21
  7. package/dist-es/commands/CreateAliasCommand.js +28 -21
  8. package/dist-es/commands/CreateCodeSigningConfigCommand.js +28 -21
  9. package/dist-es/commands/CreateEventSourceMappingCommand.js +28 -21
  10. package/dist-es/commands/CreateFunctionCommand.js +28 -21
  11. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +28 -21
  12. package/dist-es/commands/DeleteAliasCommand.js +29 -22
  13. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +28 -21
  14. package/dist-es/commands/DeleteEventSourceMappingCommand.js +28 -21
  15. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +29 -22
  16. package/dist-es/commands/DeleteFunctionCommand.js +29 -22
  17. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +29 -22
  18. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +29 -22
  19. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +29 -22
  20. package/dist-es/commands/DeleteLayerVersionCommand.js +29 -22
  21. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +29 -22
  22. package/dist-es/commands/GetAccountSettingsCommand.js +28 -21
  23. package/dist-es/commands/GetAliasCommand.js +28 -21
  24. package/dist-es/commands/GetCodeSigningConfigCommand.js +28 -21
  25. package/dist-es/commands/GetEventSourceMappingCommand.js +28 -21
  26. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +28 -21
  27. package/dist-es/commands/GetFunctionCommand.js +28 -21
  28. package/dist-es/commands/GetFunctionConcurrencyCommand.js +28 -21
  29. package/dist-es/commands/GetFunctionConfigurationCommand.js +28 -21
  30. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +28 -21
  31. package/dist-es/commands/GetFunctionUrlConfigCommand.js +28 -21
  32. package/dist-es/commands/GetLayerVersionByArnCommand.js +28 -21
  33. package/dist-es/commands/GetLayerVersionCommand.js +28 -21
  34. package/dist-es/commands/GetLayerVersionPolicyCommand.js +28 -21
  35. package/dist-es/commands/GetPolicyCommand.js +28 -21
  36. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +28 -21
  37. package/dist-es/commands/InvokeAsyncCommand.js +28 -21
  38. package/dist-es/commands/InvokeCommand.js +28 -21
  39. package/dist-es/commands/ListAliasesCommand.js +28 -21
  40. package/dist-es/commands/ListCodeSigningConfigsCommand.js +28 -21
  41. package/dist-es/commands/ListEventSourceMappingsCommand.js +28 -21
  42. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +28 -21
  43. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +28 -21
  44. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +28 -21
  45. package/dist-es/commands/ListFunctionsCommand.js +28 -21
  46. package/dist-es/commands/ListLayerVersionsCommand.js +28 -21
  47. package/dist-es/commands/ListLayersCommand.js +28 -21
  48. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +28 -21
  49. package/dist-es/commands/ListTagsCommand.js +28 -21
  50. package/dist-es/commands/ListVersionsByFunctionCommand.js +28 -21
  51. package/dist-es/commands/PublishLayerVersionCommand.js +28 -21
  52. package/dist-es/commands/PublishVersionCommand.js +28 -21
  53. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +28 -21
  54. package/dist-es/commands/PutFunctionConcurrencyCommand.js +28 -21
  55. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +28 -21
  56. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +28 -21
  57. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +29 -22
  58. package/dist-es/commands/RemovePermissionCommand.js +29 -22
  59. package/dist-es/commands/TagResourceCommand.js +29 -22
  60. package/dist-es/commands/UntagResourceCommand.js +29 -22
  61. package/dist-es/commands/UpdateAliasCommand.js +28 -21
  62. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +28 -21
  63. package/dist-es/commands/UpdateEventSourceMappingCommand.js +28 -21
  64. package/dist-es/commands/UpdateFunctionCodeCommand.js +28 -21
  65. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +28 -21
  66. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +28 -21
  67. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +28 -21
  68. package/dist-es/endpoints.js +8 -8
  69. package/dist-es/models/LambdaServiceException.js +10 -5
  70. package/dist-es/models/models_0.js +611 -910
  71. package/dist-es/pagination/ListAliasesPaginator.js +68 -25
  72. package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +68 -25
  73. package/dist-es/pagination/ListEventSourceMappingsPaginator.js +68 -25
  74. package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +68 -25
  75. package/dist-es/pagination/ListFunctionUrlConfigsPaginator.js +68 -25
  76. package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +68 -25
  77. package/dist-es/pagination/ListFunctionsPaginator.js +68 -25
  78. package/dist-es/pagination/ListLayerVersionsPaginator.js +68 -25
  79. package/dist-es/pagination/ListLayersPaginator.js +68 -25
  80. package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +68 -25
  81. package/dist-es/pagination/ListVersionsByFunctionPaginator.js +68 -25
  82. package/dist-es/protocols/Aws_restJson1.js +7958 -6112
  83. package/dist-es/runtimeConfig.browser.js +12 -26
  84. package/dist-es/runtimeConfig.js +12 -30
  85. package/dist-es/runtimeConfig.native.js +5 -8
  86. package/dist-es/runtimeConfig.shared.js +11 -8
  87. package/dist-es/waiters/waitForFunctionActive.js +65 -45
  88. package/dist-es/waiters/waitForFunctionActiveV2.js +65 -45
  89. package/dist-es/waiters/waitForFunctionExists.js +42 -23
  90. package/dist-es/waiters/waitForFunctionUpdated.js +65 -45
  91. package/dist-es/waiters/waitForFunctionUpdatedV2.js +65 -45
  92. package/package.json +34 -34
@@ -1,85 +1,86 @@
1
+ import { __assign, __extends } from "tslib";
1
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
3
  import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
3
- export class InvalidParameterValueException extends __BaseException {
4
- constructor(opts) {
5
- super({
6
- name: "InvalidParameterValueException",
7
- $fault: "client",
8
- ...opts,
9
- });
10
- this.name = "InvalidParameterValueException";
11
- this.$fault = "client";
12
- Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
13
- this.Type = opts.Type;
14
- }
15
- }
16
- export class PolicyLengthExceededException extends __BaseException {
17
- constructor(opts) {
18
- super({
19
- name: "PolicyLengthExceededException",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- this.name = "PolicyLengthExceededException";
24
- this.$fault = "client";
25
- Object.setPrototypeOf(this, PolicyLengthExceededException.prototype);
26
- this.Type = opts.Type;
27
- }
28
- }
29
- export class PreconditionFailedException extends __BaseException {
30
- constructor(opts) {
31
- super({
32
- name: "PreconditionFailedException",
33
- $fault: "client",
34
- ...opts,
35
- });
36
- this.name = "PreconditionFailedException";
37
- this.$fault = "client";
38
- Object.setPrototypeOf(this, PreconditionFailedException.prototype);
39
- this.Type = opts.Type;
40
- }
41
- }
42
- export class ResourceConflictException extends __BaseException {
43
- constructor(opts) {
44
- super({
45
- name: "ResourceConflictException",
46
- $fault: "client",
47
- ...opts,
48
- });
49
- this.name = "ResourceConflictException";
50
- this.$fault = "client";
51
- Object.setPrototypeOf(this, ResourceConflictException.prototype);
52
- this.Type = opts.Type;
53
- }
54
- }
55
- export class ResourceNotFoundException extends __BaseException {
56
- constructor(opts) {
57
- super({
58
- name: "ResourceNotFoundException",
59
- $fault: "client",
60
- ...opts,
61
- });
62
- this.name = "ResourceNotFoundException";
63
- this.$fault = "client";
64
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
65
- this.Type = opts.Type;
66
- this.Message = opts.Message;
67
- }
68
- }
69
- export class ServiceException extends __BaseException {
70
- constructor(opts) {
71
- super({
72
- name: "ServiceException",
73
- $fault: "server",
74
- ...opts,
75
- });
76
- this.name = "ServiceException";
77
- this.$fault = "server";
78
- Object.setPrototypeOf(this, ServiceException.prototype);
79
- this.Type = opts.Type;
80
- this.Message = opts.Message;
81
- }
82
- }
4
+ var InvalidParameterValueException = (function (_super) {
5
+ __extends(InvalidParameterValueException, _super);
6
+ function InvalidParameterValueException(opts) {
7
+ var _this = _super.call(this, __assign({ name: "InvalidParameterValueException", $fault: "client" }, opts)) || this;
8
+ _this.name = "InvalidParameterValueException";
9
+ _this.$fault = "client";
10
+ Object.setPrototypeOf(_this, InvalidParameterValueException.prototype);
11
+ _this.Type = opts.Type;
12
+ return _this;
13
+ }
14
+ return InvalidParameterValueException;
15
+ }(__BaseException));
16
+ export { InvalidParameterValueException };
17
+ var PolicyLengthExceededException = (function (_super) {
18
+ __extends(PolicyLengthExceededException, _super);
19
+ function PolicyLengthExceededException(opts) {
20
+ var _this = _super.call(this, __assign({ name: "PolicyLengthExceededException", $fault: "client" }, opts)) || this;
21
+ _this.name = "PolicyLengthExceededException";
22
+ _this.$fault = "client";
23
+ Object.setPrototypeOf(_this, PolicyLengthExceededException.prototype);
24
+ _this.Type = opts.Type;
25
+ return _this;
26
+ }
27
+ return PolicyLengthExceededException;
28
+ }(__BaseException));
29
+ export { PolicyLengthExceededException };
30
+ var PreconditionFailedException = (function (_super) {
31
+ __extends(PreconditionFailedException, _super);
32
+ function PreconditionFailedException(opts) {
33
+ var _this = _super.call(this, __assign({ name: "PreconditionFailedException", $fault: "client" }, opts)) || this;
34
+ _this.name = "PreconditionFailedException";
35
+ _this.$fault = "client";
36
+ Object.setPrototypeOf(_this, PreconditionFailedException.prototype);
37
+ _this.Type = opts.Type;
38
+ return _this;
39
+ }
40
+ return PreconditionFailedException;
41
+ }(__BaseException));
42
+ export { PreconditionFailedException };
43
+ var ResourceConflictException = (function (_super) {
44
+ __extends(ResourceConflictException, _super);
45
+ function ResourceConflictException(opts) {
46
+ var _this = _super.call(this, __assign({ name: "ResourceConflictException", $fault: "client" }, opts)) || this;
47
+ _this.name = "ResourceConflictException";
48
+ _this.$fault = "client";
49
+ Object.setPrototypeOf(_this, ResourceConflictException.prototype);
50
+ _this.Type = opts.Type;
51
+ return _this;
52
+ }
53
+ return ResourceConflictException;
54
+ }(__BaseException));
55
+ export { ResourceConflictException };
56
+ var ResourceNotFoundException = (function (_super) {
57
+ __extends(ResourceNotFoundException, _super);
58
+ function ResourceNotFoundException(opts) {
59
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
60
+ _this.name = "ResourceNotFoundException";
61
+ _this.$fault = "client";
62
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
63
+ _this.Type = opts.Type;
64
+ _this.Message = opts.Message;
65
+ return _this;
66
+ }
67
+ return ResourceNotFoundException;
68
+ }(__BaseException));
69
+ export { ResourceNotFoundException };
70
+ var ServiceException = (function (_super) {
71
+ __extends(ServiceException, _super);
72
+ function ServiceException(opts) {
73
+ var _this = _super.call(this, __assign({ name: "ServiceException", $fault: "server" }, opts)) || this;
74
+ _this.name = "ServiceException";
75
+ _this.$fault = "server";
76
+ Object.setPrototypeOf(_this, ServiceException.prototype);
77
+ _this.Type = opts.Type;
78
+ _this.Message = opts.Message;
79
+ return _this;
80
+ }
81
+ return ServiceException;
82
+ }(__BaseException));
83
+ export { ServiceException };
83
84
  export var ThrottleReason;
84
85
  (function (ThrottleReason) {
85
86
  ThrottleReason["CallerRateLimitExceeded"] = "CallerRateLimitExceeded";
@@ -88,21 +89,21 @@ export var ThrottleReason;
88
89
  ThrottleReason["ReservedFunctionConcurrentInvocationLimitExceeded"] = "ReservedFunctionConcurrentInvocationLimitExceeded";
89
90
  ThrottleReason["ReservedFunctionInvocationRateLimitExceeded"] = "ReservedFunctionInvocationRateLimitExceeded";
90
91
  })(ThrottleReason || (ThrottleReason = {}));
91
- export class TooManyRequestsException extends __BaseException {
92
- constructor(opts) {
93
- super({
94
- name: "TooManyRequestsException",
95
- $fault: "client",
96
- ...opts,
97
- });
98
- this.name = "TooManyRequestsException";
99
- this.$fault = "client";
100
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
101
- this.retryAfterSeconds = opts.retryAfterSeconds;
102
- this.Type = opts.Type;
103
- this.Reason = opts.Reason;
104
- }
105
- }
92
+ var TooManyRequestsException = (function (_super) {
93
+ __extends(TooManyRequestsException, _super);
94
+ function TooManyRequestsException(opts) {
95
+ var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
96
+ _this.name = "TooManyRequestsException";
97
+ _this.$fault = "client";
98
+ Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
99
+ _this.retryAfterSeconds = opts.retryAfterSeconds;
100
+ _this.Type = opts.Type;
101
+ _this.Reason = opts.Reason;
102
+ return _this;
103
+ }
104
+ return TooManyRequestsException;
105
+ }(__BaseException));
106
+ export { TooManyRequestsException };
106
107
  export var FunctionUrlAuthType;
107
108
  (function (FunctionUrlAuthType) {
108
109
  FunctionUrlAuthType["AWS_IAM"] = "AWS_IAM";
@@ -143,47 +144,47 @@ export var EventSourcePosition;
143
144
  EventSourcePosition["LATEST"] = "LATEST";
144
145
  EventSourcePosition["TRIM_HORIZON"] = "TRIM_HORIZON";
145
146
  })(EventSourcePosition || (EventSourcePosition = {}));
146
- export class CodeSigningConfigNotFoundException extends __BaseException {
147
- constructor(opts) {
148
- super({
149
- name: "CodeSigningConfigNotFoundException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- this.name = "CodeSigningConfigNotFoundException";
154
- this.$fault = "client";
155
- Object.setPrototypeOf(this, CodeSigningConfigNotFoundException.prototype);
156
- this.Type = opts.Type;
157
- this.Message = opts.Message;
158
- }
159
- }
160
- export class CodeStorageExceededException extends __BaseException {
161
- constructor(opts) {
162
- super({
163
- name: "CodeStorageExceededException",
164
- $fault: "client",
165
- ...opts,
166
- });
167
- this.name = "CodeStorageExceededException";
168
- this.$fault = "client";
169
- Object.setPrototypeOf(this, CodeStorageExceededException.prototype);
170
- this.Type = opts.Type;
171
- }
172
- }
173
- export class CodeVerificationFailedException extends __BaseException {
174
- constructor(opts) {
175
- super({
176
- name: "CodeVerificationFailedException",
177
- $fault: "client",
178
- ...opts,
179
- });
180
- this.name = "CodeVerificationFailedException";
181
- this.$fault = "client";
182
- Object.setPrototypeOf(this, CodeVerificationFailedException.prototype);
183
- this.Type = opts.Type;
184
- this.Message = opts.Message;
185
- }
186
- }
147
+ var CodeSigningConfigNotFoundException = (function (_super) {
148
+ __extends(CodeSigningConfigNotFoundException, _super);
149
+ function CodeSigningConfigNotFoundException(opts) {
150
+ var _this = _super.call(this, __assign({ name: "CodeSigningConfigNotFoundException", $fault: "client" }, opts)) || this;
151
+ _this.name = "CodeSigningConfigNotFoundException";
152
+ _this.$fault = "client";
153
+ Object.setPrototypeOf(_this, CodeSigningConfigNotFoundException.prototype);
154
+ _this.Type = opts.Type;
155
+ _this.Message = opts.Message;
156
+ return _this;
157
+ }
158
+ return CodeSigningConfigNotFoundException;
159
+ }(__BaseException));
160
+ export { CodeSigningConfigNotFoundException };
161
+ var CodeStorageExceededException = (function (_super) {
162
+ __extends(CodeStorageExceededException, _super);
163
+ function CodeStorageExceededException(opts) {
164
+ var _this = _super.call(this, __assign({ name: "CodeStorageExceededException", $fault: "client" }, opts)) || this;
165
+ _this.name = "CodeStorageExceededException";
166
+ _this.$fault = "client";
167
+ Object.setPrototypeOf(_this, CodeStorageExceededException.prototype);
168
+ _this.Type = opts.Type;
169
+ return _this;
170
+ }
171
+ return CodeStorageExceededException;
172
+ }(__BaseException));
173
+ export { CodeStorageExceededException };
174
+ var CodeVerificationFailedException = (function (_super) {
175
+ __extends(CodeVerificationFailedException, _super);
176
+ function CodeVerificationFailedException(opts) {
177
+ var _this = _super.call(this, __assign({ name: "CodeVerificationFailedException", $fault: "client" }, opts)) || this;
178
+ _this.name = "CodeVerificationFailedException";
179
+ _this.$fault = "client";
180
+ Object.setPrototypeOf(_this, CodeVerificationFailedException.prototype);
181
+ _this.Type = opts.Type;
182
+ _this.Message = opts.Message;
183
+ return _this;
184
+ }
185
+ return CodeVerificationFailedException;
186
+ }(__BaseException));
187
+ export { CodeVerificationFailedException };
187
188
  export var PackageType;
188
189
  (function (PackageType) {
189
190
  PackageType["Image"] = "Image";
@@ -266,235 +267,235 @@ export var StateReasonCode;
266
267
  StateReasonCode["Restoring"] = "Restoring";
267
268
  StateReasonCode["SubnetOutOfIPAddresses"] = "SubnetOutOfIPAddresses";
268
269
  })(StateReasonCode || (StateReasonCode = {}));
269
- export class InvalidCodeSignatureException extends __BaseException {
270
- constructor(opts) {
271
- super({
272
- name: "InvalidCodeSignatureException",
273
- $fault: "client",
274
- ...opts,
275
- });
276
- this.name = "InvalidCodeSignatureException";
277
- this.$fault = "client";
278
- Object.setPrototypeOf(this, InvalidCodeSignatureException.prototype);
279
- this.Type = opts.Type;
280
- this.Message = opts.Message;
281
- }
282
- }
283
- export class ResourceInUseException extends __BaseException {
284
- constructor(opts) {
285
- super({
286
- name: "ResourceInUseException",
287
- $fault: "client",
288
- ...opts,
289
- });
290
- this.name = "ResourceInUseException";
291
- this.$fault = "client";
292
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
293
- this.Type = opts.Type;
294
- this.Message = opts.Message;
295
- }
296
- }
270
+ var InvalidCodeSignatureException = (function (_super) {
271
+ __extends(InvalidCodeSignatureException, _super);
272
+ function InvalidCodeSignatureException(opts) {
273
+ var _this = _super.call(this, __assign({ name: "InvalidCodeSignatureException", $fault: "client" }, opts)) || this;
274
+ _this.name = "InvalidCodeSignatureException";
275
+ _this.$fault = "client";
276
+ Object.setPrototypeOf(_this, InvalidCodeSignatureException.prototype);
277
+ _this.Type = opts.Type;
278
+ _this.Message = opts.Message;
279
+ return _this;
280
+ }
281
+ return InvalidCodeSignatureException;
282
+ }(__BaseException));
283
+ export { InvalidCodeSignatureException };
284
+ var ResourceInUseException = (function (_super) {
285
+ __extends(ResourceInUseException, _super);
286
+ function ResourceInUseException(opts) {
287
+ var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
288
+ _this.name = "ResourceInUseException";
289
+ _this.$fault = "client";
290
+ Object.setPrototypeOf(_this, ResourceInUseException.prototype);
291
+ _this.Type = opts.Type;
292
+ _this.Message = opts.Message;
293
+ return _this;
294
+ }
295
+ return ResourceInUseException;
296
+ }(__BaseException));
297
+ export { ResourceInUseException };
297
298
  export var ProvisionedConcurrencyStatusEnum;
298
299
  (function (ProvisionedConcurrencyStatusEnum) {
299
300
  ProvisionedConcurrencyStatusEnum["FAILED"] = "FAILED";
300
301
  ProvisionedConcurrencyStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
301
302
  ProvisionedConcurrencyStatusEnum["READY"] = "READY";
302
303
  })(ProvisionedConcurrencyStatusEnum || (ProvisionedConcurrencyStatusEnum = {}));
303
- export class ProvisionedConcurrencyConfigNotFoundException extends __BaseException {
304
- constructor(opts) {
305
- super({
306
- name: "ProvisionedConcurrencyConfigNotFoundException",
307
- $fault: "client",
308
- ...opts,
309
- });
310
- this.name = "ProvisionedConcurrencyConfigNotFoundException";
311
- this.$fault = "client";
312
- Object.setPrototypeOf(this, ProvisionedConcurrencyConfigNotFoundException.prototype);
313
- this.Type = opts.Type;
314
- }
315
- }
316
- export class EC2AccessDeniedException extends __BaseException {
317
- constructor(opts) {
318
- super({
319
- name: "EC2AccessDeniedException",
320
- $fault: "server",
321
- ...opts,
322
- });
323
- this.name = "EC2AccessDeniedException";
324
- this.$fault = "server";
325
- Object.setPrototypeOf(this, EC2AccessDeniedException.prototype);
326
- this.Type = opts.Type;
327
- this.Message = opts.Message;
328
- }
329
- }
330
- export class EC2ThrottledException extends __BaseException {
331
- constructor(opts) {
332
- super({
333
- name: "EC2ThrottledException",
334
- $fault: "server",
335
- ...opts,
336
- });
337
- this.name = "EC2ThrottledException";
338
- this.$fault = "server";
339
- Object.setPrototypeOf(this, EC2ThrottledException.prototype);
340
- this.Type = opts.Type;
341
- this.Message = opts.Message;
342
- }
343
- }
344
- export class EC2UnexpectedException extends __BaseException {
345
- constructor(opts) {
346
- super({
347
- name: "EC2UnexpectedException",
348
- $fault: "server",
349
- ...opts,
350
- });
351
- this.name = "EC2UnexpectedException";
352
- this.$fault = "server";
353
- Object.setPrototypeOf(this, EC2UnexpectedException.prototype);
354
- this.Type = opts.Type;
355
- this.Message = opts.Message;
356
- this.EC2ErrorCode = opts.EC2ErrorCode;
357
- }
358
- }
359
- export class EFSIOException extends __BaseException {
360
- constructor(opts) {
361
- super({
362
- name: "EFSIOException",
363
- $fault: "client",
364
- ...opts,
365
- });
366
- this.name = "EFSIOException";
367
- this.$fault = "client";
368
- Object.setPrototypeOf(this, EFSIOException.prototype);
369
- this.Type = opts.Type;
370
- this.Message = opts.Message;
371
- }
372
- }
373
- export class EFSMountConnectivityException extends __BaseException {
374
- constructor(opts) {
375
- super({
376
- name: "EFSMountConnectivityException",
377
- $fault: "client",
378
- ...opts,
379
- });
380
- this.name = "EFSMountConnectivityException";
381
- this.$fault = "client";
382
- Object.setPrototypeOf(this, EFSMountConnectivityException.prototype);
383
- this.Type = opts.Type;
384
- this.Message = opts.Message;
385
- }
386
- }
387
- export class EFSMountFailureException extends __BaseException {
388
- constructor(opts) {
389
- super({
390
- name: "EFSMountFailureException",
391
- $fault: "client",
392
- ...opts,
393
- });
394
- this.name = "EFSMountFailureException";
395
- this.$fault = "client";
396
- Object.setPrototypeOf(this, EFSMountFailureException.prototype);
397
- this.Type = opts.Type;
398
- this.Message = opts.Message;
399
- }
400
- }
401
- export class EFSMountTimeoutException extends __BaseException {
402
- constructor(opts) {
403
- super({
404
- name: "EFSMountTimeoutException",
405
- $fault: "client",
406
- ...opts,
407
- });
408
- this.name = "EFSMountTimeoutException";
409
- this.$fault = "client";
410
- Object.setPrototypeOf(this, EFSMountTimeoutException.prototype);
411
- this.Type = opts.Type;
412
- this.Message = opts.Message;
413
- }
414
- }
415
- export class ENILimitReachedException extends __BaseException {
416
- constructor(opts) {
417
- super({
418
- name: "ENILimitReachedException",
419
- $fault: "server",
420
- ...opts,
421
- });
422
- this.name = "ENILimitReachedException";
423
- this.$fault = "server";
424
- Object.setPrototypeOf(this, ENILimitReachedException.prototype);
425
- this.Type = opts.Type;
426
- this.Message = opts.Message;
427
- }
428
- }
429
- export class InvalidRequestContentException extends __BaseException {
430
- constructor(opts) {
431
- super({
432
- name: "InvalidRequestContentException",
433
- $fault: "client",
434
- ...opts,
435
- });
436
- this.name = "InvalidRequestContentException";
437
- this.$fault = "client";
438
- Object.setPrototypeOf(this, InvalidRequestContentException.prototype);
439
- this.Type = opts.Type;
440
- }
441
- }
442
- export class InvalidRuntimeException extends __BaseException {
443
- constructor(opts) {
444
- super({
445
- name: "InvalidRuntimeException",
446
- $fault: "server",
447
- ...opts,
448
- });
449
- this.name = "InvalidRuntimeException";
450
- this.$fault = "server";
451
- Object.setPrototypeOf(this, InvalidRuntimeException.prototype);
452
- this.Type = opts.Type;
453
- this.Message = opts.Message;
454
- }
455
- }
456
- export class InvalidSecurityGroupIDException extends __BaseException {
457
- constructor(opts) {
458
- super({
459
- name: "InvalidSecurityGroupIDException",
460
- $fault: "server",
461
- ...opts,
462
- });
463
- this.name = "InvalidSecurityGroupIDException";
464
- this.$fault = "server";
465
- Object.setPrototypeOf(this, InvalidSecurityGroupIDException.prototype);
466
- this.Type = opts.Type;
467
- this.Message = opts.Message;
468
- }
469
- }
470
- export class InvalidSubnetIDException extends __BaseException {
471
- constructor(opts) {
472
- super({
473
- name: "InvalidSubnetIDException",
474
- $fault: "server",
475
- ...opts,
476
- });
477
- this.name = "InvalidSubnetIDException";
478
- this.$fault = "server";
479
- Object.setPrototypeOf(this, InvalidSubnetIDException.prototype);
480
- this.Type = opts.Type;
481
- this.Message = opts.Message;
482
- }
483
- }
484
- export class InvalidZipFileException extends __BaseException {
485
- constructor(opts) {
486
- super({
487
- name: "InvalidZipFileException",
488
- $fault: "server",
489
- ...opts,
490
- });
491
- this.name = "InvalidZipFileException";
492
- this.$fault = "server";
493
- Object.setPrototypeOf(this, InvalidZipFileException.prototype);
494
- this.Type = opts.Type;
495
- this.Message = opts.Message;
496
- }
497
- }
304
+ var ProvisionedConcurrencyConfigNotFoundException = (function (_super) {
305
+ __extends(ProvisionedConcurrencyConfigNotFoundException, _super);
306
+ function ProvisionedConcurrencyConfigNotFoundException(opts) {
307
+ var _this = _super.call(this, __assign({ name: "ProvisionedConcurrencyConfigNotFoundException", $fault: "client" }, opts)) || this;
308
+ _this.name = "ProvisionedConcurrencyConfigNotFoundException";
309
+ _this.$fault = "client";
310
+ Object.setPrototypeOf(_this, ProvisionedConcurrencyConfigNotFoundException.prototype);
311
+ _this.Type = opts.Type;
312
+ return _this;
313
+ }
314
+ return ProvisionedConcurrencyConfigNotFoundException;
315
+ }(__BaseException));
316
+ export { ProvisionedConcurrencyConfigNotFoundException };
317
+ var EC2AccessDeniedException = (function (_super) {
318
+ __extends(EC2AccessDeniedException, _super);
319
+ function EC2AccessDeniedException(opts) {
320
+ var _this = _super.call(this, __assign({ name: "EC2AccessDeniedException", $fault: "server" }, opts)) || this;
321
+ _this.name = "EC2AccessDeniedException";
322
+ _this.$fault = "server";
323
+ Object.setPrototypeOf(_this, EC2AccessDeniedException.prototype);
324
+ _this.Type = opts.Type;
325
+ _this.Message = opts.Message;
326
+ return _this;
327
+ }
328
+ return EC2AccessDeniedException;
329
+ }(__BaseException));
330
+ export { EC2AccessDeniedException };
331
+ var EC2ThrottledException = (function (_super) {
332
+ __extends(EC2ThrottledException, _super);
333
+ function EC2ThrottledException(opts) {
334
+ var _this = _super.call(this, __assign({ name: "EC2ThrottledException", $fault: "server" }, opts)) || this;
335
+ _this.name = "EC2ThrottledException";
336
+ _this.$fault = "server";
337
+ Object.setPrototypeOf(_this, EC2ThrottledException.prototype);
338
+ _this.Type = opts.Type;
339
+ _this.Message = opts.Message;
340
+ return _this;
341
+ }
342
+ return EC2ThrottledException;
343
+ }(__BaseException));
344
+ export { EC2ThrottledException };
345
+ var EC2UnexpectedException = (function (_super) {
346
+ __extends(EC2UnexpectedException, _super);
347
+ function EC2UnexpectedException(opts) {
348
+ var _this = _super.call(this, __assign({ name: "EC2UnexpectedException", $fault: "server" }, opts)) || this;
349
+ _this.name = "EC2UnexpectedException";
350
+ _this.$fault = "server";
351
+ Object.setPrototypeOf(_this, EC2UnexpectedException.prototype);
352
+ _this.Type = opts.Type;
353
+ _this.Message = opts.Message;
354
+ _this.EC2ErrorCode = opts.EC2ErrorCode;
355
+ return _this;
356
+ }
357
+ return EC2UnexpectedException;
358
+ }(__BaseException));
359
+ export { EC2UnexpectedException };
360
+ var EFSIOException = (function (_super) {
361
+ __extends(EFSIOException, _super);
362
+ function EFSIOException(opts) {
363
+ var _this = _super.call(this, __assign({ name: "EFSIOException", $fault: "client" }, opts)) || this;
364
+ _this.name = "EFSIOException";
365
+ _this.$fault = "client";
366
+ Object.setPrototypeOf(_this, EFSIOException.prototype);
367
+ _this.Type = opts.Type;
368
+ _this.Message = opts.Message;
369
+ return _this;
370
+ }
371
+ return EFSIOException;
372
+ }(__BaseException));
373
+ export { EFSIOException };
374
+ var EFSMountConnectivityException = (function (_super) {
375
+ __extends(EFSMountConnectivityException, _super);
376
+ function EFSMountConnectivityException(opts) {
377
+ var _this = _super.call(this, __assign({ name: "EFSMountConnectivityException", $fault: "client" }, opts)) || this;
378
+ _this.name = "EFSMountConnectivityException";
379
+ _this.$fault = "client";
380
+ Object.setPrototypeOf(_this, EFSMountConnectivityException.prototype);
381
+ _this.Type = opts.Type;
382
+ _this.Message = opts.Message;
383
+ return _this;
384
+ }
385
+ return EFSMountConnectivityException;
386
+ }(__BaseException));
387
+ export { EFSMountConnectivityException };
388
+ var EFSMountFailureException = (function (_super) {
389
+ __extends(EFSMountFailureException, _super);
390
+ function EFSMountFailureException(opts) {
391
+ var _this = _super.call(this, __assign({ name: "EFSMountFailureException", $fault: "client" }, opts)) || this;
392
+ _this.name = "EFSMountFailureException";
393
+ _this.$fault = "client";
394
+ Object.setPrototypeOf(_this, EFSMountFailureException.prototype);
395
+ _this.Type = opts.Type;
396
+ _this.Message = opts.Message;
397
+ return _this;
398
+ }
399
+ return EFSMountFailureException;
400
+ }(__BaseException));
401
+ export { EFSMountFailureException };
402
+ var EFSMountTimeoutException = (function (_super) {
403
+ __extends(EFSMountTimeoutException, _super);
404
+ function EFSMountTimeoutException(opts) {
405
+ var _this = _super.call(this, __assign({ name: "EFSMountTimeoutException", $fault: "client" }, opts)) || this;
406
+ _this.name = "EFSMountTimeoutException";
407
+ _this.$fault = "client";
408
+ Object.setPrototypeOf(_this, EFSMountTimeoutException.prototype);
409
+ _this.Type = opts.Type;
410
+ _this.Message = opts.Message;
411
+ return _this;
412
+ }
413
+ return EFSMountTimeoutException;
414
+ }(__BaseException));
415
+ export { EFSMountTimeoutException };
416
+ var ENILimitReachedException = (function (_super) {
417
+ __extends(ENILimitReachedException, _super);
418
+ function ENILimitReachedException(opts) {
419
+ var _this = _super.call(this, __assign({ name: "ENILimitReachedException", $fault: "server" }, opts)) || this;
420
+ _this.name = "ENILimitReachedException";
421
+ _this.$fault = "server";
422
+ Object.setPrototypeOf(_this, ENILimitReachedException.prototype);
423
+ _this.Type = opts.Type;
424
+ _this.Message = opts.Message;
425
+ return _this;
426
+ }
427
+ return ENILimitReachedException;
428
+ }(__BaseException));
429
+ export { ENILimitReachedException };
430
+ var InvalidRequestContentException = (function (_super) {
431
+ __extends(InvalidRequestContentException, _super);
432
+ function InvalidRequestContentException(opts) {
433
+ var _this = _super.call(this, __assign({ name: "InvalidRequestContentException", $fault: "client" }, opts)) || this;
434
+ _this.name = "InvalidRequestContentException";
435
+ _this.$fault = "client";
436
+ Object.setPrototypeOf(_this, InvalidRequestContentException.prototype);
437
+ _this.Type = opts.Type;
438
+ return _this;
439
+ }
440
+ return InvalidRequestContentException;
441
+ }(__BaseException));
442
+ export { InvalidRequestContentException };
443
+ var InvalidRuntimeException = (function (_super) {
444
+ __extends(InvalidRuntimeException, _super);
445
+ function InvalidRuntimeException(opts) {
446
+ var _this = _super.call(this, __assign({ name: "InvalidRuntimeException", $fault: "server" }, opts)) || this;
447
+ _this.name = "InvalidRuntimeException";
448
+ _this.$fault = "server";
449
+ Object.setPrototypeOf(_this, InvalidRuntimeException.prototype);
450
+ _this.Type = opts.Type;
451
+ _this.Message = opts.Message;
452
+ return _this;
453
+ }
454
+ return InvalidRuntimeException;
455
+ }(__BaseException));
456
+ export { InvalidRuntimeException };
457
+ var InvalidSecurityGroupIDException = (function (_super) {
458
+ __extends(InvalidSecurityGroupIDException, _super);
459
+ function InvalidSecurityGroupIDException(opts) {
460
+ var _this = _super.call(this, __assign({ name: "InvalidSecurityGroupIDException", $fault: "server" }, opts)) || this;
461
+ _this.name = "InvalidSecurityGroupIDException";
462
+ _this.$fault = "server";
463
+ Object.setPrototypeOf(_this, InvalidSecurityGroupIDException.prototype);
464
+ _this.Type = opts.Type;
465
+ _this.Message = opts.Message;
466
+ return _this;
467
+ }
468
+ return InvalidSecurityGroupIDException;
469
+ }(__BaseException));
470
+ export { InvalidSecurityGroupIDException };
471
+ var InvalidSubnetIDException = (function (_super) {
472
+ __extends(InvalidSubnetIDException, _super);
473
+ function InvalidSubnetIDException(opts) {
474
+ var _this = _super.call(this, __assign({ name: "InvalidSubnetIDException", $fault: "server" }, opts)) || this;
475
+ _this.name = "InvalidSubnetIDException";
476
+ _this.$fault = "server";
477
+ Object.setPrototypeOf(_this, InvalidSubnetIDException.prototype);
478
+ _this.Type = opts.Type;
479
+ _this.Message = opts.Message;
480
+ return _this;
481
+ }
482
+ return InvalidSubnetIDException;
483
+ }(__BaseException));
484
+ export { InvalidSubnetIDException };
485
+ var InvalidZipFileException = (function (_super) {
486
+ __extends(InvalidZipFileException, _super);
487
+ function InvalidZipFileException(opts) {
488
+ var _this = _super.call(this, __assign({ name: "InvalidZipFileException", $fault: "server" }, opts)) || this;
489
+ _this.name = "InvalidZipFileException";
490
+ _this.$fault = "server";
491
+ Object.setPrototypeOf(_this, InvalidZipFileException.prototype);
492
+ _this.Type = opts.Type;
493
+ _this.Message = opts.Message;
494
+ return _this;
495
+ }
496
+ return InvalidZipFileException;
497
+ }(__BaseException));
498
+ export { InvalidZipFileException };
498
499
  export var InvocationType;
499
500
  (function (InvocationType) {
500
501
  InvocationType["DryRun"] = "DryRun";
@@ -506,558 +507,258 @@ export var LogType;
506
507
  LogType["None"] = "None";
507
508
  LogType["Tail"] = "Tail";
508
509
  })(LogType || (LogType = {}));
509
- export class KMSAccessDeniedException extends __BaseException {
510
- constructor(opts) {
511
- super({
512
- name: "KMSAccessDeniedException",
513
- $fault: "server",
514
- ...opts,
515
- });
516
- this.name = "KMSAccessDeniedException";
517
- this.$fault = "server";
518
- Object.setPrototypeOf(this, KMSAccessDeniedException.prototype);
519
- this.Type = opts.Type;
520
- this.Message = opts.Message;
521
- }
522
- }
523
- export class KMSDisabledException extends __BaseException {
524
- constructor(opts) {
525
- super({
526
- name: "KMSDisabledException",
527
- $fault: "server",
528
- ...opts,
529
- });
530
- this.name = "KMSDisabledException";
531
- this.$fault = "server";
532
- Object.setPrototypeOf(this, KMSDisabledException.prototype);
533
- this.Type = opts.Type;
534
- this.Message = opts.Message;
535
- }
536
- }
537
- export class KMSInvalidStateException extends __BaseException {
538
- constructor(opts) {
539
- super({
540
- name: "KMSInvalidStateException",
541
- $fault: "server",
542
- ...opts,
543
- });
544
- this.name = "KMSInvalidStateException";
545
- this.$fault = "server";
546
- Object.setPrototypeOf(this, KMSInvalidStateException.prototype);
547
- this.Type = opts.Type;
548
- this.Message = opts.Message;
549
- }
550
- }
551
- export class KMSNotFoundException extends __BaseException {
552
- constructor(opts) {
553
- super({
554
- name: "KMSNotFoundException",
555
- $fault: "server",
556
- ...opts,
557
- });
558
- this.name = "KMSNotFoundException";
559
- this.$fault = "server";
560
- Object.setPrototypeOf(this, KMSNotFoundException.prototype);
561
- this.Type = opts.Type;
562
- this.Message = opts.Message;
563
- }
564
- }
565
- export class RequestTooLargeException extends __BaseException {
566
- constructor(opts) {
567
- super({
568
- name: "RequestTooLargeException",
569
- $fault: "client",
570
- ...opts,
571
- });
572
- this.name = "RequestTooLargeException";
573
- this.$fault = "client";
574
- Object.setPrototypeOf(this, RequestTooLargeException.prototype);
575
- this.Type = opts.Type;
576
- }
577
- }
578
- export class ResourceNotReadyException extends __BaseException {
579
- constructor(opts) {
580
- super({
581
- name: "ResourceNotReadyException",
582
- $fault: "server",
583
- ...opts,
584
- });
585
- this.name = "ResourceNotReadyException";
586
- this.$fault = "server";
587
- Object.setPrototypeOf(this, ResourceNotReadyException.prototype);
588
- this.Type = opts.Type;
589
- }
590
- }
591
- export class SubnetIPAddressLimitReachedException extends __BaseException {
592
- constructor(opts) {
593
- super({
594
- name: "SubnetIPAddressLimitReachedException",
595
- $fault: "server",
596
- ...opts,
597
- });
598
- this.name = "SubnetIPAddressLimitReachedException";
599
- this.$fault = "server";
600
- Object.setPrototypeOf(this, SubnetIPAddressLimitReachedException.prototype);
601
- this.Type = opts.Type;
602
- this.Message = opts.Message;
603
- }
604
- }
605
- export class UnsupportedMediaTypeException extends __BaseException {
606
- constructor(opts) {
607
- super({
608
- name: "UnsupportedMediaTypeException",
609
- $fault: "client",
610
- ...opts,
611
- });
612
- this.name = "UnsupportedMediaTypeException";
613
- this.$fault = "client";
614
- Object.setPrototypeOf(this, UnsupportedMediaTypeException.prototype);
615
- this.Type = opts.Type;
616
- }
617
- }
510
+ var KMSAccessDeniedException = (function (_super) {
511
+ __extends(KMSAccessDeniedException, _super);
512
+ function KMSAccessDeniedException(opts) {
513
+ var _this = _super.call(this, __assign({ name: "KMSAccessDeniedException", $fault: "server" }, opts)) || this;
514
+ _this.name = "KMSAccessDeniedException";
515
+ _this.$fault = "server";
516
+ Object.setPrototypeOf(_this, KMSAccessDeniedException.prototype);
517
+ _this.Type = opts.Type;
518
+ _this.Message = opts.Message;
519
+ return _this;
520
+ }
521
+ return KMSAccessDeniedException;
522
+ }(__BaseException));
523
+ export { KMSAccessDeniedException };
524
+ var KMSDisabledException = (function (_super) {
525
+ __extends(KMSDisabledException, _super);
526
+ function KMSDisabledException(opts) {
527
+ var _this = _super.call(this, __assign({ name: "KMSDisabledException", $fault: "server" }, opts)) || this;
528
+ _this.name = "KMSDisabledException";
529
+ _this.$fault = "server";
530
+ Object.setPrototypeOf(_this, KMSDisabledException.prototype);
531
+ _this.Type = opts.Type;
532
+ _this.Message = opts.Message;
533
+ return _this;
534
+ }
535
+ return KMSDisabledException;
536
+ }(__BaseException));
537
+ export { KMSDisabledException };
538
+ var KMSInvalidStateException = (function (_super) {
539
+ __extends(KMSInvalidStateException, _super);
540
+ function KMSInvalidStateException(opts) {
541
+ var _this = _super.call(this, __assign({ name: "KMSInvalidStateException", $fault: "server" }, opts)) || this;
542
+ _this.name = "KMSInvalidStateException";
543
+ _this.$fault = "server";
544
+ Object.setPrototypeOf(_this, KMSInvalidStateException.prototype);
545
+ _this.Type = opts.Type;
546
+ _this.Message = opts.Message;
547
+ return _this;
548
+ }
549
+ return KMSInvalidStateException;
550
+ }(__BaseException));
551
+ export { KMSInvalidStateException };
552
+ var KMSNotFoundException = (function (_super) {
553
+ __extends(KMSNotFoundException, _super);
554
+ function KMSNotFoundException(opts) {
555
+ var _this = _super.call(this, __assign({ name: "KMSNotFoundException", $fault: "server" }, opts)) || this;
556
+ _this.name = "KMSNotFoundException";
557
+ _this.$fault = "server";
558
+ Object.setPrototypeOf(_this, KMSNotFoundException.prototype);
559
+ _this.Type = opts.Type;
560
+ _this.Message = opts.Message;
561
+ return _this;
562
+ }
563
+ return KMSNotFoundException;
564
+ }(__BaseException));
565
+ export { KMSNotFoundException };
566
+ var RequestTooLargeException = (function (_super) {
567
+ __extends(RequestTooLargeException, _super);
568
+ function RequestTooLargeException(opts) {
569
+ var _this = _super.call(this, __assign({ name: "RequestTooLargeException", $fault: "client" }, opts)) || this;
570
+ _this.name = "RequestTooLargeException";
571
+ _this.$fault = "client";
572
+ Object.setPrototypeOf(_this, RequestTooLargeException.prototype);
573
+ _this.Type = opts.Type;
574
+ return _this;
575
+ }
576
+ return RequestTooLargeException;
577
+ }(__BaseException));
578
+ export { RequestTooLargeException };
579
+ var ResourceNotReadyException = (function (_super) {
580
+ __extends(ResourceNotReadyException, _super);
581
+ function ResourceNotReadyException(opts) {
582
+ var _this = _super.call(this, __assign({ name: "ResourceNotReadyException", $fault: "server" }, opts)) || this;
583
+ _this.name = "ResourceNotReadyException";
584
+ _this.$fault = "server";
585
+ Object.setPrototypeOf(_this, ResourceNotReadyException.prototype);
586
+ _this.Type = opts.Type;
587
+ return _this;
588
+ }
589
+ return ResourceNotReadyException;
590
+ }(__BaseException));
591
+ export { ResourceNotReadyException };
592
+ var SubnetIPAddressLimitReachedException = (function (_super) {
593
+ __extends(SubnetIPAddressLimitReachedException, _super);
594
+ function SubnetIPAddressLimitReachedException(opts) {
595
+ var _this = _super.call(this, __assign({ name: "SubnetIPAddressLimitReachedException", $fault: "server" }, opts)) || this;
596
+ _this.name = "SubnetIPAddressLimitReachedException";
597
+ _this.$fault = "server";
598
+ Object.setPrototypeOf(_this, SubnetIPAddressLimitReachedException.prototype);
599
+ _this.Type = opts.Type;
600
+ _this.Message = opts.Message;
601
+ return _this;
602
+ }
603
+ return SubnetIPAddressLimitReachedException;
604
+ }(__BaseException));
605
+ export { SubnetIPAddressLimitReachedException };
606
+ var UnsupportedMediaTypeException = (function (_super) {
607
+ __extends(UnsupportedMediaTypeException, _super);
608
+ function UnsupportedMediaTypeException(opts) {
609
+ var _this = _super.call(this, __assign({ name: "UnsupportedMediaTypeException", $fault: "client" }, opts)) || this;
610
+ _this.name = "UnsupportedMediaTypeException";
611
+ _this.$fault = "client";
612
+ Object.setPrototypeOf(_this, UnsupportedMediaTypeException.prototype);
613
+ _this.Type = opts.Type;
614
+ return _this;
615
+ }
616
+ return UnsupportedMediaTypeException;
617
+ }(__BaseException));
618
+ export { UnsupportedMediaTypeException };
618
619
  export var FunctionVersion;
619
620
  (function (FunctionVersion) {
620
621
  FunctionVersion["ALL"] = "ALL";
621
622
  })(FunctionVersion || (FunctionVersion = {}));
622
- export const AccountLimitFilterSensitiveLog = (obj) => ({
623
- ...obj,
624
- });
625
- export const AccountUsageFilterSensitiveLog = (obj) => ({
626
- ...obj,
627
- });
628
- export const AddLayerVersionPermissionRequestFilterSensitiveLog = (obj) => ({
629
- ...obj,
630
- });
631
- export const AddLayerVersionPermissionResponseFilterSensitiveLog = (obj) => ({
632
- ...obj,
633
- });
634
- export const AddPermissionRequestFilterSensitiveLog = (obj) => ({
635
- ...obj,
636
- });
637
- export const AddPermissionResponseFilterSensitiveLog = (obj) => ({
638
- ...obj,
639
- });
640
- export const AliasRoutingConfigurationFilterSensitiveLog = (obj) => ({
641
- ...obj,
642
- });
643
- export const AliasConfigurationFilterSensitiveLog = (obj) => ({
644
- ...obj,
645
- });
646
- export const AllowedPublishersFilterSensitiveLog = (obj) => ({
647
- ...obj,
648
- });
649
- export const AmazonManagedKafkaEventSourceConfigFilterSensitiveLog = (obj) => ({
650
- ...obj,
651
- });
652
- export const CreateAliasRequestFilterSensitiveLog = (obj) => ({
653
- ...obj,
654
- });
655
- export const CodeSigningPoliciesFilterSensitiveLog = (obj) => ({
656
- ...obj,
657
- });
658
- export const CreateCodeSigningConfigRequestFilterSensitiveLog = (obj) => ({
659
- ...obj,
660
- });
661
- export const CodeSigningConfigFilterSensitiveLog = (obj) => ({
662
- ...obj,
663
- });
664
- export const CreateCodeSigningConfigResponseFilterSensitiveLog = (obj) => ({
665
- ...obj,
666
- });
667
- export const OnFailureFilterSensitiveLog = (obj) => ({
668
- ...obj,
669
- });
670
- export const OnSuccessFilterSensitiveLog = (obj) => ({
671
- ...obj,
672
- });
673
- export const DestinationConfigFilterSensitiveLog = (obj) => ({
674
- ...obj,
675
- });
676
- export const FilterFilterSensitiveLog = (obj) => ({
677
- ...obj,
678
- });
679
- export const FilterCriteriaFilterSensitiveLog = (obj) => ({
680
- ...obj,
681
- });
682
- export const SelfManagedEventSourceFilterSensitiveLog = (obj) => ({
683
- ...obj,
684
- });
685
- export const SelfManagedKafkaEventSourceConfigFilterSensitiveLog = (obj) => ({
686
- ...obj,
687
- });
688
- export const SourceAccessConfigurationFilterSensitiveLog = (obj) => ({
689
- ...obj,
690
- });
691
- export const CreateEventSourceMappingRequestFilterSensitiveLog = (obj) => ({
692
- ...obj,
693
- });
694
- export const EventSourceMappingConfigurationFilterSensitiveLog = (obj) => ({
695
- ...obj,
696
- });
697
- export const FunctionCodeFilterSensitiveLog = (obj) => ({
698
- ...obj,
699
- ...(obj.ZipFile && { ZipFile: SENSITIVE_STRING }),
700
- });
701
- export const DeadLetterConfigFilterSensitiveLog = (obj) => ({
702
- ...obj,
703
- });
704
- export const EnvironmentFilterSensitiveLog = (obj) => ({
705
- ...obj,
706
- ...(obj.Variables && { Variables: SENSITIVE_STRING }),
707
- });
708
- export const EphemeralStorageFilterSensitiveLog = (obj) => ({
709
- ...obj,
710
- });
711
- export const FileSystemConfigFilterSensitiveLog = (obj) => ({
712
- ...obj,
713
- });
714
- export const ImageConfigFilterSensitiveLog = (obj) => ({
715
- ...obj,
716
- });
717
- export const TracingConfigFilterSensitiveLog = (obj) => ({
718
- ...obj,
719
- });
720
- export const VpcConfigFilterSensitiveLog = (obj) => ({
721
- ...obj,
722
- });
723
- export const CreateFunctionRequestFilterSensitiveLog = (obj) => ({
724
- ...obj,
725
- ...(obj.Code && { Code: FunctionCodeFilterSensitiveLog(obj.Code) }),
726
- ...(obj.Environment && { Environment: EnvironmentFilterSensitiveLog(obj.Environment) }),
727
- });
728
- export const EnvironmentErrorFilterSensitiveLog = (obj) => ({
729
- ...obj,
730
- ...(obj.Message && { Message: SENSITIVE_STRING }),
731
- });
732
- export const EnvironmentResponseFilterSensitiveLog = (obj) => ({
733
- ...obj,
734
- ...(obj.Variables && { Variables: SENSITIVE_STRING }),
735
- ...(obj.Error && { Error: EnvironmentErrorFilterSensitiveLog(obj.Error) }),
736
- });
737
- export const ImageConfigErrorFilterSensitiveLog = (obj) => ({
738
- ...obj,
739
- ...(obj.Message && { Message: SENSITIVE_STRING }),
740
- });
741
- export const ImageConfigResponseFilterSensitiveLog = (obj) => ({
742
- ...obj,
743
- ...(obj.Error && { Error: ImageConfigErrorFilterSensitiveLog(obj.Error) }),
744
- });
745
- export const LayerFilterSensitiveLog = (obj) => ({
746
- ...obj,
747
- });
748
- export const TracingConfigResponseFilterSensitiveLog = (obj) => ({
749
- ...obj,
750
- });
751
- export const VpcConfigResponseFilterSensitiveLog = (obj) => ({
752
- ...obj,
753
- });
754
- export const FunctionConfigurationFilterSensitiveLog = (obj) => ({
755
- ...obj,
756
- ...(obj.Environment && { Environment: EnvironmentResponseFilterSensitiveLog(obj.Environment) }),
757
- ...(obj.ImageConfigResponse && {
758
- ImageConfigResponse: ImageConfigResponseFilterSensitiveLog(obj.ImageConfigResponse),
759
- }),
760
- });
761
- export const CorsFilterSensitiveLog = (obj) => ({
762
- ...obj,
763
- });
764
- export const CreateFunctionUrlConfigRequestFilterSensitiveLog = (obj) => ({
765
- ...obj,
766
- });
767
- export const CreateFunctionUrlConfigResponseFilterSensitiveLog = (obj) => ({
768
- ...obj,
769
- });
770
- export const DeleteAliasRequestFilterSensitiveLog = (obj) => ({
771
- ...obj,
772
- });
773
- export const DeleteCodeSigningConfigRequestFilterSensitiveLog = (obj) => ({
774
- ...obj,
775
- });
776
- export const DeleteCodeSigningConfigResponseFilterSensitiveLog = (obj) => ({
777
- ...obj,
778
- });
779
- export const DeleteEventSourceMappingRequestFilterSensitiveLog = (obj) => ({
780
- ...obj,
781
- });
782
- export const DeleteFunctionRequestFilterSensitiveLog = (obj) => ({
783
- ...obj,
784
- });
785
- export const DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog = (obj) => ({
786
- ...obj,
787
- });
788
- export const DeleteFunctionConcurrencyRequestFilterSensitiveLog = (obj) => ({
789
- ...obj,
790
- });
791
- export const DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog = (obj) => ({
792
- ...obj,
793
- });
794
- export const DeleteFunctionUrlConfigRequestFilterSensitiveLog = (obj) => ({
795
- ...obj,
796
- });
797
- export const DeleteLayerVersionRequestFilterSensitiveLog = (obj) => ({
798
- ...obj,
799
- });
800
- export const DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog = (obj) => ({
801
- ...obj,
802
- });
803
- export const GetAccountSettingsRequestFilterSensitiveLog = (obj) => ({
804
- ...obj,
805
- });
806
- export const GetAccountSettingsResponseFilterSensitiveLog = (obj) => ({
807
- ...obj,
808
- });
809
- export const GetAliasRequestFilterSensitiveLog = (obj) => ({
810
- ...obj,
811
- });
812
- export const GetCodeSigningConfigRequestFilterSensitiveLog = (obj) => ({
813
- ...obj,
814
- });
815
- export const GetCodeSigningConfigResponseFilterSensitiveLog = (obj) => ({
816
- ...obj,
817
- });
818
- export const GetEventSourceMappingRequestFilterSensitiveLog = (obj) => ({
819
- ...obj,
820
- });
821
- export const GetFunctionRequestFilterSensitiveLog = (obj) => ({
822
- ...obj,
823
- });
824
- export const FunctionCodeLocationFilterSensitiveLog = (obj) => ({
825
- ...obj,
826
- });
827
- export const ConcurrencyFilterSensitiveLog = (obj) => ({
828
- ...obj,
829
- });
830
- export const GetFunctionResponseFilterSensitiveLog = (obj) => ({
831
- ...obj,
832
- ...(obj.Configuration && { Configuration: FunctionConfigurationFilterSensitiveLog(obj.Configuration) }),
833
- });
834
- export const GetFunctionCodeSigningConfigRequestFilterSensitiveLog = (obj) => ({
835
- ...obj,
836
- });
837
- export const GetFunctionCodeSigningConfigResponseFilterSensitiveLog = (obj) => ({
838
- ...obj,
839
- });
840
- export const GetFunctionConcurrencyRequestFilterSensitiveLog = (obj) => ({
841
- ...obj,
842
- });
843
- export const GetFunctionConcurrencyResponseFilterSensitiveLog = (obj) => ({
844
- ...obj,
845
- });
846
- export const GetFunctionConfigurationRequestFilterSensitiveLog = (obj) => ({
847
- ...obj,
848
- });
849
- export const FunctionEventInvokeConfigFilterSensitiveLog = (obj) => ({
850
- ...obj,
851
- });
852
- export const GetFunctionEventInvokeConfigRequestFilterSensitiveLog = (obj) => ({
853
- ...obj,
854
- });
855
- export const GetFunctionUrlConfigRequestFilterSensitiveLog = (obj) => ({
856
- ...obj,
857
- });
858
- export const GetFunctionUrlConfigResponseFilterSensitiveLog = (obj) => ({
859
- ...obj,
860
- });
861
- export const GetLayerVersionRequestFilterSensitiveLog = (obj) => ({
862
- ...obj,
863
- });
864
- export const LayerVersionContentOutputFilterSensitiveLog = (obj) => ({
865
- ...obj,
866
- });
867
- export const GetLayerVersionResponseFilterSensitiveLog = (obj) => ({
868
- ...obj,
869
- });
870
- export const GetLayerVersionByArnRequestFilterSensitiveLog = (obj) => ({
871
- ...obj,
872
- });
873
- export const GetLayerVersionPolicyRequestFilterSensitiveLog = (obj) => ({
874
- ...obj,
875
- });
876
- export const GetLayerVersionPolicyResponseFilterSensitiveLog = (obj) => ({
877
- ...obj,
878
- });
879
- export const GetPolicyRequestFilterSensitiveLog = (obj) => ({
880
- ...obj,
881
- });
882
- export const GetPolicyResponseFilterSensitiveLog = (obj) => ({
883
- ...obj,
884
- });
885
- export const GetProvisionedConcurrencyConfigRequestFilterSensitiveLog = (obj) => ({
886
- ...obj,
887
- });
888
- export const GetProvisionedConcurrencyConfigResponseFilterSensitiveLog = (obj) => ({
889
- ...obj,
890
- });
891
- export const InvocationRequestFilterSensitiveLog = (obj) => ({
892
- ...obj,
893
- ...(obj.Payload && { Payload: SENSITIVE_STRING }),
894
- });
895
- export const InvocationResponseFilterSensitiveLog = (obj) => ({
896
- ...obj,
897
- ...(obj.Payload && { Payload: SENSITIVE_STRING }),
898
- });
899
- export const InvokeAsyncRequestFilterSensitiveLog = (obj) => ({
900
- ...obj,
901
- });
902
- export const InvokeAsyncResponseFilterSensitiveLog = (obj) => ({
903
- ...obj,
904
- });
905
- export const ListAliasesRequestFilterSensitiveLog = (obj) => ({
906
- ...obj,
907
- });
908
- export const ListAliasesResponseFilterSensitiveLog = (obj) => ({
909
- ...obj,
910
- });
911
- export const ListCodeSigningConfigsRequestFilterSensitiveLog = (obj) => ({
912
- ...obj,
913
- });
914
- export const ListCodeSigningConfigsResponseFilterSensitiveLog = (obj) => ({
915
- ...obj,
916
- });
917
- export const ListEventSourceMappingsRequestFilterSensitiveLog = (obj) => ({
918
- ...obj,
919
- });
920
- export const ListEventSourceMappingsResponseFilterSensitiveLog = (obj) => ({
921
- ...obj,
922
- });
923
- export const ListFunctionEventInvokeConfigsRequestFilterSensitiveLog = (obj) => ({
924
- ...obj,
925
- });
926
- export const ListFunctionEventInvokeConfigsResponseFilterSensitiveLog = (obj) => ({
927
- ...obj,
928
- });
929
- export const ListFunctionsRequestFilterSensitiveLog = (obj) => ({
930
- ...obj,
931
- });
932
- export const ListFunctionsResponseFilterSensitiveLog = (obj) => ({
933
- ...obj,
934
- ...(obj.Functions && { Functions: obj.Functions.map((item) => FunctionConfigurationFilterSensitiveLog(item)) }),
935
- });
936
- export const ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog = (obj) => ({
937
- ...obj,
938
- });
939
- export const ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog = (obj) => ({
940
- ...obj,
941
- });
942
- export const ListFunctionUrlConfigsRequestFilterSensitiveLog = (obj) => ({
943
- ...obj,
944
- });
945
- export const FunctionUrlConfigFilterSensitiveLog = (obj) => ({
946
- ...obj,
947
- });
948
- export const ListFunctionUrlConfigsResponseFilterSensitiveLog = (obj) => ({
949
- ...obj,
950
- });
951
- export const ListLayersRequestFilterSensitiveLog = (obj) => ({
952
- ...obj,
953
- });
954
- export const LayerVersionsListItemFilterSensitiveLog = (obj) => ({
955
- ...obj,
956
- });
957
- export const LayersListItemFilterSensitiveLog = (obj) => ({
958
- ...obj,
959
- });
960
- export const ListLayersResponseFilterSensitiveLog = (obj) => ({
961
- ...obj,
962
- });
963
- export const ListLayerVersionsRequestFilterSensitiveLog = (obj) => ({
964
- ...obj,
965
- });
966
- export const ListLayerVersionsResponseFilterSensitiveLog = (obj) => ({
967
- ...obj,
968
- });
969
- export const ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog = (obj) => ({
970
- ...obj,
971
- });
972
- export const ProvisionedConcurrencyConfigListItemFilterSensitiveLog = (obj) => ({
973
- ...obj,
974
- });
975
- export const ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog = (obj) => ({
976
- ...obj,
977
- });
978
- export const ListTagsRequestFilterSensitiveLog = (obj) => ({
979
- ...obj,
980
- });
981
- export const ListTagsResponseFilterSensitiveLog = (obj) => ({
982
- ...obj,
983
- });
984
- export const ListVersionsByFunctionRequestFilterSensitiveLog = (obj) => ({
985
- ...obj,
986
- });
987
- export const ListVersionsByFunctionResponseFilterSensitiveLog = (obj) => ({
988
- ...obj,
989
- ...(obj.Versions && { Versions: obj.Versions.map((item) => FunctionConfigurationFilterSensitiveLog(item)) }),
990
- });
991
- export const LayerVersionContentInputFilterSensitiveLog = (obj) => ({
992
- ...obj,
993
- ...(obj.ZipFile && { ZipFile: SENSITIVE_STRING }),
994
- });
995
- export const PublishLayerVersionRequestFilterSensitiveLog = (obj) => ({
996
- ...obj,
997
- ...(obj.Content && { Content: LayerVersionContentInputFilterSensitiveLog(obj.Content) }),
998
- });
999
- export const PublishLayerVersionResponseFilterSensitiveLog = (obj) => ({
1000
- ...obj,
1001
- });
1002
- export const PublishVersionRequestFilterSensitiveLog = (obj) => ({
1003
- ...obj,
1004
- });
1005
- export const PutFunctionCodeSigningConfigRequestFilterSensitiveLog = (obj) => ({
1006
- ...obj,
1007
- });
1008
- export const PutFunctionCodeSigningConfigResponseFilterSensitiveLog = (obj) => ({
1009
- ...obj,
1010
- });
1011
- export const PutFunctionConcurrencyRequestFilterSensitiveLog = (obj) => ({
1012
- ...obj,
1013
- });
1014
- export const PutFunctionEventInvokeConfigRequestFilterSensitiveLog = (obj) => ({
1015
- ...obj,
1016
- });
1017
- export const PutProvisionedConcurrencyConfigRequestFilterSensitiveLog = (obj) => ({
1018
- ...obj,
1019
- });
1020
- export const PutProvisionedConcurrencyConfigResponseFilterSensitiveLog = (obj) => ({
1021
- ...obj,
1022
- });
1023
- export const RemoveLayerVersionPermissionRequestFilterSensitiveLog = (obj) => ({
1024
- ...obj,
1025
- });
1026
- export const RemovePermissionRequestFilterSensitiveLog = (obj) => ({
1027
- ...obj,
1028
- });
1029
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
1030
- ...obj,
1031
- });
1032
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
1033
- ...obj,
1034
- });
1035
- export const UpdateAliasRequestFilterSensitiveLog = (obj) => ({
1036
- ...obj,
1037
- });
1038
- export const UpdateCodeSigningConfigRequestFilterSensitiveLog = (obj) => ({
1039
- ...obj,
1040
- });
1041
- export const UpdateCodeSigningConfigResponseFilterSensitiveLog = (obj) => ({
1042
- ...obj,
1043
- });
1044
- export const UpdateEventSourceMappingRequestFilterSensitiveLog = (obj) => ({
1045
- ...obj,
1046
- });
1047
- export const UpdateFunctionCodeRequestFilterSensitiveLog = (obj) => ({
1048
- ...obj,
1049
- ...(obj.ZipFile && { ZipFile: SENSITIVE_STRING }),
1050
- });
1051
- export const UpdateFunctionConfigurationRequestFilterSensitiveLog = (obj) => ({
1052
- ...obj,
1053
- ...(obj.Environment && { Environment: EnvironmentFilterSensitiveLog(obj.Environment) }),
1054
- });
1055
- export const UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog = (obj) => ({
1056
- ...obj,
1057
- });
1058
- export const UpdateFunctionUrlConfigRequestFilterSensitiveLog = (obj) => ({
1059
- ...obj,
1060
- });
1061
- export const UpdateFunctionUrlConfigResponseFilterSensitiveLog = (obj) => ({
1062
- ...obj,
1063
- });
623
+ export var AccountLimitFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
624
+ export var AccountUsageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
625
+ export var AddLayerVersionPermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
626
+ export var AddLayerVersionPermissionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
627
+ export var AddPermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
628
+ export var AddPermissionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
629
+ export var AliasRoutingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
630
+ export var AliasConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
631
+ export var AllowedPublishersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
632
+ export var AmazonManagedKafkaEventSourceConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
633
+ export var CreateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
634
+ export var CodeSigningPoliciesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
635
+ export var CreateCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
636
+ export var CodeSigningConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
637
+ export var CreateCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
638
+ export var OnFailureFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
639
+ export var OnSuccessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
640
+ export var DestinationConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
641
+ export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
642
+ export var FilterCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
643
+ export var SelfManagedEventSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
644
+ export var SelfManagedKafkaEventSourceConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
645
+ export var SourceAccessConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
646
+ export var CreateEventSourceMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
647
+ export var EventSourceMappingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
648
+ export var FunctionCodeFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
649
+ export var DeadLetterConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
650
+ export var EnvironmentFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Variables && { Variables: SENSITIVE_STRING }))); };
651
+ export var EphemeralStorageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
652
+ export var FileSystemConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
653
+ export var ImageConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
654
+ export var TracingConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
655
+ export var VpcConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
656
+ export var CreateFunctionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Code && { Code: FunctionCodeFilterSensitiveLog(obj.Code) })), (obj.Environment && { Environment: EnvironmentFilterSensitiveLog(obj.Environment) }))); };
657
+ export var EnvironmentErrorFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
658
+ export var EnvironmentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Variables && { Variables: SENSITIVE_STRING })), (obj.Error && { Error: EnvironmentErrorFilterSensitiveLog(obj.Error) }))); };
659
+ export var ImageConfigErrorFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
660
+ export var ImageConfigResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Error && { Error: ImageConfigErrorFilterSensitiveLog(obj.Error) }))); };
661
+ export var LayerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
662
+ export var TracingConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
663
+ export var VpcConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
664
+ export var FunctionConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Environment && { Environment: EnvironmentResponseFilterSensitiveLog(obj.Environment) })), (obj.ImageConfigResponse && {
665
+ ImageConfigResponse: ImageConfigResponseFilterSensitiveLog(obj.ImageConfigResponse),
666
+ }))); };
667
+ export var CorsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
668
+ export var CreateFunctionUrlConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
669
+ export var CreateFunctionUrlConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
670
+ export var DeleteAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
671
+ export var DeleteCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
672
+ export var DeleteCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
673
+ export var DeleteEventSourceMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
674
+ export var DeleteFunctionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
675
+ export var DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
676
+ export var DeleteFunctionConcurrencyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
677
+ export var DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
678
+ export var DeleteFunctionUrlConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
679
+ export var DeleteLayerVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
680
+ export var DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
681
+ export var GetAccountSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
682
+ export var GetAccountSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
683
+ export var GetAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
684
+ export var GetCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
685
+ export var GetCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
686
+ export var GetEventSourceMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
687
+ export var GetFunctionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
688
+ export var FunctionCodeLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
689
+ export var ConcurrencyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
690
+ export var GetFunctionResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Configuration && { Configuration: FunctionConfigurationFilterSensitiveLog(obj.Configuration) }))); };
691
+ export var GetFunctionCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
692
+ export var GetFunctionCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
693
+ export var GetFunctionConcurrencyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
694
+ export var GetFunctionConcurrencyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
695
+ export var GetFunctionConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
696
+ export var FunctionEventInvokeConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
697
+ export var GetFunctionEventInvokeConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
698
+ export var GetFunctionUrlConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
699
+ export var GetFunctionUrlConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
700
+ export var GetLayerVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
701
+ export var LayerVersionContentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
702
+ export var GetLayerVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
703
+ export var GetLayerVersionByArnRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
704
+ export var GetLayerVersionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
705
+ export var GetLayerVersionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
706
+ export var GetPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
707
+ export var GetPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
708
+ export var GetProvisionedConcurrencyConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
709
+ export var GetProvisionedConcurrencyConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
710
+ export var InvocationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Payload && { Payload: SENSITIVE_STRING }))); };
711
+ export var InvocationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Payload && { Payload: SENSITIVE_STRING }))); };
712
+ export var InvokeAsyncRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
713
+ export var InvokeAsyncResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
714
+ export var ListAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
715
+ export var ListAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
716
+ export var ListCodeSigningConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
717
+ export var ListCodeSigningConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
718
+ export var ListEventSourceMappingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
719
+ export var ListEventSourceMappingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
720
+ export var ListFunctionEventInvokeConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
721
+ export var ListFunctionEventInvokeConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
722
+ export var ListFunctionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
723
+ export var ListFunctionsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Functions && { Functions: obj.Functions.map(function (item) { return FunctionConfigurationFilterSensitiveLog(item); }) }))); };
724
+ export var ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
725
+ export var ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
726
+ export var ListFunctionUrlConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
727
+ export var FunctionUrlConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
728
+ export var ListFunctionUrlConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
729
+ export var ListLayersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
730
+ export var LayerVersionsListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
731
+ export var LayersListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
732
+ export var ListLayersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
733
+ export var ListLayerVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
734
+ export var ListLayerVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
735
+ export var ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
736
+ export var ProvisionedConcurrencyConfigListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
737
+ export var ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
738
+ export var ListTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
739
+ export var ListTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
740
+ export var ListVersionsByFunctionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
741
+ export var ListVersionsByFunctionResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Versions && { Versions: obj.Versions.map(function (item) { return FunctionConfigurationFilterSensitiveLog(item); }) }))); };
742
+ export var LayerVersionContentInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
743
+ export var PublishLayerVersionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Content && { Content: LayerVersionContentInputFilterSensitiveLog(obj.Content) }))); };
744
+ export var PublishLayerVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
745
+ export var PublishVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
746
+ export var PutFunctionCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
747
+ export var PutFunctionCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
748
+ export var PutFunctionConcurrencyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
749
+ export var PutFunctionEventInvokeConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
750
+ export var PutProvisionedConcurrencyConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
751
+ export var PutProvisionedConcurrencyConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
752
+ export var RemoveLayerVersionPermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
753
+ export var RemovePermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
754
+ export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
755
+ export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
756
+ export var UpdateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
757
+ export var UpdateCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
758
+ export var UpdateCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
759
+ export var UpdateEventSourceMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
760
+ export var UpdateFunctionCodeRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
761
+ export var UpdateFunctionConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Environment && { Environment: EnvironmentFilterSensitiveLog(obj.Environment) }))); };
762
+ export var UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
763
+ export var UpdateFunctionUrlConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
764
+ export var UpdateFunctionUrlConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };