@aws-sdk/client-ecs 3.888.0 → 3.891.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-types/commands/CreateCapacityProviderCommand.d.ts +2 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
- package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTasksCommand.d.ts +2 -0
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -0
- package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -0
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -0
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -0
- package/dist-types/commands/ListClustersCommand.d.ts +2 -0
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/ListServicesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -0
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTasksCommand.d.ts +2 -0
- package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -0
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -0
- package/dist-types/commands/PutAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -0
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -0
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/RunTaskCommand.d.ts +2 -0
- package/dist-types/commands/StartTaskCommand.d.ts +2 -0
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/StopTaskCommand.d.ts +2 -0
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -0
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -0
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -0
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -39,6 +39,8 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { ECSClient, CreateCapacityProviderCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
41
41
|
* // const { ECSClient, CreateCapacityProviderCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
42
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
43
|
+
* const config = {}; // type is ECSClientConfig
|
|
42
44
|
* const client = new ECSClient(config);
|
|
43
45
|
* const input = { // CreateCapacityProviderRequest
|
|
44
46
|
* name: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const CreateClusterCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { ECSClient, CreateClusterCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
45
45
|
* // const { ECSClient, CreateClusterCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
46
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
47
|
+
* const config = {}; // type is ECSClientConfig
|
|
46
48
|
* const client = new ECSClient(config);
|
|
47
49
|
* const input = { // CreateClusterRequest
|
|
48
50
|
* clusterName: "STRING_VALUE",
|
|
@@ -189,6 +189,8 @@ declare const CreateServiceCommand_base: {
|
|
|
189
189
|
* ```javascript
|
|
190
190
|
* import { ECSClient, CreateServiceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
191
191
|
* // const { ECSClient, CreateServiceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
192
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
193
|
+
* const config = {}; // type is ECSClientConfig
|
|
192
194
|
* const client = new ECSClient(config);
|
|
193
195
|
* const input = { // CreateServiceRequest
|
|
194
196
|
* cluster: "STRING_VALUE",
|
|
@@ -41,6 +41,8 @@ declare const CreateTaskSetCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { ECSClient, CreateTaskSetCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
43
43
|
* // const { ECSClient, CreateTaskSetCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
44
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
45
|
+
* const config = {}; // type is ECSClientConfig
|
|
44
46
|
* const client = new ECSClient(config);
|
|
45
47
|
* const input = { // CreateTaskSetRequest
|
|
46
48
|
* service: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteAccountSettingCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ECSClient, DeleteAccountSettingCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
36
36
|
* // const { ECSClient, DeleteAccountSettingCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
37
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
38
|
+
* const config = {}; // type is ECSClientConfig
|
|
37
39
|
* const client = new ECSClient(config);
|
|
38
40
|
* const input = { // DeleteAccountSettingRequest
|
|
39
41
|
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAttributesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, DeleteAttributesCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, DeleteAttributesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // DeleteAttributesRequest
|
|
38
40
|
* cluster: "STRING_VALUE",
|
|
@@ -46,6 +46,8 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { ECSClient, DeleteCapacityProviderCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
48
48
|
* // const { ECSClient, DeleteCapacityProviderCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
49
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
50
|
+
* const config = {}; // type is ECSClientConfig
|
|
49
51
|
* const client = new ECSClient(config);
|
|
50
52
|
* const input = { // DeleteCapacityProviderRequest
|
|
51
53
|
* capacityProvider: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteClusterCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ECSClient, DeleteClusterCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
40
40
|
* // const { ECSClient, DeleteClusterCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
41
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
42
|
+
* const config = {}; // type is ECSClientConfig
|
|
41
43
|
* const client = new ECSClient(config);
|
|
42
44
|
* const input = { // DeleteClusterRequest
|
|
43
45
|
* cluster: "STRING_VALUE", // required
|
|
@@ -53,6 +53,8 @@ declare const DeleteServiceCommand_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { ECSClient, DeleteServiceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
55
55
|
* // const { ECSClient, DeleteServiceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
56
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
57
|
+
* const config = {}; // type is ECSClientConfig
|
|
56
58
|
* const client = new ECSClient(config);
|
|
57
59
|
* const input = { // DeleteServiceRequest
|
|
58
60
|
* cluster: "STRING_VALUE",
|
|
@@ -52,6 +52,8 @@ declare const DeleteTaskDefinitionsCommand_base: {
|
|
|
52
52
|
* ```javascript
|
|
53
53
|
* import { ECSClient, DeleteTaskDefinitionsCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
54
54
|
* // const { ECSClient, DeleteTaskDefinitionsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
55
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
56
|
+
* const config = {}; // type is ECSClientConfig
|
|
55
57
|
* const client = new ECSClient(config);
|
|
56
58
|
* const input = { // DeleteTaskDefinitionsRequest
|
|
57
59
|
* taskDefinitions: [ // StringList // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteTaskSetCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ECSClient, DeleteTaskSetCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
36
36
|
* // const { ECSClient, DeleteTaskSetCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
37
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
38
|
+
* const config = {}; // type is ECSClientConfig
|
|
37
39
|
* const client = new ECSClient(config);
|
|
38
40
|
* const input = { // DeleteTaskSetRequest
|
|
39
41
|
* cluster: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const DeregisterContainerInstanceCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { ECSClient, DeregisterContainerInstanceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
48
48
|
* // const { ECSClient, DeregisterContainerInstanceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
49
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
50
|
+
* const config = {}; // type is ECSClientConfig
|
|
49
51
|
* const client = new ECSClient(config);
|
|
50
52
|
* const input = { // DeregisterContainerInstanceRequest
|
|
51
53
|
* cluster: "STRING_VALUE",
|
|
@@ -50,6 +50,8 @@ declare const DeregisterTaskDefinitionCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { ECSClient, DeregisterTaskDefinitionCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
52
52
|
* // const { ECSClient, DeregisterTaskDefinitionCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
53
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
54
|
+
* const config = {}; // type is ECSClientConfig
|
|
53
55
|
* const client = new ECSClient(config);
|
|
54
56
|
* const input = { // DeregisterTaskDefinitionRequest
|
|
55
57
|
* taskDefinition: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeCapacityProvidersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, DescribeCapacityProvidersCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, DescribeCapacityProvidersCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // DescribeCapacityProvidersRequest
|
|
38
40
|
* capacityProviders: [ // StringList
|
|
@@ -34,6 +34,8 @@ declare const DescribeClustersCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ECSClient, DescribeClustersCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
36
36
|
* // const { ECSClient, DescribeClustersCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
37
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
38
|
+
* const config = {}; // type is ECSClientConfig
|
|
37
39
|
* const client = new ECSClient(config);
|
|
38
40
|
* const input = { // DescribeClustersRequest
|
|
39
41
|
* clusters: [ // StringList
|
|
@@ -34,6 +34,8 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ECSClient, DescribeContainerInstancesCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
36
36
|
* // const { ECSClient, DescribeContainerInstancesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
37
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
38
|
+
* const config = {}; // type is ECSClientConfig
|
|
37
39
|
* const client = new ECSClient(config);
|
|
38
40
|
* const input = { // DescribeContainerInstancesRequest
|
|
39
41
|
* cluster: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const DescribeServiceDeploymentsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ECSClient, DescribeServiceDeploymentsCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
37
37
|
* // const { ECSClient, DescribeServiceDeploymentsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
38
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
39
|
+
* const config = {}; // type is ECSClientConfig
|
|
38
40
|
* const client = new ECSClient(config);
|
|
39
41
|
* const input = { // DescribeServiceDeploymentsRequest
|
|
40
42
|
* serviceDeploymentArns: [ // StringList // required
|
|
@@ -37,6 +37,8 @@ declare const DescribeServiceRevisionsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ECSClient, DescribeServiceRevisionsCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
39
39
|
* // const { ECSClient, DescribeServiceRevisionsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
40
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
41
|
+
* const config = {}; // type is ECSClientConfig
|
|
40
42
|
* const client = new ECSClient(config);
|
|
41
43
|
* const input = { // DescribeServiceRevisionsRequest
|
|
42
44
|
* serviceRevisionArns: [ // StringList // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeServicesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, DescribeServicesCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, DescribeServicesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // DescribeServicesRequest
|
|
38
40
|
* cluster: "STRING_VALUE",
|
|
@@ -40,6 +40,8 @@ declare const DescribeTaskDefinitionCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ECSClient, DescribeTaskDefinitionCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
42
42
|
* // const { ECSClient, DescribeTaskDefinitionCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
43
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
44
|
+
* const config = {}; // type is ECSClientConfig
|
|
43
45
|
* const client = new ECSClient(config);
|
|
44
46
|
* const input = { // DescribeTaskDefinitionRequest
|
|
45
47
|
* taskDefinition: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ECSClient, DescribeTaskSetsCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
38
38
|
* // const { ECSClient, DescribeTaskSetsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
39
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
40
|
+
* const config = {}; // type is ECSClientConfig
|
|
39
41
|
* const client = new ECSClient(config);
|
|
40
42
|
* const input = { // DescribeTaskSetsRequest
|
|
41
43
|
* cluster: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DescribeTasksCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ECSClient, DescribeTasksCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
39
39
|
* // const { ECSClient, DescribeTasksCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
40
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
41
|
+
* const config = {}; // type is ECSClientConfig
|
|
40
42
|
* const client = new ECSClient(config);
|
|
41
43
|
* const input = { // DescribeTasksRequest
|
|
42
44
|
* cluster: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const DiscoverPollEndpointCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ECSClient, DiscoverPollEndpointCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
38
38
|
* // const { ECSClient, DiscoverPollEndpointCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
39
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
40
|
+
* const config = {}; // type is ECSClientConfig
|
|
39
41
|
* const client = new ECSClient(config);
|
|
40
42
|
* const input = { // DiscoverPollEndpointRequest
|
|
41
43
|
* containerInstance: "STRING_VALUE",
|
|
@@ -40,6 +40,8 @@ declare const ExecuteCommandCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ECSClient, ExecuteCommandCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
42
42
|
* // const { ECSClient, ExecuteCommandCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
43
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
44
|
+
* const config = {}; // type is ECSClientConfig
|
|
43
45
|
* const client = new ECSClient(config);
|
|
44
46
|
* const input = { // ExecuteCommandRequest
|
|
45
47
|
* cluster: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, GetTaskProtectionCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, GetTaskProtectionCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // GetTaskProtectionRequest
|
|
38
40
|
* cluster: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAccountSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, ListAccountSettingsCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, ListAccountSettingsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // ListAccountSettingsRequest
|
|
38
40
|
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode",
|
|
@@ -39,6 +39,8 @@ declare const ListAttributesCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { ECSClient, ListAttributesCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
41
41
|
* // const { ECSClient, ListAttributesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
42
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
43
|
+
* const config = {}; // type is ECSClientConfig
|
|
42
44
|
* const client = new ECSClient(config);
|
|
43
45
|
* const input = { // ListAttributesRequest
|
|
44
46
|
* cluster: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListClustersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, ListClustersCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, ListClustersCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // ListClustersRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ECSClient, ListContainerInstancesCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
37
37
|
* // const { ECSClient, ListContainerInstancesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
38
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
39
|
+
* const config = {}; // type is ECSClientConfig
|
|
38
40
|
* const client = new ECSClient(config);
|
|
39
41
|
* const input = { // ListContainerInstancesRequest
|
|
40
42
|
* cluster: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const ListServiceDeploymentsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ECSClient, ListServiceDeploymentsCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
40
40
|
* // const { ECSClient, ListServiceDeploymentsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
41
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
42
|
+
* const config = {}; // type is ECSClientConfig
|
|
41
43
|
* const client = new ECSClient(config);
|
|
42
44
|
* const input = { // ListServiceDeploymentsRequest
|
|
43
45
|
* service: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ECSClient, ListServicesByNamespaceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
39
39
|
* // const { ECSClient, ListServicesByNamespaceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
40
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
41
|
+
* const config = {}; // type is ECSClientConfig
|
|
40
42
|
* const client = new ECSClient(config);
|
|
41
43
|
* const input = { // ListServicesByNamespaceRequest
|
|
42
44
|
* namespace: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListServicesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ECSClient, ListServicesCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
36
36
|
* // const { ECSClient, ListServicesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
37
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
38
|
+
* const config = {}; // type is ECSClientConfig
|
|
37
39
|
* const client = new ECSClient(config);
|
|
38
40
|
* const input = { // ListServicesRequest
|
|
39
41
|
* cluster: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, ListTagsForResourceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { ECSClient, ListTaskDefinitionFamiliesCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
41
41
|
* // const { ECSClient, ListTaskDefinitionFamiliesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
42
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
43
|
+
* const config = {}; // type is ECSClientConfig
|
|
42
44
|
* const client = new ECSClient(config);
|
|
43
45
|
* const input = { // ListTaskDefinitionFamiliesRequest
|
|
44
46
|
* familyPrefix: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListTaskDefinitionsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ECSClient, ListTaskDefinitionsCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
37
37
|
* // const { ECSClient, ListTaskDefinitionsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
38
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
39
|
+
* const config = {}; // type is ECSClientConfig
|
|
38
40
|
* const client = new ECSClient(config);
|
|
39
41
|
* const input = { // ListTaskDefinitionsRequest
|
|
40
42
|
* familyPrefix: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListTasksCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ECSClient, ListTasksCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
38
38
|
* // const { ECSClient, ListTasksCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
39
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
40
|
+
* const config = {}; // type is ECSClientConfig
|
|
39
41
|
* const client = new ECSClient(config);
|
|
40
42
|
* const input = { // ListTasksRequest
|
|
41
43
|
* cluster: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const PutAccountSettingCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ECSClient, PutAccountSettingCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
39
39
|
* // const { ECSClient, PutAccountSettingCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
40
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
41
|
+
* const config = {}; // type is ECSClientConfig
|
|
40
42
|
* const client = new ECSClient(config);
|
|
41
43
|
* const input = { // PutAccountSettingRequest
|
|
42
44
|
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode", // required
|
|
@@ -34,6 +34,8 @@ declare const PutAccountSettingDefaultCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ECSClient, PutAccountSettingDefaultCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
36
36
|
* // const { ECSClient, PutAccountSettingDefaultCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
37
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
38
|
+
* const config = {}; // type is ECSClientConfig
|
|
37
39
|
* const client = new ECSClient(config);
|
|
38
40
|
* const input = { // PutAccountSettingDefaultRequest
|
|
39
41
|
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode", // required
|
|
@@ -35,6 +35,8 @@ declare const PutAttributesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ECSClient, PutAttributesCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
37
37
|
* // const { ECSClient, PutAttributesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
38
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
39
|
+
* const config = {}; // type is ECSClientConfig
|
|
38
40
|
* const client = new ECSClient(config);
|
|
39
41
|
* const input = { // PutAttributesRequest
|
|
40
42
|
* cluster: "STRING_VALUE",
|
|
@@ -46,6 +46,8 @@ declare const PutClusterCapacityProvidersCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { ECSClient, PutClusterCapacityProvidersCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
48
48
|
* // const { ECSClient, PutClusterCapacityProvidersCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
49
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
50
|
+
* const config = {}; // type is ECSClientConfig
|
|
49
51
|
* const client = new ECSClient(config);
|
|
50
52
|
* const input = { // PutClusterCapacityProvidersRequest
|
|
51
53
|
* cluster: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const RegisterContainerInstanceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ECSClient, RegisterContainerInstanceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
39
39
|
* // const { ECSClient, RegisterContainerInstanceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
40
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
41
|
+
* const config = {}; // type is ECSClientConfig
|
|
40
42
|
* const client = new ECSClient(config);
|
|
41
43
|
* const input = { // RegisterContainerInstanceRequest
|
|
42
44
|
* cluster: "STRING_VALUE",
|
|
@@ -48,6 +48,8 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { ECSClient, RegisterTaskDefinitionCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
50
50
|
* // const { ECSClient, RegisterTaskDefinitionCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
51
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
52
|
+
* const config = {}; // type is ECSClientConfig
|
|
51
53
|
* const client = new ECSClient(config);
|
|
52
54
|
* const input = { // RegisterTaskDefinitionRequest
|
|
53
55
|
* family: "STRING_VALUE", // required
|
|
@@ -87,6 +87,8 @@ declare const RunTaskCommand_base: {
|
|
|
87
87
|
* ```javascript
|
|
88
88
|
* import { ECSClient, RunTaskCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
89
89
|
* // const { ECSClient, RunTaskCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
90
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
91
|
+
* const config = {}; // type is ECSClientConfig
|
|
90
92
|
* const client = new ECSClient(config);
|
|
91
93
|
* const input = { // RunTaskRequest
|
|
92
94
|
* capacityProviderStrategy: [ // CapacityProviderStrategy
|
|
@@ -44,6 +44,8 @@ declare const StartTaskCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { ECSClient, StartTaskCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
46
46
|
* // const { ECSClient, StartTaskCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
47
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
48
|
+
* const config = {}; // type is ECSClientConfig
|
|
47
49
|
* const client = new ECSClient(config);
|
|
48
50
|
* const input = { // StartTaskRequest
|
|
49
51
|
* cluster: "STRING_VALUE",
|
|
@@ -45,6 +45,8 @@ declare const StopServiceDeploymentCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { ECSClient, StopServiceDeploymentCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
47
47
|
* // const { ECSClient, StopServiceDeploymentCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
48
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
49
|
+
* const config = {}; // type is ECSClientConfig
|
|
48
50
|
* const client = new ECSClient(config);
|
|
49
51
|
* const input = { // StopServiceDeploymentRequest
|
|
50
52
|
* serviceDeploymentArn: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const StopTaskCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { ECSClient, StopTaskCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
51
51
|
* // const { ECSClient, StopTaskCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
52
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
53
|
+
* const config = {}; // type is ECSClientConfig
|
|
52
54
|
* const client = new ECSClient(config);
|
|
53
55
|
* const input = { // StopTaskRequest
|
|
54
56
|
* cluster: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const SubmitAttachmentStateChangesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ECSClient, SubmitAttachmentStateChangesCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
38
38
|
* // const { ECSClient, SubmitAttachmentStateChangesCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
39
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
40
|
+
* const config = {}; // type is ECSClientConfig
|
|
39
41
|
* const client = new ECSClient(config);
|
|
40
42
|
* const input = { // SubmitAttachmentStateChangesRequest
|
|
41
43
|
* cluster: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const SubmitContainerStateChangeCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ECSClient, SubmitContainerStateChangeCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
38
38
|
* // const { ECSClient, SubmitContainerStateChangeCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
39
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
40
|
+
* const config = {}; // type is ECSClientConfig
|
|
39
41
|
* const client = new ECSClient(config);
|
|
40
42
|
* const input = { // SubmitContainerStateChangeRequest
|
|
41
43
|
* cluster: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const SubmitTaskStateChangeCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ECSClient, SubmitTaskStateChangeCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
38
38
|
* // const { ECSClient, SubmitTaskStateChangeCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
39
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
40
|
+
* const config = {}; // type is ECSClientConfig
|
|
39
41
|
* const client = new ECSClient(config);
|
|
40
42
|
* const input = { // SubmitTaskStateChangeRequest
|
|
41
43
|
* cluster: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const TagResourceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ECSClient, TagResourceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
38
38
|
* // const { ECSClient, TagResourceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
39
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
40
|
+
* const config = {}; // type is ECSClientConfig
|
|
39
41
|
* const client = new ECSClient(config);
|
|
40
42
|
* const input = { // TagResourceRequest
|
|
41
43
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, UntagResourceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, UntagResourceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, UpdateCapacityProviderCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, UpdateCapacityProviderCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // UpdateCapacityProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateClusterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, UpdateClusterCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, UpdateClusterCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // UpdateClusterRequest
|
|
38
40
|
* cluster: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateClusterSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ECSClient, UpdateClusterSettingsCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
35
35
|
* // const { ECSClient, UpdateClusterSettingsCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
36
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
37
|
+
* const config = {}; // type is ECSClientConfig
|
|
36
38
|
* const client = new ECSClient(config);
|
|
37
39
|
* const input = { // UpdateClusterSettingsRequest
|
|
38
40
|
* cluster: "STRING_VALUE", // required
|
|
@@ -51,6 +51,8 @@ declare const UpdateContainerAgentCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { ECSClient, UpdateContainerAgentCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
53
53
|
* // const { ECSClient, UpdateContainerAgentCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
54
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
55
|
+
* const config = {}; // type is ECSClientConfig
|
|
54
56
|
* const client = new ECSClient(config);
|
|
55
57
|
* const input = { // UpdateContainerAgentRequest
|
|
56
58
|
* cluster: "STRING_VALUE",
|
|
@@ -81,6 +81,8 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
81
81
|
* ```javascript
|
|
82
82
|
* import { ECSClient, UpdateContainerInstancesStateCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
83
83
|
* // const { ECSClient, UpdateContainerInstancesStateCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
84
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
85
|
+
* const config = {}; // type is ECSClientConfig
|
|
84
86
|
* const client = new ECSClient(config);
|
|
85
87
|
* const input = { // UpdateContainerInstancesStateRequest
|
|
86
88
|
* cluster: "STRING_VALUE",
|
|
@@ -149,6 +149,8 @@ declare const UpdateServiceCommand_base: {
|
|
|
149
149
|
* ```javascript
|
|
150
150
|
* import { ECSClient, UpdateServiceCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
151
151
|
* // const { ECSClient, UpdateServiceCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
152
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
153
|
+
* const config = {}; // type is ECSClientConfig
|
|
152
154
|
* const client = new ECSClient(config);
|
|
153
155
|
* const input = { // UpdateServiceRequest
|
|
154
156
|
* cluster: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ECSClient, UpdateServicePrimaryTaskSetCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
39
39
|
* // const { ECSClient, UpdateServicePrimaryTaskSetCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
40
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
41
|
+
* const config = {}; // type is ECSClientConfig
|
|
40
42
|
* const client = new ECSClient(config);
|
|
41
43
|
* const input = { // UpdateServicePrimaryTaskSetRequest
|
|
42
44
|
* cluster: "STRING_VALUE", // required
|
|
@@ -59,6 +59,8 @@ declare const UpdateTaskProtectionCommand_base: {
|
|
|
59
59
|
* ```javascript
|
|
60
60
|
* import { ECSClient, UpdateTaskProtectionCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
61
61
|
* // const { ECSClient, UpdateTaskProtectionCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
62
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
63
|
+
* const config = {}; // type is ECSClientConfig
|
|
62
64
|
* const client = new ECSClient(config);
|
|
63
65
|
* const input = { // UpdateTaskProtectionRequest
|
|
64
66
|
* cluster: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ECSClient, UpdateTaskSetCommand } from "@aws-sdk/client-ecs"; // ES Modules import
|
|
37
37
|
* // const { ECSClient, UpdateTaskSetCommand } = require("@aws-sdk/client-ecs"); // CommonJS import
|
|
38
|
+
* // import type { ECSClientConfig } from "@aws-sdk/client-ecs";
|
|
39
|
+
* const config = {}; // type is ECSClientConfig
|
|
38
40
|
* const client = new ECSClient(config);
|
|
39
41
|
* const input = { // UpdateTaskSetRequest
|
|
40
42
|
* cluster: "STRING_VALUE", // required
|
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.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.2.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
-
"@smithy/node-config-provider": "^4.2.
|
|
44
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.2",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
55
|
-
"@smithy/util-endpoints": "^3.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"@types/uuid": "^9.0.1",
|