@aws-sdk/client-deadline 3.731.1 → 3.737.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/README.md +80 -0
- package/dist-cjs/Deadline.js +20 -0
- package/dist-cjs/commands/CreateLimitCommand.js +27 -0
- package/dist-cjs/commands/CreateQueueLimitAssociationCommand.js +26 -0
- package/dist-cjs/commands/DeleteLimitCommand.js +26 -0
- package/dist-cjs/commands/DeleteQueueLimitAssociationCommand.js +26 -0
- package/dist-cjs/commands/GetLimitCommand.js +27 -0
- package/dist-cjs/commands/GetQueueLimitAssociationCommand.js +26 -0
- package/dist-cjs/commands/ListLimitsCommand.js +26 -0
- package/dist-cjs/commands/ListQueueLimitAssociationsCommand.js +26 -0
- package/dist-cjs/commands/UpdateLimitCommand.js +27 -0
- package/dist-cjs/commands/UpdateQueueLimitAssociationCommand.js +26 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +12 -5
- package/dist-cjs/models/models_1.js +20 -1
- package/dist-cjs/pagination/ListLimitsPaginator.js +7 -0
- package/dist-cjs/pagination/ListQueueLimitAssociationsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +428 -6
- package/dist-cjs/waiters/index.js +1 -0
- package/dist-cjs/waiters/waitForQueueLimitAssociationStopped.js +36 -0
- package/dist-es/Deadline.js +20 -0
- package/dist-es/commands/CreateLimitCommand.js +23 -0
- package/dist-es/commands/CreateQueueLimitAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteLimitCommand.js +22 -0
- package/dist-es/commands/DeleteQueueLimitAssociationCommand.js +22 -0
- package/dist-es/commands/GetLimitCommand.js +23 -0
- package/dist-es/commands/GetQueueLimitAssociationCommand.js +22 -0
- package/dist-es/commands/ListLimitsCommand.js +22 -0
- package/dist-es/commands/ListQueueLimitAssociationsCommand.js +22 -0
- package/dist-es/commands/UpdateLimitCommand.js +23 -0
- package/dist-es/commands/UpdateQueueLimitAssociationCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +8 -3
- package/dist-es/models/models_1.js +18 -0
- package/dist-es/pagination/ListLimitsPaginator.js +4 -0
- package/dist-es/pagination/ListQueueLimitAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +403 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForQueueLimitAssociationStopped.js +31 -0
- package/dist-types/Deadline.d.ts +70 -0
- package/dist-types/DeadlineClient.d.ts +12 -2
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateLimitCommand.d.ts +100 -0
- package/dist-types/commands/CreateQueueLimitAssociationCommand.d.ts +90 -0
- package/dist-types/commands/DeleteLimitCommand.d.ts +85 -0
- package/dist-types/commands/DeleteQueueLimitAssociationCommand.d.ts +96 -0
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetLimitCommand.d.ts +98 -0
- package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +95 -0
- package/dist-types/commands/GetSessionActionCommand.d.ts +6 -0
- package/dist-types/commands/GetWorkerCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListLimitsCommand.d.ts +103 -0
- package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueLimitAssociationsCommand.d.ts +98 -0
- package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -2
- package/dist-types/commands/SearchJobsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +5 -4
- package/dist-types/commands/UpdateLimitCommand.d.ts +89 -0
- package/dist-types/commands/UpdateQueueLimitAssociationCommand.d.ts +90 -0
- package/dist-types/commands/UpdateSessionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateStepCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +497 -391
- package/dist-types/models/models_1.d.ts +622 -1
- package/dist-types/pagination/ListLimitsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQueueLimitAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/Deadline.d.ts +170 -0
- package/dist-types/ts3.4/DeadlineClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateLimitCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateQueueLimitAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLimitCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteQueueLimitAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLimitCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetQueueLimitAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListLimitsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueueLimitAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateLimitCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateQueueLimitAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +82 -76
- package/dist-types/ts3.4/models/models_1.d.ts +146 -1
- package/dist-types/ts3.4/pagination/ListLimitsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQueueLimitAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForQueueLimitAssociationStopped.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForQueueLimitAssociationStopped.d.ts +14 -0
- package/package.json +34 -34
|
@@ -10,10 +10,12 @@ export * from "./ListJobMembersPaginator";
|
|
|
10
10
|
export * from "./ListJobParameterDefinitionsPaginator";
|
|
11
11
|
export * from "./ListJobsPaginator";
|
|
12
12
|
export * from "./ListLicenseEndpointsPaginator";
|
|
13
|
+
export * from "./ListLimitsPaginator";
|
|
13
14
|
export * from "./ListMeteredProductsPaginator";
|
|
14
15
|
export * from "./ListMonitorsPaginator";
|
|
15
16
|
export * from "./ListQueueEnvironmentsPaginator";
|
|
16
17
|
export * from "./ListQueueFleetAssociationsPaginator";
|
|
18
|
+
export * from "./ListQueueLimitAssociationsPaginator";
|
|
17
19
|
export * from "./ListQueueMembersPaginator";
|
|
18
20
|
export * from "./ListQueuesPaginator";
|
|
19
21
|
export * from "./ListSessionActionsPaginator";
|
|
@@ -67,6 +67,10 @@ import {
|
|
|
67
67
|
CreateLicenseEndpointCommandInput,
|
|
68
68
|
CreateLicenseEndpointCommandOutput,
|
|
69
69
|
} from "../commands/CreateLicenseEndpointCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateLimitCommandInput,
|
|
72
|
+
CreateLimitCommandOutput,
|
|
73
|
+
} from "../commands/CreateLimitCommand";
|
|
70
74
|
import {
|
|
71
75
|
CreateMonitorCommandInput,
|
|
72
76
|
CreateMonitorCommandOutput,
|
|
@@ -83,6 +87,10 @@ import {
|
|
|
83
87
|
CreateQueueFleetAssociationCommandInput,
|
|
84
88
|
CreateQueueFleetAssociationCommandOutput,
|
|
85
89
|
} from "../commands/CreateQueueFleetAssociationCommand";
|
|
90
|
+
import {
|
|
91
|
+
CreateQueueLimitAssociationCommandInput,
|
|
92
|
+
CreateQueueLimitAssociationCommandOutput,
|
|
93
|
+
} from "../commands/CreateQueueLimitAssociationCommand";
|
|
86
94
|
import {
|
|
87
95
|
CreateStorageProfileCommandInput,
|
|
88
96
|
CreateStorageProfileCommandOutput,
|
|
@@ -107,6 +115,10 @@ import {
|
|
|
107
115
|
DeleteLicenseEndpointCommandInput,
|
|
108
116
|
DeleteLicenseEndpointCommandOutput,
|
|
109
117
|
} from "../commands/DeleteLicenseEndpointCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteLimitCommandInput,
|
|
120
|
+
DeleteLimitCommandOutput,
|
|
121
|
+
} from "../commands/DeleteLimitCommand";
|
|
110
122
|
import {
|
|
111
123
|
DeleteMeteredProductCommandInput,
|
|
112
124
|
DeleteMeteredProductCommandOutput,
|
|
@@ -127,6 +139,10 @@ import {
|
|
|
127
139
|
DeleteQueueFleetAssociationCommandInput,
|
|
128
140
|
DeleteQueueFleetAssociationCommandOutput,
|
|
129
141
|
} from "../commands/DeleteQueueFleetAssociationCommand";
|
|
142
|
+
import {
|
|
143
|
+
DeleteQueueLimitAssociationCommandInput,
|
|
144
|
+
DeleteQueueLimitAssociationCommandOutput,
|
|
145
|
+
} from "../commands/DeleteQueueLimitAssociationCommand";
|
|
130
146
|
import {
|
|
131
147
|
DeleteStorageProfileCommandInput,
|
|
132
148
|
DeleteStorageProfileCommandOutput,
|
|
@@ -171,6 +187,10 @@ import {
|
|
|
171
187
|
GetLicenseEndpointCommandInput,
|
|
172
188
|
GetLicenseEndpointCommandOutput,
|
|
173
189
|
} from "../commands/GetLicenseEndpointCommand";
|
|
190
|
+
import {
|
|
191
|
+
GetLimitCommandInput,
|
|
192
|
+
GetLimitCommandOutput,
|
|
193
|
+
} from "../commands/GetLimitCommand";
|
|
174
194
|
import {
|
|
175
195
|
GetMonitorCommandInput,
|
|
176
196
|
GetMonitorCommandOutput,
|
|
@@ -187,6 +207,10 @@ import {
|
|
|
187
207
|
GetQueueFleetAssociationCommandInput,
|
|
188
208
|
GetQueueFleetAssociationCommandOutput,
|
|
189
209
|
} from "../commands/GetQueueFleetAssociationCommand";
|
|
210
|
+
import {
|
|
211
|
+
GetQueueLimitAssociationCommandInput,
|
|
212
|
+
GetQueueLimitAssociationCommandOutput,
|
|
213
|
+
} from "../commands/GetQueueLimitAssociationCommand";
|
|
190
214
|
import {
|
|
191
215
|
GetSessionActionCommandInput,
|
|
192
216
|
GetSessionActionCommandOutput,
|
|
@@ -259,6 +283,10 @@ import {
|
|
|
259
283
|
ListLicenseEndpointsCommandInput,
|
|
260
284
|
ListLicenseEndpointsCommandOutput,
|
|
261
285
|
} from "../commands/ListLicenseEndpointsCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListLimitsCommandInput,
|
|
288
|
+
ListLimitsCommandOutput,
|
|
289
|
+
} from "../commands/ListLimitsCommand";
|
|
262
290
|
import {
|
|
263
291
|
ListMeteredProductsCommandInput,
|
|
264
292
|
ListMeteredProductsCommandOutput,
|
|
@@ -275,6 +303,10 @@ import {
|
|
|
275
303
|
ListQueueFleetAssociationsCommandInput,
|
|
276
304
|
ListQueueFleetAssociationsCommandOutput,
|
|
277
305
|
} from "../commands/ListQueueFleetAssociationsCommand";
|
|
306
|
+
import {
|
|
307
|
+
ListQueueLimitAssociationsCommandInput,
|
|
308
|
+
ListQueueLimitAssociationsCommandOutput,
|
|
309
|
+
} from "../commands/ListQueueLimitAssociationsCommand";
|
|
278
310
|
import {
|
|
279
311
|
ListQueueMembersCommandInput,
|
|
280
312
|
ListQueueMembersCommandOutput,
|
|
@@ -375,6 +407,10 @@ import {
|
|
|
375
407
|
UpdateJobCommandInput,
|
|
376
408
|
UpdateJobCommandOutput,
|
|
377
409
|
} from "../commands/UpdateJobCommand";
|
|
410
|
+
import {
|
|
411
|
+
UpdateLimitCommandInput,
|
|
412
|
+
UpdateLimitCommandOutput,
|
|
413
|
+
} from "../commands/UpdateLimitCommand";
|
|
378
414
|
import {
|
|
379
415
|
UpdateMonitorCommandInput,
|
|
380
416
|
UpdateMonitorCommandOutput,
|
|
@@ -391,6 +427,10 @@ import {
|
|
|
391
427
|
UpdateQueueFleetAssociationCommandInput,
|
|
392
428
|
UpdateQueueFleetAssociationCommandOutput,
|
|
393
429
|
} from "../commands/UpdateQueueFleetAssociationCommand";
|
|
430
|
+
import {
|
|
431
|
+
UpdateQueueLimitAssociationCommandInput,
|
|
432
|
+
UpdateQueueLimitAssociationCommandOutput,
|
|
433
|
+
} from "../commands/UpdateQueueLimitAssociationCommand";
|
|
394
434
|
import {
|
|
395
435
|
UpdateSessionCommandInput,
|
|
396
436
|
UpdateSessionCommandOutput,
|
|
@@ -479,6 +519,10 @@ export declare const se_CreateLicenseEndpointCommand: (
|
|
|
479
519
|
input: CreateLicenseEndpointCommandInput,
|
|
480
520
|
context: __SerdeContext
|
|
481
521
|
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const se_CreateLimitCommand: (
|
|
523
|
+
input: CreateLimitCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
482
526
|
export declare const se_CreateMonitorCommand: (
|
|
483
527
|
input: CreateMonitorCommandInput,
|
|
484
528
|
context: __SerdeContext
|
|
@@ -495,6 +539,10 @@ export declare const se_CreateQueueFleetAssociationCommand: (
|
|
|
495
539
|
input: CreateQueueFleetAssociationCommandInput,
|
|
496
540
|
context: __SerdeContext
|
|
497
541
|
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const se_CreateQueueLimitAssociationCommand: (
|
|
543
|
+
input: CreateQueueLimitAssociationCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
498
546
|
export declare const se_CreateStorageProfileCommand: (
|
|
499
547
|
input: CreateStorageProfileCommandInput,
|
|
500
548
|
context: __SerdeContext
|
|
@@ -519,6 +567,10 @@ export declare const se_DeleteLicenseEndpointCommand: (
|
|
|
519
567
|
input: DeleteLicenseEndpointCommandInput,
|
|
520
568
|
context: __SerdeContext
|
|
521
569
|
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const se_DeleteLimitCommand: (
|
|
571
|
+
input: DeleteLimitCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
522
574
|
export declare const se_DeleteMeteredProductCommand: (
|
|
523
575
|
input: DeleteMeteredProductCommandInput,
|
|
524
576
|
context: __SerdeContext
|
|
@@ -539,6 +591,10 @@ export declare const se_DeleteQueueFleetAssociationCommand: (
|
|
|
539
591
|
input: DeleteQueueFleetAssociationCommandInput,
|
|
540
592
|
context: __SerdeContext
|
|
541
593
|
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const se_DeleteQueueLimitAssociationCommand: (
|
|
595
|
+
input: DeleteQueueLimitAssociationCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
542
598
|
export declare const se_DeleteStorageProfileCommand: (
|
|
543
599
|
input: DeleteStorageProfileCommandInput,
|
|
544
600
|
context: __SerdeContext
|
|
@@ -583,6 +639,10 @@ export declare const se_GetLicenseEndpointCommand: (
|
|
|
583
639
|
input: GetLicenseEndpointCommandInput,
|
|
584
640
|
context: __SerdeContext
|
|
585
641
|
) => Promise<__HttpRequest>;
|
|
642
|
+
export declare const se_GetLimitCommand: (
|
|
643
|
+
input: GetLimitCommandInput,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<__HttpRequest>;
|
|
586
646
|
export declare const se_GetMonitorCommand: (
|
|
587
647
|
input: GetMonitorCommandInput,
|
|
588
648
|
context: __SerdeContext
|
|
@@ -599,6 +659,10 @@ export declare const se_GetQueueFleetAssociationCommand: (
|
|
|
599
659
|
input: GetQueueFleetAssociationCommandInput,
|
|
600
660
|
context: __SerdeContext
|
|
601
661
|
) => Promise<__HttpRequest>;
|
|
662
|
+
export declare const se_GetQueueLimitAssociationCommand: (
|
|
663
|
+
input: GetQueueLimitAssociationCommandInput,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<__HttpRequest>;
|
|
602
666
|
export declare const se_GetSessionCommand: (
|
|
603
667
|
input: GetSessionCommandInput,
|
|
604
668
|
context: __SerdeContext
|
|
@@ -671,6 +735,10 @@ export declare const se_ListLicenseEndpointsCommand: (
|
|
|
671
735
|
input: ListLicenseEndpointsCommandInput,
|
|
672
736
|
context: __SerdeContext
|
|
673
737
|
) => Promise<__HttpRequest>;
|
|
738
|
+
export declare const se_ListLimitsCommand: (
|
|
739
|
+
input: ListLimitsCommandInput,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<__HttpRequest>;
|
|
674
742
|
export declare const se_ListMeteredProductsCommand: (
|
|
675
743
|
input: ListMeteredProductsCommandInput,
|
|
676
744
|
context: __SerdeContext
|
|
@@ -687,6 +755,10 @@ export declare const se_ListQueueFleetAssociationsCommand: (
|
|
|
687
755
|
input: ListQueueFleetAssociationsCommandInput,
|
|
688
756
|
context: __SerdeContext
|
|
689
757
|
) => Promise<__HttpRequest>;
|
|
758
|
+
export declare const se_ListQueueLimitAssociationsCommand: (
|
|
759
|
+
input: ListQueueLimitAssociationsCommandInput,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<__HttpRequest>;
|
|
690
762
|
export declare const se_ListQueueMembersCommand: (
|
|
691
763
|
input: ListQueueMembersCommandInput,
|
|
692
764
|
context: __SerdeContext
|
|
@@ -787,6 +859,10 @@ export declare const se_UpdateJobCommand: (
|
|
|
787
859
|
input: UpdateJobCommandInput,
|
|
788
860
|
context: __SerdeContext
|
|
789
861
|
) => Promise<__HttpRequest>;
|
|
862
|
+
export declare const se_UpdateLimitCommand: (
|
|
863
|
+
input: UpdateLimitCommandInput,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<__HttpRequest>;
|
|
790
866
|
export declare const se_UpdateMonitorCommand: (
|
|
791
867
|
input: UpdateMonitorCommandInput,
|
|
792
868
|
context: __SerdeContext
|
|
@@ -803,6 +879,10 @@ export declare const se_UpdateQueueFleetAssociationCommand: (
|
|
|
803
879
|
input: UpdateQueueFleetAssociationCommandInput,
|
|
804
880
|
context: __SerdeContext
|
|
805
881
|
) => Promise<__HttpRequest>;
|
|
882
|
+
export declare const se_UpdateQueueLimitAssociationCommand: (
|
|
883
|
+
input: UpdateQueueLimitAssociationCommandInput,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<__HttpRequest>;
|
|
806
886
|
export declare const se_UpdateSessionCommand: (
|
|
807
887
|
input: UpdateSessionCommandInput,
|
|
808
888
|
context: __SerdeContext
|
|
@@ -891,6 +971,10 @@ export declare const de_CreateLicenseEndpointCommand: (
|
|
|
891
971
|
output: __HttpResponse,
|
|
892
972
|
context: __SerdeContext
|
|
893
973
|
) => Promise<CreateLicenseEndpointCommandOutput>;
|
|
974
|
+
export declare const de_CreateLimitCommand: (
|
|
975
|
+
output: __HttpResponse,
|
|
976
|
+
context: __SerdeContext
|
|
977
|
+
) => Promise<CreateLimitCommandOutput>;
|
|
894
978
|
export declare const de_CreateMonitorCommand: (
|
|
895
979
|
output: __HttpResponse,
|
|
896
980
|
context: __SerdeContext
|
|
@@ -907,6 +991,10 @@ export declare const de_CreateQueueFleetAssociationCommand: (
|
|
|
907
991
|
output: __HttpResponse,
|
|
908
992
|
context: __SerdeContext
|
|
909
993
|
) => Promise<CreateQueueFleetAssociationCommandOutput>;
|
|
994
|
+
export declare const de_CreateQueueLimitAssociationCommand: (
|
|
995
|
+
output: __HttpResponse,
|
|
996
|
+
context: __SerdeContext
|
|
997
|
+
) => Promise<CreateQueueLimitAssociationCommandOutput>;
|
|
910
998
|
export declare const de_CreateStorageProfileCommand: (
|
|
911
999
|
output: __HttpResponse,
|
|
912
1000
|
context: __SerdeContext
|
|
@@ -931,6 +1019,10 @@ export declare const de_DeleteLicenseEndpointCommand: (
|
|
|
931
1019
|
output: __HttpResponse,
|
|
932
1020
|
context: __SerdeContext
|
|
933
1021
|
) => Promise<DeleteLicenseEndpointCommandOutput>;
|
|
1022
|
+
export declare const de_DeleteLimitCommand: (
|
|
1023
|
+
output: __HttpResponse,
|
|
1024
|
+
context: __SerdeContext
|
|
1025
|
+
) => Promise<DeleteLimitCommandOutput>;
|
|
934
1026
|
export declare const de_DeleteMeteredProductCommand: (
|
|
935
1027
|
output: __HttpResponse,
|
|
936
1028
|
context: __SerdeContext
|
|
@@ -951,6 +1043,10 @@ export declare const de_DeleteQueueFleetAssociationCommand: (
|
|
|
951
1043
|
output: __HttpResponse,
|
|
952
1044
|
context: __SerdeContext
|
|
953
1045
|
) => Promise<DeleteQueueFleetAssociationCommandOutput>;
|
|
1046
|
+
export declare const de_DeleteQueueLimitAssociationCommand: (
|
|
1047
|
+
output: __HttpResponse,
|
|
1048
|
+
context: __SerdeContext
|
|
1049
|
+
) => Promise<DeleteQueueLimitAssociationCommandOutput>;
|
|
954
1050
|
export declare const de_DeleteStorageProfileCommand: (
|
|
955
1051
|
output: __HttpResponse,
|
|
956
1052
|
context: __SerdeContext
|
|
@@ -995,6 +1091,10 @@ export declare const de_GetLicenseEndpointCommand: (
|
|
|
995
1091
|
output: __HttpResponse,
|
|
996
1092
|
context: __SerdeContext
|
|
997
1093
|
) => Promise<GetLicenseEndpointCommandOutput>;
|
|
1094
|
+
export declare const de_GetLimitCommand: (
|
|
1095
|
+
output: __HttpResponse,
|
|
1096
|
+
context: __SerdeContext
|
|
1097
|
+
) => Promise<GetLimitCommandOutput>;
|
|
998
1098
|
export declare const de_GetMonitorCommand: (
|
|
999
1099
|
output: __HttpResponse,
|
|
1000
1100
|
context: __SerdeContext
|
|
@@ -1011,6 +1111,10 @@ export declare const de_GetQueueFleetAssociationCommand: (
|
|
|
1011
1111
|
output: __HttpResponse,
|
|
1012
1112
|
context: __SerdeContext
|
|
1013
1113
|
) => Promise<GetQueueFleetAssociationCommandOutput>;
|
|
1114
|
+
export declare const de_GetQueueLimitAssociationCommand: (
|
|
1115
|
+
output: __HttpResponse,
|
|
1116
|
+
context: __SerdeContext
|
|
1117
|
+
) => Promise<GetQueueLimitAssociationCommandOutput>;
|
|
1014
1118
|
export declare const de_GetSessionCommand: (
|
|
1015
1119
|
output: __HttpResponse,
|
|
1016
1120
|
context: __SerdeContext
|
|
@@ -1083,6 +1187,10 @@ export declare const de_ListLicenseEndpointsCommand: (
|
|
|
1083
1187
|
output: __HttpResponse,
|
|
1084
1188
|
context: __SerdeContext
|
|
1085
1189
|
) => Promise<ListLicenseEndpointsCommandOutput>;
|
|
1190
|
+
export declare const de_ListLimitsCommand: (
|
|
1191
|
+
output: __HttpResponse,
|
|
1192
|
+
context: __SerdeContext
|
|
1193
|
+
) => Promise<ListLimitsCommandOutput>;
|
|
1086
1194
|
export declare const de_ListMeteredProductsCommand: (
|
|
1087
1195
|
output: __HttpResponse,
|
|
1088
1196
|
context: __SerdeContext
|
|
@@ -1099,6 +1207,10 @@ export declare const de_ListQueueFleetAssociationsCommand: (
|
|
|
1099
1207
|
output: __HttpResponse,
|
|
1100
1208
|
context: __SerdeContext
|
|
1101
1209
|
) => Promise<ListQueueFleetAssociationsCommandOutput>;
|
|
1210
|
+
export declare const de_ListQueueLimitAssociationsCommand: (
|
|
1211
|
+
output: __HttpResponse,
|
|
1212
|
+
context: __SerdeContext
|
|
1213
|
+
) => Promise<ListQueueLimitAssociationsCommandOutput>;
|
|
1102
1214
|
export declare const de_ListQueueMembersCommand: (
|
|
1103
1215
|
output: __HttpResponse,
|
|
1104
1216
|
context: __SerdeContext
|
|
@@ -1199,6 +1311,10 @@ export declare const de_UpdateJobCommand: (
|
|
|
1199
1311
|
output: __HttpResponse,
|
|
1200
1312
|
context: __SerdeContext
|
|
1201
1313
|
) => Promise<UpdateJobCommandOutput>;
|
|
1314
|
+
export declare const de_UpdateLimitCommand: (
|
|
1315
|
+
output: __HttpResponse,
|
|
1316
|
+
context: __SerdeContext
|
|
1317
|
+
) => Promise<UpdateLimitCommandOutput>;
|
|
1202
1318
|
export declare const de_UpdateMonitorCommand: (
|
|
1203
1319
|
output: __HttpResponse,
|
|
1204
1320
|
context: __SerdeContext
|
|
@@ -1215,6 +1331,10 @@ export declare const de_UpdateQueueFleetAssociationCommand: (
|
|
|
1215
1331
|
output: __HttpResponse,
|
|
1216
1332
|
context: __SerdeContext
|
|
1217
1333
|
) => Promise<UpdateQueueFleetAssociationCommandOutput>;
|
|
1334
|
+
export declare const de_UpdateQueueLimitAssociationCommand: (
|
|
1335
|
+
output: __HttpResponse,
|
|
1336
|
+
context: __SerdeContext
|
|
1337
|
+
) => Promise<UpdateQueueLimitAssociationCommandOutput>;
|
|
1218
1338
|
export declare const de_UpdateSessionCommand: (
|
|
1219
1339
|
output: __HttpResponse,
|
|
1220
1340
|
context: __SerdeContext
|
|
@@ -3,5 +3,6 @@ export * from "./waitForJobCreateComplete";
|
|
|
3
3
|
export * from "./waitForLicenseEndpointDeleted";
|
|
4
4
|
export * from "./waitForLicenseEndpointValid";
|
|
5
5
|
export * from "./waitForQueueFleetAssociationStopped";
|
|
6
|
+
export * from "./waitForQueueLimitAssociationStopped";
|
|
6
7
|
export * from "./waitForQueueScheduling";
|
|
7
8
|
export * from "./waitForQueueSchedulingBlocked";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetQueueLimitAssociationCommandInput } from "../commands/GetQueueLimitAssociationCommand";
|
|
3
|
+
import { DeadlineClient } from "../DeadlineClient";
|
|
4
|
+
export declare const waitForQueueLimitAssociationStopped: (
|
|
5
|
+
params: WaiterConfiguration<DeadlineClient>,
|
|
6
|
+
input: GetQueueLimitAssociationCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilQueueLimitAssociationStopped: (
|
|
9
|
+
params: WaiterConfiguration<DeadlineClient>,
|
|
10
|
+
input: GetQueueLimitAssociationCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -3,5 +3,6 @@ export * from "./waitForJobCreateComplete";
|
|
|
3
3
|
export * from "./waitForLicenseEndpointDeleted";
|
|
4
4
|
export * from "./waitForLicenseEndpointValid";
|
|
5
5
|
export * from "./waitForQueueFleetAssociationStopped";
|
|
6
|
+
export * from "./waitForQueueLimitAssociationStopped";
|
|
6
7
|
export * from "./waitForQueueScheduling";
|
|
7
8
|
export * from "./waitForQueueSchedulingBlocked";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetQueueLimitAssociationCommandInput } from "../commands/GetQueueLimitAssociationCommand";
|
|
3
|
+
import { DeadlineClient } from "../DeadlineClient";
|
|
4
|
+
/**
|
|
5
|
+
* Wait until a QueueLimitAssociation is stopped. Use this after setting the status to STOP_LIMIT_USAGE_AND_COMPLETE_TASKS or STOP_LIMIT_USAGE_AND_CANCEL_TASKS to wait for a QueueLimitAssociation to reach STOPPED
|
|
6
|
+
* @deprecated Use waitUntilQueueLimitAssociationStopped instead. waitForQueueLimitAssociationStopped does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForQueueLimitAssociationStopped: (params: WaiterConfiguration<DeadlineClient>, input: GetQueueLimitAssociationCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
* Wait until a QueueLimitAssociation is stopped. Use this after setting the status to STOP_LIMIT_USAGE_AND_COMPLETE_TASKS or STOP_LIMIT_USAGE_AND_CANCEL_TASKS to wait for a QueueLimitAssociation to reach STOPPED
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to GetQueueLimitAssociationCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilQueueLimitAssociationStopped: (params: WaiterConfiguration<DeadlineClient>, input: GetQueueLimitAssociationCommandInput) => Promise<WaiterResult>;
|
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.737.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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.0.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.0.
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
46
|
-
"@smithy/protocol-http": "^5.0.
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.734.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.734.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.734.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
|
+
"@aws-sdk/types": "3.734.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.734.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.734.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
+
"@smithy/core": "^3.1.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
|
+
"@smithy/hash-node": "^4.0.1",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.3",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.1",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.1",
|
|
44
|
+
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.2",
|
|
46
|
+
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
+
"@smithy/smithy-client": "^4.1.2",
|
|
48
|
+
"@smithy/types": "^4.1.0",
|
|
49
|
+
"@smithy/url-parser": "^4.0.1",
|
|
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.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.3",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.1",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.1",
|
|
57
|
+
"@smithy/util-retry": "^4.0.1",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
|
-
"@smithy/util-waiter": "^4.0.
|
|
59
|
+
"@smithy/util-waiter": "^4.0.2",
|
|
60
60
|
"@types/uuid": "^9.0.1",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|