Skip to content

Commit ce47549

Browse files
author
awstools
committed
feat(client-deadline): This release adds additional search fields and provides sorting by multiple fields.
1 parent 82332ab commit ce47549

File tree

11 files changed

+269
-93
lines changed

11 files changed

+269
-93
lines changed

Diff for: clients/client-deadline/README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native.
99
<p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
1010
projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
1111
specific to their job function.</p>
12-
<p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
13-
in the cloud, reducing the costs of added physical infrastructure. Keep your content
14-
production operations secure, while allowing your contributors to access the tools they
15-
need, such as scalable high-speed storage, licenses, and cost management services.</p>
12+
<p>With Deadline Cloud, content production teams can deploy resources for their workforce
13+
securely in the cloud, reducing the costs of added physical infrastructure. Keep your
14+
content production operations secure, while allowing your contributors to access the tools
15+
they need, such as scalable high-speed storage, licenses, and cost management
16+
services.</p>
1617

1718
## Installing
1819

Diff for: clients/client-deadline/src/Deadline.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -1920,10 +1920,11 @@ export interface Deadline {
19201920
* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
19211921
* projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
19221922
* specific to their job function.</p>
1923-
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
1924-
* in the cloud, reducing the costs of added physical infrastructure. Keep your content
1925-
* production operations secure, while allowing your contributors to access the tools they
1926-
* need, such as scalable high-speed storage, licenses, and cost management services.</p>
1923+
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce
1924+
* securely in the cloud, reducing the costs of added physical infrastructure. Keep your
1925+
* content production operations secure, while allowing your contributors to access the tools
1926+
* they need, such as scalable high-speed storage, licenses, and cost management
1927+
* services.</p>
19271928
* @public
19281929
*/
19291930
export class Deadline extends DeadlineClient implements Deadline {}

Diff for: clients/client-deadline/src/DeadlineClient.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -678,10 +678,11 @@ export interface DeadlineClientResolvedConfig extends DeadlineClientResolvedConf
678678
* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
679679
* projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
680680
* specific to their job function.</p>
681-
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
682-
* in the cloud, reducing the costs of added physical infrastructure. Keep your content
683-
* production operations secure, while allowing your contributors to access the tools they
684-
* need, such as scalable high-speed storage, licenses, and cost management services.</p>
681+
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce
682+
* securely in the cloud, reducing the costs of added physical infrastructure. Keep your
683+
* content production operations secure, while allowing your contributors to access the tools
684+
* they need, such as scalable high-speed storage, licenses, and cost management
685+
* services.</p>
685686
* @public
686687
*/
687688
export class DeadlineClient extends __Client<

Diff for: clients/client-deadline/src/commands/CreateJobCommand.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ export interface CreateJobCommandInput extends CreateJobRequest {}
2828
export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Creates a job. A job is a render submission submitted by a user. It contains specific
32-
* job properties outlined as steps and tasks.</p>
31+
* <p>Creates a job. A job is a set of instructions that AWS Deadline Cloud uses to schedule
32+
* and run work on available workers. For more information, see <a href="https://docs.aws.amazon.com/deadline-cloud/latest/userguide/deadline-cloud-jobs.html">Deadline Cloud
33+
* jobs</a>.</p>
3334
* @example
3435
* Use a bare-bones client and the command you need to make an API call.
3536
* ```javascript

Diff for: clients/client-deadline/src/commands/DeleteQueueCommand.ts

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __Metadat
2929

3030
/**
3131
* <p>Deletes a queue.</p>
32+
* <important>
33+
* <p>You can't recover the jobs in a queue if you delete the queue. Deleting the queue
34+
* also deletes the jobs in that queue.</p>
35+
* </important>
3236
* @example
3337
* Use a bare-bones client and the command you need to make an API call.
3438
* ```javascript

Diff for: clients/client-deadline/src/commands/StartSessionsStatisticsAggregationCommand.ts

+6-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ export interface StartSessionsStatisticsAggregationCommandOutput
3737

3838
/**
3939
* <p>Starts an asynchronous request for getting aggregated statistics about queues and farms.
40-
* Get the statistics using the <code>GetSessionsStatisticsAggregation</code> operation.
41-
* Statistics are available for 1 hour after you call the
42-
* <code>StartSessionsStatisticsAggregation</code> operation.</p>
40+
* Get the statistics using the <code>GetSessionsStatisticsAggregation</code> operation. You
41+
* can only have one running aggregation for your Deadline Cloud farm. Call the
42+
* <code>GetSessionsStatisticsAggregation</code> operation and check the
43+
* <code>status</code> field to see if an aggregation is running. Statistics are available
44+
* for 1 hour after you call the <code>StartSessionsStatisticsAggregation</code>
45+
* operation.</p>
4346
* @example
4447
* Use a bare-bones client and the command you need to make an API call.
4548
* ```javascript

Diff for: clients/client-deadline/src/commands/UpdateJobCommand.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ export interface UpdateJobCommandInput extends UpdateJobRequest {}
2828
export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Updates a job.</p>
31+
* <p>Updates a job. </p>
32+
* <p>When you change the status of the job to <code>ARCHIVED</code>, the job can't be
33+
* scheduled or archived.</p>
34+
* <important>
35+
* <p>An archived jobs and its steps and tasks are deleted after 120 days. The job can't be
36+
* recovered.</p>
37+
* </important>
3238
* @example
3339
* Use a bare-bones client and the command you need to make an API call.
3440
* ```javascript

Diff for: clients/client-deadline/src/index.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
55
* projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
66
* specific to their job function.</p>
7-
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
8-
* in the cloud, reducing the costs of added physical infrastructure. Keep your content
9-
* production operations secure, while allowing your contributors to access the tools they
10-
* need, such as scalable high-speed storage, licenses, and cost management services.</p>
7+
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce
8+
* securely in the cloud, reducing the costs of added physical infrastructure. Keep your
9+
* content production operations secure, while allowing your contributors to access the tools
10+
* they need, such as scalable high-speed storage, licenses, and cost management
11+
* services.</p>
1112
*
1213
* @packageDocumentation
1314
*/

0 commit comments

Comments
 (0)