@aws-sdk/client-lambda 3.180.0 → 3.183.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist-cjs/protocols/Aws_restJson1.js +69 -63
- package/dist-es/Lambda.js +254 -261
- package/dist-es/LambdaClient.js +22 -28
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +21 -28
- package/dist-es/commands/AddPermissionCommand.js +21 -28
- package/dist-es/commands/CreateAliasCommand.js +21 -28
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +21 -28
- package/dist-es/commands/CreateEventSourceMappingCommand.js +21 -28
- package/dist-es/commands/CreateFunctionCommand.js +21 -28
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +21 -28
- package/dist-es/commands/DeleteAliasCommand.js +22 -29
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +21 -28
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +21 -28
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +22 -29
- package/dist-es/commands/DeleteFunctionCommand.js +22 -29
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +22 -29
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +22 -29
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +22 -29
- package/dist-es/commands/DeleteLayerVersionCommand.js +22 -29
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +22 -29
- package/dist-es/commands/GetAccountSettingsCommand.js +21 -28
- package/dist-es/commands/GetAliasCommand.js +21 -28
- package/dist-es/commands/GetCodeSigningConfigCommand.js +21 -28
- package/dist-es/commands/GetEventSourceMappingCommand.js +21 -28
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +21 -28
- package/dist-es/commands/GetFunctionCommand.js +21 -28
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +21 -28
- package/dist-es/commands/GetFunctionConfigurationCommand.js +21 -28
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +21 -28
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +21 -28
- package/dist-es/commands/GetLayerVersionByArnCommand.js +21 -28
- package/dist-es/commands/GetLayerVersionCommand.js +21 -28
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +21 -28
- package/dist-es/commands/GetPolicyCommand.js +21 -28
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +21 -28
- package/dist-es/commands/InvokeAsyncCommand.js +21 -28
- package/dist-es/commands/InvokeCommand.js +21 -28
- package/dist-es/commands/ListAliasesCommand.js +21 -28
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +21 -28
- package/dist-es/commands/ListEventSourceMappingsCommand.js +21 -28
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +21 -28
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +21 -28
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +21 -28
- package/dist-es/commands/ListFunctionsCommand.js +21 -28
- package/dist-es/commands/ListLayerVersionsCommand.js +21 -28
- package/dist-es/commands/ListLayersCommand.js +21 -28
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +21 -28
- package/dist-es/commands/ListTagsCommand.js +21 -28
- package/dist-es/commands/ListVersionsByFunctionCommand.js +21 -28
- package/dist-es/commands/PublishLayerVersionCommand.js +21 -28
- package/dist-es/commands/PublishVersionCommand.js +21 -28
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +21 -28
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +21 -28
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +21 -28
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +21 -28
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +22 -29
- package/dist-es/commands/RemovePermissionCommand.js +22 -29
- package/dist-es/commands/TagResourceCommand.js +22 -29
- package/dist-es/commands/UntagResourceCommand.js +22 -29
- package/dist-es/commands/UpdateAliasCommand.js +21 -28
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +21 -28
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +21 -28
- package/dist-es/commands/UpdateFunctionCodeCommand.js +21 -28
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +21 -28
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +21 -28
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/LambdaServiceException.js +5 -10
- package/dist-es/models/models_0.js +910 -611
- package/dist-es/pagination/ListAliasesPaginator.js +25 -68
- package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListEventSourceMappingsPaginator.js +25 -68
- package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListFunctionUrlConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +25 -68
- package/dist-es/pagination/ListFunctionsPaginator.js +25 -68
- package/dist-es/pagination/ListLayerVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListLayersPaginator.js +25 -68
- package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListVersionsByFunctionPaginator.js +25 -68
- package/dist-es/protocols/Aws_restJson1.js +6122 -7955
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForFunctionActive.js +45 -65
- package/dist-es/waiters/waitForFunctionActiveV2.js +45 -65
- package/dist-es/waiters/waitForFunctionExists.js +23 -42
- package/dist-es/waiters/waitForFunctionUpdated.js +45 -65
- package/dist-es/waiters/waitForFunctionUpdatedV2.js +45 -65
- package/package.json +34 -34
|
@@ -1,86 +1,85 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}
|
|
83
|
-
|
|
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
|
+
}
|
|
84
83
|
export var ThrottleReason;
|
|
85
84
|
(function (ThrottleReason) {
|
|
86
85
|
ThrottleReason["CallerRateLimitExceeded"] = "CallerRateLimitExceeded";
|
|
@@ -89,21 +88,21 @@ export var ThrottleReason;
|
|
|
89
88
|
ThrottleReason["ReservedFunctionConcurrentInvocationLimitExceeded"] = "ReservedFunctionConcurrentInvocationLimitExceeded";
|
|
90
89
|
ThrottleReason["ReservedFunctionInvocationRateLimitExceeded"] = "ReservedFunctionInvocationRateLimitExceeded";
|
|
91
90
|
})(ThrottleReason || (ThrottleReason = {}));
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
|
|
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
|
+
}
|
|
107
106
|
export var FunctionUrlAuthType;
|
|
108
107
|
(function (FunctionUrlAuthType) {
|
|
109
108
|
FunctionUrlAuthType["AWS_IAM"] = "AWS_IAM";
|
|
@@ -144,47 +143,47 @@ export var EventSourcePosition;
|
|
|
144
143
|
EventSourcePosition["LATEST"] = "LATEST";
|
|
145
144
|
EventSourcePosition["TRIM_HORIZON"] = "TRIM_HORIZON";
|
|
146
145
|
})(EventSourcePosition || (EventSourcePosition = {}));
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
}
|
|
187
|
-
|
|
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
|
+
}
|
|
188
187
|
export var PackageType;
|
|
189
188
|
(function (PackageType) {
|
|
190
189
|
PackageType["Image"] = "Image";
|
|
@@ -267,235 +266,235 @@ export var StateReasonCode;
|
|
|
267
266
|
StateReasonCode["Restoring"] = "Restoring";
|
|
268
267
|
StateReasonCode["SubnetOutOfIPAddresses"] = "SubnetOutOfIPAddresses";
|
|
269
268
|
})(StateReasonCode || (StateReasonCode = {}));
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
|
|
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
|
+
}
|
|
298
297
|
export var ProvisionedConcurrencyStatusEnum;
|
|
299
298
|
(function (ProvisionedConcurrencyStatusEnum) {
|
|
300
299
|
ProvisionedConcurrencyStatusEnum["FAILED"] = "FAILED";
|
|
301
300
|
ProvisionedConcurrencyStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
|
|
302
301
|
ProvisionedConcurrencyStatusEnum["READY"] = "READY";
|
|
303
302
|
})(ProvisionedConcurrencyStatusEnum || (ProvisionedConcurrencyStatusEnum = {}));
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
}
|
|
498
|
-
|
|
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
|
+
}
|
|
499
498
|
export var InvocationType;
|
|
500
499
|
(function (InvocationType) {
|
|
501
500
|
InvocationType["DryRun"] = "DryRun";
|
|
@@ -507,258 +506,558 @@ export var LogType;
|
|
|
507
506
|
LogType["None"] = "None";
|
|
508
507
|
LogType["Tail"] = "Tail";
|
|
509
508
|
})(LogType || (LogType = {}));
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
}
|
|
618
|
-
|
|
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
|
+
}
|
|
619
618
|
export var FunctionVersion;
|
|
620
619
|
(function (FunctionVersion) {
|
|
621
620
|
FunctionVersion["ALL"] = "ALL";
|
|
622
621
|
})(FunctionVersion || (FunctionVersion = {}));
|
|
623
|
-
export
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
export
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
export
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
export
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
export
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
export
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
export
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
export
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
export
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
export
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
export
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
export
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
export
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
export
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
export
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
export
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
export
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
export
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
export
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
export
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
export
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
export
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
export
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
export
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
export
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
export
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
export
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
export
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
export
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
export
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
export
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
export
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
export
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
export
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
export
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
export
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
export
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
export
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
export
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
export
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
export
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
export
|
|
763
|
-
|
|
764
|
-
|
|
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
|
+
});
|