@aws-sdk/client-deadline 3.817.0 → 3.818.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/protocols/Aws_restJson1.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -0
- package/dist-types/commands/GetFleetCommand.d.ts +1 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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) => {
|
|
@@ -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.
|
|
4
|
+
"version": "3.818.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",
|