@aws-sdk/client-deadline 3.1003.0 → 3.1005.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.
@@ -606,6 +606,7 @@ const _cM = "customerManaged";
606
606
  const _cR = "consumersResolved";
607
607
  const _cS = "completedStatus";
608
608
  const _cSA = "cancelSessionActions";
609
+ const _cSF = "costScaleFactor";
609
610
  const _cT = "clientToken";
610
611
  const _cU = "consumersUnresolved";
611
612
  const _ca = "capabilities";
@@ -1152,8 +1153,8 @@ exports.CreateBudgetResponse$ = [3, n0, _CBRr,
1152
1153
  ];
1153
1154
  exports.CreateFarmRequest$ = [3, n0, _CFR,
1154
1155
  0,
1155
- [_dN, _cT, _de, _kKA, _ta],
1156
- [0, [0, { [_hH]: _XACT, [_iT]: 1 }], [() => Description, 0], 0, 128 | 0], 1
1156
+ [_dN, _cT, _de, _kKA, _cSF, _ta],
1157
+ [0, [0, { [_hH]: _XACT, [_iT]: 1 }], [() => Description, 0], 0, 1, 128 | 0], 1
1157
1158
  ];
1158
1159
  exports.CreateFarmResponse$ = [3, n0, _CFRr,
1159
1160
  0,
@@ -1567,8 +1568,8 @@ exports.GetFarmRequest$ = [3, n0, _GFR,
1567
1568
  ];
1568
1569
  exports.GetFarmResponse$ = [3, n0, _GFRe,
1569
1570
  0,
1570
- [_fI, _dN, _cA, _cB, _de, _kKA, _uA, _uB],
1571
- [0, 0, 5, 0, [() => Description, 0], 0, 5, 0], 4
1571
+ [_fI, _dN, _cSF, _cA, _cB, _de, _kKA, _uA, _uB],
1572
+ [0, 0, 1, 5, 0, [() => Description, 0], 0, 5, 0], 5
1572
1573
  ];
1573
1574
  exports.GetFleetRequest$ = [3, n0, _GFRet,
1574
1575
  0,
@@ -2457,8 +2458,8 @@ exports.UpdatedSessionActionInfo$ = [3, n0, _USAI,
2457
2458
  ];
2458
2459
  exports.UpdateFarmRequest$ = [3, n0, _UFR,
2459
2460
  0,
2460
- [_fI, _dN, _de],
2461
- [[0, 1], 0, [() => Description, 0]], 1
2461
+ [_fI, _dN, _de, _cSF],
2462
+ [[0, 1], 0, [() => Description, 0], 1], 1
2462
2463
  ];
2463
2464
  exports.UpdateFarmResponse$ = [3, n0, _UFRp,
2464
2465
  0,
@@ -594,6 +594,7 @@ const _cM = "customerManaged";
594
594
  const _cR = "consumersResolved";
595
595
  const _cS = "completedStatus";
596
596
  const _cSA = "cancelSessionActions";
597
+ const _cSF = "costScaleFactor";
597
598
  const _cT = "clientToken";
598
599
  const _cU = "consumersUnresolved";
599
600
  const _ca = "capabilities";
@@ -1140,8 +1141,8 @@ export var CreateBudgetResponse$ = [3, n0, _CBRr,
1140
1141
  ];
1141
1142
  export var CreateFarmRequest$ = [3, n0, _CFR,
1142
1143
  0,
1143
- [_dN, _cT, _de, _kKA, _ta],
1144
- [0, [0, { [_hH]: _XACT, [_iT]: 1 }], [() => Description, 0], 0, 128 | 0], 1
1144
+ [_dN, _cT, _de, _kKA, _cSF, _ta],
1145
+ [0, [0, { [_hH]: _XACT, [_iT]: 1 }], [() => Description, 0], 0, 1, 128 | 0], 1
1145
1146
  ];
1146
1147
  export var CreateFarmResponse$ = [3, n0, _CFRr,
1147
1148
  0,
@@ -1555,8 +1556,8 @@ export var GetFarmRequest$ = [3, n0, _GFR,
1555
1556
  ];
1556
1557
  export var GetFarmResponse$ = [3, n0, _GFRe,
1557
1558
  0,
1558
- [_fI, _dN, _cA, _cB, _de, _kKA, _uA, _uB],
1559
- [0, 0, 5, 0, [() => Description, 0], 0, 5, 0], 4
1559
+ [_fI, _dN, _cSF, _cA, _cB, _de, _kKA, _uA, _uB],
1560
+ [0, 0, 1, 5, 0, [() => Description, 0], 0, 5, 0], 5
1560
1561
  ];
1561
1562
  export var GetFleetRequest$ = [3, n0, _GFRet,
1562
1563
  0,
@@ -2445,8 +2446,8 @@ export var UpdatedSessionActionInfo$ = [3, n0, _USAI,
2445
2446
  ];
2446
2447
  export var UpdateFarmRequest$ = [3, n0, _UFR,
2447
2448
  0,
2448
- [_fI, _dN, _de],
2449
- [[0, 1], 0, [() => Description, 0]], 1
2449
+ [_fI, _dN, _de, _cSF],
2450
+ [[0, 1], 0, [() => Description, 0], 1], 1
2450
2451
  ];
2451
2452
  export var UpdateFarmResponse$ = [3, n0, _UFRp,
2452
2453
  0,
@@ -41,6 +41,7 @@ declare const CreateFarmCommand_base: {
41
41
  * displayName: "STRING_VALUE", // required
42
42
  * description: "STRING_VALUE",
43
43
  * kmsKeyArn: "STRING_VALUE",
44
+ * costScaleFactor: Number("float"),
44
45
  * tags: { // Tags
45
46
  * "<keys>": "STRING_VALUE",
46
47
  * },
@@ -46,6 +46,7 @@ declare const GetFarmCommand_base: {
46
46
  * // displayName: "STRING_VALUE", // required
47
47
  * // description: "STRING_VALUE",
48
48
  * // kmsKeyArn: "STRING_VALUE",
49
+ * // costScaleFactor: Number("float"), // required
49
50
  * // createdAt: new Date("TIMESTAMP"), // required
50
51
  * // createdBy: "STRING_VALUE", // required
51
52
  * // updatedAt: new Date("TIMESTAMP"),
@@ -40,6 +40,7 @@ declare const UpdateFarmCommand_base: {
40
40
  * farmId: "STRING_VALUE", // required
41
41
  * displayName: "STRING_VALUE",
42
42
  * description: "STRING_VALUE",
43
+ * costScaleFactor: Number("float"),
43
44
  * };
44
45
  * const command = new UpdateFarmCommand(input);
45
46
  * const response = await client.send(command);
@@ -2020,6 +2020,11 @@ export interface CreateFarmRequest {
2020
2020
  * @public
2021
2021
  */
2022
2022
  kmsKeyArn?: string | undefined;
2023
+ /**
2024
+ * <p>The cost scale factor to apply on the farm.</p>
2025
+ * @public
2026
+ */
2027
+ costScaleFactor?: number | undefined;
2023
2028
  /**
2024
2029
  * <p>The tags to add to your farm. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.</p>
2025
2030
  * @public
@@ -4112,6 +4117,11 @@ export interface GetFarmResponse {
4112
4117
  * @public
4113
4118
  */
4114
4119
  kmsKeyArn?: string | undefined;
4120
+ /**
4121
+ * <p>The cost scale factor applied on the farm.</p>
4122
+ * @public
4123
+ */
4124
+ costScaleFactor: number | undefined;
4115
4125
  /**
4116
4126
  * <p>The date and time the resource was created.</p>
4117
4127
  * @public
@@ -7288,6 +7298,11 @@ export interface UpdateFarmRequest {
7288
7298
  * @public
7289
7299
  */
7290
7300
  description?: string | undefined;
7301
+ /**
7302
+ * <p>The cost scale factor of the farm to update.</p>
7303
+ * @public
7304
+ */
7305
+ costScaleFactor?: number | undefined;
7291
7306
  }
7292
7307
  /**
7293
7308
  * @public
@@ -756,6 +756,7 @@ export interface CreateFarmRequest {
756
756
  displayName: string | undefined;
757
757
  description?: string | undefined;
758
758
  kmsKeyArn?: string | undefined;
759
+ costScaleFactor?: number | undefined;
759
760
  tags?: Record<string, string> | undefined;
760
761
  }
761
762
  export interface CreateFarmResponse {
@@ -1262,6 +1263,7 @@ export interface GetFarmResponse {
1262
1263
  displayName: string | undefined;
1263
1264
  description?: string | undefined;
1264
1265
  kmsKeyArn?: string | undefined;
1266
+ costScaleFactor: number | undefined;
1265
1267
  createdAt: Date | undefined;
1266
1268
  createdBy: string | undefined;
1267
1269
  updatedAt?: Date | undefined;
@@ -2061,6 +2063,7 @@ export interface UpdateFarmRequest {
2061
2063
  farmId: string | undefined;
2062
2064
  displayName?: string | undefined;
2063
2065
  description?: string | undefined;
2066
+ costScaleFactor?: number | undefined;
2064
2067
  }
2065
2068
  export interface UpdateFarmResponse {}
2066
2069
  export interface UpdateLimitRequest {
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.1003.0",
4
+ "version": "3.1005.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,38 +21,38 @@
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.973.18",
25
- "@aws-sdk/credential-provider-node": "^3.972.17",
24
+ "@aws-sdk/core": "^3.973.19",
25
+ "@aws-sdk/credential-provider-node": "^3.972.19",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.7",
27
27
  "@aws-sdk/middleware-logger": "^3.972.7",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.7",
29
- "@aws-sdk/middleware-user-agent": "^3.972.18",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.20",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.7",
31
31
  "@aws-sdk/types": "^3.973.5",
32
32
  "@aws-sdk/util-endpoints": "^3.996.4",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.7",
34
- "@aws-sdk/util-user-agent-node": "^3.973.3",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.5",
35
35
  "@smithy/config-resolver": "^4.4.10",
36
- "@smithy/core": "^3.23.8",
36
+ "@smithy/core": "^3.23.9",
37
37
  "@smithy/fetch-http-handler": "^5.3.13",
38
38
  "@smithy/hash-node": "^4.2.11",
39
39
  "@smithy/invalid-dependency": "^4.2.11",
40
40
  "@smithy/middleware-content-length": "^4.2.11",
41
- "@smithy/middleware-endpoint": "^4.4.22",
42
- "@smithy/middleware-retry": "^4.4.39",
41
+ "@smithy/middleware-endpoint": "^4.4.23",
42
+ "@smithy/middleware-retry": "^4.4.40",
43
43
  "@smithy/middleware-serde": "^4.2.12",
44
44
  "@smithy/middleware-stack": "^4.2.11",
45
45
  "@smithy/node-config-provider": "^4.3.11",
46
46
  "@smithy/node-http-handler": "^4.4.14",
47
47
  "@smithy/protocol-http": "^5.3.11",
48
- "@smithy/smithy-client": "^4.12.2",
48
+ "@smithy/smithy-client": "^4.12.3",
49
49
  "@smithy/types": "^4.13.0",
50
50
  "@smithy/url-parser": "^4.2.11",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.38",
55
- "@smithy/util-defaults-mode-node": "^4.2.41",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.39",
55
+ "@smithy/util-defaults-mode-node": "^4.2.42",
56
56
  "@smithy/util-endpoints": "^3.3.2",
57
57
  "@smithy/util-middleware": "^4.2.11",
58
58
  "@smithy/util-retry": "^4.2.11",