@aws-sdk/client-pcs 3.890.0 → 3.893.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.
@@ -38,6 +38,7 @@ class ConflictException extends PCSServiceException_1.PCSServiceException {
38
38
  }
39
39
  exports.ConflictException = ConflictException;
40
40
  exports.PurchaseOption = {
41
+ CAPACITY_BLOCK: "CAPACITY_BLOCK",
41
42
  ONDEMAND: "ONDEMAND",
42
43
  SPOT: "SPOT",
43
44
  };
@@ -33,6 +33,7 @@ export class ConflictException extends __BaseException {
33
33
  }
34
34
  }
35
35
  export const PurchaseOption = {
36
+ CAPACITY_BLOCK: "CAPACITY_BLOCK",
36
37
  ONDEMAND: "ONDEMAND",
37
38
  SPOT: "SPOT",
38
39
  };
@@ -33,6 +33,8 @@ declare const CreateClusterCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, CreateClusterCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, CreateClusterCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // CreateClusterRequest
38
40
  * clusterName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateComputeNodeGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, CreateComputeNodeGroupCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, CreateComputeNodeGroupCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // CreateComputeNodeGroupRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -41,7 +43,7 @@ declare const CreateComputeNodeGroupCommand_base: {
41
43
  * subnetIds: [ // StringList // required
42
44
  * "STRING_VALUE",
43
45
  * ],
