@aws-sdk/client-ecs 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ECS.d.ts +0 -52
- package/dist-types/ts3.4/ECSClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ECSServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -905
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +0 -2
- package/package.json +27 -27
|
@@ -18,7 +18,6 @@ export interface UpdateTaskSetCommandInput extends UpdateTaskSetRequest {}
|
|
|
18
18
|
export interface UpdateTaskSetCommandOutput
|
|
19
19
|
extends UpdateTaskSetResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateTaskSetCommand extends $Command<
|
|
23
22
|
UpdateTaskSetCommandInput,
|
|
24
23
|
UpdateTaskSetCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateTaskSetCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateTaskSetCommandInput;
|
|
28
27
|
constructor(input: UpdateTaskSetCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ECSClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ECSServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|