A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/dc94f868a467f83c2fea23294601b212bf90bf71 below:

Adds support for Wait and Save feature in serv… · aws/aws-sdk-js-v3@dc94f86 · GitHub

Expand file treeCollapse file tree 118 files changed

+1438

-495

lines changed Original file line number Diff line number Diff line change

@@ -6,7 +6,14 @@

6 6 7 7

AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native.

8 8 9 -

<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>

9 +

<p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your

10 +

projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions

11 +

specific to their job function.</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>

10 17 11 18

## Installing

12 19 Original file line number Diff line number Diff line change

@@ -2120,7 +2120,14 @@ export interface Deadline {

2120 2120

}

2121 2121 2122 2122

/**

2123 -

* <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>

2123 +

* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your

2124 +

* projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions

2125 +

* specific to their job function.</p>

2126 +

* <p>With Deadline Cloud, content production teams can deploy resources for their workforce

2127 +

* securely in the cloud, reducing the costs of added physical infrastructure. Keep your

2128 +

* content production operations secure, while allowing your contributors to access the tools

2129 +

* they need, such as scalable high-speed storage, licenses, and cost management

2130 +

* services.</p>

2124 2131

* @public

2125 2132

*/

2126 2133

export class Deadline extends DeadlineClient implements Deadline {}

Original file line number Diff line number Diff line change

@@ -745,7 +745,14 @@ export type DeadlineClientResolvedConfigType = __SmithyResolvedConfiguration<__H

745 745

export interface DeadlineClientResolvedConfig extends DeadlineClientResolvedConfigType {}

746 746 747 747

/**

748 -

* <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>

748 +

* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your

749 +

* projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions

750 +

* specific to their job function.</p>

751 +

* <p>With Deadline Cloud, content production teams can deploy resources for their workforce

752 +

* securely in the cloud, reducing the costs of added physical infrastructure. Keep your

753 +

* content production operations secure, while allowing your contributors to access the tools

754 +

* they need, such as scalable high-speed storage, licenses, and cost management

755 +

* services.</p>

749 756

* @public

750 757

*/

751 758

export class DeadlineClient extends __Client<

Original file line number Diff line number Diff line change

@@ -64,13 +64,15 @@ export interface AssociateMemberToFarmCommandOutput extends AssociateMemberToFar

64 64

* <p>The requested resource can't be found.</p>

65 65

*

66 66

* @throws {@link ServiceQuotaExceededException} (client fault)

67 -

* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.</p>

67 +

* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the

68 +

* maximum number of service resources or operations for your Amazon Web Services account.</p>

68 69

*

69 70

* @throws {@link ThrottlingException} (client fault)

70 71

* <p>Your request exceeded a request rate quota.</p>

71 72

*

72 73

* @throws {@link ValidationException} (client fault)

73 -

* <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>

74 +

* <p>The request isn't valid. This can occur if your request contains malformed JSON or

75 +

* unsupported characters.</p>

74 76

*

75 77

* @throws {@link DeadlineServiceException}

76 78

* <p>Base exception class for all service exceptions from Deadline service.</p>

Original file line number Diff line number Diff line change

@@ -65,13 +65,15 @@ export interface AssociateMemberToFleetCommandOutput extends AssociateMemberToFl

65 65

* <p>The requested resource can't be found.</p>

66 66

*

67 67

* @throws {@link ServiceQuotaExceededException} (client fault)

68 -

* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.</p>

68 +

* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the

69 +

* maximum number of service resources or operations for your Amazon Web Services account.</p>

69 70

*

70 71

* @throws {@link ThrottlingException} (client fault)

71 72

* <p>Your request exceeded a request rate quota.</p>

72 73

*

73 74

* @throws {@link ValidationException} (client fault)

74 -

* <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>

75 +

* <p>The request isn't valid. This can occur if your request contains malformed JSON or

76 +

* unsupported characters.</p>

75 77

*

76 78

* @throws {@link DeadlineServiceException}

77 79

* <p>Base exception class for all service exceptions from Deadline service.</p>

Original file line number Diff line number Diff line change

@@ -66,13 +66,15 @@ export interface AssociateMemberToJobCommandOutput extends AssociateMemberToJobR

66 66

* <p>The requested resource can't be found.</p>

67 67

*

68 68

* @throws {@link ServiceQuotaExceededException} (client fault)

69 -

* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.</p>

69 +

* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the

70 +

* maximum number of service resources or operations for your Amazon Web Services account.</p>

70 71

*

71 72

* @throws {@link ThrottlingException} (client fault)

72 73

* <p>Your request exceeded a request rate quota.</p>

73 74

*

74 75

* @throws {@link ValidationException} (client fault)

75 -

* <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>

76 +

* <p>The request isn't valid. This can occur if your request contains malformed JSON or

77 +

* unsupported characters.</p>

76 78

*

77 79

* @throws {@link DeadlineServiceException}

