@aws-sdk/client-deadline 3.863.0 → 3.865.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 +5 -5
@@ -27,7 +27,9 @@ declare const UpdateQueueLimitAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the status of the queue. If you set the status to one of the <code>STOP_LIMIT_USAGE*</code> values, there will be a delay before the status transitions to the <code>STOPPED</code> state. </p>
30
+ * <p>Updates the status of the queue. If you set the status to one of the
31
+ * <code>STOP_LIMIT_USAGE*</code> values, there will be a delay before the status
32
+ * transitions to the <code>STOPPED</code> state. </p>
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -65,7 +67,8 @@ declare const UpdateQueueLimitAssociationCommand_base: {
65
67
  * <p>Your request exceeded a request rate quota.</p>
66
68
  *
67
69
  * @throws {@link ValidationException} (client fault)
68
- * <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>
69
72
  *
70
73
  * @throws {@link DeadlineServiceException}
71
74
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -58,7 +58,8 @@ declare const UpdateSessionCommand_base: {
58
58
  * <p>You don't have permission to perform the action.</p>
59
59
  *
60
60
  * @throws {@link ConflictException} (client fault)
61
- * <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>
61
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
62
+ * than one operation on the same resource at the same time.</p>
62
63
  *
63
64
  * @throws {@link InternalServerErrorException} (server fault)
64
65
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -70,7 +71,8 @@ declare const UpdateSessionCommand_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>
@@ -58,7 +58,8 @@ declare const UpdateStepCommand_base: {
58
58
  * <p>You don't have permission to perform the action.</p>
59
59
  *
60
60
  * @throws {@link ConflictException} (client fault)
61
- * <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>
61
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
62
+ * than one operation on the same resource at the same time.</p>
62
63
  *
63
64
  * @throws {@link InternalServerErrorException} (server fault)
64
65
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -70,7 +71,8 @@ declare const UpdateStepCommand_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>
@@ -80,7 +80,8 @@ declare const UpdateStorageProfileCommand_base: {
80
80
  * <p>Your request exceeded a request rate quota.</p>
81
81
  *
82
82
  * @throws {@link ValidationException} (client fault)
83
- * <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>
84
85
  *
85
86
  * @throws {@link DeadlineServiceException}
86
87
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -59,7 +59,8 @@ declare const UpdateTaskCommand_base: {
59
59
  * <p>You don't have permission to perform the action.</p>
60
60
  *
61
61
  * @throws {@link ConflictException} (client fault)
62
- * <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>
62
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
63
+ * than one operation on the same resource at the same time.</p>
63
64
  *
64
65
  * @throws {@link InternalServerErrorException} (server fault)
65
66
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -71,7 +72,8 @@ declare const UpdateTaskCommand_base: {
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>
@@ -98,7 +98,8 @@ declare const UpdateWorkerCommand_base: {
98
98
  * <p>You don't have permission to perform the action.</p>
99
99
  *
100
100
  * @throws {@link ConflictException} (client fault)
101
- * <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>
101
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
102
+ * than one operation on the same resource at the same time.</p>
102
103
  *
103
104
  * @throws {@link InternalServerErrorException} (server fault)
104
105
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -110,7 +111,8 @@ declare const UpdateWorkerCommand_base: {
110
111
  * <p>Your request exceeded a request rate quota.</p>
111
112
  *
112
113
  * @throws {@link ValidationException} (client fault)
113
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
114
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
115
+ * unsupported characters.</p>
114
116
  *
115
117
  * @throws {@link DeadlineServiceException}
116
118
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -125,7 +125,8 @@ declare const UpdateWorkerScheduleCommand_base: {
125
125
  * <p>You don't have permission to perform the action.</p>
126
126
  *
127
127
  * @throws {@link ConflictException} (client fault)
128
- * <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>
128
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
129
+ * than one operation on the same resource at the same time.</p>
129
130
  *
130
131
  * @throws {@link InternalServerErrorException} (server fault)
131
132
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -137,7 +138,8 @@ declare const UpdateWorkerScheduleCommand_base: {
137
138
  * <p>Your request exceeded a request rate quota.</p>
138
139
  *
139
140
  * @throws {@link ValidationException} (client fault)
140
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
141
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
142
+ * unsupported characters.</p>
141
143
  *
142
144
  * @throws {@link DeadlineServiceException}
143
145
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -1,5 +1,12 @@
1
1
  /**
2
- * <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>
2
+ * <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
3
+ * projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
4
+ * specific to their job function.</p>
5
+ * <p>With Deadline Cloud, content production teams can deploy resources for their workforce
6
+ * securely in the cloud, reducing the costs of added physical infrastructure. Keep your
7
+ * content production operations secure, while allowing your contributors to access the tools
8
+ * they need, such as scalable high-speed storage, licenses, and cost management
9
+ * services.</p>
3
10
  *
4
11
  * @packageDocumentation
5
12
  */