@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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/Lambda.js +261 -254
- package/dist-es/LambdaClient.js +28 -22
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +28 -21
- package/dist-es/commands/AddPermissionCommand.js +28 -21
- package/dist-es/commands/CreateAliasCommand.js +28 -21
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +28 -21
- package/dist-es/commands/CreateEventSourceMappingCommand.js +28 -21
- package/dist-es/commands/CreateFunctionCommand.js +28 -21
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +28 -21
- package/dist-es/commands/DeleteAliasCommand.js +29 -22
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +28 -21
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +28 -21
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +29 -22
- package/dist-es/commands/DeleteFunctionCommand.js +29 -22
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +29 -22
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +29 -22
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +29 -22
- package/dist-es/commands/DeleteLayerVersionCommand.js +29 -22
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +29 -22
- package/dist-es/commands/GetAccountSettingsCommand.js +28 -21
- package/dist-es/commands/GetAliasCommand.js +28 -21
- package/dist-es/commands/GetCodeSigningConfigCommand.js +28 -21
- package/dist-es/commands/GetEventSourceMappingCommand.js +28 -21
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +28 -21
- package/dist-es/commands/GetFunctionCommand.js +28 -21
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +28 -21
- package/dist-es/commands/GetFunctionConfigurationCommand.js +28 -21
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +28 -21
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +28 -21
- package/dist-es/commands/GetLayerVersionByArnCommand.js +28 -21
- package/dist-es/commands/GetLayerVersionCommand.js +28 -21
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +28 -21
- package/dist-es/commands/GetPolicyCommand.js +28 -21
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +28 -21
- package/dist-es/commands/InvokeAsyncCommand.js +28 -21
- package/dist-es/commands/InvokeCommand.js +28 -21
- package/dist-es/commands/ListAliasesCommand.js +28 -21
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +28 -21
- package/dist-es/commands/ListEventSourceMappingsCommand.js +28 -21
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +28 -21
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +28 -21
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +28 -21
- package/dist-es/commands/ListFunctionsCommand.js +28 -21
- package/dist-es/commands/ListLayerVersionsCommand.js +28 -21
- package/dist-es/commands/ListLayersCommand.js +28 -21
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +28 -21
- package/dist-es/commands/ListTagsCommand.js +28 -21
- package/dist-es/commands/ListVersionsByFunctionCommand.js +28 -21
- package/dist-es/commands/PublishLayerVersionCommand.js +28 -21
- package/dist-es/commands/PublishVersionCommand.js +28 -21
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +28 -21
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +28 -21
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +28 -21
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +28 -21
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +29 -22
- package/dist-es/commands/RemovePermissionCommand.js +29 -22
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateAliasCommand.js +28 -21
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +28 -21
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +28 -21
- package/dist-es/commands/UpdateFunctionCodeCommand.js +28 -21
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +28 -21
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +28 -21
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/LambdaServiceException.js +10 -5
- package/dist-es/models/models_0.js +611 -910
- package/dist-es/pagination/ListAliasesPaginator.js +68 -25
- package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListEventSourceMappingsPaginator.js +68 -25
- package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListFunctionUrlConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +68 -25
- package/dist-es/pagination/ListFunctionsPaginator.js +68 -25
- package/dist-es/pagination/ListLayerVersionsPaginator.js +68 -25
- package/dist-es/pagination/ListLayersPaginator.js +68 -25
- package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListVersionsByFunctionPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +7958 -6112
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForFunctionActive.js +65 -45
- package/dist-es/waiters/waitForFunctionActiveV2.js +65 -45
- package/dist-es/waiters/waitForFunctionExists.js +42 -23
- package/dist-es/waiters/waitForFunctionUpdated.js +65 -45
- package/dist-es/waiters/waitForFunctionUpdatedV2.js +65 -45
- 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
|
-
|
|
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
|
-
}
|
|
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
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
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
|
-
|
|
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
|
-
}
|
|
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
|
-
|
|
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
|
-
}
|
|
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
|
-
|
|
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
|
-
}
|
|
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
|
-
|
|
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
|
-
}
|
|
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
|
|
623
|
-
|
|
624
|
-
});
|
|
625
|
-
export
|
|
626
|
-
|
|
627
|
-
});
|
|
628
|
-
export
|
|
629
|
-
|
|
630
|
-
});
|
|
631
|
-
export
|
|
632
|
-
|
|
633
|
-
});
|
|
634
|
-
export
|
|
635
|
-
|
|
636
|
-
});
|
|
637
|
-
export
|
|
638
|
-
|
|
639
|
-
});
|
|
640
|
-
export
|
|
641
|
-
|
|
642
|
-
});
|
|
643
|
-
export
|
|
644
|
-
|
|
645
|
-
});
|
|
646
|
-
export
|
|
647
|
-
|
|
648
|
-
});
|
|
649
|
-
export
|
|
650
|
-
|
|
651
|
-
});
|
|
652
|
-
export
|
|
653
|
-
|
|
654
|
-
});
|
|
655
|
-
export
|
|
656
|
-
|
|
657
|
-
});
|
|
658
|
-
export
|
|
659
|
-
|
|
660
|
-
});
|
|
661
|
-
export
|
|
662
|
-
|
|
663
|
-
})
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
});
|
|
667
|
-
export
|
|
668
|
-
|
|
669
|
-
});
|
|
670
|
-
export
|
|
671
|
-
|
|
672
|
-
});
|
|
673
|
-
export
|
|
674
|
-
|
|
675
|
-
});
|
|
676
|
-
export
|
|
677
|
-
|
|
678
|
-
});
|
|
679
|
-
export
|
|
680
|
-
|
|
681
|
-
});
|
|
682
|
-
export
|
|
683
|
-
|
|
684
|
-
});
|
|
685
|
-
export
|
|
686
|
-
|
|
687
|
-
});
|
|
688
|
-
export
|
|
689
|
-
|
|
690
|
-
});
|
|
691
|
-
export
|
|
692
|
-
|
|
693
|
-
});
|
|
694
|
-
export
|
|
695
|
-
|
|
696
|
-
});
|
|
697
|
-
export
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
});
|
|
701
|
-
export
|
|
702
|
-
|
|
703
|
-
});
|
|
704
|
-
export
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
});
|
|
708
|
-
export
|
|
709
|
-
|
|
710
|
-
});
|
|
711
|
-
export
|
|
712
|
-
|
|
713
|
-
});
|
|
714
|
-
export
|
|
715
|
-
|
|
716
|
-
});
|
|
717
|
-
export
|
|
718
|
-
|
|
719
|
-
});
|
|
720
|
-
export
|
|
721
|
-
|
|
722
|
-
});
|
|
723
|
-
export
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
});
|
|
728
|
-
export
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
});
|
|
732
|
-
export
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
});
|
|
737
|
-
export
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
});
|
|
741
|
-
export
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
});
|
|
745
|
-
export
|
|
746
|
-
|
|
747
|
-
});
|
|
748
|
-
export
|
|
749
|
-
|
|
750
|
-
});
|
|
751
|
-
export
|
|
752
|
-
|
|
753
|
-
});
|
|
754
|
-
export
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
});
|
|
761
|
-
export
|
|
762
|
-
|
|
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)); };
|