78 80

* <p>Base exception class for all service exceptions from Deadline service.</p>

Original file line number Diff line number Diff line change

@@ -65,13 +65,15 @@ export interface AssociateMemberToQueueCommandOutput extends AssociateMemberToQu

65 65

* <p>The requested resource can't be found.</p>

66 66

*

67 67

* @throws {@link ServiceQuotaExceededException} (client fault)

68 -

* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.</p>

68 +

* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the

69 +

* maximum number of service resources or operations for your Amazon Web Services account.</p>

69 70

*

70 71

* @throws {@link ThrottlingException} (client fault)

71 72

* <p>Your request exceeded a request rate quota.</p>

72 73

*

73 74

* @throws {@link ValidationException} (client fault)

74 -

* <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>

75 +

* <p>The request isn't valid. This can occur if your request contains malformed JSON or

76 +

* unsupported characters.</p>

75 77

*

76 78

* @throws {@link DeadlineServiceException}

77 79

* <p>Base exception class for all service exceptions from Deadline service.</p>

Original file line number Diff line number Diff line change

@@ -32,7 +32,8 @@ export interface AssumeFleetRoleForReadCommandInput extends AssumeFleetRoleForRe

32 32

export interface AssumeFleetRoleForReadCommandOutput extends AssumeFleetRoleForReadResponse, __MetadataBearer {}

33 33 34 34

/**

35 -

* <p>Get Amazon Web Services credentials from the fleet role. The IAM permissions of the credentials are scoped down to have read-only access.</p>

35 +

* <p>Get Amazon Web Services credentials from the fleet role. The IAM permissions of the credentials are

36 +

* scoped down to have read-only access.</p>

36 37

* @example

37 38

* Use a bare-bones client and the command you need to make an API call.

38 39

* ```javascript

@@ -75,7 +76,8 @@ export interface AssumeFleetRoleForReadCommandOutput extends AssumeFleetRoleForR

75 76

* <p>Your request exceeded a request rate quota.</p>

76 77

*

77 78

* @throws {@link ValidationException} (client fault)

78 -

* <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>

79 +

* <p>The request isn't valid. This can occur if your request contains malformed JSON or

80 +

* unsupported characters.</p>

79 81

*

80 82

* @throws {@link DeadlineServiceException}

81 83

* <p>Base exception class for all service exceptions from Deadline service.</p>

Original file line number Diff line number Diff line change

@@ -67,7 +67,8 @@ export interface AssumeFleetRoleForWorkerCommandOutput extends AssumeFleetRoleFo

67 67

* <p>You don't have permission to perform the action.</p>

68 68

*

69 69

* @throws {@link ConflictException} (client fault)

70 -

* <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>

70 +

* <p>Your request has conflicting operations. This can occur if you're trying to perform more

71 +

* than one operation on the same resource at the same time.</p>

71 72

*

72 73

* @throws {@link InternalServerErrorException} (server fault)

73 74

* <p>Deadline Cloud can't process your request right now. Try again later.</p>

@@ -79,7 +80,8 @@ export interface AssumeFleetRoleForWorkerCommandOutput extends AssumeFleetRoleFo

79 80

* <p>Your request exceeded a request rate quota.</p>

80 81

*

81 82

* @throws {@link ValidationException} (client fault)

82 -

* <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>

83 +

* <p>The request isn't valid. This can occur if your request contains malformed JSON or

84 +

* unsupported characters.</p>

83 85

*

84 86

* @throws {@link DeadlineServiceException}

85 87

* <p>Base exception class for all service exceptions from Deadline service.</p>

Original file line number Diff line number Diff line change

@@ -32,7 +32,8 @@ export interface AssumeQueueRoleForReadCommandInput extends AssumeQueueRoleForRe

32 32

export interface AssumeQueueRoleForReadCommandOutput extends AssumeQueueRoleForReadResponse, __MetadataBearer {}

33 33 34 34

/**

35 -

* <p>Gets Amazon Web Services credentials from the queue role. The IAM permissions of the credentials are scoped down to have read-only access.</p>

35 +

* <p>Gets Amazon Web Services credentials from the queue role. The IAM permissions of the credentials are

36 +

* scoped down to have read-only access.</p>

36 37

* @example

37 38

* Use a bare-bones client and the command you need to make an API call.

38 39

* ```javascript

@@ -75,7 +76,8 @@ export interface AssumeQueueRoleForReadCommandOutput extends AssumeQueueRoleForR

75 76

* <p>Your request exceeded a request rate quota.</p>

76 77

*

77 78

* @throws {@link ValidationException} (client fault)

78 -

* <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>

79 +

* <p>The request isn't valid. This can occur if your request contains malformed JSON or

80 +

* unsupported characters.</p>

79 81

*

80 82

* @throws {@link DeadlineServiceException}

81 83

* <p>Base exception class for all service exceptions from Deadline service.</p>

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4