The AWS SDK for JavaScript v2 has reached end-of-support.
We recommend that you migrate to AWS SDK for JavaScript v3. For additional details and information on how to migrate, please refer to the announcement.

Class: AWS.Deadline

Inherits:
AWS.Service show all
Identifier:
deadline
API Version:
2023-10-12
Defined in:
(unknown)

Overview

Constructs a service interface object. Each API operation is exposed as a function on service.

Service Description

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.

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.

Sending a Request Using Deadline

var deadline = new AWS.Deadline();
deadline.createBudget(params, function (err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Locking the API Version

In order to ensure that the Deadline object uses this specific API, you can construct the object by passing the apiVersion option to the constructor:

var deadline = new AWS.Deadline({apiVersion: '2023-10-12'});

You can also set the API version globally in AWS.config.apiVersions using the deadline service identifier:

AWS.config.apiVersions = {
  deadline: '2023-10-12',
  // other service API versions
};

var deadline = new AWS.Deadline();

Version:

  • 2023-10-12

Waiter Resource States

This service supports a list of resource states that can be polled using the waitFor() method. The resource states are:

fleetActive, jobCreateComplete, licenseEndpointDeleted, licenseEndpointValid, queueFleetAssociationStopped, queueScheduling, queueSchedulingBlocked

Constructor Summary collapse

Property Summary collapse

Properties inherited from AWS.Service

apiVersions

Method Summary collapse