@aws-sdk/client-deadline 3.864.0 → 3.872.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.
Files changed (122) hide show
  1. package/README.md +8 -1
  2. package/dist-cjs/models/models_0.js +2 -0
  3. package/dist-cjs/protocols/Aws_restJson1.js +2 -0
  4. package/dist-es/models/models_0.js +2 -0
  5. package/dist-es/protocols/Aws_restJson1.js +2 -0
  6. package/dist-types/Deadline.d.ts +8 -1
  7. package/dist-types/DeadlineClient.d.ts +8 -1
  8. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +4 -2
  9. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +4 -2
  10. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +4 -2
  11. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +4 -2
  12. package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +4 -2
  13. package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +4 -2
  14. package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +4 -2
  15. package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +2 -1
  16. package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +4 -2
  17. package/dist-types/commands/BatchGetJobEntityCommand.d.ts +2 -1
  18. package/dist-types/commands/CopyJobTemplateCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateBudgetCommand.d.ts +4 -2
  20. package/dist-types/commands/CreateFarmCommand.d.ts +8 -3
  21. package/dist-types/commands/CreateFleetCommand.d.ts +8 -4
  22. package/dist-types/commands/CreateJobCommand.d.ts +7 -3
  23. package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +8 -4
  24. package/dist-types/commands/CreateLimitCommand.d.ts +9 -3
  25. package/dist-types/commands/CreateMonitorCommand.d.ts +7 -3
  26. package/dist-types/commands/CreateQueueCommand.d.ts +6 -3
  27. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +4 -2
  28. package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateQueueLimitAssociationCommand.d.ts +6 -2
  30. package/dist-types/commands/CreateStorageProfileCommand.d.ts +6 -3
  31. package/dist-types/commands/CreateWorkerCommand.d.ts +15 -3
  32. package/dist-types/commands/DeleteBudgetCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteFarmCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteFleetCommand.d.ts +4 -2
  35. package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +4 -2
  36. package/dist-types/commands/DeleteLimitCommand.d.ts +5 -2
  37. package/dist-types/commands/DeleteMeteredProductCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteMonitorCommand.d.ts +4 -2
  39. package/dist-types/commands/DeleteQueueCommand.d.ts +9 -3
  40. package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +2 -1
  41. package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +4 -2
  42. package/dist-types/commands/DeleteQueueLimitAssociationCommand.d.ts +10 -3
  43. package/dist-types/commands/DeleteStorageProfileCommand.d.ts +2 -1
  44. package/dist-types/commands/DeleteWorkerCommand.d.ts +4 -2
  45. package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +2 -1
  46. package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +4 -2
  47. package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +2 -1
  48. package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +4 -2
  49. package/dist-types/commands/GetBudgetCommand.d.ts +2 -1
  50. package/dist-types/commands/GetFarmCommand.d.ts +2 -1
  51. package/dist-types/commands/GetFleetCommand.d.ts +5 -3
  52. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  53. package/dist-types/commands/GetLicenseEndpointCommand.d.ts +2 -1
  54. package/dist-types/commands/GetLimitCommand.d.ts +2 -1
  55. package/dist-types/commands/GetMonitorCommand.d.ts +2 -1
  56. package/dist-types/commands/GetQueueCommand.d.ts +2 -1
  57. package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +2 -1
  58. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +2 -1
  59. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +2 -1
  60. package/dist-types/commands/GetSessionActionCommand.d.ts +2 -1
  61. package/dist-types/commands/GetSessionCommand.d.ts +2 -1
  62. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +6 -2
  63. package/dist-types/commands/GetStepCommand.d.ts +2 -1
  64. package/dist-types/commands/GetStorageProfileCommand.d.ts +2 -1
  65. package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +2 -1
  66. package/dist-types/commands/GetTaskCommand.d.ts +2 -1
  67. package/dist-types/commands/GetWorkerCommand.d.ts +2 -1
  68. package/dist-types/commands/ListBudgetsCommand.d.ts +2 -1
  69. package/dist-types/commands/ListFarmMembersCommand.d.ts +2 -1
  70. package/dist-types/commands/ListFarmsCommand.d.ts +2 -1
  71. package/dist-types/commands/ListFleetMembersCommand.d.ts +2 -1
  72. package/dist-types/commands/ListFleetsCommand.d.ts +6 -4
  73. package/dist-types/commands/ListJobMembersCommand.d.ts +2 -1
  74. package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +2 -1
  75. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  76. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +2 -1
  77. package/dist-types/commands/ListLimitsCommand.d.ts +2 -1
  78. package/dist-types/commands/ListMeteredProductsCommand.d.ts +2 -1
  79. package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
  80. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +2 -1
  81. package/dist-types/commands/ListQueueMembersCommand.d.ts +2 -1
  82. package/dist-types/commands/ListQueuesCommand.d.ts +2 -1
  83. package/dist-types/commands/ListSessionActionsCommand.d.ts +2 -1
  84. package/dist-types/commands/ListSessionsCommand.d.ts +2 -1
  85. package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +2 -1
  86. package/dist-types/commands/ListStepConsumersCommand.d.ts +2 -1
  87. package/dist-types/commands/ListStepDependenciesCommand.d.ts +2 -1
  88. package/dist-types/commands/ListStepsCommand.d.ts +2 -1
  89. package/dist-types/commands/ListStorageProfilesCommand.d.ts +2 -1
  90. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +2 -1
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  92. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  93. package/dist-types/commands/ListWorkersCommand.d.ts +2 -1
  94. package/dist-types/commands/PutMeteredProductCommand.d.ts +2 -1
  95. package/dist-types/commands/SearchJobsCommand.d.ts +2 -1
  96. package/dist-types/commands/SearchStepsCommand.d.ts +2 -1
  97. package/dist-types/commands/SearchTasksCommand.d.ts +2 -1
  98. package/dist-types/commands/SearchWorkersCommand.d.ts +2 -1
  99. package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +9 -2
  100. package/dist-types/commands/TagResourceCommand.d.ts +4 -2
  101. package/dist-types/commands/UntagResourceCommand.d.ts +4 -2
  102. package/dist-types/commands/UpdateBudgetCommand.d.ts +2 -1
  103. package/dist-types/commands/UpdateFarmCommand.d.ts +2 -1
  104. package/dist-types/commands/UpdateFleetCommand.d.ts +5 -3
  105. package/dist-types/commands/UpdateJobCommand.d.ts +11 -3
  106. package/dist-types/commands/UpdateLimitCommand.d.ts +2 -1
  107. package/dist-types/commands/UpdateMonitorCommand.d.ts +4 -2
  108. package/dist-types/commands/UpdateQueueCommand.d.ts +2 -1
  109. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +2 -1
  110. package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +2 -1
  111. package/dist-types/commands/UpdateQueueLimitAssociationCommand.d.ts +5 -2
  112. package/dist-types/commands/UpdateSessionCommand.d.ts +4 -2
  113. package/dist-types/commands/UpdateStepCommand.d.ts +4 -2
  114. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +2 -1
  115. package/dist-types/commands/UpdateTaskCommand.d.ts +4 -2
  116. package/dist-types/commands/UpdateWorkerCommand.d.ts +4 -2
  117. package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +4 -2
  118. package/dist-types/index.d.ts +8 -1
  119. package/dist-types/models/models_0.d.ts +477 -98
  120. package/dist-types/models/models_1.d.ts +350 -50
  121. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  122. package/package.json +2 -2
