@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
|
@@ -22,10 +22,10 @@ export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ExecuteCommandCommand_base: {
|
|
24
24
|
new (input: ExecuteCommandCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteCommandCommandInput, ExecuteCommandCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ExecuteCommandCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteCommandCommandInput, ExecuteCommandCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Runs a command remotely on a container within a task.</p>
|
|
30
30
|
* <p>If you use a condition key in your IAM policy to refine the conditions for the
|
|
31
31
|
* policy statement, for example limit the actions to a specific cluster, you receive an
|
|
@@ -109,6 +109,7 @@ declare const ExecuteCommandCommand_base: {
|
|
|
109
109
|
* @throws {@link ECSServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
111
111
|
*
|
|
112
|
+
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class ExecuteCommandCommand extends ExecuteCommandCommand_base {
|
|
114
115
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTaskProtectionCommandOutput extends GetTaskProtectionRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTaskProtectionCommand_base: {
|
|
24
24
|
new (input: GetTaskProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetTaskProtectionCommandInput, GetTaskProtectionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTaskProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetTaskProtectionCommandInput, GetTaskProtectionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the protection status of tasks in an Amazon ECS service.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
93
93
|
* @throws {@link ECSServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
* @example To get the protection status of a task
|
|
97
98
|
* ```javascript
|
|
98
99
|
* // In this example, we get the protection status for a single task.
|
|
@@ -22,10 +22,10 @@ export interface ListAccountSettingsCommandOutput extends ListAccountSettingsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAccountSettingsCommand_base: {
|
|
24
24
|
new (input: ListAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListAccountSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the account settings for a specified principal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListAccountSettingsCommand_base: {
|
|
|
78
78
|
* @throws {@link ECSServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
* @example To view your effective account settings
|
|
82
83
|
* ```javascript
|
|
83
84
|
* // This example displays the effective account settings for your account.
|
|
@@ -22,10 +22,10 @@ export interface ListAttributesCommandOutput extends ListAttributesResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAttributesCommand_base: {
|
|
24
24
|
new (input: ListAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttributesCommandInput, ListAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttributesCommandInput, ListAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
|
30
30
|
* When you specify a target type and cluster, <code>ListAttributes</code> returns a list
|
|
31
31
|
* of attribute objects, one for each attribute on each resource. You can filter the list
|
|
@@ -79,6 +79,7 @@ declare const ListAttributesCommand_base: {
|
|
|
79
79
|
* @throws {@link ECSServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListAttributesCommand extends ListAttributesCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListClustersCommand_base: {
|
|
24
24
|
new (input: ListClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of existing clusters.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const ListClustersCommand_base: {
|
|
|
69
69
|
* @throws {@link ECSServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
* @example To list your available clusters
|
|
73
74
|
* ```javascript
|
|
74
75
|
* // This example lists all of your available clusters in your default region.
|
|
@@ -22,10 +22,10 @@ export interface ListContainerInstancesCommandOutput extends ListContainerInstan
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListContainerInstancesCommand_base: {
|
|
24
24
|
new (input: ListContainerInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListContainerInstancesCommandInput, ListContainerInstancesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListContainerInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListContainerInstancesCommandInput, ListContainerInstancesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of container instances in a specified cluster. You can filter the
|
|
30
30
|
* results of a <code>ListContainerInstances</code> operation with cluster query language
|
|
31
31
|
* statements inside the <code>filter</code> parameter. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html">Cluster Query Language</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
@@ -77,6 +77,7 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
77
77
|
* @throws {@link ECSServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
* @example To list your available container instances in a cluster
|
|
81
82
|
* ```javascript
|
|
82
83
|
* // This example lists all of your available container instances in the specified cluster in your default region.
|
|
@@ -22,10 +22,10 @@ export interface ListServicesByNamespaceCommandOutput extends ListServicesByName
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListServicesByNamespaceCommand_base: {
|
|
24
24
|
new (input: ListServicesByNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesByNamespaceCommandInput, ListServicesByNamespaceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListServicesByNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesByNamespaceCommandInput, ListServicesByNamespaceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation lists all of the services that are associated with a Cloud Map
|
|
30
30
|
* namespace. This list might include services in different clusters. In contrast,
|
|
31
31
|
* <code>ListServices</code> can only list services in one cluster at a time. If you
|
|
@@ -77,6 +77,7 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
77
77
|
* @throws {@link ECSServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListServicesByNamespaceCommand extends ListServicesByNamespaceCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListServicesCommand_base: {
|
|
24
24
|
new (input: ListServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of services. You can filter the results by cluster, launch type, and
|
|
30
30
|
* scheduling strategy.</p>
|
|
31
31
|
* @example
|
|
@@ -76,6 +76,7 @@ declare const ListServicesCommand_base: {
|
|
|
76
76
|
* @throws {@link ECSServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
* @example To list the services in a cluster
|
|
80
81
|
* ```javascript
|
|
81
82
|
* // This example lists the services running in the default cluster for an account.
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the tags for an Amazon ECS resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link ECSServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
* @example To list the tags for a cluster.
|
|
77
78
|
* ```javascript
|
|
78
79
|
* // This example lists the tags for the 'dev' cluster.
|
|
@@ -22,10 +22,10 @@ export interface ListTaskDefinitionFamiliesCommandOutput extends ListTaskDefinit
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
24
24
|
new (input: ListTaskDefinitionFamiliesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTaskDefinitionFamiliesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of task definition families that are registered to your account. This
|
|
30
30
|
* list includes task definition families that no longer have any <code>ACTIVE</code> task
|
|
31
31
|
* definition revisions.</p>
|
|
@@ -77,6 +77,7 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
|
77
77
|
* @throws {@link ECSServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
* @example To list your registered task definition families
|
|
81
82
|
* ```javascript
|
|
82
83
|
* // This example lists all of your registered task definition families.
|
|
@@ -22,10 +22,10 @@ export interface ListTaskDefinitionsCommandOutput extends ListTaskDefinitionsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTaskDefinitionsCommand_base: {
|
|
24
24
|
new (input: ListTaskDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTaskDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of task definitions that are registered to your account. You can filter
|
|
30
30
|
* the results by family name with the <code>familyPrefix</code> parameter or by status
|
|
31
31
|
* with the <code>status</code> parameter.</p>
|
|
@@ -74,6 +74,7 @@ declare const ListTaskDefinitionsCommand_base: {
|
|
|
74
74
|
* @throws {@link ECSServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
* @example To list your registered task definitions
|
|
78
79
|
* ```javascript
|
|
79
80
|
* // This example lists all of your registered task definitions.
|
|
@@ -22,10 +22,10 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTasksCommand_base: {
|
|
24
24
|
new (input: ListTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of tasks. You can filter the results by cluster, task definition
|
|
30
30
|
* family, container instance, launch type, what IAM principal started the task, or by
|
|
31
31
|
* the desired status of the task.</p>
|
|
@@ -86,6 +86,7 @@ declare const ListTasksCommand_base: {
|
|
|
86
86
|
* @throws {@link ECSServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
* @example To list the tasks in a cluster
|
|
90
91
|
* ```javascript
|
|
91
92
|
* // This example lists all of the tasks in a cluster.
|
|
@@ -22,10 +22,10 @@ export interface PutAccountSettingCommandOutput extends PutAccountSettingRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutAccountSettingCommand_base: {
|
|
24
24
|
new (input: PutAccountSettingCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutAccountSettingCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies an account setting. Account settings are set on a per-Region basis.</p>
|
|
30
30
|
* <p>If you change the root user account setting, the default settings are reset for users and
|
|
31
31
|
* roles that do not have specified individual account settings. For more information, see
|
|
@@ -76,6 +76,7 @@ declare const PutAccountSettingCommand_base: {
|
|
|
76
76
|
* @throws {@link ECSServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
* @example To modify your account settings
|
|
80
81
|
* ```javascript
|
|
81
82
|
* // This example modifies your account settings to opt in to the new ARN and resource ID format for Amazon ECS services. If you’re using this command as the root user, then changes apply to the entire AWS account, unless an IAM user or role explicitly overrides these settings for themselves.
|
|
@@ -22,10 +22,10 @@ export interface PutAccountSettingDefaultCommandOutput extends PutAccountSetting
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutAccountSettingDefaultCommand_base: {
|
|
24
24
|
new (input: PutAccountSettingDefaultCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutAccountSettingDefaultCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies an account setting for all users on an account for whom no individual account
|
|
30
30
|
* setting has been specified. Account settings are set on a per-Region basis.</p>
|
|
31
31
|
* @example
|
|
@@ -72,6 +72,7 @@ declare const PutAccountSettingDefaultCommand_base: {
|
|
|
72
72
|
* @throws {@link ECSServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
* @example To modify the default account settings for all IAM users or roles on an account
|
|
76
77
|
* ```javascript
|
|
77
78
|
* // This example modifies the default account setting for the specified resource for all IAM users or roles on an account. These changes apply to the entire AWS account, unless an IAM user or role explicitly overrides these settings for themselves.
|
|
@@ -22,10 +22,10 @@ export interface PutAttributesCommandOutput extends PutAttributesResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutAttributesCommand_base: {
|
|
24
24
|
new (input: PutAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<PutAttributesCommandInput, PutAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<PutAttributesCommandInput, PutAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Create or update an attribute on an Amazon ECS resource. If the attribute doesn't exist,
|
|
30
30
|
* it's created. If the attribute exists, its value is replaced with the specified value.
|
|
31
31
|
* To delete an attribute, use <a>DeleteAttributes</a>. For more information,
|
|
@@ -88,6 +88,7 @@ declare const PutAttributesCommand_base: {
|
|
|
88
88
|
* @throws {@link ECSServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class PutAttributesCommand extends PutAttributesCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutClusterCapacityProvidersCommandOutput extends PutClusterCapa
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutClusterCapacityProvidersCommand_base: {
|
|
24
24
|
new (input: PutClusterCapacityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutClusterCapacityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the available capacity providers and the default capacity provider strategy
|
|
30
30
|
* for a cluster.</p>
|
|
31
31
|
* <p>You must specify both the available capacity providers and a default capacity provider
|
|
@@ -167,6 +167,7 @@ declare const PutClusterCapacityProvidersCommand_base: {
|
|
|
167
167
|
* @throws {@link ECSServiceException}
|
|
168
168
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
169
169
|
*
|
|
170
|
+
* @public
|
|
170
171
|
*/
|
|
171
172
|
export declare class PutClusterCapacityProvidersCommand extends PutClusterCapacityProvidersCommand_base {
|
|
172
173
|
}
|
|
@@ -22,10 +22,10 @@ export interface RegisterContainerInstanceCommandOutput extends RegisterContaine
|
|
|
22
22
|
}
|
|
23
23
|
declare const RegisterContainerInstanceCommand_base: {
|
|
24
24
|
new (input: RegisterContainerInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [RegisterContainerInstanceCommandInput]): import("@smithy/smithy-client").CommandImpl<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p>
|
|
31
31
|
* </note>
|
|
@@ -188,6 +188,7 @@ declare const RegisterContainerInstanceCommand_base: {
|
|
|
188
188
|
* @throws {@link ECSServiceException}
|
|
189
189
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
190
190
|
*
|
|
191
|
+
* @public
|
|
191
192
|
*/
|
|
192
193
|
export declare class RegisterContainerInstanceCommand extends RegisterContainerInstanceCommand_base {
|
|
193
194
|
}
|
|
@@ -22,10 +22,10 @@ export interface RegisterTaskDefinitionCommandOutput extends RegisterTaskDefinit
|
|
|
22
22
|
}
|
|
23
23
|
declare const RegisterTaskDefinitionCommand_base: {
|
|
24
24
|
new (input: RegisterTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RegisterTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Registers a new task definition from the supplied <code>family</code> and
|
|
30
30
|
* <code>containerDefinitions</code>. Optionally, you can add data volumes to your
|
|
31
31
|
* containers with the <code>volumes</code> parameter. For more information about task
|
|
@@ -599,6 +599,7 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
599
599
|
* @throws {@link ECSServiceException}
|
|
600
600
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
601
601
|
*
|
|
602
|
+
* @public
|
|
602
603
|
* @example To register a task definition
|
|
603
604
|
* ```javascript
|
|
604
605
|
* // This example registers a task definition to the specified family.
|
|
@@ -22,10 +22,10 @@ export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const RunTaskCommand_base: {
|
|
24
24
|
new (input: RunTaskCommandInput): import("@smithy/smithy-client").CommandImpl<RunTaskCommandInput, RunTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RunTaskCommandInput): import("@smithy/smithy-client").CommandImpl<RunTaskCommandInput, RunTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a new task using the specified task definition.</p>
|
|
30
30
|
* <p>You can allow Amazon ECS to place tasks for you, or you can customize how Amazon ECS places
|
|
31
31
|
* tasks using placement constraints and placement strategies. For more information, see
|
|
@@ -419,6 +419,7 @@ declare const RunTaskCommand_base: {
|
|
|
419
419
|
* @throws {@link ECSServiceException}
|
|
420
420
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
421
421
|
*
|
|
422
|
+
* @public
|
|
422
423
|
* @example To run a task on your default cluster
|
|
423
424
|
* ```javascript
|
|
424
425
|
* // This example runs the specified task definition on your default cluster.
|
|
@@ -22,10 +22,10 @@ export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartTaskCommand_base: {
|
|
24
24
|
new (input: StartTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartTaskCommandInput, StartTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartTaskCommandInput, StartTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a new task from the specified task definition on the specified container
|
|
30
30
|
* instance or instances.</p>
|
|
31
31
|
* <note>
|
|
@@ -343,6 +343,7 @@ declare const StartTaskCommand_base: {
|
|
|
343
343
|
* @throws {@link ECSServiceException}
|
|
344
344
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
345
345
|
*
|
|
346
|
+
* @public
|
|
346
347
|
*/
|
|
347
348
|
export declare class StartTaskCommand extends StartTaskCommand_base {
|
|
348
349
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopTaskCommand_base: {
|
|
24
24
|
new (input: StopTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StopTaskCommandInput, StopTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StopTaskCommandInput, StopTaskCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops a running task. Any tags associated with the task will be deleted.</p>
|
|
30
30
|
* <p>When <a>StopTask</a> is called on a task, the equivalent of <code>docker
|
|
31
31
|
* stop</code> is issued to the containers running in the task. This results in a
|
|
@@ -237,6 +237,7 @@ declare const StopTaskCommand_base: {
|
|
|
237
237
|
* @throws {@link ECSServiceException}
|
|
238
238
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
239
239
|
*
|
|
240
|
+
* @public
|
|
240
241
|
*/
|
|
241
242
|
export declare class StopTaskCommand extends StopTaskCommand_base {
|
|
242
243
|
}
|
|
@@ -22,10 +22,10 @@ export interface SubmitAttachmentStateChangesCommandOutput extends SubmitAttachm
|
|
|
22
22
|
}
|
|
23
23
|
declare const SubmitAttachmentStateChangesCommand_base: {
|
|
24
24
|
new (input: SubmitAttachmentStateChangesCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SubmitAttachmentStateChangesCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p>
|
|
31
31
|
* </note>
|
|
@@ -77,6 +77,7 @@ declare const SubmitAttachmentStateChangesCommand_base: {
|
|
|
77
77
|
* @throws {@link ECSServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class SubmitAttachmentStateChangesCommand extends SubmitAttachmentStateChangesCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface SubmitContainerStateChangeCommandOutput extends SubmitContainer
|
|
|
22
22
|
}
|
|
23
23
|
declare const SubmitContainerStateChangeCommand_base: {
|
|
24
24
|
new (input: SubmitContainerStateChangeCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [SubmitContainerStateChangeCommandInput]): import("@smithy/smithy-client").CommandImpl<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p>
|
|
31
31
|
* </note>
|
|
@@ -83,6 +83,7 @@ declare const SubmitContainerStateChangeCommand_base: {
|
|
|
83
83
|
* @throws {@link ECSServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class SubmitContainerStateChangeCommand extends SubmitContainerStateChangeCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface SubmitTaskStateChangeCommandOutput extends SubmitTaskStateChang
|
|
|
22
22
|
}
|
|
23
23
|
declare const SubmitTaskStateChangeCommand_base: {
|
|
24
24
|
new (input: SubmitTaskStateChangeCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [SubmitTaskStateChangeCommandInput]): import("@smithy/smithy-client").CommandImpl<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.</p>
|
|
31
31
|
* </note>
|
|
@@ -111,6 +111,7 @@ declare const SubmitTaskStateChangeCommand_base: {
|
|
|
111
111
|
* @throws {@link ECSServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class SubmitTaskStateChangeCommand extends SubmitTaskStateChangeCommand_base {
|
|
116
117
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates the specified tags to a resource with the specified
|
|
30
30
|
* <code>resourceArn</code>. If existing tags on a resource aren't specified in the
|
|
31
31
|
* request parameters, they aren't changed. When a resource is deleted, the tags that are
|
|
@@ -78,6 +78,7 @@ declare const TagResourceCommand_base: {
|
|
|
78
78
|
* @throws {@link ECSServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
* @example To tag a cluster.
|
|
82
83
|
* ```javascript
|
|
83
84
|
* // This example tags the 'dev' cluster with key 'team' and value 'dev'.
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes specified tags from a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link ECSServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
* @example To untag a cluster.
|
|
76
77
|
* ```javascript
|
|
77
78
|
* // This example deletes the 'team' tag from the 'dev' cluster.
|
|
@@ -22,10 +22,10 @@ export interface UpdateCapacityProviderCommandOutput extends UpdateCapacityProvi
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCapacityProviderCommand_base: {
|
|
24
24
|
new (input: UpdateCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the parameters for a capacity provider.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
100
100
|
* @throws {@link ECSServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class UpdateCapacityProviderCommand extends UpdateCapacityProviderCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateClusterCommand_base: {
|
|
24
24
|
new (input: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -159,6 +159,7 @@ declare const UpdateClusterCommand_base: {
|
|
|
159
159
|
* @throws {@link ECSServiceException}
|
|
160
160
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
161
161
|
*
|
|
162
|
+
* @public
|
|
162
163
|
*/
|
|
163
164
|
export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
|
|
164
165
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateClusterSettingsCommandOutput extends UpdateClusterSetting
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateClusterSettingsCommand_base: {
|
|
24
24
|
new (input: UpdateClusterSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterSettingsCommandInput, UpdateClusterSettingsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateClusterSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterSettingsCommandInput, UpdateClusterSettingsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the settings to use for a cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -140,6 +140,7 @@ declare const UpdateClusterSettingsCommand_base: {
|
|
|
140
140
|
* @throws {@link ECSServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
142
142
|
*
|
|
143
|
+
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class UpdateClusterSettingsCommand extends UpdateClusterSettingsCommand_base {
|
|
145
146
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateContainerAgentCommandOutput extends UpdateContainerAgentR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateContainerAgentCommand_base: {
|
|
24
24
|
new (input: UpdateContainerAgentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContainerAgentCommandInput, UpdateContainerAgentCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateContainerAgentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContainerAgentCommandInput, UpdateContainerAgentCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the Amazon ECS container agent on a specified container instance. Updating the
|
|
30
30
|
* Amazon ECS container agent doesn't interrupt running tasks or services on the container
|
|
31
31
|
* instance. The process for updating the agent differs depending on whether your container
|
|
@@ -184,6 +184,7 @@ declare const UpdateContainerAgentCommand_base: {
|
|
|
184
184
|
* @throws {@link ECSServiceException}
|
|
185
185
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
186
186
|
*
|
|
187
|
+
* @public
|
|
187
188
|
*/
|
|
188
189
|
export declare class UpdateContainerAgentCommand extends UpdateContainerAgentCommand_base {
|
|
189
190
|
}
|