A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/4f02729616e3b6187ae0018e2ade4095ce0760f1 below:

This feature allows customers to use AWS Batch wi… · aws/aws-sdk-js-v3@4f02729 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+7

-7

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+7

-7

lines changed Original file line number Diff line number Diff line change

@@ -2859,8 +2859,8 @@ export interface RuntimePlatform {

2859 2859

* compute environment is found.</p>

2860 2860

* </note>

2861 2861

* <note>

2862 -

* <p>Fargate Spot is not supported for <code>ARM64</code> and Windows-based containers on Fargate.

2863 -

* A job queue will be blocked if a Fargate <code>ARM64</code> or Windows job is submitted to a job

2862 +

* <p>Fargate Spot is not supported on Windows-based containers on Fargate.

2863 +

* A job queue will be blocked if a Windows job is submitted to a job

2864 2864

* queue with only Fargate Spot compute environments. However, you can attach both <code>FARGATE</code> and

2865 2865

* <code>FARGATE_SPOT</code> compute environments to the same job queue.</p>

2866 2866

* </note>

@@ -2869,14 +2869,14 @@ export interface RuntimePlatform {

2869 2869

operatingSystemFamily?: string | undefined;

2870 2870 2871 2871

/**

2872 -

* <p> The vCPU architecture. The default value is <code>X86_64</code>. Valid values are

2872 +

* <p>The vCPU architecture. The default value is <code>X86_64</code>. Valid values are

2873 2873

* <code>X86_64</code> and <code>ARM64</code>.</p>

2874 2874

* <note>

2875 2875

* <p>This parameter must be set to <code>X86_64</code> for Windows containers.</p>

2876 2876

* </note>

2877 2877

* <note>

2878 -

* <p>Fargate Spot is not supported for <code>ARM64</code> and Windows-based containers on

2879 -

* Fargate. A job queue will be blocked if a Fargate <code>ARM64</code> or Windows job is

2878 +

* <p>Fargate Spot is not supported on Windows-based containers on

2879 +

* Fargate. A job queue will be blocked if a Windows job is

2880 2880

* submitted to a job queue with only Fargate Spot compute environments. However, you can attach

2881 2881

* both <code>FARGATE</code> and <code>FARGATE_SPOT</code> compute environments to the same job

2882 2882

* queue.</p>

Original file line number Diff line number Diff line change

@@ -8488,13 +8488,13 @@

8488 8488

"operatingSystemFamily": {

8489 8489

"target": "com.amazonaws.batch#String",

8490 8490

"traits": {

8491 -

"smithy.api#documentation": "<p>The operating system for the compute environment. Valid values are:\n <code>LINUX</code> (default), <code>WINDOWS_SERVER_2019_CORE</code>,\n <code>WINDOWS_SERVER_2019_FULL</code>, <code>WINDOWS_SERVER_2022_CORE</code>, and\n <code>WINDOWS_SERVER_2022_FULL</code>.</p>\n <note>\n <p>The following parameters can’t be set for Windows containers: <code>linuxParameters</code>,\n <code>privileged</code>, <code>user</code>, <code>ulimits</code>,\n <code>readonlyRootFilesystem</code>, and <code>efsVolumeConfiguration</code>.</p>\n </note>\n <note>\n <p>The Batch Scheduler checks the compute environments that are attached to the job queue before \n registering a task definition with Fargate. In this scenario, the job queue is where the job is \n submitted. If the job requires a Windows container and the first compute environment is <code>LINUX</code>, \n the compute environment is skipped and the next compute environment is checked until a Windows-based \n compute environment is found.</p>\n </note>\n <note>\n <p>Fargate Spot is not supported for <code>ARM64</code> and Windows-based containers on Fargate. \n A job queue will be blocked if a Fargate <code>ARM64</code> or Windows job is submitted to a job \n queue with only Fargate Spot compute environments. However, you can attach both <code>FARGATE</code> and\n <code>FARGATE_SPOT</code> compute environments to the same job queue.</p>\n </note>"

8491 +

"smithy.api#documentation": "<p>The operating system for the compute environment. Valid values are:\n <code>LINUX</code> (default), <code>WINDOWS_SERVER_2019_CORE</code>,\n <code>WINDOWS_SERVER_2019_FULL</code>, <code>WINDOWS_SERVER_2022_CORE</code>, and\n <code>WINDOWS_SERVER_2022_FULL</code>.</p>\n <note>\n <p>The following parameters can’t be set for Windows containers: <code>linuxParameters</code>,\n <code>privileged</code>, <code>user</code>, <code>ulimits</code>,\n <code>readonlyRootFilesystem</code>, and <code>efsVolumeConfiguration</code>.</p>\n </note>\n <note>\n <p>The Batch Scheduler checks the compute environments that are attached to the job queue before \n registering a task definition with Fargate. In this scenario, the job queue is where the job is \n submitted. If the job requires a Windows container and the first compute environment is <code>LINUX</code>, \n the compute environment is skipped and the next compute environment is checked until a Windows-based \n compute environment is found.</p>\n </note>\n <note>\n <p>Fargate Spot is not supported on Windows-based containers on Fargate. \n A job queue will be blocked if a Windows job is submitted to a job \n queue with only Fargate Spot compute environments. However, you can attach both <code>FARGATE</code> and\n <code>FARGATE_SPOT</code> compute environments to the same job queue.</p>\n </note>"

8492 8492

}

8493 8493

},

8494 8494

"cpuArchitecture": {

8495 8495

"target": "com.amazonaws.batch#String",

8496 8496

"traits": {

8497 -

"smithy.api#documentation": "<p> The vCPU architecture. The default value is <code>X86_64</code>. Valid values are\n <code>X86_64</code> and <code>ARM64</code>.</p>\n <note>\n <p>This parameter must be set to <code>X86_64</code> for Windows containers.</p>\n </note>\n <note>\n <p>Fargate Spot is not supported for <code>ARM64</code> and Windows-based containers on\n Fargate. A job queue will be blocked if a Fargate <code>ARM64</code> or Windows job is\n submitted to a job queue with only Fargate Spot compute environments. However, you can attach\n both <code>FARGATE</code> and <code>FARGATE_SPOT</code> compute environments to the same job\n queue.</p>\n </note>"

8497 +

"smithy.api#documentation": "<p>The vCPU architecture. The default value is <code>X86_64</code>. Valid values are\n <code>X86_64</code> and <code>ARM64</code>.</p>\n <note>\n <p>This parameter must be set to <code>X86_64</code> for Windows containers.</p>\n </note>\n <note>\n <p>Fargate Spot is not supported on Windows-based containers on\n Fargate. A job queue will be blocked if a Windows job is\n submitted to a job queue with only Fargate Spot compute environments. However, you can attach\n both <code>FARGATE</code> and <code>FARGATE_SPOT</code> compute environments to the same job\n queue.</p>\n </note>"

8498 8498

}

8499 8499

}

8500 8500

},

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4