@aws-sdk/client-lambda 3.279.0 → 3.281.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/README.md +523 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +14 -5
- package/dist-cjs/protocols/Aws_restJson1.js +38 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +38 -0
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +6 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -0
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -0
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -0
- package/dist-types/commands/GetAliasCommand.d.ts +6 -0
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -0
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -0
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +6 -0
- package/dist-types/commands/GetLayerVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -0
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -0
- package/dist-types/commands/InvokeAsyncCommand.d.ts +6 -0
- package/dist-types/commands/InvokeCommand.d.ts +6 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -0
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -0
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -0
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -0
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -0
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListLayersCommand.d.ts +6 -0
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsCommand.d.ts +6 -0
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +6 -0
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +6 -0
- package/dist-types/commands/PublishVersionCommand.d.ts +6 -0
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -0
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -0
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -0
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -0
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -0
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +6 -0
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +64 -17
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +16 -0
- package/package.json +3 -3
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UpdateFunctionUrlConfigResponseFilterSensitiveLog = exports.UpdateFunctionUrlConfigRequestFilterSensitiveLog = exports.UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog = exports.UpdateFunctionConfigurationRequestFilterSensitiveLog = exports.UpdateFunctionCodeRequestFilterSensitiveLog = exports.UpdateEventSourceMappingRequestFilterSensitiveLog = exports.UpdateCodeSigningConfigResponseFilterSensitiveLog = exports.UpdateCodeSigningConfigRequestFilterSensitiveLog = void 0;
|
|
3
|
+
exports.KMSDisabledException = exports.KMSAccessDeniedException = exports.LogType = exports.InvocationType = exports.InvalidZipFileException = exports.InvalidSubnetIDException = exports.InvalidSecurityGroupIDException = exports.InvalidRuntimeException = exports.InvalidRequestContentException = exports.ENILimitReachedException = exports.EFSMountTimeoutException = exports.EFSMountFailureException = exports.EFSMountConnectivityException = exports.EFSIOException = exports.EC2UnexpectedException = exports.EC2ThrottledException = exports.EC2AccessDeniedException = exports.UpdateRuntimeOn = exports.ProvisionedConcurrencyConfigNotFoundException = exports.ProvisionedConcurrencyStatusEnum = exports.ResourceInUseException = exports.InvalidCodeSignatureException = exports.StateReasonCode = exports.State = exports.SnapStartOptimizationStatus = exports.LastUpdateStatusReasonCode = exports.LastUpdateStatus = exports.TracingMode = exports.SnapStartApplyOn = exports.Runtime = exports.PackageType = exports.CodeVerificationFailedException = exports.CodeStorageExceededException = exports.CodeSigningConfigNotFoundException = exports.EventSourcePosition = exports.SourceAccessType = exports.EndPointType = exports.FunctionResponseType = exports.FullDocument = exports.CodeSigningPolicy = exports.Architecture = exports.FunctionUrlAuthType = exports.TooManyRequestsException = exports.ThrottleReason = exports.ServiceException = exports.ResourceNotFoundException = exports.ResourceConflictException = exports.PreconditionFailedException = exports.PolicyLengthExceededException = exports.InvalidParameterValueException = void 0;
|
|
4
|
+
exports.ImageConfigErrorFilterSensitiveLog = exports.EnvironmentResponseFilterSensitiveLog = exports.EnvironmentErrorFilterSensitiveLog = exports.CreateFunctionRequestFilterSensitiveLog = exports.VpcConfigFilterSensitiveLog = exports.TracingConfigFilterSensitiveLog = exports.SnapStartFilterSensitiveLog = exports.ImageConfigFilterSensitiveLog = exports.FileSystemConfigFilterSensitiveLog = exports.EphemeralStorageFilterSensitiveLog = exports.EnvironmentFilterSensitiveLog = exports.DeadLetterConfigFilterSensitiveLog = exports.FunctionCodeFilterSensitiveLog = exports.EventSourceMappingConfigurationFilterSensitiveLog = exports.CreateEventSourceMappingRequestFilterSensitiveLog = exports.SourceAccessConfigurationFilterSensitiveLog = exports.SelfManagedKafkaEventSourceConfigFilterSensitiveLog = exports.SelfManagedEventSourceFilterSensitiveLog = exports.ScalingConfigFilterSensitiveLog = exports.FilterCriteriaFilterSensitiveLog = exports.FilterFilterSensitiveLog = exports.DocumentDBEventSourceConfigFilterSensitiveLog = exports.DestinationConfigFilterSensitiveLog = exports.OnSuccessFilterSensitiveLog = exports.OnFailureFilterSensitiveLog = exports.CreateCodeSigningConfigResponseFilterSensitiveLog = exports.CodeSigningConfigFilterSensitiveLog = exports.CreateCodeSigningConfigRequestFilterSensitiveLog = exports.CodeSigningPoliciesFilterSensitiveLog = exports.CreateAliasRequestFilterSensitiveLog = exports.AmazonManagedKafkaEventSourceConfigFilterSensitiveLog = exports.AllowedPublishersFilterSensitiveLog = exports.AliasConfigurationFilterSensitiveLog = exports.AliasRoutingConfigurationFilterSensitiveLog = exports.AddPermissionResponseFilterSensitiveLog = exports.AddPermissionRequestFilterSensitiveLog = exports.AddLayerVersionPermissionResponseFilterSensitiveLog = exports.AddLayerVersionPermissionRequestFilterSensitiveLog = exports.AccountUsageFilterSensitiveLog = exports.AccountLimitFilterSensitiveLog = exports.FunctionVersion = exports.UnsupportedMediaTypeException = exports.SubnetIPAddressLimitReachedException = exports.SnapStartTimeoutException = exports.SnapStartNotReadyException = exports.SnapStartException = exports.ResourceNotReadyException = exports.RequestTooLargeException = exports.KMSNotFoundException = exports.KMSInvalidStateException = void 0;
|
|
5
|
+
exports.GetProvisionedConcurrencyConfigRequestFilterSensitiveLog = exports.GetPolicyResponseFilterSensitiveLog = exports.GetPolicyRequestFilterSensitiveLog = exports.GetLayerVersionPolicyResponseFilterSensitiveLog = exports.GetLayerVersionPolicyRequestFilterSensitiveLog = exports.GetLayerVersionByArnRequestFilterSensitiveLog = exports.GetLayerVersionResponseFilterSensitiveLog = exports.LayerVersionContentOutputFilterSensitiveLog = exports.GetLayerVersionRequestFilterSensitiveLog = exports.GetFunctionUrlConfigResponseFilterSensitiveLog = exports.GetFunctionUrlConfigRequestFilterSensitiveLog = exports.GetFunctionEventInvokeConfigRequestFilterSensitiveLog = exports.FunctionEventInvokeConfigFilterSensitiveLog = exports.GetFunctionConfigurationRequestFilterSensitiveLog = exports.GetFunctionConcurrencyResponseFilterSensitiveLog = exports.GetFunctionConcurrencyRequestFilterSensitiveLog = exports.GetFunctionCodeSigningConfigResponseFilterSensitiveLog = exports.GetFunctionCodeSigningConfigRequestFilterSensitiveLog = exports.GetFunctionResponseFilterSensitiveLog = exports.ConcurrencyFilterSensitiveLog = exports.FunctionCodeLocationFilterSensitiveLog = exports.GetFunctionRequestFilterSensitiveLog = exports.GetEventSourceMappingRequestFilterSensitiveLog = exports.GetCodeSigningConfigResponseFilterSensitiveLog = exports.GetCodeSigningConfigRequestFilterSensitiveLog = exports.GetAliasRequestFilterSensitiveLog = exports.GetAccountSettingsResponseFilterSensitiveLog = exports.GetAccountSettingsRequestFilterSensitiveLog = exports.DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog = exports.DeleteLayerVersionRequestFilterSensitiveLog = exports.DeleteFunctionUrlConfigRequestFilterSensitiveLog = exports.DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog = exports.DeleteFunctionConcurrencyRequestFilterSensitiveLog = exports.DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog = exports.DeleteFunctionRequestFilterSensitiveLog = exports.DeleteEventSourceMappingRequestFilterSensitiveLog = exports.DeleteCodeSigningConfigResponseFilterSensitiveLog = exports.DeleteCodeSigningConfigRequestFilterSensitiveLog = exports.DeleteAliasRequestFilterSensitiveLog = exports.CreateFunctionUrlConfigResponseFilterSensitiveLog = exports.CreateFunctionUrlConfigRequestFilterSensitiveLog = exports.CorsFilterSensitiveLog = exports.FunctionConfigurationFilterSensitiveLog = exports.VpcConfigResponseFilterSensitiveLog = exports.TracingConfigResponseFilterSensitiveLog = exports.SnapStartResponseFilterSensitiveLog = exports.RuntimeVersionConfigFilterSensitiveLog = exports.RuntimeVersionErrorFilterSensitiveLog = exports.LayerFilterSensitiveLog = exports.ImageConfigResponseFilterSensitiveLog = void 0;
|
|
6
|
+
exports.TagResourceRequestFilterSensitiveLog = exports.RemovePermissionRequestFilterSensitiveLog = exports.RemoveLayerVersionPermissionRequestFilterSensitiveLog = exports.PutRuntimeManagementConfigResponseFilterSensitiveLog = exports.PutRuntimeManagementConfigRequestFilterSensitiveLog = exports.PutProvisionedConcurrencyConfigResponseFilterSensitiveLog = exports.PutProvisionedConcurrencyConfigRequestFilterSensitiveLog = exports.PutFunctionEventInvokeConfigRequestFilterSensitiveLog = exports.PutFunctionConcurrencyRequestFilterSensitiveLog = exports.PutFunctionCodeSigningConfigResponseFilterSensitiveLog = exports.PutFunctionCodeSigningConfigRequestFilterSensitiveLog = exports.PublishVersionRequestFilterSensitiveLog = exports.PublishLayerVersionResponseFilterSensitiveLog = exports.PublishLayerVersionRequestFilterSensitiveLog = exports.LayerVersionContentInputFilterSensitiveLog = exports.ListVersionsByFunctionResponseFilterSensitiveLog = exports.ListVersionsByFunctionRequestFilterSensitiveLog = exports.ListTagsResponseFilterSensitiveLog = exports.ListTagsRequestFilterSensitiveLog = exports.ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog = exports.ProvisionedConcurrencyConfigListItemFilterSensitiveLog = exports.ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog = exports.ListLayerVersionsResponseFilterSensitiveLog = exports.ListLayerVersionsRequestFilterSensitiveLog = exports.ListLayersResponseFilterSensitiveLog = exports.LayersListItemFilterSensitiveLog = exports.LayerVersionsListItemFilterSensitiveLog = exports.ListLayersRequestFilterSensitiveLog = exports.ListFunctionUrlConfigsResponseFilterSensitiveLog = exports.FunctionUrlConfigFilterSensitiveLog = exports.ListFunctionUrlConfigsRequestFilterSensitiveLog = exports.ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog = exports.ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog = exports.ListFunctionsResponseFilterSensitiveLog = exports.ListFunctionsRequestFilterSensitiveLog = exports.ListFunctionEventInvokeConfigsResponseFilterSensitiveLog = exports.ListFunctionEventInvokeConfigsRequestFilterSensitiveLog = exports.ListEventSourceMappingsResponseFilterSensitiveLog = exports.ListEventSourceMappingsRequestFilterSensitiveLog = exports.ListCodeSigningConfigsResponseFilterSensitiveLog = exports.ListCodeSigningConfigsRequestFilterSensitiveLog = exports.ListAliasesResponseFilterSensitiveLog = exports.ListAliasesRequestFilterSensitiveLog = exports.InvokeAsyncResponseFilterSensitiveLog = exports.InvokeAsyncRequestFilterSensitiveLog = exports.InvocationResponseFilterSensitiveLog = exports.InvocationRequestFilterSensitiveLog = exports.GetRuntimeManagementConfigResponseFilterSensitiveLog = exports.GetRuntimeManagementConfigRequestFilterSensitiveLog = exports.GetProvisionedConcurrencyConfigResponseFilterSensitiveLog = void 0;
|
|
7
|
+
exports.UpdateFunctionUrlConfigResponseFilterSensitiveLog = exports.UpdateFunctionUrlConfigRequestFilterSensitiveLog = exports.UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog = exports.UpdateFunctionConfigurationRequestFilterSensitiveLog = exports.UpdateFunctionCodeRequestFilterSensitiveLog = exports.UpdateEventSourceMappingRequestFilterSensitiveLog = exports.UpdateCodeSigningConfigResponseFilterSensitiveLog = exports.UpdateCodeSigningConfigRequestFilterSensitiveLog = exports.UpdateAliasRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = void 0;
|
|
8
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
9
|
const LambdaServiceException_1 = require("./LambdaServiceException");
|
|
10
10
|
class InvalidParameterValueException extends LambdaServiceException_1.LambdaServiceException {
|
|
@@ -133,6 +133,11 @@ var CodeSigningPolicy;
|
|
|
133
133
|
CodeSigningPolicy["Enforce"] = "Enforce";
|
|
134
134
|
CodeSigningPolicy["Warn"] = "Warn";
|
|
135
135
|
})(CodeSigningPolicy = exports.CodeSigningPolicy || (exports.CodeSigningPolicy = {}));
|
|
136
|
+
var FullDocument;
|
|
137
|
+
(function (FullDocument) {
|
|
138
|
+
FullDocument["Default"] = "Default";
|
|
139
|
+
FullDocument["UpdateLookup"] = "UpdateLookup";
|
|
140
|
+
})(FullDocument = exports.FullDocument || (exports.FullDocument = {}));
|
|
136
141
|
var FunctionResponseType;
|
|
137
142
|
(function (FunctionResponseType) {
|
|
138
143
|
FunctionResponseType["ReportBatchItemFailures"] = "ReportBatchItemFailures";
|
|
@@ -817,6 +822,10 @@ const DestinationConfigFilterSensitiveLog = (obj) => ({
|
|
|
817
822
|
...obj,
|
|
818
823
|
});
|
|
819
824
|
exports.DestinationConfigFilterSensitiveLog = DestinationConfigFilterSensitiveLog;
|
|
825
|
+
const DocumentDBEventSourceConfigFilterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
exports.DocumentDBEventSourceConfigFilterSensitiveLog = DocumentDBEventSourceConfigFilterSensitiveLog;
|
|
820
829
|
const FilterFilterSensitiveLog = (obj) => ({
|
|
821
830
|
...obj,
|
|
822
831
|
});
|
|
@@ -144,6 +144,9 @@ const serializeAws_restJson1CreateEventSourceMappingCommand = async (input, cont
|
|
|
144
144
|
...(input.DestinationConfig != null && {
|
|
145
145
|
DestinationConfig: serializeAws_restJson1DestinationConfig(input.DestinationConfig, context),
|
|
146
146
|
}),
|
|
147
|
+
...(input.DocumentDBEventSourceConfig != null && {
|
|
148
|
+
DocumentDBEventSourceConfig: serializeAws_restJson1DocumentDBEventSourceConfig(input.DocumentDBEventSourceConfig, context),
|
|
149
|
+
}),
|
|
147
150
|
...(input.Enabled != null && { Enabled: input.Enabled }),
|
|
148
151
|
...(input.EventSourceArn != null && { EventSourceArn: input.EventSourceArn }),
|
|
149
152
|
...(input.FilterCriteria != null && {
|
|
@@ -1465,6 +1468,9 @@ const serializeAws_restJson1UpdateEventSourceMappingCommand = async (input, cont
|
|
|
1465
1468
|
...(input.DestinationConfig != null && {
|
|
1466
1469
|
DestinationConfig: serializeAws_restJson1DestinationConfig(input.DestinationConfig, context),
|
|
1467
1470
|
}),
|
|
1471
|
+
...(input.DocumentDBEventSourceConfig != null && {
|
|
1472
|
+
DocumentDBEventSourceConfig: serializeAws_restJson1DocumentDBEventSourceConfig(input.DocumentDBEventSourceConfig, context),
|
|
1473
|
+
}),
|
|
1468
1474
|
...(input.Enabled != null && { Enabled: input.Enabled }),
|
|
1469
1475
|
...(input.FilterCriteria != null && {
|
|
1470
1476
|
FilterCriteria: serializeAws_restJson1FilterCriteria(input.FilterCriteria, context),
|
|
@@ -1860,6 +1866,9 @@ const deserializeAws_restJson1CreateEventSourceMappingCommand = async (output, c
|
|
|
1860
1866
|
if (data.DestinationConfig != null) {
|
|
1861
1867
|
contents.DestinationConfig = deserializeAws_restJson1DestinationConfig(data.DestinationConfig, context);
|
|
1862
1868
|
}
|
|
1869
|
+
if (data.DocumentDBEventSourceConfig != null) {
|
|
1870
|
+
contents.DocumentDBEventSourceConfig = deserializeAws_restJson1DocumentDBEventSourceConfig(data.DocumentDBEventSourceConfig, context);
|
|
1871
|
+
}
|
|
1863
1872
|
if (data.EventSourceArn != null) {
|
|
1864
1873
|
contents.EventSourceArn = (0, smithy_client_1.expectString)(data.EventSourceArn);
|
|
1865
1874
|
}
|
|
@@ -2279,6 +2288,9 @@ const deserializeAws_restJson1DeleteEventSourceMappingCommand = async (output, c
|
|
|
2279
2288
|
if (data.DestinationConfig != null) {
|
|
2280
2289
|
contents.DestinationConfig = deserializeAws_restJson1DestinationConfig(data.DestinationConfig, context);
|
|
2281
2290
|
}
|
|
2291
|
+
if (data.DocumentDBEventSourceConfig != null) {
|
|
2292
|
+
contents.DocumentDBEventSourceConfig = deserializeAws_restJson1DocumentDBEventSourceConfig(data.DocumentDBEventSourceConfig, context);
|
|
2293
|
+
}
|
|
2282
2294
|
if (data.EventSourceArn != null) {
|
|
2283
2295
|
contents.EventSourceArn = (0, smithy_client_1.expectString)(data.EventSourceArn);
|
|
2284
2296
|
}
|
|
@@ -2830,6 +2842,9 @@ const deserializeAws_restJson1GetEventSourceMappingCommand = async (output, cont
|
|
|
2830
2842
|
if (data.DestinationConfig != null) {
|
|
2831
2843
|
contents.DestinationConfig = deserializeAws_restJson1DestinationConfig(data.DestinationConfig, context);
|
|
2832
2844
|
}
|
|
2845
|
+
if (data.DocumentDBEventSourceConfig != null) {
|
|
2846
|
+
contents.DocumentDBEventSourceConfig = deserializeAws_restJson1DocumentDBEventSourceConfig(data.DocumentDBEventSourceConfig, context);
|
|
2847
|
+
}
|
|
2833
2848
|
if (data.EventSourceArn != null) {
|
|
2834
2849
|
contents.EventSourceArn = (0, smithy_client_1.expectString)(data.EventSourceArn);
|
|
2835
2850
|
}
|
|
@@ -3622,6 +3637,9 @@ const deserializeAws_restJson1GetRuntimeManagementConfigCommand = async (output,
|
|
|
3622
3637
|
$metadata: deserializeMetadata(output),
|
|
3623
3638
|
});
|
|
3624
3639
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
3640
|
+
if (data.FunctionArn != null) {
|
|
3641
|
+
contents.FunctionArn = (0, smithy_client_1.expectString)(data.FunctionArn);
|
|
3642
|
+
}
|
|
3625
3643
|
if (data.RuntimeVersionArn != null) {
|
|
3626
3644
|
contents.RuntimeVersionArn = (0, smithy_client_1.expectString)(data.RuntimeVersionArn);
|
|
3627
3645
|
}
|
|
@@ -5151,6 +5169,9 @@ const deserializeAws_restJson1UpdateEventSourceMappingCommand = async (output, c
|
|
|
5151
5169
|
if (data.DestinationConfig != null) {
|
|
5152
5170
|
contents.DestinationConfig = deserializeAws_restJson1DestinationConfig(data.DestinationConfig, context);
|
|
5153
5171
|
}
|
|
5172
|
+
if (data.DocumentDBEventSourceConfig != null) {
|
|
5173
|
+
contents.DocumentDBEventSourceConfig = deserializeAws_restJson1DocumentDBEventSourceConfig(data.DocumentDBEventSourceConfig, context);
|
|
5174
|
+
}
|
|
5154
5175
|
if (data.EventSourceArn != null) {
|
|
5155
5176
|
contents.EventSourceArn = (0, smithy_client_1.expectString)(data.EventSourceArn);
|
|
5156
5177
|
}
|
|
@@ -6358,6 +6379,13 @@ const serializeAws_restJson1DestinationConfig = (input, context) => {
|
|
|
6358
6379
|
...(input.OnSuccess != null && { OnSuccess: serializeAws_restJson1OnSuccess(input.OnSuccess, context) }),
|
|
6359
6380
|
};
|
|
6360
6381
|
};
|
|
6382
|
+
const serializeAws_restJson1DocumentDBEventSourceConfig = (input, context) => {
|
|
6383
|
+
return {
|
|
6384
|
+
...(input.CollectionName != null && { CollectionName: input.CollectionName }),
|
|
6385
|
+
...(input.DatabaseName != null && { DatabaseName: input.DatabaseName }),
|
|
6386
|
+
...(input.FullDocument != null && { FullDocument: input.FullDocument }),
|
|
6387
|
+
};
|
|
6388
|
+
};
|
|
6361
6389
|
const serializeAws_restJson1EndpointLists = (input, context) => {
|
|
6362
6390
|
return input
|
|
6363
6391
|
.filter((e) => e != null)
|
|
@@ -6752,6 +6780,13 @@ const deserializeAws_restJson1DestinationConfig = (output, context) => {
|
|
|
6752
6780
|
OnSuccess: output.OnSuccess != null ? deserializeAws_restJson1OnSuccess(output.OnSuccess, context) : undefined,
|
|
6753
6781
|
};
|
|
6754
6782
|
};
|
|
6783
|
+
const deserializeAws_restJson1DocumentDBEventSourceConfig = (output, context) => {
|
|
6784
|
+
return {
|
|
6785
|
+
CollectionName: (0, smithy_client_1.expectString)(output.CollectionName),
|
|
6786
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
6787
|
+
FullDocument: (0, smithy_client_1.expectString)(output.FullDocument),
|
|
6788
|
+
};
|
|
6789
|
+
};
|
|
6755
6790
|
const deserializeAws_restJson1EndpointLists = (output, context) => {
|
|
6756
6791
|
const retVal = (output || [])
|
|
6757
6792
|
.filter((e) => e != null)
|
|
@@ -6808,6 +6843,9 @@ const deserializeAws_restJson1EventSourceMappingConfiguration = (output, context
|
|
|
6808
6843
|
DestinationConfig: output.DestinationConfig != null
|
|
6809
6844
|
? deserializeAws_restJson1DestinationConfig(output.DestinationConfig, context)
|
|
6810
6845
|
: undefined,
|
|
6846
|
+
DocumentDBEventSourceConfig: output.DocumentDBEventSourceConfig != null
|
|
6847
|
+
? deserializeAws_restJson1DocumentDBEventSourceConfig(output.DocumentDBEventSourceConfig, context)
|
|
6848
|
+
: undefined,
|
|
6811
6849
|
EventSourceArn: (0, smithy_client_1.expectString)(output.EventSourceArn),
|
|
6812
6850
|
FilterCriteria: output.FilterCriteria != null
|
|
6813
6851
|
? deserializeAws_restJson1FilterCriteria(output.FilterCriteria, context)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const q = "
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://lambda-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://lambda-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://lambda.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://lambda.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -119,6 +119,11 @@ export var CodeSigningPolicy;
|
|
|
119
119
|
CodeSigningPolicy["Enforce"] = "Enforce";
|
|
120
120
|
CodeSigningPolicy["Warn"] = "Warn";
|
|
121
121
|
})(CodeSigningPolicy || (CodeSigningPolicy = {}));
|
|
122
|
+
export var FullDocument;
|
|
123
|
+
(function (FullDocument) {
|
|
124
|
+
FullDocument["Default"] = "Default";
|
|
125
|
+
FullDocument["UpdateLookup"] = "UpdateLookup";
|
|
126
|
+
})(FullDocument || (FullDocument = {}));
|
|
122
127
|
export var FunctionResponseType;
|
|
123
128
|
(function (FunctionResponseType) {
|
|
124
129
|
FunctionResponseType["ReportBatchItemFailures"] = "ReportBatchItemFailures";
|
|
@@ -755,6 +760,9 @@ export const OnSuccessFilterSensitiveLog = (obj) => ({
|
|
|
755
760
|
export const DestinationConfigFilterSensitiveLog = (obj) => ({
|
|
756
761
|
...obj,
|
|
757
762
|
});
|
|
763
|
+
export const DocumentDBEventSourceConfigFilterSensitiveLog = (obj) => ({
|
|
764
|
+
...obj,
|
|
765
|
+
});
|
|
758
766
|
export const FilterFilterSensitiveLog = (obj) => ({
|
|
759
767
|
...obj,
|
|
760
768
|
});
|
|
@@ -135,6 +135,9 @@ export const serializeAws_restJson1CreateEventSourceMappingCommand = async (inpu
|
|
|
135
135
|
...(input.DestinationConfig != null && {
|
|
136
136
|
DestinationConfig: serializeAws_restJson1DestinationConfig(input.DestinationConfig, context),
|
|
137
137
|
}),
|
|
138
|
+
...(input.DocumentDBEventSourceConfig != null && {
|
|
139
|
+
DocumentDBEventSourceConfig: serializeAws_restJson1DocumentDBEventSourceConfig(input.DocumentDBEventSourceConfig, context),
|
|
140
|
+
}),
|
|
138
141
|
...(input.Enabled != null && { Enabled: input.Enabled }),
|
|
139
142
|
...(input.EventSourceArn != null && { EventSourceArn: input.EventSourceArn }),
|
|
140
143
|
...(input.FilterCriteria != null && {
|
|
@@ -1400,6 +1403,9 @@ export const serializeAws_restJson1UpdateEventSourceMappingCommand = async (inpu
|
|
|
1400
1403
|
...(input.DestinationConfig != null && {
|
|
1401
1404
|
DestinationConfig: serializeAws_restJson1DestinationConfig(input.DestinationConfig, context),
|
|
1402
1405
|
}),
|
|
1406
|
+
...(input.DocumentDBEventSourceConfig != null && {
|
|
1407
|
+
DocumentDBEventSourceConfig: serializeAws_restJson1DocumentDBEventSourceConfig(input.DocumentDBEventSourceConfig, context),
|
|
1408
|
+
}),
|
|
1403
1409
|
...(input.Enabled != null && { Enabled: input.Enabled }),
|
|
1404
1410
|
...(input.FilterCriteria != null && {
|
|
1405
1411
|
FilterCriteria: serializeAws_restJson1FilterCriteria(input.FilterCriteria, context),
|
|
@@ -1786,6 +1792,9 @@ export const deserializeAws_restJson1CreateEventSourceMappingCommand = async (ou
|
|
|
1786
1792
|
if (data.DestinationConfig != null) {
|
|
1787
1793
|
contents.DestinationConfig = deserializeAws_restJson1DestinationConfig(data.DestinationConfig, context);
|
|
1788
1794
|
}
|
|
1795
|
+
if (data.DocumentDBEventSourceConfig != null) {
|
|
1796
|
+
contents.DocumentDBEventSourceConfig = deserializeAws_restJson1DocumentDBEventSourceConfig(data.DocumentDBEventSourceConfig, context);
|
|
1797
|
+
}
|
|
1789
1798
|
if (data.EventSourceArn != null) {
|
|
1790
1799
|
contents.EventSourceArn = __expectString(data.EventSourceArn);
|
|
1791
1800
|
}
|
|
@@ -2200,6 +2209,9 @@ export const deserializeAws_restJson1DeleteEventSourceMappingCommand = async (ou
|
|
|
2200
2209
|
if (data.DestinationConfig != null) {
|
|
2201
2210
|
contents.DestinationConfig = deserializeAws_restJson1DestinationConfig(data.DestinationConfig, context);
|
|
2202
2211
|
}
|
|
2212
|
+
if (data.DocumentDBEventSourceConfig != null) {
|
|
2213
|
+
contents.DocumentDBEventSourceConfig = deserializeAws_restJson1DocumentDBEventSourceConfig(data.DocumentDBEventSourceConfig, context);
|
|
2214
|
+
}
|
|
2203
2215
|
if (data.EventSourceArn != null) {
|
|
2204
2216
|
contents.EventSourceArn = __expectString(data.EventSourceArn);
|
|
2205
2217
|
}
|
|
@@ -2740,6 +2752,9 @@ export const deserializeAws_restJson1GetEventSourceMappingCommand = async (outpu
|
|
|
2740
2752
|
if (data.DestinationConfig != null) {
|
|
2741
2753
|
contents.DestinationConfig = deserializeAws_restJson1DestinationConfig(data.DestinationConfig, context);
|
|
2742
2754
|
}
|
|
2755
|
+
if (data.DocumentDBEventSourceConfig != null) {
|
|
2756
|
+
contents.DocumentDBEventSourceConfig = deserializeAws_restJson1DocumentDBEventSourceConfig(data.DocumentDBEventSourceConfig, context);
|
|
2757
|
+
}
|
|
2743
2758
|
if (data.EventSourceArn != null) {
|
|
2744
2759
|
contents.EventSourceArn = __expectString(data.EventSourceArn);
|
|
2745
2760
|
}
|
|
@@ -3520,6 +3535,9 @@ export const deserializeAws_restJson1GetRuntimeManagementConfigCommand = async (
|
|
|
3520
3535
|
$metadata: deserializeMetadata(output),
|
|
3521
3536
|
});
|
|
3522
3537
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3538
|
+
if (data.FunctionArn != null) {
|
|
3539
|
+
contents.FunctionArn = __expectString(data.FunctionArn);
|
|
3540
|
+
}
|
|
3523
3541
|
if (data.RuntimeVersionArn != null) {
|
|
3524
3542
|
contents.RuntimeVersionArn = __expectString(data.RuntimeVersionArn);
|
|
3525
3543
|
}
|
|
@@ -5021,6 +5039,9 @@ export const deserializeAws_restJson1UpdateEventSourceMappingCommand = async (ou
|
|
|
5021
5039
|
if (data.DestinationConfig != null) {
|
|
5022
5040
|
contents.DestinationConfig = deserializeAws_restJson1DestinationConfig(data.DestinationConfig, context);
|
|
5023
5041
|
}
|
|
5042
|
+
if (data.DocumentDBEventSourceConfig != null) {
|
|
5043
|
+
contents.DocumentDBEventSourceConfig = deserializeAws_restJson1DocumentDBEventSourceConfig(data.DocumentDBEventSourceConfig, context);
|
|
5044
|
+
}
|
|
5024
5045
|
if (data.EventSourceArn != null) {
|
|
5025
5046
|
contents.EventSourceArn = __expectString(data.EventSourceArn);
|
|
5026
5047
|
}
|
|
@@ -6223,6 +6244,13 @@ const serializeAws_restJson1DestinationConfig = (input, context) => {
|
|
|
6223
6244
|
...(input.OnSuccess != null && { OnSuccess: serializeAws_restJson1OnSuccess(input.OnSuccess, context) }),
|
|
6224
6245
|
};
|
|
6225
6246
|
};
|
|
6247
|
+
const serializeAws_restJson1DocumentDBEventSourceConfig = (input, context) => {
|
|
6248
|
+
return {
|
|
6249
|
+
...(input.CollectionName != null && { CollectionName: input.CollectionName }),
|
|
6250
|
+
...(input.DatabaseName != null && { DatabaseName: input.DatabaseName }),
|
|
6251
|
+
...(input.FullDocument != null && { FullDocument: input.FullDocument }),
|
|
6252
|
+
};
|
|
6253
|
+
};
|
|
6226
6254
|
const serializeAws_restJson1EndpointLists = (input, context) => {
|
|
6227
6255
|
return input
|
|
6228
6256
|
.filter((e) => e != null)
|
|
@@ -6617,6 +6645,13 @@ const deserializeAws_restJson1DestinationConfig = (output, context) => {
|
|
|
6617
6645
|
OnSuccess: output.OnSuccess != null ? deserializeAws_restJson1OnSuccess(output.OnSuccess, context) : undefined,
|
|
6618
6646
|
};
|
|
6619
6647
|
};
|
|
6648
|
+
const deserializeAws_restJson1DocumentDBEventSourceConfig = (output, context) => {
|
|
6649
|
+
return {
|
|
6650
|
+
CollectionName: __expectString(output.CollectionName),
|
|
6651
|
+
DatabaseName: __expectString(output.DatabaseName),
|
|
6652
|
+
FullDocument: __expectString(output.FullDocument),
|
|
6653
|
+
};
|
|
6654
|
+
};
|
|
6620
6655
|
const deserializeAws_restJson1EndpointLists = (output, context) => {
|
|
6621
6656
|
const retVal = (output || [])
|
|
6622
6657
|
.filter((e) => e != null)
|
|
@@ -6673,6 +6708,9 @@ const deserializeAws_restJson1EventSourceMappingConfiguration = (output, context
|
|
|
6673
6708
|
DestinationConfig: output.DestinationConfig != null
|
|
6674
6709
|
? deserializeAws_restJson1DestinationConfig(output.DestinationConfig, context)
|
|
6675
6710
|
: undefined,
|
|
6711
|
+
DocumentDBEventSourceConfig: output.DocumentDBEventSourceConfig != null
|
|
6712
|
+
? deserializeAws_restJson1DocumentDBEventSourceConfig(output.DocumentDBEventSourceConfig, context)
|
|
6713
|
+
: undefined,
|
|
6676
6714
|
EventSourceArn: __expectString(output.EventSourceArn),
|
|
6677
6715
|
FilterCriteria: output.FilterCriteria != null
|
|
6678
6716
|
? deserializeAws_restJson1FilterCriteria(output.FilterCriteria, context)
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { AddLayerVersionPermissionRequest, AddLayerVersionPermissionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AddLayerVersionPermissionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AddLayerVersionPermissionCommandInput extends AddLayerVersionPermissionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AddLayerVersionPermissionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AddLayerVersionPermissionCommandOutput extends AddLayerVersionPermissionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { AddPermissionRequest, AddPermissionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AddPermissionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AddPermissionCommandInput extends AddPermissionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AddPermissionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AddPermissionCommandOutput extends AddPermissionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { AliasConfiguration, CreateAliasRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateAliasCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateAliasCommandInput extends CreateAliasRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateAliasCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { CreateCodeSigningConfigRequest, CreateCodeSigningConfigResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateCodeSigningConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateCodeSigningConfigCommandInput extends CreateCodeSigningConfigRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateCodeSigningConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateCodeSigningConfigCommandOutput extends CreateCodeSigningConfigResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { CreateEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateEventSourceMappingCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateEventSourceMappingCommandInput extends CreateEventSourceMappingRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateEventSourceMappingCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { CreateFunctionRequest, FunctionConfiguration } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateFunctionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateFunctionCommandInput extends CreateFunctionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateFunctionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateFunctionCommandOutput extends FunctionConfiguration, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { CreateFunctionUrlConfigRequest, CreateFunctionUrlConfigResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateFunctionUrlConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateFunctionUrlConfigCommandInput extends CreateFunctionUrlConfigRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateFunctionUrlConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateFunctionUrlConfigCommandOutput extends CreateFunctionUrlConfigResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteAliasRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteAliasCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteAliasCommandInput extends DeleteAliasRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteAliasCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteAliasCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteCodeSigningConfigRequest, DeleteCodeSigningConfigResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteCodeSigningConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteCodeSigningConfigCommandInput extends DeleteCodeSigningConfigRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteCodeSigningConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningConfigResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteEventSourceMappingCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteEventSourceMappingCommandInput extends DeleteEventSourceMappingRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteEventSourceMappingCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteFunctionCodeSigningConfigRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteFunctionCodeSigningConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteFunctionCodeSigningConfigCommandInput extends DeleteFunctionCodeSigningConfigRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteFunctionCodeSigningConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteFunctionCodeSigningConfigCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteFunctionRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteFunctionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteFunctionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteFunctionCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteFunctionConcurrencyRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteFunctionConcurrencyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteFunctionConcurrencyCommandInput extends DeleteFunctionConcurrencyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteFunctionConcurrencyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteFunctionEventInvokeConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteFunctionEventInvokeConfigCommandInput extends DeleteFunctionEventInvokeConfigRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteFunctionEventInvokeConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteFunctionEventInvokeConfigCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteFunctionUrlConfigRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteFunctionUrlConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteFunctionUrlConfigCommandInput extends DeleteFunctionUrlConfigRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteFunctionUrlConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteLayerVersionRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteLayerVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteLayerVersionCommandInput extends DeleteLayerVersionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteLayerVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteProvisionedConcurrencyConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteProvisionedConcurrencyConfigCommandInput extends DeleteProvisionedConcurrencyConfigRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteProvisionedConcurrencyConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAccountSettingsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAccountSettingsCommandInput extends GetAccountSettingsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAccountSettingsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|