44
- * purchaseOption: "ONDEMAND" || "SPOT",
46
+ * purchaseOption: "ONDEMAND" || "SPOT" || "CAPACITY_BLOCK",
45
47
  * customLaunchTemplate: { // CustomLaunchTemplate
46
48
  * id: "STRING_VALUE", // required
47
49
  * version: "STRING_VALUE", // required
@@ -87,7 +89,7 @@ declare const CreateComputeNodeGroupCommand_base: {
87
89
  * // subnetIds: [ // SubnetIdList // required
88
90
  * // "STRING_VALUE",
89
91
  * // ],
90
- * // purchaseOption: "ONDEMAND" || "SPOT",
92
+ * // purchaseOption: "ONDEMAND" || "SPOT" || "CAPACITY_BLOCK",
91
93
  * // customLaunchTemplate: { // CustomLaunchTemplate
92
94
  * // id: "STRING_VALUE", // required
93
95
  * // version: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateQueueCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, CreateQueueCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, CreateQueueCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // CreateQueueRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteClusterCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, DeleteClusterCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, DeleteClusterCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // DeleteClusterRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteComputeNodeGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, DeleteComputeNodeGroupCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, DeleteComputeNodeGroupCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // DeleteComputeNodeGroupRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteQueueCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, DeleteQueueCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, DeleteQueueCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // DeleteQueueRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetClusterCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, GetClusterCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, GetClusterCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // GetClusterRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetComputeNodeGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, GetComputeNodeGroupCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, GetComputeNodeGroupCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // GetComputeNodeGroupRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -53,7 +55,7 @@ declare const GetComputeNodeGroupCommand_base: {
53
55
  * // subnetIds: [ // SubnetIdList // required
54
56
  * // "STRING_VALUE",
55
57
  * // ],
56
- * // purchaseOption: "ONDEMAND" || "SPOT",
58
+ * // purchaseOption: "ONDEMAND" || "SPOT" || "CAPACITY_BLOCK",
57
59
  * // customLaunchTemplate: { // CustomLaunchTemplate
58
60
  * // id: "STRING_VALUE", // required
59
61
  * // version: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetQueueCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, GetQueueCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, GetQueueCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // GetQueueRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListClustersCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, ListClustersCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, ListClustersCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // ListClustersRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListComputeNodeGroupsCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, ListComputeNodeGroupsCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, ListComputeNodeGroupsCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // ListComputeNodeGroupsRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListQueuesCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, ListQueuesCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, ListQueuesCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // ListQueuesRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, ListTagsForResourceCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // ListTagsForResourceRequest
38
40
  * resourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const RegisterComputeNodeGroupInstanceCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, RegisterComputeNodeGroupInstanceCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, RegisterComputeNodeGroupInstanceCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // RegisterComputeNodeGroupInstanceRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, TagResourceCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, TagResourceCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // TagResourceRequest
38
40
  * resourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, UntagResourceCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, UntagResourceCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // UntagResourceRequest
38
40
  * resourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateComputeNodeGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, UpdateComputeNodeGroupCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, UpdateComputeNodeGroupCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // UpdateComputeNodeGroupRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -45,7 +47,7 @@ declare const UpdateComputeNodeGroupCommand_base: {
45
47
  * id: "STRING_VALUE", // required
46
48
  * version: "STRING_VALUE", // required
47
49
  * },
48
- * purchaseOption: "ONDEMAND" || "SPOT",
50
+ * purchaseOption: "ONDEMAND" || "SPOT" || "CAPACITY_BLOCK",
49
51
  * spotOptions: { // SpotOptions
50
52
  * allocationStrategy: "lowest-price" || "capacity-optimized" || "price-capacity-optimized",
51
53
  * },
@@ -79,7 +81,7 @@ declare const UpdateComputeNodeGroupCommand_base: {
79
81
  * // subnetIds: [ // SubnetIdList // required
80
82
  * // "STRING_VALUE",
81
83
  * // ],
82
- * // purchaseOption: "ONDEMAND" || "SPOT",
84
+ * // purchaseOption: "ONDEMAND" || "SPOT" || "CAPACITY_BLOCK",
83
85
  * // customLaunchTemplate: { // CustomLaunchTemplate
84
86
  * // id: "STRING_VALUE", // required
85
87
  * // version: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateQueueCommand_base: {
33
33
  * ```javascript
34
34
  * import { PCSClient, UpdateQueueCommand } from "@aws-sdk/client-pcs"; // ES Modules import
35
35
  * // const { PCSClient, UpdateQueueCommand } = require("@aws-sdk/client-pcs"); // CommonJS import
36
+ * // import type { PCSClientConfig } from "@aws-sdk/client-pcs";
37
+ * const config = {}; // type is PCSClientConfig
36
38
  * const client = new PCSClient(config);
37
39
  * const input = { // UpdateQueueRequest
38
40
  * clusterIdentifier: "STRING_VALUE", // required
@@ -110,6 +110,7 @@ export interface InstanceConfig {
110
110
  * @enum
111
111
  */
112
112
  export declare const PurchaseOption: {
113
+ readonly CAPACITY_BLOCK: "CAPACITY_BLOCK";
113
114
  readonly ONDEMAND: "ONDEMAND";
114
115
  readonly SPOT: "SPOT";
115
116
  };
@@ -179,7 +180,7 @@ export type SpotAllocationStrategy = (typeof SpotAllocationStrategy)[keyof typeo
179
180
  */
180
181
  export interface SpotOptions {
181
182
  /**
182
- * <p>The Amazon EC2 allocation strategy Amazon Web Services PCS uses to provision EC2 instances. Amazon Web Services PCS supports <b>lowest price</b>, <b>capacity optimized</b>, and <b>price capacity optimized</b>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-allocation-strategy.html">Use allocation strategies to determine how EC2 Fleet or Spot Fleet fulfills Spot and On-Demand capacity</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. If you don't provide this option, it defaults to <b>price capacity optimized</b>.</p>
183
+ * <p>The Amazon EC2 allocation strategy PCS uses to provision EC2 instances. PCS supports <b>lowest price</b>, <b>capacity optimized</b>, and <b>price capacity optimized</b>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-allocation-strategy.html">Use allocation strategies to determine how EC2 Fleet or Spot Fleet fulfills Spot and On-Demand capacity</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. If you don't provide this option, it defaults to <b>price capacity optimized</b>.</p>
183
184
  * @public
184
185
  */
185
186
  allocationStrategy?: SpotAllocationStrategy | undefined;
@@ -209,7 +210,7 @@ export interface CreateComputeNodeGroupRequest {
209
210
  */
210
211
  subnetIds: string[] | undefined;
211
212
  /**
212
- * <p>Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html">Instance purchasing options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. If you don't provide this option, it defaults to On-Demand.</p>
213
+ * <p>Specifies how EC2 instances are purchased on your behalf. PCS supports On-Demand Instances, Spot Instances, and Amazon EC2 Capacity Blocks for ML. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html">Amazon EC2 billing and purchasing options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about PCS support for Capacity Blocks, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/capacity-blocks.html">Using Amazon EC2 Capacity Blocks for ML with PCS</a> in the <i>PCS User Guide</i>. If you don't provide this option, it defaults to On-Demand.</p>
213
214
  * @public
214
215
  */
215
216
  purchaseOption?: PurchaseOption | undefined;
@@ -229,7 +230,7 @@ export interface CreateComputeNodeGroupRequest {
229
230
  */
230
231
  scalingConfiguration: ScalingConfigurationRequest | undefined;
231
232
  /**
232
- * <p>A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.</p>
233
+ * <p>A list of EC2 instance configurations that PCS can provision in the compute node group.</p>
233
234
  * @public
234
235
  */
235
236
  instanceConfigs: InstanceConfig[] | undefined;
@@ -368,7 +369,7 @@ export interface ComputeNodeGroup {
368
369
  */
369
370
  subnetIds: string[] | undefined;
370
371
  /**
371
- * <p>Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html">Instance purchasing options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. If you don't provide this option, it defaults to On-Demand.</p>
372
+ * <p>Specifies how EC2 instances are purchased on your behalf. PCS supports On-Demand Instances, Spot Instances, and Amazon EC2 Capacity Blocks for ML. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html">Amazon EC2 billing and purchasing options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about PCS support for Capacity Blocks, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/capacity-blocks.html">Using Amazon EC2 Capacity Blocks for ML with PCS</a> in the <i>PCS User Guide</i>. If you don't provide this option, it defaults to On-Demand.</p>
372
373
  * @public
373
374
  */
374
375
  purchaseOption?: PurchaseOption | undefined;
@@ -388,7 +389,7 @@ export interface ComputeNodeGroup {
388
389
  */
389
390
  scalingConfiguration: ScalingConfiguration | undefined;
390
391
  /**
391
- * <p>A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.</p>
392
+ * <p>A list of EC2 instance configurations that PCS can provision in the compute node group.</p>
392
393
  * @public
393
394
  */
394
395
  instanceConfigs: InstanceConfig[] | undefined;
@@ -722,7 +723,7 @@ export interface UpdateComputeNodeGroupRequest {
722
723
  */
723
724
  customLaunchTemplate?: CustomLaunchTemplate | undefined;
724
725
  /**
725
- * <p>Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html">Instance purchasing options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. If you don't provide this option, it defaults to On-Demand.</p>
726
+ * <p>Specifies how EC2 instances are purchased on your behalf. PCS supports On-Demand Instances, Spot Instances, and Amazon EC2 Capacity Blocks for ML. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html">Amazon EC2 billing and purchasing options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about PCS support for Capacity Blocks, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/capacity-blocks.html">Using Amazon EC2 Capacity Blocks for ML with PCS</a> in the <i>PCS User Guide</i>. If you don't provide this option, it defaults to On-Demand.</p>
726
727
  * @public
727
728
  */
728
729
  purchaseOption?: PurchaseOption | undefined;
@@ -780,7 +781,7 @@ export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
780
781
  */
781
782
  export interface NetworkingRequest {
782
783
  /**
783
- * <p>The list of subnet IDs where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. Subnet IDs have the form <code>subnet-0123456789abcdef0</code>.</p> <p>Subnets can't be in Outposts, Wavelength or an Amazon Web Services Local Zone.</p> <note> <p>Amazon Web Services PCS currently supports only 1 subnet in this list.</p> </note>
784
+ * <p>The list of subnet IDs where PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and PCS resources. Subnet IDs have the form <code>subnet-0123456789abcdef0</code>.</p> <p>Subnets can't be in Outposts, Wavelength or an Amazon Web Services Local Zone.</p> <note> <p>PCS currently supports only 1 subnet in this list.</p> </note>
784
785
  * @public
785
786
  */
786
787
  subnetIds?: string[] | undefined;
@@ -982,7 +983,7 @@ export interface Scheduler {
982
983
  */
983
984
  export interface SlurmAuthKey {
984
985
  /**
985
- * <p>The Amazon Resource Name (ARN) of the the shared Slurm key.</p>
986
+ * <p>The Amazon Resource Name (ARN) of the shared Slurm key.</p>
986
987
  * @public
987
988
  */
988
989
  secretArn: string | undefined;
@@ -36,6 +36,7 @@ export interface InstanceConfig {
36
36
  instanceType?: string | undefined;
37
37
  }
38
38
  export declare const PurchaseOption: {
39
+ readonly CAPACITY_BLOCK: "CAPACITY_BLOCK";
39
40
  readonly ONDEMAND: "ONDEMAND";
40
41
  readonly SPOT: "SPOT";
41
42
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pcs",
3
3
  "description": "AWS SDK for JavaScript Pcs Client for Node.js, Browser and React Native",
4
- "version": "3.890.0",
4
+ "version": "3.893.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",
@@ -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.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.890.0",
29
- "@aws-sdk/region-config-resolver": "3.890.0",
30
- "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.890.0",
32
- "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.890.0",
23
+ "@aws-sdk/core": "3.893.0",
24
+ "@aws-sdk/credential-provider-node": "3.893.0",
25
+ "@aws-sdk/middleware-host-header": "3.893.0",
26
+ "@aws-sdk/middleware-logger": "3.893.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.893.0",
29
+ "@aws-sdk/region-config-resolver": "3.893.0",
30
+ "@aws-sdk/types": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.893.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.893.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.11.0",
35
+ "@smithy/core": "^3.11.1",
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.2",
41
- "@smithy/middleware-retry": "^4.2.2",
40
+ "@smithy/middleware-endpoint": "^4.2.3",
41
+ "@smithy/middleware-retry": "^4.2.4",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
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.2",
47
+ "@smithy/smithy-client": "^4.6.3",
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.2",
54
- "@smithy/util-defaults-mode-node": "^4.1.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
54
+ "@smithy/util-defaults-mode-node": "^4.1.3",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",