package/README.md CHANGED
@@ -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
 
@@ -359,6 +359,7 @@ exports.ServiceManagedFleetOperatingSystemFamily = {
359
359
  exports.Ec2MarketType = {
360
360
  ON_DEMAND: "on-demand",
361
361
  SPOT: "spot",
362
+ WAIT_AND_SAVE: "wait-and-save",
362
363
  };
363
364
  var FleetConfiguration;
364
365
  (function (FleetConfiguration) {
@@ -396,6 +397,7 @@ exports.FleetStatus = {
396
397
  ACTIVE: "ACTIVE",
397
398
  CREATE_FAILED: "CREATE_FAILED",
398
399
  CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
400
+ SUSPENDED: "SUSPENDED",
399
401
  UPDATE_FAILED: "UPDATE_FAILED",
400
402
  UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
401
403
  };
@@ -3251,6 +3251,7 @@ const de_GetFleetCommand = async (output, context) => {
3251
3251
  minWorkerCount: smithy_client_1.expectInt32,
3252
3252
  roleArn: smithy_client_1.expectString,
3253
3253
  status: smithy_client_1.expectString,
3254
+ statusMessage: smithy_client_1.expectString,
3254
3255
  targetWorkerCount: smithy_client_1.expectInt32,
3255
3256
  updatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
3256
3257
  updatedBy: smithy_client_1.expectString,
@@ -4919,6 +4920,7 @@ const de_FleetSummary = (output, context) => {
4919
4920
  maxWorkerCount: smithy_client_1.expectInt32,
4920
4921
  minWorkerCount: smithy_client_1.expectInt32,
4921
4922
  status: smithy_client_1.expectString,
4923
+ statusMessage: smithy_client_1.expectString,
4922
4924
  targetWorkerCount: smithy_client_1.expectInt32,
4923
4925
  updatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
4924
4926
  updatedBy: smithy_client_1.expectString,
@@ -347,6 +347,7 @@ export const ServiceManagedFleetOperatingSystemFamily = {
347
347
  export const Ec2MarketType = {
348
348
  ON_DEMAND: "on-demand",
349
349
  SPOT: "spot",
350
+ WAIT_AND_SAVE: "wait-and-save",
350
351
  };
351
352
  export var FleetConfiguration;
352
353
  (function (FleetConfiguration) {
@@ -384,6 +385,7 @@ export const FleetStatus = {
384
385
  ACTIVE: "ACTIVE",
385
386
  CREATE_FAILED: "CREATE_FAILED",
386
387
  CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
388
+ SUSPENDED: "SUSPENDED",
387
389
  UPDATE_FAILED: "UPDATE_FAILED",
388
390
  UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
389
391
  };
@@ -3088,6 +3088,7 @@ export const de_GetFleetCommand = async (output, context) => {
3088
3088
  minWorkerCount: __expectInt32,
3089
3089
  roleArn: __expectString,
3090
3090
  status: __expectString,
3091
+ statusMessage: __expectString,
3091
3092
  targetWorkerCount: __expectInt32,
3092
3093
  updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
3093
3094
  updatedBy: __expectString,
@@ -4686,6 +4687,7 @@ const de_FleetSummary = (output, context) => {
4686
4687
  maxWorkerCount: __expectInt32,
4687
4688
  minWorkerCount: __expectInt32,
4688
4689
  status: __expectString,
4690
+ statusMessage: __expectString,
4689
4691
  targetWorkerCount: __expectInt32,
4690
4692
  updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
4691
4693
  updatedBy: __expectString,
@@ -798,7 +798,14 @@ export interface Deadline {
798
798
  updateWorkerSchedule(args: UpdateWorkerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkerScheduleCommandOutput) => void): void;
799
799
  }
800
800
  /**
801
- * <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>
801
+ * <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
802
+ * projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
803
+ * specific to their job function.</p>
804
+ * <p>With Deadline Cloud, content production teams can deploy resources for their workforce
805
+ * securely in the cloud, reducing the costs of added physical infrastructure. Keep your
806
+ * content production operations secure, while allowing your contributors to access the tools
807
+ * they need, such as scalable high-speed storage, licenses, and cost management
808
+ * services.</p>
802
809
  * @public
803
810
  */
804
811
  export declare class Deadline extends DeadlineClient implements Deadline {
@@ -282,7 +282,14 @@ export type DeadlineClientResolvedConfigType = __SmithyResolvedConfiguration<__H
282
282
  export interface DeadlineClientResolvedConfig extends DeadlineClientResolvedConfigType {
283
283
  }
284
284
  /**
285
- * <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>
285
+ * <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
286
+ * projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
287
+ * specific to their job function.</p>
288
+ * <p>With Deadline Cloud, content production teams can deploy resources for their workforce
289
+ * securely in the cloud, reducing the costs of added physical infrastructure. Keep your
290
+ * content production operations secure, while allowing your contributors to access the tools
291
+ * they need, such as scalable high-speed storage, licenses, and cost management
292
+ * services.</p>
286
293
  * @public
287
294
  */
288
295
  export declare class DeadlineClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DeadlineClientResolvedConfig> {
@@ -63,13 +63,15 @@ declare const AssociateMemberToFarmCommand_base: {
63
63
  * <p>The requested resource can't be found.</p>
64
64
  *
65
65
  * @throws {@link ServiceQuotaExceededException} (client fault)
66
- * <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>
66
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
67
+ * maximum number of service resources or operations for your Amazon Web Services account.</p>
67
68
  *
68
69
  * @throws {@link ThrottlingException} (client fault)
69
70
  * <p>Your request exceeded a request rate quota.</p>
70
71
  *
71
72
  * @throws {@link ValidationException} (client fault)
72
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
73
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
74
+ * unsupported characters.</p>
73
75
  *
74
76
  * @throws {@link DeadlineServiceException}
75
77
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -64,13 +64,15 @@ declare const AssociateMemberToFleetCommand_base: {
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>
@@ -65,13 +65,15 @@ declare const AssociateMemberToJobCommand_base: {
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>
@@ -64,13 +64,15 @@ declare const AssociateMemberToQueueCommand_base: {
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>
@@ -27,7 +27,8 @@ declare const AssumeFleetRoleForReadCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <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>
30
+ * <p>Get Amazon Web Services credentials from the fleet role. The IAM permissions of the credentials are
31
+ * scoped down to have read-only access.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -70,7 +71,8 @@ declare const AssumeFleetRoleForReadCommand_base: {
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>
@@ -62,7 +62,8 @@ declare const AssumeFleetRoleForWorkerCommand_base: {
62
62
  * <p>You don't have permission to perform the action.</p>
63
63
  *
64
64
  * @throws {@link ConflictException} (client fault)
65
- * <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>
65
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
66
+ * than one operation on the same resource at the same time.</p>
66
67
  *
67
68
  * @throws {@link InternalServerErrorException} (server fault)
68
69
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -74,7 +75,8 @@ declare const AssumeFleetRoleForWorkerCommand_base: {
74
75
  * <p>Your request exceeded a request rate quota.</p>
75
76
  *
76
77
  * @throws {@link ValidationException} (client fault)
77
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
78
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
79
+ * unsupported characters.</p>
78
80
  *
79
81
  * @throws {@link DeadlineServiceException}
80
82
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,7 +27,8 @@ declare const AssumeQueueRoleForReadCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <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>
30
+ * <p>Gets Amazon Web Services credentials from the queue role. The IAM permissions of the credentials are
31
+ * scoped down to have read-only access.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -70,7 +71,8 @@ declare const AssumeQueueRoleForReadCommand_base: {
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>
@@ -70,7 +70,8 @@ declare const AssumeQueueRoleForUserCommand_base: {
70
70
  * <p>Your request exceeded a request rate quota.</p>
71
71
  *
72
72
  * @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>
73
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
74
+ * unsupported characters.</p>
74
75
  *
75
76
  * @throws {@link DeadlineServiceException}
76
77
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -63,7 +63,8 @@ declare const AssumeQueueRoleForWorkerCommand_base: {
63
63
  * <p>You don't have permission to perform the action.</p>
64
64
  *
65
65
  * @throws {@link ConflictException} (client fault)
66
- * <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>
66
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
67
+ * than one operation on the same resource at the same time.</p>
67
68
  *
68
69
  * @throws {@link InternalServerErrorException} (server fault)
69
70
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -75,7 +76,8 @@ declare const AssumeQueueRoleForWorkerCommand_base: {
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>
@@ -182,7 +182,8 @@ declare const BatchGetJobEntityCommand_base: {
182
182
  * <p>Your request exceeded a request rate quota.</p>
183
183
  *
184
184
  * @throws {@link ValidationException} (client fault)
185
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
185
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
186
+ * unsupported characters.</p>
186
187
  *
187
188
  * @throws {@link DeadlineServiceException}
188
189
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -70,7 +70,8 @@ declare const CopyJobTemplateCommand_base: {
70
70
  * <p>Your request exceeded a request rate quota.</p>
71
71
  *
72
72
  * @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>
73
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
74
+ * unsupported characters.</p>
74
75
  *
75
76
  * @throws {@link DeadlineServiceException}
76
77
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -81,13 +81,15 @@ declare const CreateBudgetCommand_base: {
81
81
  * <p>The requested resource can't be found.</p>
82
82
  *
83
83
  * @throws {@link ServiceQuotaExceededException} (client fault)
84
- * <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>
84
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
85
+ * maximum number of service resources or operations for your Amazon Web Services account.</p>
85
86
  *
86
87
  * @throws {@link ThrottlingException} (client fault)
87
88
  * <p>Your request exceeded a request rate quota.</p>
88
89
  *
89
90
  * @throws {@link ValidationException} (client fault)
90
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
91
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
92
+ * unsupported characters.</p>
91
93
  *
92
94
  * @throws {@link DeadlineServiceException}
93
95
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,7 +27,10 @@ declare const CreateFarmCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a farm to allow space for queues and fleets. Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.</p>
30
+ * <p>Creates a farm to allow space for queues and fleets. Farms are the space where the
31
+ * components of your renders gather and are pieced together in the cloud. Farms contain
32
+ * budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for
33
+ * large projects.</p>
31
34
  * @example
32
35
  * Use a bare-bones client and the command you need to make an API call.
33
36
  * ```javascript
@@ -67,13 +70,15 @@ declare const CreateFarmCommand_base: {
67
70
  * <p>The requested resource can't be found.</p>
68
71
  *
69
72
  * @throws {@link ServiceQuotaExceededException} (client fault)
70
- * <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>
73
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
74
+ * maximum number of service resources or operations for your Amazon Web Services account.</p>
71
75
  *
72
76
  * @throws {@link ThrottlingException} (client fault)
73
77
  * <p>Your request exceeded a request rate quota.</p>
74
78
  *
75
79
  * @throws {@link ValidationException} (client fault)
76
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
80
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
81
+ * unsupported characters.</p>
77
82
  *
78
83
  * @throws {@link DeadlineServiceException}
79
84
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,7 +27,9 @@ declare const CreateFleetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a fleet. Fleets gather information relating to compute, or capacity, for renders within your farms. You can choose to manage your own capacity or opt to have fleets fully managed by Deadline Cloud.</p>
30
+ * <p>Creates a fleet. Fleets gather information relating to compute, or capacity, for renders
31
+ * within your farms. You can choose to manage your own capacity or opt to have fleets fully
32
+ * managed by Deadline Cloud.</p>
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -138,7 +140,7 @@ declare const CreateFleetCommand_base: {
138
140
  * ],
139
141
  * },
140
142
  * instanceMarketOptions: { // ServiceManagedEc2InstanceMarketOptions
141
- * type: "on-demand" || "spot", // required
143
+ * type: "on-demand" || "spot" || "wait-and-save", // required
142
144
  * },
143
145
  * vpcConfiguration: { // VpcConfiguration
144
146
  * resourceConfigurationArns: [ // VpcResourceConfigurationArns
@@ -180,13 +182,15 @@ declare const CreateFleetCommand_base: {
180
182
  * <p>The requested resource can't be found.</p>
181
183
  *
182
184
  * @throws {@link ServiceQuotaExceededException} (client fault)
183
- * <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>
185
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
186
+ * maximum number of service resources or operations for your Amazon Web Services account.</p>
184
187
  *
185
188
  * @throws {@link ThrottlingException} (client fault)
186
189
  * <p>Your request exceeded a request rate quota.</p>
187
190
  *
188
191
  * @throws {@link ValidationException} (client fault)
189
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
192
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
193
+ * unsupported characters.</p>
190
194
  *
191
195
  * @throws {@link DeadlineServiceException}
192
196
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,7 +27,9 @@ declare const CreateJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a job. A job is a set of instructions that 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>
30
+ * <p>Creates a job. A job is a set of instructions that Deadline Cloud uses to schedule
31
+ * 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
32
+ * jobs</a>.</p>
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -95,13 +97,15 @@ declare const CreateJobCommand_base: {
95
97
  * <p>The requested resource can't be found.</p>
96
98
  *
97
99
  * @throws {@link ServiceQuotaExceededException} (client fault)
98
- * <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>
100
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
101
+ * maximum number of service resources or operations for your Amazon Web Services account.</p>
99
102
  *
100
103
  * @throws {@link ThrottlingException} (client fault)
101
104
  * <p>Your request exceeded a request rate quota.</p>
102
105
  *
103
106
  * @throws {@link ValidationException} (client fault)
104
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
107
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
108
+ * unsupported characters.</p>
105
109
  *
106
110
  * @throws {@link DeadlineServiceException}
107
111
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,7 +27,8 @@ declare const CreateLicenseEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.</p>
30
+ * <p>Creates a license endpoint to integrate your various licensed software used for
31
+ * rendering on Deadline Cloud.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -65,19 +66,22 @@ declare const CreateLicenseEndpointCommand_base: {
65
66
  * <p>You don't have permission to perform the action.</p>
66
67
  *
67
68
  * @throws {@link ConflictException} (client fault)
68
- * <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>
69
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
70
+ * than one operation on the same resource at the same time.</p>
69
71
  *
70
72
  * @throws {@link InternalServerErrorException} (server fault)
71
73
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
72
74
  *
73
75
  * @throws {@link ServiceQuotaExceededException} (client fault)
74
- * <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>
76
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
77
+ * maximum number of service resources or operations for your Amazon Web Services account.</p>
75
78
  *
76
79
  * @throws {@link ThrottlingException} (client fault)
77
80
  * <p>Your request exceeded a request rate quota.</p>
78
81
  *
79
82
  * @throws {@link ValidationException} (client fault)
80
- * <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>
81
85
  *
82
86
  * @throws {@link DeadlineServiceException}
83
87
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,7 +27,11 @@ declare const CreateLimitCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a limit that manages the distribution of shared resources, such as floating licenses. A limit can throttle work assignments, help manage workloads, and track current usage. Before you use a limit, you must associate the limit with one or more queues. </p> <p>You must add the <code>amountRequirementName</code> to a step in a job template to declare the limit requirement.</p>
30
+ * <p>Creates a limit that manages the distribution of shared resources, such as floating
31
+ * licenses. A limit can throttle work assignments, help manage workloads, and track current
32
+ * usage. Before you use a limit, you must associate the limit with one or more queues. </p>
33
+ * <p>You must add the <code>amountRequirementName</code> to a step in a job template to
34
+ * declare the limit requirement.</p>
31
35
  * @example
32
36
  * Use a bare-bones client and the command you need to make an API call.
33
37
  * ```javascript
@@ -66,13 +70,15 @@ declare const CreateLimitCommand_base: {
66
70
  * <p>The requested resource can't be found.</p>
67
71
  *
68
72
  * @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>
73
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
74
+ * maximum number of service resources or operations for your Amazon Web Services account.</p>
70
75
  *
71
76
  * @throws {@link ThrottlingException} (client fault)
72
77
  * <p>Your request exceeded a request rate quota.</p>
73
78
  *
74
79
  * @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>
80
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
81
+ * unsupported characters.</p>
76
82
  *
77
83
  * @throws {@link DeadlineServiceException}
78
84
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,7 +27,9 @@ declare const CreateMonitorCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an Amazon Web Services Deadline Cloud monitor that you can use to view your farms, queues, and fleets. After you submit a job, you can track the progress of the tasks and steps that make up the job, and then download the job's results. </p>
30
+ * <p>Creates an Amazon Web Services Deadline Cloud monitor that you can use to view your farms, queues, and
31
+ * fleets. After you submit a job, you can track the progress of the tasks and steps that make
32
+ * up the job, and then download the job's results. </p>
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -66,13 +68,15 @@ declare const CreateMonitorCommand_base: {
66
68
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
67
69
  *
68
70
  * @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>
71
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
72
+ * maximum number of service resources or operations for your Amazon Web Services account.</p>
70
73
  *
71
74
  * @throws {@link ThrottlingException} (client fault)
72
75
  * <p>Your request exceeded a request rate quota.</p>
73
76
  *
74
77
  * @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>
78
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
79
+ * unsupported characters.</p>
76
80
  *
77
81
  * @throws {@link DeadlineServiceException}
78
82
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,7 +27,8 @@ declare const CreateQueueCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a queue to coordinate the order in which jobs run on a farm. A queue can also specify where to pull resources and indicate where to output completed jobs.</p>
30
+ * <p>Creates a queue to coordinate the order in which jobs run on a farm. A queue can also
31
+ * specify where to pull resources and indicate where to output completed jobs.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -90,13 +91,15 @@ declare const CreateQueueCommand_base: {
90
91
  * <p>The requested resource can't be found.</p>
91
92
  *
92
93
  * @throws {@link ServiceQuotaExceededException} (client fault)
93
- * <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>
94
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
95
+ * maximum number of service resources or operations for your Amazon Web Services account.</p>
94
96
  *
95
97
  * @throws {@link ThrottlingException} (client fault)
96
98
  * <p>Your request exceeded a request rate quota.</p>
97
99
  *
98
100
  * @throws {@link ValidationException} (client fault)
99
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
101
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
102
+ * unsupported characters.</p>
100
103
  *
101
104
  * @throws {@link DeadlineServiceException}
102
105
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -66,13 +66,15 @@ declare const CreateQueueEnvironmentCommand_base: {
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>
@@ -64,7 +64,8 @@ declare const CreateQueueFleetAssociationCommand_base: {
64
64
  * <p>Your request exceeded a request rate quota.</p>
65
65
  *
66
66
  * @throws {@link ValidationException} (client fault)
67
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
67
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
68
+ * unsupported characters.</p>
68
69
  *
69
70
  * @throws {@link DeadlineServiceException}
70
71
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,7 +27,10 @@ declare const CreateQueueLimitAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Associates a limit with a particular queue. After the limit is associated, all workers for jobs that specify the limit associated with the queue are subject to the limit. You can't associate two limits with the same <code>amountRequirementName</code> to the same queue.</p>
30
+ * <p>Associates a limit with a particular queue. After the limit is associated, all workers
31
+ * for jobs that specify the limit associated with the queue are subject to the limit. You
32
+ * can't associate two limits with the same <code>amountRequirementName</code> to the same
33
+ * queue.</p>
31
34
  * @example
32
35
  * Use a bare-bones client and the command you need to make an API call.
33
36
  * ```javascript
@@ -64,7 +67,8 @@ declare const CreateQueueLimitAssociationCommand_base: {
64
67
  * <p>Your request exceeded a request rate quota.</p>
65
68
  *
66
69
  * @throws {@link ValidationException} (client fault)
67
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
70
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
71
+ * unsupported characters.</p>
68
72
  *
69
73
  * @throws {@link DeadlineServiceException}
70
74
  * <p>Base exception class for all service exceptions from Deadline service.</p>