@aws-sdk/client-lambda 3.1057.0 → 3.1059.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/dist-cjs/index.js +5 -0
- package/dist-cjs/schemas/schemas_0.js +20 -13
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +16 -9
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +12 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -0
- package/dist-types/commands/GetCapacityProviderCommand.d.ts +6 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
- package/dist-types/commands/ListCapacityProvidersCommand.d.ts +6 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +12 -0
- package/dist-types/models/enums.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +32 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +9 -9
package/dist-cjs/index.js
CHANGED
|
@@ -1592,6 +1592,10 @@ const CapacityProviderScalingMode = {
|
|
|
1592
1592
|
const CapacityProviderPredefinedMetricType = {
|
|
1593
1593
|
LambdaCapacityProviderAverageCPUUtilization: "LambdaCapacityProviderAverageCPUUtilization",
|
|
1594
1594
|
};
|
|
1595
|
+
const PropagateTagsMode = {
|
|
1596
|
+
Explicit: "Explicit",
|
|
1597
|
+
None: "None",
|
|
1598
|
+
};
|
|
1595
1599
|
const CapacityProviderState = {
|
|
1596
1600
|
Active: "Active",
|
|
1597
1601
|
Deleting: "Deleting",
|
|
@@ -1994,6 +1998,7 @@ exports.OperationAction = OperationAction;
|
|
|
1994
1998
|
exports.OperationStatus = OperationStatus;
|
|
1995
1999
|
exports.OperationType = OperationType;
|
|
1996
2000
|
exports.PackageType = PackageType;
|
|
2001
|
+
exports.PropagateTagsMode = PropagateTagsMode;
|
|
1997
2002
|
exports.ProvisionedConcurrencyStatusEnum = ProvisionedConcurrencyStatusEnum;
|
|
1998
2003
|
exports.PublishLayerVersionCommand = PublishLayerVersionCommand;
|
|
1999
2004
|
exports.PublishVersionCommand = PublishVersionCommand;
|
|
@@ -4,10 +4,10 @@ exports.AccountLimit$ = exports.errorTypeRegistries = exports.UnsupportedMediaTy
|
|
|
4
4
|
exports.DeleteAliasRequest$ = exports.DeadLetterConfig$ = exports.CreateFunctionUrlConfigResponse$ = exports.CreateFunctionUrlConfigRequest$ = exports.CreateFunctionRequest$ = exports.CreateEventSourceMappingRequest$ = exports.CreateCodeSigningConfigResponse$ = exports.CreateCodeSigningConfigRequest$ = exports.CreateCapacityProviderResponse$ = exports.CreateCapacityProviderRequest$ = exports.CreateAliasRequest$ = exports.Cors$ = exports.ContextSucceededDetails$ = exports.ContextStartedDetails$ = exports.ContextOptions$ = exports.ContextFailedDetails$ = exports.ContextDetails$ = exports.Concurrency$ = exports.CodeSigningPolicies$ = exports.CodeSigningConfig$ = exports.CheckpointUpdatedExecutionState$ = exports.CheckpointDurableExecutionResponse$ = exports.CheckpointDurableExecutionRequest$ = exports.ChainedInvokeTimedOutDetails$ = exports.ChainedInvokeSucceededDetails$ = exports.ChainedInvokeStoppedDetails$ = exports.ChainedInvokeStartedDetails$ = exports.ChainedInvokeOptions$ = exports.ChainedInvokeFailedDetails$ = exports.ChainedInvokeDetails$ = exports.CapacityProviderVpcConfig$ = exports.CapacityProviderScalingConfig$ = exports.CapacityProviderPermissionsConfig$ = exports.CapacityProviderConfig$ = exports.CapacityProvider$ = exports.CallbackTimedOutDetails$ = exports.CallbackSucceededDetails$ = exports.CallbackStartedDetails$ = exports.CallbackOptions$ = exports.CallbackFailedDetails$ = exports.CallbackDetails$ = exports.AmazonManagedKafkaEventSourceConfig$ = exports.AllowedPublishers$ = exports.AliasRoutingConfiguration$ = exports.AliasConfiguration$ = exports.AddPermissionResponse$ = exports.AddPermissionRequest$ = exports.AddLayerVersionPermissionResponse$ = exports.AddLayerVersionPermissionRequest$ = exports.AccountUsage$ = void 0;
|
|
5
5
|
exports.GetCapacityProviderRequest$ = exports.GetAliasRequest$ = exports.GetAccountSettingsResponse$ = exports.GetAccountSettingsRequest$ = exports.FunctionVersionsByCapacityProviderListItem$ = exports.FunctionUrlConfig$ = exports.FunctionScalingConfig$ = exports.FunctionEventInvokeConfig$ = exports.FunctionConfiguration$ = exports.FunctionCodeLocation$ = exports.FunctionCode$ = exports.FilterCriteriaError$ = exports.FilterCriteria$ = exports.Filter$ = exports.FileSystemConfig$ = exports.ExecutionTimedOutDetails$ = exports.ExecutionSucceededDetails$ = exports.ExecutionStoppedDetails$ = exports.ExecutionStartedDetails$ = exports.ExecutionFailedDetails$ = exports.ExecutionDetails$ = exports.Execution$ = exports.EventSourceMappingMetricsConfig$ = exports.EventSourceMappingLoggingConfig$ = exports.EventSourceMappingConfiguration$ = exports.EventResult$ = exports.EventInput$ = exports.EventError$ = exports.Event$ = exports.ErrorObject$ = exports.EphemeralStorage$ = exports.EnvironmentResponse$ = exports.EnvironmentError$ = exports.Environment$ = exports.DurableConfig$ = exports.DocumentDBEventSourceConfig$ = exports.DestinationConfig$ = exports.DeleteProvisionedConcurrencyConfigRequest$ = exports.DeleteLayerVersionRequest$ = exports.DeleteFunctionUrlConfigRequest$ = exports.DeleteFunctionResponse$ = exports.DeleteFunctionRequest$ = exports.DeleteFunctionEventInvokeConfigRequest$ = exports.DeleteFunctionConcurrencyRequest$ = exports.DeleteFunctionCodeSigningConfigRequest$ = exports.DeleteEventSourceMappingRequest$ = exports.DeleteCodeSigningConfigResponse$ = exports.DeleteCodeSigningConfigRequest$ = exports.DeleteCapacityProviderResponse$ = exports.DeleteCapacityProviderRequest$ = void 0;
|
|
6
6
|
exports.KafkaSchemaRegistryConfig$ = exports.KafkaSchemaRegistryAccessConfig$ = exports.InvokeWithResponseStreamResponse$ = exports.InvokeWithResponseStreamRequest$ = exports.InvokeWithResponseStreamCompleteEvent$ = exports.InvokeResponseStreamUpdate$ = exports.InvokeAsyncResponse$ = exports.InvokeAsyncRequest$ = exports.InvocationResponse$ = exports.InvocationRequest$ = exports.InvocationCompletedDetails$ = exports.InstanceRequirements$ = exports.ImageConfigResponse$ = exports.ImageConfigError$ = exports.ImageConfig$ = exports.GetRuntimeManagementConfigResponse$ = exports.GetRuntimeManagementConfigRequest$ = exports.GetProvisionedConcurrencyConfigResponse$ = exports.GetProvisionedConcurrencyConfigRequest$ = exports.GetPolicyResponse$ = exports.GetPolicyRequest$ = exports.GetLayerVersionResponse$ = exports.GetLayerVersionRequest$ = exports.GetLayerVersionPolicyResponse$ = exports.GetLayerVersionPolicyRequest$ = exports.GetLayerVersionByArnRequest$ = exports.GetFunctionUrlConfigResponse$ = exports.GetFunctionUrlConfigRequest$ = exports.GetFunctionScalingConfigResponse$ = exports.GetFunctionScalingConfigRequest$ = exports.GetFunctionResponse$ = exports.GetFunctionRequest$ = exports.GetFunctionRecursionConfigResponse$ = exports.GetFunctionRecursionConfigRequest$ = exports.GetFunctionEventInvokeConfigRequest$ = exports.GetFunctionConfigurationRequest$ = exports.GetFunctionConcurrencyResponse$ = exports.GetFunctionConcurrencyRequest$ = exports.GetFunctionCodeSigningConfigResponse$ = exports.GetFunctionCodeSigningConfigRequest$ = exports.GetEventSourceMappingRequest$ = exports.GetDurableExecutionStateResponse$ = exports.GetDurableExecutionStateRequest$ = exports.GetDurableExecutionResponse$ = exports.GetDurableExecutionRequest$ = exports.GetDurableExecutionHistoryResponse$ = exports.GetDurableExecutionHistoryRequest$ = exports.GetCodeSigningConfigResponse$ = exports.GetCodeSigningConfigRequest$ = exports.GetCapacityProviderResponse$ = void 0;
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.UpdateFunctionUrlConfig$ = exports.UpdateFunctionEventInvokeConfig$ = exports.UpdateFunctionConfiguration$ = exports.UpdateFunctionCode$ = exports.UpdateEventSourceMapping$ = exports.UpdateCodeSigningConfig$ = exports.UpdateCapacityProvider$ = exports.UpdateAlias$ = exports.UntagResource$ = exports.TagResource$ = exports.StopDurableExecution$ = exports.SendDurableExecutionCallbackSuccess$ = exports.SendDurableExecutionCallbackHeartbeat$ = exports.SendDurableExecutionCallbackFailure$ = exports.RemovePermission$ = exports.RemoveLayerVersionPermission$ = exports.PutRuntimeManagementConfig$ = exports.PutProvisionedConcurrencyConfig$ = exports.PutFunctionScalingConfig$ = exports.PutFunctionRecursionConfig$ = exports.PutFunctionEventInvokeConfig$ = exports.PutFunctionConcurrency$ = exports.PutFunctionCodeSigningConfig$ = exports.PublishVersion$ = exports.PublishLayerVersion$ = exports.ListVersionsByFunction$ = exports.ListTags$ = exports.ListProvisionedConcurrencyConfigs$ = exports.ListLayerVersions$ = exports.ListLayers$ = exports.ListFunctionVersionsByCapacityProvider$ = exports.ListFunctionUrlConfigs$ = exports.ListFunctionsByCodeSigningConfig$ = exports.ListFunctions$ = exports.ListFunctionEventInvokeConfigs$ = exports.ListEventSourceMappings$ = exports.ListDurableExecutionsByFunction$ = exports.ListCodeSigningConfigs$ = exports.ListCapacityProviders$ = exports.ListAliases$ = exports.InvokeWithResponseStream$ = exports.InvokeAsync$ = exports.Invoke$ = exports.GetRuntimeManagementConfig$ = exports.GetProvisionedConcurrencyConfig$ = void 0;
|
|
7
|
+
exports.PutFunctionCodeSigningConfigResponse$ = exports.PutFunctionCodeSigningConfigRequest$ = exports.PublishVersionRequest$ = exports.PublishLayerVersionResponse$ = exports.PublishLayerVersionRequest$ = exports.ProvisionedPollerConfig$ = exports.ProvisionedConcurrencyConfigListItem$ = exports.PropagateTags$ = exports.OperationUpdate$ = exports.Operation$ = exports.OnSuccess$ = exports.OnFailure$ = exports.LoggingConfig$ = exports.ListVersionsByFunctionResponse$ = exports.ListVersionsByFunctionRequest$ = exports.ListTagsResponse$ = exports.ListTagsRequest$ = exports.ListProvisionedConcurrencyConfigsResponse$ = exports.ListProvisionedConcurrencyConfigsRequest$ = exports.ListLayerVersionsResponse$ = exports.ListLayerVersionsRequest$ = exports.ListLayersResponse$ = exports.ListLayersRequest$ = exports.ListFunctionVersionsByCapacityProviderResponse$ = exports.ListFunctionVersionsByCapacityProviderRequest$ = exports.ListFunctionUrlConfigsResponse$ = exports.ListFunctionUrlConfigsRequest$ = exports.ListFunctionsResponse$ = exports.ListFunctionsRequest$ = exports.ListFunctionsByCodeSigningConfigResponse$ = exports.ListFunctionsByCodeSigningConfigRequest$ = exports.ListFunctionEventInvokeConfigsResponse$ = exports.ListFunctionEventInvokeConfigsRequest$ = exports.ListEventSourceMappingsResponse$ = exports.ListEventSourceMappingsRequest$ = exports.ListDurableExecutionsByFunctionResponse$ = exports.ListDurableExecutionsByFunctionRequest$ = exports.ListCodeSigningConfigsResponse$ = exports.ListCodeSigningConfigsRequest$ = exports.ListCapacityProvidersResponse$ = exports.ListCapacityProvidersRequest$ = exports.ListAliasesResponse$ = exports.ListAliasesRequest$ = exports.LayerVersionsListItem$ = exports.LayerVersionContentOutput$ = exports.LayerVersionContentInput$ = exports.LayersListItem$ = exports.Layer$ = exports.LambdaManagedInstancesCapacityProviderConfig$ = exports.KafkaSchemaValidationConfig$ = void 0;
|
|
8
|
+
exports.UpdateFunctionConfigurationRequest$ = exports.UpdateFunctionCodeRequest$ = exports.UpdateEventSourceMappingRequest$ = exports.UpdateCodeSigningConfigResponse$ = exports.UpdateCodeSigningConfigRequest$ = exports.UpdateCapacityProviderResponse$ = exports.UpdateCapacityProviderRequest$ = exports.UpdateAliasRequest$ = exports.UntagResourceRequest$ = exports.TracingConfigResponse$ = exports.TracingConfig$ = exports.TraceHeader$ = exports.TenancyConfig$ = exports.TargetTrackingScalingPolicy$ = exports.TagsError$ = exports.TagResourceRequest$ = exports.StopDurableExecutionResponse$ = exports.StopDurableExecutionRequest$ = exports.StepSucceededDetails$ = exports.StepStartedDetails$ = exports.StepOptions$ = exports.StepFailedDetails$ = exports.StepDetails$ = exports.SourceAccessConfiguration$ = exports.SnapStartResponse$ = exports.SnapStart$ = exports.SendDurableExecutionCallbackSuccessResponse$ = exports.SendDurableExecutionCallbackSuccessRequest$ = exports.SendDurableExecutionCallbackHeartbeatResponse$ = exports.SendDurableExecutionCallbackHeartbeatRequest$ = exports.SendDurableExecutionCallbackFailureResponse$ = exports.SendDurableExecutionCallbackFailureRequest$ = exports.SelfManagedKafkaEventSourceConfig$ = exports.SelfManagedEventSource$ = exports.ScalingConfig$ = exports.RuntimeVersionError$ = exports.RuntimeVersionConfig$ = exports.RetryDetails$ = exports.RemovePermissionRequest$ = exports.RemoveLayerVersionPermissionRequest$ = exports.PutRuntimeManagementConfigResponse$ = exports.PutRuntimeManagementConfigRequest$ = exports.PutProvisionedConcurrencyConfigResponse$ = exports.PutProvisionedConcurrencyConfigRequest$ = exports.PutFunctionScalingConfigResponse$ = exports.PutFunctionScalingConfigRequest$ = exports.PutFunctionRecursionConfigResponse$ = exports.PutFunctionRecursionConfigRequest$ = exports.PutFunctionEventInvokeConfigRequest$ = exports.PutFunctionConcurrencyRequest$ = void 0;
|
|
9
|
+
exports.GetLayerVersionPolicy$ = exports.GetLayerVersionByArn$ = exports.GetLayerVersion$ = exports.GetFunctionUrlConfig$ = exports.GetFunctionScalingConfig$ = exports.GetFunctionRecursionConfig$ = exports.GetFunctionEventInvokeConfig$ = exports.GetFunctionConfiguration$ = exports.GetFunctionConcurrency$ = exports.GetFunctionCodeSigningConfig$ = exports.GetFunction$ = exports.GetEventSourceMapping$ = exports.GetDurableExecutionState$ = exports.GetDurableExecutionHistory$ = exports.GetDurableExecution$ = exports.GetCodeSigningConfig$ = exports.GetCapacityProvider$ = exports.GetAlias$ = exports.GetAccountSettings$ = exports.DeleteProvisionedConcurrencyConfig$ = exports.DeleteLayerVersion$ = exports.DeleteFunctionUrlConfig$ = exports.DeleteFunctionEventInvokeConfig$ = exports.DeleteFunctionConcurrency$ = exports.DeleteFunctionCodeSigningConfig$ = exports.DeleteFunction$ = exports.DeleteEventSourceMapping$ = exports.DeleteCodeSigningConfig$ = exports.DeleteCapacityProvider$ = exports.DeleteAlias$ = exports.CreateFunctionUrlConfig$ = exports.CreateFunction$ = exports.CreateEventSourceMapping$ = exports.CreateCodeSigningConfig$ = exports.CreateCapacityProvider$ = exports.CreateAlias$ = exports.CheckpointDurableExecution$ = exports.AddPermission$ = exports.AddLayerVersionPermission$ = exports.InvokeWithResponseStreamResponseEvent$ = exports.WaitSucceededDetails$ = exports.WaitStartedDetails$ = exports.WaitOptions$ = exports.WaitDetails$ = exports.WaitCancelledDetails$ = exports.VpcConfigResponse$ = exports.VpcConfig$ = exports.UpdateFunctionUrlConfigResponse$ = exports.UpdateFunctionUrlConfigRequest$ = exports.UpdateFunctionEventInvokeConfigRequest$ = void 0;
|
|
10
|
+
exports.UpdateFunctionUrlConfig$ = exports.UpdateFunctionEventInvokeConfig$ = exports.UpdateFunctionConfiguration$ = exports.UpdateFunctionCode$ = exports.UpdateEventSourceMapping$ = exports.UpdateCodeSigningConfig$ = exports.UpdateCapacityProvider$ = exports.UpdateAlias$ = exports.UntagResource$ = exports.TagResource$ = exports.StopDurableExecution$ = exports.SendDurableExecutionCallbackSuccess$ = exports.SendDurableExecutionCallbackHeartbeat$ = exports.SendDurableExecutionCallbackFailure$ = exports.RemovePermission$ = exports.RemoveLayerVersionPermission$ = exports.PutRuntimeManagementConfig$ = exports.PutProvisionedConcurrencyConfig$ = exports.PutFunctionScalingConfig$ = exports.PutFunctionRecursionConfig$ = exports.PutFunctionEventInvokeConfig$ = exports.PutFunctionConcurrency$ = exports.PutFunctionCodeSigningConfig$ = exports.PublishVersion$ = exports.PublishLayerVersion$ = exports.ListVersionsByFunction$ = exports.ListTags$ = exports.ListProvisionedConcurrencyConfigs$ = exports.ListLayerVersions$ = exports.ListLayers$ = exports.ListFunctionVersionsByCapacityProvider$ = exports.ListFunctionUrlConfigs$ = exports.ListFunctionsByCodeSigningConfig$ = exports.ListFunctions$ = exports.ListFunctionEventInvokeConfigs$ = exports.ListEventSourceMappings$ = exports.ListDurableExecutionsByFunction$ = exports.ListCodeSigningConfigs$ = exports.ListCapacityProviders$ = exports.ListAliases$ = exports.InvokeWithResponseStream$ = exports.InvokeAsync$ = exports.Invoke$ = exports.GetRuntimeManagementConfig$ = exports.GetProvisionedConcurrencyConfig$ = exports.GetPolicy$ = void 0;
|
|
11
11
|
const _A = "Action";
|
|
12
12
|
const _AA = "AliasArn";
|
|
13
13
|
const _AC = "AliasConfiguration";
|
|
@@ -216,6 +216,7 @@ const _ETn = "EndTimestamp";
|
|
|
216
216
|
const _ETv = "EventType";
|
|
217
217
|
const _ETve = "EventTimestamp";
|
|
218
218
|
const _ETx = "ExecutionTimeout";
|
|
219
|
+
const _ETxp = "ExplicitTags";
|
|
219
220
|
const _EV = "ExecutedVersion";
|
|
220
221
|
const _EVN = "EnvironmentVariableName";
|
|
221
222
|
const _EVV = "EnvironmentVariableValue";
|
|
@@ -520,7 +521,8 @@ const _PPCCRu = "PutProvisionedConcurrencyConfigResponse";
|
|
|
520
521
|
const _PRMC = "PutRuntimeManagementConfig";
|
|
521
522
|
const _PRMCR = "PutRuntimeManagementConfigRequest";
|
|
522
523
|
const _PRMCRu = "PutRuntimeManagementConfigResponse";
|
|
523
|
-
const _PT = "
|
|
524
|
+
const _PT = "PropagateTags";
|
|
525
|
+
const _PTa = "PackageType";
|
|
524
526
|
const _PTu = "PublishTo";
|
|
525
527
|
const _PV = "PublishVersion";
|
|
526
528
|
const _PVR = "PublishVersionRequest";
|
|
@@ -1113,8 +1115,8 @@ exports.CallbackTimedOutDetails$ = [3, n0, _CTOD,
|
|
|
1113
1115
|
];
|
|
1114
1116
|
exports.CapacityProvider$ = [3, n0, _CP,
|
|
1115
1117
|
0,
|
|
1116
|
-
[_CPA, _St, _VC, _PC, _IR, _CPSC, _KKA, _LM],
|
|
1117
|
-
[0, 0, () => exports.CapacityProviderVpcConfig$, () => exports.CapacityProviderPermissionsConfig$, () => exports.InstanceRequirements$, () => exports.CapacityProviderScalingConfig$, 0, 0], 4
|
|
1118
|
+
[_CPA, _St, _VC, _PC, _IR, _CPSC, _KKA, _LM, _PT],
|
|
1119
|
+
[0, 0, () => exports.CapacityProviderVpcConfig$, () => exports.CapacityProviderPermissionsConfig$, () => exports.InstanceRequirements$, () => exports.CapacityProviderScalingConfig$, 0, 0, () => exports.PropagateTags$], 4
|
|
1118
1120
|
];
|
|
1119
1121
|
exports.CapacityProviderConfig$ = [3, n0, _CPC,
|
|
1120
1122
|
0,
|
|
@@ -1238,8 +1240,8 @@ exports.CreateAliasRequest$ = [3, n0, _CAR,
|
|
|
1238
1240
|
];
|
|
1239
1241
|
exports.CreateCapacityProviderRequest$ = [3, n0, _CCPR,
|
|
1240
1242
|
0,
|
|
1241
|
-
[_CPN, _VC, _PC, _IR, _CPSC, _KKA, _Ta],
|
|
1242
|
-
[0, () => exports.CapacityProviderVpcConfig$, () => exports.CapacityProviderPermissionsConfig$, () => exports.InstanceRequirements$, () => exports.CapacityProviderScalingConfig$, 0, 128 | 0], 3
|
|
1243
|
+
[_CPN, _VC, _PC, _IR, _CPSC, _KKA, _Ta, _PT],
|
|
1244
|
+
[0, () => exports.CapacityProviderVpcConfig$, () => exports.CapacityProviderPermissionsConfig$, () => exports.InstanceRequirements$, () => exports.CapacityProviderScalingConfig$, 0, 128 | 0, () => exports.PropagateTags$], 3
|
|
1243
1245
|
];
|
|
1244
1246
|
exports.CreateCapacityProviderResponse$ = [3, n0, _CCPRr,
|
|
1245
1247
|
0,
|
|
@@ -1263,7 +1265,7 @@ exports.CreateEventSourceMappingRequest$ = [3, n0, _CESMR,
|
|
|
1263
1265
|
];
|
|
1264
1266
|
exports.CreateFunctionRequest$ = [3, n0, _CFR,
|
|
1265
1267
|
0,
|
|
1266
|
-
[_FN, _Ro, _Cod, _Ru, _H, _D, _Ti, _MS, _Pu, _VC,
|
|
1268
|
+
[_FN, _Ro, _Cod, _Ru, _H, _D, _Ti, _MS, _Pu, _VC, _PTa, _DLC, _Env, _KMSKA, _TC, _Ta, _L, _FSC, _IC, _CSCA, _Ar, _ES, _SSn, _LC, _CPC, _PTu, _DCu, _TCe],
|
|
1267
1269
|
[0, 0, [() => exports.FunctionCode$, 0], 0, 0, 0, 1, 1, 2, () => exports.VpcConfig$, 0, () => exports.DeadLetterConfig$, [() => exports.Environment$, 0], 0, () => exports.TracingConfig$, 128 | 0, 64 | 0, () => FileSystemConfigList, () => exports.ImageConfig$, 0, 64 | 0, () => exports.EphemeralStorage$, () => exports.SnapStart$, () => exports.LoggingConfig$, () => exports.CapacityProviderConfig$, 0, () => exports.DurableConfig$, () => exports.TenancyConfig$], 3
|
|
1268
1270
|
];
|
|
1269
1271
|
exports.CreateFunctionUrlConfigRequest$ = [3, n0, _CFUCR,
|
|
@@ -1493,7 +1495,7 @@ exports.FunctionCodeLocation$ = [3, n0, _FCL,
|
|
|
1493
1495
|
];
|
|
1494
1496
|
exports.FunctionConfiguration$ = [3, n0, _FCun,
|
|
1495
1497
|
0,
|
|
1496
|
-
[_FN, _FA, _Ru, _Ro, _H, _CS, _D, _Ti, _MS, _LM, _CSo, _Ve, _VC, _DLC, _Env, _KMSKA, _TC, _MAa, _RI, _L, _St, _SR, _SRCt, _LUS, _LUSR, _LUSRC, _FSC,
|
|
1498
|
+
[_FN, _FA, _Ru, _Ro, _H, _CS, _D, _Ti, _MS, _LM, _CSo, _Ve, _VC, _DLC, _Env, _KMSKA, _TC, _MAa, _RI, _L, _St, _SR, _SRCt, _LUS, _LUSR, _LUSRC, _FSC, _PTa, _ICR, _SPVAi, _SJA, _Ar, _ES, _SSn, _RVC, _LC, _CPC, _CSon, _DCu, _TCe],
|
|
1497
1499
|
[0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, () => exports.VpcConfigResponse$, () => exports.DeadLetterConfig$, [() => exports.EnvironmentResponse$, 0], 0, () => exports.TracingConfigResponse$, 0, 0, () => LayersReferenceList, 0, 0, 0, 0, 0, 0, () => FileSystemConfigList, 0, [() => exports.ImageConfigResponse$, 0], 0, 0, 64 | 0, () => exports.EphemeralStorage$, () => exports.SnapStartResponse$, [() => exports.RuntimeVersionConfig$, 0], () => exports.LoggingConfig$, () => exports.CapacityProviderConfig$, 0, () => exports.DurableConfig$, () => exports.TenancyConfig$]
|
|
1498
1500
|
];
|
|
1499
1501
|
exports.FunctionEventInvokeConfig$ = [3, n0, _FEIC,
|
|
@@ -1996,6 +1998,11 @@ exports.OperationUpdate$ = [3, n0, _OU,
|
|
|
1996
1998
|
[_Id, _T, _A, _PI, _N, _STu, _Pa, _E, _COo, _SO, _WO, _CO, _CIO],
|
|
1997
1999
|
[0, 0, 0, 0, 0, 0, [() => OperationPayload, 0], [() => exports.ErrorObject$, 0], () => exports.ContextOptions$, () => exports.StepOptions$, () => exports.WaitOptions$, () => exports.CallbackOptions$, () => exports.ChainedInvokeOptions$], 3
|
|
1998
2000
|
];
|
|
2001
|
+
exports.PropagateTags$ = [3, n0, _PT,
|
|
2002
|
+
0,
|
|
2003
|
+
[_Mo, _ETxp],
|
|
2004
|
+
[0, 128 | 0]
|
|
2005
|
+
];
|
|
1999
2006
|
exports.ProvisionedConcurrencyConfigListItem$ = [3, n0, _PCCLI,
|
|
2000
2007
|
0,
|
|
2001
2008
|
[_FA, _RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
|
|
@@ -2248,8 +2255,8 @@ exports.UpdateAliasRequest$ = [3, n0, _UAR,
|
|
|
2248
2255
|
];
|
|
2249
2256
|
exports.UpdateCapacityProviderRequest$ = [3, n0, _UCPR,
|
|
2250
2257
|
0,
|
|
2251
|
-
[_CPN, _CPSC],
|
|
2252
|
-
[[0, 1], () => exports.CapacityProviderScalingConfig$], 1
|
|
2258
|
+
[_CPN, _CPSC, _PT],
|
|
2259
|
+
[[0, 1], () => exports.CapacityProviderScalingConfig$, () => exports.PropagateTags$], 1
|
|
2253
2260
|
];
|
|
2254
2261
|
exports.UpdateCapacityProviderResponse$ = [3, n0, _UCPRp,
|
|
2255
2262
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -42,6 +42,10 @@ export const CapacityProviderScalingMode = {
|
|
|
42
42
|
export const CapacityProviderPredefinedMetricType = {
|
|
43
43
|
LambdaCapacityProviderAverageCPUUtilization: "LambdaCapacityProviderAverageCPUUtilization",
|
|
44
44
|
};
|
|
45
|
+
export const PropagateTagsMode = {
|
|
46
|
+
Explicit: "Explicit",
|
|
47
|
+
None: "None",
|
|
48
|
+
};
|
|
45
49
|
export const CapacityProviderState = {
|
|
46
50
|
Active: "Active",
|
|
47
51
|
Deleting: "Deleting",
|
|
@@ -206,6 +206,7 @@ const _ETn = "EndTimestamp";
|
|
|
206
206
|
const _ETv = "EventType";
|
|
207
207
|
const _ETve = "EventTimestamp";
|
|
208
208
|
const _ETx = "ExecutionTimeout";
|
|
209
|
+
const _ETxp = "ExplicitTags";
|
|
209
210
|
const _EV = "ExecutedVersion";
|
|
210
211
|
const _EVN = "EnvironmentVariableName";
|
|
211
212
|
const _EVV = "EnvironmentVariableValue";
|
|
@@ -510,7 +511,8 @@ const _PPCCRu = "PutProvisionedConcurrencyConfigResponse";
|
|
|
510
511
|
const _PRMC = "PutRuntimeManagementConfig";
|
|
511
512
|
const _PRMCR = "PutRuntimeManagementConfigRequest";
|
|
512
513
|
const _PRMCRu = "PutRuntimeManagementConfigResponse";
|
|
513
|
-
const _PT = "
|
|
514
|
+
const _PT = "PropagateTags";
|
|
515
|
+
const _PTa = "PackageType";
|
|
514
516
|
const _PTu = "PublishTo";
|
|
515
517
|
const _PV = "PublishVersion";
|
|
516
518
|
const _PVR = "PublishVersionRequest";
|
|
@@ -1103,8 +1105,8 @@ export var CallbackTimedOutDetails$ = [3, n0, _CTOD,
|
|
|
1103
1105
|
];
|
|
1104
1106
|
export var CapacityProvider$ = [3, n0, _CP,
|
|
1105
1107
|
0,
|
|
1106
|
-
[_CPA, _St, _VC, _PC, _IR, _CPSC, _KKA, _LM],
|
|
1107
|
-
[0, 0, () => CapacityProviderVpcConfig$, () => CapacityProviderPermissionsConfig$, () => InstanceRequirements$, () => CapacityProviderScalingConfig$, 0, 0], 4
|
|
1108
|
+
[_CPA, _St, _VC, _PC, _IR, _CPSC, _KKA, _LM, _PT],
|
|
1109
|
+
[0, 0, () => CapacityProviderVpcConfig$, () => CapacityProviderPermissionsConfig$, () => InstanceRequirements$, () => CapacityProviderScalingConfig$, 0, 0, () => PropagateTags$], 4
|
|
1108
1110
|
];
|
|
1109
1111
|
export var CapacityProviderConfig$ = [3, n0, _CPC,
|
|
1110
1112
|
0,
|
|
@@ -1228,8 +1230,8 @@ export var CreateAliasRequest$ = [3, n0, _CAR,
|
|
|
1228
1230
|
];
|
|
1229
1231
|
export var CreateCapacityProviderRequest$ = [3, n0, _CCPR,
|
|
1230
1232
|
0,
|
|
1231
|
-
[_CPN, _VC, _PC, _IR, _CPSC, _KKA, _Ta],
|
|
1232
|
-
[0, () => CapacityProviderVpcConfig$, () => CapacityProviderPermissionsConfig$, () => InstanceRequirements$, () => CapacityProviderScalingConfig$, 0, 128 | 0], 3
|
|
1233
|
+
[_CPN, _VC, _PC, _IR, _CPSC, _KKA, _Ta, _PT],
|
|
1234
|
+
[0, () => CapacityProviderVpcConfig$, () => CapacityProviderPermissionsConfig$, () => InstanceRequirements$, () => CapacityProviderScalingConfig$, 0, 128 | 0, () => PropagateTags$], 3
|
|
1233
1235
|
];
|
|
1234
1236
|
export var CreateCapacityProviderResponse$ = [3, n0, _CCPRr,
|
|
1235
1237
|
0,
|
|
@@ -1253,7 +1255,7 @@ export var CreateEventSourceMappingRequest$ = [3, n0, _CESMR,
|
|
|
1253
1255
|
];
|
|
1254
1256
|
export var CreateFunctionRequest$ = [3, n0, _CFR,
|
|
1255
1257
|
0,
|
|
1256
|
-
[_FN, _Ro, _Cod, _Ru, _H, _D, _Ti, _MS, _Pu, _VC,
|
|
1258
|
+
[_FN, _Ro, _Cod, _Ru, _H, _D, _Ti, _MS, _Pu, _VC, _PTa, _DLC, _Env, _KMSKA, _TC, _Ta, _L, _FSC, _IC, _CSCA, _Ar, _ES, _SSn, _LC, _CPC, _PTu, _DCu, _TCe],
|
|
1257
1259
|
[0, 0, [() => FunctionCode$, 0], 0, 0, 0, 1, 1, 2, () => VpcConfig$, 0, () => DeadLetterConfig$, [() => Environment$, 0], 0, () => TracingConfig$, 128 | 0, 64 | 0, () => FileSystemConfigList, () => ImageConfig$, 0, 64 | 0, () => EphemeralStorage$, () => SnapStart$, () => LoggingConfig$, () => CapacityProviderConfig$, 0, () => DurableConfig$, () => TenancyConfig$], 3
|
|
1258
1260
|
];
|
|
1259
1261
|
export var CreateFunctionUrlConfigRequest$ = [3, n0, _CFUCR,
|
|
@@ -1483,7 +1485,7 @@ export var FunctionCodeLocation$ = [3, n0, _FCL,
|
|
|
1483
1485
|
];
|
|
1484
1486
|
export var FunctionConfiguration$ = [3, n0, _FCun,
|
|
1485
1487
|
0,
|
|
1486
|
-
[_FN, _FA, _Ru, _Ro, _H, _CS, _D, _Ti, _MS, _LM, _CSo, _Ve, _VC, _DLC, _Env, _KMSKA, _TC, _MAa, _RI, _L, _St, _SR, _SRCt, _LUS, _LUSR, _LUSRC, _FSC,
|
|
1488
|
+
[_FN, _FA, _Ru, _Ro, _H, _CS, _D, _Ti, _MS, _LM, _CSo, _Ve, _VC, _DLC, _Env, _KMSKA, _TC, _MAa, _RI, _L, _St, _SR, _SRCt, _LUS, _LUSR, _LUSRC, _FSC, _PTa, _ICR, _SPVAi, _SJA, _Ar, _ES, _SSn, _RVC, _LC, _CPC, _CSon, _DCu, _TCe],
|
|
1487
1489
|
[0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, () => VpcConfigResponse$, () => DeadLetterConfig$, [() => EnvironmentResponse$, 0], 0, () => TracingConfigResponse$, 0, 0, () => LayersReferenceList, 0, 0, 0, 0, 0, 0, () => FileSystemConfigList, 0, [() => ImageConfigResponse$, 0], 0, 0, 64 | 0, () => EphemeralStorage$, () => SnapStartResponse$, [() => RuntimeVersionConfig$, 0], () => LoggingConfig$, () => CapacityProviderConfig$, 0, () => DurableConfig$, () => TenancyConfig$]
|
|
1488
1490
|
];
|
|
1489
1491
|
export var FunctionEventInvokeConfig$ = [3, n0, _FEIC,
|
|
@@ -1986,6 +1988,11 @@ export var OperationUpdate$ = [3, n0, _OU,
|
|
|
1986
1988
|
[_Id, _T, _A, _PI, _N, _STu, _Pa, _E, _COo, _SO, _WO, _CO, _CIO],
|
|
1987
1989
|
[0, 0, 0, 0, 0, 0, [() => OperationPayload, 0], [() => ErrorObject$, 0], () => ContextOptions$, () => StepOptions$, () => WaitOptions$, () => CallbackOptions$, () => ChainedInvokeOptions$], 3
|
|
1988
1990
|
];
|
|
1991
|
+
export var PropagateTags$ = [3, n0, _PT,
|
|
1992
|
+
0,
|
|
1993
|
+
[_Mo, _ETxp],
|
|
1994
|
+
[0, 128 | 0]
|
|
1995
|
+
];
|
|
1989
1996
|
export var ProvisionedConcurrencyConfigListItem$ = [3, n0, _PCCLI,
|
|
1990
1997
|
0,
|
|
1991
1998
|
[_FA, _RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
|
|
@@ -2238,8 +2245,8 @@ export var UpdateAliasRequest$ = [3, n0, _UAR,
|
|
|
2238
2245
|
];
|
|
2239
2246
|
export var UpdateCapacityProviderRequest$ = [3, n0, _UCPR,
|
|
2240
2247
|
0,
|
|
2241
|
-
[_CPN, _CPSC],
|
|
2242
|
-
[[0, 1], () => CapacityProviderScalingConfig$], 1
|
|
2248
|
+
[_CPN, _CPSC, _PT],
|
|
2249
|
+
[[0, 1], () => CapacityProviderScalingConfig$, () => PropagateTags$], 1
|
|
2243
2250
|
];
|
|
2244
2251
|
export var UpdateCapacityProviderResponse$ = [3, n0, _UCPRp,
|
|
2245
2252
|
0,
|
|
@@ -76,6 +76,12 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
76
76
|
* Tags: { // Tags
|
|
77
77
|
* "<keys>": "STRING_VALUE",
|
|
78
78
|
* },
|
|
79
|
+
* PropagateTags: { // PropagateTags
|
|
80
|
+
* Mode: "None" || "Explicit",
|
|
81
|
+
* ExplicitTags: {
|
|
82
|
+
* "<keys>": "STRING_VALUE",
|
|
83
|
+
* },
|
|
84
|
+
* },
|
|
79
85
|
* };
|
|
80
86
|
* const command = new CreateCapacityProviderCommand(input);
|
|
81
87
|
* const response = await client.send(command);
|
|
@@ -117,6 +123,12 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
117
123
|
* // },
|
|
118
124
|
* // KmsKeyArn: "STRING_VALUE",
|
|
119
125
|
* // LastModified: "STRING_VALUE",
|
|
126
|
+
* // PropagateTags: { // PropagateTags
|
|
127
|
+
* // Mode: "None" || "Explicit",
|
|
128
|
+
* // ExplicitTags: { // Tags
|
|
129
|
+
* // "<keys>": "STRING_VALUE",
|
|
130
|
+
* // },
|
|
131
|
+
* // },
|
|
120
132
|
* // },
|
|
121
133
|
* // };
|
|
122
134
|
*
|
|
@@ -81,6 +81,12 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
81
81
|
* // },
|
|
82
82
|
* // KmsKeyArn: "STRING_VALUE",
|
|
83
83
|
* // LastModified: "STRING_VALUE",
|
|
84
|
+
* // PropagateTags: { // PropagateTags
|
|
85
|
+
* // Mode: "None" || "Explicit",
|
|
86
|
+
* // ExplicitTags: { // Tags
|
|
87
|
+
* // "<keys>": "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // },
|
|
84
90
|
* // },
|
|
85
91
|
* // };
|
|
86
92
|
*
|
|
@@ -81,6 +81,12 @@ declare const GetCapacityProviderCommand_base: {
|
|
|
81
81
|
* // },
|
|
82
82
|
* // KmsKeyArn: "STRING_VALUE",
|
|
83
83
|
* // LastModified: "STRING_VALUE",
|
|
84
|
+
* // PropagateTags: { // PropagateTags
|
|
85
|
+
* // Mode: "None" || "Explicit",
|
|
86
|
+
* // ExplicitTags: { // Tags
|
|
87
|
+
* // "<keys>": "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // },
|
|
84
90
|
* // },
|
|
85
91
|
* // };
|
|
86
92
|
*
|
|
@@ -80,9 +80,9 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
|
|
|
80
80
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
81
81
|
*
|
|
82
82
|
*
|
|
83
|
-
* @example To
|
|
83
|
+
* @example To view a provisioned concurrency configuration
|
|
84
84
|
* ```javascript
|
|
85
|
-
* // The following example
|
|
85
|
+
* // The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.
|
|
86
86
|
* const input = {
|
|
87
87
|
* FunctionName: "my-function",
|
|
88
88
|
* Qualifier: "BLUE"
|
|
@@ -100,9 +100,9 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
|
|
|
100
100
|
* *\/
|
|
101
101
|
* ```
|
|
102
102
|
*
|
|
103
|
-
* @example To
|
|
103
|
+
* @example To get a provisioned concurrency configuration
|
|
104
104
|
* ```javascript
|
|
105
|
-
* // The following example
|
|
105
|
+
* // The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.
|
|
106
106
|
* const input = {
|
|
107
107
|
* FunctionName: "my-function",
|
|
108
108
|
* Qualifier: "BLUE"
|
|
@@ -84,6 +84,12 @@ declare const ListCapacityProvidersCommand_base: {
|
|
|
84
84
|
* // },
|
|
85
85
|
* // KmsKeyArn: "STRING_VALUE",
|
|
86
86
|
* // LastModified: "STRING_VALUE",
|
|
87
|
+
* // PropagateTags: { // PropagateTags
|
|
88
|
+
* // Mode: "None" || "Explicit",
|
|
89
|
+
* // ExplicitTags: { // Tags
|
|
90
|
+
* // "<keys>": "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
87
93
|
* // },
|
|
88
94
|
* // ],
|
|
89
95
|
* // NextMarker: "STRING_VALUE",
|
|
@@ -50,6 +50,12 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
50
50
|
* },
|
|
51
51
|
* ],
|
|
52
52
|
* },
|
|
53
|
+
* PropagateTags: { // PropagateTags
|
|
54
|
+
* Mode: "None" || "Explicit",
|
|
55
|
+
* ExplicitTags: { // Tags
|
|
56
|
+
* "<keys>": "STRING_VALUE",
|
|
57
|
+
* },
|
|
58
|
+
* },
|
|
53
59
|
* };
|
|
54
60
|
* const command = new UpdateCapacityProviderCommand(input);
|
|
55
61
|
* const response = await client.send(command);
|
|
@@ -91,6 +97,12 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
91
97
|
* // },
|
|
92
98
|
* // KmsKeyArn: "STRING_VALUE",
|
|
93
99
|
* // LastModified: "STRING_VALUE",
|
|
100
|
+
* // PropagateTags: { // PropagateTags
|
|
101
|
+
* // Mode: "None" || "Explicit",
|
|
102
|
+
* // ExplicitTags: { // Tags
|
|
103
|
+
* // "<keys>": "STRING_VALUE",
|
|
104
|
+
* // },
|
|
105
|
+
* // },
|
|
94
106
|
* // },
|
|
95
107
|
* // };
|
|
96
108
|
*
|
|
@@ -114,6 +114,24 @@ export declare const CapacityProviderPredefinedMetricType: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export type CapacityProviderPredefinedMetricType = (typeof CapacityProviderPredefinedMetricType)[keyof typeof CapacityProviderPredefinedMetricType];
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
* @enum
|
|
120
|
+
*/
|
|
121
|
+
export declare const PropagateTagsMode: {
|
|
122
|
+
/**
|
|
123
|
+
* <p>Tags specified in <code>ExplicitTags</code> are applied to managed resources at launch.</p>
|
|
124
|
+
*/
|
|
125
|
+
readonly Explicit: "Explicit";
|
|
126
|
+
/**
|
|
127
|
+
* <p>Tag propagation is disabled. No tags are applied to managed resources.</p>
|
|
128
|
+
*/
|
|
129
|
+
readonly None: "None";
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
export type PropagateTagsMode = (typeof PropagateTagsMode)[keyof typeof PropagateTagsMode];
|
|
117
135
|
/**
|
|
118
136
|
* @public
|
|
119
137
|
* @enum
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { StreamingBlobTypes } from "@smithy/types";
|
|
2
|
-
import type { ApplicationLogLevel, Architecture, CapacityProviderPredefinedMetricType, CapacityProviderScalingMode, CapacityProviderState, CodeSigningPolicy, EndPointType, EventSourceMappingMetric, EventSourceMappingSystemLogLevel, EventSourcePosition, EventType, ExecutionStatus, FullDocument, FunctionResponseType, FunctionUrlAuthType, FunctionVersion, FunctionVersionLatestPublished, InvocationType, InvokeMode, KafkaSchemaRegistryAuthType, KafkaSchemaValidationAttribute, LastUpdateStatus, LastUpdateStatusReasonCode, LogFormat, LogType, OperationAction, OperationStatus, OperationType, PackageType, ProvisionedConcurrencyStatusEnum, RecursiveLoop, ResponseStreamingInvocationType, Runtime, SchemaRegistryEventRecordFormat, SnapStartApplyOn, SnapStartOptimizationStatus, SourceAccessType, State, StateReasonCode, SystemLogLevel, TenantIsolationMode, TracingMode, UpdateRuntimeOn } from "./enums";
|
|
2
|
+
import type { ApplicationLogLevel, Architecture, CapacityProviderPredefinedMetricType, CapacityProviderScalingMode, CapacityProviderState, CodeSigningPolicy, EndPointType, EventSourceMappingMetric, EventSourceMappingSystemLogLevel, EventSourcePosition, EventType, ExecutionStatus, FullDocument, FunctionResponseType, FunctionUrlAuthType, FunctionVersion, FunctionVersionLatestPublished, InvocationType, InvokeMode, KafkaSchemaRegistryAuthType, KafkaSchemaValidationAttribute, LastUpdateStatus, LastUpdateStatusReasonCode, LogFormat, LogType, OperationAction, OperationStatus, OperationType, PackageType, PropagateTagsMode, ProvisionedConcurrencyStatusEnum, RecursiveLoop, ResponseStreamingInvocationType, Runtime, SchemaRegistryEventRecordFormat, SnapStartApplyOn, SnapStartOptimizationStatus, SourceAccessType, State, StateReasonCode, SystemLogLevel, TenantIsolationMode, TracingMode, UpdateRuntimeOn } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Limits that are related to concurrency and storage. All file and storage sizes are in bytes.</p>
|
|
5
5
|
* @public
|
|
@@ -373,6 +373,22 @@ export interface CapacityProviderPermissionsConfig {
|
|
|
373
373
|
*/
|
|
374
374
|
CapacityProviderOperatorRoleArn: string | undefined;
|
|
375
375
|
}
|
|
376
|
+
/**
|
|
377
|
+
* <p>Configuration for tag propagation to managed resources launched by the capacity provider.</p>
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
export interface PropagateTags {
|
|
381
|
+
/**
|
|
382
|
+
* <p>The tag propagation mode. Set to <code>Explicit</code> to propagate the tags specified in <code>ExplicitTags</code> to managed resources. Set to <code>None</code> to disable tag propagation.</p>
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
Mode?: PropagateTagsMode | undefined;
|
|
386
|
+
/**
|
|
387
|
+
* <p>A list of tags to apply to managed resources when <code>Mode</code> is set to <code>Explicit</code>. You can specify up to 40 tags.</p>
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
ExplicitTags?: Record<string, string> | undefined;
|
|
391
|
+
}
|
|
376
392
|
/**
|
|
377
393
|
* <p>VPC configuration that specifies the network settings for compute instances managed by the capacity provider.</p>
|
|
378
394
|
* @public
|
|
@@ -428,6 +444,11 @@ export interface CreateCapacityProviderRequest {
|
|
|
428
444
|
* @public
|
|
429
445
|
*/
|
|
430
446
|
Tags?: Record<string, string> | undefined;
|
|
447
|
+
/**
|
|
448
|
+
* <p>The tag propagation configuration for the capacity provider. Specifies tags to apply to managed resources at launch.</p>
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
PropagateTags?: PropagateTags | undefined;
|
|
431
452
|
}
|
|
432
453
|
/**
|
|
433
454
|
* <p>A capacity provider manages compute resources for Lambda functions.</p>
|
|
@@ -474,6 +495,11 @@ export interface CapacityProvider {
|
|
|
474
495
|
* @public
|
|
475
496
|
*/
|
|
476
497
|
LastModified?: string | undefined;
|
|
498
|
+
/**
|
|
499
|
+
* <p>Configuration for tag propagation to managed resources launched by the capacity provider.</p>
|
|
500
|
+
* @public
|
|
501
|
+
*/
|
|
502
|
+
PropagateTags?: PropagateTags | undefined;
|
|
477
503
|
}
|
|
478
504
|
/**
|
|
479
505
|
* @public
|
|
@@ -630,6 +656,11 @@ export interface UpdateCapacityProviderRequest {
|
|
|
630
656
|
* @public
|
|
631
657
|
*/
|
|
632
658
|
CapacityProviderScalingConfig?: CapacityProviderScalingConfig | undefined;
|
|
659
|
+
/**
|
|
660
|
+
* <p>Configuration for tag propagation to managed resources launched by the capacity provider.</p>
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
663
|
+
PropagateTags?: PropagateTags | undefined;
|
|
633
664
|
}
|
|
634
665
|
/**
|
|
635
666
|
* @public
|
|
@@ -247,6 +247,7 @@ export declare var OnFailure$: StaticStructureSchema;
|
|
|
247
247
|
export declare var OnSuccess$: StaticStructureSchema;
|
|
248
248
|
export declare var Operation$: StaticStructureSchema;
|
|
249
249
|
export declare var OperationUpdate$: StaticStructureSchema;
|
|
250
|
+
export declare var PropagateTags$: StaticStructureSchema;
|
|
250
251
|
export declare var ProvisionedConcurrencyConfigListItem$: StaticStructureSchema;
|
|
251
252
|
export declare var ProvisionedPollerConfig$: StaticStructureSchema;
|
|
252
253
|
export declare var PublishLayerVersionRequest$: StaticStructureSchema;
|
|
@@ -59,6 +59,12 @@ export declare const CapacityProviderPredefinedMetricType: {
|
|
|
59
59
|
};
|
|
60
60
|
export type CapacityProviderPredefinedMetricType =
|
|
61
61
|
(typeof CapacityProviderPredefinedMetricType)[keyof typeof CapacityProviderPredefinedMetricType];
|
|
62
|
+
export declare const PropagateTagsMode: {
|
|
63
|
+
readonly Explicit: "Explicit";
|
|
64
|
+
readonly None: "None";
|
|
65
|
+
};
|
|
66
|
+
export type PropagateTagsMode =
|
|
67
|
+
(typeof PropagateTagsMode)[keyof typeof PropagateTagsMode];
|
|
62
68
|
export declare const CapacityProviderState: {
|
|
63
69
|
readonly Active: "Active";
|
|
64
70
|
readonly Deleting: "Deleting";
|
|
@@ -29,6 +29,7 @@ import {
|
|
|
29
29
|
OperationStatus,
|
|
30
30
|
OperationType,
|
|
31
31
|
PackageType,
|
|
32
|
+
PropagateTagsMode,
|
|
32
33
|
ProvisionedConcurrencyStatusEnum,
|
|
33
34
|
RecursiveLoop,
|
|
34
35
|
ResponseStreamingInvocationType,
|
|
@@ -133,6 +134,10 @@ export interface InstanceRequirements {
|
|
|
133
134
|
export interface CapacityProviderPermissionsConfig {
|
|
134
135
|
CapacityProviderOperatorRoleArn: string | undefined;
|
|
135
136
|
}
|
|
137
|
+
export interface PropagateTags {
|
|
138
|
+
Mode?: PropagateTagsMode | undefined;
|
|
139
|
+
ExplicitTags?: Record<string, string> | undefined;
|
|
140
|
+
}
|
|
136
141
|
export interface CapacityProviderVpcConfig {
|
|
137
142
|
SubnetIds: string[] | undefined;
|
|
138
143
|
SecurityGroupIds: string[] | undefined;
|
|
@@ -145,6 +150,7 @@ export interface CreateCapacityProviderRequest {
|
|
|
145
150
|
CapacityProviderScalingConfig?: CapacityProviderScalingConfig | undefined;
|
|
146
151
|
KmsKeyArn?: string | undefined;
|
|
147
152
|
Tags?: Record<string, string> | undefined;
|
|
153
|
+
PropagateTags?: PropagateTags | undefined;
|
|
148
154
|
}
|
|
149
155
|
export interface CapacityProvider {
|
|
150
156
|
CapacityProviderArn: string | undefined;
|
|
@@ -155,6 +161,7 @@ export interface CapacityProvider {
|
|
|
155
161
|
CapacityProviderScalingConfig?: CapacityProviderScalingConfig | undefined;
|
|
156
162
|
KmsKeyArn?: string | undefined;
|
|
157
163
|
LastModified?: string | undefined;
|
|
164
|
+
PropagateTags?: PropagateTags | undefined;
|
|
158
165
|
}
|
|
159
166
|
export interface CreateCapacityProviderResponse {
|
|
160
167
|
CapacityProvider: CapacityProvider | undefined;
|
|
@@ -197,6 +204,7 @@ export interface ListFunctionVersionsByCapacityProviderResponse {
|
|
|
197
204
|
export interface UpdateCapacityProviderRequest {
|
|
198
205
|
CapacityProviderName: string | undefined;
|
|
199
206
|
CapacityProviderScalingConfig?: CapacityProviderScalingConfig | undefined;
|
|
207
|
+
PropagateTags?: PropagateTags | undefined;
|
|
200
208
|
}
|
|
201
209
|
export interface UpdateCapacityProviderResponse {
|
|
202
210
|
CapacityProvider: CapacityProvider | undefined;
|
|
@@ -247,6 +247,7 @@ export declare var OnFailure$: StaticStructureSchema;
|
|
|
247
247
|
export declare var OnSuccess$: StaticStructureSchema;
|
|
248
248
|
export declare var Operation$: StaticStructureSchema;
|
|
249
249
|
export declare var OperationUpdate$: StaticStructureSchema;
|
|
250
|
+
export declare var PropagateTags$: StaticStructureSchema;
|
|
250
251
|
export declare var ProvisionedConcurrencyConfigListItem$: StaticStructureSchema;
|
|
251
252
|
export declare var ProvisionedPollerConfig$: StaticStructureSchema;
|
|
252
253
|
export declare var PublishLayerVersionRequest$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lambda",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1059.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.974.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/types": "^3.973.
|
|
33
|
-
"@smithy/core": "^3.24.
|
|
34
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
35
|
-
"@smithy/node-http-handler": "^4.7.
|
|
36
|
-
"@smithy/types": "^4.14.
|
|
30
|
+
"@aws-sdk/core": "^3.974.16",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.49",
|
|
32
|
+
"@aws-sdk/types": "^3.973.10",
|
|
33
|
+
"@smithy/core": "^3.24.6",
|
|
34
|
+
"@smithy/fetch-http-handler": "^5.4.6",
|
|
35
|
+
"@smithy/node-http-handler": "^4.7.6",
|
|
36
|
+
"@smithy/types": "^4.14.3",
|
|
37
37
|
"tslib": "^2.6.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@smithy/snapshot-testing": "^2.1.
|
|
40
|
+
"@smithy/snapshot-testing": "^2.1.7",
|
|
41
41
|
"@tsconfig/node20": "20.1.8",
|
|
42
42
|
"@types/node": "^20.14.8",
|
|
43
43
|
"concurrently": "7.0.0",
|