@aws-sdk/client-deadline 3.1018.0 → 3.1020.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/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-cjs/schemas/schemas_0.js +101 -85
- package/dist-es/Deadline.js +25 -25
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/schemas/schemas_0.js +92 -76
- package/dist-es/waiters/waitForFleetActive.js +1 -1
- package/dist-es/waiters/waitForJobComplete.js +1 -1
- package/dist-es/waiters/waitForJobCreateComplete.js +1 -1
- package/dist-es/waiters/waitForJobSucceeded.js +1 -1
- package/dist-es/waiters/waitForLicenseEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForLicenseEndpointValid.js +1 -1
- package/dist-es/waiters/waitForQueueFleetAssociationStopped.js +1 -1
- package/dist-es/waiters/waitForQueueLimitAssociationStopped.js +1 -1
- package/dist-es/waiters/waitForQueueScheduling.js +1 -1
- package/dist-es/waiters/waitForQueueSchedulingBlocked.js +1 -1
- package/dist-types/Deadline.d.ts +113 -113
- package/dist-types/DeadlineClient.d.ts +116 -116
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMemberToJobCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +1 -1
- package/dist-types/commands/CopyJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateBudgetCommand.d.ts +3 -3
- package/dist-types/commands/CreateFleetCommand.d.ts +11 -1
- package/dist-types/commands/CreateLimitCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateStorageProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
- package/dist-types/commands/GetBudgetCommand.d.ts +5 -5
- package/dist-types/commands/GetFarmCommand.d.ts +2 -2
- package/dist-types/commands/GetFleetCommand.d.ts +15 -5
- package/dist-types/commands/GetLimitCommand.d.ts +6 -6
- package/dist-types/commands/GetQueueCommand.d.ts +6 -6
- package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +3 -3
- package/dist-types/commands/GetSessionActionCommand.d.ts +12 -12
- package/dist-types/commands/GetSessionCommand.d.ts +5 -5
- package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +3 -3
- package/dist-types/commands/GetTaskCommand.d.ts +5 -5
- package/dist-types/commands/ListBudgetsCommand.d.ts +3 -3
- package/dist-types/commands/ListFarmsCommand.d.ts +2 -2
- package/dist-types/commands/ListFleetsCommand.d.ts +12 -2
- package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListLimitsCommand.d.ts +6 -6
- package/dist-types/commands/ListMonitorsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueFleetAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListQueueLimitAssociationsCommand.d.ts +5 -5
- package/dist-types/commands/ListQueuesCommand.d.ts +2 -2
- package/dist-types/commands/ListSessionActionsCommand.d.ts +8 -8
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +5 -5
- package/dist-types/commands/ListWorkersCommand.d.ts +3 -3
- package/dist-types/commands/SearchJobsCommand.d.ts +3 -3
- package/dist-types/commands/SearchStepsCommand.d.ts +4 -4
- package/dist-types/commands/SearchTasksCommand.d.ts +4 -4
- package/dist-types/commands/SearchWorkersCommand.d.ts +3 -3
- package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +11 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSessionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateStepCommand.d.ts +2 -2
- package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -2
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +529 -407
- package/dist-types/models/models_1.d.ts +130 -66
- package/dist-types/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAvailableMeteredProductsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBudgetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFarmMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFarmsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFleetMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobParameterDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLicenseEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLimitsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMeteredProductsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueueEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueueFleetAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueueLimitAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueueMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionsForWorkerPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStepConsumersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStepDependenciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStorageProfilesForQueuePaginator.d.ts +1 -1
- package/dist-types/pagination/ListStorageProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkersPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/DeadlineClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +100 -94
- package/dist-types/ts3.4/models/models_1.d.ts +27 -16
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/dist-types/waiters/waitForFleetActive.d.ts +3 -3
- package/dist-types/waiters/waitForJobComplete.d.ts +3 -3
- package/dist-types/waiters/waitForJobCreateComplete.d.ts +3 -3
- package/dist-types/waiters/waitForJobSucceeded.d.ts +3 -3
- package/dist-types/waiters/waitForLicenseEndpointDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForLicenseEndpointValid.d.ts +3 -3
- package/dist-types/waiters/waitForQueueFleetAssociationStopped.d.ts +3 -3
- package/dist-types/waiters/waitForQueueLimitAssociationStopped.d.ts +3 -3
- package/dist-types/waiters/waitForQueueScheduling.d.ts +3 -3
- package/dist-types/waiters/waitForQueueSchedulingBlocked.d.ts +3 -3
- package/package.json +14 -14
|
@@ -43,7 +43,6 @@ declare const ListMonitorsCommand_base: {
|
|
|
43
43
|
* const command = new ListMonitorsCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
45
|
* // { // ListMonitorsResponse
|
|
46
|
-
* // nextToken: "STRING_VALUE",
|
|
47
46
|
* // monitors: [ // MonitorSummaries // required
|
|
48
47
|
* // { // MonitorSummary
|
|
49
48
|
* // monitorId: "STRING_VALUE", // required
|
|
@@ -59,6 +58,7 @@ declare const ListMonitorsCommand_base: {
|
|
|
59
58
|
* // updatedBy: "STRING_VALUE",
|
|
60
59
|
* // },
|
|
61
60
|
* // ],
|
|
61
|
+
* // nextToken: "STRING_VALUE",
|
|
62
62
|
* // };
|
|
63
63
|
*
|
|
64
64
|
* ```
|
|
@@ -38,10 +38,10 @@ declare const ListQueueFleetAssociationsCommand_base: {
|
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // ListQueueFleetAssociationsRequest
|
|
40
40
|
* farmId: "STRING_VALUE", // required
|
|
41
|
-
* queueId: "STRING_VALUE",
|
|
42
|
-
* fleetId: "STRING_VALUE",
|
|
43
41
|
* nextToken: "STRING_VALUE",
|
|
44
42
|
* maxResults: Number("int"),
|
|
43
|
+
* queueId: "STRING_VALUE",
|
|
44
|
+
* fleetId: "STRING_VALUE",
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ListQueueFleetAssociationsCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
@@ -38,23 +38,23 @@ declare const ListQueueLimitAssociationsCommand_base: {
|
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // ListQueueLimitAssociationsRequest
|
|
40
40
|
* farmId: "STRING_VALUE", // required
|
|
41
|
-
* queueId: "STRING_VALUE",
|
|
42
|
-
* limitId: "STRING_VALUE",
|
|
43
41
|
* nextToken: "STRING_VALUE",
|
|
44
42
|
* maxResults: Number("int"),
|
|
43
|
+
* queueId: "STRING_VALUE",
|
|
44
|
+
* limitId: "STRING_VALUE",
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ListQueueLimitAssociationsCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
48
|
* // { // ListQueueLimitAssociationsResponse
|
|
49
49
|
* // queueLimitAssociations: [ // QueueLimitAssociationSummaries // required
|
|
50
50
|
* // { // QueueLimitAssociationSummary
|
|
51
|
+
* // queueId: "STRING_VALUE", // required
|
|
52
|
+
* // limitId: "STRING_VALUE", // required
|
|
53
|
+
* // status: "ACTIVE" || "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS" || "STOP_LIMIT_USAGE_AND_CANCEL_TASKS" || "STOPPED", // required
|
|
51
54
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
52
55
|
* // createdBy: "STRING_VALUE", // required
|
|
53
56
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
54
57
|
* // updatedBy: "STRING_VALUE",
|
|
55
|
-
* // queueId: "STRING_VALUE", // required
|
|
56
|
-
* // limitId: "STRING_VALUE", // required
|
|
57
|
-
* // status: "ACTIVE" || "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS" || "STOP_LIMIT_USAGE_AND_CANCEL_TASKS" || "STOPPED", // required
|
|
58
58
|
* // },
|
|
59
59
|
* // ],
|
|
60
60
|
* // nextToken: "STRING_VALUE",
|
|
@@ -38,10 +38,10 @@ declare const ListQueuesCommand_base: {
|
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // ListQueuesRequest
|
|
40
40
|
* farmId: "STRING_VALUE", // required
|
|
41
|
-
* principalId: "STRING_VALUE",
|
|
42
|
-
* status: "IDLE" || "SCHEDULING" || "SCHEDULING_BLOCKED",
|
|
43
41
|
* nextToken: "STRING_VALUE",
|
|
44
42
|
* maxResults: Number("int"),
|
|
43
|
+
* principalId: "STRING_VALUE",
|
|
44
|
+
* status: "IDLE" || "SCHEDULING" || "SCHEDULING_BLOCKED",
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ListQueuesCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
@@ -40,10 +40,10 @@ declare const ListSessionActionsCommand_base: {
|
|
|
40
40
|
* farmId: "STRING_VALUE", // required
|
|
41
41
|
* queueId: "STRING_VALUE", // required
|
|
42
42
|
* jobId: "STRING_VALUE", // required
|
|
43
|
-
* sessionId: "STRING_VALUE",
|
|
44
|
-
* taskId: "STRING_VALUE",
|
|
45
43
|
* nextToken: "STRING_VALUE",
|
|
46
44
|
* maxResults: Number("int"),
|
|
45
|
+
* sessionId: "STRING_VALUE",
|
|
46
|
+
* taskId: "STRING_VALUE",
|
|
47
47
|
* };
|
|
48
48
|
* const command = new ListSessionActionsCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
@@ -56,6 +56,12 @@ declare const ListSessionActionsCommand_base: {
|
|
|
56
56
|
* // endedAt: new Date("TIMESTAMP"),
|
|
57
57
|
* // workerUpdatedAt: new Date("TIMESTAMP"),
|
|
58
58
|
* // progressPercent: Number("float"),
|
|
59
|
+
* // manifests: [ // TaskRunManifestPropertiesListResponse
|
|
60
|
+
* // { // TaskRunManifestPropertiesResponse
|
|
61
|
+
* // outputManifestPath: "STRING_VALUE",
|
|
62
|
+
* // outputManifestHash: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
59
65
|
* // definition: { // SessionActionDefinitionSummary Union: only one key present
|
|
60
66
|
* // envEnter: { // EnvironmentEnterSessionActionDefinitionSummary
|
|
61
67
|
* // environmentId: "STRING_VALUE", // required
|
|
@@ -80,12 +86,6 @@ declare const ListSessionActionsCommand_base: {
|
|
|
80
86
|
* // stepId: "STRING_VALUE",
|
|
81
87
|
* // },
|
|
82
88
|
* // },
|
|
83
|
-
* // manifests: [ // TaskRunManifestPropertiesListResponse
|
|
84
|
-
* // { // TaskRunManifestPropertiesResponse
|
|
85
|
-
* // outputManifestPath: "STRING_VALUE",
|
|
86
|
-
* // outputManifestHash: "STRING_VALUE",
|
|
87
|
-
* // },
|
|
88
|
-
* // ],
|
|
89
89
|
* // },
|
|
90
90
|
* // ],
|
|
91
91
|
* // nextToken: "STRING_VALUE",
|
|
@@ -54,9 +54,9 @@ declare const ListSessionsCommand_base: {
|
|
|
54
54
|
* // startedAt: new Date("TIMESTAMP"), // required
|
|
55
55
|
* // lifecycleStatus: "STARTED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCEEDED" || "UPDATE_FAILED" || "ENDED", // required
|
|
56
56
|
* // endedAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // targetLifecycleStatus: "ENDED",
|
|
57
58
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
58
59
|
* // updatedBy: "STRING_VALUE",
|
|
59
|
-
* // targetLifecycleStatus: "ENDED",
|
|
60
60
|
* // },
|
|
61
61
|
* // ],
|
|
62
62
|
* // nextToken: "STRING_VALUE",
|
|
@@ -55,6 +55,11 @@ declare const ListTasksCommand_base: {
|
|
|
55
55
|
* // runStatus: "PENDING" || "READY" || "ASSIGNED" || "STARTING" || "SCHEDULED" || "INTERRUPTING" || "RUNNING" || "SUSPENDED" || "CANCELED" || "FAILED" || "SUCCEEDED" || "NOT_COMPATIBLE", // required
|
|
56
56
|
* // targetRunStatus: "READY" || "FAILED" || "SUCCEEDED" || "CANCELED" || "SUSPENDED" || "PENDING",
|
|
57
57
|
* // failureRetryCount: Number("int"),
|
|
58
|
+
* // startedAt: new Date("TIMESTAMP"),
|
|
59
|
+
* // endedAt: new Date("TIMESTAMP"),
|
|
60
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
61
|
+
* // updatedBy: "STRING_VALUE",
|
|
62
|
+
* // latestSessionActionId: "STRING_VALUE",
|
|
58
63
|
* // parameters: { // TaskParameters
|
|
59
64
|
* // "<keys>": { // TaskParameterValue Union: only one key present
|
|
60
65
|
* // int: "STRING_VALUE",
|
|
@@ -64,11 +69,6 @@ declare const ListTasksCommand_base: {
|
|
|
64
69
|
* // chunkInt: "STRING_VALUE",
|
|
65
70
|
* // },
|
|
66
71
|
* // },
|
|
67
|
-
* // startedAt: new Date("TIMESTAMP"),
|
|
68
|
-
* // endedAt: new Date("TIMESTAMP"),
|
|
69
|
-
* // updatedAt: new Date("TIMESTAMP"),
|
|
70
|
-
* // updatedBy: "STRING_VALUE",
|
|
71
|
-
* // latestSessionActionId: "STRING_VALUE",
|
|
72
72
|
* // },
|
|
73
73
|
* // ],
|
|
74
74
|
* // nextToken: "STRING_VALUE",
|
|
@@ -45,13 +45,11 @@ declare const ListWorkersCommand_base: {
|
|
|
45
45
|
* const command = new ListWorkersCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
47
|
* // { // ListWorkersResponse
|
|
48
|
-
* // nextToken: "STRING_VALUE",
|
|
49
48
|
* // workers: [ // WorkerSummaries // required
|
|
50
49
|
* // { // WorkerSummary
|
|
51
|
-
* // workerId: "STRING_VALUE", // required
|
|
52
50
|
* // farmId: "STRING_VALUE", // required
|
|
53
51
|
* // fleetId: "STRING_VALUE", // required
|
|
54
|
-
* //
|
|
52
|
+
* // workerId: "STRING_VALUE", // required
|
|
55
53
|
* // hostProperties: { // HostPropertiesResponse
|
|
56
54
|
* // ipAddresses: { // IpAddresses
|
|
57
55
|
* // ipV4Addresses: [ // IpV4Addresses
|
|
@@ -65,6 +63,7 @@ declare const ListWorkersCommand_base: {
|
|
|
65
63
|
* // ec2InstanceArn: "STRING_VALUE",
|
|
66
64
|
* // ec2InstanceType: "STRING_VALUE",
|
|
67
65
|
* // },
|
|
66
|
+
* // status: "CREATED" || "STARTED" || "STOPPING" || "STOPPED" || "NOT_RESPONDING" || "NOT_COMPATIBLE" || "RUNNING" || "IDLE", // required
|
|
68
67
|
* // log: { // LogConfiguration
|
|
69
68
|
* // logDriver: "STRING_VALUE", // required
|
|
70
69
|
* // options: { // LogOptions
|
|
@@ -81,6 +80,7 @@ declare const ListWorkersCommand_base: {
|
|
|
81
80
|
* // updatedBy: "STRING_VALUE",
|
|
82
81
|
* // },
|
|
83
82
|
* // ],
|
|
83
|
+
* // nextToken: "STRING_VALUE",
|
|
84
84
|
* // };
|
|
85
85
|
*
|
|
86
86
|
* ```
|
|
@@ -38,9 +38,6 @@ declare const SearchJobsCommand_base: {
|
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // SearchJobsRequest
|
|
40
40
|
* farmId: "STRING_VALUE", // required
|
|
41
|
-
* queueIds: [ // QueueIds // required
|
|
42
|
-
* "STRING_VALUE",
|
|
43
|
-
* ],
|
|
44
41
|
* filterExpressions: { // SearchGroupedFilterExpressions
|
|
45
42
|
* filters: [ // SearchFilterExpressions // required
|
|
46
43
|
* { // SearchFilterExpression Union: only one key present
|
|
@@ -125,6 +122,9 @@ declare const SearchJobsCommand_base: {
|
|
|
125
122
|
* ],
|
|
126
123
|
* itemOffset: Number("int"), // required
|
|
127
124
|
* pageSize: Number("int"),
|
|
125
|
+
* queueIds: [ // QueueIds // required
|
|
126
|
+
* "STRING_VALUE",
|
|
127
|
+
* ],
|
|
128
128
|
* };
|
|
129
129
|
* const command = new SearchJobsCommand(input);
|
|
130
130
|
* const response = await client.send(command);
|
|
@@ -38,10 +38,6 @@ declare const SearchStepsCommand_base: {
|
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // SearchStepsRequest
|
|
40
40
|
* farmId: "STRING_VALUE", // required
|
|
41
|
-
* queueIds: [ // QueueIds // required
|
|
42
|
-
* "STRING_VALUE",
|
|
43
|
-
* ],
|
|
44
|
-
* jobId: "STRING_VALUE",
|
|
45
41
|
* filterExpressions: { // SearchGroupedFilterExpressions
|
|
46
42
|
* filters: [ // SearchFilterExpressions // required
|
|
47
43
|
* { // SearchFilterExpression Union: only one key present
|
|
@@ -126,6 +122,10 @@ declare const SearchStepsCommand_base: {
|
|
|
126
122
|
* ],
|
|
127
123
|
* itemOffset: Number("int"), // required
|
|
128
124
|
* pageSize: Number("int"),
|
|
125
|
+
* queueIds: [ // QueueIds // required
|
|
126
|
+
* "STRING_VALUE",
|
|
127
|
+
* ],
|
|
128
|
+
* jobId: "STRING_VALUE",
|
|
129
129
|
* };
|
|
130
130
|
* const command = new SearchStepsCommand(input);
|
|
131
131
|
* const response = await client.send(command);
|
|
@@ -38,10 +38,6 @@ declare const SearchTasksCommand_base: {
|
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // SearchTasksRequest
|
|
40
40
|
* farmId: "STRING_VALUE", // required
|
|
41
|
-
* queueIds: [ // QueueIds // required
|
|
42
|
-
* "STRING_VALUE",
|
|
43
|
-
* ],
|
|
44
|
-
* jobId: "STRING_VALUE",
|
|
45
41
|
* filterExpressions: { // SearchGroupedFilterExpressions
|
|
46
42
|
* filters: [ // SearchFilterExpressions // required
|
|
47
43
|
* { // SearchFilterExpression Union: only one key present
|
|
@@ -126,6 +122,10 @@ declare const SearchTasksCommand_base: {
|
|
|
126
122
|
* ],
|
|
127
123
|
* itemOffset: Number("int"), // required
|
|
128
124
|
* pageSize: Number("int"),
|
|
125
|
+
* queueIds: [ // QueueIds // required
|
|
126
|
+
* "STRING_VALUE",
|
|
127
|
+
* ],
|
|
128
|
+
* jobId: "STRING_VALUE",
|
|
129
129
|
* };
|
|
130
130
|
* const command = new SearchTasksCommand(input);
|
|
131
131
|
* const response = await client.send(command);
|
|
@@ -38,9 +38,6 @@ declare const SearchWorkersCommand_base: {
|
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // SearchWorkersRequest
|
|
40
40
|
* farmId: "STRING_VALUE", // required
|
|
41
|
-
* fleetIds: [ // FleetIds // required
|
|
42
|
-
* "STRING_VALUE",
|
|
43
|
-
* ],
|
|
44
41
|
* filterExpressions: { // SearchGroupedFilterExpressions
|
|
45
42
|
* filters: [ // SearchFilterExpressions // required
|
|
46
43
|
* { // SearchFilterExpression Union: only one key present
|
|
@@ -125,6 +122,9 @@ declare const SearchWorkersCommand_base: {
|
|
|
125
122
|
* ],
|
|
126
123
|
* itemOffset: Number("int"), // required
|
|
127
124
|
* pageSize: Number("int"),
|
|
125
|
+
* fleetIds: [ // FleetIds // required
|
|
126
|
+
* "STRING_VALUE",
|
|
127
|
+
* ],
|
|
128
128
|
* };
|
|
129
129
|
* const command = new SearchWorkersCommand(input);
|
|
130
130
|
* const response = await client.send(command);
|
|
@@ -37,9 +37,9 @@ declare const UpdateBudgetCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DeadlineClientConfig
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // UpdateBudgetRequest
|
|
40
|
-
* clientToken: "STRING_VALUE",
|
|
41
40
|
* farmId: "STRING_VALUE", // required
|
|
42
41
|
* budgetId: "STRING_VALUE", // required
|
|
42
|
+
* clientToken: "STRING_VALUE",
|
|
43
43
|
* displayName: "STRING_VALUE",
|
|
44
44
|
* description: "STRING_VALUE",
|
|
45
45
|
* status: "ACTIVE" || "INACTIVE",
|
|
@@ -37,9 +37,9 @@ declare const UpdateFleetCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DeadlineClientConfig
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // UpdateFleetRequest
|
|
40
|
-
* clientToken: "STRING_VALUE",
|
|
41
40
|
* farmId: "STRING_VALUE", // required
|
|
42
41
|
* fleetId: "STRING_VALUE", // required
|
|
42
|
+
* clientToken: "STRING_VALUE",
|
|
43
43
|
* displayName: "STRING_VALUE",
|
|
44
44
|
* description: "STRING_VALUE",
|
|
45
45
|
* roleArn: "STRING_VALUE",
|
|
@@ -48,6 +48,11 @@ declare const UpdateFleetCommand_base: {
|
|
|
48
48
|
* configuration: { // FleetConfiguration Union: only one key present
|
|
49
49
|
* customerManaged: { // CustomerManagedFleetConfiguration
|
|
50
50
|
* mode: "NO_SCALING" || "EVENT_BASED_AUTO_SCALING", // required
|
|
51
|
+
* autoScalingConfiguration: { // CustomerManagedAutoScalingConfiguration
|
|
52
|
+
* standbyWorkerCount: Number("int"),
|
|
53
|
+
* workerIdleDurationSeconds: Number("int"),
|
|
54
|
+
* scaleOutWorkersPerMinute: Number("int"),
|
|
55
|
+
* },
|
|
51
56
|
* workerCapabilities: { // CustomerManagedWorkerCapabilities
|
|
52
57
|
* vCpuCount: { // VCpuCountRange
|
|
53
58
|
* min: Number("int"), // required
|
|
@@ -149,6 +154,11 @@ declare const UpdateFleetCommand_base: {
|
|
|
149
154
|
* ],
|
|
150
155
|
* },
|
|
151
156
|
* storageProfileId: "STRING_VALUE",
|
|
157
|
+
* autoScalingConfiguration: { // ServiceManagedEc2AutoScalingConfiguration
|
|
158
|
+
* standbyWorkerCount: Number("int"),
|
|
159
|
+
* workerIdleDurationSeconds: Number("int"),
|
|
160
|
+
* scaleOutWorkersPerMinute: Number("int"),
|
|
161
|
+
* },
|
|
152
162
|
* },
|
|
153
163
|
* },
|
|
154
164
|
* hostConfiguration: { // HostConfiguration
|
|
@@ -37,6 +37,9 @@ declare const UpdateJobCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DeadlineClientConfig
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // UpdateJobRequest
|
|
40
|
+
* farmId: "STRING_VALUE", // required
|
|
41
|
+
* queueId: "STRING_VALUE", // required
|
|
42
|
+
* jobId: "STRING_VALUE", // required
|
|
40
43
|
* clientToken: "STRING_VALUE",
|
|
41
44
|
* targetTaskRunStatus: "READY" || "FAILED" || "SUCCEEDED" || "CANCELED" || "SUSPENDED" || "PENDING",
|
|
42
45
|
* priority: Number("int"),
|
|
@@ -46,9 +49,6 @@ declare const UpdateJobCommand_base: {
|
|
|
46
49
|
* maxWorkerCount: Number("int"),
|
|
47
50
|
* name: "STRING_VALUE",
|
|
48
51
|
* description: "STRING_VALUE",
|
|
49
|
-
* farmId: "STRING_VALUE", // required
|
|
50
|
-
* queueId: "STRING_VALUE", // required
|
|
51
|
-
* jobId: "STRING_VALUE", // required
|
|
52
52
|
* };
|
|
53
53
|
* const command = new UpdateJobCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
@@ -37,9 +37,9 @@ declare const UpdateQueueCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DeadlineClientConfig
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // UpdateQueueRequest
|
|
40
|
-
* clientToken: "STRING_VALUE",
|
|
41
40
|
* farmId: "STRING_VALUE", // required
|
|
42
41
|
* queueId: "STRING_VALUE", // required
|
|
42
|
+
* clientToken: "STRING_VALUE",
|
|
43
43
|
* displayName: "STRING_VALUE",
|
|
44
44
|
* description: "STRING_VALUE",
|
|
45
45
|
* defaultBudgetAction: "NONE" || "STOP_SCHEDULING_AND_COMPLETE_TASKS" || "STOP_SCHEDULING_AND_CANCEL_TASKS",
|
|
@@ -37,10 +37,10 @@ declare const UpdateQueueEnvironmentCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DeadlineClientConfig
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // UpdateQueueEnvironmentRequest
|
|
40
|
-
* clientToken: "STRING_VALUE",
|
|
41
40
|
* farmId: "STRING_VALUE", // required
|
|
42
41
|
* queueId: "STRING_VALUE", // required
|
|
43
42
|
* queueEnvironmentId: "STRING_VALUE", // required
|
|
43
|
+
* clientToken: "STRING_VALUE",
|
|
44
44
|
* priority: Number("int"),
|
|
45
45
|
* templateType: "JSON" || "YAML",
|
|
46
46
|
* template: "STRING_VALUE",
|
|
@@ -37,12 +37,12 @@ declare const UpdateSessionCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DeadlineClientConfig
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // UpdateSessionRequest
|
|
40
|
-
* clientToken: "STRING_VALUE",
|
|
41
|
-
* targetLifecycleStatus: "ENDED", // required
|
|
42
40
|
* farmId: "STRING_VALUE", // required
|
|
43
41
|
* queueId: "STRING_VALUE", // required
|
|
44
42
|
* jobId: "STRING_VALUE", // required
|
|
45
43
|
* sessionId: "STRING_VALUE", // required
|
|
44
|
+
* clientToken: "STRING_VALUE",
|
|
45
|
+
* targetLifecycleStatus: "ENDED", // required
|
|
46
46
|
* };
|
|
47
47
|
* const command = new UpdateSessionCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
@@ -37,12 +37,12 @@ declare const UpdateStepCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DeadlineClientConfig
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // UpdateStepRequest
|
|
40
|
-
* targetTaskRunStatus: "READY" || "FAILED" || "SUCCEEDED" || "CANCELED" || "SUSPENDED" || "PENDING", // required
|
|
41
|
-
* clientToken: "STRING_VALUE",
|
|
42
40
|
* farmId: "STRING_VALUE", // required
|
|
43
41
|
* queueId: "STRING_VALUE", // required
|
|
44
42
|
* jobId: "STRING_VALUE", // required
|
|
45
43
|
* stepId: "STRING_VALUE", // required
|
|
44
|
+
* clientToken: "STRING_VALUE",
|
|
45
|
+
* targetTaskRunStatus: "READY" || "FAILED" || "SUCCEEDED" || "CANCELED" || "SUSPENDED" || "PENDING", // required
|
|
46
46
|
* };
|
|
47
47
|
* const command = new UpdateStepCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
@@ -37,9 +37,9 @@ declare const UpdateStorageProfileCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DeadlineClientConfig
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // UpdateStorageProfileRequest
|
|
40
|
-
* clientToken: "STRING_VALUE",
|
|
41
40
|
* farmId: "STRING_VALUE", // required
|
|
42
41
|
* storageProfileId: "STRING_VALUE", // required
|
|
42
|
+
* clientToken: "STRING_VALUE",
|
|
43
43
|
* displayName: "STRING_VALUE",
|
|
44
44
|
* osFamily: "WINDOWS" || "LINUX" || "MACOS",
|
|
45
45
|
* fileSystemLocationsToAdd: [ // FileSystemLocationsList
|
|
@@ -37,13 +37,13 @@ declare const UpdateTaskCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DeadlineClientConfig
|
|
38
38
|
* const client = new DeadlineClient(config);
|
|
39
39
|
* const input = { // UpdateTaskRequest
|
|
40
|
-
* clientToken: "STRING_VALUE",
|
|
41
|
-
* targetRunStatus: "READY" || "FAILED" || "SUCCEEDED" || "CANCELED" || "SUSPENDED" || "PENDING", // required
|
|
42
40
|
* farmId: "STRING_VALUE", // required
|
|
43
41
|
* queueId: "STRING_VALUE", // required
|
|
44
42
|
* jobId: "STRING_VALUE", // required
|
|
45
43
|
* stepId: "STRING_VALUE", // required
|
|
46
44
|
* taskId: "STRING_VALUE", // required
|
|
45
|
+
* clientToken: "STRING_VALUE",
|
|
46
|
+
* targetRunStatus: "READY" || "FAILED" || "SUCCEEDED" || "CANCELED" || "SUSPENDED" || "PENDING", // required
|
|
47
47
|
* };
|
|
48
48
|
* const command = new UpdateTaskCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./DeadlineClient";
|
|
7
7
|
export * from "./Deadline";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { DeadlineExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { DeadlineServiceException as __BaseException } from "./DeadlineServiceException";
|
|
3
|
-
import { ConflictExceptionReason, ServiceQuotaExceededExceptionReason, ValidationExceptionReason } from "./enums";
|
|
4
|
-
import { ValidationExceptionField } from "./models_0";
|
|
3
|
+
import type { ConflictExceptionReason, ServiceQuotaExceededExceptionReason, ValidationExceptionReason } from "./enums";
|
|
4
|
+
import type { ValidationExceptionField } from "./models_0";
|
|
5
5
|
/**
|
|
6
6
|
* <p>You don't have permission to perform the action.</p>
|
|
7
7
|
* @public
|