@aws-sdk/client-ecs 3.1034.0 → 3.1036.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 +27 -19
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +18 -10
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -0
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -0
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -0
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +1 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +32 -16
- package/dist-types/models/models_1.d.ts +15 -0
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -4
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -1701,6 +1701,10 @@ const ManagedTerminationProtection = {
|
|
|
1701
1701
|
DISABLED: "DISABLED",
|
|
1702
1702
|
ENABLED: "ENABLED",
|
|
1703
1703
|
};
|
|
1704
|
+
const AutoRepairActionsStatus = {
|
|
1705
|
+
DISABLED: "DISABLED",
|
|
1706
|
+
ENABLED: "ENABLED",
|
|
1707
|
+
};
|
|
1704
1708
|
const CapacityOptionType = {
|
|
1705
1709
|
ON_DEMAND: "ON_DEMAND",
|
|
1706
1710
|
RESERVED: "RESERVED",
|
|
@@ -2187,6 +2191,7 @@ exports.AccessType = AccessType;
|
|
|
2187
2191
|
exports.AgentUpdateStatus = AgentUpdateStatus;
|
|
2188
2192
|
exports.ApplicationProtocol = ApplicationProtocol;
|
|
2189
2193
|
exports.AssignPublicIp = AssignPublicIp;
|
|
2194
|
+
exports.AutoRepairActionsStatus = AutoRepairActionsStatus;
|
|
2190
2195
|
exports.AvailabilityZoneRebalancing = AvailabilityZoneRebalancing;
|
|
2191
2196
|
exports.BareMetal = BareMetal;
|
|
2192
2197
|
exports.BurstablePerformance = BurstablePerformance;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.UpdateTaskSet$ = exports.UpdateTaskProtection$ = exports.UpdateServicePrimaryTaskSet$ = exports.UpdateService$ = exports.UpdateExpressGatewayService$ = exports.UpdateDaemon$ = exports.UpdateContainerInstancesState$ = exports.UpdateContainerAgent$ = exports.UpdateClusterSettings$ = exports.UpdateCluster$ = exports.UpdateCapacityProvider$ = exports.UntagResource$ = exports.TagResource$ = exports.SubmitTaskStateChange$ = exports.SubmitContainerStateChange$ = exports.SubmitAttachmentStateChanges$ = exports.StopTask$ = exports.StopServiceDeployment$ = exports.StartTask$ = exports.RunTask$ = exports.RegisterTaskDefinition$ = exports.RegisterDaemonTaskDefinition$ = exports.RegisterContainerInstance$ = exports.PutClusterCapacityProviders$ = exports.PutAttributes$ = exports.PutAccountSettingDefault$ = exports.PutAccountSetting$ = exports.ListTasks$ = exports.ListTaskDefinitions$ = exports.ListTaskDefinitionFamilies$ = exports.ListTagsForResource$ = exports.ListServicesByNamespace$ = exports.ListServices$ = exports.ListServiceDeployments$ = exports.ListDaemonTaskDefinitions$ = exports.ListDaemons$ = exports.ListDaemonDeployments$ = exports.ListContainerInstances$ = exports.ListClusters$ = exports.ListAttributes$ = exports.ListAccountSettings$ = exports.GetTaskProtection$ = exports.ExecuteCommand$ = exports.DiscoverPollEndpoint$ = exports.DescribeTaskSets$ = exports.DescribeTasks$ = void 0;
|
|
3
|
+
exports.ClusterServiceConnectDefaults$ = exports.ClusterConfiguration$ = exports.Cluster$ = exports.CapacityReservationRequest$ = exports.CapacityProviderStrategyItem$ = exports.CapacityProvider$ = exports.CanaryConfiguration$ = exports.BaselineEbsBandwidthMbpsRequest$ = exports.AwsVpcConfiguration$ = exports.AutoScalingGroupProviderUpdate$ = exports.AutoScalingGroupProvider$ = exports.AutoRepairConfiguration$ = exports.Attribute$ = exports.AttachmentStateChange$ = exports.Attachment$ = exports.AdvancedConfiguration$ = exports.AcceleratorTotalMemoryMiBRequest$ = exports.AcceleratorCountRequest$ = exports.errorTypeRegistries = exports.UpdateInProgressException$ = exports.UnsupportedFeatureException$ = exports.TaskSetNotFoundException$ = exports.TargetNotFoundException$ = exports.TargetNotConnectedException$ = exports.ServiceNotFoundException$ = exports.ServiceNotActiveException$ = exports.ServiceDeploymentNotFoundException$ = exports.ServerException$ = exports.ResourceNotFoundException$ = exports.ResourceInUseException$ = exports.PlatformUnknownException$ = exports.PlatformTaskDefinitionIncompatibilityException$ = exports.NoUpdateAvailableException$ = exports.NamespaceNotFoundException$ = exports.MissingVersionException$ = exports.LimitExceededException$ = exports.InvalidParameterException$ = exports.DaemonNotFoundException$ = exports.DaemonNotActiveException$ = exports.ConflictException$ = exports.ClusterNotFoundException$ = exports.ClusterContainsTasksException$ = exports.ClusterContainsServicesException$ = exports.ClusterContainsContainerInstancesException$ = exports.ClusterContainsCapacityProviderException$ = exports.ClientException$ = exports.BlockedException$ = exports.AttributeLimitExceededException$ = exports.AccessDeniedException$ = exports.ECSServiceException$ = void 0;
|
|
4
|
+
exports.DeleteCapacityProviderRequest$ = exports.DeleteAttributesResponse$ = exports.DeleteAttributesRequest$ = exports.DeleteAccountSettingResponse$ = exports.DeleteAccountSettingRequest$ = exports.DaemonVolume$ = exports.DaemonTaskDefinitionSummary$ = exports.DaemonTaskDefinition$ = exports.DaemonSummary$ = exports.DaemonRollback$ = exports.DaemonRevisionDetail$ = exports.DaemonRevision$ = exports.DaemonLinuxParameters$ = exports.DaemonDetail$ = exports.DaemonDeploymentSummary$ = exports.DaemonDeploymentRevisionDetail$ = exports.DaemonDeploymentConfiguration$ = exports.DaemonDeploymentCapacityProvider$ = exports.DaemonDeploymentAlarms$ = exports.DaemonDeployment$ = exports.DaemonContainerImage$ = exports.DaemonContainerDefinition$ = exports.DaemonCircuitBreaker$ = exports.DaemonCapacityProvider$ = exports.DaemonAlarmConfiguration$ = exports.CreateTaskSetResponse$ = exports.CreateTaskSetRequest$ = exports.CreateServiceResponse$ = exports.CreateServiceRequest$ = exports.CreateManagedInstancesProviderConfiguration$ = exports.CreateExpressGatewayServiceResponse$ = exports.CreateExpressGatewayServiceRequest$ = exports.CreatedAt$ = exports.CreateDaemonResponse$ = exports.CreateDaemonRequest$ = exports.CreateClusterResponse$ = exports.CreateClusterRequest$ = exports.CreateCapacityProviderResponse$ = exports.CreateCapacityProviderRequest$ = exports.ContainerStateChange$ = exports.ContainerRestartPolicy$ = exports.ContainerOverride$ = exports.ContainerInstanceHealthStatus$ = exports.ContainerInstance$ = exports.ContainerImage$ = exports.ContainerDependency$ = exports.ContainerDefinition$ = exports.Container$ = exports.ClusterSetting$ = exports.ClusterServiceConnectDefaultsRequest$ = void 0;
|
|
5
|
+
exports.DescribeTaskDefinitionResponse$ = exports.DescribeTaskDefinitionRequest$ = exports.DescribeServicesResponse$ = exports.DescribeServicesRequest$ = exports.DescribeServiceRevisionsResponse$ = exports.DescribeServiceRevisionsRequest$ = exports.DescribeServiceDeploymentsResponse$ = exports.DescribeServiceDeploymentsRequest$ = exports.DescribeExpressGatewayServiceResponse$ = exports.DescribeExpressGatewayServiceRequest$ = exports.DescribeDaemonTaskDefinitionResponse$ = exports.DescribeDaemonTaskDefinitionRequest$ = exports.DescribeDaemonRevisionsResponse$ = exports.DescribeDaemonRevisionsRequest$ = exports.DescribeDaemonResponse$ = exports.DescribeDaemonRequest$ = exports.DescribeDaemonDeploymentsResponse$ = exports.DescribeDaemonDeploymentsRequest$ = exports.DescribeContainerInstancesResponse$ = exports.DescribeContainerInstancesRequest$ = exports.DescribeClustersResponse$ = exports.DescribeClustersRequest$ = exports.DescribeCapacityProvidersResponse$ = exports.DescribeCapacityProvidersRequest$ = exports.DeregisterTaskDefinitionResponse$ = exports.DeregisterTaskDefinitionRequest$ = exports.DeregisterContainerInstanceResponse$ = exports.DeregisterContainerInstanceRequest$ = exports.DeploymentLifecycleHook$ = exports.DeploymentEphemeralStorage$ = exports.DeploymentController$ = exports.DeploymentConfiguration$ = exports.DeploymentCircuitBreaker$ = exports.DeploymentAlarms$ = exports.Deployment$ = exports.DeleteTaskSetResponse$ = exports.DeleteTaskSetRequest$ = exports.DeleteTaskDefinitionsResponse$ = exports.DeleteTaskDefinitionsRequest$ = exports.DeleteServiceResponse$ = exports.DeleteServiceRequest$ = exports.DeleteExpressGatewayServiceResponse$ = exports.DeleteExpressGatewayServiceRequest$ = exports.DeleteDaemonTaskDefinitionResponse$ = exports.DeleteDaemonTaskDefinitionRequest$ = exports.DeleteDaemonResponse$ = exports.DeleteDaemonRequest$ = exports.DeleteClusterResponse$ = exports.DeleteClusterRequest$ = exports.DeleteCapacityProviderResponse$ = void 0;
|
|
6
|
+
exports.ListAttributesRequest$ = exports.ListAccountSettingsResponse$ = exports.ListAccountSettingsRequest$ = exports.LinuxParameters$ = exports.LinearConfiguration$ = exports.KeyValuePair$ = exports.KernelCapabilities$ = exports.InstanceRequirementsRequest$ = exports.InstanceLaunchTemplateUpdate$ = exports.InstanceLaunchTemplate$ = exports.InstanceHealthCheckResult$ = exports.IngressPathSummary$ = exports.InfrastructureOptimization$ = exports.InferenceAcceleratorOverride$ = exports.InferenceAccelerator$ = exports.HostVolumeProperties$ = exports.HostEntry$ = exports.HealthCheck$ = exports.GetTaskProtectionResponse$ = exports.GetTaskProtectionRequest$ = exports.FSxWindowsFileServerVolumeConfiguration$ = exports.FSxWindowsFileServerAuthorizationConfig$ = exports.FirelensConfiguration$ = exports.Failure$ = exports.ExpressGatewayServiceStatus$ = exports.ExpressGatewayServiceNetworkConfiguration$ = exports.ExpressGatewayServiceConfiguration$ = exports.ExpressGatewayServiceAwsLogsConfiguration$ = exports.ExpressGatewayScalingTarget$ = exports.ExpressGatewayRepositoryCredentials$ = exports.ExpressGatewayContainer$ = exports.ExecuteCommandResponse$ = exports.ExecuteCommandRequest$ = exports.ExecuteCommandLogConfiguration$ = exports.ExecuteCommandConfiguration$ = exports.EphemeralStorage$ = exports.EnvironmentFile$ = exports.EFSVolumeConfiguration$ = exports.EFSAuthorizationConfig$ = exports.ECSManagedResources$ = exports.ECSExpressGatewayService$ = exports.EBSTagSpecification$ = exports.DockerVolumeConfiguration$ = exports.DiscoverPollEndpointResponse$ = exports.DiscoverPollEndpointRequest$ = exports.Device$ = exports.DescribeTasksResponse$ = exports.DescribeTasksRequest$ = exports.DescribeTaskSetsResponse$ = exports.DescribeTaskSetsRequest$ = void 0;
|
|
7
|
+
exports.MountPoint$ = exports.MemoryMiBRequest$ = exports.MemoryGiBPerVCpuRequest$ = exports.ManagedTargetGroup$ = exports.ManagedStorageConfiguration$ = exports.ManagedSecurityGroup$ = exports.ManagedScaling$ = exports.ManagedScalableTarget$ = exports.ManagedMetricAlarm$ = exports.ManagedLogGroup$ = exports.ManagedLoadBalancer$ = exports.ManagedListenerRule$ = exports.ManagedListener$ = exports.ManagedInstancesStorageConfiguration$ = exports.ManagedInstancesProvider$ = exports.ManagedInstancesNetworkConfiguration$ = exports.ManagedInstancesLocalStorageConfiguration$ = exports.ManagedIngressPath$ = exports.ManagedCertificate$ = exports.ManagedAutoScaling$ = exports.ManagedApplicationAutoScalingPolicy$ = exports.ManagedAgentStateChange$ = exports.ManagedAgent$ = exports.LogConfiguration$ = exports.LoadBalancer$ = exports.ListTasksResponse$ = exports.ListTasksRequest$ = exports.ListTaskDefinitionsResponse$ = exports.ListTaskDefinitionsRequest$ = exports.ListTaskDefinitionFamiliesResponse$ = exports.ListTaskDefinitionFamiliesRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListServicesResponse$ = exports.ListServicesRequest$ = exports.ListServicesByNamespaceResponse$ = exports.ListServicesByNamespaceRequest$ = exports.ListServiceDeploymentsResponse$ = exports.ListServiceDeploymentsRequest$ = exports.ListDaemonTaskDefinitionsResponse$ = exports.ListDaemonTaskDefinitionsRequest$ = exports.ListDaemonsResponse$ = exports.ListDaemonsRequest$ = exports.ListDaemonDeploymentsResponse$ = exports.ListDaemonDeploymentsRequest$ = exports.ListContainerInstancesResponse$ = exports.ListContainerInstancesRequest$ = exports.ListClustersResponse$ = exports.ListClustersRequest$ = exports.ListAttributesResponse$ = void 0;
|
|
8
|
+
exports.ServiceDeploymentAlarms$ = exports.ServiceDeployment$ = exports.ServiceCurrentRevisionSummary$ = exports.ServiceConnectTlsConfiguration$ = exports.ServiceConnectTlsCertificateAuthority$ = exports.ServiceConnectTestTrafficRules$ = exports.ServiceConnectTestTrafficHeaderRules$ = exports.ServiceConnectTestTrafficHeaderMatchRules$ = exports.ServiceConnectServiceResource$ = exports.ServiceConnectService$ = exports.ServiceConnectConfiguration$ = exports.ServiceConnectClientAlias$ = exports.ServiceConnectAccessLogConfiguration$ = exports.Service$ = exports.Secret$ = exports.Scale$ = exports.S3FilesVolumeConfiguration$ = exports.RuntimePlatform$ = exports.RunTaskResponse$ = exports.RunTaskRequest$ = exports.Rollback$ = exports.ResourceRequirement$ = exports.Resource$ = exports.ResolvedConfiguration$ = exports.RepositoryCredentials$ = exports.RegisterTaskDefinitionResponse$ = exports.RegisterTaskDefinitionRequest$ = exports.RegisterDaemonTaskDefinitionResponse$ = exports.RegisterDaemonTaskDefinitionRequest$ = exports.RegisterContainerInstanceResponse$ = exports.RegisterContainerInstanceRequest$ = exports.PutClusterCapacityProvidersResponse$ = exports.PutClusterCapacityProvidersRequest$ = exports.PutAttributesResponse$ = exports.PutAttributesRequest$ = exports.PutAccountSettingResponse$ = exports.PutAccountSettingRequest$ = exports.PutAccountSettingDefaultResponse$ = exports.PutAccountSettingDefaultRequest$ = exports.ProxyConfiguration$ = exports.ProtectedTask$ = exports.PortMapping$ = exports.PlatformDevice$ = exports.PlacementStrategy$ = exports.PlacementConstraint$ = exports.NetworkInterfaceCountRequest$ = exports.NetworkInterface$ = exports.NetworkConfiguration$ = exports.NetworkBinding$ = exports.NetworkBandwidthGbpsRequest$ = void 0;
|
|
9
|
+
exports.UpdateContainerAgentResponse$ = exports.UpdateContainerAgentRequest$ = exports.UpdateClusterSettingsResponse$ = exports.UpdateClusterSettingsRequest$ = exports.UpdateClusterResponse$ = exports.UpdateClusterRequest$ = exports.UpdateCapacityProviderResponse$ = exports.UpdateCapacityProviderRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.Ulimit$ = exports.TotalLocalStorageGBRequest$ = exports.Tmpfs$ = exports.TimeoutConfiguration$ = exports.TaskVolumeConfiguration$ = exports.TaskSet$ = exports.TaskOverride$ = exports.TaskManagedEBSVolumeTerminationPolicy$ = exports.TaskManagedEBSVolumeConfiguration$ = exports.TaskEphemeralStorage$ = exports.TaskDefinitionPlacementConstraint$ = exports.TaskDefinition$ = exports.Task$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SystemControl$ = exports.SubmitTaskStateChangeResponse$ = exports.SubmitTaskStateChangeRequest$ = exports.SubmitContainerStateChangeResponse$ = exports.SubmitContainerStateChangeRequest$ = exports.SubmitAttachmentStateChangesResponse$ = exports.SubmitAttachmentStateChangesRequest$ = exports.StopTaskResponse$ = exports.StopTaskRequest$ = exports.StopServiceDeploymentResponse$ = exports.StopServiceDeploymentRequest$ = exports.StartTaskResponse$ = exports.StartTaskRequest$ = exports.Setting$ = exports.Session$ = exports.ServiceVolumeConfiguration$ = exports.ServiceRevisionSummary$ = exports.ServiceRevisionLoadBalancer$ = exports.ServiceRevision$ = exports.ServiceRegistry$ = exports.ServiceManagedEBSVolumeConfiguration$ = exports.ServiceEvent$ = exports.ServiceDeploymentCircuitBreaker$ = exports.ServiceDeploymentBrief$ = void 0;
|
|
10
|
+
exports.DescribeServices$ = exports.DescribeServiceRevisions$ = exports.DescribeServiceDeployments$ = exports.DescribeExpressGatewayService$ = exports.DescribeDaemonTaskDefinition$ = exports.DescribeDaemonRevisions$ = exports.DescribeDaemonDeployments$ = exports.DescribeDaemon$ = exports.DescribeContainerInstances$ = exports.DescribeClusters$ = exports.DescribeCapacityProviders$ = exports.DeregisterTaskDefinition$ = exports.DeregisterContainerInstance$ = exports.DeleteTaskSet$ = exports.DeleteTaskDefinitions$ = exports.DeleteService$ = exports.DeleteExpressGatewayService$ = exports.DeleteDaemonTaskDefinition$ = exports.DeleteDaemon$ = exports.DeleteCluster$ = exports.DeleteCapacityProvider$ = exports.DeleteAttributes$ = exports.DeleteAccountSetting$ = exports.CreateTaskSet$ = exports.CreateService$ = exports.CreateExpressGatewayService$ = exports.CreateDaemon$ = exports.CreateCluster$ = exports.CreateCapacityProvider$ = exports.VpcLatticeConfiguration$ = exports.VolumeFrom$ = exports.Volume$ = exports.VersionInfo$ = exports.VCpuCountRangeRequest$ = exports.UpdateTaskSetResponse$ = exports.UpdateTaskSetRequest$ = exports.UpdateTaskProtectionResponse$ = exports.UpdateTaskProtectionRequest$ = exports.UpdateServiceResponse$ = exports.UpdateServiceRequest$ = exports.UpdateServicePrimaryTaskSetResponse$ = exports.UpdateServicePrimaryTaskSetRequest$ = exports.UpdateManagedInstancesProviderConfiguration$ = exports.UpdateExpressGatewayServiceResponse$ = exports.UpdateExpressGatewayServiceRequest$ = exports.UpdatedExpressGatewayService$ = exports.UpdateDaemonResponse$ = exports.UpdateDaemonRequest$ = exports.UpdateContainerInstancesStateResponse$ = exports.UpdateContainerInstancesStateRequest$ = void 0;
|
|
11
|
+
exports.UpdateTaskSet$ = exports.UpdateTaskProtection$ = exports.UpdateServicePrimaryTaskSet$ = exports.UpdateService$ = exports.UpdateExpressGatewayService$ = exports.UpdateDaemon$ = exports.UpdateContainerInstancesState$ = exports.UpdateContainerAgent$ = exports.UpdateClusterSettings$ = exports.UpdateCluster$ = exports.UpdateCapacityProvider$ = exports.UntagResource$ = exports.TagResource$ = exports.SubmitTaskStateChange$ = exports.SubmitContainerStateChange$ = exports.SubmitAttachmentStateChanges$ = exports.StopTask$ = exports.StopServiceDeployment$ = exports.StartTask$ = exports.RunTask$ = exports.RegisterTaskDefinition$ = exports.RegisterDaemonTaskDefinition$ = exports.RegisterContainerInstance$ = exports.PutClusterCapacityProviders$ = exports.PutAttributes$ = exports.PutAccountSettingDefault$ = exports.PutAccountSetting$ = exports.ListTasks$ = exports.ListTaskDefinitions$ = exports.ListTaskDefinitionFamilies$ = exports.ListTagsForResource$ = exports.ListServicesByNamespace$ = exports.ListServices$ = exports.ListServiceDeployments$ = exports.ListDaemonTaskDefinitions$ = exports.ListDaemons$ = exports.ListDaemonDeployments$ = exports.ListContainerInstances$ = exports.ListClusters$ = exports.ListAttributes$ = exports.ListAccountSettings$ = exports.GetTaskProtection$ = exports.ExecuteCommand$ = exports.DiscoverPollEndpoint$ = exports.DescribeTaskSets$ = exports.DescribeTasks$ = exports.DescribeTaskDefinition$ = void 0;
|
|
12
12
|
const _A = "Attachment";
|
|
13
13
|
const _AC = "AdvancedConfiguration";
|
|
14
14
|
const _ACR = "AcceleratorCountRequest";
|
|
@@ -21,6 +21,7 @@ const _AM = "AcceleratorManufacturer";
|
|
|
21
21
|
const _AMS = "AcceleratorManufacturerSet";
|
|
22
22
|
const _AN = "AcceleratorName";
|
|
23
23
|
const _ANS = "AcceleratorNameSet";
|
|
24
|
+
const _ARC = "AutoRepairConfiguration";
|
|
24
25
|
const _ASC = "AttachmentStateChange";
|
|
25
26
|
const _ASCt = "AttachmentStateChanges";
|
|
26
27
|
const _ASGP = "AutoScalingGroupProvider";
|
|
@@ -582,12 +583,14 @@ const _aPA = "accessPointArn";
|
|
|
582
583
|
const _aPAA = "awsPcaAuthorityArn";
|
|
583
584
|
const _aPI = "assignPublicIp";
|
|
584
585
|
const _aPIc = "accessPointId";
|
|
585
|
-
const
|
|
586
|
+
const _aRC = "autoRepairConfiguration";
|
|
587
|
+
const _aS = "actionsStatus";
|
|
586
588
|
const _aSC = "activeServicesCount";
|
|
587
589
|
const _aSGA = "autoScalingGroupArn";
|
|
588
590
|
const _aSGP = "autoScalingGroupProvider";
|
|
589
591
|
const _aSM = "autoScalingMetric";
|
|
590
592
|
const _aSTV = "autoScalingTargetValue";
|
|
593
|
+
const _aSt = "attachmentsStatus";
|
|
591
594
|
const _aSu = "autoScaling";
|
|
592
595
|
const _aT = "accessType";
|
|
593
596
|
const _aTGA = "alternateTargetGroupArn";
|
|
@@ -1334,6 +1337,11 @@ exports.Attribute$ = [3, n0, _At,
|
|
|
1334
1337
|
[_n, _v, _tT, _tI],
|
|
1335
1338
|
[0, 0, 0, 0], 1
|
|
1336
1339
|
];
|
|
1340
|
+
exports.AutoRepairConfiguration$ = [3, n0, _ARC,
|
|
1341
|
+
0,
|
|
1342
|
+
[_aS],
|
|
1343
|
+
[0]
|
|
1344
|
+
];
|
|
1337
1345
|
exports.AutoScalingGroupProvider$ = [3, n0, _ASGP,
|
|
1338
1346
|
0,
|
|
1339
1347
|
[_aSGA, _mS, _mTP, _mD],
|
|
@@ -1376,7 +1384,7 @@ exports.CapacityReservationRequest$ = [3, n0, _CRR,
|
|
|
1376
1384
|
];
|
|
1377
1385
|
exports.Cluster$ = [3, n0, _C,
|
|
1378
1386
|
0,
|
|
1379
|
-
[_cA, _cN, _co, _st, _rCIC, _rTC, _pTC, _aSC, _sta, _ta, _set, _cPap, _dCPS, _a,
|
|
1387
|
+
[_cA, _cN, _co, _st, _rCIC, _rTC, _pTC, _aSC, _sta, _ta, _set, _cPap, _dCPS, _a, _aSt, _sCD],
|
|
1380
1388
|
[0, 0, () => exports.ClusterConfiguration$, 0, 1, 1, 1, 1, () => Statistics, () => Tags, () => ClusterSettings, 64 | 0, () => CapacityProviderStrategy, () => Attachments, 0, () => exports.ClusterServiceConnectDefaults$]
|
|
1381
1389
|
];
|
|
1382
1390
|
exports.ClusterConfiguration$ = [3, n0, _CCl,
|
|
@@ -1491,8 +1499,8 @@ exports.CreateExpressGatewayServiceResponse$ = [3, n0, _CEGSRr,
|
|
|
1491
1499
|
];
|
|
1492
1500
|
exports.CreateManagedInstancesProviderConfiguration$ = [3, n0, _CMIPC,
|
|
1493
1501
|
0,
|
|
1494
|
-
[_iRA, _iLT, _pTr, _iO],
|
|
1495
|
-
[0, [() => exports.InstanceLaunchTemplate$, 0], 0, () => exports.InfrastructureOptimization$], 2
|
|
1502
|
+
[_iRA, _iLT, _pTr, _iO, _aRC],
|
|
1503
|
+
[0, [() => exports.InstanceLaunchTemplate$, 0], 0, () => exports.InfrastructureOptimization$, () => exports.AutoRepairConfiguration$], 2
|
|
1496
1504
|
];
|
|
1497
1505
|
exports.CreateServiceRequest$ = [3, n0, _CSR,
|
|
1498
1506
|
0,
|
|
@@ -2086,8 +2094,8 @@ exports.IngressPathSummary$ = [3, n0, _IPS,
|
|
|
2086
2094
|
];
|
|
2087
2095
|
exports.InstanceHealthCheckResult$ = [3, n0, _IHCR,
|
|
2088
2096
|
0,
|
|
2089
|
-
[_t, _st, _lU, _lSC],
|
|
2090
|
-
[0, 0, 4, 4]
|
|
2097
|
+
[_t, _st, _sR, _lU, _lSC],
|
|
2098
|
+
[0, 0, 0, 4, 4]
|
|
2091
2099
|
];
|
|
2092
2100
|
exports.InstanceLaunchTemplate$ = [3, n0, _ILT,
|
|
2093
2101
|
0,
|
|
@@ -2316,8 +2324,8 @@ exports.ManagedInstancesNetworkConfiguration$ = [3, n0, _MINC,
|
|
|
2316
2324
|
];
|
|
2317
2325
|
exports.ManagedInstancesProvider$ = [3, n0, _MIPa,
|
|
2318
2326
|
0,
|
|
2319
|
-
[_iRA, _iLT, _pTr, _iO],
|
|
2320
|
-
[0, [() => exports.InstanceLaunchTemplate$, 0], 0, () => exports.InfrastructureOptimization$]
|
|
2327
|
+
[_iRA, _iLT, _pTr, _iO, _aRC],
|
|
2328
|
+
[0, [() => exports.InstanceLaunchTemplate$, 0], 0, () => exports.InfrastructureOptimization$, () => exports.AutoRepairConfiguration$]
|
|
2321
2329
|
];
|
|
2322
2330
|
exports.ManagedInstancesStorageConfiguration$ = [3, n0, _MISC,
|
|
2323
2331
|
0,
|
|
@@ -2926,8 +2934,8 @@ exports.UpdateExpressGatewayServiceResponse$ = [3, n0, _UEGSRp,
|
|
|
2926
2934
|
];
|
|
2927
2935
|
exports.UpdateManagedInstancesProviderConfiguration$ = [3, n0, _UMIPC,
|
|
2928
2936
|
0,
|
|
2929
|
-
[_iRA, _iLT, _pTr, _iO],
|
|
2930
|
-
[0, [() => exports.InstanceLaunchTemplateUpdate$, 0], 0, () => exports.InfrastructureOptimization$], 2
|
|
2937
|
+
[_iRA, _iLT, _pTr, _iO, _aRC],
|
|
2938
|
+
[0, [() => exports.InstanceLaunchTemplateUpdate$, 0], 0, () => exports.InfrastructureOptimization$, () => exports.AutoRepairConfiguration$], 2
|
|
2931
2939
|
];
|
|
2932
2940
|
exports.UpdateServicePrimaryTaskSetRequest$ = [3, n0, _USPTSR,
|
|
2933
2941
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -48,6 +48,10 @@ export const ManagedTerminationProtection = {
|
|
|
48
48
|
DISABLED: "DISABLED",
|
|
49
49
|
ENABLED: "ENABLED",
|
|
50
50
|
};
|
|
51
|
+
export const AutoRepairActionsStatus = {
|
|
52
|
+
DISABLED: "DISABLED",
|
|
53
|
+
ENABLED: "ENABLED",
|
|
54
|
+
};
|
|
51
55
|
export const CapacityOptionType = {
|
|
52
56
|
ON_DEMAND: "ON_DEMAND",
|
|
53
57
|
RESERVED: "RESERVED",
|
|
@@ -10,6 +10,7 @@ const _AM = "AcceleratorManufacturer";
|
|
|
10
10
|
const _AMS = "AcceleratorManufacturerSet";
|
|
11
11
|
const _AN = "AcceleratorName";
|
|
12
12
|
const _ANS = "AcceleratorNameSet";
|
|
13
|
+
const _ARC = "AutoRepairConfiguration";
|
|
13
14
|
const _ASC = "AttachmentStateChange";
|
|
14
15
|
const _ASCt = "AttachmentStateChanges";
|
|
15
16
|
const _ASGP = "AutoScalingGroupProvider";
|
|
@@ -571,12 +572,14 @@ const _aPA = "accessPointArn";
|
|
|
571
572
|
const _aPAA = "awsPcaAuthorityArn";
|
|
572
573
|
const _aPI = "assignPublicIp";
|
|
573
574
|
const _aPIc = "accessPointId";
|
|
574
|
-
const
|
|
575
|
+
const _aRC = "autoRepairConfiguration";
|
|
576
|
+
const _aS = "actionsStatus";
|
|
575
577
|
const _aSC = "activeServicesCount";
|
|
576
578
|
const _aSGA = "autoScalingGroupArn";
|
|
577
579
|
const _aSGP = "autoScalingGroupProvider";
|
|
578
580
|
const _aSM = "autoScalingMetric";
|
|
579
581
|
const _aSTV = "autoScalingTargetValue";
|
|
582
|
+
const _aSt = "attachmentsStatus";
|
|
580
583
|
const _aSu = "autoScaling";
|
|
581
584
|
const _aT = "accessType";
|
|
582
585
|
const _aTGA = "alternateTargetGroupArn";
|
|
@@ -1323,6 +1326,11 @@ export var Attribute$ = [3, n0, _At,
|
|
|
1323
1326
|
[_n, _v, _tT, _tI],
|
|
1324
1327
|
[0, 0, 0, 0], 1
|
|
1325
1328
|
];
|
|
1329
|
+
export var AutoRepairConfiguration$ = [3, n0, _ARC,
|
|
1330
|
+
0,
|
|
1331
|
+
[_aS],
|
|
1332
|
+
[0]
|
|
1333
|
+
];
|
|
1326
1334
|
export var AutoScalingGroupProvider$ = [3, n0, _ASGP,
|
|
1327
1335
|
0,
|
|
1328
1336
|
[_aSGA, _mS, _mTP, _mD],
|
|
@@ -1365,7 +1373,7 @@ export var CapacityReservationRequest$ = [3, n0, _CRR,
|
|
|
1365
1373
|
];
|
|
1366
1374
|
export var Cluster$ = [3, n0, _C,
|
|
1367
1375
|
0,
|
|
1368
|
-
[_cA, _cN, _co, _st, _rCIC, _rTC, _pTC, _aSC, _sta, _ta, _set, _cPap, _dCPS, _a,
|
|
1376
|
+
[_cA, _cN, _co, _st, _rCIC, _rTC, _pTC, _aSC, _sta, _ta, _set, _cPap, _dCPS, _a, _aSt, _sCD],
|
|
1369
1377
|
[0, 0, () => ClusterConfiguration$, 0, 1, 1, 1, 1, () => Statistics, () => Tags, () => ClusterSettings, 64 | 0, () => CapacityProviderStrategy, () => Attachments, 0, () => ClusterServiceConnectDefaults$]
|
|
1370
1378
|
];
|
|
1371
1379
|
export var ClusterConfiguration$ = [3, n0, _CCl,
|
|
@@ -1480,8 +1488,8 @@ export var CreateExpressGatewayServiceResponse$ = [3, n0, _CEGSRr,
|
|
|
1480
1488
|
];
|
|
1481
1489
|
export var CreateManagedInstancesProviderConfiguration$ = [3, n0, _CMIPC,
|
|
1482
1490
|
0,
|
|
1483
|
-
[_iRA, _iLT, _pTr, _iO],
|
|
1484
|
-
[0, [() => InstanceLaunchTemplate$, 0], 0, () => InfrastructureOptimization$], 2
|
|
1491
|
+
[_iRA, _iLT, _pTr, _iO, _aRC],
|
|
1492
|
+
[0, [() => InstanceLaunchTemplate$, 0], 0, () => InfrastructureOptimization$, () => AutoRepairConfiguration$], 2
|
|
1485
1493
|
];
|
|
1486
1494
|
export var CreateServiceRequest$ = [3, n0, _CSR,
|
|
1487
1495
|
0,
|
|
@@ -2075,8 +2083,8 @@ export var IngressPathSummary$ = [3, n0, _IPS,
|
|
|
2075
2083
|
];
|
|
2076
2084
|
export var InstanceHealthCheckResult$ = [3, n0, _IHCR,
|
|
2077
2085
|
0,
|
|
2078
|
-
[_t, _st, _lU, _lSC],
|
|
2079
|
-
[0, 0, 4, 4]
|
|
2086
|
+
[_t, _st, _sR, _lU, _lSC],
|
|
2087
|
+
[0, 0, 0, 4, 4]
|
|
2080
2088
|
];
|
|
2081
2089
|
export var InstanceLaunchTemplate$ = [3, n0, _ILT,
|
|
2082
2090
|
0,
|
|
@@ -2305,8 +2313,8 @@ export var ManagedInstancesNetworkConfiguration$ = [3, n0, _MINC,
|
|
|
2305
2313
|
];
|
|
2306
2314
|
export var ManagedInstancesProvider$ = [3, n0, _MIPa,
|
|
2307
2315
|
0,
|
|
2308
|
-
[_iRA, _iLT, _pTr, _iO],
|
|
2309
|
-
[0, [() => InstanceLaunchTemplate$, 0], 0, () => InfrastructureOptimization$]
|
|
2316
|
+
[_iRA, _iLT, _pTr, _iO, _aRC],
|
|
2317
|
+
[0, [() => InstanceLaunchTemplate$, 0], 0, () => InfrastructureOptimization$, () => AutoRepairConfiguration$]
|
|
2310
2318
|
];
|
|
2311
2319
|
export var ManagedInstancesStorageConfiguration$ = [3, n0, _MISC,
|
|
2312
2320
|
0,
|
|
@@ -2915,8 +2923,8 @@ export var UpdateExpressGatewayServiceResponse$ = [3, n0, _UEGSRp,
|
|
|
2915
2923
|
];
|
|
2916
2924
|
export var UpdateManagedInstancesProviderConfiguration$ = [3, n0, _UMIPC,
|
|
2917
2925
|
0,
|
|
2918
|
-
[_iRA, _iLT, _pTr, _iO],
|
|
2919
|
-
[0, [() => InstanceLaunchTemplateUpdate$, 0], 0, () => InfrastructureOptimization$], 2
|
|
2926
|
+
[_iRA, _iLT, _pTr, _iO, _aRC],
|
|
2927
|
+
[0, [() => InstanceLaunchTemplateUpdate$, 0], 0, () => InfrastructureOptimization$, () => AutoRepairConfiguration$], 2
|
|
2920
2928
|
];
|
|
2921
2929
|
export var UpdateServicePrimaryTaskSetRequest$ = [3, n0, _USPTSR,
|
|
2922
2930
|
0,
|
|
@@ -151,6 +151,9 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
151
151
|
* infrastructureOptimization: { // InfrastructureOptimization
|
|
152
152
|
* scaleInAfter: Number("int"),
|
|
153
153
|
* },
|
|
154
|
+
* autoRepairConfiguration: { // AutoRepairConfiguration
|
|
155
|
+
* actionsStatus: "ENABLED" || "DISABLED",
|
|
156
|
+
* },
|
|
154
157
|
* },
|
|
155
158
|
* tags: [ // Tags
|
|
156
159
|
* { // Tag
|
|
@@ -279,6 +282,9 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
279
282
|
* // infrastructureOptimization: { // InfrastructureOptimization
|
|
280
283
|
* // scaleInAfter: Number("int"),
|
|
281
284
|
* // },
|
|
285
|
+
* // autoRepairConfiguration: { // AutoRepairConfiguration
|
|
286
|
+
* // actionsStatus: "ENABLED" || "DISABLED",
|
|
287
|
+
* // },
|
|
282
288
|
* // },
|
|
283
289
|
* // updateStatus: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED",
|
|
284
290
|
* // updateStatusReason: "STRING_VALUE",
|
|
@@ -160,6 +160,9 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
160
160
|
* // infrastructureOptimization: { // InfrastructureOptimization
|
|
161
161
|
* // scaleInAfter: Number("int"),
|
|
162
162
|
* // },
|
|
163
|
+
* // autoRepairConfiguration: { // AutoRepairConfiguration
|
|
164
|
+
* // actionsStatus: "ENABLED" || "DISABLED",
|
|
165
|
+
* // },
|
|
163
166
|
* // },
|
|
164
167
|
* // updateStatus: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED",
|
|
165
168
|
* // updateStatusReason: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
4
|
-
import type { DeleteTaskDefinitionsRequest
|
|
4
|
+
import type { DeleteTaskDefinitionsRequest } from "../models/models_0";
|
|
5
|
+
import type { DeleteTaskDefinitionsResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -118,6 +118,7 @@ declare const DeregisterContainerInstanceCommand_base: {
|
|
|
118
118
|
* // { // InstanceHealthCheckResult
|
|
119
119
|
* // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON",
|
|
120
120
|
* // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
|
|
121
|
+
* // statusReason: "STRING_VALUE",
|
|
121
122
|
* // lastUpdated: new Date("TIMESTAMP"),
|
|
122
123
|
* // lastStatusChange: new Date("TIMESTAMP"),
|
|
123
124
|
* // },
|
|
@@ -168,6 +168,9 @@ declare const DescribeCapacityProvidersCommand_base: {
|
|
|
168
168
|
* // infrastructureOptimization: { // InfrastructureOptimization
|
|
169
169
|
* // scaleInAfter: Number("int"),
|
|
170
170
|
* // },
|
|
171
|
+
* // autoRepairConfiguration: { // AutoRepairConfiguration
|
|
172
|
+
* // actionsStatus: "ENABLED" || "DISABLED",
|
|
173
|
+
* // },
|
|
171
174
|
* // },
|
|
172
175
|
* // updateStatus: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED",
|
|
173
176
|
* // updateStatusReason: "STRING_VALUE",
|
|
@@ -123,6 +123,7 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
123
123
|
* // { // InstanceHealthCheckResult
|
|
124
124
|
* // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON",
|
|
125
125
|
* // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
|
|
126
|
+
* // statusReason: "STRING_VALUE",
|
|
126
127
|
* // lastUpdated: new Date("TIMESTAMP"),
|
|
127
128
|
* // lastStatusChange: new Date("TIMESTAMP"),
|
|
128
129
|
* // },
|
|
@@ -156,6 +156,7 @@ declare const RegisterContainerInstanceCommand_base: {
|
|
|
156
156
|
* // { // InstanceHealthCheckResult
|
|
157
157
|
* // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON",
|
|
158
158
|
* // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
|
|
159
|
+
* // statusReason: "STRING_VALUE",
|
|
159
160
|
* // lastUpdated: new Date("TIMESTAMP"),
|
|
160
161
|
* // lastStatusChange: new Date("TIMESTAMP"),
|
|
161
162
|
* // },
|
|
@@ -148,6 +148,9 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
148
148
|
* infrastructureOptimization: { // InfrastructureOptimization
|
|
149
149
|
* scaleInAfter: Number("int"),
|
|
150
150
|
* },
|
|
151
|
+
* autoRepairConfiguration: { // AutoRepairConfiguration
|
|
152
|
+
* actionsStatus: "ENABLED" || "DISABLED",
|
|
153
|
+
* },
|
|
151
154
|
* },
|
|
152
155
|
* };
|
|
153
156
|
* const command = new UpdateCapacityProviderCommand(input);
|
|
@@ -270,6 +273,9 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
270
273
|
* // infrastructureOptimization: { // InfrastructureOptimization
|
|
271
274
|
* // scaleInAfter: Number("int"),
|
|
272
275
|
* // },
|
|
276
|
+
* // autoRepairConfiguration: { // AutoRepairConfiguration
|
|
277
|
+
* // actionsStatus: "ENABLED" || "DISABLED",
|
|
278
|
+
* // },
|
|
273
279
|
* // },
|
|
274
280
|
* // updateStatus: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED",
|
|
275
281
|
* // updateStatusReason: "STRING_VALUE",
|
|
@@ -117,6 +117,7 @@ declare const UpdateContainerAgentCommand_base: {
|
|
|
117
117
|
* // { // InstanceHealthCheckResult
|
|
118
118
|
* // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON",
|
|
119
119
|
* // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
|
|
120
|
+
* // statusReason: "STRING_VALUE",
|
|
120
121
|
* // lastUpdated: new Date("TIMESTAMP"),
|
|
121
122
|
* // lastStatusChange: new Date("TIMESTAMP"),
|
|
122
123
|
* // },
|
|
@@ -121,6 +121,7 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
121
121
|
* // { // InstanceHealthCheckResult
|
|
122
122
|
* // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON",
|
|
123
123
|
* // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
|
|
124
|
+
* // statusReason: "STRING_VALUE",
|
|
124
125
|
* // lastUpdated: new Date("TIMESTAMP"),
|
|
125
126
|
* // lastStatusChange: new Date("TIMESTAMP"),
|
|
126
127
|
* // },
|
|
@@ -112,6 +112,18 @@ export declare const ManagedTerminationProtection: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export type ManagedTerminationProtection = (typeof ManagedTerminationProtection)[keyof typeof ManagedTerminationProtection];
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
* @enum
|
|
118
|
+
*/
|
|
119
|
+
export declare const AutoRepairActionsStatus: {
|
|
120
|
+
readonly DISABLED: "DISABLED";
|
|
121
|
+
readonly ENABLED: "ENABLED";
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export type AutoRepairActionsStatus = (typeof AutoRepairActionsStatus)[keyof typeof AutoRepairActionsStatus];
|
|
115
127
|
/**
|
|
116
128
|
* @public
|
|
117
129
|
* @enum
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import type { AcceleratorManufacturer, AcceleratorName, AcceleratorType, AccessType, AgentUpdateStatus, ApplicationProtocol, AssignPublicIp, AvailabilityZoneRebalancing, BareMetal, BurstablePerformance, CapacityOptionType, CapacityProviderField, CapacityProviderStatus, CapacityProviderType, CapacityProviderUpdateStatus, CapacityReservationPreference, ClusterField, ClusterSettingName, Compatibility, ContainerCondition, ContainerInstanceField, ContainerInstanceStatus, CPUArchitecture, CpuManufacturer, DaemonDeploymentRollbackMonitorsStatus, DaemonDeploymentStatus, DaemonPropagateTags, DaemonStatus, DaemonTaskDefinitionRevisionFilter, DaemonTaskDefinitionStatus, DaemonTaskDefinitionStatusFilter, DeploymentControllerType, DeploymentLifecycleHookStage, DeploymentRolloutState, DeploymentStrategy, DesiredStatus, DeviceCgroupPermission, EBSResourceType, EFSAuthorizationConfigIAM, EFSTransitEncryption, EnvironmentFileType, ExecuteCommandLogging, ExpressGatewayServiceInclude, ExpressGatewayServiceScalingMetric, ExpressGatewayServiceStatusCode, FirelensConfigurationType, InstanceGeneration, InstanceHealthCheckState, InstanceHealthCheckType, IpcMode, LaunchType, LocalStorage, LocalStorageType, LogDriver, ManagedAgentName, ManagedDraining, ManagedInstancesMonitoringOptions, ManagedResourceStatus, ManagedScalingStatus, ManagedTerminationProtection, NetworkMode, OSFamily, PidMode, PlacementConstraintType, PlacementStrategyType, PlatformDeviceType, PropagateMITags, PropagateTags, ProxyConfigurationType, ResourceManagementType, ResourceType, ScaleUnit, SchedulingStrategy, Scope, ServiceConnectAccessLoggingFormat, ServiceConnectIncludeQueryParameters, ServiceDeploymentLifecycleStage, ServiceDeploymentRollbackMonitorsStatus, ServiceDeploymentStatus, ServiceField, SettingName, SettingType, SortOrder, StabilityStatus, StopServiceDeploymentStopType, TargetType, TaskDefinitionFamilyStatus, TaskDefinitionField, TaskDefinitionPlacementConstraintType, TaskDefinitionStatus, TaskFilesystemType, TransportProtocol, UlimitName, VersionConsistency } from "./enums";
|
|
2
|
+
import type { AcceleratorManufacturer, AcceleratorName, AcceleratorType, AccessType, AgentUpdateStatus, ApplicationProtocol, AssignPublicIp, AutoRepairActionsStatus, AvailabilityZoneRebalancing, BareMetal, BurstablePerformance, CapacityOptionType, CapacityProviderField, CapacityProviderStatus, CapacityProviderType, CapacityProviderUpdateStatus, CapacityReservationPreference, ClusterField, ClusterSettingName, Compatibility, ContainerCondition, ContainerInstanceField, ContainerInstanceStatus, CPUArchitecture, CpuManufacturer, DaemonDeploymentRollbackMonitorsStatus, DaemonDeploymentStatus, DaemonPropagateTags, DaemonStatus, DaemonTaskDefinitionRevisionFilter, DaemonTaskDefinitionStatus, DaemonTaskDefinitionStatusFilter, DeploymentControllerType, DeploymentLifecycleHookStage, DeploymentRolloutState, DeploymentStrategy, DesiredStatus, DeviceCgroupPermission, EBSResourceType, EFSAuthorizationConfigIAM, EFSTransitEncryption, EnvironmentFileType, ExecuteCommandLogging, ExpressGatewayServiceInclude, ExpressGatewayServiceScalingMetric, ExpressGatewayServiceStatusCode, FirelensConfigurationType, InstanceGeneration, InstanceHealthCheckState, InstanceHealthCheckType, IpcMode, LaunchType, LocalStorage, LocalStorageType, LogDriver, ManagedAgentName, ManagedDraining, ManagedInstancesMonitoringOptions, ManagedResourceStatus, ManagedScalingStatus, ManagedTerminationProtection, NetworkMode, OSFamily, PidMode, PlacementConstraintType, PlacementStrategyType, PlatformDeviceType, PropagateMITags, PropagateTags, ProxyConfigurationType, ResourceManagementType, ResourceType, ScaleUnit, SchedulingStrategy, Scope, ServiceConnectAccessLoggingFormat, ServiceConnectIncludeQueryParameters, ServiceDeploymentLifecycleStage, ServiceDeploymentRollbackMonitorsStatus, ServiceDeploymentStatus, ServiceField, SettingName, SettingType, SortOrder, StabilityStatus, StopServiceDeploymentStopType, TargetType, TaskDefinitionFamilyStatus, TaskDefinitionField, TaskDefinitionPlacementConstraintType, TaskDefinitionStatus, TaskFilesystemType, TransportProtocol, UlimitName, VersionConsistency } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The minimum and maximum number of accelerators (such as GPUs) for instance type selection. This is used for workloads that require specific numbers of accelerators.</p>
|
|
5
5
|
* @public
|
|
@@ -115,6 +115,17 @@ export interface AutoScalingGroupProvider {
|
|
|
115
115
|
*/
|
|
116
116
|
managedDraining?: ManagedDraining | undefined;
|
|
117
117
|
}
|
|
118
|
+
/**
|
|
119
|
+
* <p>The auto repair configuration for an Amazon ECS Managed Instances capacity provider. When enabled, Amazon ECS automatically replaces container instances that are detected as unhealthy based on container instance health checks, including accelerated compute device and daemon health checks.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
export interface AutoRepairConfiguration {
|
|
123
|
+
/**
|
|
124
|
+
* <p>The status of auto repair actions for the capacity provider. When set to <code>ENABLED</code>, Amazon ECS automatically replaces container instances with an <code>IMPAIRED</code> health status. When set to <code>DISABLED</code>, Amazon ECS still monitors container instance health but does not automatically replace impaired instances.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
actionsStatus?: AutoRepairActionsStatus | undefined;
|
|
128
|
+
}
|
|
118
129
|
/**
|
|
119
130
|
* <p>The configuration that controls how Amazon ECS optimizes your infrastructure.</p>
|
|
120
131
|
* @public
|
|
@@ -499,6 +510,11 @@ export interface CreateManagedInstancesProviderConfiguration {
|
|
|
499
510
|
* @public
|
|
500
511
|
*/
|
|
501
512
|
infrastructureOptimization?: InfrastructureOptimization | undefined;
|
|
513
|
+
/**
|
|
514
|
+
* <p>The auto repair configuration for the Amazon ECS Managed Instances capacity provider. Use this to enable or disable automatic replacement of container instances that are detected as unhealthy.</p>
|
|
515
|
+
* @public
|
|
516
|
+
*/
|
|
517
|
+
autoRepairConfiguration?: AutoRepairConfiguration | undefined;
|
|
502
518
|
}
|
|
503
519
|
/**
|
|
504
520
|
* <p>The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value. You define them.</p> <p>The following basic restrictions apply to tags:</p> <ul> <li> <p>Maximum number of tags per resource - 50</p> </li> <li> <p>For each resource, each tag key must be unique, and each tag key can have only one value.</p> </li> <li> <p>Maximum key length - 128 Unicode characters in UTF-8</p> </li> <li> <p>Maximum value length - 256 Unicode characters in UTF-8</p> </li> <li> <p>If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.</p> </li> <li> <p>Tag keys and values are case-sensitive.</p> </li> <li> <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.</p> </li> </ul>
|
|
@@ -571,6 +587,11 @@ export interface ManagedInstancesProvider {
|
|
|
571
587
|
* @public
|
|
572
588
|
*/
|
|
573
589
|
infrastructureOptimization?: InfrastructureOptimization | undefined;
|
|
590
|
+
/**
|
|
591
|
+
* <p>The auto repair configuration for the Amazon ECS Managed Instances capacity provider. Indicates whether Amazon ECS automatically replaces container instances that are detected as unhealthy.</p>
|
|
592
|
+
* @public
|
|
593
|
+
*/
|
|
594
|
+
autoRepairConfiguration?: AutoRepairConfiguration | undefined;
|
|
574
595
|
}
|
|
575
596
|
/**
|
|
576
597
|
* <p>The details for a capacity provider.</p>
|
|
@@ -826,6 +847,11 @@ export interface UpdateManagedInstancesProviderConfiguration {
|
|
|
826
847
|
* @public
|
|
827
848
|
*/
|
|
828
849
|
infrastructureOptimization?: InfrastructureOptimization | undefined;
|
|
850
|
+
/**
|
|
851
|
+
* <p>The updated auto repair configuration for the Amazon ECS Managed Instances capacity provider.</p>
|
|
852
|
+
* @public
|
|
853
|
+
*/
|
|
854
|
+
autoRepairConfiguration?: AutoRepairConfiguration | undefined;
|
|
829
855
|
}
|
|
830
856
|
/**
|
|
831
857
|
* @public
|
|
@@ -1269,6 +1295,11 @@ export interface InstanceHealthCheckResult {
|
|
|
1269
1295
|
* @public
|
|
1270
1296
|
*/
|
|
1271
1297
|
status?: InstanceHealthCheckState | undefined;
|
|
1298
|
+
/**
|
|
1299
|
+
* <p>The reason for the container instance health status.</p>
|
|
1300
|
+
* @public
|
|
1301
|
+
*/
|
|
1302
|
+
statusReason?: string | undefined;
|
|
1272
1303
|
/**
|
|
1273
1304
|
* <p>The Unix timestamp for when the container instance health status was last updated.</p>
|
|
1274
1305
|
* @public
|
|
@@ -7972,18 +8003,3 @@ export interface DeleteTaskDefinitionsRequest {
|
|
|
7972
8003
|
*/
|
|
7973
8004
|
taskDefinitions: string[] | undefined;
|
|
7974
8005
|
}
|
|
7975
|
-
/**
|
|
7976
|
-
* @public
|
|
7977
|
-
*/
|
|
7978
|
-
export interface DeleteTaskDefinitionsResponse {
|
|
7979
|
-
/**
|
|
7980
|
-
* <p>The list of deleted task definitions.</p>
|
|
7981
|
-
* @public
|
|
7982
|
-
*/
|
|
7983
|
-
taskDefinitions?: TaskDefinition[] | undefined;
|
|
7984
|
-
/**
|
|
7985
|
-
* <p>Any failures associated with the call.</p>
|
|
7986
|
-
* @public
|
|
7987
|
-
*/
|
|
7988
|
-
failures?: Failure[] | undefined;
|
|
7989
|
-
}
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
import type { Compatibility, Connectivity, HealthStatus, IpcMode, LaunchType, ManagedAgentName, NetworkMode, PidMode, PropagateTags, SortOrder, TaskDefinitionStatus, TaskField, TaskFilesystemType, TaskSetField, TaskStopCode } from "./enums";
|
|
2
2
|
import type { Attachment, Attribute, CapacityProviderStrategyItem, ContainerDefinition, EBSTagSpecification, EnvironmentFile, EphemeralStorage, Failure, InferenceAccelerator, KeyValuePair, LoadBalancer, NetworkBinding, NetworkConfiguration, PlacementConstraint, PlacementStrategy, ProxyConfiguration, ResourceRequirement, RuntimePlatform, Scale, ServiceRegistry, Tag, TaskDefinition, TaskDefinitionPlacementConstraint, TaskSet, Volume } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface DeleteTaskDefinitionsResponse {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The list of deleted task definitions.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
taskDefinitions?: TaskDefinition[] | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>Any failures associated with the call.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
failures?: Failure[] | undefined;
|
|
17
|
+
}
|
|
3
18
|
/**
|
|
4
19
|
*
|
|
5
20
|
* @public
|
|
@@ -43,6 +43,7 @@ export declare var AdvancedConfiguration$: StaticStructureSchema;
|
|
|
43
43
|
export declare var Attachment$: StaticStructureSchema;
|
|
44
44
|
export declare var AttachmentStateChange$: StaticStructureSchema;
|
|
45
45
|
export declare var Attribute$: StaticStructureSchema;
|
|
46
|
+
export declare var AutoRepairConfiguration$: StaticStructureSchema;
|
|
46
47
|
export declare var AutoScalingGroupProvider$: StaticStructureSchema;
|
|
47
48
|
export declare var AutoScalingGroupProviderUpdate$: StaticStructureSchema;
|
|
48
49
|
export declare var AwsVpcConfiguration$: StaticStructureSchema;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ECSClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DeleteTaskDefinitionsResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { DeleteTaskDefinitionsRequest } from "../models/models_0";
|
|
9
|
+
import { DeleteTaskDefinitionsResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DeleteTaskDefinitionsCommandInput
|
|
@@ -63,6 +63,12 @@ export declare const ManagedTerminationProtection: {
|
|
|
63
63
|
};
|
|
64
64
|
export type ManagedTerminationProtection =
|
|
65
65
|
(typeof ManagedTerminationProtection)[keyof typeof ManagedTerminationProtection];
|
|
66
|
+
export declare const AutoRepairActionsStatus: {
|
|
67
|
+
readonly DISABLED: "DISABLED";
|
|
68
|
+
readonly ENABLED: "ENABLED";
|
|
69
|
+
};
|
|
70
|
+
export type AutoRepairActionsStatus =
|
|
71
|
+
(typeof AutoRepairActionsStatus)[keyof typeof AutoRepairActionsStatus];
|
|
66
72
|
export declare const CapacityOptionType: {
|
|
67
73
|
readonly ON_DEMAND: "ON_DEMAND";
|
|
68
74
|
readonly RESERVED: "RESERVED";
|
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
AgentUpdateStatus,
|
|
8
8
|
ApplicationProtocol,
|
|
9
9
|
AssignPublicIp,
|
|
10
|
+
AutoRepairActionsStatus,
|
|
10
11
|
AvailabilityZoneRebalancing,
|
|
11
12
|
BareMetal,
|
|
12
13
|
BurstablePerformance,
|
|
@@ -122,6 +123,9 @@ export interface AutoScalingGroupProvider {
|
|
|
122
123
|
managedTerminationProtection?: ManagedTerminationProtection | undefined;
|
|
123
124
|
managedDraining?: ManagedDraining | undefined;
|
|
124
125
|
}
|
|
126
|
+
export interface AutoRepairConfiguration {
|
|
127
|
+
actionsStatus?: AutoRepairActionsStatus | undefined;
|
|
128
|
+
}
|
|
125
129
|
export interface InfrastructureOptimization {
|
|
126
130
|
scaleInAfter?: number | undefined;
|
|
127
131
|
}
|
|
@@ -212,6 +216,7 @@ export interface CreateManagedInstancesProviderConfiguration {
|
|
|
212
216
|
instanceLaunchTemplate: InstanceLaunchTemplate | undefined;
|
|
213
217
|
propagateTags?: PropagateMITags | undefined;
|
|
214
218
|
infrastructureOptimization?: InfrastructureOptimization | undefined;
|
|
219
|
+
autoRepairConfiguration?: AutoRepairConfiguration | undefined;
|
|
215
220
|
}
|
|
216
221
|
export interface Tag {
|
|
217
222
|
key?: string | undefined;
|
|
@@ -231,6 +236,7 @@ export interface ManagedInstancesProvider {
|
|
|
231
236
|
instanceLaunchTemplate?: InstanceLaunchTemplate | undefined;
|
|
232
237
|
propagateTags?: PropagateMITags | undefined;
|
|
233
238
|
infrastructureOptimization?: InfrastructureOptimization | undefined;
|
|
239
|
+
autoRepairConfiguration?: AutoRepairConfiguration | undefined;
|
|
234
240
|
}
|
|
235
241
|
export interface CapacityProvider {
|
|
236
242
|
capacityProviderArn?: string | undefined;
|
|
@@ -293,6 +299,7 @@ export interface UpdateManagedInstancesProviderConfiguration {
|
|
|
293
299
|
instanceLaunchTemplate: InstanceLaunchTemplateUpdate | undefined;
|
|
294
300
|
propagateTags?: PropagateMITags | undefined;
|
|
295
301
|
infrastructureOptimization?: InfrastructureOptimization | undefined;
|
|
302
|
+
autoRepairConfiguration?: AutoRepairConfiguration | undefined;
|
|
296
303
|
}
|
|
297
304
|
export interface UpdateCapacityProviderRequest {
|
|
298
305
|
name: string | undefined;
|
|
@@ -400,6 +407,7 @@ export interface Attribute {
|
|
|
400
407
|
export interface InstanceHealthCheckResult {
|
|
401
408
|
type?: InstanceHealthCheckType | undefined;
|
|
402
409
|
status?: InstanceHealthCheckState | undefined;
|
|
410
|
+
statusReason?: string | undefined;
|
|
403
411
|
lastUpdated?: Date | undefined;
|
|
404
412
|
lastStatusChange?: Date | undefined;
|
|
405
413
|
}
|
|
@@ -1954,7 +1962,3 @@ export interface TagResourceResponse {}
|
|
|
1954
1962
|
export interface DeleteTaskDefinitionsRequest {
|
|
1955
1963
|
taskDefinitions: string[] | undefined;
|
|
1956
1964
|
}
|
|
1957
|
-
export interface DeleteTaskDefinitionsResponse {
|
|
1958
|
-
taskDefinitions?: TaskDefinition[] | undefined;
|
|
1959
|
-
failures?: Failure[] | undefined;
|
|
1960
|
-
}
|
|
@@ -42,6 +42,10 @@ import {
|
|
|
42
42
|
TaskSet,
|
|
43
43
|
Volume,
|
|
44
44
|
} from "./models_0";
|
|
45
|
+
export interface DeleteTaskDefinitionsResponse {
|
|
46
|
+
taskDefinitions?: TaskDefinition[] | undefined;
|
|
47
|
+
failures?: Failure[] | undefined;
|
|
48
|
+
}
|
|
45
49
|
export interface ListTaskDefinitionsRequest {
|
|
46
50
|
familyPrefix?: string | undefined;
|
|
47
51
|
status?: TaskDefinitionStatus | undefined;
|
|
@@ -42,6 +42,7 @@ export declare var AdvancedConfiguration$: StaticStructureSchema;
|
|
|
42
42
|
export declare var Attachment$: StaticStructureSchema;
|
|
43
43
|
export declare var AttachmentStateChange$: StaticStructureSchema;
|
|
44
44
|
export declare var Attribute$: StaticStructureSchema;
|
|
45
|
+
export declare var AutoRepairConfiguration$: StaticStructureSchema;
|
|
45
46
|
export declare var AutoScalingGroupProvider$: StaticStructureSchema;
|
|
46
47
|
export declare var AutoScalingGroupProviderUpdate$: StaticStructureSchema;
|
|
47
48
|
export declare var AwsVpcConfiguration$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1036.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-ecs",
|
|
@@ -23,41 +23,41 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.974.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.974.5",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
33
33
|
"@aws-sdk/types": "^3.973.8",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.17",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.17",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
40
40
|
"@smithy/hash-node": "^4.2.14",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.14",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.14",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.5.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
44
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.14",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.14",
|
|
48
|
-
"@smithy/node-http-handler": "^4.6.
|
|
48
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.14",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
51
51
|
"@smithy/types": "^4.14.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.14",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
58
58
|
"@smithy/util-endpoints": "^3.4.2",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.14",
|
|
60
|
-
"@smithy/util-retry": "^4.3.
|
|
60
|
+
"@smithy/util-retry": "^4.3.4",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.2",
|
|
62
62
|
"@smithy/util-waiter": "^4.2.16",
|
|
63
63
|
"tslib": "^2.6.2"
|