Socket
Socket
Sign inDemoInstall

@aws-sdk/client-ecs

Package Overview
Dependencies
Maintainers
5
Versions
415
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-ecs - npm Package Compare versions

Comparing version 3.592.0 to 3.594.0

8

dist-types/commands/CreateClusterCommand.d.ts

@@ -73,2 +73,6 @@ import { Command as $Command } from "@smithy/smithy-client";

* },
* managedStorageConfiguration: { // ManagedStorageConfiguration
* kmsKeyId: "STRING_VALUE",
* fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
* },
* },

@@ -107,2 +111,6 @@ * capacityProviders: [ // StringList

* // },
* // managedStorageConfiguration: { // ManagedStorageConfiguration
* // kmsKeyId: "STRING_VALUE",
* // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -109,0 +117,0 @@ * // status: "STRING_VALUE",

@@ -391,2 +391,5 @@ import { Command as $Command } from "@smithy/smithy-client";

* // ],
* // fargateEphemeralStorage: { // DeploymentEphemeralStorage
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -502,2 +505,5 @@ * // ],

* // ],
* // fargateEphemeralStorage: {
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -504,0 +510,0 @@ * // ],

3

dist-types/commands/CreateTaskSetCommand.d.ts

@@ -164,2 +164,5 @@ import { Command as $Command } from "@smithy/smithy-client";

* // ],
* // fargateEphemeralStorage: { // DeploymentEphemeralStorage
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -166,0 +169,0 @@ * // };

@@ -63,2 +63,6 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // managedStorageConfiguration: { // ManagedStorageConfiguration
* // kmsKeyId: "STRING_VALUE",
* // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -65,0 +69,0 @@ * // status: "STRING_VALUE",

@@ -179,2 +179,5 @@ import { Command as $Command } from "@smithy/smithy-client";

* // ],
* // fargateEphemeralStorage: { // DeploymentEphemeralStorage
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -290,2 +293,5 @@ * // ],

* // ],
* // fargateEphemeralStorage: {
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -292,0 +298,0 @@ * // ],

@@ -110,2 +110,5 @@ import { Command as $Command } from "@smithy/smithy-client";

* // ],
* // fargateEphemeralStorage: { // DeploymentEphemeralStorage
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -112,0 +115,0 @@ * // };

@@ -64,2 +64,6 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // managedStorageConfiguration: { // ManagedStorageConfiguration
* // kmsKeyId: "STRING_VALUE",
* // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -66,0 +70,0 @@ * // status: "STRING_VALUE",

@@ -164,2 +164,5 @@ import { Command as $Command } from "@smithy/smithy-client";

* // ],
* // fargateEphemeralStorage: { // DeploymentEphemeralStorage
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -275,2 +278,5 @@ * // ],

* // ],
* // fargateEphemeralStorage: {
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -277,0 +283,0 @@ * // ],

@@ -209,2 +209,6 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // fargateEphemeralStorage: { // TaskEphemeralStorage
* // sizeInGiB: Number("int"),
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -211,0 +215,0 @@ * // ],

@@ -117,2 +117,5 @@ import { Command as $Command } from "@smithy/smithy-client";

* // ],
* // fargateEphemeralStorage: { // DeploymentEphemeralStorage
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -119,0 +122,0 @@ * // ],

@@ -81,2 +81,6 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // managedStorageConfiguration: { // ManagedStorageConfiguration
* // kmsKeyId: "STRING_VALUE",
* // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -83,0 +87,0 @@ * // status: "STRING_VALUE",

@@ -354,2 +354,6 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // fargateEphemeralStorage: { // TaskEphemeralStorage
* // sizeInGiB: Number("int"),
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -356,0 +360,0 @@ * // ],

@@ -308,2 +308,6 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // fargateEphemeralStorage: { // TaskEphemeralStorage
* // sizeInGiB: Number("int"),
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -310,0 +314,0 @@ * // ],

@@ -37,2 +37,5 @@ import { Command as $Command } from "@smithy/smithy-client";

* from receiving it, no <code>SIGKILL</code> value is sent.</p>
* <p>For Windows containers, POSIX signals do not work and runtime stops the container by sending
* a <code>CTRL_SHUTDOWN_EVENT</code>. For more information, see <a href="https://github.com/moby/moby/issues/25982">Unable to react to graceful shutdown
* of (Windows) container #25982</a> on GitHub.</p>
* <note>

@@ -213,2 +216,6 @@ * <p>The default 30-second timeout can be configured on the Amazon ECS container agent with

* // },
* // fargateEphemeralStorage: { // TaskEphemeralStorage
* // sizeInGiB: Number("int"),
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -215,0 +222,0 @@ * // };

@@ -57,2 +57,6 @@ import { Command as $Command } from "@smithy/smithy-client";

* },
* managedStorageConfiguration: { // ManagedStorageConfiguration
* kmsKeyId: "STRING_VALUE",
* fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
* },
* },

