@aws-sdk/client-pcs 3.984.0 → 3.986.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
@@ -1220,6 +1220,7 @@ const ComputeNodeGroupStatus = {
1220
1220
  DELETED: "DELETED",
1221
1221
  DELETE_FAILED: "DELETE_FAILED",
1222
1222
  DELETING: "DELETING",
1223
+ RESUMING: "RESUMING",
1223
1224
  SUSPENDED: "SUSPENDED",
1224
1225
  SUSPENDING: "SUSPENDING",
1225
1226
  UPDATE_FAILED: "UPDATE_FAILED",
@@ -1258,6 +1259,7 @@ const ClusterStatus = {
1258
1259
  CREATING: "CREATING",
1259
1260
  DELETE_FAILED: "DELETE_FAILED",
1260
1261
  DELETING: "DELETING",
1262
+ RESUMING: "RESUMING",
1261
1263
  SUSPENDED: "SUSPENDED",
1262
1264
  SUSPENDING: "SUSPENDING",
1263
1265
  UPDATE_FAILED: "UPDATE_FAILED",
@@ -1269,6 +1271,7 @@ const QueueStatus = {
1269
1271
  CREATING: "CREATING",
1270
1272
  DELETE_FAILED: "DELETE_FAILED",
1271
1273
  DELETING: "DELETING",
1274
+ RESUMING: "RESUMING",
1272
1275
  SUSPENDED: "SUSPENDED",
1273
1276
  SUSPENDING: "SUSPENDING",
1274
1277
  UPDATE_FAILED: "UPDATE_FAILED",
@@ -19,6 +19,7 @@ export const ComputeNodeGroupStatus = {
19
19
  DELETED: "DELETED",
20
20
  DELETE_FAILED: "DELETE_FAILED",
21
21
  DELETING: "DELETING",
22
+ RESUMING: "RESUMING",
22
23
  SUSPENDED: "SUSPENDED",
23
24
  SUSPENDING: "SUSPENDING",
24
25
  UPDATE_FAILED: "UPDATE_FAILED",
@@ -57,6 +58,7 @@ export const ClusterStatus = {
57
58
  CREATING: "CREATING",
58
59
  DELETE_FAILED: "DELETE_FAILED",
59
60
  DELETING: "DELETING",
61
+ RESUMING: "RESUMING",
60
62
  SUSPENDED: "SUSPENDED",
61
63
  SUSPENDING: "SUSPENDING",
62
64
  UPDATE_FAILED: "UPDATE_FAILED",
@@ -68,6 +70,7 @@ export const QueueStatus = {
68
70
  CREATING: "CREATING",
69
71
  DELETE_FAILED: "DELETE_FAILED",
70
72
  DELETING: "DELETING",
73
+ RESUMING: "RESUMING",
71
74
  SUSPENDED: "SUSPENDED",
72
75
  SUSPENDING: "SUSPENDING",
73
76
  UPDATE_FAILED: "UPDATE_FAILED",
@@ -80,7 +80,7 @@ declare const CreateClusterCommand_base: {
80
80
  * // name: "STRING_VALUE", // required
81
81
  * // id: "STRING_VALUE", // required
82
82
  * // arn: "STRING_VALUE", // required
83
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
83
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
84
84
  * // createdAt: new Date("TIMESTAMP"), // required
85
85
  * // modifiedAt: new Date("TIMESTAMP"), // required
86
86
  * // scheduler: { // Scheduler
@@ -84,7 +84,7 @@ declare const CreateComputeNodeGroupCommand_base: {
84
84
  * // clusterId: "STRING_VALUE", // required
85
85
  * // createdAt: new Date("TIMESTAMP"), // required
86
86
  * // modifiedAt: new Date("TIMESTAMP"), // required
87
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED", // required
87
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
88
88
  * // amiId: "STRING_VALUE",
89
89
  * // subnetIds: [ // SubnetIdList // required
90
90
  * // "STRING_VALUE",
@@ -67,7 +67,7 @@ declare const CreateQueueCommand_base: {
67
67
  * // clusterId: "STRING_VALUE", // required
68
68
  * // createdAt: new Date("TIMESTAMP"), // required
69
69
  * // modifiedAt: new Date("TIMESTAMP"), // required
70
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
70
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
71
71
  * // computeNodeGroupConfigurations: [ // ComputeNodeGroupConfigurationList // required
72
72
  * // { // ComputeNodeGroupConfiguration
73
73
  * // computeNodeGroupId: "STRING_VALUE",
@@ -46,7 +46,7 @@ declare const GetClusterCommand_base: {
46
46
  * // name: "STRING_VALUE", // required
47
47
  * // id: "STRING_VALUE", // required
48
48
  * // arn: "STRING_VALUE", // required
49
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
49
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
50
50
  * // createdAt: new Date("TIMESTAMP"), // required
51
51
  * // modifiedAt: new Date("TIMESTAMP"), // required
52
52
  * // scheduler: { // Scheduler
@@ -50,7 +50,7 @@ declare const GetComputeNodeGroupCommand_base: {
50
50
  * // clusterId: "STRING_VALUE", // required
51
51
  * // createdAt: new Date("TIMESTAMP"), // required
52
52
  * // modifiedAt: new Date("TIMESTAMP"), // required
53
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED", // required
53
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
54
54
  * // amiId: "STRING_VALUE",
55
55
  * // subnetIds: [ // SubnetIdList // required
56
56
  * // "STRING_VALUE",
@@ -50,7 +50,7 @@ declare const GetQueueCommand_base: {
50
50
  * // clusterId: "STRING_VALUE", // required
51
51
  * // createdAt: new Date("TIMESTAMP"), // required
52
52
  * // modifiedAt: new Date("TIMESTAMP"), // required
53
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
53
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
54
54
  * // computeNodeGroupConfigurations: [ // ComputeNodeGroupConfigurationList // required
55
55
  * // { // ComputeNodeGroupConfiguration
56
56
  * // computeNodeGroupId: "STRING_VALUE",
@@ -50,7 +50,7 @@ declare const ListClustersCommand_base: {
50
50
  * // arn: "STRING_VALUE", // required
51
51
  * // createdAt: new Date("TIMESTAMP"), // required
52
52
  * // modifiedAt: new Date("TIMESTAMP"), // required
53
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
53
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
54
54
  * // },
55
55
  * // ],
56
56
  * // nextToken: "STRING_VALUE",
@@ -52,7 +52,7 @@ declare const ListComputeNodeGroupsCommand_base: {
52
52
  * // clusterId: "STRING_VALUE", // required
53
53
  * // createdAt: new Date("TIMESTAMP"), // required
54
54
  * // modifiedAt: new Date("TIMESTAMP"), // required
55
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED", // required
55
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
56
56
  * // },
57
57
  * // ],
58
58
  * // nextToken: "STRING_VALUE",
@@ -52,7 +52,7 @@ declare const ListQueuesCommand_base: {
52
52
  * // clusterId: "STRING_VALUE", // required
53
53
  * // createdAt: new Date("TIMESTAMP"), // required
54
54
  * // modifiedAt: new Date("TIMESTAMP"), // required
55
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
55
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
56
56
  * // },
57
57
  * // ],
58
58
  * // nextToken: "STRING_VALUE",
@@ -63,7 +63,7 @@ declare const UpdateClusterCommand_base: {
63
63
  * // name: "STRING_VALUE", // required
64
64
  * // id: "STRING_VALUE", // required
65
65
  * // arn: "STRING_VALUE", // required
66
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
66
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
67
67
  * // createdAt: new Date("TIMESTAMP"), // required
68
68
  * // modifiedAt: new Date("TIMESTAMP"), // required
69
69
  * // scheduler: { // Scheduler
@@ -76,7 +76,7 @@ declare const UpdateComputeNodeGroupCommand_base: {
76
76
  * // clusterId: "STRING_VALUE", // required
77
77
  * // createdAt: new Date("TIMESTAMP"), // required
78
78
  * // modifiedAt: new Date("TIMESTAMP"), // required
79
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED", // required
79
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
80
80
  * // amiId: "STRING_VALUE",
81
81
  * // subnetIds: [ // SubnetIdList // required
82
82
  * // "STRING_VALUE",
@@ -64,7 +64,7 @@ declare const UpdateQueueCommand_base: {
64
64
  * // clusterId: "STRING_VALUE", // required
65
65
  * // createdAt: new Date("TIMESTAMP"), // required
66
66
  * // modifiedAt: new Date("TIMESTAMP"), // required
67
- * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
67
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED" || "RESUMING", // required
68
68
  * // computeNodeGroupConfigurations: [ // ComputeNodeGroupConfigurationList // required
69
69
  * // { // ComputeNodeGroupConfiguration
70
70
  * // computeNodeGroupId: "STRING_VALUE",
@@ -47,6 +47,7 @@ export declare const ComputeNodeGroupStatus: {
47
47
  readonly DELETED: "DELETED";
48
48
  readonly DELETE_FAILED: "DELETE_FAILED";
49
49
  readonly DELETING: "DELETING";
50
+ readonly RESUMING: "RESUMING";
50
51
  readonly SUSPENDED: "SUSPENDED";
51
52
  readonly SUSPENDING: "SUSPENDING";
52
53
  readonly UPDATE_FAILED: "UPDATE_FAILED";
@@ -141,6 +142,7 @@ export declare const ClusterStatus: {
141
142
  readonly CREATING: "CREATING";
142
143
  readonly DELETE_FAILED: "DELETE_FAILED";
143
144
  readonly DELETING: "DELETING";
145
+ readonly RESUMING: "RESUMING";
144
146
  readonly SUSPENDED: "SUSPENDED";
145
147
  readonly SUSPENDING: "SUSPENDING";
146
148
  readonly UPDATE_FAILED: "UPDATE_FAILED";
@@ -160,6 +162,7 @@ export declare const QueueStatus: {
160
162
  readonly CREATING: "CREATING";
161
163
  readonly DELETE_FAILED: "DELETE_FAILED";
162
164
  readonly DELETING: "DELETING";
165
+ readonly RESUMING: "RESUMING";
163
166
  readonly SUSPENDED: "SUSPENDED";
164
167
  readonly SUSPENDING: "SUSPENDING";
165
168
  readonly UPDATE_FAILED: "UPDATE_FAILED";
@@ -25,6 +25,7 @@ export declare const ComputeNodeGroupStatus: {
25
25
  readonly DELETED: "DELETED";
26
26
  readonly DELETE_FAILED: "DELETE_FAILED";
27
27
  readonly DELETING: "DELETING";
28
+ readonly RESUMING: "RESUMING";
28
29
  readonly SUSPENDED: "SUSPENDED";
29
30
  readonly SUSPENDING: "SUSPENDING";
30
31
  readonly UPDATE_FAILED: "UPDATE_FAILED";
@@ -72,6 +73,7 @@ export declare const ClusterStatus: {
72
73
  readonly CREATING: "CREATING";
73
74
  readonly DELETE_FAILED: "DELETE_FAILED";
74
75
  readonly DELETING: "DELETING";
76
+ readonly RESUMING: "RESUMING";
75
77
  readonly SUSPENDED: "SUSPENDED";
76
78
  readonly SUSPENDING: "SUSPENDING";
77
79
  readonly UPDATE_FAILED: "UPDATE_FAILED";
@@ -84,6 +86,7 @@ export declare const QueueStatus: {
84
86
  readonly CREATING: "CREATING";
85
87
  readonly DELETE_FAILED: "DELETE_FAILED";
86
88
  readonly DELETING: "DELETING";
89
+ readonly RESUMING: "RESUMING";
87
90
  readonly SUSPENDED: "SUSPENDED";
88
91
  readonly SUSPENDING: "SUSPENDING";
89
92
  readonly UPDATE_FAILED: "UPDATE_FAILED";
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.984.0",
4
+ "version": "3.986.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-pcs",
@@ -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.6",
25
- "@aws-sdk/credential-provider-node": "^3.972.5",
24
+ "@aws-sdk/core": "^3.973.7",
25
+ "@aws-sdk/credential-provider-node": "^3.972.6",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.6",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.7",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.984.0",
32
+ "@aws-sdk/util-endpoints": "3.986.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.4",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.5",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.0",
36
+ "@smithy/core": "^3.22.1",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.12",
42
- "@smithy/middleware-retry": "^4.4.29",
41
+ "@smithy/middleware-endpoint": "^4.4.13",
42
+ "@smithy/middleware-retry": "^4.4.30",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.8",
46
+ "@smithy/node-http-handler": "^4.4.9",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.1",
48
+ "@smithy/smithy-client": "^4.11.2",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.28",
55
- "@smithy/util-defaults-mode-node": "^4.2.31",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.29",
55
+ "@smithy/util-defaults-mode-node": "^4.2.32",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",