Skip to content

Commit

Permalink
feat(client-deadline): This release adds additional search fields and…
Browse files Browse the repository at this point in the history
… provides sorting by multiple fields.
  • Loading branch information
awstools committed Aug 19, 2024
1 parent 82332ab commit ce47549
Show file tree
Hide file tree
Showing 11 changed files with 269 additions and 93 deletions.
9 changes: 5 additions & 4 deletions clients/client-deadline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native.
<p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
specific to their job function.</p>
<p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
in the cloud, reducing the costs of added physical infrastructure. Keep your content
production operations secure, while allowing your contributors to access the tools they
need, such as scalable high-speed storage, licenses, and cost management services.</p>
<p>With Deadline Cloud, content production teams can deploy resources for their workforce
securely in the cloud, reducing the costs of added physical infrastructure. Keep your
content production operations secure, while allowing your contributors to access the tools
they need, such as scalable high-speed storage, licenses, and cost management
services.</p>

## Installing

Expand Down
9 changes: 5 additions & 4 deletions clients/client-deadline/src/Deadline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1920,10 +1920,11 @@ export interface Deadline {
* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
* projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
* specific to their job function.</p>
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
* in the cloud, reducing the costs of added physical infrastructure. Keep your content
* production operations secure, while allowing your contributors to access the tools they
* need, such as scalable high-speed storage, licenses, and cost management services.</p>
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce
* securely in the cloud, reducing the costs of added physical infrastructure. Keep your
* content production operations secure, while allowing your contributors to access the tools
* they need, such as scalable high-speed storage, licenses, and cost management
* services.</p>
* @public
*/
export class Deadline extends DeadlineClient implements Deadline {}
Expand Down
9 changes: 5 additions & 4 deletions clients/client-deadline/src/DeadlineClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,10 +678,11 @@ export interface DeadlineClientResolvedConfig extends DeadlineClientResolvedConf
* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
* projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
* specific to their job function.</p>
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
* in the cloud, reducing the costs of added physical infrastructure. Keep your content
* production operations secure, while allowing your contributors to access the tools they
* need, such as scalable high-speed storage, licenses, and cost management services.</p>
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce
* securely in the cloud, reducing the costs of added physical infrastructure. Keep your
* content production operations secure, while allowing your contributors to access the tools
* they need, such as scalable high-speed storage, licenses, and cost management
* services.</p>
* @public
*/
export class DeadlineClient extends __Client<
Expand Down
5 changes: 3 additions & 2 deletions clients/client-deadline/src/commands/CreateJobCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ export interface CreateJobCommandInput extends CreateJobRequest {}
export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBearer {}

/**
* <p>Creates a job. A job is a render submission submitted by a user. It contains specific
* job properties outlined as steps and tasks.</p>
* <p>Creates a job. A job is a set of instructions that AWS Deadline Cloud uses to schedule
* 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
* jobs</a>.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
4 changes: 4 additions & 0 deletions clients/client-deadline/src/commands/DeleteQueueCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __Metadat

/**
* <p>Deletes a queue.</p>
* <important>
* <p>You can't recover the jobs in a queue if you delete the queue. Deleting the queue
* also deletes the jobs in that queue.</p>
* </important>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ export interface StartSessionsStatisticsAggregationCommandOutput

/**
* <p>Starts an asynchronous request for getting aggregated statistics about queues and farms.
* Get the statistics using the <code>GetSessionsStatisticsAggregation</code> operation.
* Statistics are available for 1 hour after you call the
* <code>StartSessionsStatisticsAggregation</code> operation.</p>
* Get the statistics using the <code>GetSessionsStatisticsAggregation</code> operation. You
* can only have one running aggregation for your Deadline Cloud farm. Call the
* <code>GetSessionsStatisticsAggregation</code> operation and check the
* <code>status</code> field to see if an aggregation is running. Statistics are available
* for 1 hour after you call the <code>StartSessionsStatisticsAggregation</code>
* operation.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
8 changes: 7 additions & 1 deletion clients/client-deadline/src/commands/UpdateJobCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ export interface UpdateJobCommandInput extends UpdateJobRequest {}
export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBearer {}

/**
* <p>Updates a job.</p>
* <p>Updates a job. </p>
* <p>When you change the status of the job to <code>ARCHIVED</code>, the job can't be
* scheduled or archived.</p>
* <important>
* <p>An archived jobs and its steps and tasks are deleted after 120 days. The job can't be
* recovered.</p>
* </important>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
9 changes: 5 additions & 4 deletions clients/client-deadline/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
* projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
* specific to their job function.</p>
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
* in the cloud, reducing the costs of added physical infrastructure. Keep your content
* production operations secure, while allowing your contributors to access the tools they
* need, such as scalable high-speed storage, licenses, and cost management services.</p>
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce
* securely in the cloud, reducing the costs of added physical infrastructure. Keep your
* content production operations secure, while allowing your contributors to access the tools
* they need, such as scalable high-speed storage, licenses, and cost management
* services.</p>
*
* @packageDocumentation
*/
Expand Down
Loading

0 comments on commit ce47549

Please sign in to comment.