@@ -81,2 +85,6 @@ * serviceConnectDefaults: { // ClusterServiceConnectDefaultsRequest

* // },
* // managedStorageConfiguration: { // ManagedStorageConfiguration
* // kmsKeyId: "STRING_VALUE",
* // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -83,0 +91,0 @@ * // status: "STRING_VALUE",

@@ -64,2 +64,6 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // managedStorageConfiguration: { // ManagedStorageConfiguration
* // kmsKeyId: "STRING_VALUE",
* // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -66,0 +70,0 @@ * // status: "STRING_VALUE",

@@ -430,2 +430,5 @@ import { Command as $Command } from "@smithy/smithy-client";

* // ],
* // fargateEphemeralStorage: { // DeploymentEphemeralStorage
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -541,2 +544,5 @@ * // ],

* // ],
* // fargateEphemeralStorage: {
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -543,0 +549,0 @@ * // ],

@@ -112,2 +112,5 @@ import { Command as $Command } from "@smithy/smithy-client";

* // ],
* // fargateEphemeralStorage: { // DeploymentEphemeralStorage
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -114,0 +117,0 @@ * // };

@@ -114,2 +114,5 @@ import { Command as $Command } from "@smithy/smithy-client";

* // ],
* // fargateEphemeralStorage: { // DeploymentEphemeralStorage
* // kmsKeyId: "STRING_VALUE",
* // },
* // },

@@ -116,0 +119,0 @@ * // };

@@ -138,4 +138,9 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

}
export interface ManagedStorageConfiguration {
kmsKeyId?: string;
fargateEphemeralStorageKmsKeyId?: string;
}
export interface ClusterConfiguration {
executeCommandConfiguration?: ExecuteCommandConfiguration;
managedStorageConfiguration?: ManagedStorageConfiguration;
}

@@ -415,2 +420,5 @@ export interface CapacityProviderStrategyItem {

}
export interface DeploymentEphemeralStorage {
kmsKeyId?: string;
}
export declare const DeploymentRolloutState: {

@@ -447,2 +455,3 @@ readonly COMPLETED: "COMPLETED";

volumeConfigurations?: ServiceVolumeConfiguration[];
fargateEphemeralStorage?: DeploymentEphemeralStorage;
}

@@ -493,2 +502,3 @@ export interface ServiceEvent {

tags?: Tag[];
fargateEphemeralStorage?: DeploymentEphemeralStorage;
}

@@ -1264,2 +1274,6 @@ export interface Service {

}
export interface TaskEphemeralStorage {
sizeInGiB?: number;
kmsKeyId?: string;
}
export interface ContainerOverride {

@@ -1334,2 +1348,3 @@ name?: string;

ephemeralStorage?: EphemeralStorage;
fargateEphemeralStorage?: TaskEphemeralStorage;
}

@@ -1336,0 +1351,0 @@ export interface DescribeTasksResponse {

2

package.json
{
"name": "@aws-sdk/client-ecs",
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
"version": "3.592.0",
"version": "3.594.0",
"scripts": {

@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc