@aws-sdk/client-deadline 3.1038.0 → 3.1039.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/index.js CHANGED
@@ -2289,6 +2289,7 @@ const AcceleratorName = {
2289
2289
  A10G: "a10g",
2290
2290
  L4: "l4",
2291
2291
  L40S: "l40s",
2292
+ RTX_PRO_SERVER_6000: "rtx-pro-server-6000",
2292
2293
  T4: "t4",
2293
2294
  };
2294
2295
  const AcceleratorType = {
@@ -2,6 +2,7 @@ export const AcceleratorName = {
2
2
  A10G: "a10g",
3
3
  L4: "l4",
4
4
  L40S: "l40s",
5
+ RTX_PRO_SERVER_6000: "rtx-pro-server-6000",
5
6
  T4: "t4",
6
7
  };
7
8
  export const AcceleratorType = {
@@ -113,7 +113,7 @@ declare const CreateFleetCommand_base: {
113
113
  * acceleratorCapabilities: { // AcceleratorCapabilities
114
114
  * selections: [ // AcceleratorSelections // required
115
115
  * { // AcceleratorSelection
116
- * name: "t4" || "a10g" || "l4" || "l40s", // required
116
+ * name: "t4" || "a10g" || "l4" || "l40s" || "rtx-pro-server-6000", // required
117
117
  * runtime: "STRING_VALUE",
118
118
  * },
119
119
  * ],
@@ -122,7 +122,7 @@ declare const GetFleetCommand_base: {
122
122
  * // acceleratorCapabilities: { // AcceleratorCapabilities
123
123
  * // selections: [ // AcceleratorSelections // required
124
124
  * // { // AcceleratorSelection
125
- * // name: "t4" || "a10g" || "l4" || "l40s", // required
125
+ * // name: "t4" || "a10g" || "l4" || "l40s" || "rtx-pro-server-6000", // required
126
126
  * // runtime: "STRING_VALUE",
127
127
  * // },
128
128
  * // ],
@@ -128,7 +128,7 @@ declare const ListFleetsCommand_base: {
128
128
  * // acceleratorCapabilities: { // AcceleratorCapabilities
129
129
  * // selections: [ // AcceleratorSelections // required
130
130
  * // { // AcceleratorSelection
131
- * // name: "t4" || "a10g" || "l4" || "l40s", // required
131
+ * // name: "t4" || "a10g" || "l4" || "l40s" || "rtx-pro-server-6000", // required
132
132
  * // runtime: "STRING_VALUE",
133
133
  * // },
134
134
  * // ],
@@ -114,7 +114,7 @@ declare const UpdateFleetCommand_base: {
114
114
  * acceleratorCapabilities: { // AcceleratorCapabilities
115
115
  * selections: [ // AcceleratorSelections // required
116
116
  * { // AcceleratorSelection
117
- * name: "t4" || "a10g" || "l4" || "l40s", // required
117
+ * name: "t4" || "a10g" || "l4" || "l40s" || "rtx-pro-server-6000", // required
118
118
  * runtime: "STRING_VALUE",
119
119
  * },
120
120
  * ],
@@ -6,6 +6,7 @@ export declare const AcceleratorName: {
6
6
  readonly A10G: "a10g";
7
7
  readonly L4: "l4";
8
8
  readonly L40S: "l40s";
9
+ readonly RTX_PRO_SERVER_6000: "rtx-pro-server-6000";
9
10
  readonly T4: "t4";
10
11
  };
11
12
  /**
@@ -22,18 +22,18 @@ export interface AcceleratorCountRange {
22
22
  */
23
23
  export interface AcceleratorSelection {
24
24
  /**
25
- * <p>The name of the chip used by the GPU accelerator.</p> <p>The available GPU accelerators are:</p> <ul> <li> <p> <code>t4</code> - NVIDIA T4 Tensor Core GPU (16 GiB memory)</p> </li> <li> <p> <code>a10g</code> - NVIDIA A10G Tensor Core GPU (24 GiB memory)</p> </li> <li> <p> <code>l4</code> - NVIDIA L4 Tensor Core GPU (24 GiB memory)</p> </li> <li> <p> <code>l40s</code> - NVIDIA L40S Tensor Core GPU (48 GiB memory)</p> </li> </ul>
25
+ * <p>The name of the chip used by the GPU accelerator.</p> <p>The available GPU accelerators are:</p> <ul> <li> <p> <code>t4</code> - NVIDIA T4 Tensor Core GPU (16 GiB memory)</p> </li> <li> <p> <code>a10g</code> - NVIDIA A10G Tensor Core GPU (24 GiB memory)</p> </li> <li> <p> <code>l4</code> - NVIDIA L4 Tensor Core GPU (24 GiB memory)</p> </li> <li> <p> <code>l40s</code> - NVIDIA L40S Tensor Core GPU (48 GiB memory)</p> </li> <li> <p> <code>rtx-pro-server-6000</code> - NVIDIA RTX PRO Server 6000 GPU (96 GiB memory)</p> </li> </ul>
26
26
  * @public
27
27
  */
28
28
  name: AcceleratorName | undefined;
29
29
  /**
30
- * <p>Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs in a fleet. </p> <p>You can choose from the following runtimes:</p> <ul> <li> <p> <code>latest</code> - Use the latest runtime available for the chip. If you specify <code>latest</code> and a new version of the runtime is released, the new version of the runtime is used.</p> </li> <li> <p> <code>grid:r570</code> - <a href="https://docs.nvidia.com/vgpu/18.0/index.html">NVIDIA vGPU software 18</a> </p> </li> <li> <p> <code>grid:r535</code> - <a href="https://docs.nvidia.com/vgpu/16.0/index.html">NVIDIA vGPU software 16</a> </p> </li> </ul> <p>If you don't specify a runtime, Amazon Web Services Deadline Cloud uses <code>latest</code> as the default. However, if you have multiple accelerators and specify <code>latest</code> for some and leave others blank, Amazon Web Services Deadline Cloud raises an exception.</p> <important> <p>Not all runtimes are compatible with all accelerator types:</p> <ul> <li> <p> <code>t4</code> and <code>a10g</code>: Support all runtimes (<code>grid:r570</code>, <code>grid:r535</code>)</p> </li> <li> <p> <code>l4</code> and <code>l40s</code>: Only support <code>grid:r570</code> and newer</p> </li> </ul> <p>All accelerators in a fleet must use the same runtime version. You cannot mix different runtime versions within a single fleet.</p> </important> <note> <p>When you specify <code>latest</code>, it resolves to <code>grid:r570</code> for all currently supported accelerators.</p> </note>
30
+ * <p>Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs in a fleet. </p> <p>You can choose from the following runtimes:</p> <ul> <li> <p> <code>latest</code> - Use the latest runtime available for the chip. If you specify <code>latest</code> and a new version of the runtime is released, the new version of the runtime is used.</p> </li> <li> <p> <code>grid:r580</code> - <a href="https://docs.nvidia.com/vgpu/19.0/index.html">NVIDIA vGPU software 19</a> </p> </li> <li> <p> <code>grid:r570</code> - <a href="https://docs.nvidia.com/vgpu/18.0/index.html">NVIDIA vGPU software 18</a> </p> </li> <li> <p> <code>grid:r535</code> - <a href="https://docs.nvidia.com/vgpu/16.0/index.html">NVIDIA vGPU software 16</a> </p> </li> </ul> <p>If you don't specify a runtime, Amazon Web Services Deadline Cloud uses <code>latest</code> as the default. However, if you have multiple accelerators and specify <code>latest</code> for some and leave others blank, Amazon Web Services Deadline Cloud raises an exception.</p> <important> <p>Not all runtimes are compatible with all accelerator types:</p> <ul> <li> <p> <code>t4</code> and <code>a10g</code>: Support all runtimes (<code>grid:r580</code>, <code>grid:r570</code>, <code>grid:r535</code>)</p> </li> <li> <p> <code>l4</code> and <code>l40s</code>: Only support <code>grid:r570</code> and newer</p> </li> <li> <p> <code>rtx-pro-server-6000</code>: Only supports <code>grid:r580</code> </p> </li> </ul> <p>All accelerators in a fleet must use the same runtime version. You cannot mix different runtime versions within a single fleet.</p> </important> <note> <p>When you specify <code>latest</code>, it resolves to <code>grid:r580</code> for all currently supported accelerators.</p> </note>
31
31
  * @public
32
32
  */
33
33
  runtime?: string | undefined;
34
34
  }
35
35
  /**
36
- * <p>Provides information about the GPU accelerators used for jobs processed by a fleet.</p> <important> <p>Accelerator capabilities cannot be used with wait-and-save fleets. If you specify accelerator capabilities, you must use either spot or on-demand instance market options.</p> </important> <note> <p>Each accelerator type maps to specific EC2 instance families:</p> <ul> <li> <p> <code>t4</code>: Uses G4dn instance family</p> </li> <li> <p> <code>a10g</code>: Uses G5 instance family</p> </li> <li> <p> <code>l4</code>: Uses G6 and Gr6 instance families</p> </li> <li> <p> <code>l40s</code>: Uses G6e instance family</p> </li> </ul> </note>
36
+ * <p>Provides information about the GPU accelerators used for jobs processed by a fleet.</p> <important> <p>Accelerator capabilities cannot be used with wait-and-save fleets. If you specify accelerator capabilities, you must use either spot or on-demand instance market options.</p> </important> <note> <p>Each accelerator type maps to specific EC2 instance families:</p> <ul> <li> <p> <code>t4</code>: Uses G4dn instance family</p> </li> <li> <p> <code>a10g</code>: Uses G5 instance family</p> </li> <li> <p> <code>l4</code>: Uses G6 and Gr6 instance families</p> </li> <li> <p> <code>l40s</code>: Uses G6e instance family</p> </li> <li> <p> <code>rtx-pro-server-6000</code>: Uses G7e instance family</p> </li> </ul> </note>
37
37
  * @public
38
38
  */
39
39
  export interface AcceleratorCapabilities {
@@ -3700,7 +3700,7 @@ export interface CustomerManagedAutoScalingConfiguration {
3700
3700
  */
3701
3701
  workerIdleDurationSeconds?: number | undefined;
3702
3702
  /**
3703
- * <p>The number of workers that can be added per minute to the fleet. The default is a service-defined value that balances efficiency with cost.</p>
3703
+ * <p>The number of workers that can be added per minute to the fleet. The default is 10 workers per minute.</p>
3704
3704
  * @public
3705
3705
  */
3706
3706
  scaleOutWorkersPerMinute?: number | undefined;
@@ -3872,7 +3872,7 @@ export interface ServiceManagedEc2AutoScalingConfiguration {
3872
3872
  */
3873
3873
  workerIdleDurationSeconds?: number | undefined;
3874
3874
  /**
3875
- * <p>The number of workers that can be added per minute to the fleet. The default is a service-defined value that balances efficiency with cost.</p>
3875
+ * <p>The number of workers that can be added per minute to the fleet. The default is 10 workers per minute.</p>
3876
3876
  * @public
3877
3877
  */
3878
3878
  scaleOutWorkersPerMinute?: number | undefined;
@@ -4346,7 +4346,7 @@ export interface CreateMonitorRequest {
4346
4346
  */
4347
4347
  identityCenterInstanceArn: string | undefined;
4348
4348
  /**
4349
- * The AWS region where IAM Identity Center is enabled. Required when Identity Center is in a different region than the monitor.
4349
+ * <p>The AWS Region where IAM Identity Center is enabled. Required when IAM Identity Center is in a different Region than the monitor.</p>
4350
4350
  * @public
4351
4351
  */
4352
4352
  identityCenterRegion?: string | undefined;
@@ -1589,7 +1589,7 @@ export interface GetMonitorResponse {
1589
1589
  */
1590
1590
  identityCenterInstanceArn: string | undefined;
1591
1591
  /**
1592
- * The AWS region where IAM Identity Center is enabled.
1592
+ * <p>The AWS Region where IAM Identity Center is enabled.</p>
1593
1593
  * @public
1594
1594
  */
1595
1595
  identityCenterRegion?: string | undefined;
@@ -1624,7 +1624,7 @@ export interface GetMonitorResponse {
1624
1624
  */
1625
1625
  export interface GetMonitorSettingsRequest {
1626
1626
  /**
1627
- * <p>The unique identifier of the monitor. This ID is returned by the <code>CreateMonitor</code> operation, and is included in the response to the <code>GetMonitor</code> operation.</p>
1627
+ * <p>The unique identifier of the monitor. This ID is returned by the <code>CreateMonitor</code> operation, and is included in the response to the <code>ListMonitors</code> operation.</p>
1628
1628
  * @public
1629
1629
  */
1630
1630
  monitorId: string | undefined;
@@ -1634,7 +1634,7 @@ export interface GetMonitorSettingsRequest {
1634
1634
  */
1635
1635
  export interface GetMonitorSettingsResponse {
1636
1636
  /**
1637
- * Monitor settings as key-value pairs.
1637
+ * <p>The monitor settings as key-value pairs.</p>
1638
1638
  * @public
1639
1639
  */
1640
1640
  settings: Record<string, string> | undefined;
@@ -1691,7 +1691,7 @@ export interface MonitorSummary {
1691
1691
  */
1692
1692
  identityCenterInstanceArn: string | undefined;
1693
1693
  /**
1694
- * The AWS region where IAM Identity Center is enabled.
1694
+ * <p>The AWS Region where IAM Identity Center is enabled.</p>
1695
1695
  * @public
1696
1696
  */
1697
1697
  identityCenterRegion?: string | undefined;
@@ -1777,7 +1777,7 @@ export interface UpdateMonitorSettingsRequest {
1777
1777
  */
1778
1778
  monitorId: string | undefined;
1779
1779
  /**
1780
- * Monitor settings as key-value pairs. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.
1780
+ * <p>The monitor settings to update as key-value pairs. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.</p>
1781
1781
  * @public
1782
1782
  */
1783
1783
  settings: Record<string, string> | undefined;
@@ -2,6 +2,7 @@ export declare const AcceleratorName: {
2
2
  readonly A10G: "a10g";
3
3
  readonly L4: "l4";
4
4
  readonly L40S: "l40s";
5
+ readonly RTX_PRO_SERVER_6000: "rtx-pro-server-6000";
5
6
  readonly T4: "t4";
6
7
  };
7
8
  export type AcceleratorName =
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-deadline",
3
3
  "description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
4
- "version": "3.1038.0",
4
+ "version": "3.1039.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-deadline",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.6",
25
- "@aws-sdk/credential-provider-node": "^3.972.37",
24
+ "@aws-sdk/core": "^3.974.7",
25
+ "@aws-sdk/credential-provider-node": "^3.972.38",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.10",
27
27
  "@aws-sdk/middleware-logger": "^3.972.10",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.11",
29
- "@aws-sdk/middleware-user-agent": "^3.972.36",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.37",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.13",
31
31
  "@aws-sdk/types": "^3.973.8",
32
32
  "@aws-sdk/util-endpoints": "^3.996.8",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.10",
34
- "@aws-sdk/util-user-agent-node": "^3.973.22",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.23",
35
35
  "@smithy/config-resolver": "^4.4.17",
36
36
  "@smithy/core": "^3.23.17",
37
37
  "@smithy/fetch-http-handler": "^5.3.17",
@@ -39,7 +39,7 @@
39
39
  "@smithy/invalid-dependency": "^4.2.14",
40
40
  "@smithy/middleware-content-length": "^4.2.14",
41
41
  "@smithy/middleware-endpoint": "^4.4.32",
42
- "@smithy/middleware-retry": "^4.5.6",
42
+ "@smithy/middleware-retry": "^4.5.7",
43
43
  "@smithy/middleware-serde": "^4.2.20",
44
44
  "@smithy/middleware-stack": "^4.2.14",
45
45
  "@smithy/node-config-provider": "^4.3.14",
@@ -55,7 +55,7 @@
55
55
  "@smithy/util-defaults-mode-node": "^4.2.54",
56
56
  "@smithy/util-endpoints": "^3.4.2",
57
57
  "@smithy/util-middleware": "^4.2.14",
58
- "@smithy/util-retry": "^4.3.5",
58
+ "@smithy/util-retry": "^4.3.6",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "@smithy/util-waiter": "^4.3.0",
61
61
  "tslib": "^2.6.2"