@aws-sdk/client-deadline 3.864.0 → 3.865.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 +8 -1
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/Deadline.d.ts +8 -1
- package/dist-types/DeadlineClient.d.ts +8 -1
- package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +4 -2
- package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +4 -2
- package/dist-types/commands/AssociateMemberToJobCommand.d.ts +4 -2
- package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +4 -2
- package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +4 -2
- package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +4 -2
- package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +4 -2
- package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +2 -1
- package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +4 -2
- package/dist-types/commands/BatchGetJobEntityCommand.d.ts +2 -1
- package/dist-types/commands/CopyJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateBudgetCommand.d.ts +4 -2
- package/dist-types/commands/CreateFarmCommand.d.ts +8 -3
- package/dist-types/commands/CreateFleetCommand.d.ts +8 -4
- package/dist-types/commands/CreateJobCommand.d.ts +7 -3
- package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +8 -4
- package/dist-types/commands/CreateLimitCommand.d.ts +9 -3
- package/dist-types/commands/CreateMonitorCommand.d.ts +7 -3
- package/dist-types/commands/CreateQueueCommand.d.ts +6 -3
- package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +4 -2
- package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateQueueLimitAssociationCommand.d.ts +6 -2
- package/dist-types/commands/CreateStorageProfileCommand.d.ts +6 -3
- package/dist-types/commands/CreateWorkerCommand.d.ts +15 -3
- package/dist-types/commands/DeleteBudgetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFarmCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +4 -2
- package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +4 -2
- package/dist-types/commands/DeleteLimitCommand.d.ts +5 -2
- package/dist-types/commands/DeleteMeteredProductCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +4 -2
- package/dist-types/commands/DeleteQueueCommand.d.ts +9 -3
- package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +4 -2
- package/dist-types/commands/DeleteQueueLimitAssociationCommand.d.ts +10 -3
- package/dist-types/commands/DeleteStorageProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkerCommand.d.ts +4 -2
- package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +4 -2
- package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +4 -2
- package/dist-types/commands/GetBudgetCommand.d.ts +2 -1
- package/dist-types/commands/GetFarmCommand.d.ts +2 -1
- package/dist-types/commands/GetFleetCommand.d.ts +5 -3
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetLicenseEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetLimitCommand.d.ts +2 -1
- package/dist-types/commands/GetMonitorCommand.d.ts +2 -1
- package/dist-types/commands/GetQueueCommand.d.ts +2 -1
- package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionActionCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +6 -2
- package/dist-types/commands/GetStepCommand.d.ts +2 -1
- package/dist-types/commands/GetStorageProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +2 -1
- package/dist-types/commands/GetTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkerCommand.d.ts +2 -1
- package/dist-types/commands/ListBudgetsCommand.d.ts +2 -1
- package/dist-types/commands/ListFarmMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListFarmsCommand.d.ts +2 -1
- package/dist-types/commands/ListFleetMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListFleetsCommand.d.ts +6 -4
- package/dist-types/commands/ListJobMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListLimitsCommand.d.ts +2 -1
- package/dist-types/commands/ListMeteredProductsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
- package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListQueueMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +2 -1
- package/dist-types/commands/ListSessionActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +2 -1
- package/dist-types/commands/ListStepConsumersCommand.d.ts +2 -1
- package/dist-types/commands/ListStepDependenciesCommand.d.ts +2 -1
- package/dist-types/commands/ListStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkersCommand.d.ts +2 -1
- package/dist-types/commands/PutMeteredProductCommand.d.ts +2 -1
- package/dist-types/commands/SearchJobsCommand.d.ts +2 -1
- package/dist-types/commands/SearchStepsCommand.d.ts +2 -1
- package/dist-types/commands/SearchTasksCommand.d.ts +2 -1
- package/dist-types/commands/SearchWorkersCommand.d.ts +2 -1
- package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +9 -2
- package/dist-types/commands/TagResourceCommand.d.ts +4 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -2
- package/dist-types/commands/UpdateBudgetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFarmCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +5 -3
- package/dist-types/commands/UpdateJobCommand.d.ts +11 -3
- package/dist-types/commands/UpdateLimitCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMonitorCommand.d.ts +4 -2
- package/dist-types/commands/UpdateQueueCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQueueLimitAssociationCommand.d.ts +5 -2
- package/dist-types/commands/UpdateSessionCommand.d.ts +4 -2
- package/dist-types/commands/UpdateStepCommand.d.ts +4 -2
- package/dist-types/commands/UpdateStorageProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskCommand.d.ts +4 -2
- package/dist-types/commands/UpdateWorkerCommand.d.ts +4 -2
- package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +4 -2
- package/dist-types/index.d.ts +8 -1
- package/dist-types/models/models_0.d.ts +477 -98
- package/dist-types/models/models_1.d.ts +350 -50
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +1 -1
|
@@ -1000,6 +1000,7 @@ export interface ServiceManagedEc2InstanceCapabilities {
|
|
|
1000
1000
|
export declare const Ec2MarketType: {
|
|
1001
1001
|
readonly ON_DEMAND: "on-demand";
|
|
1002
1002
|
readonly SPOT: "spot";
|
|
1003
|
+
readonly WAIT_AND_SAVE: "wait-and-save";
|
|
1003
1004
|
};
|
|
1004
1005
|
export type Ec2MarketType = (typeof Ec2MarketType)[keyof typeof Ec2MarketType];
|
|
1005
1006
|
export interface ServiceManagedEc2InstanceMarketOptions {
|
|
@@ -1276,6 +1277,7 @@ export declare const FleetStatus: {
|
|
|
1276
1277
|
readonly ACTIVE: "ACTIVE";
|
|
1277
1278
|
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1278
1279
|
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1280
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
1279
1281
|
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1280
1282
|
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1281
1283
|
};
|
|
@@ -1286,6 +1288,7 @@ export interface GetFleetResponse {
|
|
|
1286
1288
|
displayName: string | undefined;
|
|
1287
1289
|
description?: string | undefined;
|
|
1288
1290
|
status: FleetStatus | undefined;
|
|
1291
|
+
statusMessage?: string | undefined;
|
|
1289
1292
|
autoScalingStatus?: AutoScalingStatus | undefined;
|
|
1290
1293
|
targetWorkerCount?: number | undefined;
|
|
1291
1294
|
workerCount: number | undefined;
|
|
@@ -1331,6 +1334,7 @@ export interface FleetSummary {
|
|
|
1331
1334
|
farmId: string | undefined;
|
|
1332
1335
|
displayName: string | undefined;
|
|
1333
1336
|
status: FleetStatus | undefined;
|
|
1337
|
+
statusMessage?: string | undefined;
|
|
1334
1338
|
autoScalingStatus?: AutoScalingStatus | undefined;
|
|
1335
1339
|
targetWorkerCount?: number | undefined;
|
|
1336
1340
|
workerCount: number | undefined;
|
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.865.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",
|