@aws-sdk/client-ecs 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ECS.d.ts +15 -1
- package/dist-types/ECSClient.d.ts +1 -1
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTasksCommand.d.ts +2 -1
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -1
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -1
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/RunTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopTaskCommand.d.ts +2 -1
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +999 -999
- package/dist-types/ts3.4/ECS.d.ts +14 -0
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.