@aws-sdk/client-deadline 3.1087.0 → 3.1089.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 (165) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Deadline.d.ts +461 -662
  3. package/dist-types/ts3.4/DeadlineClient.d.ts +58 -197
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateMemberToFarmCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AssociateMemberToFleetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/AssociateMemberToJobCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/AssociateMemberToQueueCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/AssumeFleetRoleForReadCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/AssumeFleetRoleForWorkerCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/AssumeQueueRoleForReadCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/AssumeQueueRoleForUserCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/AssumeQueueRoleForWorkerCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/BatchGetJobCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/BatchGetJobEntityCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/BatchGetSessionActionCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/BatchGetSessionCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/BatchGetStepCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/BatchGetTaskCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/BatchGetWorkerCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/BatchUpdateJobCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/BatchUpdateTaskCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/CopyJobTemplateCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/CreateFarmCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -5
  30. package/dist-types/ts3.4/commands/CreateLicenseEndpointCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/CreateLimitCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/CreateQueueEnvironmentCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/CreateQueueFleetAssociationCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/CreateQueueLimitAssociationCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/CreateStorageProfileCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/CreateWorkerCommand.d.ts +3 -5
  39. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/DeleteFarmCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/DeleteLicenseEndpointCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/DeleteLimitCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/DeleteMeteredProductCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/DeleteQueueEnvironmentCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/DeleteQueueFleetAssociationCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/DeleteQueueLimitAssociationCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/DeleteStorageProfileCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/DeleteWorkerCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/DisassociateMemberFromFarmCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/DisassociateMemberFromFleetCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/DisassociateMemberFromJobCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/DisassociateMemberFromQueueCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/GetBudgetCommand.d.ts +7 -5
  58. package/dist-types/ts3.4/commands/GetFarmCommand.d.ts +7 -5
  59. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +7 -5
  60. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
  61. package/dist-types/ts3.4/commands/GetLicenseEndpointCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/GetLimitCommand.d.ts +7 -5
  63. package/dist-types/ts3.4/commands/GetMonitorCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/GetMonitorSettingsCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +7 -5
  66. package/dist-types/ts3.4/commands/GetQueueEnvironmentCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/GetQueueLimitAssociationCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/GetSessionActionCommand.d.ts +4 -9
  70. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/GetStepCommand.d.ts +7 -5
  73. package/dist-types/ts3.4/commands/GetStorageProfileCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/GetStorageProfileForQueueCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/GetTaskCommand.d.ts +7 -5
  76. package/dist-types/ts3.4/commands/GetVolumeCommand.d.ts +7 -5
  77. package/dist-types/ts3.4/commands/GetWorkerCommand.d.ts +7 -5
  78. package/dist-types/ts3.4/commands/ListAvailableMeteredProductsCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/ListBudgetsCommand.d.ts +3 -5
  80. package/dist-types/ts3.4/commands/ListFarmMembersCommand.d.ts +4 -9
  81. package/dist-types/ts3.4/commands/ListFarmsCommand.d.ts +4 -4
  82. package/dist-types/ts3.4/commands/ListFleetMembersCommand.d.ts +4 -9
  83. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +3 -5
  84. package/dist-types/ts3.4/commands/ListJobMembersCommand.d.ts +4 -9
  85. package/dist-types/ts3.4/commands/ListJobParameterDefinitionsCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -5
  87. package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +4 -9
  88. package/dist-types/ts3.4/commands/ListLimitsCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/ListMeteredProductsCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +2 -4
  91. package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +5 -10
  92. package/dist-types/ts3.4/commands/ListQueueFleetAssociationsCommand.d.ts +4 -6
  93. package/dist-types/ts3.4/commands/ListQueueLimitAssociationsCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +4 -9
  95. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +3 -5
  96. package/dist-types/ts3.4/commands/ListSessionActionsCommand.d.ts +5 -10
  97. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
  98. package/dist-types/ts3.4/commands/ListSessionsForWorkerCommand.d.ts +5 -10
  99. package/dist-types/ts3.4/commands/ListStepConsumersCommand.d.ts +4 -6
  100. package/dist-types/ts3.4/commands/ListStepDependenciesCommand.d.ts +5 -10
  101. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +7 -5
  102. package/dist-types/ts3.4/commands/ListStorageProfilesCommand.d.ts +5 -10
  103. package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +4 -6
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  105. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -5
  106. package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +3 -5
  107. package/dist-types/ts3.4/commands/ListWorkersCommand.d.ts +3 -5
  108. package/dist-types/ts3.4/commands/PutMeteredProductCommand.d.ts +5 -10
  109. package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +3 -5
  110. package/dist-types/ts3.4/commands/SearchStepsCommand.d.ts +3 -5
  111. package/dist-types/ts3.4/commands/SearchTasksCommand.d.ts +3 -5
  112. package/dist-types/ts3.4/commands/SearchWorkersCommand.d.ts +4 -9
  113. package/dist-types/ts3.4/commands/StartSessionsStatisticsAggregationCommand.d.ts +4 -6
  114. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  115. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  116. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +3 -5
  117. package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +3 -5
  118. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +3 -5
  119. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +7 -5
  120. package/dist-types/ts3.4/commands/UpdateLimitCommand.d.ts +3 -5
  121. package/dist-types/ts3.4/commands/UpdateMonitorCommand.d.ts +4 -9
  122. package/dist-types/ts3.4/commands/UpdateMonitorSettingsCommand.d.ts +5 -10
  123. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +3 -5
  124. package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +5 -10
  125. package/dist-types/ts3.4/commands/UpdateQueueFleetAssociationCommand.d.ts +4 -6
  126. package/dist-types/ts3.4/commands/UpdateQueueLimitAssociationCommand.d.ts +4 -6
  127. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +4 -9
  128. package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +3 -5
  129. package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +5 -10
  130. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +3 -5
  131. package/dist-types/ts3.4/commands/UpdateWorkerCommand.d.ts +3 -5
  132. package/dist-types/ts3.4/commands/UpdateWorkerScheduleCommand.d.ts +5 -10
  133. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  134. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  135. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  136. package/dist-types/ts3.4/models/enums.d.ts +25 -50
  137. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  138. package/dist-types/ts3.4/models/models_0.d.ts +8 -24
  139. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  140. package/dist-types/ts3.4/pagination/ListBudgetsPaginator.d.ts +1 -4
  141. package/dist-types/ts3.4/pagination/ListFarmsPaginator.d.ts +1 -4
  142. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +1 -4
  143. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  144. package/dist-types/ts3.4/pagination/ListLimitsPaginator.d.ts +1 -4
  145. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +1 -4
  146. package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +1 -4
  147. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +1 -4
  148. package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +1 -4
  149. package/dist-types/ts3.4/pagination/ListWorkersPaginator.d.ts +1 -4
  150. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  151. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  152. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  153. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  154. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  155. package/dist-types/ts3.4/waiters/waitForFleetActive.d.ts +3 -6
  156. package/dist-types/ts3.4/waiters/waitForJobComplete.d.ts +3 -6
  157. package/dist-types/ts3.4/waiters/waitForJobCreateComplete.d.ts +3 -6
  158. package/dist-types/ts3.4/waiters/waitForJobSucceeded.d.ts +3 -6
  159. package/dist-types/ts3.4/waiters/waitForLicenseEndpointDeleted.d.ts +3 -5
  160. package/dist-types/ts3.4/waiters/waitForLicenseEndpointValid.d.ts +3 -5
  161. package/dist-types/ts3.4/waiters/waitForQueueFleetAssociationStopped.d.ts +3 -5
  162. package/dist-types/ts3.4/waiters/waitForQueueLimitAssociationStopped.d.ts +3 -5
  163. package/dist-types/ts3.4/waiters/waitForQueueScheduling.d.ts +3 -6
  164. package/dist-types/ts3.4/waiters/waitForQueueSchedulingBlocked.d.ts +3 -6
  165. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -72,10 +69,7 @@ import {
72
69
  AssumeQueueRoleForWorkerCommandInput,
73
70
  AssumeQueueRoleForWorkerCommandOutput,
74
71
  } from "./commands/AssumeQueueRoleForWorkerCommand";
