@aws-sdk/client-pcs 3.1014.0 → 3.1016.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/schemas/schemas_0.js +33 -11
- package/dist-es/schemas/schemas_0.js +30 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +24 -0
- package/dist-types/commands/GetClusterCommand.d.ts +12 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +24 -0
- package/dist-types/models/models_0.d.ts +64 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +5 -5
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateQueue$ = exports.UpdateComputeNodeGroup$ = exports.UpdateCluster$ = exports.UntagResource$ = void 0;
|
|
3
|
+
exports.ListQueuesRequest$ = exports.ListComputeNodeGroupsResponse$ = exports.ListComputeNodeGroupsRequest$ = exports.ListClustersResponse$ = exports.ListClustersRequest$ = exports.JwtKey$ = exports.JwtAuth$ = exports.InstanceConfig$ = exports.GetQueueResponse$ = exports.GetQueueRequest$ = exports.GetComputeNodeGroupResponse$ = exports.GetComputeNodeGroupRequest$ = exports.GetClusterResponse$ = exports.GetClusterRequest$ = exports.ErrorInfo$ = exports.Endpoint$ = exports.DeleteQueueResponse$ = exports.DeleteQueueRequest$ = exports.DeleteComputeNodeGroupResponse$ = exports.DeleteComputeNodeGroupRequest$ = exports.DeleteClusterResponse$ = exports.DeleteClusterRequest$ = exports.CustomLaunchTemplate$ = exports.CreateQueueResponse$ = exports.CreateQueueRequest$ = exports.CreateComputeNodeGroupResponse$ = exports.CreateComputeNodeGroupRequest$ = exports.CreateClusterResponse$ = exports.CreateClusterRequest$ = exports.ComputeNodeGroupSummary$ = exports.ComputeNodeGroupSlurmConfigurationRequest$ = exports.ComputeNodeGroupSlurmConfiguration$ = exports.ComputeNodeGroupConfiguration$ = exports.ComputeNodeGroup$ = exports.ClusterSummary$ = exports.ClusterSlurmConfigurationRequest$ = exports.ClusterSlurmConfiguration$ = exports.Cluster$ = exports.CgroupCustomSetting$ = exports.AccountingRequest$ = exports.Accounting$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.PCSServiceException$ = void 0;
|
|
4
|
+
exports.ListTagsForResource$ = exports.ListQueues$ = exports.ListComputeNodeGroups$ = exports.ListClusters$ = exports.GetQueue$ = exports.GetComputeNodeGroup$ = exports.GetCluster$ = exports.DeleteQueue$ = exports.DeleteComputeNodeGroup$ = exports.DeleteCluster$ = exports.CreateQueue$ = exports.CreateComputeNodeGroup$ = exports.CreateCluster$ = exports.ValidationExceptionField$ = exports.UpdateSlurmRestRequest$ = exports.UpdateQueueSlurmConfigurationRequest$ = exports.UpdateQueueResponse$ = exports.UpdateQueueRequest$ = exports.UpdateComputeNodeGroupSlurmConfigurationRequest$ = exports.UpdateComputeNodeGroupResponse$ = exports.UpdateComputeNodeGroupRequest$ = exports.UpdateClusterSlurmConfigurationRequest$ = exports.UpdateClusterResponse$ = exports.UpdateClusterRequest$ = exports.UpdateAccountingRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SpotOptions$ = exports.SlurmRestRequest$ = exports.SlurmRest$ = exports.SlurmdbdCustomSetting$ = exports.SlurmCustomSetting$ = exports.SlurmAuthKey$ = exports.SchedulerRequest$ = exports.Scheduler$ = exports.ScalingConfigurationRequest$ = exports.ScalingConfiguration$ = exports.RegisterComputeNodeGroupInstanceResponse$ = exports.RegisterComputeNodeGroupInstanceRequest$ = exports.QueueSummary$ = exports.QueueSlurmConfigurationRequest$ = exports.QueueSlurmConfiguration$ = exports.Queue$ = exports.NetworkingRequest$ = exports.Networking$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListQueuesResponse$ = void 0;
|
|
5
|
+
exports.UpdateQueue$ = exports.UpdateComputeNodeGroup$ = exports.UpdateCluster$ = exports.UntagResource$ = exports.TagResource$ = exports.RegisterComputeNodeGroupInstance$ = void 0;
|
|
6
6
|
const _A = "Accounting";
|
|
7
7
|
const _ADE = "AccessDeniedException";
|
|
8
8
|
const _AR = "AccountingRequest";
|
|
@@ -13,6 +13,8 @@ const _CCNGR = "CreateComputeNodeGroupRequest";
|
|
|
13
13
|
const _CCNGRr = "CreateComputeNodeGroupResponse";
|
|
14
14
|
const _CCR = "CreateClusterRequest";
|
|
15
15
|
const _CCRr = "CreateClusterResponse";
|
|
16
|
+
const _CCS = "CgroupCustomSetting";
|
|
17
|
+
const _CCSg = "CgroupCustomSettings";
|
|
16
18
|
const _CE = "ConflictException";
|
|
17
19
|
const _CL = "ClusterList";
|
|
18
20
|
const _CLT = "CustomLaunchTemplate";
|
|
@@ -85,7 +87,9 @@ const _SAK = "SlurmAuthKey";
|
|
|
85
87
|
const _SC = "ScalingConfiguration";
|
|
86
88
|
const _SCR = "ScalingConfigurationRequest";
|
|
87
89
|
const _SCS = "SlurmCustomSetting";
|
|
88
|
-
const _SCSl = "
|
|
90
|
+
const _SCSl = "SlurmdbdCustomSetting";
|
|
91
|
+
const _SCSlu = "SlurmCustomSettings";
|
|
92
|
+
const _SCSlur = "SlurmdbdCustomSettings";
|
|
89
93
|
const _SO = "SpotOptions";
|
|
90
94
|
const _SQEE = "ServiceQuotaExceededException";
|
|
91
95
|
const _SR = "SchedulerRequest";
|
|
@@ -124,6 +128,7 @@ const _ac = "accounting";
|
|
|
124
128
|
const _bI = "bootstrapId";
|
|
125
129
|
const _c = "client";
|
|
126
130
|
const _cA = "createdAt";
|
|
131
|
+
const _cCS = "cgroupCustomSettings";
|
|
127
132
|
const _cI = "clusterId";
|
|
128
133
|
const _cIl = "clusterIdentifier";
|
|
129
134
|
const _cLT = "customLaunchTemplate";
|
|
@@ -184,6 +189,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.pcs";
|
|
|
184
189
|
const _sA = "secretArn";
|
|
185
190
|
const _sC = "serviceCode";
|
|
186
191
|
const _sCS = "slurmCustomSettings";
|
|
192
|
+
const _sCSl = "slurmdbdCustomSettings";
|
|
187
193
|
const _sCc = "scalingConfiguration";
|
|
188
194
|
const _sCl = "slurmConfiguration";
|
|
189
195
|
const _sDITIS = "scaleDownIdleTimeInSeconds";
|
|
@@ -266,6 +272,11 @@ exports.AccountingRequest$ = [3, n0, _AR,
|
|
|
266
272
|
[_mo, _dPTID],
|
|
267
273
|
[0, 1], 1
|
|
268
274
|
];
|
|
275
|
+
exports.CgroupCustomSetting$ = [3, n0, _CCS,
|
|
276
|
+
0,
|
|
277
|
+
[_pN, _pV],
|
|
278
|
+
[0, 0], 2
|
|
279
|
+
];
|
|
269
280
|
exports.Cluster$ = [3, n0, _C,
|
|
270
281
|
0,
|
|
271
282
|
[_n, _i, _a, _st, _cA, _mA, _sc, _si, _ne, _sCl, _en, _eI],
|
|
@@ -273,13 +284,13 @@ exports.Cluster$ = [3, n0, _C,
|
|
|
273
284
|
];
|
|
274
285
|
exports.ClusterSlurmConfiguration$ = [3, n0, _CSC,
|
|
275
286
|
0,
|
|
276
|
-
[_sDITIS, _sCS, _aK, _jA, _ac, _sR],
|
|
277
|
-
[1, () => SlurmCustomSettings, () => exports.SlurmAuthKey$, () => exports.JwtAuth$, () => exports.Accounting$, () => exports.SlurmRest$]
|
|
287
|
+
[_sDITIS, _sCS, _sCSl, _cCS, _aK, _jA, _ac, _sR],
|
|
288
|
+
[1, () => SlurmCustomSettings, () => SlurmdbdCustomSettings, () => CgroupCustomSettings, () => exports.SlurmAuthKey$, () => exports.JwtAuth$, () => exports.Accounting$, () => exports.SlurmRest$]
|
|
278
289
|
];
|
|
279
290
|
exports.ClusterSlurmConfigurationRequest$ = [3, n0, _CSCR,
|
|
280
291
|
0,
|
|
281
|
-
[_sDITIS, _sCS, _ac, _sR],
|
|
282
|
-
[1, () => SlurmCustomSettings, () => exports.AccountingRequest$, () => exports.SlurmRestRequest$]
|
|
292
|
+
[_sDITIS, _sCS, _sCSl, _cCS, _ac, _sR],
|
|
293
|
+
[1, () => SlurmCustomSettings, () => SlurmdbdCustomSettings, () => CgroupCustomSettings, () => exports.AccountingRequest$, () => exports.SlurmRestRequest$]
|
|
283
294
|
];
|
|
284
295
|
exports.ClusterSummary$ = [3, n0, _CS,
|
|
285
296
|
0,
|
|
@@ -541,6 +552,11 @@ exports.SlurmCustomSetting$ = [3, n0, _SCS,
|
|
|
541
552
|
[_pN, _pV],
|
|
542
553
|
[0, 0], 2
|
|
543
554
|
];
|
|
555
|
+
exports.SlurmdbdCustomSetting$ = [3, n0, _SCSl,
|
|
556
|
+
0,
|
|
557
|
+
[_pN, _pV],
|
|
558
|
+
[0, 0], 2
|
|
559
|
+
];
|
|
544
560
|
exports.SlurmRest$ = [3, n0, _SRl,
|
|
545
561
|
0,
|
|
546
562
|
[_mo],
|
|
@@ -593,8 +609,8 @@ exports.UpdateClusterResponse$ = [3, n0, _UCRp,
|
|
|
593
609
|
];
|
|
594
610
|
exports.UpdateClusterSlurmConfigurationRequest$ = [3, n0, _UCSCR,
|
|
595
611
|
0,
|
|
596
|
-
[_sDITIS, _sCS, _ac, _sR],
|
|
597
|
-
[1, () => SlurmCustomSettings, () => exports.UpdateAccountingRequest$, () => exports.UpdateSlurmRestRequest$]
|
|
612
|
+
[_sDITIS, _sCS, _sCSl, _cCS, _ac, _sR],
|
|
613
|
+
[1, () => SlurmCustomSettings, () => SlurmdbdCustomSettings, () => CgroupCustomSettings, () => exports.UpdateAccountingRequest$, () => exports.UpdateSlurmRestRequest$]
|
|
598
614
|
];
|
|
599
615
|
exports.UpdateComputeNodeGroupRequest$ = [3, n0, _UCNGR,
|
|
600
616
|
0,
|
|
@@ -636,6 +652,9 @@ exports.ValidationExceptionField$ = [3, n0, _VEF,
|
|
|
636
652
|
[_n, _m],
|
|
637
653
|
[0, 0], 2
|
|
638
654
|
];
|
|
655
|
+
var CgroupCustomSettings = [1, n0, _CCSg,
|
|
656
|
+
0, () => exports.CgroupCustomSetting$
|
|
657
|
+
];
|
|
639
658
|
var ClusterList = [1, n0, _CL,
|
|
640
659
|
0, () => exports.ClusterSummary$
|
|
641
660
|
];
|
|
@@ -658,9 +677,12 @@ var QueueList = [1, n0, _QL,
|
|
|
658
677
|
0, () => exports.QueueSummary$
|
|
659
678
|
];
|
|
660
679
|
var SecurityGroupIdList = 64 | 0;
|
|
661
|
-
var SlurmCustomSettings = [1, n0,
|
|
680
|
+
var SlurmCustomSettings = [1, n0, _SCSlu,
|
|
662
681
|
0, () => exports.SlurmCustomSetting$
|
|
663
682
|
];
|
|
683
|
+
var SlurmdbdCustomSettings = [1, n0, _SCSlur,
|
|
684
|
+
0, () => exports.SlurmdbdCustomSetting$
|
|
685
|
+
];
|
|
664
686
|
var StringList = 64 | 0;
|
|
665
687
|
var SubnetIdList = 64 | 0;
|
|
666
688
|
var TagKeys = 64 | 0;
|
|
@@ -8,6 +8,8 @@ const _CCNGR = "CreateComputeNodeGroupRequest";
|
|
|
8
8
|
const _CCNGRr = "CreateComputeNodeGroupResponse";
|
|
9
9
|
const _CCR = "CreateClusterRequest";
|
|
10
10
|
const _CCRr = "CreateClusterResponse";
|
|
11
|
+
const _CCS = "CgroupCustomSetting";
|
|
12
|
+
const _CCSg = "CgroupCustomSettings";
|
|
11
13
|
const _CE = "ConflictException";
|
|
12
14
|
const _CL = "ClusterList";
|
|
13
15
|
const _CLT = "CustomLaunchTemplate";
|
|
@@ -80,7 +82,9 @@ const _SAK = "SlurmAuthKey";
|
|
|
80
82
|
const _SC = "ScalingConfiguration";
|
|
81
83
|
const _SCR = "ScalingConfigurationRequest";
|
|
82
84
|
const _SCS = "SlurmCustomSetting";
|
|
83
|
-
const _SCSl = "
|
|
85
|
+
const _SCSl = "SlurmdbdCustomSetting";
|
|
86
|
+
const _SCSlu = "SlurmCustomSettings";
|
|
87
|
+
const _SCSlur = "SlurmdbdCustomSettings";
|
|
84
88
|
const _SO = "SpotOptions";
|
|
85
89
|
const _SQEE = "ServiceQuotaExceededException";
|
|
86
90
|
const _SR = "SchedulerRequest";
|
|
@@ -119,6 +123,7 @@ const _ac = "accounting";
|
|
|
119
123
|
const _bI = "bootstrapId";
|
|
120
124
|
const _c = "client";
|
|
121
125
|
const _cA = "createdAt";
|
|
126
|
+
const _cCS = "cgroupCustomSettings";
|
|
122
127
|
const _cI = "clusterId";
|
|
123
128
|
const _cIl = "clusterIdentifier";
|
|
124
129
|
const _cLT = "customLaunchTemplate";
|
|
@@ -179,6 +184,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.pcs";
|
|
|
179
184
|
const _sA = "secretArn";
|
|
180
185
|
const _sC = "serviceCode";
|
|
181
186
|
const _sCS = "slurmCustomSettings";
|
|
187
|
+
const _sCSl = "slurmdbdCustomSettings";
|
|
182
188
|
const _sCc = "scalingConfiguration";
|
|
183
189
|
const _sCl = "slurmConfiguration";
|
|
184
190
|
const _sDITIS = "scaleDownIdleTimeInSeconds";
|
|
@@ -261,6 +267,11 @@ export var AccountingRequest$ = [3, n0, _AR,
|
|
|
261
267
|
[_mo, _dPTID],
|
|
262
268
|
[0, 1], 1
|
|
263
269
|
];
|
|
270
|
+
export var CgroupCustomSetting$ = [3, n0, _CCS,
|
|
271
|
+
0,
|
|
272
|
+
[_pN, _pV],
|
|
273
|
+
[0, 0], 2
|
|
274
|
+
];
|
|
264
275
|
export var Cluster$ = [3, n0, _C,
|
|
265
276
|
0,
|
|
266
277
|
[_n, _i, _a, _st, _cA, _mA, _sc, _si, _ne, _sCl, _en, _eI],
|
|
@@ -268,13 +279,13 @@ export var Cluster$ = [3, n0, _C,
|
|
|
268
279
|
];
|
|
269
280
|
export var ClusterSlurmConfiguration$ = [3, n0, _CSC,
|
|
270
281
|
0,
|
|
271
|
-
[_sDITIS, _sCS, _aK, _jA, _ac, _sR],
|
|
272
|
-
[1, () => SlurmCustomSettings, () => SlurmAuthKey$, () => JwtAuth$, () => Accounting$, () => SlurmRest$]
|
|
282
|
+
[_sDITIS, _sCS, _sCSl, _cCS, _aK, _jA, _ac, _sR],
|
|
283
|
+
[1, () => SlurmCustomSettings, () => SlurmdbdCustomSettings, () => CgroupCustomSettings, () => SlurmAuthKey$, () => JwtAuth$, () => Accounting$, () => SlurmRest$]
|
|
273
284
|
];
|
|
274
285
|
export var ClusterSlurmConfigurationRequest$ = [3, n0, _CSCR,
|
|
275
286
|
0,
|
|
276
|
-
[_sDITIS, _sCS, _ac, _sR],
|
|
277
|
-
[1, () => SlurmCustomSettings, () => AccountingRequest$, () => SlurmRestRequest$]
|
|
287
|
+
[_sDITIS, _sCS, _sCSl, _cCS, _ac, _sR],
|
|
288
|
+
[1, () => SlurmCustomSettings, () => SlurmdbdCustomSettings, () => CgroupCustomSettings, () => AccountingRequest$, () => SlurmRestRequest$]
|
|
278
289
|
];
|
|
279
290
|
export var ClusterSummary$ = [3, n0, _CS,
|
|
280
291
|
0,
|
|
@@ -536,6 +547,11 @@ export var SlurmCustomSetting$ = [3, n0, _SCS,
|
|
|
536
547
|
[_pN, _pV],
|
|
537
548
|
[0, 0], 2
|
|
538
549
|
];
|
|
550
|
+
export var SlurmdbdCustomSetting$ = [3, n0, _SCSl,
|
|
551
|
+
0,
|
|
552
|
+
[_pN, _pV],
|
|
553
|
+
[0, 0], 2
|
|
554
|
+
];
|
|
539
555
|
export var SlurmRest$ = [3, n0, _SRl,
|
|
540
556
|
0,
|
|
541
557
|
[_mo],
|
|
@@ -588,8 +604,8 @@ export var UpdateClusterResponse$ = [3, n0, _UCRp,
|
|
|
588
604
|
];
|
|
589
605
|
export var UpdateClusterSlurmConfigurationRequest$ = [3, n0, _UCSCR,
|
|
590
606
|
0,
|
|
591
|
-
[_sDITIS, _sCS, _ac, _sR],
|
|
592
|
-
[1, () => SlurmCustomSettings, () => UpdateAccountingRequest$, () => UpdateSlurmRestRequest$]
|
|
607
|
+
[_sDITIS, _sCS, _sCSl, _cCS, _ac, _sR],
|
|
608
|
+
[1, () => SlurmCustomSettings, () => SlurmdbdCustomSettings, () => CgroupCustomSettings, () => UpdateAccountingRequest$, () => UpdateSlurmRestRequest$]
|
|
593
609
|
];
|
|
594
610
|
export var UpdateComputeNodeGroupRequest$ = [3, n0, _UCNGR,
|
|
595
611
|
0,
|
|
@@ -631,6 +647,9 @@ export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
|
631
647
|
[_n, _m],
|
|
632
648
|
[0, 0], 2
|
|
633
649
|
];
|
|
650
|
+
var CgroupCustomSettings = [1, n0, _CCSg,
|
|
651
|
+
0, () => CgroupCustomSetting$
|
|
652
|
+
];
|
|
634
653
|
var ClusterList = [1, n0, _CL,
|
|
635
654
|
0, () => ClusterSummary$
|
|
636
655
|
];
|
|
@@ -653,9 +672,12 @@ var QueueList = [1, n0, _QL,
|
|
|
653
672
|
0, () => QueueSummary$
|
|
654
673
|
];
|
|
655
674
|
var SecurityGroupIdList = 64 | 0;
|
|
656
|
-
var SlurmCustomSettings = [1, n0,
|
|
675
|
+
var SlurmCustomSettings = [1, n0, _SCSlu,
|
|
657
676
|
0, () => SlurmCustomSetting$
|
|
658
677
|
];
|
|
678
|
+
var SlurmdbdCustomSettings = [1, n0, _SCSlur,
|
|
679
|
+
0, () => SlurmdbdCustomSetting$
|
|
680
|
+
];
|
|
659
681
|
var StringList = 64 | 0;
|
|
660
682
|
var SubnetIdList = 64 | 0;
|
|
661
683
|
var TagKeys = 64 | 0;
|
|
@@ -60,6 +60,18 @@ declare const CreateClusterCommand_base: {
|
|
|
60
60
|
* parameterValue: "STRING_VALUE", // required
|
|
61
61
|
* },
|
|
62
62
|
* ],
|
|
63
|
+
* slurmdbdCustomSettings: [ // SlurmdbdCustomSettings
|
|
64
|
+
* { // SlurmdbdCustomSetting
|
|
65
|
+
* parameterName: "STRING_VALUE", // required
|
|
66
|
+
* parameterValue: "STRING_VALUE", // required
|
|
67
|
+
* },
|
|
68
|
+
* ],
|
|
69
|
+
* cgroupCustomSettings: [ // CgroupCustomSettings
|
|
70
|
+
* { // CgroupCustomSetting
|
|
71
|
+
* parameterName: "STRING_VALUE", // required
|
|
72
|
+
* parameterValue: "STRING_VALUE", // required
|
|
73
|
+
* },
|
|
74
|
+
* ],
|
|
63
75
|
* accounting: { // AccountingRequest
|
|
64
76
|
* defaultPurgeTimeInDays: Number("int"),
|
|
65
77
|
* mode: "STANDARD" || "NONE", // required
|
|
@@ -96,6 +108,18 @@ declare const CreateClusterCommand_base: {
|
|
|
96
108
|
* // parameterValue: "STRING_VALUE", // required
|
|
97
109
|
* // },
|
|
98
110
|
* // ],
|
|
111
|
+
* // slurmdbdCustomSettings: [ // SlurmdbdCustomSettings
|
|
112
|
+
* // { // SlurmdbdCustomSetting
|
|
113
|
+
* // parameterName: "STRING_VALUE", // required
|
|
114
|
+
* // parameterValue: "STRING_VALUE", // required
|
|
115
|
+
* // },
|
|
116
|
+
* // ],
|
|
117
|
+
* // cgroupCustomSettings: [ // CgroupCustomSettings
|
|
118
|
+
* // { // CgroupCustomSetting
|
|
119
|
+
* // parameterName: "STRING_VALUE", // required
|
|
120
|
+
* // parameterValue: "STRING_VALUE", // required
|
|
121
|
+
* // },
|
|
122
|
+
* // ],
|
|
99
123
|
* // authKey: { // SlurmAuthKey
|
|
100
124
|
* // secretArn: "STRING_VALUE", // required
|
|
101
125
|
* // secretVersion: "STRING_VALUE", // required
|
|
@@ -62,6 +62,18 @@ declare const GetClusterCommand_base: {
|
|
|
62
62
|
* // parameterValue: "STRING_VALUE", // required
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
65
|
+
* // slurmdbdCustomSettings: [ // SlurmdbdCustomSettings
|
|
66
|
+
* // { // SlurmdbdCustomSetting
|
|
67
|
+
* // parameterName: "STRING_VALUE", // required
|
|
68
|
+
* // parameterValue: "STRING_VALUE", // required
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // cgroupCustomSettings: [ // CgroupCustomSettings
|
|
72
|
+
* // { // CgroupCustomSetting
|
|
73
|
+
* // parameterName: "STRING_VALUE", // required
|
|
74
|
+
* // parameterValue: "STRING_VALUE", // required
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
65
77
|
* // authKey: { // SlurmAuthKey
|
|
66
78
|
* // secretArn: "STRING_VALUE", // required
|
|
67
79
|
* // secretVersion: "STRING_VALUE", // required
|
|
@@ -47,6 +47,18 @@ declare const UpdateClusterCommand_base: {
|
|
|
47
47
|
* parameterValue: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
|
+
* slurmdbdCustomSettings: [ // SlurmdbdCustomSettings
|
|
51
|
+
* { // SlurmdbdCustomSetting
|
|
52
|
+
* parameterName: "STRING_VALUE", // required
|
|
53
|
+
* parameterValue: "STRING_VALUE", // required
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* cgroupCustomSettings: [ // CgroupCustomSettings
|
|
57
|
+
* { // CgroupCustomSetting
|
|
58
|
+
* parameterName: "STRING_VALUE", // required
|
|
59
|
+
* parameterValue: "STRING_VALUE", // required
|
|
60
|
+
* },
|
|
61
|
+
* ],
|
|
50
62
|
* accounting: { // UpdateAccountingRequest
|
|
51
63
|
* defaultPurgeTimeInDays: Number("int"),
|
|
52
64
|
* mode: "STANDARD" || "NONE",
|
|
@@ -79,6 +91,18 @@ declare const UpdateClusterCommand_base: {
|
|
|
79
91
|
* // parameterValue: "STRING_VALUE", // required
|
|
80
92
|
* // },
|
|
81
93
|
* // ],
|
|
94
|
+
* // slurmdbdCustomSettings: [ // SlurmdbdCustomSettings
|
|
95
|
+
* // { // SlurmdbdCustomSetting
|
|
96
|
+
* // parameterName: "STRING_VALUE", // required
|
|
97
|
+
* // parameterValue: "STRING_VALUE", // required
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // cgroupCustomSettings: [ // CgroupCustomSettings
|
|
101
|
+
* // { // CgroupCustomSetting
|
|
102
|
+
* // parameterName: "STRING_VALUE", // required
|
|
103
|
+
* // parameterValue: "STRING_VALUE", // required
|
|
104
|
+
* // },
|
|
105
|
+
* // ],
|
|
82
106
|
* // authKey: { // SlurmAuthKey
|
|
83
107
|
* // secretArn: "STRING_VALUE", // required
|
|
84
108
|
* // secretVersion: "STRING_VALUE", // required
|
|
@@ -581,11 +581,43 @@ export interface SchedulerRequest {
|
|
|
581
581
|
*/
|
|
582
582
|
type: SchedulerType | undefined;
|
|
583
583
|
/**
|
|
584
|
-
* <p>The version of the specified scheduling software that PCS uses to manage cluster scaling and job scheduling. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html">Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> <p>Valid Values: <code>
|
|
584
|
+
* <p>The version of the specified scheduling software that PCS uses to manage cluster scaling and job scheduling. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html">Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> <p>Valid Values: <code>24.11 | 25.05</code> </p>
|
|
585
585
|
* @public
|
|
586
586
|
*/
|
|
587
587
|
version: string | undefined;
|
|
588
588
|
}
|
|
589
|
+
/**
|
|
590
|
+
* <p>Additional settings that directly map to Cgroup settings.</p> <important> <p>PCS supports a subset of Cgroup settings. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/cgroup-custom-settings.html">Configuring custom Cgroup settings in PCS</a> in the <i>PCS User Guide</i>.</p> </important>
|
|
591
|
+
* @public
|
|
592
|
+
*/
|
|
593
|
+
export interface CgroupCustomSetting {
|
|
594
|
+
/**
|
|
595
|
+
* <p>PCS supports custom Cgroup settings for clusters. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/cgroup-custom-settings.html">Configuring custom Cgroup settings in PCS</a> in the <i>PCS User Guide</i>.</p>
|
|
596
|
+
* @public
|
|
597
|
+
*/
|
|
598
|
+
parameterName: string | undefined;
|
|
599
|
+
/**
|
|
600
|
+
* <p>The values for the configured Cgroup settings.</p>
|
|
601
|
+
* @public
|
|
602
|
+
*/
|
|
603
|
+
parameterValue: string | undefined;
|
|
604
|
+
}
|
|
605
|
+
/**
|
|
606
|
+
* <p>Additional settings that directly map to SlurmDBD settings.</p> <important> <p>PCS supports a subset of SlurmDBD settings. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurmdbd-custom-settings.html">Configuring custom SlurmDBD settings in PCS</a> in the <i>PCS User Guide</i>.</p> </important>
|
|
607
|
+
* @public
|
|
608
|
+
*/
|
|
609
|
+
export interface SlurmdbdCustomSetting {
|
|
610
|
+
/**
|
|
611
|
+
* <p>PCS supports custom SlurmDBD settings for clusters. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurmdbd-custom-settings.html">Configuring custom SlurmDBD settings in PCS</a> in the <i>PCS User Guide</i>.</p>
|
|
612
|
+
* @public
|
|
613
|
+
*/
|
|
614
|
+
parameterName: string | undefined;
|
|
615
|
+
/**
|
|
616
|
+
* <p>The values for the configured SlurmDBD settings.</p>
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
parameterValue: string | undefined;
|
|
620
|
+
}
|
|
589
621
|
/**
|
|
590
622
|
* <p>The Slurm REST API configuration includes settings for enabling and configuring the Slurm REST API. It's a property of the <b>ClusterSlurmConfiguration</b> object.</p>
|
|
591
623
|
* @public
|
|
@@ -612,6 +644,16 @@ export interface ClusterSlurmConfigurationRequest {
|
|
|
612
644
|
* @public
|
|
613
645
|
*/
|
|
614
646
|
slurmCustomSettings?: SlurmCustomSetting[] | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* <p>Additional SlurmDBD-specific configuration that directly maps to SlurmDBD settings.</p>
|
|
649
|
+
* @public
|
|
650
|
+
*/
|
|
651
|
+
slurmdbdCustomSettings?: SlurmdbdCustomSetting[] | undefined;
|
|
652
|
+
/**
|
|
653
|
+
* <p>Additional Cgroup-specific configuration that directly maps to Cgroup settings.</p>
|
|
654
|
+
* @public
|
|
655
|
+
*/
|
|
656
|
+
cgroupCustomSettings?: CgroupCustomSetting[] | undefined;
|
|
615
657
|
/**
|
|
616
658
|
* <p>The accounting configuration includes configurable settings for Slurm accounting.</p>
|
|
617
659
|
* @public
|
|
@@ -726,7 +768,7 @@ export interface Scheduler {
|
|
|
726
768
|
*/
|
|
727
769
|
type: SchedulerType | undefined;
|
|
728
770
|
/**
|
|
729
|
-
* <p>The version of the specified scheduling software that PCS uses to manage cluster scaling and job scheduling. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html">Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> <p>Valid Values: <code>23.11 | 24.05 | 24.11</code> </p>
|
|
771
|
+
* <p>The version of the specified scheduling software that PCS uses to manage cluster scaling and job scheduling. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html">Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> <p>Valid Values: <code>23.11 | 24.05 | 24.11 | 25.05</code> </p>
|
|
730
772
|
* @public
|
|
731
773
|
*/
|
|
732
774
|
version: string | undefined;
|
|
@@ -800,6 +842,16 @@ export interface ClusterSlurmConfiguration {
|
|
|
800
842
|
* @public
|
|
801
843
|
*/
|
|
802
844
|
slurmCustomSettings?: SlurmCustomSetting[] | undefined;
|
|
845
|
+
/**
|
|
846
|
+
* <p>Additional SlurmDBD-specific configuration that directly maps to SlurmDBD settings.</p>
|
|
847
|
+
* @public
|
|
848
|
+
*/
|
|
849
|
+
slurmdbdCustomSettings?: SlurmdbdCustomSetting[] | undefined;
|
|
850
|
+
/**
|
|
851
|
+
* <p>Additional Cgroup-specific configuration that directly maps to Cgroup settings.</p>
|
|
852
|
+
* @public
|
|
853
|
+
*/
|
|
854
|
+
cgroupCustomSettings?: CgroupCustomSetting[] | undefined;
|
|
803
855
|
/**
|
|
804
856
|
* <p>The shared Slurm key for authentication, also known as the <b>cluster secret</b>.</p>
|
|
805
857
|
* @public
|
|
@@ -1391,6 +1443,16 @@ export interface UpdateClusterSlurmConfigurationRequest {
|
|
|
1391
1443
|
* @public
|
|
1392
1444
|
*/
|
|
1393
1445
|
slurmCustomSettings?: SlurmCustomSetting[] | undefined;
|
|
1446
|
+
/**
|
|
1447
|
+
* <p>Additional SlurmDBD-specific configuration that directly maps to SlurmDBD settings.</p>
|
|
1448
|
+
* @public
|
|
1449
|
+
*/
|
|
1450
|
+
slurmdbdCustomSettings?: SlurmdbdCustomSetting[] | undefined;
|
|
1451
|
+
/**
|
|
1452
|
+
* <p>Additional Cgroup-specific configuration that directly maps to Cgroup settings.</p>
|
|
1453
|
+
* @public
|
|
1454
|
+
*/
|
|
1455
|
+
cgroupCustomSettings?: CgroupCustomSetting[] | undefined;
|
|
1394
1456
|
/**
|
|
1395
1457
|
* <p>The accounting configuration includes configurable settings for Slurm accounting.</p>
|
|
1396
1458
|
* @public
|
|
@@ -16,6 +16,7 @@ export declare var ValidationException$: StaticErrorSchema;
|
|
|
16
16
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
17
17
|
export declare var Accounting$: StaticStructureSchema;
|
|
18
18
|
export declare var AccountingRequest$: StaticStructureSchema;
|
|
19
|
+
export declare var CgroupCustomSetting$: StaticStructureSchema;
|
|
19
20
|
export declare var Cluster$: StaticStructureSchema;
|
|
20
21
|
export declare var ClusterSlurmConfiguration$: StaticStructureSchema;
|
|
21
22
|
export declare var ClusterSlurmConfigurationRequest$: StaticStructureSchema;
|
|
@@ -71,6 +72,7 @@ export declare var Scheduler$: StaticStructureSchema;
|
|
|
71
72
|
export declare var SchedulerRequest$: StaticStructureSchema;
|
|
72
73
|
export declare var SlurmAuthKey$: StaticStructureSchema;
|
|
73
74
|
export declare var SlurmCustomSetting$: StaticStructureSchema;
|
|
75
|
+
export declare var SlurmdbdCustomSetting$: StaticStructureSchema;
|
|
74
76
|
export declare var SlurmRest$: StaticStructureSchema;
|
|
75
77
|
export declare var SlurmRestRequest$: StaticStructureSchema;
|
|
76
78
|
export declare var SpotOptions$: StaticStructureSchema;
|
|
@@ -153,12 +153,22 @@ export interface SchedulerRequest {
|
|
|
153
153
|
type: SchedulerType | undefined;
|
|
154
154
|
version: string | undefined;
|
|
155
155
|
}
|
|
156
|
+
export interface CgroupCustomSetting {
|
|
157
|
+
parameterName: string | undefined;
|
|
158
|
+
parameterValue: string | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface SlurmdbdCustomSetting {
|
|
161
|
+
parameterName: string | undefined;
|
|
162
|
+
parameterValue: string | undefined;
|
|
163
|
+
}
|
|
156
164
|
export interface SlurmRestRequest {
|
|
157
165
|
mode: SlurmRestMode | undefined;
|
|
158
166
|
}
|
|
159
167
|
export interface ClusterSlurmConfigurationRequest {
|
|
160
168
|
scaleDownIdleTimeInSeconds?: number | undefined;
|
|
161
169
|
slurmCustomSettings?: SlurmCustomSetting[] | undefined;
|
|
170
|
+
slurmdbdCustomSettings?: SlurmdbdCustomSetting[] | undefined;
|
|
171
|
+
cgroupCustomSettings?: CgroupCustomSetting[] | undefined;
|
|
162
172
|
accounting?: AccountingRequest | undefined;
|
|
163
173
|
slurmRest?: SlurmRestRequest | undefined;
|
|
164
174
|
}
|
|
@@ -204,6 +214,8 @@ export interface SlurmRest {
|
|
|
204
214
|
export interface ClusterSlurmConfiguration {
|
|
205
215
|
scaleDownIdleTimeInSeconds?: number | undefined;
|
|
206
216
|
slurmCustomSettings?: SlurmCustomSetting[] | undefined;
|
|
217
|
+
slurmdbdCustomSettings?: SlurmdbdCustomSetting[] | undefined;
|
|
218
|
+
cgroupCustomSettings?: CgroupCustomSetting[] | undefined;
|
|
207
219
|
authKey?: SlurmAuthKey | undefined;
|
|
208
220
|
jwtAuth?: JwtAuth | undefined;
|
|
209
221
|
accounting?: Accounting | undefined;
|
|
@@ -348,6 +360,8 @@ export interface UpdateSlurmRestRequest {
|
|
|
348
360
|
export interface UpdateClusterSlurmConfigurationRequest {
|
|
349
361
|
scaleDownIdleTimeInSeconds?: number | undefined;
|
|
350
362
|
slurmCustomSettings?: SlurmCustomSetting[] | undefined;
|
|
363
|
+
slurmdbdCustomSettings?: SlurmdbdCustomSetting[] | undefined;
|
|
364
|
+
cgroupCustomSettings?: CgroupCustomSetting[] | undefined;
|
|
351
365
|
accounting?: UpdateAccountingRequest | undefined;
|
|
352
366
|
slurmRest?: UpdateSlurmRestRequest | undefined;
|
|
353
367
|
}
|
|
@@ -15,6 +15,7 @@ export declare var ValidationException$: StaticErrorSchema;
|
|
|
15
15
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
16
16
|
export declare var Accounting$: StaticStructureSchema;
|
|
17
17
|
export declare var AccountingRequest$: StaticStructureSchema;
|
|
18
|
+
export declare var CgroupCustomSetting$: StaticStructureSchema;
|
|
18
19
|
export declare var Cluster$: StaticStructureSchema;
|
|
19
20
|
export declare var ClusterSlurmConfiguration$: StaticStructureSchema;
|
|
20
21
|
export declare var ClusterSlurmConfigurationRequest$: StaticStructureSchema;
|
|
@@ -70,6 +71,7 @@ export declare var Scheduler$: StaticStructureSchema;
|
|
|
70
71
|
export declare var SchedulerRequest$: StaticStructureSchema;
|
|
71
72
|
export declare var SlurmAuthKey$: StaticStructureSchema;
|
|
72
73
|
export declare var SlurmCustomSetting$: StaticStructureSchema;
|
|
74
|
+
export declare var SlurmdbdCustomSetting$: StaticStructureSchema;
|
|
73
75
|
export declare var SlurmRest$: StaticStructureSchema;
|
|
74
76
|
export declare var SlurmRestRequest$: StaticStructureSchema;
|
|
75
77
|
export declare var SpotOptions$: StaticStructureSchema;
|
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.
|
|
4
|
+
"version": "3.1016.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,17 +21,17 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.24",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.25",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.8",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.25",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.9",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.11",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
36
|
"@smithy/core": "^3.23.12",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|