@aws-sdk/client-ecs 3.312.0 → 3.314.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.
|
@@ -4623,13 +4623,18 @@ export interface ContainerDefinition {
|
|
|
4623
4623
|
*/
|
|
4624
4624
|
extraHosts?: HostEntry[];
|
|
4625
4625
|
/**
|
|
4626
|
-
* <p>A list of strings to provide custom
|
|
4627
|
-
* security systems.
|
|
4628
|
-
* Fargate launch
|
|
4629
|
-
*
|
|
4630
|
-
*
|
|
4626
|
+
* <p>A list of strings to provide custom configuration for multiple
|
|
4627
|
+
* security systems. For more information about valid values, see <a href="https://docs.docker.com/engine/reference/run/#security-configuration">Docker Run Security Configuration</a>. This field isn't valid
|
|
4628
|
+
* for containers in tasks using the Fargate launch
|
|
4629
|
+
* type.</p>
|
|
4630
|
+
* <p>For Linux tasks on EC2, this parameter can be used to reference custom
|
|
4631
|
+
* labels for SELinux and AppArmor multi-level security systems.</p>
|
|
4632
|
+
* <p>For any tasks on EC2, this parameter can be used to reference a
|
|
4633
|
+
* credential spec file that configures a container for Active Directory
|
|
4634
|
+
* authentication. For more
|
|
4631
4635
|
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/windows-gmsa.html">Using gMSAs for Windows
|
|
4632
|
-
* Containers</a>
|
|
4636
|
+
* Containers</a> and <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/linux-gmsa.html">Using gMSAs for Linux
|
|
4637
|
+
* Containers</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
4633
4638
|
* <p>This parameter maps to <code>SecurityOpt</code> in the
|
|
4634
4639
|
* <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker Remote API</a> and the
|
|
4635
4640
|
* <code>--security-opt</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
|
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.314.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|