75
- import {
76
- BatchGetJobCommandInput,
77
- BatchGetJobCommandOutput,
78
- } from "./commands/BatchGetJobCommand";
72
+ import { BatchGetJobCommandInput, BatchGetJobCommandOutput } from "./commands/BatchGetJobCommand";
79
73
  import {
80
74
  BatchGetJobEntityCommandInput,
81
75
  BatchGetJobEntityCommandOutput,
@@ -116,34 +110,19 @@ import {
116
110
  CreateBudgetCommandInput,
117
111
  CreateBudgetCommandOutput,
118
112
  } from "./commands/CreateBudgetCommand";
119
- import {
120
- CreateFarmCommandInput,
121
- CreateFarmCommandOutput,
122
- } from "./commands/CreateFarmCommand";
123
- import {
124
- CreateFleetCommandInput,
125
- CreateFleetCommandOutput,
126
- } from "./commands/CreateFleetCommand";
127
- import {
128
- CreateJobCommandInput,
129
- CreateJobCommandOutput,
130
- } from "./commands/CreateJobCommand";
113
+ import { CreateFarmCommandInput, CreateFarmCommandOutput } from "./commands/CreateFarmCommand";
114
+ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
115
+ import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
131
116
  import {
132
117
  CreateLicenseEndpointCommandInput,
133
118
  CreateLicenseEndpointCommandOutput,
134
119
  } from "./commands/CreateLicenseEndpointCommand";
135
- import {
136
- CreateLimitCommandInput,
137
- CreateLimitCommandOutput,
138
- } from "./commands/CreateLimitCommand";
120
+ import { CreateLimitCommandInput, CreateLimitCommandOutput } from "./commands/CreateLimitCommand";
139
121
  import {
140
122
  CreateMonitorCommandInput,
141
123
  CreateMonitorCommandOutput,
142
124
  } from "./commands/CreateMonitorCommand";
143
- import {
144
- CreateQueueCommandInput,
145
- CreateQueueCommandOutput,
146
- } from "./commands/CreateQueueCommand";
125
+ import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
147
126
  import {
148
127
  CreateQueueEnvironmentCommandInput,
149
128
  CreateQueueEnvironmentCommandOutput,
@@ -168,22 +147,13 @@ import {
168
147
  DeleteBudgetCommandInput,
169
148
  DeleteBudgetCommandOutput,
170
149
  } from "./commands/DeleteBudgetCommand";
171
- import {
172
- DeleteFarmCommandInput,
173
- DeleteFarmCommandOutput,
174
- } from "./commands/DeleteFarmCommand";
175
- import {
176
- DeleteFleetCommandInput,
177
- DeleteFleetCommandOutput,
178
- } from "./commands/DeleteFleetCommand";
150
+ import { DeleteFarmCommandInput, DeleteFarmCommandOutput } from "./commands/DeleteFarmCommand";
151
+ import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
179
152
  import {
180
153
  DeleteLicenseEndpointCommandInput,
181
154
  DeleteLicenseEndpointCommandOutput,
182
155
  } from "./commands/DeleteLicenseEndpointCommand";
183
- import {
184
- DeleteLimitCommandInput,
185
- DeleteLimitCommandOutput,
186
- } from "./commands/DeleteLimitCommand";
156
+ import { DeleteLimitCommandInput, DeleteLimitCommandOutput } from "./commands/DeleteLimitCommand";
187
157
  import {
188
158
  DeleteMeteredProductCommandInput,
189
159
  DeleteMeteredProductCommandOutput,
@@ -192,10 +162,7 @@ import {
192
162
  DeleteMonitorCommandInput,
193
163
  DeleteMonitorCommandOutput,
194
164
  } from "./commands/DeleteMonitorCommand";
195
- import {
196
- DeleteQueueCommandInput,
197
- DeleteQueueCommandOutput,
198
- } from "./commands/DeleteQueueCommand";
165
+ import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
199
166
  import {
200
167
  DeleteQueueEnvironmentCommandInput,
201
168
  DeleteQueueEnvironmentCommandOutput,
@@ -236,42 +203,21 @@ import {
236
203
  DisassociateMemberFromQueueCommandInput,
237
204
  DisassociateMemberFromQueueCommandOutput,
238
205
  } from "./commands/DisassociateMemberFromQueueCommand";
239
- import {
240
- GetBudgetCommandInput,
241
- GetBudgetCommandOutput,
242
- } from "./commands/GetBudgetCommand";
243
- import {
244
- GetFarmCommandInput,
245
- GetFarmCommandOutput,
246
- } from "./commands/GetFarmCommand";
247
- import {
248
- GetFleetCommandInput,
249
- GetFleetCommandOutput,
250
- } from "./commands/GetFleetCommand";
251
- import {
252
- GetJobCommandInput,
253
- GetJobCommandOutput,
254
- } from "./commands/GetJobCommand";
206
+ import { GetBudgetCommandInput, GetBudgetCommandOutput } from "./commands/GetBudgetCommand";
207
+ import { GetFarmCommandInput, GetFarmCommandOutput } from "./commands/GetFarmCommand";
208
+ import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
209
+ import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
255
210
  import {
256
211
  GetLicenseEndpointCommandInput,
257
212
  GetLicenseEndpointCommandOutput,
258
213
  } from "./commands/GetLicenseEndpointCommand";
259
- import {
260
- GetLimitCommandInput,
261
- GetLimitCommandOutput,
262
- } from "./commands/GetLimitCommand";
263
- import {
264
- GetMonitorCommandInput,
265
- GetMonitorCommandOutput,
266
- } from "./commands/GetMonitorCommand";
214
+ import { GetLimitCommandInput, GetLimitCommandOutput } from "./commands/GetLimitCommand";
215
+ import { GetMonitorCommandInput, GetMonitorCommandOutput } from "./commands/GetMonitorCommand";
267
216
  import {
268
217
  GetMonitorSettingsCommandInput,
269
218
  GetMonitorSettingsCommandOutput,
270
219
  } from "./commands/GetMonitorSettingsCommand";
271
- import {
272
- GetQueueCommandInput,
273
- GetQueueCommandOutput,
274
- } from "./commands/GetQueueCommand";
220
+ import { GetQueueCommandInput, GetQueueCommandOutput } from "./commands/GetQueueCommand";
275
221
  import {
276
222
  GetQueueEnvironmentCommandInput,
277
223
  GetQueueEnvironmentCommandOutput,
@@ -288,18 +234,12 @@ import {
288
234
  GetSessionActionCommandInput,
289
235
  GetSessionActionCommandOutput,
290
236
  } from "./commands/GetSessionActionCommand";
291
- import {
292
- GetSessionCommandInput,
293
- GetSessionCommandOutput,
294
- } from "./commands/GetSessionCommand";
237
+ import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
295
238
  import {
296
239
  GetSessionsStatisticsAggregationCommandInput,
297
240
  GetSessionsStatisticsAggregationCommandOutput,
298
241
  } from "./commands/GetSessionsStatisticsAggregationCommand";
299
- import {
300
- GetStepCommandInput,
301
- GetStepCommandOutput,
302
- } from "./commands/GetStepCommand";
242
+ import { GetStepCommandInput, GetStepCommandOutput } from "./commands/GetStepCommand";
303
243
  import {
304
244
  GetStorageProfileCommandInput,
305
245
  GetStorageProfileCommandOutput,
@@ -308,42 +248,24 @@ import {
308
248
  GetStorageProfileForQueueCommandInput,
309
249
  GetStorageProfileForQueueCommandOutput,
310
250
  } from "./commands/GetStorageProfileForQueueCommand";
311
- import {
312
- GetTaskCommandInput,
313
- GetTaskCommandOutput,
314
- } from "./commands/GetTaskCommand";
315
- import {
316
- GetVolumeCommandInput,
317
- GetVolumeCommandOutput,
318
- } from "./commands/GetVolumeCommand";
319
- import {
320
- GetWorkerCommandInput,
321
- GetWorkerCommandOutput,
322
- } from "./commands/GetWorkerCommand";
251
+ import { GetTaskCommandInput, GetTaskCommandOutput } from "./commands/GetTaskCommand";
252
+ import { GetVolumeCommandInput, GetVolumeCommandOutput } from "./commands/GetVolumeCommand";
253
+ import { GetWorkerCommandInput, GetWorkerCommandOutput } from "./commands/GetWorkerCommand";
323
254
  import {
324
255
  ListAvailableMeteredProductsCommandInput,
325
256
  ListAvailableMeteredProductsCommandOutput,
326
257
  } from "./commands/ListAvailableMeteredProductsCommand";
327
- import {
328
- ListBudgetsCommandInput,
329
- ListBudgetsCommandOutput,
330
- } from "./commands/ListBudgetsCommand";
258
+ import { ListBudgetsCommandInput, ListBudgetsCommandOutput } from "./commands/ListBudgetsCommand";
331
259
  import {
332
260
  ListFarmMembersCommandInput,
333
261
  ListFarmMembersCommandOutput,
334
262
  } from "./commands/ListFarmMembersCommand";
335
- import {
336
- ListFarmsCommandInput,
337
- ListFarmsCommandOutput,
338
- } from "./commands/ListFarmsCommand";
263
+ import { ListFarmsCommandInput, ListFarmsCommandOutput } from "./commands/ListFarmsCommand";
339
264
  import {
340
265
  ListFleetMembersCommandInput,
341
266
  ListFleetMembersCommandOutput,
342
267
  } from "./commands/ListFleetMembersCommand";
343
- import {
344
- ListFleetsCommandInput,
345
- ListFleetsCommandOutput,
346
- } from "./commands/ListFleetsCommand";
268
+ import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
347
269
  import {
348
270
  ListJobMembersCommandInput,
349
271
  ListJobMembersCommandOutput,
@@ -352,18 +274,12 @@ import {
352
274
  ListJobParameterDefinitionsCommandInput,
353
275
  ListJobParameterDefinitionsCommandOutput,
354
276
  } from "./commands/ListJobParameterDefinitionsCommand";
355
- import {
356
- ListJobsCommandInput,
357
- ListJobsCommandOutput,
358
- } from "./commands/ListJobsCommand";
277
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
359
278
  import {
360
279
  ListLicenseEndpointsCommandInput,
361
280
  ListLicenseEndpointsCommandOutput,
362
281
  } from "./commands/ListLicenseEndpointsCommand";
363
- import {
364
- ListLimitsCommandInput,
365
- ListLimitsCommandOutput,
366
- } from "./commands/ListLimitsCommand";
282
+ import { ListLimitsCommandInput, ListLimitsCommandOutput } from "./commands/ListLimitsCommand";
367
283
  import {
368
284
  ListMeteredProductsCommandInput,
369
285
  ListMeteredProductsCommandOutput,
@@ -388,10 +304,7 @@ import {
388
304
  ListQueueMembersCommandInput,
389
305
  ListQueueMembersCommandOutput,
390
306
  } from "./commands/ListQueueMembersCommand";
391
- import {
392
- ListQueuesCommandInput,
393
- ListQueuesCommandOutput,
394
- } from "./commands/ListQueuesCommand";
307
+ import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
395
308
  import {
396
309
  ListSessionActionsCommandInput,
397
310
  ListSessionActionsCommandOutput,
@@ -412,10 +325,7 @@ import {
412
325
  ListStepDependenciesCommandInput,
413
326
  ListStepDependenciesCommandOutput,
414
327
  } from "./commands/ListStepDependenciesCommand";
415
- import {
416
- ListStepsCommandInput,
417
- ListStepsCommandOutput,
418
- } from "./commands/ListStepsCommand";
328
+ import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
419
329
  import {
420
330
  ListStorageProfilesCommandInput,
421
331
  ListStorageProfilesCommandOutput,
@@ -428,34 +338,16 @@ import {
428
338
  ListTagsForResourceCommandInput,
429
339
  ListTagsForResourceCommandOutput,
430
340
  } from "./commands/ListTagsForResourceCommand";
431
- import {
432
- ListTasksCommandInput,
433
- ListTasksCommandOutput,
434
- } from "./commands/ListTasksCommand";
435
- import {
436
- ListVolumesCommandInput,
437
- ListVolumesCommandOutput,
438
- } from "./commands/ListVolumesCommand";
439
- import {
440
- ListWorkersCommandInput,
441
- ListWorkersCommandOutput,
442
- } from "./commands/ListWorkersCommand";
341
+ import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
342
+ import { ListVolumesCommandInput, ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
343
+ import { ListWorkersCommandInput, ListWorkersCommandOutput } from "./commands/ListWorkersCommand";
443
344
  import {
444
345
  PutMeteredProductCommandInput,
445
346
  PutMeteredProductCommandOutput,
446
347
  } from "./commands/PutMeteredProductCommand";
447
- import {
448
- SearchJobsCommandInput,
449
- SearchJobsCommandOutput,
450
- } from "./commands/SearchJobsCommand";
451
- import {
452
- SearchStepsCommandInput,
453
- SearchStepsCommandOutput,
454
- } from "./commands/SearchStepsCommand";
455
- import {
456
- SearchTasksCommandInput,
457
- SearchTasksCommandOutput,
458
- } from "./commands/SearchTasksCommand";
348
+ import { SearchJobsCommandInput, SearchJobsCommandOutput } from "./commands/SearchJobsCommand";
349
+ import { SearchStepsCommandInput, SearchStepsCommandOutput } from "./commands/SearchStepsCommand";
350
+ import { SearchTasksCommandInput, SearchTasksCommandOutput } from "./commands/SearchTasksCommand";
459
351
  import {
460
352
  SearchWorkersCommandInput,
461
353
  SearchWorkersCommandOutput,
@@ -464,10 +356,7 @@ import {
464
356
  StartSessionsStatisticsAggregationCommandInput,
465
357
  StartSessionsStatisticsAggregationCommandOutput,
466
358
  } from "./commands/StartSessionsStatisticsAggregationCommand";
467
- import {
468
- TagResourceCommandInput,
469
- TagResourceCommandOutput,
470
- } from "./commands/TagResourceCommand";
359
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
471
360
  import {
472
361
  UntagResourceCommandInput,
473
362
  UntagResourceCommandOutput,
@@ -476,22 +365,10 @@ import {
476
365
  UpdateBudgetCommandInput,
477
366
  UpdateBudgetCommandOutput,
478
367
  } from "./commands/UpdateBudgetCommand";
479
- import {
480
- UpdateFarmCommandInput,
481
- UpdateFarmCommandOutput,
482
- } from "./commands/UpdateFarmCommand";
483
- import {
484
- UpdateFleetCommandInput,
485
- UpdateFleetCommandOutput,
486
- } from "./commands/UpdateFleetCommand";
487
- import {
488
- UpdateJobCommandInput,
489
- UpdateJobCommandOutput,
490
- } from "./commands/UpdateJobCommand";
491
- import {
492
- UpdateLimitCommandInput,
493
- UpdateLimitCommandOutput,
494
- } from "./commands/UpdateLimitCommand";
368
+ import { UpdateFarmCommandInput, UpdateFarmCommandOutput } from "./commands/UpdateFarmCommand";
369
+ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
370
+ import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
371
+ import { UpdateLimitCommandInput, UpdateLimitCommandOutput } from "./commands/UpdateLimitCommand";
495
372
  import {
496
373
  UpdateMonitorCommandInput,
497
374
  UpdateMonitorCommandOutput,
@@ -500,10 +377,7 @@ import {
500
377
  UpdateMonitorSettingsCommandInput,
501
378
  UpdateMonitorSettingsCommandOutput,
502
379
  } from "./commands/UpdateMonitorSettingsCommand";
503
- import {
504
- UpdateQueueCommandInput,
505
- UpdateQueueCommandOutput,
506
- } from "./commands/UpdateQueueCommand";
380
+ import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
507
381
  import {
508
382
  UpdateQueueEnvironmentCommandInput,
509
383
  UpdateQueueEnvironmentCommandOutput,
@@ -520,18 +394,12 @@ import {
520
394
  UpdateSessionCommandInput,
521
395
  UpdateSessionCommandOutput,
522
396
  } from "./commands/UpdateSessionCommand";
523
- import {
524
- UpdateStepCommandInput,
525
- UpdateStepCommandOutput,
526
- } from "./commands/UpdateStepCommand";
397
+ import { UpdateStepCommandInput, UpdateStepCommandOutput } from "./commands/UpdateStepCommand";
527
398
  import {
528
399
  UpdateStorageProfileCommandInput,
529
400
  UpdateStorageProfileCommandOutput,
530
401
  } from "./commands/UpdateStorageProfileCommand";
531
- import {
532
- UpdateTaskCommandInput,
533
- UpdateTaskCommandOutput,
534
- } from "./commands/UpdateTaskCommand";
402
+ import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
535
403
  import {
536
404
  UpdateWorkerCommandInput,
537
405
  UpdateWorkerCommandOutput,
@@ -801,8 +669,7 @@ export type ServiceOutputTypes =
801
669
  | UpdateTaskCommandOutput
802
670
  | UpdateWorkerCommandOutput
803
671
  | UpdateWorkerScheduleCommandOutput;
804
- export interface ClientDefaults
805
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
672
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
806
673
  requestHandler?: __HttpHandlerUserInput;
807
674
  sha256?: __ChecksumConstructor | __HashConstructor;
808
675
  urlParser?: __UrlParser;
@@ -827,9 +694,7 @@ export interface ClientDefaults
827
694
  extensions?: RuntimeExtension[];
828
695
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
829
696
  }
830
- export type DeadlineClientConfigType = Partial<
831
- __SmithyConfiguration<__HttpHandlerOptions>
832
- > &
697
+ export type DeadlineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
833
698
  ClientDefaults &
834
699
  UserAgentInputConfig &
835
700
  RetryInputConfig &
@@ -839,19 +704,17 @@ export type DeadlineClientConfigType = Partial<
839
704
  HttpAuthSchemeInputConfig &
840
705
  ClientInputEndpointParameters;
841
706
  export interface DeadlineClientConfig extends DeadlineClientConfigType {}
842
- export type DeadlineClientResolvedConfigType =
843
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
844
- Required<ClientDefaults> &
845
- RuntimeExtensionsConfig &
846
- UserAgentResolvedConfig &
847
- RetryResolvedConfig &
848
- RegionResolvedConfig &
849
- HostHeaderResolvedConfig &
850
- EndpointResolvedConfig<EndpointParameters> &
851
- HttpAuthSchemeResolvedConfig &
852
- ClientResolvedEndpointParameters;
853
- export interface DeadlineClientResolvedConfig
854
- extends DeadlineClientResolvedConfigType {}
707
+ export type DeadlineClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
708
+ Required<ClientDefaults> &
709
+ RuntimeExtensionsConfig &
710
+ UserAgentResolvedConfig &
711
+ RetryResolvedConfig &
712
+ RegionResolvedConfig &
713
+ HostHeaderResolvedConfig &
714
+ EndpointResolvedConfig<EndpointParameters> &
715
+ HttpAuthSchemeResolvedConfig &
716
+ ClientResolvedEndpointParameters;
717
+ export interface DeadlineClientResolvedConfig extends DeadlineClientResolvedConfigType {}
855
718
  export declare class DeadlineClient extends __Client<
856
719
  __HttpHandlerOptions,
857
720
  ServiceInputTypes,
@@ -859,8 +722,6 @@ export declare class DeadlineClient extends __Client<
859
722
  DeadlineClientResolvedConfig
860
723
  > {
861
724
  readonly config: DeadlineClientResolvedConfig;
862
- constructor(
863
- ...[configuration]: __CheckOptionalClientConfig<DeadlineClientConfig>
864
- );
725
+ constructor(...[configuration]: __CheckOptionalClientConfig<DeadlineClientConfig>);
865
726
  destroy(): void;
866
727
  }
@@ -7,17 +7,10 @@ import { DeadlineHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: DeadlineHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: DeadlineHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): DeadlineHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { DeadlineClientResolvedConfig } from "../DeadlineClient";
15
- export interface DeadlineHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface DeadlineHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface DeadlineHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- DeadlineClientResolvedConfig,
22
- HandlerExecutionContext,
23
- DeadlineHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface DeadlineHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ DeadlineClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ DeadlineHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultDeadlineHttpAuthSchemeParametersProvider: (
27
25
  config: DeadlineClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<DeadlineHttpAuthSchemeParameters>;
31
- export interface DeadlineHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<DeadlineHttpAuthSchemeParameters> {}
29
+ export interface DeadlineHttpAuthSchemeProvider extends HttpAuthSchemeProvider<DeadlineHttpAuthSchemeParameters> {}
33
30
  export declare const defaultDeadlineHttpAuthSchemeProvider: DeadlineHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: DeadlineHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: DeadlineHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./DeadlineClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  DeadlineClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AssociateMemberToFarmRequest,
4
- AssociateMemberToFarmResponse,
5
- } from "../models/models_0";
2
+ import { AssociateMemberToFarmRequest, AssociateMemberToFarmResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AssociateMemberToFarmCommandInput
8
- extends AssociateMemberToFarmRequest {}
4
+ export interface AssociateMemberToFarmCommandInput extends AssociateMemberToFarmRequest {}
9
5
  export interface AssociateMemberToFarmCommandOutput
10
- extends AssociateMemberToFarmResponse,
11
- __MetadataBearer {}
6
+ extends AssociateMemberToFarmResponse, __MetadataBearer {}
12
7
  declare const AssociateMemberToFarmCommand_base: {
13
8
  new (
14
- input: AssociateMemberToFarmCommandInput
9
+ input: AssociateMemberToFarmCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AssociateMemberToFarmCommandInput,
17
12
  AssociateMemberToFarmCommandOutput,
@@ -20,7 +15,7 @@ declare const AssociateMemberToFarmCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AssociateMemberToFarmCommandInput
18
+ input: AssociateMemberToFarmCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AssociateMemberToFarmCommandInput,
26
21
  AssociateMemberToFarmCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AssociateMemberToFleetRequest,
4
- AssociateMemberToFleetResponse,
5
- } from "../models/models_0";
2
+ import { AssociateMemberToFleetRequest, AssociateMemberToFleetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AssociateMemberToFleetCommandInput
8
- extends AssociateMemberToFleetRequest {}
4
+ export interface AssociateMemberToFleetCommandInput extends AssociateMemberToFleetRequest {}
9
5
  export interface AssociateMemberToFleetCommandOutput
10
- extends AssociateMemberToFleetResponse,
11
- __MetadataBearer {}
6
+ extends AssociateMemberToFleetResponse, __MetadataBearer {}
12
7
  declare const AssociateMemberToFleetCommand_base: {
13
8
  new (
14
- input: AssociateMemberToFleetCommandInput
9
+ input: AssociateMemberToFleetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AssociateMemberToFleetCommandInput,
17
12
  AssociateMemberToFleetCommandOutput,
@@ -20,7 +15,7 @@ declare const AssociateMemberToFleetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AssociateMemberToFleetCommandInput
18
+ input: AssociateMemberToFleetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AssociateMemberToFleetCommandInput,
26
21
  AssociateMemberToFleetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AssociateMemberToJobRequest,
4
- AssociateMemberToJobResponse,
5
- } from "../models/models_0";
2
+ import { AssociateMemberToJobRequest, AssociateMemberToJobResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AssociateMemberToJobCommandInput
8
- extends AssociateMemberToJobRequest {}
4
+ export interface AssociateMemberToJobCommandInput extends AssociateMemberToJobRequest {}
9
5
  export interface AssociateMemberToJobCommandOutput
10
- extends AssociateMemberToJobResponse,
11
- __MetadataBearer {}
6
+ extends AssociateMemberToJobResponse, __MetadataBearer {}
12
7
  declare const AssociateMemberToJobCommand_base: {
13
8
  new (
14
- input: AssociateMemberToJobCommandInput
9
+ input: AssociateMemberToJobCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AssociateMemberToJobCommandInput,
17
12
  AssociateMemberToJobCommandOutput,
@@ -20,7 +15,7 @@ declare const AssociateMemberToJobCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AssociateMemberToJobCommandInput
18
+ input: AssociateMemberToJobCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AssociateMemberToJobCommandInput,
26
21
  AssociateMemberToJobCommandOutput,