@aws-sdk/client-deadline 3.817.0 → 3.821.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.
@@ -4686,6 +4686,7 @@ const se_ServiceManagedEc2FleetConfiguration = (input, context) => {
4686
4686
  return (0, smithy_client_1.take)(input, {
4687
4687
  instanceCapabilities: (_) => se_ServiceManagedEc2InstanceCapabilities(_, context),
4688
4688
  instanceMarketOptions: smithy_client_1._json,
4689
+ storageProfileId: [],
4689
4690
  });
4690
4691
  };
4691
4692
  const se_ServiceManagedEc2InstanceCapabilities = (input, context) => {
@@ -5144,6 +5145,7 @@ const de_ServiceManagedEc2FleetConfiguration = (output, context) => {
5144
5145
  return (0, smithy_client_1.take)(output, {
5145
5146
  instanceCapabilities: (_) => de_ServiceManagedEc2InstanceCapabilities(_, context),
5146
5147
  instanceMarketOptions: smithy_client_1._json,
5148
+ storageProfileId: smithy_client_1.expectString,
5147
5149
  });
5148
5150
  };
5149
5151
  const de_ServiceManagedEc2InstanceCapabilities = (output, context) => {
@@ -4453,6 +4453,7 @@ const se_ServiceManagedEc2FleetConfiguration = (input, context) => {
4453
4453
  return take(input, {
4454
4454
  instanceCapabilities: (_) => se_ServiceManagedEc2InstanceCapabilities(_, context),
4455
4455
  instanceMarketOptions: _json,
4456
+ storageProfileId: [],
4456
4457
  });
4457
4458
  };
4458
4459
  const se_ServiceManagedEc2InstanceCapabilities = (input, context) => {
@@ -4911,6 +4912,7 @@ const de_ServiceManagedEc2FleetConfiguration = (output, context) => {
4911
4912
  return take(output, {
4912
4913
  instanceCapabilities: (_) => de_ServiceManagedEc2InstanceCapabilities(_, context),
4913
4914
  instanceMarketOptions: _json,
4915
+ storageProfileId: __expectString,
4914
4916
  });
4915
4917
  };
4916
4918
  const de_ServiceManagedEc2InstanceCapabilities = (output, context) => {
@@ -140,6 +140,7 @@ declare const CreateFleetCommand_base: {
140
140
  * instanceMarketOptions: { // ServiceManagedEc2InstanceMarketOptions
141
141
  * type: "on-demand" || "spot", // required
142
142
  * },
143
+ * storageProfileId: "STRING_VALUE",
143
144
  * },
144
145
  * },
145
146
  * tags: { // Tags
@@ -149,6 +149,7 @@ declare const GetFleetCommand_base: {
149
149
  * // instanceMarketOptions: { // ServiceManagedEc2InstanceMarketOptions
150
150
  * // type: "on-demand" || "spot", // required
151
151
  * // },
152
+ * // storageProfileId: "STRING_VALUE",
152
153
  * // },
153
154
  * // },
154
155
  * // hostConfiguration: { // HostConfiguration
@@ -154,6 +154,7 @@ declare const ListFleetsCommand_base: {
154
154
  * // instanceMarketOptions: { // ServiceManagedEc2InstanceMarketOptions
155
155
  * // type: "on-demand" || "spot", // required
156
156
  * // },
157
+ * // storageProfileId: "STRING_VALUE",
157
158
  * // },
158
159
  * // },
159
160
  * // createdAt: new Date("TIMESTAMP"), // required
@@ -141,6 +141,7 @@ declare const UpdateFleetCommand_base: {
141
141
  * instanceMarketOptions: { // ServiceManagedEc2InstanceMarketOptions
142
142
  * type: "on-demand" || "spot", // required
143
143
  * },
144
+ * storageProfileId: "STRING_VALUE",
144
145
  * },
145
146
  * },
146
147
  * hostConfiguration: { // HostConfiguration
@@ -2738,6 +2738,11 @@ export interface ServiceManagedEc2FleetConfiguration {
2738
2738
  * @public
2739
2739
  */
2740
2740
  instanceMarketOptions: ServiceManagedEc2InstanceMarketOptions | undefined;
2741
+ /**
2742
+ * <p>The storage profile ID.</p>
2743
+ * @public
2744
+ */
2745
+ storageProfileId?: string | undefined;
2741
2746
  }
2742
2747
  /**
2743
2748
  * <p>Fleet configuration details.</p>
@@ -993,6 +993,7 @@ export interface ServiceManagedEc2InstanceMarketOptions {
993
993
  export interface ServiceManagedEc2FleetConfiguration {
994
994
  instanceCapabilities: ServiceManagedEc2InstanceCapabilities | undefined;
995
995
  instanceMarketOptions: ServiceManagedEc2InstanceMarketOptions | undefined;
996
+ storageProfileId?: string | undefined;
996
997
  }
997
998
  export type FleetConfiguration =
998
999
  | FleetConfiguration.CustomerManagedMember
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.817.0",
4
+ "version": "3.821.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,43 +20,43 @@
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.816.0",
24
- "@aws-sdk/credential-provider-node": "3.817.0",
25
- "@aws-sdk/middleware-host-header": "3.804.0",
26
- "@aws-sdk/middleware-logger": "3.804.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.816.0",
29
- "@aws-sdk/region-config-resolver": "3.808.0",
30
- "@aws-sdk/types": "3.804.0",
31
- "@aws-sdk/util-endpoints": "3.808.0",
32
- "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.816.0",
34
- "@smithy/config-resolver": "^4.1.2",
35
- "@smithy/core": "^3.3.3",
36
- "@smithy/fetch-http-handler": "^5.0.2",
37
- "@smithy/hash-node": "^4.0.2",
38
- "@smithy/invalid-dependency": "^4.0.2",
39
- "@smithy/middleware-content-length": "^4.0.2",
40
- "@smithy/middleware-endpoint": "^4.1.6",
41
- "@smithy/middleware-retry": "^4.1.7",
42
- "@smithy/middleware-serde": "^4.0.5",
43
- "@smithy/middleware-stack": "^4.0.2",
44
- "@smithy/node-config-provider": "^4.1.1",
45
- "@smithy/node-http-handler": "^4.0.4",
46
- "@smithy/protocol-http": "^5.1.0",
47
- "@smithy/smithy-client": "^4.2.6",
48
- "@smithy/types": "^4.2.0",
49
- "@smithy/url-parser": "^4.0.2",
23
+ "@aws-sdk/core": "3.821.0",
24
+ "@aws-sdk/credential-provider-node": "3.821.0",
25
+ "@aws-sdk/middleware-host-header": "3.821.0",
26
+ "@aws-sdk/middleware-logger": "3.821.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
+ "@aws-sdk/middleware-user-agent": "3.821.0",
29
+ "@aws-sdk/region-config-resolver": "3.821.0",
30
+ "@aws-sdk/types": "3.821.0",
31
+ "@aws-sdk/util-endpoints": "3.821.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.821.0",
33
+ "@aws-sdk/util-user-agent-node": "3.821.0",
34
+ "@smithy/config-resolver": "^4.1.4",
35
+ "@smithy/core": "^3.5.1",
36
+ "@smithy/fetch-http-handler": "^5.0.4",
37
+ "@smithy/hash-node": "^4.0.4",
38
+ "@smithy/invalid-dependency": "^4.0.4",
39
+ "@smithy/middleware-content-length": "^4.0.4",
40
+ "@smithy/middleware-endpoint": "^4.1.9",
41
+ "@smithy/middleware-retry": "^4.1.10",
42
+ "@smithy/middleware-serde": "^4.0.8",
43
+ "@smithy/middleware-stack": "^4.0.4",
44
+ "@smithy/node-config-provider": "^4.1.3",
45
+ "@smithy/node-http-handler": "^4.0.6",
46
+ "@smithy/protocol-http": "^5.1.2",
47
+ "@smithy/smithy-client": "^4.4.1",
48
+ "@smithy/types": "^4.3.1",
49
+ "@smithy/url-parser": "^4.0.4",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.14",
54
- "@smithy/util-defaults-mode-node": "^4.0.14",
55
- "@smithy/util-endpoints": "^3.0.4",
56
- "@smithy/util-middleware": "^4.0.2",
57
- "@smithy/util-retry": "^4.0.3",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.17",
54
+ "@smithy/util-defaults-mode-node": "^4.0.17",
55
+ "@smithy/util-endpoints": "^3.0.6",
56
+ "@smithy/util-middleware": "^4.0.4",
57
+ "@smithy/util-retry": "^4.0.5",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.3",
59
+ "@smithy/util-waiter": "^4.0.5",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"