@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
@@ -41,10 +41,7 @@ import {
41
41
  AssumeQueueRoleForWorkerCommandInput,
42
42
  AssumeQueueRoleForWorkerCommandOutput,
43
43
  } from "./commands/AssumeQueueRoleForWorkerCommand";
44
- import {
45
- BatchGetJobCommandInput,
46
- BatchGetJobCommandOutput,
47
- } from "./commands/BatchGetJobCommand";
44
+ import { BatchGetJobCommandInput, BatchGetJobCommandOutput } from "./commands/BatchGetJobCommand";
48
45
  import {
49
46
  BatchGetJobEntityCommandInput,
50
47
  BatchGetJobEntityCommandOutput,
@@ -85,34 +82,19 @@ import {
85
82
  CreateBudgetCommandInput,
86
83
  CreateBudgetCommandOutput,
87
84
  } from "./commands/CreateBudgetCommand";
88
- import {
89
- CreateFarmCommandInput,
90
- CreateFarmCommandOutput,
91
- } from "./commands/CreateFarmCommand";
92
- import {
93
- CreateFleetCommandInput,
94
- CreateFleetCommandOutput,
95
- } from "./commands/CreateFleetCommand";
96
- import {
97
- CreateJobCommandInput,
98
- CreateJobCommandOutput,
99
- } from "./commands/CreateJobCommand";
85
+ import { CreateFarmCommandInput, CreateFarmCommandOutput } from "./commands/CreateFarmCommand";
86
+ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
87
+ import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
100
88
  import {
101
89
  CreateLicenseEndpointCommandInput,
102
90
  CreateLicenseEndpointCommandOutput,
103
91
  } from "./commands/CreateLicenseEndpointCommand";
104
- import {
105
- CreateLimitCommandInput,
106
- CreateLimitCommandOutput,
107
- } from "./commands/CreateLimitCommand";
92
+ import { CreateLimitCommandInput, CreateLimitCommandOutput } from "./commands/CreateLimitCommand";
108
93
  import {
109
94
  CreateMonitorCommandInput,
110
95
  CreateMonitorCommandOutput,
111
96
  } from "./commands/CreateMonitorCommand";
112
- import {
113
- CreateQueueCommandInput,
114
- CreateQueueCommandOutput,
115
- } from "./commands/CreateQueueCommand";
97
+ import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
116
98
  import {
117
99
  CreateQueueEnvironmentCommandInput,
118
100
  CreateQueueEnvironmentCommandOutput,
@@ -137,22 +119,13 @@ import {
137
119
  DeleteBudgetCommandInput,
138
120
  DeleteBudgetCommandOutput,
139
121
  } from "./commands/DeleteBudgetCommand";
140
- import {
141
- DeleteFarmCommandInput,
142
- DeleteFarmCommandOutput,
143
- } from "./commands/DeleteFarmCommand";
144
- import {
145
- DeleteFleetCommandInput,
146
- DeleteFleetCommandOutput,
147
- } from "./commands/DeleteFleetCommand";
122
+ import { DeleteFarmCommandInput, DeleteFarmCommandOutput } from "./commands/DeleteFarmCommand";
123
+ import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
148
124
  import {
149
125
  DeleteLicenseEndpointCommandInput,
150
126
  DeleteLicenseEndpointCommandOutput,
151
127
  } from "./commands/DeleteLicenseEndpointCommand";
152
- import {
153
- DeleteLimitCommandInput,
154
- DeleteLimitCommandOutput,
155
- } from "./commands/DeleteLimitCommand";
128
+ import { DeleteLimitCommandInput, DeleteLimitCommandOutput } from "./commands/DeleteLimitCommand";
156
129
  import {
157
130
  DeleteMeteredProductCommandInput,
158
131
  DeleteMeteredProductCommandOutput,
@@ -161,10 +134,7 @@ import {
161
134
  DeleteMonitorCommandInput,
162
135
  DeleteMonitorCommandOutput,
163
136
  } from "./commands/DeleteMonitorCommand";
164
- import {
165
- DeleteQueueCommandInput,
166
- DeleteQueueCommandOutput,
167
- } from "./commands/DeleteQueueCommand";
137
+ import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
168
138
  import {
169
139
  DeleteQueueEnvironmentCommandInput,
170
140
  DeleteQueueEnvironmentCommandOutput,
@@ -205,42 +175,21 @@ import {
205
175
  DisassociateMemberFromQueueCommandInput,
206
176
  DisassociateMemberFromQueueCommandOutput,
207
177
  } from "./commands/DisassociateMemberFromQueueCommand";
208
- import {
209
- GetBudgetCommandInput,
210
- GetBudgetCommandOutput,
211
- } from "./commands/GetBudgetCommand";
212
- import {
213
- GetFarmCommandInput,
214
- GetFarmCommandOutput,
215
- } from "./commands/GetFarmCommand";
216
- import {
217
- GetFleetCommandInput,
218
- GetFleetCommandOutput,
219
- } from "./commands/GetFleetCommand";
220
- import {
221
- GetJobCommandInput,
222
- GetJobCommandOutput,
223
- } from "./commands/GetJobCommand";
178
+ import { GetBudgetCommandInput, GetBudgetCommandOutput } from "./commands/GetBudgetCommand";
179
+ import { GetFarmCommandInput, GetFarmCommandOutput } from "./commands/GetFarmCommand";
180
+ import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
181
+ import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
224
182
  import {
225
183
  GetLicenseEndpointCommandInput,
226
184
  GetLicenseEndpointCommandOutput,
227
185
  } from "./commands/GetLicenseEndpointCommand";
228
- import {
229
- GetLimitCommandInput,
230
- GetLimitCommandOutput,
231
- } from "./commands/GetLimitCommand";
232
- import {
233
- GetMonitorCommandInput,
234
- GetMonitorCommandOutput,
235
- } from "./commands/GetMonitorCommand";
186
+ import { GetLimitCommandInput, GetLimitCommandOutput } from "./commands/GetLimitCommand";
187
+ import { GetMonitorCommandInput, GetMonitorCommandOutput } from "./commands/GetMonitorCommand";
236
188
  import {
237
189
  GetMonitorSettingsCommandInput,
238
190
  GetMonitorSettingsCommandOutput,
239
191
  } from "./commands/GetMonitorSettingsCommand";
240
- import {
241
- GetQueueCommandInput,
242
- GetQueueCommandOutput,
243
- } from "./commands/GetQueueCommand";
192
+ import { GetQueueCommandInput, GetQueueCommandOutput } from "./commands/GetQueueCommand";
244
193
  import {
245
194
  GetQueueEnvironmentCommandInput,
246
195
  GetQueueEnvironmentCommandOutput,
@@ -257,18 +206,12 @@ import {
257
206
  GetSessionActionCommandInput,
258
207
  GetSessionActionCommandOutput,
259
208
  } from "./commands/GetSessionActionCommand";
260
- import {
261
- GetSessionCommandInput,
262
- GetSessionCommandOutput,
263
- } from "./commands/GetSessionCommand";
209
+ import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
264
210
  import {
265
211
  GetSessionsStatisticsAggregationCommandInput,
266
212
  GetSessionsStatisticsAggregationCommandOutput,
267
213
  } from "./commands/GetSessionsStatisticsAggregationCommand";
268
- import {
269
- GetStepCommandInput,
270
- GetStepCommandOutput,
271
- } from "./commands/GetStepCommand";
214
+ import { GetStepCommandInput, GetStepCommandOutput } from "./commands/GetStepCommand";
272
215
  import {
273
216
  GetStorageProfileCommandInput,
274
217
  GetStorageProfileCommandOutput,
@@ -277,42 +220,24 @@ import {
277
220
  GetStorageProfileForQueueCommandInput,
278
221
  GetStorageProfileForQueueCommandOutput,
279
222
  } from "./commands/GetStorageProfileForQueueCommand";
280
- import {
281
- GetTaskCommandInput,
282
- GetTaskCommandOutput,
283
- } from "./commands/GetTaskCommand";
284
- import {
285
- GetVolumeCommandInput,
286
- GetVolumeCommandOutput,
287
- } from "./commands/GetVolumeCommand";
288
- import {
289
- GetWorkerCommandInput,
290
- GetWorkerCommandOutput,
291
- } from "./commands/GetWorkerCommand";
223
+ import { GetTaskCommandInput, GetTaskCommandOutput } from "./commands/GetTaskCommand";
224
+ import { GetVolumeCommandInput, GetVolumeCommandOutput } from "./commands/GetVolumeCommand";
225
+ import { GetWorkerCommandInput, GetWorkerCommandOutput } from "./commands/GetWorkerCommand";
292
226
  import {
293
227
  ListAvailableMeteredProductsCommandInput,
294
228
  ListAvailableMeteredProductsCommandOutput,
295
229
  } from "./commands/ListAvailableMeteredProductsCommand";
296
- import {
297
- ListBudgetsCommandInput,
298
- ListBudgetsCommandOutput,
299
- } from "./commands/ListBudgetsCommand";
230
+ import { ListBudgetsCommandInput, ListBudgetsCommandOutput } from "./commands/ListBudgetsCommand";
300
231
  import {
301
232
  ListFarmMembersCommandInput,
302
233
  ListFarmMembersCommandOutput,
303
234
  } from "./commands/ListFarmMembersCommand";
304
- import {
305
- ListFarmsCommandInput,
306
- ListFarmsCommandOutput,
307
- } from "./commands/ListFarmsCommand";
235
+ import { ListFarmsCommandInput, ListFarmsCommandOutput } from "./commands/ListFarmsCommand";
308
236
  import {
309
237
  ListFleetMembersCommandInput,
310
238
  ListFleetMembersCommandOutput,
311
239
  } from "./commands/ListFleetMembersCommand";
312
- import {
313
- ListFleetsCommandInput,
314
- ListFleetsCommandOutput,
315
- } from "./commands/ListFleetsCommand";
240
+ import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
316
241
  import {
317
242
  ListJobMembersCommandInput,
318
243
  ListJobMembersCommandOutput,
@@ -321,18 +246,12 @@ import {
321
246
  ListJobParameterDefinitionsCommandInput,
322
247
  ListJobParameterDefinitionsCommandOutput,
323
248
  } from "./commands/ListJobParameterDefinitionsCommand";
324
- import {
325
- ListJobsCommandInput,
326
- ListJobsCommandOutput,
327
- } from "./commands/ListJobsCommand";
249
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
328
250
  import {
329
251
  ListLicenseEndpointsCommandInput,
330
252
  ListLicenseEndpointsCommandOutput,
331
253
  } from "./commands/ListLicenseEndpointsCommand";
332
- import {
333
- ListLimitsCommandInput,
334
- ListLimitsCommandOutput,
335
- } from "./commands/ListLimitsCommand";
254
+ import { ListLimitsCommandInput, ListLimitsCommandOutput } from "./commands/ListLimitsCommand";
336
255
  import {
337
256
  ListMeteredProductsCommandInput,
338
257
  ListMeteredProductsCommandOutput,
@@ -357,10 +276,7 @@ import {
357
276
  ListQueueMembersCommandInput,
358
277
  ListQueueMembersCommandOutput,
359
278
  } from "./commands/ListQueueMembersCommand";
360
- import {
361
- ListQueuesCommandInput,
362
- ListQueuesCommandOutput,
363
- } from "./commands/ListQueuesCommand";
279
+ import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
364
280
  import {
365
281
  ListSessionActionsCommandInput,
366
282
  ListSessionActionsCommandOutput,
@@ -381,10 +297,7 @@ import {
381
297
  ListStepDependenciesCommandInput,
382
298
  ListStepDependenciesCommandOutput,
383
299
  } from "./commands/ListStepDependenciesCommand";
384
- import {
385
- ListStepsCommandInput,
386
- ListStepsCommandOutput,
387
- } from "./commands/ListStepsCommand";
300
+ import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
388
301
  import {
389
302
  ListStorageProfilesCommandInput,
390
303
  ListStorageProfilesCommandOutput,
@@ -397,34 +310,16 @@ import {
397
310
  ListTagsForResourceCommandInput,
398
311
  ListTagsForResourceCommandOutput,
399
312
  } from "./commands/ListTagsForResourceCommand";
400
- import {
401
- ListTasksCommandInput,
402
- ListTasksCommandOutput,
403
- } from "./commands/ListTasksCommand";
404
- import {
405
- ListVolumesCommandInput,
406
- ListVolumesCommandOutput,
407
- } from "./commands/ListVolumesCommand";
408
- import {
409
- ListWorkersCommandInput,
410
- ListWorkersCommandOutput,
411
- } from "./commands/ListWorkersCommand";
313
+ import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
314
+ import { ListVolumesCommandInput, ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
315
+ import { ListWorkersCommandInput, ListWorkersCommandOutput } from "./commands/ListWorkersCommand";
412
316
  import {
413
317
  PutMeteredProductCommandInput,
414
318
  PutMeteredProductCommandOutput,
415
319
  } from "./commands/PutMeteredProductCommand";
416
- import {
417
- SearchJobsCommandInput,
418
- SearchJobsCommandOutput,
419
- } from "./commands/SearchJobsCommand";
420
- import {
421
- SearchStepsCommandInput,
422
- SearchStepsCommandOutput,
423
- } from "./commands/SearchStepsCommand";
424
- import {
425
- SearchTasksCommandInput,
426
- SearchTasksCommandOutput,
427
- } from "./commands/SearchTasksCommand";
320
+ import { SearchJobsCommandInput, SearchJobsCommandOutput } from "./commands/SearchJobsCommand";
321
+ import { SearchStepsCommandInput, SearchStepsCommandOutput } from "./commands/SearchStepsCommand";
322
+ import { SearchTasksCommandInput, SearchTasksCommandOutput } from "./commands/SearchTasksCommand";
428
323
  import {
429
324
  SearchWorkersCommandInput,
430
325
  SearchWorkersCommandOutput,
@@ -433,10 +328,7 @@ import {
433
328
  StartSessionsStatisticsAggregationCommandInput,
434
329
  StartSessionsStatisticsAggregationCommandOutput,
435
330
  } from "./commands/StartSessionsStatisticsAggregationCommand";
436
- import {
437
- TagResourceCommandInput,
438
- TagResourceCommandOutput,
439
- } from "./commands/TagResourceCommand";
331
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
440
332
  import {
441
333
  UntagResourceCommandInput,
442
334
  UntagResourceCommandOutput,
@@ -445,22 +337,10 @@ import {
445
337
  UpdateBudgetCommandInput,
446
338
  UpdateBudgetCommandOutput,
447
339
  } from "./commands/UpdateBudgetCommand";
448
- import {
449
- UpdateFarmCommandInput,
450
- UpdateFarmCommandOutput,
451
- } from "./commands/UpdateFarmCommand";
452
- import {
453
- UpdateFleetCommandInput,
454
- UpdateFleetCommandOutput,
455
- } from "./commands/UpdateFleetCommand";
456
- import {
457
- UpdateJobCommandInput,
458
- UpdateJobCommandOutput,
459
- } from "./commands/UpdateJobCommand";
460
- import {
461
- UpdateLimitCommandInput,
462
- UpdateLimitCommandOutput,
463
- } from "./commands/UpdateLimitCommand";
340
+ import { UpdateFarmCommandInput, UpdateFarmCommandOutput } from "./commands/UpdateFarmCommand";
341
+ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
342
+ import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
343
+ import { UpdateLimitCommandInput, UpdateLimitCommandOutput } from "./commands/UpdateLimitCommand";
464
344
  import {
465
345
  UpdateMonitorCommandInput,
466
346
  UpdateMonitorCommandOutput,
@@ -469,10 +349,7 @@ import {
469
349
  UpdateMonitorSettingsCommandInput,
470
350
  UpdateMonitorSettingsCommandOutput,
471
351
  } from "./commands/UpdateMonitorSettingsCommand";
472
- import {
473
- UpdateQueueCommandInput,
474
- UpdateQueueCommandOutput,
475
- } from "./commands/UpdateQueueCommand";
352
+ import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
476
353
  import {
477
354
  UpdateQueueEnvironmentCommandInput,
478
355
  UpdateQueueEnvironmentCommandOutput,
@@ -489,18 +366,12 @@ import {
489
366
  UpdateSessionCommandInput,
490
367
  UpdateSessionCommandOutput,
491
368
  } from "./commands/UpdateSessionCommand";
492
- import {
493
- UpdateStepCommandInput,
494
- UpdateStepCommandOutput,
495
- } from "./commands/UpdateStepCommand";
369
+ import { UpdateStepCommandInput, UpdateStepCommandOutput } from "./commands/UpdateStepCommand";
496
370
  import {
497
371
  UpdateStorageProfileCommandInput,
498
372
  UpdateStorageProfileCommandOutput,
499
373
  } from "./commands/UpdateStorageProfileCommand";
500
- import {
501
- UpdateTaskCommandInput,
502
- UpdateTaskCommandOutput,
503
- } from "./commands/UpdateTaskCommand";
374
+ import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
504
375
  import {
505
376
  UpdateWorkerCommandInput,
506
377
  UpdateWorkerCommandOutput,
@@ -514,1951 +385,1879 @@ import { ResourceNotFoundException } from "./models/errors";
514
385
  export interface Deadline {
515
386
  associateMemberToFarm(
516
387
  args: AssociateMemberToFarmCommandInput,
517
- options?: __HttpHandlerOptions
388
+ options?: __HttpHandlerOptions,
518
389
  ): Promise<AssociateMemberToFarmCommandOutput>;
519
390
  associateMemberToFarm(
520
391
  args: AssociateMemberToFarmCommandInput,
521
- cb: (err: any, data?: AssociateMemberToFarmCommandOutput) => void
392
+ cb: (err: any, data?: AssociateMemberToFarmCommandOutput) => void,
522
393
  ): void;
523
394
  associateMemberToFarm(
524
395
  args: AssociateMemberToFarmCommandInput,
525
396
  options: __HttpHandlerOptions,
526
- cb: (err: any, data?: AssociateMemberToFarmCommandOutput) => void
397
+ cb: (err: any, data?: AssociateMemberToFarmCommandOutput) => void,
527
398
  ): void;
528
399
  associateMemberToFleet(
529
400
  args: AssociateMemberToFleetCommandInput,
530
- options?: __HttpHandlerOptions
401
+ options?: __HttpHandlerOptions,
531
402
  ): Promise<AssociateMemberToFleetCommandOutput>;
532
403
  associateMemberToFleet(
533
404
  args: AssociateMemberToFleetCommandInput,
534
- cb: (err: any, data?: AssociateMemberToFleetCommandOutput) => void
405
+ cb: (err: any, data?: AssociateMemberToFleetCommandOutput) => void,
535
406
  ): void;
536
407
  associateMemberToFleet(
537
408
  args: AssociateMemberToFleetCommandInput,
538
409
  options: __HttpHandlerOptions,
539
- cb: (err: any, data?: AssociateMemberToFleetCommandOutput) => void
410
+ cb: (err: any, data?: AssociateMemberToFleetCommandOutput) => void,
540
411
  ): void;
541
412
  associateMemberToJob(
542
413
  args: AssociateMemberToJobCommandInput,
543
- options?: __HttpHandlerOptions
414
+ options?: __HttpHandlerOptions,
544
415
  ): Promise<AssociateMemberToJobCommandOutput>;
545
416
  associateMemberToJob(
546
417
  args: AssociateMemberToJobCommandInput,
547
- cb: (err: any, data?: AssociateMemberToJobCommandOutput) => void
418
+ cb: (err: any, data?: AssociateMemberToJobCommandOutput) => void,
548
419
  ): void;
549
420
  associateMemberToJob(
550
421
  args: AssociateMemberToJobCommandInput,
551
422
  options: __HttpHandlerOptions,
552
- cb: (err: any, data?: AssociateMemberToJobCommandOutput) => void
423
+ cb: (err: any, data?: AssociateMemberToJobCommandOutput) => void,
553
424
  ): void;
554
425
  associateMemberToQueue(
555
426
  args: AssociateMemberToQueueCommandInput,
556
- options?: __HttpHandlerOptions
427
+ options?: __HttpHandlerOptions,
557
428
  ): Promise<AssociateMemberToQueueCommandOutput>;
558
429
  associateMemberToQueue(
559
430
  args: AssociateMemberToQueueCommandInput,
560
- cb: (err: any, data?: AssociateMemberToQueueCommandOutput) => void
431
+ cb: (err: any, data?: AssociateMemberToQueueCommandOutput) => void,
561
432
  ): void;
562
433
  associateMemberToQueue(
563
434
  args: AssociateMemberToQueueCommandInput,
564
435
  options: __HttpHandlerOptions,
565
- cb: (err: any, data?: AssociateMemberToQueueCommandOutput) => void
436
+ cb: (err: any, data?: AssociateMemberToQueueCommandOutput) => void,
566
437
  ): void;
567
438
  assumeFleetRoleForRead(
568
439
  args: AssumeFleetRoleForReadCommandInput,
569
- options?: __HttpHandlerOptions
440
+ options?: __HttpHandlerOptions,
570
441
  ): Promise<AssumeFleetRoleForReadCommandOutput>;
571
442
  assumeFleetRoleForRead(
572
443
  args: AssumeFleetRoleForReadCommandInput,
573
- cb: (err: any, data?: AssumeFleetRoleForReadCommandOutput) => void
444
+ cb: (err: any, data?: AssumeFleetRoleForReadCommandOutput) => void,
574
445
  ): void;
575
446
  assumeFleetRoleForRead(
576
447
  args: AssumeFleetRoleForReadCommandInput,
577
448
  options: __HttpHandlerOptions,
578
- cb: (err: any, data?: AssumeFleetRoleForReadCommandOutput) => void
449
+ cb: (err: any, data?: AssumeFleetRoleForReadCommandOutput) => void,
579
450
  ): void;
580
451
  assumeFleetRoleForWorker(
581
452
  args: AssumeFleetRoleForWorkerCommandInput,
582
- options?: __HttpHandlerOptions
453
+ options?: __HttpHandlerOptions,
583
454
  ): Promise<AssumeFleetRoleForWorkerCommandOutput>;
584
455
  assumeFleetRoleForWorker(
585
456
  args: AssumeFleetRoleForWorkerCommandInput,
586
- cb: (err: any, data?: AssumeFleetRoleForWorkerCommandOutput) => void
457
+ cb: (err: any, data?: AssumeFleetRoleForWorkerCommandOutput) => void,
587
458
  ): void;
588
459
  assumeFleetRoleForWorker(
589
460
  args: AssumeFleetRoleForWorkerCommandInput,
590
461
  options: __HttpHandlerOptions,
591
- cb: (err: any, data?: AssumeFleetRoleForWorkerCommandOutput) => void
462
+ cb: (err: any, data?: AssumeFleetRoleForWorkerCommandOutput) => void,
592
463
  ): void;
593
464
  assumeQueueRoleForRead(
594
465
  args: AssumeQueueRoleForReadCommandInput,
595
- options?: __HttpHandlerOptions
466
+ options?: __HttpHandlerOptions,
596
467
  ): Promise<AssumeQueueRoleForReadCommandOutput>;
597
468
  assumeQueueRoleForRead(
598
469
  args: AssumeQueueRoleForReadCommandInput,
599
- cb: (err: any, data?: AssumeQueueRoleForReadCommandOutput) => void
470
+ cb: (err: any, data?: AssumeQueueRoleForReadCommandOutput) => void,
600
471
  ): void;
601
472
  assumeQueueRoleForRead(
602
473
  args: AssumeQueueRoleForReadCommandInput,
603
474
  options: __HttpHandlerOptions,
604
- cb: (err: any, data?: AssumeQueueRoleForReadCommandOutput) => void
475
+ cb: (err: any, data?: AssumeQueueRoleForReadCommandOutput) => void,
605
476
  ): void;
606
477
  assumeQueueRoleForUser(
607
478
  args: AssumeQueueRoleForUserCommandInput,
608
- options?: __HttpHandlerOptions
479
+ options?: __HttpHandlerOptions,
609
480
  ): Promise<AssumeQueueRoleForUserCommandOutput>;
610
481
  assumeQueueRoleForUser(
611
482
  args: AssumeQueueRoleForUserCommandInput,
612
- cb: (err: any, data?: AssumeQueueRoleForUserCommandOutput) => void
483
+ cb: (err: any, data?: AssumeQueueRoleForUserCommandOutput) => void,
613
484
  ): void;
614
485
  assumeQueueRoleForUser(
615
486
  args: AssumeQueueRoleForUserCommandInput,
616
487
  options: __HttpHandlerOptions,
617
- cb: (err: any, data?: AssumeQueueRoleForUserCommandOutput) => void
488
+ cb: (err: any, data?: AssumeQueueRoleForUserCommandOutput) => void,
618
489
  ): void;
619
490
  assumeQueueRoleForWorker(
620
491
  args: AssumeQueueRoleForWorkerCommandInput,
621
- options?: __HttpHandlerOptions
492
+ options?: __HttpHandlerOptions,
622
493
  ): Promise<AssumeQueueRoleForWorkerCommandOutput>;
623
494
  assumeQueueRoleForWorker(
624
495
  args: AssumeQueueRoleForWorkerCommandInput,
625
- cb: (err: any, data?: AssumeQueueRoleForWorkerCommandOutput) => void
496
+ cb: (err: any, data?: AssumeQueueRoleForWorkerCommandOutput) => void,
626
497
  ): void;
627
498
  assumeQueueRoleForWorker(
628
499
  args: AssumeQueueRoleForWorkerCommandInput,
629
500
  options: __HttpHandlerOptions,
630
- cb: (err: any, data?: AssumeQueueRoleForWorkerCommandOutput) => void
501
+ cb: (err: any, data?: AssumeQueueRoleForWorkerCommandOutput) => void,
631
502
  ): void;
632
503
  batchGetJob(
633
504
  args: BatchGetJobCommandInput,
634
- options?: __HttpHandlerOptions
505
+ options?: __HttpHandlerOptions,
635
506
  ): Promise<BatchGetJobCommandOutput>;
636
507
  batchGetJob(
637
508
  args: BatchGetJobCommandInput,
638
- cb: (err: any, data?: BatchGetJobCommandOutput) => void
509
+ cb: (err: any, data?: BatchGetJobCommandOutput) => void,
639
510
  ): void;
640
511
  batchGetJob(
641
512
  args: BatchGetJobCommandInput,
642
513
  options: __HttpHandlerOptions,
643
- cb: (err: any, data?: BatchGetJobCommandOutput) => void
514
+ cb: (err: any, data?: BatchGetJobCommandOutput) => void,
644
515
  ): void;
645
516
  batchGetJobEntity(
646
517
  args: BatchGetJobEntityCommandInput,
647
- options?: __HttpHandlerOptions
518
+ options?: __HttpHandlerOptions,
648
519
  ): Promise<BatchGetJobEntityCommandOutput>;
649
520
  batchGetJobEntity(
650
521
  args: BatchGetJobEntityCommandInput,
651
- cb: (err: any, data?: BatchGetJobEntityCommandOutput) => void
522
+ cb: (err: any, data?: BatchGetJobEntityCommandOutput) => void,
652
523
  ): void;
653
524
  batchGetJobEntity(
654
525
  args: BatchGetJobEntityCommandInput,
655
526
  options: __HttpHandlerOptions,
656
- cb: (err: any, data?: BatchGetJobEntityCommandOutput) => void
527
+ cb: (err: any, data?: BatchGetJobEntityCommandOutput) => void,
657
528
  ): void;
658
529
  batchGetSession(
659
530
  args: BatchGetSessionCommandInput,
660
- options?: __HttpHandlerOptions
531
+ options?: __HttpHandlerOptions,
661
532
  ): Promise<BatchGetSessionCommandOutput>;
662
533
  batchGetSession(
663
534
  args: BatchGetSessionCommandInput,
664
- cb: (err: any, data?: BatchGetSessionCommandOutput) => void
535
+ cb: (err: any, data?: BatchGetSessionCommandOutput) => void,
665
536
  ): void;
666
537
  batchGetSession(
667
538
  args: BatchGetSessionCommandInput,
668
539
  options: __HttpHandlerOptions,
669
- cb: (err: any, data?: BatchGetSessionCommandOutput) => void
540
+ cb: (err: any, data?: BatchGetSessionCommandOutput) => void,
670
541
  ): void;
671
542
  batchGetSessionAction(
672
543
  args: BatchGetSessionActionCommandInput,
673
- options?: __HttpHandlerOptions
544
+ options?: __HttpHandlerOptions,
674
545
  ): Promise<BatchGetSessionActionCommandOutput>;
675
546
  batchGetSessionAction(
676
547
  args: BatchGetSessionActionCommandInput,
677
- cb: (err: any, data?: BatchGetSessionActionCommandOutput) => void
548
+ cb: (err: any, data?: BatchGetSessionActionCommandOutput) => void,
678
549
  ): void;
679
550
  batchGetSessionAction(
680
551
  args: BatchGetSessionActionCommandInput,
681
552
  options: __HttpHandlerOptions,
682
- cb: (err: any, data?: BatchGetSessionActionCommandOutput) => void
553
+ cb: (err: any, data?: BatchGetSessionActionCommandOutput) => void,
683
554
  ): void;
684
555
  batchGetStep(
685
556
  args: BatchGetStepCommandInput,
686
- options?: __HttpHandlerOptions
557
+ options?: __HttpHandlerOptions,
687
558
  ): Promise<BatchGetStepCommandOutput>;
688
559
  batchGetStep(
689
560
  args: BatchGetStepCommandInput,
690
- cb: (err: any, data?: BatchGetStepCommandOutput) => void
561
+ cb: (err: any, data?: BatchGetStepCommandOutput) => void,
691
562
  ): void;
692
563
  batchGetStep(
693
564
  args: BatchGetStepCommandInput,
694
565
  options: __HttpHandlerOptions,
695
- cb: (err: any, data?: BatchGetStepCommandOutput) => void
566
+ cb: (err: any, data?: BatchGetStepCommandOutput) => void,
696
567
  ): void;
697
568
  batchGetTask(
698
569
  args: BatchGetTaskCommandInput,
699
- options?: __HttpHandlerOptions
570
+ options?: __HttpHandlerOptions,
700
571
  ): Promise<BatchGetTaskCommandOutput>;
701
572
  batchGetTask(
702
573
  args: BatchGetTaskCommandInput,
703
- cb: (err: any, data?: BatchGetTaskCommandOutput) => void
574
+ cb: (err: any, data?: BatchGetTaskCommandOutput) => void,
704
575
  ): void;
705
576
  batchGetTask(
706
577
  args: BatchGetTaskCommandInput,
707
578
  options: __HttpHandlerOptions,
708
- cb: (err: any, data?: BatchGetTaskCommandOutput) => void
579
+ cb: (err: any, data?: BatchGetTaskCommandOutput) => void,
709
580
  ): void;
710
581
  batchGetWorker(
711
582
  args: BatchGetWorkerCommandInput,
712
- options?: __HttpHandlerOptions
583
+ options?: __HttpHandlerOptions,
713
584
  ): Promise<BatchGetWorkerCommandOutput>;
714
585
  batchGetWorker(
715
586
  args: BatchGetWorkerCommandInput,
716
- cb: (err: any, data?: BatchGetWorkerCommandOutput) => void
587
+ cb: (err: any, data?: BatchGetWorkerCommandOutput) => void,
717
588
  ): void;
718
589
  batchGetWorker(
719
590
  args: BatchGetWorkerCommandInput,
720
591
  options: __HttpHandlerOptions,
721
- cb: (err: any, data?: BatchGetWorkerCommandOutput) => void
592
+ cb: (err: any, data?: BatchGetWorkerCommandOutput) => void,
722
593
  ): void;
723
594
  batchUpdateJob(
724
595
  args: BatchUpdateJobCommandInput,
725
- options?: __HttpHandlerOptions
596
+ options?: __HttpHandlerOptions,
726
597
  ): Promise<BatchUpdateJobCommandOutput>;
727
598
  batchUpdateJob(
728
599
  args: BatchUpdateJobCommandInput,
729
- cb: (err: any, data?: BatchUpdateJobCommandOutput) => void
600
+ cb: (err: any, data?: BatchUpdateJobCommandOutput) => void,
730
601
  ): void;
731
602
  batchUpdateJob(
732
603
  args: BatchUpdateJobCommandInput,
733
604
  options: __HttpHandlerOptions,
734
- cb: (err: any, data?: BatchUpdateJobCommandOutput) => void
605
+ cb: (err: any, data?: BatchUpdateJobCommandOutput) => void,
735
606
  ): void;
736
607
  batchUpdateTask(
737
608
  args: BatchUpdateTaskCommandInput,
738
- options?: __HttpHandlerOptions
609
+ options?: __HttpHandlerOptions,
739
610
  ): Promise<BatchUpdateTaskCommandOutput>;
740
611
  batchUpdateTask(
741
612
  args: BatchUpdateTaskCommandInput,
742
- cb: (err: any, data?: BatchUpdateTaskCommandOutput) => void
613
+ cb: (err: any, data?: BatchUpdateTaskCommandOutput) => void,
743
614
  ): void;
744
615
  batchUpdateTask(
745
616
  args: BatchUpdateTaskCommandInput,
746
617
  options: __HttpHandlerOptions,
747
- cb: (err: any, data?: BatchUpdateTaskCommandOutput) => void
618
+ cb: (err: any, data?: BatchUpdateTaskCommandOutput) => void,
748
619
  ): void;
749
620
  copyJobTemplate(
750
621
  args: CopyJobTemplateCommandInput,
751
- options?: __HttpHandlerOptions
622
+ options?: __HttpHandlerOptions,
752
623
  ): Promise<CopyJobTemplateCommandOutput>;
753
624
  copyJobTemplate(
754
625
  args: CopyJobTemplateCommandInput,
755
- cb: (err: any, data?: CopyJobTemplateCommandOutput) => void
626
+ cb: (err: any, data?: CopyJobTemplateCommandOutput) => void,
756
627
  ): void;
757
628
  copyJobTemplate(
758
629
  args: CopyJobTemplateCommandInput,
759
630
  options: __HttpHandlerOptions,
760
- cb: (err: any, data?: CopyJobTemplateCommandOutput) => void
631
+ cb: (err: any, data?: CopyJobTemplateCommandOutput) => void,
761
632
  ): void;
762
633
  createBudget(
763
634
  args: CreateBudgetCommandInput,
764
- options?: __HttpHandlerOptions
635
+ options?: __HttpHandlerOptions,
765
636
  ): Promise<CreateBudgetCommandOutput>;
766
637
  createBudget(
767
638
  args: CreateBudgetCommandInput,
768
- cb: (err: any, data?: CreateBudgetCommandOutput) => void
639
+ cb: (err: any, data?: CreateBudgetCommandOutput) => void,
769
640
  ): void;
770
641
  createBudget(
771
642
  args: CreateBudgetCommandInput,
772
643
  options: __HttpHandlerOptions,
773
- cb: (err: any, data?: CreateBudgetCommandOutput) => void
644
+ cb: (err: any, data?: CreateBudgetCommandOutput) => void,
774
645
  ): void;
775
646
  createFarm(
776
647
  args: CreateFarmCommandInput,
777
- options?: __HttpHandlerOptions
648
+ options?: __HttpHandlerOptions,
778
649
  ): Promise<CreateFarmCommandOutput>;
779
650
  createFarm(
780
651
  args: CreateFarmCommandInput,
781
- cb: (err: any, data?: CreateFarmCommandOutput) => void
652
+ cb: (err: any, data?: CreateFarmCommandOutput) => void,
782
653
  ): void;
783
654
  createFarm(
784
655
  args: CreateFarmCommandInput,
785
656
  options: __HttpHandlerOptions,
786
- cb: (err: any, data?: CreateFarmCommandOutput) => void
657
+ cb: (err: any, data?: CreateFarmCommandOutput) => void,
787
658
  ): void;
788
659
  createFleet(
789
660
  args: CreateFleetCommandInput,
790
- options?: __HttpHandlerOptions
661
+ options?: __HttpHandlerOptions,
791
662
  ): Promise<CreateFleetCommandOutput>;
792
663
  createFleet(
793
664
  args: CreateFleetCommandInput,
794
- cb: (err: any, data?: CreateFleetCommandOutput) => void
665
+ cb: (err: any, data?: CreateFleetCommandOutput) => void,
795
666
  ): void;
796
667
  createFleet(
797
668
  args: CreateFleetCommandInput,
798
669
  options: __HttpHandlerOptions,
799
- cb: (err: any, data?: CreateFleetCommandOutput) => void
670
+ cb: (err: any, data?: CreateFleetCommandOutput) => void,
800
671
  ): void;
801
672
  createJob(
802
673
  args: CreateJobCommandInput,
803
- options?: __HttpHandlerOptions
674
+ options?: __HttpHandlerOptions,
804
675
  ): Promise<CreateJobCommandOutput>;
805
676
  createJob(
806
677
  args: CreateJobCommandInput,
807
- cb: (err: any, data?: CreateJobCommandOutput) => void
678
+ cb: (err: any, data?: CreateJobCommandOutput) => void,
808
679
  ): void;
809
680
  createJob(
810
681
  args: CreateJobCommandInput,
811
682
  options: __HttpHandlerOptions,
812
- cb: (err: any, data?: CreateJobCommandOutput) => void
683
+ cb: (err: any, data?: CreateJobCommandOutput) => void,
813
684
  ): void;
814
685
  createLicenseEndpoint(
815
686
  args: CreateLicenseEndpointCommandInput,
816
- options?: __HttpHandlerOptions
687
+ options?: __HttpHandlerOptions,
817
688
  ): Promise<CreateLicenseEndpointCommandOutput>;
818
689
  createLicenseEndpoint(
819
690
  args: CreateLicenseEndpointCommandInput,
820
- cb: (err: any, data?: CreateLicenseEndpointCommandOutput) => void
691
+ cb: (err: any, data?: CreateLicenseEndpointCommandOutput) => void,
821
692
  ): void;
822
693
  createLicenseEndpoint(
823
694
  args: CreateLicenseEndpointCommandInput,
824
695
  options: __HttpHandlerOptions,
825
- cb: (err: any, data?: CreateLicenseEndpointCommandOutput) => void
696
+ cb: (err: any, data?: CreateLicenseEndpointCommandOutput) => void,
826
697
  ): void;
827
698
  createLimit(
828
699
  args: CreateLimitCommandInput,
829
- options?: __HttpHandlerOptions
700
+ options?: __HttpHandlerOptions,
830
701
  ): Promise<CreateLimitCommandOutput>;
831
702
  createLimit(
832
703
  args: CreateLimitCommandInput,
833
- cb: (err: any, data?: CreateLimitCommandOutput) => void
704
+ cb: (err: any, data?: CreateLimitCommandOutput) => void,
834
705
  ): void;
835
706
  createLimit(
836
707
  args: CreateLimitCommandInput,
837
708
  options: __HttpHandlerOptions,
838
- cb: (err: any, data?: CreateLimitCommandOutput) => void
709
+ cb: (err: any, data?: CreateLimitCommandOutput) => void,
839
710
  ): void;
840
711
  createMonitor(
841
712
  args: CreateMonitorCommandInput,
842
- options?: __HttpHandlerOptions
713
+ options?: __HttpHandlerOptions,
843
714
  ): Promise<CreateMonitorCommandOutput>;
844
715
  createMonitor(
845
716
  args: CreateMonitorCommandInput,
846
- cb: (err: any, data?: CreateMonitorCommandOutput) => void
717
+ cb: (err: any, data?: CreateMonitorCommandOutput) => void,
847
718
  ): void;
848
719
  createMonitor(
849
720
  args: CreateMonitorCommandInput,
850
721
  options: __HttpHandlerOptions,
851
- cb: (err: any, data?: CreateMonitorCommandOutput) => void
722
+ cb: (err: any, data?: CreateMonitorCommandOutput) => void,
852
723
  ): void;
853
724
  createQueue(
854
725
  args: CreateQueueCommandInput,
855
- options?: __HttpHandlerOptions
726
+ options?: __HttpHandlerOptions,
856
727
  ): Promise<CreateQueueCommandOutput>;
857
728
  createQueue(
858
729
  args: CreateQueueCommandInput,
859
- cb: (err: any, data?: CreateQueueCommandOutput) => void
730
+ cb: (err: any, data?: CreateQueueCommandOutput) => void,
860
731
  ): void;
861
732
  createQueue(
862
733
  args: CreateQueueCommandInput,
863
734
  options: __HttpHandlerOptions,
864
- cb: (err: any, data?: CreateQueueCommandOutput) => void
735
+ cb: (err: any, data?: CreateQueueCommandOutput) => void,
865
736
  ): void;
866
737
  createQueueEnvironment(
867
738
  args: CreateQueueEnvironmentCommandInput,
868
- options?: __HttpHandlerOptions
739
+ options?: __HttpHandlerOptions,
869
740
  ): Promise<CreateQueueEnvironmentCommandOutput>;
870
741
  createQueueEnvironment(
871
742
  args: CreateQueueEnvironmentCommandInput,
872
- cb: (err: any, data?: CreateQueueEnvironmentCommandOutput) => void
743
+ cb: (err: any, data?: CreateQueueEnvironmentCommandOutput) => void,
873
744
  ): void;
874
745
  createQueueEnvironment(
875
746
  args: CreateQueueEnvironmentCommandInput,
876
747
  options: __HttpHandlerOptions,
877
- cb: (err: any, data?: CreateQueueEnvironmentCommandOutput) => void
748
+ cb: (err: any, data?: CreateQueueEnvironmentCommandOutput) => void,
878
749
  ): void;
879
750
  createQueueFleetAssociation(
880
751
  args: CreateQueueFleetAssociationCommandInput,
881
- options?: __HttpHandlerOptions
752
+ options?: __HttpHandlerOptions,
882
753
  ): Promise<CreateQueueFleetAssociationCommandOutput>;
883
754
  createQueueFleetAssociation(
884
755
  args: CreateQueueFleetAssociationCommandInput,
885
- cb: (err: any, data?: CreateQueueFleetAssociationCommandOutput) => void
756
+ cb: (err: any, data?: CreateQueueFleetAssociationCommandOutput) => void,
886
757
  ): void;
887
758
  createQueueFleetAssociation(
888
759
  args: CreateQueueFleetAssociationCommandInput,
889
760
  options: __HttpHandlerOptions,
890
- cb: (err: any, data?: CreateQueueFleetAssociationCommandOutput) => void
761
+ cb: (err: any, data?: CreateQueueFleetAssociationCommandOutput) => void,
891
762
  ): void;
892
763
  createQueueLimitAssociation(
893
764
  args: CreateQueueLimitAssociationCommandInput,
894
- options?: __HttpHandlerOptions
765
+ options?: __HttpHandlerOptions,
895
766
  ): Promise<CreateQueueLimitAssociationCommandOutput>;
896
767
  createQueueLimitAssociation(
897
768
  args: CreateQueueLimitAssociationCommandInput,
898
- cb: (err: any, data?: CreateQueueLimitAssociationCommandOutput) => void
769
+ cb: (err: any, data?: CreateQueueLimitAssociationCommandOutput) => void,
899
770
  ): void;
900
771
  createQueueLimitAssociation(
901
772
  args: CreateQueueLimitAssociationCommandInput,
902
773
  options: __HttpHandlerOptions,
903
- cb: (err: any, data?: CreateQueueLimitAssociationCommandOutput) => void
774
+ cb: (err: any, data?: CreateQueueLimitAssociationCommandOutput) => void,
904
775
  ): void;
905
776
  createStorageProfile(
906
777
  args: CreateStorageProfileCommandInput,
907
- options?: __HttpHandlerOptions
778
+ options?: __HttpHandlerOptions,
908
779
  ): Promise<CreateStorageProfileCommandOutput>;
909
780
  createStorageProfile(
910
781
  args: CreateStorageProfileCommandInput,
911
- cb: (err: any, data?: CreateStorageProfileCommandOutput) => void
782
+ cb: (err: any, data?: CreateStorageProfileCommandOutput) => void,
912
783
  ): void;
913
784
  createStorageProfile(
914
785
  args: CreateStorageProfileCommandInput,
915
786
  options: __HttpHandlerOptions,
916
- cb: (err: any, data?: CreateStorageProfileCommandOutput) => void
787
+ cb: (err: any, data?: CreateStorageProfileCommandOutput) => void,
917
788
  ): void;
918
789
  createWorker(
919
790
  args: CreateWorkerCommandInput,
920
- options?: __HttpHandlerOptions
791
+ options?: __HttpHandlerOptions,
921
792
  ): Promise<CreateWorkerCommandOutput>;
922
793
  createWorker(
923
794
  args: CreateWorkerCommandInput,
924
- cb: (err: any, data?: CreateWorkerCommandOutput) => void
795
+ cb: (err: any, data?: CreateWorkerCommandOutput) => void,
925
796
  ): void;
926
797
  createWorker(
927
798
  args: CreateWorkerCommandInput,
928
799
  options: __HttpHandlerOptions,
929
- cb: (err: any, data?: CreateWorkerCommandOutput) => void
800
+ cb: (err: any, data?: CreateWorkerCommandOutput) => void,
930
801
  ): void;
931
802
  deleteBudget(
932
803
  args: DeleteBudgetCommandInput,
933
- options?: __HttpHandlerOptions
804
+ options?: __HttpHandlerOptions,
934
805
  ): Promise<DeleteBudgetCommandOutput>;
935
806
  deleteBudget(
936
807
  args: DeleteBudgetCommandInput,
937
- cb: (err: any, data?: DeleteBudgetCommandOutput) => void
808
+ cb: (err: any, data?: DeleteBudgetCommandOutput) => void,
938
809
  ): void;
939
810
  deleteBudget(
940
811
  args: DeleteBudgetCommandInput,
941
812
  options: __HttpHandlerOptions,
942
- cb: (err: any, data?: DeleteBudgetCommandOutput) => void
813
+ cb: (err: any, data?: DeleteBudgetCommandOutput) => void,
943
814
  ): void;
944
815
  deleteFarm(
945
816
  args: DeleteFarmCommandInput,
946
- options?: __HttpHandlerOptions
817
+ options?: __HttpHandlerOptions,
947
818
  ): Promise<DeleteFarmCommandOutput>;
948
819
  deleteFarm(
949
820
  args: DeleteFarmCommandInput,
950
- cb: (err: any, data?: DeleteFarmCommandOutput) => void
821
+ cb: (err: any, data?: DeleteFarmCommandOutput) => void,
951
822
  ): void;
952
823
  deleteFarm(
953
824
  args: DeleteFarmCommandInput,
954
825
  options: __HttpHandlerOptions,
955
- cb: (err: any, data?: DeleteFarmCommandOutput) => void
826
+ cb: (err: any, data?: DeleteFarmCommandOutput) => void,
956
827
  ): void;
957
828
  deleteFleet(
958
829
  args: DeleteFleetCommandInput,
959
- options?: __HttpHandlerOptions
830
+ options?: __HttpHandlerOptions,
960
831
  ): Promise<DeleteFleetCommandOutput>;
961
832
  deleteFleet(
962
833
  args: DeleteFleetCommandInput,
963
- cb: (err: any, data?: DeleteFleetCommandOutput) => void
834
+ cb: (err: any, data?: DeleteFleetCommandOutput) => void,
964
835
  ): void;
965
836
  deleteFleet(
966
837
  args: DeleteFleetCommandInput,
967
838
  options: __HttpHandlerOptions,
968
- cb: (err: any, data?: DeleteFleetCommandOutput) => void
839
+ cb: (err: any, data?: DeleteFleetCommandOutput) => void,
969
840
  ): void;
970
841
  deleteLicenseEndpoint(
971
842
  args: DeleteLicenseEndpointCommandInput,
972
- options?: __HttpHandlerOptions
843
+ options?: __HttpHandlerOptions,
973
844
  ): Promise<DeleteLicenseEndpointCommandOutput>;
974
845
  deleteLicenseEndpoint(
975
846
  args: DeleteLicenseEndpointCommandInput,
976
- cb: (err: any, data?: DeleteLicenseEndpointCommandOutput) => void
847
+ cb: (err: any, data?: DeleteLicenseEndpointCommandOutput) => void,
977
848
  ): void;
978
849
  deleteLicenseEndpoint(
979
850
  args: DeleteLicenseEndpointCommandInput,
980
851
  options: __HttpHandlerOptions,
981
- cb: (err: any, data?: DeleteLicenseEndpointCommandOutput) => void
852
+ cb: (err: any, data?: DeleteLicenseEndpointCommandOutput) => void,
982
853
  ): void;
983
854
  deleteLimit(
984
855
  args: DeleteLimitCommandInput,
985
- options?: __HttpHandlerOptions
856
+ options?: __HttpHandlerOptions,
986
857
  ): Promise<DeleteLimitCommandOutput>;
987
858
  deleteLimit(
988
859
  args: DeleteLimitCommandInput,
989
- cb: (err: any, data?: DeleteLimitCommandOutput) => void
860
+ cb: (err: any, data?: DeleteLimitCommandOutput) => void,
990
861
  ): void;
991
862
  deleteLimit(
992
863
  args: DeleteLimitCommandInput,
993
864
  options: __HttpHandlerOptions,
994
- cb: (err: any, data?: DeleteLimitCommandOutput) => void
865
+ cb: (err: any, data?: DeleteLimitCommandOutput) => void,
995
866
  ): void;
996
867
  deleteMeteredProduct(
997
868
  args: DeleteMeteredProductCommandInput,
998
- options?: __HttpHandlerOptions
869
+ options?: __HttpHandlerOptions,
999
870
  ): Promise<DeleteMeteredProductCommandOutput>;
1000
871
  deleteMeteredProduct(
1001
872
  args: DeleteMeteredProductCommandInput,
1002
- cb: (err: any, data?: DeleteMeteredProductCommandOutput) => void
873
+ cb: (err: any, data?: DeleteMeteredProductCommandOutput) => void,
1003
874
  ): void;
1004
875
  deleteMeteredProduct(
1005
876
  args: DeleteMeteredProductCommandInput,
1006
877
  options: __HttpHandlerOptions,
1007
- cb: (err: any, data?: DeleteMeteredProductCommandOutput) => void
878
+ cb: (err: any, data?: DeleteMeteredProductCommandOutput) => void,
1008
879
  ): void;
1009
880
  deleteMonitor(
1010
881
  args: DeleteMonitorCommandInput,
1011
- options?: __HttpHandlerOptions
882
+ options?: __HttpHandlerOptions,
1012
883
  ): Promise<DeleteMonitorCommandOutput>;
1013
884
  deleteMonitor(
1014
885
  args: DeleteMonitorCommandInput,
1015
- cb: (err: any, data?: DeleteMonitorCommandOutput) => void
886
+ cb: (err: any, data?: DeleteMonitorCommandOutput) => void,
1016
887
  ): void;
1017
888
  deleteMonitor(
1018
889
  args: DeleteMonitorCommandInput,
1019
890
  options: __HttpHandlerOptions,
1020
- cb: (err: any, data?: DeleteMonitorCommandOutput) => void
891
+ cb: (err: any, data?: DeleteMonitorCommandOutput) => void,
1021
892
  ): void;
1022
893
  deleteQueue(
1023
894
  args: DeleteQueueCommandInput,
1024
- options?: __HttpHandlerOptions
895
+ options?: __HttpHandlerOptions,
1025
896
  ): Promise<DeleteQueueCommandOutput>;
1026
897
  deleteQueue(
1027
898
  args: DeleteQueueCommandInput,
1028
- cb: (err: any, data?: DeleteQueueCommandOutput) => void
899
+ cb: (err: any, data?: DeleteQueueCommandOutput) => void,
1029
900
  ): void;
1030
901
  deleteQueue(
1031
902
  args: DeleteQueueCommandInput,
1032
903
  options: __HttpHandlerOptions,
1033
- cb: (err: any, data?: DeleteQueueCommandOutput) => void
904
+ cb: (err: any, data?: DeleteQueueCommandOutput) => void,
1034
905
  ): void;
1035
906
  deleteQueueEnvironment(
1036
907
  args: DeleteQueueEnvironmentCommandInput,
1037
- options?: __HttpHandlerOptions
908
+ options?: __HttpHandlerOptions,
1038
909
  ): Promise<DeleteQueueEnvironmentCommandOutput>;
1039
910
  deleteQueueEnvironment(
1040
911
  args: DeleteQueueEnvironmentCommandInput,
1041
- cb: (err: any, data?: DeleteQueueEnvironmentCommandOutput) => void
912
+ cb: (err: any, data?: DeleteQueueEnvironmentCommandOutput) => void,
1042
913
  ): void;
1043
914
  deleteQueueEnvironment(
1044
915
  args: DeleteQueueEnvironmentCommandInput,
1045
916
  options: __HttpHandlerOptions,
1046
- cb: (err: any, data?: DeleteQueueEnvironmentCommandOutput) => void
917
+ cb: (err: any, data?: DeleteQueueEnvironmentCommandOutput) => void,
1047
918
  ): void;
1048
919
  deleteQueueFleetAssociation(
1049
920
  args: DeleteQueueFleetAssociationCommandInput,
1050
- options?: __HttpHandlerOptions
921
+ options?: __HttpHandlerOptions,
1051
922
  ): Promise<DeleteQueueFleetAssociationCommandOutput>;
1052
923
  deleteQueueFleetAssociation(
1053
924
  args: DeleteQueueFleetAssociationCommandInput,
1054
- cb: (err: any, data?: DeleteQueueFleetAssociationCommandOutput) => void
925
+ cb: (err: any, data?: DeleteQueueFleetAssociationCommandOutput) => void,
1055
926
  ): void;
1056
927
  deleteQueueFleetAssociation(
1057
928
  args: DeleteQueueFleetAssociationCommandInput,
1058
929
  options: __HttpHandlerOptions,
1059
- cb: (err: any, data?: DeleteQueueFleetAssociationCommandOutput) => void
930
+ cb: (err: any, data?: DeleteQueueFleetAssociationCommandOutput) => void,
1060
931
  ): void;
1061
932
  deleteQueueLimitAssociation(
1062
933
  args: DeleteQueueLimitAssociationCommandInput,
1063
- options?: __HttpHandlerOptions
934
+ options?: __HttpHandlerOptions,
1064
935
  ): Promise<DeleteQueueLimitAssociationCommandOutput>;
1065
936
  deleteQueueLimitAssociation(
1066
937
  args: DeleteQueueLimitAssociationCommandInput,
1067
- cb: (err: any, data?: DeleteQueueLimitAssociationCommandOutput) => void
938
+ cb: (err: any, data?: DeleteQueueLimitAssociationCommandOutput) => void,
1068
939
  ): void;
1069
940
  deleteQueueLimitAssociation(
1070
941
  args: DeleteQueueLimitAssociationCommandInput,
1071
942
  options: __HttpHandlerOptions,
1072
- cb: (err: any, data?: DeleteQueueLimitAssociationCommandOutput) => void
943
+ cb: (err: any, data?: DeleteQueueLimitAssociationCommandOutput) => void,
1073
944
  ): void;
1074
945
  deleteStorageProfile(
1075
946
  args: DeleteStorageProfileCommandInput,
1076
- options?: __HttpHandlerOptions
947
+ options?: __HttpHandlerOptions,
1077
948
  ): Promise<DeleteStorageProfileCommandOutput>;
1078
949
  deleteStorageProfile(
1079
950
  args: DeleteStorageProfileCommandInput,
1080
- cb: (err: any, data?: DeleteStorageProfileCommandOutput) => void
951
+ cb: (err: any, data?: DeleteStorageProfileCommandOutput) => void,
1081
952
  ): void;
1082
953
  deleteStorageProfile(
1083
954
  args: DeleteStorageProfileCommandInput,
1084
955
  options: __HttpHandlerOptions,
1085
- cb: (err: any, data?: DeleteStorageProfileCommandOutput) => void
956
+ cb: (err: any, data?: DeleteStorageProfileCommandOutput) => void,
1086
957
  ): void;
1087
958
  deleteVolume(
1088
959
  args: DeleteVolumeCommandInput,
1089
- options?: __HttpHandlerOptions
960
+ options?: __HttpHandlerOptions,
1090
961
  ): Promise<DeleteVolumeCommandOutput>;
1091
962
  deleteVolume(
1092
963
  args: DeleteVolumeCommandInput,
1093
- cb: (err: any, data?: DeleteVolumeCommandOutput) => void
964
+ cb: (err: any, data?: DeleteVolumeCommandOutput) => void,
1094
965
  ): void;
1095
966
  deleteVolume(
1096
967
  args: DeleteVolumeCommandInput,
1097
968
  options: __HttpHandlerOptions,
1098
- cb: (err: any, data?: DeleteVolumeCommandOutput) => void
969
+ cb: (err: any, data?: DeleteVolumeCommandOutput) => void,
1099
970
  ): void;
1100
971
  deleteWorker(
1101
972
  args: DeleteWorkerCommandInput,
1102
- options?: __HttpHandlerOptions
973
+ options?: __HttpHandlerOptions,
1103
974
  ): Promise<DeleteWorkerCommandOutput>;
1104
975
  deleteWorker(
1105
976
  args: DeleteWorkerCommandInput,
1106
- cb: (err: any, data?: DeleteWorkerCommandOutput) => void
977
+ cb: (err: any, data?: DeleteWorkerCommandOutput) => void,
1107
978
  ): void;
1108
979
  deleteWorker(
1109
980
  args: DeleteWorkerCommandInput,
1110
981
  options: __HttpHandlerOptions,
1111
- cb: (err: any, data?: DeleteWorkerCommandOutput) => void
982
+ cb: (err: any, data?: DeleteWorkerCommandOutput) => void,
1112
983
  ): void;
1113
984
  disassociateMemberFromFarm(
1114
985
  args: DisassociateMemberFromFarmCommandInput,
1115
- options?: __HttpHandlerOptions
986
+ options?: __HttpHandlerOptions,
1116
987
  ): Promise<DisassociateMemberFromFarmCommandOutput>;
1117
988
  disassociateMemberFromFarm(
1118
989
  args: DisassociateMemberFromFarmCommandInput,
1119
- cb: (err: any, data?: DisassociateMemberFromFarmCommandOutput) => void
990
+ cb: (err: any, data?: DisassociateMemberFromFarmCommandOutput) => void,
1120
991
  ): void;
1121
992
  disassociateMemberFromFarm(
1122
993
  args: DisassociateMemberFromFarmCommandInput,
1123
994
  options: __HttpHandlerOptions,
1124
- cb: (err: any, data?: DisassociateMemberFromFarmCommandOutput) => void
995
+ cb: (err: any, data?: DisassociateMemberFromFarmCommandOutput) => void,
1125
996
  ): void;
1126
997
  disassociateMemberFromFleet(
1127
998
  args: DisassociateMemberFromFleetCommandInput,
1128
- options?: __HttpHandlerOptions
999
+ options?: __HttpHandlerOptions,
1129
1000
  ): Promise<DisassociateMemberFromFleetCommandOutput>;
1130
1001
  disassociateMemberFromFleet(
1131
1002
  args: DisassociateMemberFromFleetCommandInput,
1132
- cb: (err: any, data?: DisassociateMemberFromFleetCommandOutput) => void
1003
+ cb: (err: any, data?: DisassociateMemberFromFleetCommandOutput) => void,
1133
1004
  ): void;
1134
1005
  disassociateMemberFromFleet(
1135
1006
  args: DisassociateMemberFromFleetCommandInput,
1136
1007
  options: __HttpHandlerOptions,
1137
- cb: (err: any, data?: DisassociateMemberFromFleetCommandOutput) => void
1008
+ cb: (err: any, data?: DisassociateMemberFromFleetCommandOutput) => void,
1138
1009
  ): void;
1139
1010
  disassociateMemberFromJob(
1140
1011
  args: DisassociateMemberFromJobCommandInput,
1141
- options?: __HttpHandlerOptions
1012
+ options?: __HttpHandlerOptions,
1142
1013
  ): Promise<DisassociateMemberFromJobCommandOutput>;
1143
1014
  disassociateMemberFromJob(
1144
1015
  args: DisassociateMemberFromJobCommandInput,
1145
- cb: (err: any, data?: DisassociateMemberFromJobCommandOutput) => void
1016
+ cb: (err: any, data?: DisassociateMemberFromJobCommandOutput) => void,
1146
1017
  ): void;
1147
1018
  disassociateMemberFromJob(
1148
1019
  args: DisassociateMemberFromJobCommandInput,
1149
1020
  options: __HttpHandlerOptions,
1150
- cb: (err: any, data?: DisassociateMemberFromJobCommandOutput) => void
1021
+ cb: (err: any, data?: DisassociateMemberFromJobCommandOutput) => void,
1151
1022
  ): void;
1152
1023
  disassociateMemberFromQueue(
1153
1024
  args: DisassociateMemberFromQueueCommandInput,
1154
- options?: __HttpHandlerOptions
1025
+ options?: __HttpHandlerOptions,
1155
1026
  ): Promise<DisassociateMemberFromQueueCommandOutput>;
1156
1027
  disassociateMemberFromQueue(
1157
1028
  args: DisassociateMemberFromQueueCommandInput,
1158
- cb: (err: any, data?: DisassociateMemberFromQueueCommandOutput) => void
1029
+ cb: (err: any, data?: DisassociateMemberFromQueueCommandOutput) => void,
1159
1030
  ): void;
1160
1031
  disassociateMemberFromQueue(
1161
1032
  args: DisassociateMemberFromQueueCommandInput,
1162
1033
  options: __HttpHandlerOptions,
1163
- cb: (err: any, data?: DisassociateMemberFromQueueCommandOutput) => void
1034
+ cb: (err: any, data?: DisassociateMemberFromQueueCommandOutput) => void,
1164
1035
  ): void;
1165
1036
  getBudget(
1166
1037
  args: GetBudgetCommandInput,
1167
- options?: __HttpHandlerOptions
1038
+ options?: __HttpHandlerOptions,
1168
1039
  ): Promise<GetBudgetCommandOutput>;
1169
1040
  getBudget(
1170
1041
  args: GetBudgetCommandInput,
1171
- cb: (err: any, data?: GetBudgetCommandOutput) => void
1042
+ cb: (err: any, data?: GetBudgetCommandOutput) => void,
1172
1043
  ): void;
1173
1044
  getBudget(
1174
1045
  args: GetBudgetCommandInput,
1175
1046
  options: __HttpHandlerOptions,
1176
- cb: (err: any, data?: GetBudgetCommandOutput) => void
1177
- ): void;
1178
- getFarm(
1179
- args: GetFarmCommandInput,
1180
- options?: __HttpHandlerOptions
1181
- ): Promise<GetFarmCommandOutput>;
1182
- getFarm(
1183
- args: GetFarmCommandInput,
1184
- cb: (err: any, data?: GetFarmCommandOutput) => void
1047
+ cb: (err: any, data?: GetBudgetCommandOutput) => void,
1185
1048
  ): void;
1049
+ getFarm(args: GetFarmCommandInput, options?: __HttpHandlerOptions): Promise<GetFarmCommandOutput>;
1050
+ getFarm(args: GetFarmCommandInput, cb: (err: any, data?: GetFarmCommandOutput) => void): void;
1186
1051
  getFarm(
1187
1052
  args: GetFarmCommandInput,
1188
1053
  options: __HttpHandlerOptions,
1189
- cb: (err: any, data?: GetFarmCommandOutput) => void
1054
+ cb: (err: any, data?: GetFarmCommandOutput) => void,
1190
1055
  ): void;
1191
1056
  getFleet(
1192
1057
  args: GetFleetCommandInput,
1193
- options?: __HttpHandlerOptions
1058
+ options?: __HttpHandlerOptions,
1194
1059
  ): Promise<GetFleetCommandOutput>;
1195
- getFleet(
1196
- args: GetFleetCommandInput,
1197
- cb: (err: any, data?: GetFleetCommandOutput) => void
1198
- ): void;
1060
+ getFleet(args: GetFleetCommandInput, cb: (err: any, data?: GetFleetCommandOutput) => void): void;
1199
1061
  getFleet(
1200
1062
  args: GetFleetCommandInput,
1201
1063
  options: __HttpHandlerOptions,
1202
- cb: (err: any, data?: GetFleetCommandOutput) => void
1203
- ): void;
1204
- getJob(
1205
- args: GetJobCommandInput,
1206
- options?: __HttpHandlerOptions
1207
- ): Promise<GetJobCommandOutput>;
1208
- getJob(
1209
- args: GetJobCommandInput,
1210
- cb: (err: any, data?: GetJobCommandOutput) => void
1064
+ cb: (err: any, data?: GetFleetCommandOutput) => void,
1211
1065
  ): void;
1066
+ getJob(args: GetJobCommandInput, options?: __HttpHandlerOptions): Promise<GetJobCommandOutput>;
1067
+ getJob(args: GetJobCommandInput, cb: (err: any, data?: GetJobCommandOutput) => void): void;
1212
1068
  getJob(
1213
1069
  args: GetJobCommandInput,
1214
1070
  options: __HttpHandlerOptions,
1215
- cb: (err: any, data?: GetJobCommandOutput) => void
1071
+ cb: (err: any, data?: GetJobCommandOutput) => void,
1216
1072
  ): void;
1217
1073
  getLicenseEndpoint(
1218
1074
  args: GetLicenseEndpointCommandInput,
1219
- options?: __HttpHandlerOptions
1075
+ options?: __HttpHandlerOptions,
1220
1076
  ): Promise<GetLicenseEndpointCommandOutput>;
1221
1077
  getLicenseEndpoint(
1222
1078
  args: GetLicenseEndpointCommandInput,
1223
- cb: (err: any, data?: GetLicenseEndpointCommandOutput) => void
1079
+ cb: (err: any, data?: GetLicenseEndpointCommandOutput) => void,
1224
1080
  ): void;
1225
1081
  getLicenseEndpoint(
1226
1082
  args: GetLicenseEndpointCommandInput,
1227
1083
  options: __HttpHandlerOptions,
1228
- cb: (err: any, data?: GetLicenseEndpointCommandOutput) => void
1084
+ cb: (err: any, data?: GetLicenseEndpointCommandOutput) => void,
1229
1085
  ): void;
1230
1086
  getLimit(
1231
1087
  args: GetLimitCommandInput,
1232
- options?: __HttpHandlerOptions
1088
+ options?: __HttpHandlerOptions,
1233
1089
  ): Promise<GetLimitCommandOutput>;
1234
- getLimit(
1235
- args: GetLimitCommandInput,
1236
- cb: (err: any, data?: GetLimitCommandOutput) => void
1237
- ): void;
1090
+ getLimit(args: GetLimitCommandInput, cb: (err: any, data?: GetLimitCommandOutput) => void): void;
1238
1091
  getLimit(
1239
1092
  args: GetLimitCommandInput,
1240
1093
  options: __HttpHandlerOptions,
1241
- cb: (err: any, data?: GetLimitCommandOutput) => void
1094
+ cb: (err: any, data?: GetLimitCommandOutput) => void,
1242
1095
  ): void;
1243
1096
  getMonitor(
1244
1097
  args: GetMonitorCommandInput,
1245
- options?: __HttpHandlerOptions
1098
+ options?: __HttpHandlerOptions,
1246
1099
  ): Promise<GetMonitorCommandOutput>;
1247
1100
  getMonitor(
1248
1101
  args: GetMonitorCommandInput,
1249
- cb: (err: any, data?: GetMonitorCommandOutput) => void
1102
+ cb: (err: any, data?: GetMonitorCommandOutput) => void,
1250
1103
  ): void;
1251
1104
  getMonitor(
1252
1105
  args: GetMonitorCommandInput,
1253
1106
  options: __HttpHandlerOptions,
1254
- cb: (err: any, data?: GetMonitorCommandOutput) => void
1107
+ cb: (err: any, data?: GetMonitorCommandOutput) => void,
1255
1108
  ): void;
1256
1109
  getMonitorSettings(
1257
1110
  args: GetMonitorSettingsCommandInput,
1258
- options?: __HttpHandlerOptions
1111
+ options?: __HttpHandlerOptions,
1259
1112
  ): Promise<GetMonitorSettingsCommandOutput>;
1260
1113
  getMonitorSettings(
1261
1114
  args: GetMonitorSettingsCommandInput,
1262
- cb: (err: any, data?: GetMonitorSettingsCommandOutput) => void
1115
+ cb: (err: any, data?: GetMonitorSettingsCommandOutput) => void,
1263
1116
  ): void;
1264
1117
  getMonitorSettings(
1265
1118
  args: GetMonitorSettingsCommandInput,
1266
1119
  options: __HttpHandlerOptions,
1267
- cb: (err: any, data?: GetMonitorSettingsCommandOutput) => void
1120
+ cb: (err: any, data?: GetMonitorSettingsCommandOutput) => void,
1268
1121
  ): void;
1269
1122
  getQueue(
1270
1123
  args: GetQueueCommandInput,
1271
- options?: __HttpHandlerOptions
1124
+ options?: __HttpHandlerOptions,
1272
1125
  ): Promise<GetQueueCommandOutput>;
1273
- getQueue(
1274
- args: GetQueueCommandInput,
1275
- cb: (err: any, data?: GetQueueCommandOutput) => void
1276
- ): void;
1126
+ getQueue(args: GetQueueCommandInput, cb: (err: any, data?: GetQueueCommandOutput) => void): void;
1277
1127
  getQueue(
1278
1128
  args: GetQueueCommandInput,
1279
1129
  options: __HttpHandlerOptions,
1280
- cb: (err: any, data?: GetQueueCommandOutput) => void
1130
+ cb: (err: any, data?: GetQueueCommandOutput) => void,
1281
1131
  ): void;
1282
1132
  getQueueEnvironment(
1283
1133
  args: GetQueueEnvironmentCommandInput,
1284
- options?: __HttpHandlerOptions
1134
+ options?: __HttpHandlerOptions,
1285
1135
  ): Promise<GetQueueEnvironmentCommandOutput>;
1286
1136
  getQueueEnvironment(
1287
1137
  args: GetQueueEnvironmentCommandInput,
1288
- cb: (err: any, data?: GetQueueEnvironmentCommandOutput) => void
1138
+ cb: (err: any, data?: GetQueueEnvironmentCommandOutput) => void,
1289
1139
  ): void;
1290
1140
  getQueueEnvironment(
1291
1141
  args: GetQueueEnvironmentCommandInput,
1292
1142
  options: __HttpHandlerOptions,
1293
- cb: (err: any, data?: GetQueueEnvironmentCommandOutput) => void
1143
+ cb: (err: any, data?: GetQueueEnvironmentCommandOutput) => void,
1294
1144
  ): void;
1295
1145
  getQueueFleetAssociation(
1296
1146
  args: GetQueueFleetAssociationCommandInput,
1297
- options?: __HttpHandlerOptions
1147
+ options?: __HttpHandlerOptions,
1298
1148
  ): Promise<GetQueueFleetAssociationCommandOutput>;
1299
1149
  getQueueFleetAssociation(
1300
1150
  args: GetQueueFleetAssociationCommandInput,
1301
- cb: (err: any, data?: GetQueueFleetAssociationCommandOutput) => void
1151
+ cb: (err: any, data?: GetQueueFleetAssociationCommandOutput) => void,
1302
1152
  ): void;
1303
1153
  getQueueFleetAssociation(
1304
1154
  args: GetQueueFleetAssociationCommandInput,
1305
1155
  options: __HttpHandlerOptions,
1306
- cb: (err: any, data?: GetQueueFleetAssociationCommandOutput) => void
1156
+ cb: (err: any, data?: GetQueueFleetAssociationCommandOutput) => void,
1307
1157
  ): void;
1308
1158
  getQueueLimitAssociation(
1309
1159
  args: GetQueueLimitAssociationCommandInput,
1310
- options?: __HttpHandlerOptions
1160
+ options?: __HttpHandlerOptions,
1311
1161
  ): Promise<GetQueueLimitAssociationCommandOutput>;
1312
1162
  getQueueLimitAssociation(
1313
1163
  args: GetQueueLimitAssociationCommandInput,
1314
- cb: (err: any, data?: GetQueueLimitAssociationCommandOutput) => void
1164
+ cb: (err: any, data?: GetQueueLimitAssociationCommandOutput) => void,
1315
1165
  ): void;
1316
1166
  getQueueLimitAssociation(
1317
1167
  args: GetQueueLimitAssociationCommandInput,
1318
1168
  options: __HttpHandlerOptions,
1319
- cb: (err: any, data?: GetQueueLimitAssociationCommandOutput) => void
1169
+ cb: (err: any, data?: GetQueueLimitAssociationCommandOutput) => void,
1320
1170
  ): void;
1321
1171
  getSession(
1322
1172
  args: GetSessionCommandInput,
1323
- options?: __HttpHandlerOptions
1173
+ options?: __HttpHandlerOptions,
1324
1174
  ): Promise<GetSessionCommandOutput>;
1325
1175
  getSession(
1326
1176
  args: GetSessionCommandInput,
1327
- cb: (err: any, data?: GetSessionCommandOutput) => void
1177
+ cb: (err: any, data?: GetSessionCommandOutput) => void,
1328
1178
  ): void;
1329
1179
  getSession(
1330
1180
  args: GetSessionCommandInput,
1331
1181
  options: __HttpHandlerOptions,
1332
- cb: (err: any, data?: GetSessionCommandOutput) => void
1182
+ cb: (err: any, data?: GetSessionCommandOutput) => void,
1333
1183
  ): void;
1334
1184
  getSessionAction(
1335
1185
  args: GetSessionActionCommandInput,
1336
- options?: __HttpHandlerOptions
1186
+ options?: __HttpHandlerOptions,
1337
1187
  ): Promise<GetSessionActionCommandOutput>;
1338
1188
  getSessionAction(
1339
1189
  args: GetSessionActionCommandInput,
1340
- cb: (err: any, data?: GetSessionActionCommandOutput) => void
1190
+ cb: (err: any, data?: GetSessionActionCommandOutput) => void,
1341
1191
  ): void;
1342
1192
  getSessionAction(
1343
1193
  args: GetSessionActionCommandInput,
1344
1194
  options: __HttpHandlerOptions,
1345
- cb: (err: any, data?: GetSessionActionCommandOutput) => void
1195
+ cb: (err: any, data?: GetSessionActionCommandOutput) => void,
1346
1196
  ): void;
1347
1197
  getSessionsStatisticsAggregation(
1348
1198
  args: GetSessionsStatisticsAggregationCommandInput,
1349
- options?: __HttpHandlerOptions
1199
+ options?: __HttpHandlerOptions,
1350
1200
  ): Promise<GetSessionsStatisticsAggregationCommandOutput>;
1351
1201
  getSessionsStatisticsAggregation(
1352
1202
  args: GetSessionsStatisticsAggregationCommandInput,
1353
- cb: (err: any, data?: GetSessionsStatisticsAggregationCommandOutput) => void
1203
+ cb: (err: any, data?: GetSessionsStatisticsAggregationCommandOutput) => void,
1354
1204
  ): void;
1355
1205
  getSessionsStatisticsAggregation(
1356
1206
  args: GetSessionsStatisticsAggregationCommandInput,
1357
1207
  options: __HttpHandlerOptions,
1358
- cb: (err: any, data?: GetSessionsStatisticsAggregationCommandOutput) => void
1359
- ): void;
1360
- getStep(
1361
- args: GetStepCommandInput,
1362
- options?: __HttpHandlerOptions
1363
- ): Promise<GetStepCommandOutput>;
1364
- getStep(
1365
- args: GetStepCommandInput,
1366
- cb: (err: any, data?: GetStepCommandOutput) => void
1208
+ cb: (err: any, data?: GetSessionsStatisticsAggregationCommandOutput) => void,
1367
1209
  ): void;
1210
+ getStep(args: GetStepCommandInput, options?: __HttpHandlerOptions): Promise<GetStepCommandOutput>;
1211
+ getStep(args: GetStepCommandInput, cb: (err: any, data?: GetStepCommandOutput) => void): void;
1368
1212
  getStep(
1369
1213
  args: GetStepCommandInput,
1370
1214
  options: __HttpHandlerOptions,
1371
- cb: (err: any, data?: GetStepCommandOutput) => void
1215
+ cb: (err: any, data?: GetStepCommandOutput) => void,
1372
1216
  ): void;
1373
1217
  getStorageProfile(
1374
1218
  args: GetStorageProfileCommandInput,
1375
- options?: __HttpHandlerOptions
1219
+ options?: __HttpHandlerOptions,
1376
1220
  ): Promise<GetStorageProfileCommandOutput>;
1377
1221
  getStorageProfile(
1378
1222
  args: GetStorageProfileCommandInput,
1379
- cb: (err: any, data?: GetStorageProfileCommandOutput) => void
1223
+ cb: (err: any, data?: GetStorageProfileCommandOutput) => void,
1380
1224
  ): void;
1381
1225
  getStorageProfile(
1382
1226
  args: GetStorageProfileCommandInput,
1383
1227
  options: __HttpHandlerOptions,
1384
- cb: (err: any, data?: GetStorageProfileCommandOutput) => void
1228
+ cb: (err: any, data?: GetStorageProfileCommandOutput) => void,
1385
1229
  ): void;
1386
1230
  getStorageProfileForQueue(
1387
1231
  args: GetStorageProfileForQueueCommandInput,
1388
- options?: __HttpHandlerOptions
1232
+ options?: __HttpHandlerOptions,
1389
1233
  ): Promise<GetStorageProfileForQueueCommandOutput>;
1390
1234
  getStorageProfileForQueue(
1391
1235
  args: GetStorageProfileForQueueCommandInput,
1392
- cb: (err: any, data?: GetStorageProfileForQueueCommandOutput) => void
1236
+ cb: (err: any, data?: GetStorageProfileForQueueCommandOutput) => void,
1393
1237
  ): void;
1394
1238
  getStorageProfileForQueue(
1395
1239
  args: GetStorageProfileForQueueCommandInput,
1396
1240
  options: __HttpHandlerOptions,
1397
- cb: (err: any, data?: GetStorageProfileForQueueCommandOutput) => void
1398
- ): void;
1399
- getTask(
1400
- args: GetTaskCommandInput,
1401
- options?: __HttpHandlerOptions
1402
- ): Promise<GetTaskCommandOutput>;
1403
- getTask(
1404
- args: GetTaskCommandInput,
1405
- cb: (err: any, data?: GetTaskCommandOutput) => void
1241
+ cb: (err: any, data?: GetStorageProfileForQueueCommandOutput) => void,
1406
1242
  ): void;
1243
+ getTask(args: GetTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetTaskCommandOutput>;
1244
+ getTask(args: GetTaskCommandInput, cb: (err: any, data?: GetTaskCommandOutput) => void): void;
1407
1245
  getTask(
1408
1246
  args: GetTaskCommandInput,
1409
1247
  options: __HttpHandlerOptions,
1410
- cb: (err: any, data?: GetTaskCommandOutput) => void
1248
+ cb: (err: any, data?: GetTaskCommandOutput) => void,
1411
1249
  ): void;
1412
1250
  getVolume(
1413
1251
  args: GetVolumeCommandInput,
1414
- options?: __HttpHandlerOptions
1252
+ options?: __HttpHandlerOptions,
1415
1253
  ): Promise<GetVolumeCommandOutput>;
1416
1254
  getVolume(
1417
1255
  args: GetVolumeCommandInput,
1418
- cb: (err: any, data?: GetVolumeCommandOutput) => void
1256
+ cb: (err: any, data?: GetVolumeCommandOutput) => void,
1419
1257
  ): void;
1420
1258
  getVolume(
1421
1259
  args: GetVolumeCommandInput,
1422
1260
  options: __HttpHandlerOptions,
1423
- cb: (err: any, data?: GetVolumeCommandOutput) => void
1261
+ cb: (err: any, data?: GetVolumeCommandOutput) => void,
1424
1262
  ): void;
1425
1263
  getWorker(
1426
1264
  args: GetWorkerCommandInput,
1427
- options?: __HttpHandlerOptions
1265
+ options?: __HttpHandlerOptions,
1428
1266
  ): Promise<GetWorkerCommandOutput>;
1429
1267
  getWorker(
1430
1268
  args: GetWorkerCommandInput,
1431
- cb: (err: any, data?: GetWorkerCommandOutput) => void
1269
+ cb: (err: any, data?: GetWorkerCommandOutput) => void,
1432
1270
  ): void;
1433
1271
  getWorker(
1434
1272
  args: GetWorkerCommandInput,
1435
1273
  options: __HttpHandlerOptions,
1436
- cb: (err: any, data?: GetWorkerCommandOutput) => void
1274
+ cb: (err: any, data?: GetWorkerCommandOutput) => void,
1437
1275
  ): void;
1438
1276
  listAvailableMeteredProducts(): Promise<ListAvailableMeteredProductsCommandOutput>;
1439
1277
  listAvailableMeteredProducts(
1440
1278
  args: ListAvailableMeteredProductsCommandInput,
1441
- options?: __HttpHandlerOptions
1279
+ options?: __HttpHandlerOptions,
1442
1280
  ): Promise<ListAvailableMeteredProductsCommandOutput>;
1443
1281
  listAvailableMeteredProducts(
1444
1282
  args: ListAvailableMeteredProductsCommandInput,
1445
- cb: (err: any, data?: ListAvailableMeteredProductsCommandOutput) => void
1283
+ cb: (err: any, data?: ListAvailableMeteredProductsCommandOutput) => void,
1446
1284
  ): void;
1447
1285
  listAvailableMeteredProducts(
1448
1286
  args: ListAvailableMeteredProductsCommandInput,
1449
1287
  options: __HttpHandlerOptions,
1450
- cb: (err: any, data?: ListAvailableMeteredProductsCommandOutput) => void
1288
+ cb: (err: any, data?: ListAvailableMeteredProductsCommandOutput) => void,
1451
1289
  ): void;
1452
1290
  listBudgets(
1453
1291
  args: ListBudgetsCommandInput,
1454
- options?: __HttpHandlerOptions
1292
+ options?: __HttpHandlerOptions,
1455
1293
  ): Promise<ListBudgetsCommandOutput>;
1456
1294
  listBudgets(
1457
1295
  args: ListBudgetsCommandInput,
1458
- cb: (err: any, data?: ListBudgetsCommandOutput) => void
1296
+ cb: (err: any, data?: ListBudgetsCommandOutput) => void,
1459
1297
  ): void;
1460
1298
  listBudgets(
1461
1299
  args: ListBudgetsCommandInput,
1462
1300
  options: __HttpHandlerOptions,
1463
- cb: (err: any, data?: ListBudgetsCommandOutput) => void
1301
+ cb: (err: any, data?: ListBudgetsCommandOutput) => void,
1464
1302
  ): void;
1465
1303
  listFarmMembers(
1466
1304
  args: ListFarmMembersCommandInput,
1467
- options?: __HttpHandlerOptions
1305
+ options?: __HttpHandlerOptions,
1468
1306
  ): Promise<ListFarmMembersCommandOutput>;
1469
1307
  listFarmMembers(
1470
1308
  args: ListFarmMembersCommandInput,
1471
- cb: (err: any, data?: ListFarmMembersCommandOutput) => void
1309
+ cb: (err: any, data?: ListFarmMembersCommandOutput) => void,
1472
1310
  ): void;
1473
1311
  listFarmMembers(
1474
1312
  args: ListFarmMembersCommandInput,
1475
1313
  options: __HttpHandlerOptions,
1476
- cb: (err: any, data?: ListFarmMembersCommandOutput) => void
1314
+ cb: (err: any, data?: ListFarmMembersCommandOutput) => void,
1477
1315
  ): void;
1478
1316
  listFarms(): Promise<ListFarmsCommandOutput>;
1479
1317
  listFarms(
1480
1318
  args: ListFarmsCommandInput,
1481
- options?: __HttpHandlerOptions
1319
+ options?: __HttpHandlerOptions,
1482
1320
  ): Promise<ListFarmsCommandOutput>;
1483
1321
  listFarms(
1484
1322
  args: ListFarmsCommandInput,
1485
- cb: (err: any, data?: ListFarmsCommandOutput) => void
1323
+ cb: (err: any, data?: ListFarmsCommandOutput) => void,
1486
1324
  ): void;
1487
1325
  listFarms(
1488
1326
  args: ListFarmsCommandInput,
1489
1327
  options: __HttpHandlerOptions,
1490
- cb: (err: any, data?: ListFarmsCommandOutput) => void
1328
+ cb: (err: any, data?: ListFarmsCommandOutput) => void,
1491
1329
  ): void;
1492
1330
  listFleetMembers(
1493
1331
  args: ListFleetMembersCommandInput,
1494
- options?: __HttpHandlerOptions
1332
+ options?: __HttpHandlerOptions,
1495
1333
  ): Promise<ListFleetMembersCommandOutput>;
1496
1334
  listFleetMembers(
1497
1335
  args: ListFleetMembersCommandInput,
1498
- cb: (err: any, data?: ListFleetMembersCommandOutput) => void
1336
+ cb: (err: any, data?: ListFleetMembersCommandOutput) => void,
1499
1337
  ): void;
1500
1338
  listFleetMembers(
1501
1339
  args: ListFleetMembersCommandInput,
1502
1340
  options: __HttpHandlerOptions,
1503
- cb: (err: any, data?: ListFleetMembersCommandOutput) => void
1341
+ cb: (err: any, data?: ListFleetMembersCommandOutput) => void,
1504
1342
  ): void;
1505
1343
  listFleets(
1506
1344
  args: ListFleetsCommandInput,
1507
- options?: __HttpHandlerOptions
1345
+ options?: __HttpHandlerOptions,
1508
1346
  ): Promise<ListFleetsCommandOutput>;
1509
1347
  listFleets(
1510
1348
  args: ListFleetsCommandInput,
1511
- cb: (err: any, data?: ListFleetsCommandOutput) => void
1349
+ cb: (err: any, data?: ListFleetsCommandOutput) => void,
1512
1350
  ): void;
1513
1351
  listFleets(
1514
1352
  args: ListFleetsCommandInput,
1515
1353
  options: __HttpHandlerOptions,
1516
- cb: (err: any, data?: ListFleetsCommandOutput) => void
1354
+ cb: (err: any, data?: ListFleetsCommandOutput) => void,
1517
1355
  ): void;
1518
1356
  listJobMembers(
1519
1357
  args: ListJobMembersCommandInput,
1520
- options?: __HttpHandlerOptions
1358
+ options?: __HttpHandlerOptions,
1521
1359
  ): Promise<ListJobMembersCommandOutput>;
1522
1360
  listJobMembers(
1523
1361
  args: ListJobMembersCommandInput,
1524
- cb: (err: any, data?: ListJobMembersCommandOutput) => void
1362
+ cb: (err: any, data?: ListJobMembersCommandOutput) => void,
1525
1363
  ): void;
1526
1364
  listJobMembers(
1527
1365
  args: ListJobMembersCommandInput,
1528
1366
  options: __HttpHandlerOptions,
1529
- cb: (err: any, data?: ListJobMembersCommandOutput) => void
1367
+ cb: (err: any, data?: ListJobMembersCommandOutput) => void,
1530
1368
  ): void;
1531
1369
  listJobParameterDefinitions(
1532
1370
  args: ListJobParameterDefinitionsCommandInput,
1533
- options?: __HttpHandlerOptions
1371
+ options?: __HttpHandlerOptions,
1534
1372
  ): Promise<ListJobParameterDefinitionsCommandOutput>;
1535
1373
  listJobParameterDefinitions(
1536
1374
  args: ListJobParameterDefinitionsCommandInput,
1537
- cb: (err: any, data?: ListJobParameterDefinitionsCommandOutput) => void
1375
+ cb: (err: any, data?: ListJobParameterDefinitionsCommandOutput) => void,
1538
1376
  ): void;
1539
1377
  listJobParameterDefinitions(
1540
1378
  args: ListJobParameterDefinitionsCommandInput,
1541
1379
  options: __HttpHandlerOptions,
1542
- cb: (err: any, data?: ListJobParameterDefinitionsCommandOutput) => void
1380
+ cb: (err: any, data?: ListJobParameterDefinitionsCommandOutput) => void,
1543
1381
  ): void;
1544
1382
  listJobs(
1545
1383
  args: ListJobsCommandInput,
1546
- options?: __HttpHandlerOptions
1384
+ options?: __HttpHandlerOptions,
1547
1385
  ): Promise<ListJobsCommandOutput>;
1548
- listJobs(
1549
- args: ListJobsCommandInput,
1550
- cb: (err: any, data?: ListJobsCommandOutput) => void
1551
- ): void;
1386
+ listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
1552
1387
  listJobs(
1553
1388
  args: ListJobsCommandInput,
1554
1389
  options: __HttpHandlerOptions,
1555
- cb: (err: any, data?: ListJobsCommandOutput) => void
1390
+ cb: (err: any, data?: ListJobsCommandOutput) => void,
1556
1391
  ): void;
1557
1392
  listLicenseEndpoints(): Promise<ListLicenseEndpointsCommandOutput>;
1558
1393
  listLicenseEndpoints(
1559
1394
  args: ListLicenseEndpointsCommandInput,
1560
- options?: __HttpHandlerOptions
1395
+ options?: __HttpHandlerOptions,
1561
1396
  ): Promise<ListLicenseEndpointsCommandOutput>;
1562
1397
  listLicenseEndpoints(
1563
1398
  args: ListLicenseEndpointsCommandInput,
1564
- cb: (err: any, data?: ListLicenseEndpointsCommandOutput) => void
1399
+ cb: (err: any, data?: ListLicenseEndpointsCommandOutput) => void,
1565
1400
  ): void;
1566
1401
  listLicenseEndpoints(
1567
1402
  args: ListLicenseEndpointsCommandInput,
1568
1403
  options: __HttpHandlerOptions,
1569
- cb: (err: any, data?: ListLicenseEndpointsCommandOutput) => void
1404
+ cb: (err: any, data?: ListLicenseEndpointsCommandOutput) => void,
1570
1405
  ): void;
1571
1406
  listLimits(
1572
1407
  args: ListLimitsCommandInput,
1573
- options?: __HttpHandlerOptions
1408
+ options?: __HttpHandlerOptions,
1574
1409
  ): Promise<ListLimitsCommandOutput>;
1575
1410
  listLimits(
1576
1411
  args: ListLimitsCommandInput,
1577
- cb: (err: any, data?: ListLimitsCommandOutput) => void
1412
+ cb: (err: any, data?: ListLimitsCommandOutput) => void,
1578
1413
  ): void;
1579
1414
  listLimits(
1580
1415
  args: ListLimitsCommandInput,
1581
1416
  options: __HttpHandlerOptions,
1582
- cb: (err: any, data?: ListLimitsCommandOutput) => void
1417
+ cb: (err: any, data?: ListLimitsCommandOutput) => void,
1583
1418
  ): void;
1584
1419
  listMeteredProducts(
1585
1420
  args: ListMeteredProductsCommandInput,
1586
- options?: __HttpHandlerOptions
1421
+ options?: __HttpHandlerOptions,
1587
1422
  ): Promise<ListMeteredProductsCommandOutput>;
1588
1423
  listMeteredProducts(
1589
1424
  args: ListMeteredProductsCommandInput,
1590
- cb: (err: any, data?: ListMeteredProductsCommandOutput) => void
1425
+ cb: (err: any, data?: ListMeteredProductsCommandOutput) => void,
1591
1426
  ): void;
1592
1427
  listMeteredProducts(
1593
1428
  args: ListMeteredProductsCommandInput,
1594
1429
  options: __HttpHandlerOptions,
1595
- cb: (err: any, data?: ListMeteredProductsCommandOutput) => void
1430
+ cb: (err: any, data?: ListMeteredProductsCommandOutput) => void,
1596
1431
  ): void;
1597
1432
  listMonitors(): Promise<ListMonitorsCommandOutput>;
1598
1433
  listMonitors(
1599
1434
  args: ListMonitorsCommandInput,
1600
- options?: __HttpHandlerOptions
1435
+ options?: __HttpHandlerOptions,
1601
1436
  ): Promise<ListMonitorsCommandOutput>;
1602
1437
  listMonitors(
1603
1438
  args: ListMonitorsCommandInput,
1604
- cb: (err: any, data?: ListMonitorsCommandOutput) => void
1439
+ cb: (err: any, data?: ListMonitorsCommandOutput) => void,
1605
1440
  ): void;
1606
1441
  listMonitors(
1607
1442
  args: ListMonitorsCommandInput,
1608
1443
  options: __HttpHandlerOptions,
1609
- cb: (err: any, data?: ListMonitorsCommandOutput) => void
1444
+ cb: (err: any, data?: ListMonitorsCommandOutput) => void,
1610
1445
  ): void;
1611
1446
  listQueueEnvironments(
1612
1447
  args: ListQueueEnvironmentsCommandInput,
1613
- options?: __HttpHandlerOptions
1448
+ options?: __HttpHandlerOptions,
1614
1449
  ): Promise<ListQueueEnvironmentsCommandOutput>;
1615
1450
  listQueueEnvironments(
1616
1451
  args: ListQueueEnvironmentsCommandInput,
1617
- cb: (err: any, data?: ListQueueEnvironmentsCommandOutput) => void
1452
+ cb: (err: any, data?: ListQueueEnvironmentsCommandOutput) => void,
1618
1453
  ): void;
1619
1454
  listQueueEnvironments(
1620
1455
  args: ListQueueEnvironmentsCommandInput,
1621
1456
  options: __HttpHandlerOptions,
1622
- cb: (err: any, data?: ListQueueEnvironmentsCommandOutput) => void
1457
+ cb: (err: any, data?: ListQueueEnvironmentsCommandOutput) => void,
1623
1458
  ): void;
1624
1459
  listQueueFleetAssociations(
1625
1460
  args: ListQueueFleetAssociationsCommandInput,
1626
- options?: __HttpHandlerOptions
1461
+ options?: __HttpHandlerOptions,
1627
1462
  ): Promise<ListQueueFleetAssociationsCommandOutput>;
1628
1463
  listQueueFleetAssociations(
1629
1464
  args: ListQueueFleetAssociationsCommandInput,
1630
- cb: (err: any, data?: ListQueueFleetAssociationsCommandOutput) => void
1465
+ cb: (err: any, data?: ListQueueFleetAssociationsCommandOutput) => void,
1631
1466
  ): void;
1632
1467
  listQueueFleetAssociations(
1633
1468
  args: ListQueueFleetAssociationsCommandInput,
1634
1469
  options: __HttpHandlerOptions,
1635
- cb: (err: any, data?: ListQueueFleetAssociationsCommandOutput) => void
1470
+ cb: (err: any, data?: ListQueueFleetAssociationsCommandOutput) => void,
1636
1471
  ): void;
1637
1472
  listQueueLimitAssociations(
1638
1473
  args: ListQueueLimitAssociationsCommandInput,
1639
- options?: __HttpHandlerOptions
1474
+ options?: __HttpHandlerOptions,
1640
1475
  ): Promise<ListQueueLimitAssociationsCommandOutput>;
1641
1476
  listQueueLimitAssociations(
1642
1477
  args: ListQueueLimitAssociationsCommandInput,
1643
- cb: (err: any, data?: ListQueueLimitAssociationsCommandOutput) => void
1478
+ cb: (err: any, data?: ListQueueLimitAssociationsCommandOutput) => void,
1644
1479
  ): void;
1645
1480
  listQueueLimitAssociations(
1646
1481
  args: ListQueueLimitAssociationsCommandInput,
1647
1482
  options: __HttpHandlerOptions,
1648
- cb: (err: any, data?: ListQueueLimitAssociationsCommandOutput) => void
1483
+ cb: (err: any, data?: ListQueueLimitAssociationsCommandOutput) => void,
1649
1484
  ): void;
1650
1485
  listQueueMembers(
1651
1486
  args: ListQueueMembersCommandInput,
1652
- options?: __HttpHandlerOptions
1487
+ options?: __HttpHandlerOptions,
1653
1488
  ): Promise<ListQueueMembersCommandOutput>;
1654
1489
  listQueueMembers(
1655
1490
  args: ListQueueMembersCommandInput,
1656
- cb: (err: any, data?: ListQueueMembersCommandOutput) => void
1491
+ cb: (err: any, data?: ListQueueMembersCommandOutput) => void,
1657
1492
  ): void;
1658
1493
  listQueueMembers(
1659
1494
  args: ListQueueMembersCommandInput,
1660
1495
  options: __HttpHandlerOptions,
1661
- cb: (err: any, data?: ListQueueMembersCommandOutput) => void
1496
+ cb: (err: any, data?: ListQueueMembersCommandOutput) => void,
1662
1497
  ): void;
1663
1498
  listQueues(
1664
1499
  args: ListQueuesCommandInput,
1665
- options?: __HttpHandlerOptions
1500
+ options?: __HttpHandlerOptions,
1666
1501
  ): Promise<ListQueuesCommandOutput>;
1667
1502
  listQueues(
1668
1503
  args: ListQueuesCommandInput,
1669
- cb: (err: any, data?: ListQueuesCommandOutput) => void
1504
+ cb: (err: any, data?: ListQueuesCommandOutput) => void,
1670
1505
  ): void;
1671
1506
  listQueues(
1672
1507
  args: ListQueuesCommandInput,
1673
1508
  options: __HttpHandlerOptions,
1674
- cb: (err: any, data?: ListQueuesCommandOutput) => void
1509
+ cb: (err: any, data?: ListQueuesCommandOutput) => void,
1675
1510
  ): void;
1676
1511
  listSessionActions(
1677
1512
  args: ListSessionActionsCommandInput,
1678
- options?: __HttpHandlerOptions
1513
+ options?: __HttpHandlerOptions,
1679
1514
  ): Promise<ListSessionActionsCommandOutput>;
1680
1515
  listSessionActions(
1681
1516
  args: ListSessionActionsCommandInput,
1682
- cb: (err: any, data?: ListSessionActionsCommandOutput) => void
1517
+ cb: (err: any, data?: ListSessionActionsCommandOutput) => void,
1683
1518
  ): void;
1684
1519
  listSessionActions(
1685
1520
  args: ListSessionActionsCommandInput,
1686
1521
  options: __HttpHandlerOptions,
1687
- cb: (err: any, data?: ListSessionActionsCommandOutput) => void
1522
+ cb: (err: any, data?: ListSessionActionsCommandOutput) => void,
1688
1523
  ): void;
1689
1524
  listSessions(
1690
1525
  args: ListSessionsCommandInput,
1691
- options?: __HttpHandlerOptions
1526
+ options?: __HttpHandlerOptions,
1692
1527
  ): Promise<ListSessionsCommandOutput>;
1693
1528
  listSessions(
1694
1529
  args: ListSessionsCommandInput,
1695
- cb: (err: any, data?: ListSessionsCommandOutput) => void
1530
+ cb: (err: any, data?: ListSessionsCommandOutput) => void,
1696
1531
  ): void;
1697
1532
  listSessions(
1698
1533
  args: ListSessionsCommandInput,
1699
1534
  options: __HttpHandlerOptions,
1700
- cb: (err: any, data?: ListSessionsCommandOutput) => void
1535
+ cb: (err: any, data?: ListSessionsCommandOutput) => void,
1701
1536
  ): void;
1702
1537
  listSessionsForWorker(
1703
1538
  args: ListSessionsForWorkerCommandInput,
1704
- options?: __HttpHandlerOptions
1539
+ options?: __HttpHandlerOptions,
1705
1540
  ): Promise<ListSessionsForWorkerCommandOutput>;
1706
1541
  listSessionsForWorker(
1707
1542
  args: ListSessionsForWorkerCommandInput,
1708
- cb: (err: any, data?: ListSessionsForWorkerCommandOutput) => void
1543
+ cb: (err: any, data?: ListSessionsForWorkerCommandOutput) => void,
1709
1544
  ): void;
1710
1545
  listSessionsForWorker(
1711
1546
  args: ListSessionsForWorkerCommandInput,
1712
1547
  options: __HttpHandlerOptions,
1713
- cb: (err: any, data?: ListSessionsForWorkerCommandOutput) => void
1548
+ cb: (err: any, data?: ListSessionsForWorkerCommandOutput) => void,
1714
1549
  ): void;
1715
1550
  listStepConsumers(
1716
1551
  args: ListStepConsumersCommandInput,
1717
- options?: __HttpHandlerOptions
1552
+ options?: __HttpHandlerOptions,
1718
1553
  ): Promise<ListStepConsumersCommandOutput>;
1719
1554
  listStepConsumers(
1720
1555
  args: ListStepConsumersCommandInput,
1721
- cb: (err: any, data?: ListStepConsumersCommandOutput) => void
1556
+ cb: (err: any, data?: ListStepConsumersCommandOutput) => void,
1722
1557
  ): void;
1723
1558
  listStepConsumers(
1724
1559
  args: ListStepConsumersCommandInput,
1725
1560
  options: __HttpHandlerOptions,
1726
- cb: (err: any, data?: ListStepConsumersCommandOutput) => void
1561
+ cb: (err: any, data?: ListStepConsumersCommandOutput) => void,
1727
1562
  ): void;
1728
1563
  listStepDependencies(
1729
1564
  args: ListStepDependenciesCommandInput,
1730
- options?: __HttpHandlerOptions
1565
+ options?: __HttpHandlerOptions,
1731
1566
  ): Promise<ListStepDependenciesCommandOutput>;
1732
1567
  listStepDependencies(
1733
1568
  args: ListStepDependenciesCommandInput,
1734
- cb: (err: any, data?: ListStepDependenciesCommandOutput) => void
1569
+ cb: (err: any, data?: ListStepDependenciesCommandOutput) => void,
1735
1570
  ): void;
1736
1571
  listStepDependencies(
1737
1572
  args: ListStepDependenciesCommandInput,
1738
1573
  options: __HttpHandlerOptions,
1739
- cb: (err: any, data?: ListStepDependenciesCommandOutput) => void
1574
+ cb: (err: any, data?: ListStepDependenciesCommandOutput) => void,
1740
1575
  ): void;
1741
1576
  listSteps(
1742
1577
  args: ListStepsCommandInput,
1743
- options?: __HttpHandlerOptions
1578
+ options?: __HttpHandlerOptions,
1744
1579
  ): Promise<ListStepsCommandOutput>;
1745
1580
  listSteps(
1746
1581
  args: ListStepsCommandInput,
1747
- cb: (err: any, data?: ListStepsCommandOutput) => void
1582
+ cb: (err: any, data?: ListStepsCommandOutput) => void,
1748
1583
  ): void;
1749
1584
  listSteps(
1750
1585
  args: ListStepsCommandInput,
1751
1586
  options: __HttpHandlerOptions,
1752
- cb: (err: any, data?: ListStepsCommandOutput) => void
1587
+ cb: (err: any, data?: ListStepsCommandOutput) => void,
1753
1588
  ): void;
1754
1589
  listStorageProfiles(
1755
1590
  args: ListStorageProfilesCommandInput,
1756
- options?: __HttpHandlerOptions
1591
+ options?: __HttpHandlerOptions,
1757
1592
  ): Promise<ListStorageProfilesCommandOutput>;
1758
1593
  listStorageProfiles(
1759
1594
  args: ListStorageProfilesCommandInput,
1760
- cb: (err: any, data?: ListStorageProfilesCommandOutput) => void
1595
+ cb: (err: any, data?: ListStorageProfilesCommandOutput) => void,
1761
1596
  ): void;
1762
1597
  listStorageProfiles(
1763
1598
  args: ListStorageProfilesCommandInput,
1764
1599
  options: __HttpHandlerOptions,
1765
- cb: (err: any, data?: ListStorageProfilesCommandOutput) => void
1600
+ cb: (err: any, data?: ListStorageProfilesCommandOutput) => void,
1766
1601
  ): void;
1767
1602
  listStorageProfilesForQueue(
1768
1603
  args: ListStorageProfilesForQueueCommandInput,
1769
- options?: __HttpHandlerOptions
1604
+ options?: __HttpHandlerOptions,
1770
1605
  ): Promise<ListStorageProfilesForQueueCommandOutput>;
1771
1606
  listStorageProfilesForQueue(
1772
1607
  args: ListStorageProfilesForQueueCommandInput,
1773
- cb: (err: any, data?: ListStorageProfilesForQueueCommandOutput) => void
1608
+ cb: (err: any, data?: ListStorageProfilesForQueueCommandOutput) => void,
1774
1609
  ): void;
1775
1610
  listStorageProfilesForQueue(
1776
1611
  args: ListStorageProfilesForQueueCommandInput,
1777
1612
  options: __HttpHandlerOptions,
1778
- cb: (err: any, data?: ListStorageProfilesForQueueCommandOutput) => void
1613
+ cb: (err: any, data?: ListStorageProfilesForQueueCommandOutput) => void,
1779
1614
  ): void;
1780
1615
  listTagsForResource(
1781
1616
  args: ListTagsForResourceCommandInput,
1782
- options?: __HttpHandlerOptions
1617
+ options?: __HttpHandlerOptions,
1783
1618
  ): Promise<ListTagsForResourceCommandOutput>;
1784
1619
  listTagsForResource(
1785
1620
  args: ListTagsForResourceCommandInput,
1786
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1621
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1787
1622
  ): void;
1788
1623
  listTagsForResource(
1789
1624
  args: ListTagsForResourceCommandInput,
1790
1625
  options: __HttpHandlerOptions,
1791
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1626
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1792
1627
  ): void;
1793
1628
  listTasks(
1794
1629
  args: ListTasksCommandInput,
1795
- options?: __HttpHandlerOptions
1630
+ options?: __HttpHandlerOptions,
1796
1631
  ): Promise<ListTasksCommandOutput>;
1797
1632
  listTasks(
1798
1633
  args: ListTasksCommandInput,
1799
- cb: (err: any, data?: ListTasksCommandOutput) => void
1634
+ cb: (err: any, data?: ListTasksCommandOutput) => void,
1800
1635
  ): void;
1801
1636
  listTasks(
1802
1637
  args: ListTasksCommandInput,
1803
1638
  options: __HttpHandlerOptions,
1804
- cb: (err: any, data?: ListTasksCommandOutput) => void
1639
+ cb: (err: any, data?: ListTasksCommandOutput) => void,
1805
1640
  ): void;
1806
1641
  listVolumes(
1807
1642
  args: ListVolumesCommandInput,
1808
- options?: __HttpHandlerOptions
1643
+ options?: __HttpHandlerOptions,
1809
1644
  ): Promise<ListVolumesCommandOutput>;
1810
1645
  listVolumes(
1811
1646
  args: ListVolumesCommandInput,
1812
- cb: (err: any, data?: ListVolumesCommandOutput) => void
1647
+ cb: (err: any, data?: ListVolumesCommandOutput) => void,
1813
1648
  ): void;
1814
1649
  listVolumes(
1815
1650
  args: ListVolumesCommandInput,
1816
1651
  options: __HttpHandlerOptions,
1817
- cb: (err: any, data?: ListVolumesCommandOutput) => void
1652
+ cb: (err: any, data?: ListVolumesCommandOutput) => void,
1818
1653
  ): void;
1819
1654
  listWorkers(
1820
1655
  args: ListWorkersCommandInput,
1821
- options?: __HttpHandlerOptions
1656
+ options?: __HttpHandlerOptions,
1822
1657
  ): Promise<ListWorkersCommandOutput>;
1823
1658
  listWorkers(
1824
1659
  args: ListWorkersCommandInput,
1825
- cb: (err: any, data?: ListWorkersCommandOutput) => void
1660
+ cb: (err: any, data?: ListWorkersCommandOutput) => void,
1826
1661
  ): void;
1827
1662
  listWorkers(
1828
1663
  args: ListWorkersCommandInput,
1829
1664
  options: __HttpHandlerOptions,
1830
- cb: (err: any, data?: ListWorkersCommandOutput) => void
1665
+ cb: (err: any, data?: ListWorkersCommandOutput) => void,
1831
1666
  ): void;
1832
1667
  putMeteredProduct(
1833
1668
  args: PutMeteredProductCommandInput,
1834
- options?: __HttpHandlerOptions
1669
+ options?: __HttpHandlerOptions,
1835
1670
  ): Promise<PutMeteredProductCommandOutput>;
1836
1671
  putMeteredProduct(
1837
1672
  args: PutMeteredProductCommandInput,
1838
- cb: (err: any, data?: PutMeteredProductCommandOutput) => void
1673
+ cb: (err: any, data?: PutMeteredProductCommandOutput) => void,
1839
1674
  ): void;
1840
1675
  putMeteredProduct(
1841
1676
  args: PutMeteredProductCommandInput,
1842
1677
  options: __HttpHandlerOptions,
1843
- cb: (err: any, data?: PutMeteredProductCommandOutput) => void
1678
+ cb: (err: any, data?: PutMeteredProductCommandOutput) => void,
1844
1679
  ): void;
1845
1680
  searchJobs(
1846
1681
  args: SearchJobsCommandInput,
1847
- options?: __HttpHandlerOptions
1682
+ options?: __HttpHandlerOptions,
1848
1683
  ): Promise<SearchJobsCommandOutput>;
1849
1684
  searchJobs(
1850
1685
  args: SearchJobsCommandInput,
1851
- cb: (err: any, data?: SearchJobsCommandOutput) => void
1686
+ cb: (err: any, data?: SearchJobsCommandOutput) => void,
1852
1687
  ): void;
1853
1688
  searchJobs(
1854
1689
  args: SearchJobsCommandInput,
1855
1690
  options: __HttpHandlerOptions,
1856
- cb: (err: any, data?: SearchJobsCommandOutput) => void
1691
+ cb: (err: any, data?: SearchJobsCommandOutput) => void,
1857
1692
  ): void;
1858
1693
  searchSteps(
1859
1694
  args: SearchStepsCommandInput,
1860
- options?: __HttpHandlerOptions
1695
+ options?: __HttpHandlerOptions,
1861
1696
  ): Promise<SearchStepsCommandOutput>;
1862
1697
  searchSteps(
1863
1698
  args: SearchStepsCommandInput,
1864
- cb: (err: any, data?: SearchStepsCommandOutput) => void
1699
+ cb: (err: any, data?: SearchStepsCommandOutput) => void,
1865
1700
  ): void;
1866
1701
  searchSteps(
1867
1702
  args: SearchStepsCommandInput,
1868
1703
  options: __HttpHandlerOptions,
1869
- cb: (err: any, data?: SearchStepsCommandOutput) => void
1704
+ cb: (err: any, data?: SearchStepsCommandOutput) => void,
1870
1705
  ): void;
1871
1706
  searchTasks(
1872
1707
  args: SearchTasksCommandInput,
1873
- options?: __HttpHandlerOptions
1708
+ options?: __HttpHandlerOptions,
1874
1709
  ): Promise<SearchTasksCommandOutput>;
1875
1710
  searchTasks(
1876
1711
  args: SearchTasksCommandInput,
1877
- cb: (err: any, data?: SearchTasksCommandOutput) => void
1712
+ cb: (err: any, data?: SearchTasksCommandOutput) => void,
1878
1713
  ): void;
1879
1714
  searchTasks(
1880
1715
  args: SearchTasksCommandInput,
1881
1716
  options: __HttpHandlerOptions,
1882
- cb: (err: any, data?: SearchTasksCommandOutput) => void
1717
+ cb: (err: any, data?: SearchTasksCommandOutput) => void,
1883
1718
  ): void;
1884
1719
  searchWorkers(
1885
1720
  args: SearchWorkersCommandInput,
1886
- options?: __HttpHandlerOptions
1721
+ options?: __HttpHandlerOptions,
1887
1722
  ): Promise<SearchWorkersCommandOutput>;
1888
1723
  searchWorkers(
1889
1724
  args: SearchWorkersCommandInput,
1890
- cb: (err: any, data?: SearchWorkersCommandOutput) => void
1725
+ cb: (err: any, data?: SearchWorkersCommandOutput) => void,
1891
1726
  ): void;
1892
1727
  searchWorkers(
1893
1728
  args: SearchWorkersCommandInput,
1894
1729
  options: __HttpHandlerOptions,
1895
- cb: (err: any, data?: SearchWorkersCommandOutput) => void
1730
+ cb: (err: any, data?: SearchWorkersCommandOutput) => void,
1896
1731
  ): void;
1897
1732
  startSessionsStatisticsAggregation(
1898
1733
  args: StartSessionsStatisticsAggregationCommandInput,
1899
- options?: __HttpHandlerOptions
1734
+ options?: __HttpHandlerOptions,
1900
1735
  ): Promise<StartSessionsStatisticsAggregationCommandOutput>;
1901
1736
  startSessionsStatisticsAggregation(
1902
1737
  args: StartSessionsStatisticsAggregationCommandInput,
1903
- cb: (
1904
- err: any,
1905
- data?: StartSessionsStatisticsAggregationCommandOutput
1906
- ) => void
1738
+ cb: (err: any, data?: StartSessionsStatisticsAggregationCommandOutput) => void,
1907
1739
  ): void;
1908
1740
  startSessionsStatisticsAggregation(
1909
1741
  args: StartSessionsStatisticsAggregationCommandInput,
1910
1742
  options: __HttpHandlerOptions,
1911
- cb: (
1912
- err: any,
1913
- data?: StartSessionsStatisticsAggregationCommandOutput
1914
- ) => void
1743
+ cb: (err: any, data?: StartSessionsStatisticsAggregationCommandOutput) => void,
1915
1744
  ): void;
1916
1745
  tagResource(
1917
1746
  args: TagResourceCommandInput,
1918
- options?: __HttpHandlerOptions
1747
+ options?: __HttpHandlerOptions,
1919
1748
  ): Promise<TagResourceCommandOutput>;
1920
1749
  tagResource(
1921
1750
  args: TagResourceCommandInput,
1922
- cb: (err: any, data?: TagResourceCommandOutput) => void
1751
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1923
1752
  ): void;
1924
1753
  tagResource(
1925
1754
  args: TagResourceCommandInput,
1926
1755
  options: __HttpHandlerOptions,
1927
- cb: (err: any, data?: TagResourceCommandOutput) => void
1756
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1928
1757
  ): void;
1929
1758
  untagResource(
1930
1759
  args: UntagResourceCommandInput,
1931
- options?: __HttpHandlerOptions
1760
+ options?: __HttpHandlerOptions,
1932
1761
  ): Promise<UntagResourceCommandOutput>;
1933
1762
  untagResource(
1934
1763
  args: UntagResourceCommandInput,
1935
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1764
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1936
1765
  ): void;
1937
1766
  untagResource(
1938
1767
  args: UntagResourceCommandInput,
1939
1768
  options: __HttpHandlerOptions,
1940
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1769
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1941
1770
  ): void;
1942
1771
  updateBudget(
1943
1772
  args: UpdateBudgetCommandInput,
1944
- options?: __HttpHandlerOptions
1773
+ options?: __HttpHandlerOptions,
1945
1774
  ): Promise<UpdateBudgetCommandOutput>;
1946
1775
  updateBudget(
1947
1776
  args: UpdateBudgetCommandInput,
1948
- cb: (err: any, data?: UpdateBudgetCommandOutput) => void
1777
+ cb: (err: any, data?: UpdateBudgetCommandOutput) => void,
1949
1778
  ): void;
1950
1779
  updateBudget(
1951
1780
  args: UpdateBudgetCommandInput,
1952
1781
  options: __HttpHandlerOptions,
1953
- cb: (err: any, data?: UpdateBudgetCommandOutput) => void
1782
+ cb: (err: any, data?: UpdateBudgetCommandOutput) => void,
1954
1783
  ): void;
1955
1784
  updateFarm(
1956
1785
  args: UpdateFarmCommandInput,
1957
- options?: __HttpHandlerOptions
1786
+ options?: __HttpHandlerOptions,
1958
1787
  ): Promise<UpdateFarmCommandOutput>;
1959
1788
  updateFarm(
1960
1789
  args: UpdateFarmCommandInput,
1961
- cb: (err: any, data?: UpdateFarmCommandOutput) => void
1790
+ cb: (err: any, data?: UpdateFarmCommandOutput) => void,
1962
1791
  ): void;
1963
1792
  updateFarm(
1964
1793
  args: UpdateFarmCommandInput,
1965
1794
  options: __HttpHandlerOptions,
1966
- cb: (err: any, data?: UpdateFarmCommandOutput) => void
1795
+ cb: (err: any, data?: UpdateFarmCommandOutput) => void,
1967
1796
  ): void;
1968
1797
  updateFleet(
1969
1798
  args: UpdateFleetCommandInput,
1970
- options?: __HttpHandlerOptions
1799
+ options?: __HttpHandlerOptions,
1971
1800
  ): Promise<UpdateFleetCommandOutput>;
1972
1801
  updateFleet(
1973
1802
  args: UpdateFleetCommandInput,
1974
- cb: (err: any, data?: UpdateFleetCommandOutput) => void
1803
+ cb: (err: any, data?: UpdateFleetCommandOutput) => void,
1975
1804
  ): void;
1976
1805
  updateFleet(
1977
1806
  args: UpdateFleetCommandInput,
1978
1807
  options: __HttpHandlerOptions,
1979
- cb: (err: any, data?: UpdateFleetCommandOutput) => void
1808
+ cb: (err: any, data?: UpdateFleetCommandOutput) => void,
1980
1809
  ): void;
1981
1810
  updateJob(
1982
1811
  args: UpdateJobCommandInput,
1983
- options?: __HttpHandlerOptions
1812
+ options?: __HttpHandlerOptions,
1984
1813
  ): Promise<UpdateJobCommandOutput>;
1985
1814
  updateJob(
1986
1815
  args: UpdateJobCommandInput,
1987
- cb: (err: any, data?: UpdateJobCommandOutput) => void
1816
+ cb: (err: any, data?: UpdateJobCommandOutput) => void,
1988
1817
  ): void;
1989
1818
  updateJob(
1990
1819
  args: UpdateJobCommandInput,
1991
1820
  options: __HttpHandlerOptions,
1992
- cb: (err: any, data?: UpdateJobCommandOutput) => void
1821
+ cb: (err: any, data?: UpdateJobCommandOutput) => void,
1993
1822
  ): void;
1994
1823
  updateLimit(
1995
1824
  args: UpdateLimitCommandInput,
1996
- options?: __HttpHandlerOptions
1825
+ options?: __HttpHandlerOptions,
1997
1826
  ): Promise<UpdateLimitCommandOutput>;
1998
1827
  updateLimit(
1999
1828
  args: UpdateLimitCommandInput,
2000
- cb: (err: any, data?: UpdateLimitCommandOutput) => void
1829
+ cb: (err: any, data?: UpdateLimitCommandOutput) => void,
2001
1830
  ): void;
2002
1831
  updateLimit(
2003
1832
  args: UpdateLimitCommandInput,
2004
1833
  options: __HttpHandlerOptions,
2005
- cb: (err: any, data?: UpdateLimitCommandOutput) => void
1834
+ cb: (err: any, data?: UpdateLimitCommandOutput) => void,
2006
1835
  ): void;
2007
1836
  updateMonitor(
2008
1837
  args: UpdateMonitorCommandInput,
2009
- options?: __HttpHandlerOptions
1838
+ options?: __HttpHandlerOptions,
2010
1839
  ): Promise<UpdateMonitorCommandOutput>;
2011
1840
  updateMonitor(
2012
1841
  args: UpdateMonitorCommandInput,
2013
- cb: (err: any, data?: UpdateMonitorCommandOutput) => void
1842
+ cb: (err: any, data?: UpdateMonitorCommandOutput) => void,
2014
1843
  ): void;
2015
1844
  updateMonitor(
2016
1845
  args: UpdateMonitorCommandInput,
2017
1846
  options: __HttpHandlerOptions,
2018
- cb: (err: any, data?: UpdateMonitorCommandOutput) => void
1847
+ cb: (err: any, data?: UpdateMonitorCommandOutput) => void,
2019
1848
  ): void;
2020
1849
  updateMonitorSettings(
2021
1850
  args: UpdateMonitorSettingsCommandInput,
2022
- options?: __HttpHandlerOptions
1851
+ options?: __HttpHandlerOptions,
2023
1852
  ): Promise<UpdateMonitorSettingsCommandOutput>;
2024
1853
  updateMonitorSettings(
2025
1854
  args: UpdateMonitorSettingsCommandInput,
2026
- cb: (err: any, data?: UpdateMonitorSettingsCommandOutput) => void
1855
+ cb: (err: any, data?: UpdateMonitorSettingsCommandOutput) => void,
2027
1856
  ): void;
2028
1857
  updateMonitorSettings(
2029
1858
  args: UpdateMonitorSettingsCommandInput,
2030
1859
  options: __HttpHandlerOptions,
2031
- cb: (err: any, data?: UpdateMonitorSettingsCommandOutput) => void
1860
+ cb: (err: any, data?: UpdateMonitorSettingsCommandOutput) => void,
2032
1861
  ): void;
2033
1862
  updateQueue(
2034
1863
  args: UpdateQueueCommandInput,
2035
- options?: __HttpHandlerOptions
1864
+ options?: __HttpHandlerOptions,
2036
1865
  ): Promise<UpdateQueueCommandOutput>;
2037
1866
  updateQueue(
2038
1867
  args: UpdateQueueCommandInput,
2039
- cb: (err: any, data?: UpdateQueueCommandOutput) => void
1868
+ cb: (err: any, data?: UpdateQueueCommandOutput) => void,
2040
1869
  ): void;
2041
1870
  updateQueue(
2042
1871
  args: UpdateQueueCommandInput,
2043
1872
  options: __HttpHandlerOptions,
2044
- cb: (err: any, data?: UpdateQueueCommandOutput) => void
1873
+ cb: (err: any, data?: UpdateQueueCommandOutput) => void,
2045
1874
  ): void;
2046
1875
  updateQueueEnvironment(
2047
1876
  args: UpdateQueueEnvironmentCommandInput,
2048
- options?: __HttpHandlerOptions
1877
+ options?: __HttpHandlerOptions,
2049
1878
  ): Promise<UpdateQueueEnvironmentCommandOutput>;
2050
1879
  updateQueueEnvironment(
2051
1880
  args: UpdateQueueEnvironmentCommandInput,
2052
- cb: (err: any, data?: UpdateQueueEnvironmentCommandOutput) => void
1881
+ cb: (err: any, data?: UpdateQueueEnvironmentCommandOutput) => void,
2053
1882
  ): void;
2054
1883
  updateQueueEnvironment(
2055
1884
  args: UpdateQueueEnvironmentCommandInput,
2056
1885
  options: __HttpHandlerOptions,
2057
- cb: (err: any, data?: UpdateQueueEnvironmentCommandOutput) => void
1886
+ cb: (err: any, data?: UpdateQueueEnvironmentCommandOutput) => void,
2058
1887
  ): void;
2059
1888
  updateQueueFleetAssociation(
2060
1889
  args: UpdateQueueFleetAssociationCommandInput,
2061
- options?: __HttpHandlerOptions
1890
+ options?: __HttpHandlerOptions,
2062
1891
  ): Promise<UpdateQueueFleetAssociationCommandOutput>;
2063
1892
  updateQueueFleetAssociation(
2064
1893
  args: UpdateQueueFleetAssociationCommandInput,
2065
- cb: (err: any, data?: UpdateQueueFleetAssociationCommandOutput) => void
1894
+ cb: (err: any, data?: UpdateQueueFleetAssociationCommandOutput) => void,
2066
1895
  ): void;
2067
1896
  updateQueueFleetAssociation(
2068
1897
  args: UpdateQueueFleetAssociationCommandInput,
2069
1898
  options: __HttpHandlerOptions,
2070
- cb: (err: any, data?: UpdateQueueFleetAssociationCommandOutput) => void
1899
+ cb: (err: any, data?: UpdateQueueFleetAssociationCommandOutput) => void,
2071
1900
  ): void;
2072
1901
  updateQueueLimitAssociation(
2073
1902
  args: UpdateQueueLimitAssociationCommandInput,
2074
- options?: __HttpHandlerOptions
1903
+ options?: __HttpHandlerOptions,
2075
1904
  ): Promise<UpdateQueueLimitAssociationCommandOutput>;
2076
1905
  updateQueueLimitAssociation(
2077
1906
  args: UpdateQueueLimitAssociationCommandInput,
2078
- cb: (err: any, data?: UpdateQueueLimitAssociationCommandOutput) => void
1907
+ cb: (err: any, data?: UpdateQueueLimitAssociationCommandOutput) => void,
2079
1908
  ): void;
2080
1909
  updateQueueLimitAssociation(
2081
1910
  args: UpdateQueueLimitAssociationCommandInput,
2082
1911
  options: __HttpHandlerOptions,
2083
- cb: (err: any, data?: UpdateQueueLimitAssociationCommandOutput) => void
1912
+ cb: (err: any, data?: UpdateQueueLimitAssociationCommandOutput) => void,
2084
1913
  ): void;
2085
1914
  updateSession(
2086
1915
  args: UpdateSessionCommandInput,
2087
- options?: __HttpHandlerOptions
1916
+ options?: __HttpHandlerOptions,
2088
1917
  ): Promise<UpdateSessionCommandOutput>;
2089
1918
  updateSession(
2090
1919
  args: UpdateSessionCommandInput,
2091
- cb: (err: any, data?: UpdateSessionCommandOutput) => void
1920
+ cb: (err: any, data?: UpdateSessionCommandOutput) => void,
2092
1921
  ): void;
2093
1922
  updateSession(
2094
1923
  args: UpdateSessionCommandInput,
2095
1924
  options: __HttpHandlerOptions,
2096
- cb: (err: any, data?: UpdateSessionCommandOutput) => void
1925
+ cb: (err: any, data?: UpdateSessionCommandOutput) => void,
2097
1926
  ): void;
2098
1927
  updateStep(
2099
1928
  args: UpdateStepCommandInput,
2100
- options?: __HttpHandlerOptions
1929
+ options?: __HttpHandlerOptions,
2101
1930
  ): Promise<UpdateStepCommandOutput>;
2102
1931
  updateStep(
2103
1932
  args: UpdateStepCommandInput,
2104
- cb: (err: any, data?: UpdateStepCommandOutput) => void
1933
+ cb: (err: any, data?: UpdateStepCommandOutput) => void,
2105
1934
  ): void;
2106
1935
  updateStep(
2107
1936
  args: UpdateStepCommandInput,
2108
1937
  options: __HttpHandlerOptions,
2109
- cb: (err: any, data?: UpdateStepCommandOutput) => void
1938
+ cb: (err: any, data?: UpdateStepCommandOutput) => void,
2110
1939
  ): void;
2111
1940
  updateStorageProfile(
2112
1941
  args: UpdateStorageProfileCommandInput,
2113
- options?: __HttpHandlerOptions
1942
+ options?: __HttpHandlerOptions,
2114
1943
  ): Promise<UpdateStorageProfileCommandOutput>;
2115
1944
  updateStorageProfile(
2116
1945
  args: UpdateStorageProfileCommandInput,
2117
- cb: (err: any, data?: UpdateStorageProfileCommandOutput) => void
1946
+ cb: (err: any, data?: UpdateStorageProfileCommandOutput) => void,
2118
1947
  ): void;
2119
1948
  updateStorageProfile(
2120
1949
  args: UpdateStorageProfileCommandInput,
2121
1950
  options: __HttpHandlerOptions,
2122
- cb: (err: any, data?: UpdateStorageProfileCommandOutput) => void
1951
+ cb: (err: any, data?: UpdateStorageProfileCommandOutput) => void,
2123
1952
  ): void;
2124
1953
  updateTask(
2125
1954
  args: UpdateTaskCommandInput,
2126
- options?: __HttpHandlerOptions
1955
+ options?: __HttpHandlerOptions,
2127
1956
  ): Promise<UpdateTaskCommandOutput>;
2128
1957
  updateTask(
2129
1958
  args: UpdateTaskCommandInput,
2130
- cb: (err: any, data?: UpdateTaskCommandOutput) => void
1959
+ cb: (err: any, data?: UpdateTaskCommandOutput) => void,
2131
1960
  ): void;
2132
1961
  updateTask(
2133
1962
  args: UpdateTaskCommandInput,
2134
1963
  options: __HttpHandlerOptions,
2135
- cb: (err: any, data?: UpdateTaskCommandOutput) => void
1964
+ cb: (err: any, data?: UpdateTaskCommandOutput) => void,
2136
1965
  ): void;
2137
1966
  updateWorker(
2138
1967
  args: UpdateWorkerCommandInput,
2139
- options?: __HttpHandlerOptions
1968
+ options?: __HttpHandlerOptions,
2140
1969
  ): Promise<UpdateWorkerCommandOutput>;
2141
1970
  updateWorker(
2142
1971
  args: UpdateWorkerCommandInput,
2143
- cb: (err: any, data?: UpdateWorkerCommandOutput) => void
1972
+ cb: (err: any, data?: UpdateWorkerCommandOutput) => void,
2144
1973
  ): void;
2145
1974
  updateWorker(
2146
1975
  args: UpdateWorkerCommandInput,
2147
1976
  options: __HttpHandlerOptions,
2148
- cb: (err: any, data?: UpdateWorkerCommandOutput) => void
1977
+ cb: (err: any, data?: UpdateWorkerCommandOutput) => void,
2149
1978
  ): void;
2150
1979
  updateWorkerSchedule(
2151
1980
  args: UpdateWorkerScheduleCommandInput,
2152
- options?: __HttpHandlerOptions
1981
+ options?: __HttpHandlerOptions,
2153
1982
  ): Promise<UpdateWorkerScheduleCommandOutput>;
2154
1983
  updateWorkerSchedule(
2155
1984
  args: UpdateWorkerScheduleCommandInput,
2156
- cb: (err: any, data?: UpdateWorkerScheduleCommandOutput) => void
1985
+ cb: (err: any, data?: UpdateWorkerScheduleCommandOutput) => void,
2157
1986
  ): void;
2158
1987
  updateWorkerSchedule(
2159
1988
  args: UpdateWorkerScheduleCommandInput,
2160
1989
  options: __HttpHandlerOptions,
2161
- cb: (err: any, data?: UpdateWorkerScheduleCommandOutput) => void
1990
+ cb: (err: any, data?: UpdateWorkerScheduleCommandOutput) => void,
2162
1991
  ): void;
2163
1992
  paginateGetSessionsStatisticsAggregation(
2164
1993
  args: GetSessionsStatisticsAggregationCommandInput,
2165
1994
  paginationConfig?: Pick<
2166
1995
  PaginationConfiguration,
2167
1996
  Exclude<keyof PaginationConfiguration, "client">
2168
- >
1997
+ >,
2169
1998
  ): Paginator<GetSessionsStatisticsAggregationCommandOutput>;
2170
1999
  paginateListAvailableMeteredProducts(
2171
2000
  args?: ListAvailableMeteredProductsCommandInput,
2172
2001
  paginationConfig?: Pick<
2173
2002
  PaginationConfiguration,
2174
2003
  Exclude<keyof PaginationConfiguration, "client">
2175
- >
2004
+ >,
2176
2005
  ): Paginator<ListAvailableMeteredProductsCommandOutput>;
2177
2006
  paginateListBudgets(
2178
2007
  args: ListBudgetsCommandInput,
2179
2008
  paginationConfig?: Pick<
2180
2009
  PaginationConfiguration,
2181
2010
  Exclude<keyof PaginationConfiguration, "client">
2182
- >
2011
+ >,
2183
2012
  ): Paginator<ListBudgetsCommandOutput>;
2184
2013
  paginateListFarmMembers(
2185
2014
  args: ListFarmMembersCommandInput,
2186
2015
  paginationConfig?: Pick<
2187
2016
  PaginationConfiguration,
2188
2017
  Exclude<keyof PaginationConfiguration, "client">
2189
- >
2018
+ >,
2190
2019
  ): Paginator<ListFarmMembersCommandOutput>;
2191
2020
  paginateListFarms(
2192
2021
  args?: ListFarmsCommandInput,
2193
2022
  paginationConfig?: Pick<
2194
2023
  PaginationConfiguration,
2195
2024
  Exclude<keyof PaginationConfiguration, "client">
2196
- >
2025
+ >,
2197
2026
  ): Paginator<ListFarmsCommandOutput>;
2198
2027
  paginateListFleetMembers(
2199
2028
  args: ListFleetMembersCommandInput,
2200
2029
  paginationConfig?: Pick<
2201
2030
  PaginationConfiguration,
2202
2031
  Exclude<keyof PaginationConfiguration, "client">
2203
- >
2032
+ >,
2204
2033
  ): Paginator<ListFleetMembersCommandOutput>;
2205
2034
  paginateListFleets(
2206
2035
  args: ListFleetsCommandInput,
2207
2036
  paginationConfig?: Pick<
2208
2037
  PaginationConfiguration,
2209
2038
  Exclude<keyof PaginationConfiguration, "client">
2210
- >
2039
+ >,
2211
2040
  ): Paginator<ListFleetsCommandOutput>;
2212
2041
  paginateListJobMembers(
2213
2042
  args: ListJobMembersCommandInput,
2214
2043
  paginationConfig?: Pick<
2215
2044
  PaginationConfiguration,
2216
2045
  Exclude<keyof PaginationConfiguration, "client">
2217
- >
2046
+ >,
2218
2047
  ): Paginator<ListJobMembersCommandOutput>;
2219
2048
  paginateListJobParameterDefinitions(
2220
2049
  args: ListJobParameterDefinitionsCommandInput,
2221
2050
  paginationConfig?: Pick<
2222
2051
  PaginationConfiguration,
2223
2052
  Exclude<keyof PaginationConfiguration, "client">
2224
- >
2053
+ >,
2225
2054
  ): Paginator<ListJobParameterDefinitionsCommandOutput>;
2226
2055
  paginateListJobs(
2227
2056
  args: ListJobsCommandInput,
2228
2057
  paginationConfig?: Pick<
2229
2058
  PaginationConfiguration,
2230
2059
  Exclude<keyof PaginationConfiguration, "client">
2231
- >
2060
+ >,
2232
2061
  ): Paginator<ListJobsCommandOutput>;
2233
2062
  paginateListLicenseEndpoints(
2234
2063
  args?: ListLicenseEndpointsCommandInput,
2235
2064
  paginationConfig?: Pick<
2236
2065
  PaginationConfiguration,
2237
2066
  Exclude<keyof PaginationConfiguration, "client">
2238
- >
2067
+ >,
2239
2068
  ): Paginator<ListLicenseEndpointsCommandOutput>;
2240
2069
  paginateListLimits(
2241
2070
  args: ListLimitsCommandInput,
2242
2071
  paginationConfig?: Pick<
2243
2072
  PaginationConfiguration,
2244
2073
  Exclude<keyof PaginationConfiguration, "client">
2245
- >
2074
+ >,
2246
2075
  ): Paginator<ListLimitsCommandOutput>;
2247
2076
  paginateListMeteredProducts(
2248
2077
  args: ListMeteredProductsCommandInput,
2249
2078
  paginationConfig?: Pick<
2250
2079
  PaginationConfiguration,
2251
2080
  Exclude<keyof PaginationConfiguration, "client">
2252
- >
2081
+ >,
2253
2082
  ): Paginator<ListMeteredProductsCommandOutput>;
2254
2083
  paginateListMonitors(
2255
2084
  args?: ListMonitorsCommandInput,
2256
2085
  paginationConfig?: Pick<
2257
2086
  PaginationConfiguration,
2258
2087
  Exclude<keyof PaginationConfiguration, "client">
2259
- >
2088
+ >,
2260
2089
  ): Paginator<ListMonitorsCommandOutput>;
2261
2090
  paginateListQueueEnvironments(
2262
2091
  args: ListQueueEnvironmentsCommandInput,
2263
2092
  paginationConfig?: Pick<
2264
2093
  PaginationConfiguration,
2265
2094
  Exclude<keyof PaginationConfiguration, "client">
2266
- >
2095
+ >,
2267
2096
  ): Paginator<ListQueueEnvironmentsCommandOutput>;
2268
2097
  paginateListQueueFleetAssociations(
2269
2098
  args: ListQueueFleetAssociationsCommandInput,
2270
2099
  paginationConfig?: Pick<
2271
2100
  PaginationConfiguration,
2272
2101
  Exclude<keyof PaginationConfiguration, "client">
2273
- >
2102
+ >,
2274
2103
  ): Paginator<ListQueueFleetAssociationsCommandOutput>;
2275
2104
  paginateListQueueLimitAssociations(
2276
2105
  args: ListQueueLimitAssociationsCommandInput,
2277
2106
  paginationConfig?: Pick<
2278
2107
  PaginationConfiguration,
2279
2108
  Exclude<keyof PaginationConfiguration, "client">
2280
- >
2109
+ >,
2281
2110
  ): Paginator<ListQueueLimitAssociationsCommandOutput>;
2282
2111
  paginateListQueueMembers(
2283
2112
  args: ListQueueMembersCommandInput,
2284
2113
  paginationConfig?: Pick<
2285
2114
  PaginationConfiguration,
2286
2115
  Exclude<keyof PaginationConfiguration, "client">
2287
- >
2116
+ >,
2288
2117
  ): Paginator<ListQueueMembersCommandOutput>;
2289
2118
  paginateListQueues(
2290
2119
  args: ListQueuesCommandInput,
2291
2120
  paginationConfig?: Pick<
2292
2121
  PaginationConfiguration,
2293
2122
  Exclude<keyof PaginationConfiguration, "client">
2294
- >
2123
+ >,
2295
2124
  ): Paginator<ListQueuesCommandOutput>;
2296
2125
  paginateListSessionActions(
2297
2126
  args: ListSessionActionsCommandInput,
2298
2127
  paginationConfig?: Pick<
2299
2128
  PaginationConfiguration,
2300
2129
  Exclude<keyof PaginationConfiguration, "client">
2301
- >
2130
+ >,
2302
2131
  ): Paginator<ListSessionActionsCommandOutput>;
2303
2132
  paginateListSessions(
2304
2133
  args: ListSessionsCommandInput,
2305
2134
  paginationConfig?: Pick<
2306
2135
  PaginationConfiguration,
2307
2136
  Exclude<keyof PaginationConfiguration, "client">
2308
- >
2137
+ >,
2309
2138
  ): Paginator<ListSessionsCommandOutput>;
2310
2139
  paginateListSessionsForWorker(
2311
2140
  args: ListSessionsForWorkerCommandInput,
2312
2141
  paginationConfig?: Pick<
2313
2142
  PaginationConfiguration,
2314
2143
  Exclude<keyof PaginationConfiguration, "client">
2315
- >
2144
+ >,
2316
2145
  ): Paginator<ListSessionsForWorkerCommandOutput>;
2317
2146
  paginateListStepConsumers(
2318
2147
  args: ListStepConsumersCommandInput,
2319
2148
  paginationConfig?: Pick<
2320
2149
  PaginationConfiguration,
2321
2150
  Exclude<keyof PaginationConfiguration, "client">
2322
- >
2151
+ >,
2323
2152
  ): Paginator<ListStepConsumersCommandOutput>;
2324
2153
  paginateListStepDependencies(
2325
2154
  args: ListStepDependenciesCommandInput,
2326
2155
  paginationConfig?: Pick<
2327
2156
  PaginationConfiguration,
2328
2157
  Exclude<keyof PaginationConfiguration, "client">
2329
- >
2158
+ >,
2330
2159
  ): Paginator<ListStepDependenciesCommandOutput>;
2331
2160
  paginateListSteps(
2332
2161
  args: ListStepsCommandInput,
2333
2162
  paginationConfig?: Pick<
2334
2163
  PaginationConfiguration,
2335
2164
  Exclude<keyof PaginationConfiguration, "client">
2336
- >
2165
+ >,
2337
2166
  ): Paginator<ListStepsCommandOutput>;
2338
2167
  paginateListStorageProfiles(
2339
2168
  args: ListStorageProfilesCommandInput,
2340
2169
  paginationConfig?: Pick<
2341
2170
  PaginationConfiguration,
2342
2171
  Exclude<keyof PaginationConfiguration, "client">
2343
- >
2172
+ >,
2344
2173
  ): Paginator<ListStorageProfilesCommandOutput>;
2345
2174
  paginateListStorageProfilesForQueue(
2346
2175
  args: ListStorageProfilesForQueueCommandInput,
2347
2176
  paginationConfig?: Pick<
2348
2177
  PaginationConfiguration,
2349
2178
  Exclude<keyof PaginationConfiguration, "client">
2350
- >
2179
+ >,
2351
2180
  ): Paginator<ListStorageProfilesForQueueCommandOutput>;
2352
2181
  paginateListTasks(
2353
2182
  args: ListTasksCommandInput,
2354
2183
  paginationConfig?: Pick<
2355
2184
  PaginationConfiguration,
2356
2185
  Exclude<keyof PaginationConfiguration, "client">
2357
- >
2186
+ >,
2358
2187
  ): Paginator<ListTasksCommandOutput>;
2359
2188
  paginateListVolumes(
2360
2189
  args: ListVolumesCommandInput,
2361
2190
  paginationConfig?: Pick<
2362
2191
  PaginationConfiguration,
2363
2192
  Exclude<keyof PaginationConfiguration, "client">
2364
- >
2193
+ >,
2365
2194
  ): Paginator<ListVolumesCommandOutput>;
2366
2195
  paginateListWorkers(
2367
2196
  args: ListWorkersCommandInput,
2368
2197
  paginationConfig?: Pick<
2369
2198
  PaginationConfiguration,
2370
2199
  Exclude<keyof PaginationConfiguration, "client">
2371
- >
2200
+ >,
2372
2201
  ): Paginator<ListWorkersCommandOutput>;
2373
2202
  waitUntilFleetActive(
2374
2203
  args: GetFleetCommandInput,
2375
2204
  waiterConfig:
2376
2205
  | number
2377
- | Pick<
2378
- WaiterConfiguration<Deadline>,
2379
- Exclude<keyof WaiterConfiguration<Deadline>, "client">
2380
- >
2206
+ | Pick<WaiterConfiguration<Deadline>, Exclude<keyof WaiterConfiguration<Deadline>, "client">>,
2381
2207
  ): Promise<WaiterResult<GetFleetCommandOutput>>;
2382
2208
  waitUntilJobCreateComplete(
2383
2209
  args: GetJobCommandInput,
2384
2210
  waiterConfig:
2385
2211
  | number
2386
- | Pick<
2387
- WaiterConfiguration<Deadline>,
2388
- Exclude<keyof WaiterConfiguration<Deadline>, "client">
2389
- >
2212
+ | Pick<WaiterConfiguration<Deadline>, Exclude<keyof WaiterConfiguration<Deadline>, "client">>,
2390
2213
  ): Promise<WaiterResult<GetJobCommandOutput>>;
2391
2214
  waitUntilJobComplete(
2392
2215
  args: GetJobCommandInput,
2393
2216
  waiterConfig:
2394
2217
  | number
2395
- | Pick<
2396
- WaiterConfiguration<Deadline>,
2397
- Exclude<keyof WaiterConfiguration<Deadline>, "client">
2398
- >
2218
+ | Pick<WaiterConfiguration<Deadline>, Exclude<keyof WaiterConfiguration<Deadline>, "client">>,
2399
2219
  ): Promise<WaiterResult<GetJobCommandOutput>>;
2400
2220
  waitUntilJobSucceeded(
2401
2221
  args: GetJobCommandInput,
2402
2222
  waiterConfig:
2403
2223
  | number
2404
- | Pick<
2405
- WaiterConfiguration<Deadline>,
2406
- Exclude<keyof WaiterConfiguration<Deadline>, "client">
2407
- >
2224
+ | Pick<WaiterConfiguration<Deadline>, Exclude<keyof WaiterConfiguration<Deadline>, "client">>,
2408
2225
  ): Promise<WaiterResult<GetJobCommandOutput>>;
2409
2226
  waitUntilLicenseEndpointValid(
2410
2227
  args: GetLicenseEndpointCommandInput,
2411
2228
  waiterConfig:
2412
2229
  | number
2413
- | Pick<
2414
- WaiterConfiguration<Deadline>,
2415
- Exclude<keyof WaiterConfiguration<Deadline>, "client">
2416
- >
2230
+ | Pick<WaiterConfiguration<Deadline>, Exclude<keyof WaiterConfiguration<Deadline>, "client">>,
2417
2231
  ): Promise<WaiterResult<GetLicenseEndpointCommandOutput>>;
2418
2232
  waitUntilLicenseEndpointDeleted(
2419
2233
  args: GetLicenseEndpointCommandInput,
2420
2234
  waiterConfig:
2421
2235
  | number
2422
- | Pick<
2423
- WaiterConfiguration<Deadline>,
2424
- Exclude<keyof WaiterConfiguration<Deadline>, "client">
2425
- >
2236
+ | Pick<WaiterConfiguration<Deadline>, Exclude<keyof WaiterConfiguration<Deadline>, "client">>,
2426
2237
  ): Promise<WaiterResult<ResourceNotFoundException>>;
2427
2238
  waitUntilQueueSchedulingBlocked(
2428
2239
  args: GetQueueCommandInput,
2429
2240
  waiterConfig:
2430
2241
  | number
2431
- | Pick<
2432
- WaiterConfiguration<Deadline>,
2433
- Exclude<keyof WaiterConfiguration<Deadline>, "client">
2434
- >
2242
+ | Pick<WaiterConfiguration<Deadline>, Exclude<keyof WaiterConfiguration<Deadline>, "client">>,
2435
2243
  ): Promise<WaiterResult<GetQueueCommandOutput>>;
2436
2244
  waitUntilQueueScheduling(
2437
2245
  args: GetQueueCommandInput,
2438
2246
  waiterConfig:
2439
2247
  | number
2440
- | Pick<
2441
- WaiterConfiguration<Deadline>,
2442
- Exclude<keyof WaiterConfiguration<Deadline>, "client">
2443
- >
2248
+ | Pick<WaiterConfiguration<Deadline>, Exclude<keyof WaiterConfiguration<Deadline>, "client">>,
2444
2249
  ): Promise<WaiterResult<GetQueueCommandOutput>>;
2445
2250
  waitUntilQueueFleetAssociationStopped(
2446
2251
  args: GetQueueFleetAssociationCommandInput,
2447
2252
  waiterConfig:
2448
2253
  | number
2449
- | Pick<
2450
- WaiterConfiguration<Deadline>,
2451
- Exclude<keyof WaiterConfiguration<Deadline>, "client">
2452
- >
2254
+ | Pick<WaiterConfiguration<Deadline>, Exclude<keyof WaiterConfiguration<Deadline>, "client">>,
2453
2255
  ): Promise<WaiterResult<GetQueueFleetAssociationCommandOutput>>;
2454
2256
  waitUntilQueueLimitAssociationStopped(
2455
2257
  args: GetQueueLimitAssociationCommandInput,
2456
2258
  waiterConfig:
2457
2259
  | number
2458
- | Pick<
2459
- WaiterConfiguration<Deadline>,
2460
- Exclude<keyof WaiterConfiguration<Deadline>, "client">
2461
- >
2260
+ | Pick<WaiterConfiguration<Deadline>, Exclude<keyof WaiterConfiguration<Deadline>, "client">>,
2462
2261
  ): Promise<WaiterResult<GetQueueLimitAssociationCommandOutput>>;
2463
2262
  }
2464
2263
  export declare class Deadline extends DeadlineClient implements Deadline {}