@aws-sdk/client-lambda 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +2 -2
- package/dist-cjs/commands/AddPermissionCommand.js +2 -2
- package/dist-cjs/commands/CreateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
- package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteAliasCommand.js +1 -1
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteFunctionCommand.js +1 -1
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +1 -1
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +1 -1
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -1
- package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetAliasCommand.js +2 -2
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +2 -2
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +2 -2
- package/dist-cjs/commands/GetLayerVersionCommand.js +2 -2
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-cjs/commands/InvokeAsyncCommand.js +2 -2
- package/dist-cjs/commands/InvokeCommand.js +2 -2
- package/dist-cjs/commands/ListAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
- package/dist-cjs/commands/ListLayerVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListLayersCommand.js +2 -2
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +2 -2
- package/dist-cjs/commands/PublishLayerVersionCommand.js +2 -2
- package/dist-cjs/commands/PublishVersionCommand.js +2 -2
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +1 -1
- package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +2 -2
- package/dist-cjs/models/models_0.js +578 -854
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -3
- package/dist-es/commands/AddPermissionCommand.js +3 -3
- package/dist-es/commands/CreateAliasCommand.js +3 -3
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/CreateEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/CreateFunctionCommand.js +3 -3
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -3
- package/dist-es/commands/DeleteAliasCommand.js +2 -2
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-es/commands/GetAliasCommand.js +3 -3
- package/dist-es/commands/GetCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/GetEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/GetFunctionCommand.js +3 -3
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -3
- package/dist-es/commands/GetFunctionConfigurationCommand.js +3 -3
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -3
- package/dist-es/commands/GetLayerVersionByArnCommand.js +3 -3
- package/dist-es/commands/GetLayerVersionCommand.js +3 -3
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -3
- package/dist-es/commands/InvokeAsyncCommand.js +3 -3
- package/dist-es/commands/InvokeCommand.js +3 -3
- package/dist-es/commands/ListAliasesCommand.js +3 -3
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -3
- package/dist-es/commands/ListEventSourceMappingsCommand.js +3 -3
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -3
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -3
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/ListFunctionsCommand.js +3 -3
- package/dist-es/commands/ListLayerVersionsCommand.js +3 -3
- package/dist-es/commands/ListLayersCommand.js +3 -3
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/ListVersionsByFunctionCommand.js +3 -3
- package/dist-es/commands/PublishLayerVersionCommand.js +3 -3
- package/dist-es/commands/PublishVersionCommand.js +3 -3
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -3
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -3
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAliasCommand.js +3 -3
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionCodeCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -3
- package/dist-es/models/models_0.js +140 -554
- package/dist-types/models/models_0.d.ts +552 -828
- package/dist-types/ts3.4/models/models_0.d.ts +276 -552
- package/package.json +7 -7
|
@@ -1,22 +1,6 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
|
|
4
|
-
export var AccountLimit;
|
|
5
|
-
(function (AccountLimit) {
|
|
6
|
-
AccountLimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
-
})(AccountLimit || (AccountLimit = {}));
|
|
8
|
-
export var AccountUsage;
|
|
9
|
-
(function (AccountUsage) {
|
|
10
|
-
AccountUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
11
|
-
})(AccountUsage || (AccountUsage = {}));
|
|
12
|
-
export var AddLayerVersionPermissionRequest;
|
|
13
|
-
(function (AddLayerVersionPermissionRequest) {
|
|
14
|
-
AddLayerVersionPermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
|
-
})(AddLayerVersionPermissionRequest || (AddLayerVersionPermissionRequest = {}));
|
|
16
|
-
export var AddLayerVersionPermissionResponse;
|
|
17
|
-
(function (AddLayerVersionPermissionResponse) {
|
|
18
|
-
AddLayerVersionPermissionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
-
})(AddLayerVersionPermissionResponse || (AddLayerVersionPermissionResponse = {}));
|
|
20
4
|
var InvalidParameterValueException = (function (_super) {
|
|
21
5
|
__extends(InvalidParameterValueException, _super);
|
|
22
6
|
function InvalidParameterValueException(opts) {
|
|
@@ -125,76 +109,16 @@ export var FunctionUrlAuthType;
|
|
|
125
109
|
FunctionUrlAuthType["AWS_IAM"] = "AWS_IAM";
|
|
126
110
|
FunctionUrlAuthType["NONE"] = "NONE";
|
|
127
111
|
})(FunctionUrlAuthType || (FunctionUrlAuthType = {}));
|
|
128
|
-
export var AddPermissionRequest;
|
|
129
|
-
(function (AddPermissionRequest) {
|
|
130
|
-
AddPermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(AddPermissionRequest || (AddPermissionRequest = {}));
|
|
132
|
-
export var AddPermissionResponse;
|
|
133
|
-
(function (AddPermissionResponse) {
|
|
134
|
-
AddPermissionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
-
})(AddPermissionResponse || (AddPermissionResponse = {}));
|
|
136
|
-
export var AliasRoutingConfiguration;
|
|
137
|
-
(function (AliasRoutingConfiguration) {
|
|
138
|
-
AliasRoutingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
-
})(AliasRoutingConfiguration || (AliasRoutingConfiguration = {}));
|
|
140
|
-
export var AliasConfiguration;
|
|
141
|
-
(function (AliasConfiguration) {
|
|
142
|
-
AliasConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
-
})(AliasConfiguration || (AliasConfiguration = {}));
|
|
144
|
-
export var AllowedPublishers;
|
|
145
|
-
(function (AllowedPublishers) {
|
|
146
|
-
AllowedPublishers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
-
})(AllowedPublishers || (AllowedPublishers = {}));
|
|
148
112
|
export var Architecture;
|
|
149
113
|
(function (Architecture) {
|
|
150
114
|
Architecture["arm64"] = "arm64";
|
|
151
115
|
Architecture["x86_64"] = "x86_64";
|
|
152
116
|
})(Architecture || (Architecture = {}));
|
|
153
|
-
export var CreateAliasRequest;
|
|
154
|
-
(function (CreateAliasRequest) {
|
|
155
|
-
CreateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(CreateAliasRequest || (CreateAliasRequest = {}));
|
|
157
117
|
export var CodeSigningPolicy;
|
|
158
118
|
(function (CodeSigningPolicy) {
|
|
159
119
|
CodeSigningPolicy["Enforce"] = "Enforce";
|
|
160
120
|
CodeSigningPolicy["Warn"] = "Warn";
|
|
161
121
|
})(CodeSigningPolicy || (CodeSigningPolicy = {}));
|
|
162
|
-
export var CodeSigningPolicies;
|
|
163
|
-
(function (CodeSigningPolicies) {
|
|
164
|
-
CodeSigningPolicies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
-
})(CodeSigningPolicies || (CodeSigningPolicies = {}));
|
|
166
|
-
export var CreateCodeSigningConfigRequest;
|
|
167
|
-
(function (CreateCodeSigningConfigRequest) {
|
|
168
|
-
CreateCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
-
})(CreateCodeSigningConfigRequest || (CreateCodeSigningConfigRequest = {}));
|
|
170
|
-
export var CodeSigningConfig;
|
|
171
|
-
(function (CodeSigningConfig) {
|
|
172
|
-
CodeSigningConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
-
})(CodeSigningConfig || (CodeSigningConfig = {}));
|
|
174
|
-
export var CreateCodeSigningConfigResponse;
|
|
175
|
-
(function (CreateCodeSigningConfigResponse) {
|
|
176
|
-
CreateCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(CreateCodeSigningConfigResponse || (CreateCodeSigningConfigResponse = {}));
|
|
178
|
-
export var OnFailure;
|
|
179
|
-
(function (OnFailure) {
|
|
180
|
-
OnFailure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
-
})(OnFailure || (OnFailure = {}));
|
|
182
|
-
export var OnSuccess;
|
|
183
|
-
(function (OnSuccess) {
|
|
184
|
-
OnSuccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
-
})(OnSuccess || (OnSuccess = {}));
|
|
186
|
-
export var DestinationConfig;
|
|
187
|
-
(function (DestinationConfig) {
|
|
188
|
-
DestinationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
-
})(DestinationConfig || (DestinationConfig = {}));
|
|
190
|
-
export var Filter;
|
|
191
|
-
(function (Filter) {
|
|
192
|
-
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(Filter || (Filter = {}));
|
|
194
|
-
export var FilterCriteria;
|
|
195
|
-
(function (FilterCriteria) {
|
|
196
|
-
FilterCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(FilterCriteria || (FilterCriteria = {}));
|
|
198
122
|
export var FunctionResponseType;
|
|
199
123
|
(function (FunctionResponseType) {
|
|
200
124
|
FunctionResponseType["ReportBatchItemFailures"] = "ReportBatchItemFailures";
|
|
@@ -203,10 +127,6 @@ export var EndPointType;
|
|
|
203
127
|
(function (EndPointType) {
|
|
204
128
|
EndPointType["KAFKA_BOOTSTRAP_SERVERS"] = "KAFKA_BOOTSTRAP_SERVERS";
|
|
205
129
|
})(EndPointType || (EndPointType = {}));
|
|
206
|
-
export var SelfManagedEventSource;
|
|
207
|
-
(function (SelfManagedEventSource) {
|
|
208
|
-
SelfManagedEventSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
-
})(SelfManagedEventSource || (SelfManagedEventSource = {}));
|
|
210
130
|
export var SourceAccessType;
|
|
211
131
|
(function (SourceAccessType) {
|
|
212
132
|
SourceAccessType["BASIC_AUTH"] = "BASIC_AUTH";
|
|
@@ -218,24 +138,12 @@ export var SourceAccessType;
|
|
|
218
138
|
SourceAccessType["VPC_SECURITY_GROUP"] = "VPC_SECURITY_GROUP";
|
|
219
139
|
SourceAccessType["VPC_SUBNET"] = "VPC_SUBNET";
|
|
220
140
|
})(SourceAccessType || (SourceAccessType = {}));
|
|
221
|
-
export var SourceAccessConfiguration;
|
|
222
|
-
(function (SourceAccessConfiguration) {
|
|
223
|
-
SourceAccessConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
-
})(SourceAccessConfiguration || (SourceAccessConfiguration = {}));
|
|
225
141
|
export var EventSourcePosition;
|
|
226
142
|
(function (EventSourcePosition) {
|
|
227
143
|
EventSourcePosition["AT_TIMESTAMP"] = "AT_TIMESTAMP";
|
|
228
144
|
EventSourcePosition["LATEST"] = "LATEST";
|
|
229
145
|
EventSourcePosition["TRIM_HORIZON"] = "TRIM_HORIZON";
|
|
230
146
|
})(EventSourcePosition || (EventSourcePosition = {}));
|
|
231
|
-
export var CreateEventSourceMappingRequest;
|
|
232
|
-
(function (CreateEventSourceMappingRequest) {
|
|
233
|
-
CreateEventSourceMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(CreateEventSourceMappingRequest || (CreateEventSourceMappingRequest = {}));
|
|
235
|
-
export var EventSourceMappingConfiguration;
|
|
236
|
-
(function (EventSourceMappingConfiguration) {
|
|
237
|
-
EventSourceMappingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
-
})(EventSourceMappingConfiguration || (EventSourceMappingConfiguration = {}));
|
|
239
147
|
var CodeSigningConfigNotFoundException = (function (_super) {
|
|
240
148
|
__extends(CodeSigningConfigNotFoundException, _super);
|
|
241
149
|
function CodeSigningConfigNotFoundException(opts) {
|
|
@@ -277,30 +185,6 @@ var CodeVerificationFailedException = (function (_super) {
|
|
|
277
185
|
return CodeVerificationFailedException;
|
|
278
186
|
}(__BaseException));
|
|
279
187
|
export { CodeVerificationFailedException };
|
|
280
|
-
export var FunctionCode;
|
|
281
|
-
(function (FunctionCode) {
|
|
282
|
-
FunctionCode.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
|
|
283
|
-
})(FunctionCode || (FunctionCode = {}));
|
|
284
|
-
export var DeadLetterConfig;
|
|
285
|
-
(function (DeadLetterConfig) {
|
|
286
|
-
DeadLetterConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
-
})(DeadLetterConfig || (DeadLetterConfig = {}));
|
|
288
|
-
export var Environment;
|
|
289
|
-
(function (Environment) {
|
|
290
|
-
Environment.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Variables && { Variables: SENSITIVE_STRING }))); };
|
|
291
|
-
})(Environment || (Environment = {}));
|
|
292
|
-
export var EphemeralStorage;
|
|
293
|
-
(function (EphemeralStorage) {
|
|
294
|
-
EphemeralStorage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
-
})(EphemeralStorage || (EphemeralStorage = {}));
|
|
296
|
-
export var FileSystemConfig;
|
|
297
|
-
(function (FileSystemConfig) {
|
|
298
|
-
FileSystemConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
-
})(FileSystemConfig || (FileSystemConfig = {}));
|
|
300
|
-
export var ImageConfig;
|
|
301
|
-
(function (ImageConfig) {
|
|
302
|
-
ImageConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
-
})(ImageConfig || (ImageConfig = {}));
|
|
304
188
|
export var PackageType;
|
|
305
189
|
(function (PackageType) {
|
|
306
190
|
PackageType["Image"] = "Image";
|
|
@@ -341,34 +225,6 @@ export var TracingMode;
|
|
|
341
225
|
TracingMode["Active"] = "Active";
|
|
342
226
|
TracingMode["PassThrough"] = "PassThrough";
|
|
343
227
|
})(TracingMode || (TracingMode = {}));
|
|
344
|
-
export var TracingConfig;
|
|
345
|
-
(function (TracingConfig) {
|
|
346
|
-
TracingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
-
})(TracingConfig || (TracingConfig = {}));
|
|
348
|
-
export var VpcConfig;
|
|
349
|
-
(function (VpcConfig) {
|
|
350
|
-
VpcConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
-
})(VpcConfig || (VpcConfig = {}));
|
|
352
|
-
export var CreateFunctionRequest;
|
|
353
|
-
(function (CreateFunctionRequest) {
|
|
354
|
-
CreateFunctionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Code && { Code: FunctionCode.filterSensitiveLog(obj.Code) })), (obj.Environment && { Environment: Environment.filterSensitiveLog(obj.Environment) }))); };
|
|
355
|
-
})(CreateFunctionRequest || (CreateFunctionRequest = {}));
|
|
356
|
-
export var EnvironmentError;
|
|
357
|
-
(function (EnvironmentError) {
|
|
358
|
-
EnvironmentError.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
359
|
-
})(EnvironmentError || (EnvironmentError = {}));
|
|
360
|
-
export var EnvironmentResponse;
|
|
361
|
-
(function (EnvironmentResponse) {
|
|
362
|
-
EnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Variables && { Variables: SENSITIVE_STRING })), (obj.Error && { Error: EnvironmentError.filterSensitiveLog(obj.Error) }))); };
|
|
363
|
-
})(EnvironmentResponse || (EnvironmentResponse = {}));
|
|
364
|
-
export var ImageConfigError;
|
|
365
|
-
(function (ImageConfigError) {
|
|
366
|
-
ImageConfigError.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
367
|
-
})(ImageConfigError || (ImageConfigError = {}));
|
|
368
|
-
export var ImageConfigResponse;
|
|
369
|
-
(function (ImageConfigResponse) {
|
|
370
|
-
ImageConfigResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Error && { Error: ImageConfigError.filterSensitiveLog(obj.Error) }))); };
|
|
371
|
-
})(ImageConfigResponse || (ImageConfigResponse = {}));
|
|
372
228
|
export var LastUpdateStatus;
|
|
373
229
|
(function (LastUpdateStatus) {
|
|
374
230
|
LastUpdateStatus["Failed"] = "Failed";
|
|
@@ -388,10 +244,6 @@ export var LastUpdateStatusReasonCode;
|
|
|
388
244
|
LastUpdateStatusReasonCode["InvalidSubnet"] = "InvalidSubnet";
|
|
389
245
|
LastUpdateStatusReasonCode["SubnetOutOfIPAddresses"] = "SubnetOutOfIPAddresses";
|
|
390
246
|
})(LastUpdateStatusReasonCode || (LastUpdateStatusReasonCode = {}));
|
|
391
|
-
export var Layer;
|
|
392
|
-
(function (Layer) {
|
|
393
|
-
Layer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
-
})(Layer || (Layer = {}));
|
|
395
247
|
export var State;
|
|
396
248
|
(function (State) {
|
|
397
249
|
State["Active"] = "Active";
|
|
@@ -415,20 +267,6 @@ export var StateReasonCode;
|
|
|
415
267
|
StateReasonCode["Restoring"] = "Restoring";
|
|
416
268
|
StateReasonCode["SubnetOutOfIPAddresses"] = "SubnetOutOfIPAddresses";
|
|
417
269
|
})(StateReasonCode || (StateReasonCode = {}));
|
|
418
|
-
export var TracingConfigResponse;
|
|
419
|
-
(function (TracingConfigResponse) {
|
|
420
|
-
TracingConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
-
})(TracingConfigResponse || (TracingConfigResponse = {}));
|
|
422
|
-
export var VpcConfigResponse;
|
|
423
|
-
(function (VpcConfigResponse) {
|
|
424
|
-
VpcConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
-
})(VpcConfigResponse || (VpcConfigResponse = {}));
|
|
426
|
-
export var FunctionConfiguration;
|
|
427
|
-
(function (FunctionConfiguration) {
|
|
428
|
-
FunctionConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Environment && { Environment: EnvironmentResponse.filterSensitiveLog(obj.Environment) })), (obj.ImageConfigResponse && {
|
|
429
|
-
ImageConfigResponse: ImageConfigResponse.filterSensitiveLog(obj.ImageConfigResponse),
|
|
430
|
-
}))); };
|
|
431
|
-
})(FunctionConfiguration || (FunctionConfiguration = {}));
|
|
432
270
|
var InvalidCodeSignatureException = (function (_super) {
|
|
433
271
|
__extends(InvalidCodeSignatureException, _super);
|
|
434
272
|
function InvalidCodeSignatureException(opts) {
|
|
@@ -443,34 +281,6 @@ var InvalidCodeSignatureException = (function (_super) {
|
|
|
443
281
|
return InvalidCodeSignatureException;
|
|
444
282
|
}(__BaseException));
|
|
445
283
|
export { InvalidCodeSignatureException };
|
|
446
|
-
export var Cors;
|
|
447
|
-
(function (Cors) {
|
|
448
|
-
Cors.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
-
})(Cors || (Cors = {}));
|
|
450
|
-
export var CreateFunctionUrlConfigRequest;
|
|
451
|
-
(function (CreateFunctionUrlConfigRequest) {
|
|
452
|
-
CreateFunctionUrlConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
-
})(CreateFunctionUrlConfigRequest || (CreateFunctionUrlConfigRequest = {}));
|
|
454
|
-
export var CreateFunctionUrlConfigResponse;
|
|
455
|
-
(function (CreateFunctionUrlConfigResponse) {
|
|
456
|
-
CreateFunctionUrlConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
-
})(CreateFunctionUrlConfigResponse || (CreateFunctionUrlConfigResponse = {}));
|
|
458
|
-
export var DeleteAliasRequest;
|
|
459
|
-
(function (DeleteAliasRequest) {
|
|
460
|
-
DeleteAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
-
})(DeleteAliasRequest || (DeleteAliasRequest = {}));
|
|
462
|
-
export var DeleteCodeSigningConfigRequest;
|
|
463
|
-
(function (DeleteCodeSigningConfigRequest) {
|
|
464
|
-
DeleteCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
-
})(DeleteCodeSigningConfigRequest || (DeleteCodeSigningConfigRequest = {}));
|
|
466
|
-
export var DeleteCodeSigningConfigResponse;
|
|
467
|
-
(function (DeleteCodeSigningConfigResponse) {
|
|
468
|
-
DeleteCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
-
})(DeleteCodeSigningConfigResponse || (DeleteCodeSigningConfigResponse = {}));
|
|
470
|
-
export var DeleteEventSourceMappingRequest;
|
|
471
|
-
(function (DeleteEventSourceMappingRequest) {
|
|
472
|
-
DeleteEventSourceMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
-
})(DeleteEventSourceMappingRequest || (DeleteEventSourceMappingRequest = {}));
|
|
474
284
|
var ResourceInUseException = (function (_super) {
|
|
475
285
|
__extends(ResourceInUseException, _super);
|
|
476
286
|
function ResourceInUseException(opts) {
|
|
@@ -485,156 +295,12 @@ var ResourceInUseException = (function (_super) {
|
|
|
485
295
|
return ResourceInUseException;
|
|
486
296
|
}(__BaseException));
|
|
487
297
|
export { ResourceInUseException };
|
|
488
|
-
export var DeleteFunctionRequest;
|
|
489
|
-
(function (DeleteFunctionRequest) {
|
|
490
|
-
DeleteFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
-
})(DeleteFunctionRequest || (DeleteFunctionRequest = {}));
|
|
492
|
-
export var DeleteFunctionCodeSigningConfigRequest;
|
|
493
|
-
(function (DeleteFunctionCodeSigningConfigRequest) {
|
|
494
|
-
DeleteFunctionCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
-
})(DeleteFunctionCodeSigningConfigRequest || (DeleteFunctionCodeSigningConfigRequest = {}));
|
|
496
|
-
export var DeleteFunctionConcurrencyRequest;
|
|
497
|
-
(function (DeleteFunctionConcurrencyRequest) {
|
|
498
|
-
DeleteFunctionConcurrencyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
-
})(DeleteFunctionConcurrencyRequest || (DeleteFunctionConcurrencyRequest = {}));
|
|
500
|
-
export var DeleteFunctionEventInvokeConfigRequest;
|
|
501
|
-
(function (DeleteFunctionEventInvokeConfigRequest) {
|
|
502
|
-
DeleteFunctionEventInvokeConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
-
})(DeleteFunctionEventInvokeConfigRequest || (DeleteFunctionEventInvokeConfigRequest = {}));
|
|
504
|
-
export var DeleteFunctionUrlConfigRequest;
|
|
505
|
-
(function (DeleteFunctionUrlConfigRequest) {
|
|
506
|
-
DeleteFunctionUrlConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
-
})(DeleteFunctionUrlConfigRequest || (DeleteFunctionUrlConfigRequest = {}));
|
|
508
|
-
export var DeleteLayerVersionRequest;
|
|
509
|
-
(function (DeleteLayerVersionRequest) {
|
|
510
|
-
DeleteLayerVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
-
})(DeleteLayerVersionRequest || (DeleteLayerVersionRequest = {}));
|
|
512
|
-
export var DeleteProvisionedConcurrencyConfigRequest;
|
|
513
|
-
(function (DeleteProvisionedConcurrencyConfigRequest) {
|
|
514
|
-
DeleteProvisionedConcurrencyConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
-
})(DeleteProvisionedConcurrencyConfigRequest || (DeleteProvisionedConcurrencyConfigRequest = {}));
|
|
516
|
-
export var GetAccountSettingsRequest;
|
|
517
|
-
(function (GetAccountSettingsRequest) {
|
|
518
|
-
GetAccountSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
-
})(GetAccountSettingsRequest || (GetAccountSettingsRequest = {}));
|
|
520
|
-
export var GetAccountSettingsResponse;
|
|
521
|
-
(function (GetAccountSettingsResponse) {
|
|
522
|
-
GetAccountSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
-
})(GetAccountSettingsResponse || (GetAccountSettingsResponse = {}));
|
|
524
|
-
export var GetAliasRequest;
|
|
525
|
-
(function (GetAliasRequest) {
|
|
526
|
-
GetAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
-
})(GetAliasRequest || (GetAliasRequest = {}));
|
|
528
|
-
export var GetCodeSigningConfigRequest;
|
|
529
|
-
(function (GetCodeSigningConfigRequest) {
|
|
530
|
-
GetCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
-
})(GetCodeSigningConfigRequest || (GetCodeSigningConfigRequest = {}));
|
|
532
|
-
export var GetCodeSigningConfigResponse;
|
|
533
|
-
(function (GetCodeSigningConfigResponse) {
|
|
534
|
-
GetCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
-
})(GetCodeSigningConfigResponse || (GetCodeSigningConfigResponse = {}));
|
|
536
|
-
export var GetEventSourceMappingRequest;
|
|
537
|
-
(function (GetEventSourceMappingRequest) {
|
|
538
|
-
GetEventSourceMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
-
})(GetEventSourceMappingRequest || (GetEventSourceMappingRequest = {}));
|
|
540
|
-
export var GetFunctionRequest;
|
|
541
|
-
(function (GetFunctionRequest) {
|
|
542
|
-
GetFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
-
})(GetFunctionRequest || (GetFunctionRequest = {}));
|
|
544
|
-
export var FunctionCodeLocation;
|
|
545
|
-
(function (FunctionCodeLocation) {
|
|
546
|
-
FunctionCodeLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
-
})(FunctionCodeLocation || (FunctionCodeLocation = {}));
|
|
548
|
-
export var Concurrency;
|
|
549
|
-
(function (Concurrency) {
|
|
550
|
-
Concurrency.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
-
})(Concurrency || (Concurrency = {}));
|
|
552
|
-
export var GetFunctionResponse;
|
|
553
|
-
(function (GetFunctionResponse) {
|
|
554
|
-
GetFunctionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Configuration && { Configuration: FunctionConfiguration.filterSensitiveLog(obj.Configuration) }))); };
|
|
555
|
-
})(GetFunctionResponse || (GetFunctionResponse = {}));
|
|
556
|
-
export var GetFunctionCodeSigningConfigRequest;
|
|
557
|
-
(function (GetFunctionCodeSigningConfigRequest) {
|
|
558
|
-
GetFunctionCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
-
})(GetFunctionCodeSigningConfigRequest || (GetFunctionCodeSigningConfigRequest = {}));
|
|
560
|
-
export var GetFunctionCodeSigningConfigResponse;
|
|
561
|
-
(function (GetFunctionCodeSigningConfigResponse) {
|
|
562
|
-
GetFunctionCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
-
})(GetFunctionCodeSigningConfigResponse || (GetFunctionCodeSigningConfigResponse = {}));
|
|
564
|
-
export var GetFunctionConcurrencyRequest;
|
|
565
|
-
(function (GetFunctionConcurrencyRequest) {
|
|
566
|
-
GetFunctionConcurrencyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
-
})(GetFunctionConcurrencyRequest || (GetFunctionConcurrencyRequest = {}));
|
|
568
|
-
export var GetFunctionConcurrencyResponse;
|
|
569
|
-
(function (GetFunctionConcurrencyResponse) {
|
|
570
|
-
GetFunctionConcurrencyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
-
})(GetFunctionConcurrencyResponse || (GetFunctionConcurrencyResponse = {}));
|
|
572
|
-
export var GetFunctionConfigurationRequest;
|
|
573
|
-
(function (GetFunctionConfigurationRequest) {
|
|
574
|
-
GetFunctionConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
-
})(GetFunctionConfigurationRequest || (GetFunctionConfigurationRequest = {}));
|
|
576
|
-
export var FunctionEventInvokeConfig;
|
|
577
|
-
(function (FunctionEventInvokeConfig) {
|
|
578
|
-
FunctionEventInvokeConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
-
})(FunctionEventInvokeConfig || (FunctionEventInvokeConfig = {}));
|
|
580
|
-
export var GetFunctionEventInvokeConfigRequest;
|
|
581
|
-
(function (GetFunctionEventInvokeConfigRequest) {
|
|
582
|
-
GetFunctionEventInvokeConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
-
})(GetFunctionEventInvokeConfigRequest || (GetFunctionEventInvokeConfigRequest = {}));
|
|
584
|
-
export var GetFunctionUrlConfigRequest;
|
|
585
|
-
(function (GetFunctionUrlConfigRequest) {
|
|
586
|
-
GetFunctionUrlConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
-
})(GetFunctionUrlConfigRequest || (GetFunctionUrlConfigRequest = {}));
|
|
588
|
-
export var GetFunctionUrlConfigResponse;
|
|
589
|
-
(function (GetFunctionUrlConfigResponse) {
|
|
590
|
-
GetFunctionUrlConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
-
})(GetFunctionUrlConfigResponse || (GetFunctionUrlConfigResponse = {}));
|
|
592
|
-
export var GetLayerVersionRequest;
|
|
593
|
-
(function (GetLayerVersionRequest) {
|
|
594
|
-
GetLayerVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
-
})(GetLayerVersionRequest || (GetLayerVersionRequest = {}));
|
|
596
|
-
export var LayerVersionContentOutput;
|
|
597
|
-
(function (LayerVersionContentOutput) {
|
|
598
|
-
LayerVersionContentOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
-
})(LayerVersionContentOutput || (LayerVersionContentOutput = {}));
|
|
600
|
-
export var GetLayerVersionResponse;
|
|
601
|
-
(function (GetLayerVersionResponse) {
|
|
602
|
-
GetLayerVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
-
})(GetLayerVersionResponse || (GetLayerVersionResponse = {}));
|
|
604
|
-
export var GetLayerVersionByArnRequest;
|
|
605
|
-
(function (GetLayerVersionByArnRequest) {
|
|
606
|
-
GetLayerVersionByArnRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
-
})(GetLayerVersionByArnRequest || (GetLayerVersionByArnRequest = {}));
|
|
608
|
-
export var GetLayerVersionPolicyRequest;
|
|
609
|
-
(function (GetLayerVersionPolicyRequest) {
|
|
610
|
-
GetLayerVersionPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
-
})(GetLayerVersionPolicyRequest || (GetLayerVersionPolicyRequest = {}));
|
|
612
|
-
export var GetLayerVersionPolicyResponse;
|
|
613
|
-
(function (GetLayerVersionPolicyResponse) {
|
|
614
|
-
GetLayerVersionPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
-
})(GetLayerVersionPolicyResponse || (GetLayerVersionPolicyResponse = {}));
|
|
616
|
-
export var GetPolicyRequest;
|
|
617
|
-
(function (GetPolicyRequest) {
|
|
618
|
-
GetPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
-
})(GetPolicyRequest || (GetPolicyRequest = {}));
|
|
620
|
-
export var GetPolicyResponse;
|
|
621
|
-
(function (GetPolicyResponse) {
|
|
622
|
-
GetPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
-
})(GetPolicyResponse || (GetPolicyResponse = {}));
|
|
624
|
-
export var GetProvisionedConcurrencyConfigRequest;
|
|
625
|
-
(function (GetProvisionedConcurrencyConfigRequest) {
|
|
626
|
-
GetProvisionedConcurrencyConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
-
})(GetProvisionedConcurrencyConfigRequest || (GetProvisionedConcurrencyConfigRequest = {}));
|
|
628
298
|
export var ProvisionedConcurrencyStatusEnum;
|
|
629
299
|
(function (ProvisionedConcurrencyStatusEnum) {
|
|
630
300
|
ProvisionedConcurrencyStatusEnum["FAILED"] = "FAILED";
|
|
631
301
|
ProvisionedConcurrencyStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
|
|
632
302
|
ProvisionedConcurrencyStatusEnum["READY"] = "READY";
|
|
633
303
|
})(ProvisionedConcurrencyStatusEnum || (ProvisionedConcurrencyStatusEnum = {}));
|
|
634
|
-
export var GetProvisionedConcurrencyConfigResponse;
|
|
635
|
-
(function (GetProvisionedConcurrencyConfigResponse) {
|
|
636
|
-
GetProvisionedConcurrencyConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
-
})(GetProvisionedConcurrencyConfigResponse || (GetProvisionedConcurrencyConfigResponse = {}));
|
|
638
304
|
var ProvisionedConcurrencyConfigNotFoundException = (function (_super) {
|
|
639
305
|
__extends(ProvisionedConcurrencyConfigNotFoundException, _super);
|
|
640
306
|
function ProvisionedConcurrencyConfigNotFoundException(opts) {
|
|
@@ -841,14 +507,6 @@ export var LogType;
|
|
|
841
507
|
LogType["None"] = "None";
|
|
842
508
|
LogType["Tail"] = "Tail";
|
|
843
509
|
})(LogType || (LogType = {}));
|
|
844
|
-
export var InvocationRequest;
|
|
845
|
-
(function (InvocationRequest) {
|
|
846
|
-
InvocationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Payload && { Payload: SENSITIVE_STRING }))); };
|
|
847
|
-
})(InvocationRequest || (InvocationRequest = {}));
|
|
848
|
-
export var InvocationResponse;
|
|
849
|
-
(function (InvocationResponse) {
|
|
850
|
-
InvocationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Payload && { Payload: SENSITIVE_STRING }))); };
|
|
851
|
-
})(InvocationResponse || (InvocationResponse = {}));
|
|
852
510
|
var KMSAccessDeniedException = (function (_super) {
|
|
853
511
|
__extends(KMSAccessDeniedException, _super);
|
|
854
512
|
function KMSAccessDeniedException(opts) {
|
|
@@ -958,219 +616,147 @@ var UnsupportedMediaTypeException = (function (_super) {
|
|
|
958
616
|
return UnsupportedMediaTypeException;
|
|
959
617
|
}(__BaseException));
|
|
960
618
|
export { UnsupportedMediaTypeException };
|
|
961
|
-
export var InvokeAsyncRequest;
|
|
962
|
-
(function (InvokeAsyncRequest) {
|
|
963
|
-
InvokeAsyncRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
964
|
-
})(InvokeAsyncRequest || (InvokeAsyncRequest = {}));
|
|
965
|
-
export var InvokeAsyncResponse;
|
|
966
|
-
(function (InvokeAsyncResponse) {
|
|
967
|
-
InvokeAsyncResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
968
|
-
})(InvokeAsyncResponse || (InvokeAsyncResponse = {}));
|
|
969
|
-
export var ListAliasesRequest;
|
|
970
|
-
(function (ListAliasesRequest) {
|
|
971
|
-
ListAliasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
972
|
-
})(ListAliasesRequest || (ListAliasesRequest = {}));
|
|
973
|
-
export var ListAliasesResponse;
|
|
974
|
-
(function (ListAliasesResponse) {
|
|
975
|
-
ListAliasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
976
|
-
})(ListAliasesResponse || (ListAliasesResponse = {}));
|
|
977
|
-
export var ListCodeSigningConfigsRequest;
|
|
978
|
-
(function (ListCodeSigningConfigsRequest) {
|
|
979
|
-
ListCodeSigningConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
980
|
-
})(ListCodeSigningConfigsRequest || (ListCodeSigningConfigsRequest = {}));
|
|
981
|
-
export var ListCodeSigningConfigsResponse;
|
|
982
|
-
(function (ListCodeSigningConfigsResponse) {
|
|
983
|
-
ListCodeSigningConfigsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
984
|
-
})(ListCodeSigningConfigsResponse || (ListCodeSigningConfigsResponse = {}));
|
|
985
|
-
export var ListEventSourceMappingsRequest;
|
|
986
|
-
(function (ListEventSourceMappingsRequest) {
|
|
987
|
-
ListEventSourceMappingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
988
|
-
})(ListEventSourceMappingsRequest || (ListEventSourceMappingsRequest = {}));
|
|
989
|
-
export var ListEventSourceMappingsResponse;
|
|
990
|
-
(function (ListEventSourceMappingsResponse) {
|
|
991
|
-
ListEventSourceMappingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
992
|
-
})(ListEventSourceMappingsResponse || (ListEventSourceMappingsResponse = {}));
|
|
993
|
-
export var ListFunctionEventInvokeConfigsRequest;
|
|
994
|
-
(function (ListFunctionEventInvokeConfigsRequest) {
|
|
995
|
-
ListFunctionEventInvokeConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
996
|
-
})(ListFunctionEventInvokeConfigsRequest || (ListFunctionEventInvokeConfigsRequest = {}));
|
|
997
|
-
export var ListFunctionEventInvokeConfigsResponse;
|
|
998
|
-
(function (ListFunctionEventInvokeConfigsResponse) {
|
|
999
|
-
ListFunctionEventInvokeConfigsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1000
|
-
})(ListFunctionEventInvokeConfigsResponse || (ListFunctionEventInvokeConfigsResponse = {}));
|
|
1001
619
|
export var FunctionVersion;
|
|
1002
620
|
(function (FunctionVersion) {
|
|
1003
621
|
FunctionVersion["ALL"] = "ALL";
|
|
1004
622
|
})(FunctionVersion || (FunctionVersion = {}));
|
|
1005
|
-
export var
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
export var
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
export var
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
export var
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
export var
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
export var
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
export var
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
export var
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
})(
|
|
1037
|
-
export var
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
export var
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
export var
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
export var
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
export var
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
export var
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
export var
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
export var
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
export var
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
export var
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
export var
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
export var
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
export var
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
export var
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
export var
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
export var
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
export var
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
export var
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
export var
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
export var
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
export var
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
export var
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
export var
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
export var
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
export var
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
export var
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
export var UpdateCodeSigningConfigRequest;
|
|
1146
|
-
(function (UpdateCodeSigningConfigRequest) {
|
|
1147
|
-
UpdateCodeSigningConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1148
|
-
})(UpdateCodeSigningConfigRequest || (UpdateCodeSigningConfigRequest = {}));
|
|
1149
|
-
export var UpdateCodeSigningConfigResponse;
|
|
1150
|
-
(function (UpdateCodeSigningConfigResponse) {
|
|
1151
|
-
UpdateCodeSigningConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1152
|
-
})(UpdateCodeSigningConfigResponse || (UpdateCodeSigningConfigResponse = {}));
|
|
1153
|
-
export var UpdateEventSourceMappingRequest;
|
|
1154
|
-
(function (UpdateEventSourceMappingRequest) {
|
|
1155
|
-
UpdateEventSourceMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1156
|
-
})(UpdateEventSourceMappingRequest || (UpdateEventSourceMappingRequest = {}));
|
|
1157
|
-
export var UpdateFunctionCodeRequest;
|
|
1158
|
-
(function (UpdateFunctionCodeRequest) {
|
|
1159
|
-
UpdateFunctionCodeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
|
|
1160
|
-
})(UpdateFunctionCodeRequest || (UpdateFunctionCodeRequest = {}));
|
|
1161
|
-
export var UpdateFunctionConfigurationRequest;
|
|
1162
|
-
(function (UpdateFunctionConfigurationRequest) {
|
|
1163
|
-
UpdateFunctionConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Environment && { Environment: Environment.filterSensitiveLog(obj.Environment) }))); };
|
|
1164
|
-
})(UpdateFunctionConfigurationRequest || (UpdateFunctionConfigurationRequest = {}));
|
|
1165
|
-
export var UpdateFunctionEventInvokeConfigRequest;
|
|
1166
|
-
(function (UpdateFunctionEventInvokeConfigRequest) {
|
|
1167
|
-
UpdateFunctionEventInvokeConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1168
|
-
})(UpdateFunctionEventInvokeConfigRequest || (UpdateFunctionEventInvokeConfigRequest = {}));
|
|
1169
|
-
export var UpdateFunctionUrlConfigRequest;
|
|
1170
|
-
(function (UpdateFunctionUrlConfigRequest) {
|
|
1171
|
-
UpdateFunctionUrlConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1172
|
-
})(UpdateFunctionUrlConfigRequest || (UpdateFunctionUrlConfigRequest = {}));
|
|
1173
|
-
export var UpdateFunctionUrlConfigResponse;
|
|
1174
|
-
(function (UpdateFunctionUrlConfigResponse) {
|
|
1175
|
-
UpdateFunctionUrlConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1176
|
-
})(UpdateFunctionUrlConfigResponse || (UpdateFunctionUrlConfigResponse = {}));
|
|
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 CreateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var CodeSigningPoliciesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var CreateCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var CodeSigningConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var CreateCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var OnFailureFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var OnSuccessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var DestinationConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var FilterCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var SelfManagedEventSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var SourceAccessConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var CreateEventSourceMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var EventSourceMappingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var FunctionCodeFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
|
|
647
|
+
export var DeadLetterConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var EnvironmentFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Variables && { Variables: SENSITIVE_STRING }))); };
|
|
649
|
+
export var EphemeralStorageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var FileSystemConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var ImageConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var TracingConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var VpcConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var CreateFunctionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Code && { Code: FunctionCodeFilterSensitiveLog(obj.Code) })), (obj.Environment && { Environment: EnvironmentFilterSensitiveLog(obj.Environment) }))); };
|
|
655
|
+
export var EnvironmentErrorFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
656
|
+
export var EnvironmentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Variables && { Variables: SENSITIVE_STRING })), (obj.Error && { Error: EnvironmentErrorFilterSensitiveLog(obj.Error) }))); };
|
|
657
|
+
export var ImageConfigErrorFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
|
|
658
|
+
export var ImageConfigResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Error && { Error: ImageConfigErrorFilterSensitiveLog(obj.Error) }))); };
|
|
659
|
+
export var LayerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var TracingConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var VpcConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var FunctionConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Environment && { Environment: EnvironmentResponseFilterSensitiveLog(obj.Environment) })), (obj.ImageConfigResponse && {
|
|
663
|
+
ImageConfigResponse: ImageConfigResponseFilterSensitiveLog(obj.ImageConfigResponse),
|
|
664
|
+
}))); };
|
|
665
|
+
export var CorsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
export var CreateFunctionUrlConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var CreateFunctionUrlConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var DeleteAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var DeleteCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
export var DeleteCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var DeleteEventSourceMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
+
export var DeleteFunctionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
+
export var DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
export var DeleteFunctionConcurrencyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
export var DeleteFunctionUrlConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
+
export var DeleteLayerVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
+
export var DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
export var GetAccountSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
+
export var GetAccountSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
export var GetAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
export var GetCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var GetCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
export var GetEventSourceMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
export var GetFunctionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
export var FunctionCodeLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
export var ConcurrencyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
+
export var GetFunctionResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Configuration && { Configuration: FunctionConfigurationFilterSensitiveLog(obj.Configuration) }))); };
|
|
689
|
+
export var GetFunctionCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
+
export var GetFunctionCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
export var GetFunctionConcurrencyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
+
export var GetFunctionConcurrencyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
|
+
export var GetFunctionConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
|
+
export var FunctionEventInvokeConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
export var GetFunctionEventInvokeConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
+
export var GetFunctionUrlConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
+
export var GetFunctionUrlConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
+
export var GetLayerVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
export var LayerVersionContentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
|
+
export var GetLayerVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
|
+
export var GetLayerVersionByArnRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
+
export var GetLayerVersionPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
export var GetLayerVersionPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
|
+
export var GetPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
+
export var GetPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
+
export var GetProvisionedConcurrencyConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
export var GetProvisionedConcurrencyConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
+
export var InvocationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Payload && { Payload: SENSITIVE_STRING }))); };
|
|
709
|
+
export var InvocationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Payload && { Payload: SENSITIVE_STRING }))); };
|
|
710
|
+
export var InvokeAsyncRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
export var InvokeAsyncResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
+
export var ListAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
+
export var ListAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
export var ListCodeSigningConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
export var ListCodeSigningConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var ListEventSourceMappingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
+
export var ListEventSourceMappingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
export var ListFunctionEventInvokeConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
export var ListFunctionEventInvokeConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var ListFunctionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var ListFunctionsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Functions && { Functions: obj.Functions.map(function (item) { return FunctionConfigurationFilterSensitiveLog(item); }) }))); };
|
|
722
|
+
export var ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var ListFunctionUrlConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
+
export var FunctionUrlConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var ListFunctionUrlConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
export var ListLayersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var LayerVersionsListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
export var LayersListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
export var ListLayersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
export var ListLayerVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
+
export var ListLayerVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
+
export var ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
export var ProvisionedConcurrencyConfigListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
+
export var ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
export var ListTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
+
export var ListTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
export var ListVersionsByFunctionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
+
export var ListVersionsByFunctionResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Versions && { Versions: obj.Versions.map(function (item) { return FunctionConfigurationFilterSensitiveLog(item); }) }))); };
|
|
740
|
+
export var LayerVersionContentInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
|
|
741
|
+
export var PublishLayerVersionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Content && { Content: LayerVersionContentInputFilterSensitiveLog(obj.Content) }))); };
|
|
742
|
+
export var PublishLayerVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
export var PublishVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
export var PutFunctionCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
+
export var PutFunctionCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
export var PutFunctionConcurrencyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
+
export var PutFunctionEventInvokeConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
+
export var PutProvisionedConcurrencyConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
+
export var PutProvisionedConcurrencyConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
export var RemoveLayerVersionPermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
export var RemovePermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
export var UpdateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
export var UpdateCodeSigningConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
+
export var UpdateCodeSigningConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
+
export var UpdateEventSourceMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
export var UpdateFunctionCodeRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ZipFile && { ZipFile: SENSITIVE_STRING }))); };
|
|
759
|
+
export var UpdateFunctionConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Environment && { Environment: EnvironmentFilterSensitiveLog(obj.Environment) }))); };
|
|
760
|
+
export var UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
export var UpdateFunctionUrlConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
export var UpdateFunctionUrlConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|