@aws-sdk/client-devops-agent 3.1087.0 → 3.1088.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 (83) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DevOpsAgent.d.ts +212 -262
  3. package/dist-types/ts3.4/DevOpsAgentClient.d.ts +18 -66
  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/AssociateServiceCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateAgentSpaceCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateAssetFileCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateBacklogTaskCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateChatCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteAgentSpaceCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/DeleteAssetFileCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeregisterServiceCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DisableOperatorAppCommand.d.ts +3 -4
  23. package/dist-types/ts3.4/commands/DisassociateServiceCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/EnableOperatorAppCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/GetAccountUsageCommand.d.ts +3 -8
  26. package/dist-types/ts3.4/commands/GetAgentSpaceCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -5
  28. package/dist-types/ts3.4/commands/GetAssetContentCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/GetAssetFileCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/GetAssociationCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/GetBacklogTaskCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/GetOperatorAppCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/ListAgentSpacesCommand.d.ts +3 -8
  37. package/dist-types/ts3.4/commands/ListAssetFilesCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +3 -8
  39. package/dist-types/ts3.4/commands/ListAssetVersionsCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListBacklogTasksCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/ListChatsCommand.d.ts +7 -5
  44. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/ListGoalsCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/ListJournalRecordsCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListPendingMessagesCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +3 -5
  54. package/dist-types/ts3.4/commands/RegisterServiceCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +3 -5
  56. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/UpdateAgentSpaceCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/UpdateAssetFileCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +4 -9
  62. package/dist-types/ts3.4/commands/UpdateBacklogTaskCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/UpdateGoalCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/UpdateOperatorAppIdpConfigCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/UpdateRecommendationCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/ValidateAwsAssociationsCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  70. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  71. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  72. package/dist-types/ts3.4/models/enums.d.ts +11 -22
  73. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  74. package/dist-types/ts3.4/models/models_0.d.ts +6 -18
  75. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  76. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +1 -4
  77. package/dist-types/ts3.4/pagination/ListGoalsPaginator.d.ts +1 -4
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  82. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  83. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  CreateAgentSpaceCommandInput,
12
12
  CreateAgentSpaceCommandOutput,
13
13
  } from "./commands/CreateAgentSpaceCommand";
14
- import {
15
- CreateAssetCommandInput,
16
- CreateAssetCommandOutput,
17
- } from "./commands/CreateAssetCommand";
14
+ import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
18
15
  import {
19
16
  CreateAssetFileCommandInput,
20
17
  CreateAssetFileCommandOutput,
@@ -23,10 +20,7 @@ import {
23
20
  CreateBacklogTaskCommandInput,
24
21
  CreateBacklogTaskCommandOutput,
25
22
  } from "./commands/CreateBacklogTaskCommand";
26
- import {
27
- CreateChatCommandInput,
28
- CreateChatCommandOutput,
29
- } from "./commands/CreateChatCommand";
23
+ import { CreateChatCommandInput, CreateChatCommandOutput } from "./commands/CreateChatCommand";
30
24
  import {
31
25
  CreatePrivateConnectionCommandInput,
32
26
  CreatePrivateConnectionCommandOutput,
@@ -39,10 +33,7 @@ import {
39
33
  DeleteAgentSpaceCommandInput,
40
34
  DeleteAgentSpaceCommandOutput,
41
35
  } from "./commands/DeleteAgentSpaceCommand";
42
- import {
43
- DeleteAssetCommandInput,
44
- DeleteAssetCommandOutput,
45
- } from "./commands/DeleteAssetCommand";
36
+ import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
46
37
  import {
47
38
  DeleteAssetFileCommandInput,
48
39
  DeleteAssetFileCommandOutput,
@@ -83,10 +74,7 @@ import {
83
74
  GetAgentSpaceCommandInput,
84
75
  GetAgentSpaceCommandOutput,
85
76
  } from "./commands/GetAgentSpaceCommand";
86
- import {
87
- GetAssetCommandInput,
88
- GetAssetCommandOutput,
89
- } from "./commands/GetAssetCommand";
77
+ import { GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAssetCommand";
90
78
  import {
91
79
  GetAssetContentCommandInput,
92
80
  GetAssetContentCommandOutput,
@@ -111,14 +99,8 @@ import {
111
99
  GetRecommendationCommandInput,
112
100
  GetRecommendationCommandOutput,
113
101
  } from "./commands/GetRecommendationCommand";
114
- import {
115
- GetServiceCommandInput,
116
- GetServiceCommandOutput,
117
- } from "./commands/GetServiceCommand";
118
- import {
119
- GetTriggerCommandInput,
120
- GetTriggerCommandOutput,
121
- } from "./commands/GetTriggerCommand";
102
+ import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
103
+ import { GetTriggerCommandInput, GetTriggerCommandOutput } from "./commands/GetTriggerCommand";
122
104
  import {
123
105
  ListAgentSpacesCommandInput,
124
106
  ListAgentSpacesCommandOutput,
@@ -127,10 +109,7 @@ import {
127
109
  ListAssetFilesCommandInput,
128
110
  ListAssetFilesCommandOutput,
129
111
  } from "./commands/ListAssetFilesCommand";
130
- import {
131
- ListAssetsCommandInput,
132
- ListAssetsCommandOutput,
133
- } from "./commands/ListAssetsCommand";
112
+ import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
134
113
  import {
135
114
  ListAssetTypesCommandInput,
136
115
  ListAssetTypesCommandOutput,
@@ -147,18 +126,12 @@ import {
147
126
  ListBacklogTasksCommandInput,
148
127
  ListBacklogTasksCommandOutput,
149
128
  } from "./commands/ListBacklogTasksCommand";
150
- import {
151
- ListChatsCommandInput,
152
- ListChatsCommandOutput,
153
- } from "./commands/ListChatsCommand";
129
+ import { ListChatsCommandInput, ListChatsCommandOutput } from "./commands/ListChatsCommand";
154
130
  import {
155
131
  ListExecutionsCommandInput,
156
132
  ListExecutionsCommandOutput,
157
133
  } from "./commands/ListExecutionsCommand";
158
- import {
159
- ListGoalsCommandInput,
160
- ListGoalsCommandOutput,
161
- } from "./commands/ListGoalsCommand";
134
+ import { ListGoalsCommandInput, ListGoalsCommandOutput } from "./commands/ListGoalsCommand";
162
135
  import {
163
136
  ListJournalRecordsCommandInput,
164
137
  ListJournalRecordsCommandOutput,
@@ -195,14 +168,8 @@ import {
195
168
  RegisterServiceCommandInput,
196
169
  RegisterServiceCommandOutput,
197
170
  } from "./commands/RegisterServiceCommand";
198
- import {
199
- SendMessageCommandInput,
200
- SendMessageCommandOutput,
201
- } from "./commands/SendMessageCommand";
202
- import {
203
- TagResourceCommandInput,
204
- TagResourceCommandOutput,
205
- } from "./commands/TagResourceCommand";
171
+ import { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
172
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
206
173
  import {
207
174
  UntagResourceCommandInput,
208
175
  UntagResourceCommandOutput,
@@ -211,10 +178,7 @@ import {
211
178
  UpdateAgentSpaceCommandInput,
212
179
  UpdateAgentSpaceCommandOutput,
213
180
  } from "./commands/UpdateAgentSpaceCommand";
214
- import {
215
- UpdateAssetCommandInput,
216
- UpdateAssetCommandOutput,
217
- } from "./commands/UpdateAssetCommand";
181
+ import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
218
182
  import {
219
183
  UpdateAssetFileCommandInput,
220
184
  UpdateAssetFileCommandOutput,
@@ -227,10 +191,7 @@ import {
227
191
  UpdateBacklogTaskCommandInput,
228
192
  UpdateBacklogTaskCommandOutput,
229
193
  } from "./commands/UpdateBacklogTaskCommand";
230
- import {
231
- UpdateGoalCommandInput,
232
- UpdateGoalCommandOutput,
233
- } from "./commands/UpdateGoalCommand";
194
+ import { UpdateGoalCommandInput, UpdateGoalCommandOutput } from "./commands/UpdateGoalCommand";
234
195
  import {
235
196
  UpdateOperatorAppIdpConfigCommandInput,
236
197
  UpdateOperatorAppIdpConfigCommandOutput,
@@ -255,906 +216,895 @@ import { DevOpsAgentClient } from "./DevOpsAgentClient";
255
216
  export interface DevOpsAgent {
256
217
  associateService(
257
218
  args: AssociateServiceCommandInput,
258
- options?: __HttpHandlerOptions
219
+ options?: __HttpHandlerOptions,
259
220
  ): Promise<AssociateServiceCommandOutput>;
260
221
  associateService(
261
222
  args: AssociateServiceCommandInput,
262
- cb: (err: any, data?: AssociateServiceCommandOutput) => void
223
+ cb: (err: any, data?: AssociateServiceCommandOutput) => void,
263
224
  ): void;
264
225
  associateService(
265
226
  args: AssociateServiceCommandInput,
266
227
  options: __HttpHandlerOptions,
267
- cb: (err: any, data?: AssociateServiceCommandOutput) => void
228
+ cb: (err: any, data?: AssociateServiceCommandOutput) => void,
268
229
  ): void;
269
230
  createAgentSpace(
270
231
  args: CreateAgentSpaceCommandInput,
271
- options?: __HttpHandlerOptions
232
+ options?: __HttpHandlerOptions,
272
233
  ): Promise<CreateAgentSpaceCommandOutput>;
273
234
  createAgentSpace(
274
235
  args: CreateAgentSpaceCommandInput,
275
- cb: (err: any, data?: CreateAgentSpaceCommandOutput) => void
236
+ cb: (err: any, data?: CreateAgentSpaceCommandOutput) => void,
276
237
  ): void;
277
238
  createAgentSpace(
278
239
  args: CreateAgentSpaceCommandInput,
279
240
  options: __HttpHandlerOptions,
280
- cb: (err: any, data?: CreateAgentSpaceCommandOutput) => void
241
+ cb: (err: any, data?: CreateAgentSpaceCommandOutput) => void,
281
242
  ): void;
282
243
  createAsset(
283
244
  args: CreateAssetCommandInput,
284
- options?: __HttpHandlerOptions
245
+ options?: __HttpHandlerOptions,
285
246
  ): Promise<CreateAssetCommandOutput>;
286
247
  createAsset(
287
248
  args: CreateAssetCommandInput,
288
- cb: (err: any, data?: CreateAssetCommandOutput) => void
249
+ cb: (err: any, data?: CreateAssetCommandOutput) => void,
289
250
  ): void;
290
251
  createAsset(
291
252
  args: CreateAssetCommandInput,
292
253
  options: __HttpHandlerOptions,
293
- cb: (err: any, data?: CreateAssetCommandOutput) => void
254
+ cb: (err: any, data?: CreateAssetCommandOutput) => void,
294
255
  ): void;
295
256
  createAssetFile(
296
257
  args: CreateAssetFileCommandInput,
297
- options?: __HttpHandlerOptions
258
+ options?: __HttpHandlerOptions,
298
259
  ): Promise<CreateAssetFileCommandOutput>;
299
260
  createAssetFile(
300
261
  args: CreateAssetFileCommandInput,
301
- cb: (err: any, data?: CreateAssetFileCommandOutput) => void
262
+ cb: (err: any, data?: CreateAssetFileCommandOutput) => void,
302
263
  ): void;
303
264
  createAssetFile(
304
265
  args: CreateAssetFileCommandInput,
305
266
  options: __HttpHandlerOptions,
306
- cb: (err: any, data?: CreateAssetFileCommandOutput) => void
267
+ cb: (err: any, data?: CreateAssetFileCommandOutput) => void,
307
268
  ): void;
308
269
  createBacklogTask(
309
270
  args: CreateBacklogTaskCommandInput,
310
- options?: __HttpHandlerOptions
271
+ options?: __HttpHandlerOptions,
311
272
  ): Promise<CreateBacklogTaskCommandOutput>;
312
273
  createBacklogTask(
313
274
  args: CreateBacklogTaskCommandInput,
314
- cb: (err: any, data?: CreateBacklogTaskCommandOutput) => void
275
+ cb: (err: any, data?: CreateBacklogTaskCommandOutput) => void,
315
276
  ): void;
316
277
  createBacklogTask(
317
278
  args: CreateBacklogTaskCommandInput,
318
279
  options: __HttpHandlerOptions,
319
- cb: (err: any, data?: CreateBacklogTaskCommandOutput) => void
280
+ cb: (err: any, data?: CreateBacklogTaskCommandOutput) => void,
320
281
  ): void;
321
282
  createChat(
322
283
  args: CreateChatCommandInput,
323
- options?: __HttpHandlerOptions
284
+ options?: __HttpHandlerOptions,
324
285
  ): Promise<CreateChatCommandOutput>;
325
286
  createChat(
326
287
  args: CreateChatCommandInput,
327
- cb: (err: any, data?: CreateChatCommandOutput) => void
288
+ cb: (err: any, data?: CreateChatCommandOutput) => void,
328
289
  ): void;
329
290
  createChat(
330
291
  args: CreateChatCommandInput,
331
292
  options: __HttpHandlerOptions,
332
- cb: (err: any, data?: CreateChatCommandOutput) => void
293
+ cb: (err: any, data?: CreateChatCommandOutput) => void,
333
294
  ): void;
334
295
  createPrivateConnection(
335
296
  args: CreatePrivateConnectionCommandInput,
336
- options?: __HttpHandlerOptions
297
+ options?: __HttpHandlerOptions,
337
298
  ): Promise<CreatePrivateConnectionCommandOutput>;
338
299
  createPrivateConnection(
339
300
  args: CreatePrivateConnectionCommandInput,
340
- cb: (err: any, data?: CreatePrivateConnectionCommandOutput) => void
301
+ cb: (err: any, data?: CreatePrivateConnectionCommandOutput) => void,
341
302
  ): void;
342
303
  createPrivateConnection(
343
304
  args: CreatePrivateConnectionCommandInput,
344
305
  options: __HttpHandlerOptions,
345
- cb: (err: any, data?: CreatePrivateConnectionCommandOutput) => void
306
+ cb: (err: any, data?: CreatePrivateConnectionCommandOutput) => void,
346
307
  ): void;
347
308
  createTrigger(
348
309
  args: CreateTriggerCommandInput,
349
- options?: __HttpHandlerOptions
310
+ options?: __HttpHandlerOptions,
350
311
  ): Promise<CreateTriggerCommandOutput>;
351
312
  createTrigger(
352
313
  args: CreateTriggerCommandInput,
353
- cb: (err: any, data?: CreateTriggerCommandOutput) => void
314
+ cb: (err: any, data?: CreateTriggerCommandOutput) => void,
354
315
  ): void;
355
316
  createTrigger(
356
317
  args: CreateTriggerCommandInput,
357
318
  options: __HttpHandlerOptions,
358
- cb: (err: any, data?: CreateTriggerCommandOutput) => void
319
+ cb: (err: any, data?: CreateTriggerCommandOutput) => void,
359
320
  ): void;
360
321
  deleteAgentSpace(
361
322
  args: DeleteAgentSpaceCommandInput,
362
- options?: __HttpHandlerOptions
323
+ options?: __HttpHandlerOptions,
363
324
  ): Promise<DeleteAgentSpaceCommandOutput>;
364
325
  deleteAgentSpace(
365
326
  args: DeleteAgentSpaceCommandInput,
366
- cb: (err: any, data?: DeleteAgentSpaceCommandOutput) => void
327
+ cb: (err: any, data?: DeleteAgentSpaceCommandOutput) => void,
367
328
  ): void;
368
329
  deleteAgentSpace(
369
330
  args: DeleteAgentSpaceCommandInput,
370
331
  options: __HttpHandlerOptions,
371
- cb: (err: any, data?: DeleteAgentSpaceCommandOutput) => void
332
+ cb: (err: any, data?: DeleteAgentSpaceCommandOutput) => void,
372
333
  ): void;
373
334
  deleteAsset(
374
335
  args: DeleteAssetCommandInput,
375
- options?: __HttpHandlerOptions
336
+ options?: __HttpHandlerOptions,
376
337
  ): Promise<DeleteAssetCommandOutput>;
377
338
  deleteAsset(
378
339
  args: DeleteAssetCommandInput,
379
- cb: (err: any, data?: DeleteAssetCommandOutput) => void
340
+ cb: (err: any, data?: DeleteAssetCommandOutput) => void,
380
341
  ): void;
381
342
  deleteAsset(
382
343
  args: DeleteAssetCommandInput,
383
344
  options: __HttpHandlerOptions,
384
- cb: (err: any, data?: DeleteAssetCommandOutput) => void
345
+ cb: (err: any, data?: DeleteAssetCommandOutput) => void,
385
346
  ): void;
386
347
  deleteAssetFile(
387
348
  args: DeleteAssetFileCommandInput,
388
- options?: __HttpHandlerOptions
349
+ options?: __HttpHandlerOptions,
389
350
  ): Promise<DeleteAssetFileCommandOutput>;
390
351
  deleteAssetFile(
391
352
  args: DeleteAssetFileCommandInput,
392
- cb: (err: any, data?: DeleteAssetFileCommandOutput) => void
353
+ cb: (err: any, data?: DeleteAssetFileCommandOutput) => void,
393
354
  ): void;
394
355
  deleteAssetFile(
395
356
  args: DeleteAssetFileCommandInput,
396
357
  options: __HttpHandlerOptions,
397
- cb: (err: any, data?: DeleteAssetFileCommandOutput) => void
358
+ cb: (err: any, data?: DeleteAssetFileCommandOutput) => void,
398
359
  ): void;
399
360
  deletePrivateConnection(
400
361
  args: DeletePrivateConnectionCommandInput,
401
- options?: __HttpHandlerOptions
362
+ options?: __HttpHandlerOptions,
402
363
  ): Promise<DeletePrivateConnectionCommandOutput>;
403
364
  deletePrivateConnection(
404
365
  args: DeletePrivateConnectionCommandInput,
405
- cb: (err: any, data?: DeletePrivateConnectionCommandOutput) => void
366
+ cb: (err: any, data?: DeletePrivateConnectionCommandOutput) => void,
406
367
  ): void;
407
368
  deletePrivateConnection(
408
369
  args: DeletePrivateConnectionCommandInput,
409
370
  options: __HttpHandlerOptions,
410
- cb: (err: any, data?: DeletePrivateConnectionCommandOutput) => void
371
+ cb: (err: any, data?: DeletePrivateConnectionCommandOutput) => void,
411
372
  ): void;
412
373
  deleteTrigger(
413
374
  args: DeleteTriggerCommandInput,
414
- options?: __HttpHandlerOptions
375
+ options?: __HttpHandlerOptions,
415
376
  ): Promise<DeleteTriggerCommandOutput>;
416
377
  deleteTrigger(
417
378
  args: DeleteTriggerCommandInput,
418
- cb: (err: any, data?: DeleteTriggerCommandOutput) => void
379
+ cb: (err: any, data?: DeleteTriggerCommandOutput) => void,
419
380
  ): void;
420
381
  deleteTrigger(
421
382
  args: DeleteTriggerCommandInput,
422
383
  options: __HttpHandlerOptions,
423
- cb: (err: any, data?: DeleteTriggerCommandOutput) => void
384
+ cb: (err: any, data?: DeleteTriggerCommandOutput) => void,
424
385
  ): void;
425
386
  deregisterService(
426
387
  args: DeregisterServiceCommandInput,
427
- options?: __HttpHandlerOptions
388
+ options?: __HttpHandlerOptions,
428
389
  ): Promise<DeregisterServiceCommandOutput>;
429
390
  deregisterService(
430
391
  args: DeregisterServiceCommandInput,
431
- cb: (err: any, data?: DeregisterServiceCommandOutput) => void
392
+ cb: (err: any, data?: DeregisterServiceCommandOutput) => void,
432
393
  ): void;
433
394
  deregisterService(
434
395
  args: DeregisterServiceCommandInput,
435
396
  options: __HttpHandlerOptions,
436
- cb: (err: any, data?: DeregisterServiceCommandOutput) => void
397
+ cb: (err: any, data?: DeregisterServiceCommandOutput) => void,
437
398
  ): void;
438
399
  describePrivateConnection(
439
400
  args: DescribePrivateConnectionCommandInput,
440
- options?: __HttpHandlerOptions
401
+ options?: __HttpHandlerOptions,
441
402
  ): Promise<DescribePrivateConnectionCommandOutput>;
442
403
  describePrivateConnection(
443
404
  args: DescribePrivateConnectionCommandInput,
444
- cb: (err: any, data?: DescribePrivateConnectionCommandOutput) => void
405
+ cb: (err: any, data?: DescribePrivateConnectionCommandOutput) => void,
445
406
  ): void;
446
407
  describePrivateConnection(
447
408
  args: DescribePrivateConnectionCommandInput,
448
409
  options: __HttpHandlerOptions,
449
- cb: (err: any, data?: DescribePrivateConnectionCommandOutput) => void
410
+ cb: (err: any, data?: DescribePrivateConnectionCommandOutput) => void,
450
411
  ): void;
451
412
  disableOperatorApp(
452
413
  args: DisableOperatorAppCommandInput,
453
- options?: __HttpHandlerOptions
414
+ options?: __HttpHandlerOptions,
454
415
  ): Promise<DisableOperatorAppCommandOutput>;
455
416
  disableOperatorApp(
456
417
  args: DisableOperatorAppCommandInput,
457
- cb: (err: any, data?: DisableOperatorAppCommandOutput) => void
418
+ cb: (err: any, data?: DisableOperatorAppCommandOutput) => void,
458
419
  ): void;
459
420
  disableOperatorApp(
460
421
  args: DisableOperatorAppCommandInput,
461
422
  options: __HttpHandlerOptions,
462
- cb: (err: any, data?: DisableOperatorAppCommandOutput) => void
423
+ cb: (err: any, data?: DisableOperatorAppCommandOutput) => void,
463
424
  ): void;
464
425
  disassociateService(
465
426
  args: DisassociateServiceCommandInput,
466
- options?: __HttpHandlerOptions
427
+ options?: __HttpHandlerOptions,
467
428
  ): Promise<DisassociateServiceCommandOutput>;
468
429
  disassociateService(
469
430
  args: DisassociateServiceCommandInput,
470
- cb: (err: any, data?: DisassociateServiceCommandOutput) => void
431
+ cb: (err: any, data?: DisassociateServiceCommandOutput) => void,
471
432
  ): void;
472
433
  disassociateService(
473
434
  args: DisassociateServiceCommandInput,
474
435
  options: __HttpHandlerOptions,
475
- cb: (err: any, data?: DisassociateServiceCommandOutput) => void
436
+ cb: (err: any, data?: DisassociateServiceCommandOutput) => void,
476
437
  ): void;
477
438
  enableOperatorApp(
478
439
  args: EnableOperatorAppCommandInput,
479
- options?: __HttpHandlerOptions
440
+ options?: __HttpHandlerOptions,
480
441
  ): Promise<EnableOperatorAppCommandOutput>;
481
442
  enableOperatorApp(
482
443
  args: EnableOperatorAppCommandInput,
483
- cb: (err: any, data?: EnableOperatorAppCommandOutput) => void
444
+ cb: (err: any, data?: EnableOperatorAppCommandOutput) => void,
484
445
  ): void;
485
446
  enableOperatorApp(
486
447
  args: EnableOperatorAppCommandInput,
487
448
  options: __HttpHandlerOptions,
488
- cb: (err: any, data?: EnableOperatorAppCommandOutput) => void
449
+ cb: (err: any, data?: EnableOperatorAppCommandOutput) => void,
489
450
  ): void;
490
451
  getAccountUsage(): Promise<GetAccountUsageCommandOutput>;
491
452
  getAccountUsage(
492
453
  args: GetAccountUsageCommandInput,
493
- options?: __HttpHandlerOptions
454
+ options?: __HttpHandlerOptions,
494
455
  ): Promise<GetAccountUsageCommandOutput>;
495
456
  getAccountUsage(
496
457
  args: GetAccountUsageCommandInput,
497
- cb: (err: any, data?: GetAccountUsageCommandOutput) => void
458
+ cb: (err: any, data?: GetAccountUsageCommandOutput) => void,
498
459
  ): void;
499
460
  getAccountUsage(
500
461
  args: GetAccountUsageCommandInput,
501
462
  options: __HttpHandlerOptions,
502
- cb: (err: any, data?: GetAccountUsageCommandOutput) => void
463
+ cb: (err: any, data?: GetAccountUsageCommandOutput) => void,
503
464
  ): void;
504
465
  getAgentSpace(
505
466
  args: GetAgentSpaceCommandInput,
506
- options?: __HttpHandlerOptions
467
+ options?: __HttpHandlerOptions,
507
468
  ): Promise<GetAgentSpaceCommandOutput>;
508
469
  getAgentSpace(
509
470
  args: GetAgentSpaceCommandInput,
510
- cb: (err: any, data?: GetAgentSpaceCommandOutput) => void
471
+ cb: (err: any, data?: GetAgentSpaceCommandOutput) => void,
511
472
  ): void;
512
473
  getAgentSpace(
513
474
  args: GetAgentSpaceCommandInput,
514
475
  options: __HttpHandlerOptions,
515
- cb: (err: any, data?: GetAgentSpaceCommandOutput) => void
476
+ cb: (err: any, data?: GetAgentSpaceCommandOutput) => void,
516
477
  ): void;
517
478
  getAsset(
518
479
  args: GetAssetCommandInput,
519
- options?: __HttpHandlerOptions
480
+ options?: __HttpHandlerOptions,
520
481
  ): Promise<GetAssetCommandOutput>;
521
- getAsset(
522
- args: GetAssetCommandInput,
523
- cb: (err: any, data?: GetAssetCommandOutput) => void
524
- ): void;
482
+ getAsset(args: GetAssetCommandInput, cb: (err: any, data?: GetAssetCommandOutput) => void): void;
525
483
  getAsset(
526
484
  args: GetAssetCommandInput,
527
485
  options: __HttpHandlerOptions,
528
- cb: (err: any, data?: GetAssetCommandOutput) => void
486
+ cb: (err: any, data?: GetAssetCommandOutput) => void,
529
487
  ): void;
530
488
  getAssetContent(
531
489
  args: GetAssetContentCommandInput,
532
- options?: __HttpHandlerOptions
490
+ options?: __HttpHandlerOptions,
533
491
  ): Promise<GetAssetContentCommandOutput>;
534
492
  getAssetContent(
535
493
  args: GetAssetContentCommandInput,
536
- cb: (err: any, data?: GetAssetContentCommandOutput) => void
494
+ cb: (err: any, data?: GetAssetContentCommandOutput) => void,
537
495
  ): void;
538
496
  getAssetContent(
539
497
  args: GetAssetContentCommandInput,
540
498
  options: __HttpHandlerOptions,
541
- cb: (err: any, data?: GetAssetContentCommandOutput) => void
499
+ cb: (err: any, data?: GetAssetContentCommandOutput) => void,
542
500
  ): void;
543
501
  getAssetFile(
544
502
  args: GetAssetFileCommandInput,
545
- options?: __HttpHandlerOptions
503
+ options?: __HttpHandlerOptions,
546
504
  ): Promise<GetAssetFileCommandOutput>;
547
505
  getAssetFile(
548
506
  args: GetAssetFileCommandInput,
549
- cb: (err: any, data?: GetAssetFileCommandOutput) => void
507
+ cb: (err: any, data?: GetAssetFileCommandOutput) => void,
550
508
  ): void;
551
509
  getAssetFile(
552
510
  args: GetAssetFileCommandInput,
553
511
  options: __HttpHandlerOptions,
554
- cb: (err: any, data?: GetAssetFileCommandOutput) => void
512
+ cb: (err: any, data?: GetAssetFileCommandOutput) => void,
555
513
  ): void;
556
514
  getAssociation(
557
515
  args: GetAssociationCommandInput,
558
- options?: __HttpHandlerOptions
516
+ options?: __HttpHandlerOptions,
559
517
  ): Promise<GetAssociationCommandOutput>;
560
518
  getAssociation(
561
519
  args: GetAssociationCommandInput,
562
- cb: (err: any, data?: GetAssociationCommandOutput) => void
520
+ cb: (err: any, data?: GetAssociationCommandOutput) => void,
563
521
  ): void;
564
522
  getAssociation(
565
523
  args: GetAssociationCommandInput,
566
524
  options: __HttpHandlerOptions,
567
- cb: (err: any, data?: GetAssociationCommandOutput) => void
525
+ cb: (err: any, data?: GetAssociationCommandOutput) => void,
568
526
  ): void;
569
527
  getBacklogTask(
570
528
  args: GetBacklogTaskCommandInput,
571
- options?: __HttpHandlerOptions
529
+ options?: __HttpHandlerOptions,
572
530
  ): Promise<GetBacklogTaskCommandOutput>;
573
531
  getBacklogTask(
574
532
  args: GetBacklogTaskCommandInput,
575
- cb: (err: any, data?: GetBacklogTaskCommandOutput) => void
533
+ cb: (err: any, data?: GetBacklogTaskCommandOutput) => void,
576
534
  ): void;
577
535
  getBacklogTask(
578
536
  args: GetBacklogTaskCommandInput,
579
537
  options: __HttpHandlerOptions,
580
- cb: (err: any, data?: GetBacklogTaskCommandOutput) => void
538
+ cb: (err: any, data?: GetBacklogTaskCommandOutput) => void,
581
539
  ): void;
582
540
  getOperatorApp(
583
541
  args: GetOperatorAppCommandInput,
584
- options?: __HttpHandlerOptions
542
+ options?: __HttpHandlerOptions,
585
543
  ): Promise<GetOperatorAppCommandOutput>;
586
544
  getOperatorApp(
587
545
  args: GetOperatorAppCommandInput,
588
- cb: (err: any, data?: GetOperatorAppCommandOutput) => void
546
+ cb: (err: any, data?: GetOperatorAppCommandOutput) => void,
589
547
  ): void;
590
548
  getOperatorApp(
591
549
  args: GetOperatorAppCommandInput,
592
550
  options: __HttpHandlerOptions,
593
- cb: (err: any, data?: GetOperatorAppCommandOutput) => void
551
+ cb: (err: any, data?: GetOperatorAppCommandOutput) => void,
594
552
  ): void;
595
553
  getRecommendation(
596
554
  args: GetRecommendationCommandInput,
597
- options?: __HttpHandlerOptions
555
+ options?: __HttpHandlerOptions,
598
556
  ): Promise<GetRecommendationCommandOutput>;
599
557
  getRecommendation(
600
558
  args: GetRecommendationCommandInput,
601
- cb: (err: any, data?: GetRecommendationCommandOutput) => void
559
+ cb: (err: any, data?: GetRecommendationCommandOutput) => void,
602
560
  ): void;
603
561
  getRecommendation(
604
562
  args: GetRecommendationCommandInput,
605
563
  options: __HttpHandlerOptions,
606
- cb: (err: any, data?: GetRecommendationCommandOutput) => void
564
+ cb: (err: any, data?: GetRecommendationCommandOutput) => void,
607
565
  ): void;
608
566
  getService(
609
567
  args: GetServiceCommandInput,
610
- options?: __HttpHandlerOptions
568
+ options?: __HttpHandlerOptions,
611
569
  ): Promise<GetServiceCommandOutput>;
612
570
  getService(
613
571
  args: GetServiceCommandInput,
614
- cb: (err: any, data?: GetServiceCommandOutput) => void
572
+ cb: (err: any, data?: GetServiceCommandOutput) => void,
615
573
  ): void;
616
574
  getService(
617
575
  args: GetServiceCommandInput,
618
576
  options: __HttpHandlerOptions,
619
- cb: (err: any, data?: GetServiceCommandOutput) => void
577
+ cb: (err: any, data?: GetServiceCommandOutput) => void,
620
578
  ): void;
621
579
  getTrigger(
622
580
  args: GetTriggerCommandInput,
623
- options?: __HttpHandlerOptions
581
+ options?: __HttpHandlerOptions,
624
582
  ): Promise<GetTriggerCommandOutput>;
625
583
  getTrigger(
626
584
  args: GetTriggerCommandInput,
627
- cb: (err: any, data?: GetTriggerCommandOutput) => void
585
+ cb: (err: any, data?: GetTriggerCommandOutput) => void,
628
586
  ): void;
629
587
  getTrigger(
630
588
  args: GetTriggerCommandInput,
631
589
  options: __HttpHandlerOptions,
632
- cb: (err: any, data?: GetTriggerCommandOutput) => void
590
+ cb: (err: any, data?: GetTriggerCommandOutput) => void,
633
591
  ): void;
634
592
  listAgentSpaces(): Promise<ListAgentSpacesCommandOutput>;
635
593
  listAgentSpaces(
636
594
  args: ListAgentSpacesCommandInput,
637
- options?: __HttpHandlerOptions
595
+ options?: __HttpHandlerOptions,
638
596
  ): Promise<ListAgentSpacesCommandOutput>;
639
597
  listAgentSpaces(
640
598
  args: ListAgentSpacesCommandInput,
641
- cb: (err: any, data?: ListAgentSpacesCommandOutput) => void
599
+ cb: (err: any, data?: ListAgentSpacesCommandOutput) => void,
642
600
  ): void;
643
601
  listAgentSpaces(
644
602
  args: ListAgentSpacesCommandInput,
645
603
  options: __HttpHandlerOptions,
646
- cb: (err: any, data?: ListAgentSpacesCommandOutput) => void
604
+ cb: (err: any, data?: ListAgentSpacesCommandOutput) => void,
647
605
  ): void;
648
606
  listAssetFiles(
649
607
  args: ListAssetFilesCommandInput,
650
- options?: __HttpHandlerOptions
608
+ options?: __HttpHandlerOptions,
651
609
  ): Promise<ListAssetFilesCommandOutput>;
652
610
  listAssetFiles(
653
611
  args: ListAssetFilesCommandInput,
654
- cb: (err: any, data?: ListAssetFilesCommandOutput) => void
612
+ cb: (err: any, data?: ListAssetFilesCommandOutput) => void,
655
613
  ): void;
656
614
  listAssetFiles(
657
615
  args: ListAssetFilesCommandInput,
658
616
  options: __HttpHandlerOptions,
659
- cb: (err: any, data?: ListAssetFilesCommandOutput) => void
617
+ cb: (err: any, data?: ListAssetFilesCommandOutput) => void,
660
618
  ): void;
661
619
  listAssets(
662
620
  args: ListAssetsCommandInput,
663
- options?: __HttpHandlerOptions
621
+ options?: __HttpHandlerOptions,
664
622
  ): Promise<ListAssetsCommandOutput>;
665
623
  listAssets(
666
624
  args: ListAssetsCommandInput,
667
- cb: (err: any, data?: ListAssetsCommandOutput) => void
625
+ cb: (err: any, data?: ListAssetsCommandOutput) => void,
668
626
  ): void;
669
627
  listAssets(
670
628
  args: ListAssetsCommandInput,
671
629
  options: __HttpHandlerOptions,
672
- cb: (err: any, data?: ListAssetsCommandOutput) => void
630
+ cb: (err: any, data?: ListAssetsCommandOutput) => void,
673
631
  ): void;
674
632
  listAssetTypes(): Promise<ListAssetTypesCommandOutput>;
675
633
  listAssetTypes(
676
634
  args: ListAssetTypesCommandInput,
677
- options?: __HttpHandlerOptions
635
+ options?: __HttpHandlerOptions,
678
636
  ): Promise<ListAssetTypesCommandOutput>;
679
637
  listAssetTypes(
680
638
  args: ListAssetTypesCommandInput,
681
- cb: (err: any, data?: ListAssetTypesCommandOutput) => void
639
+ cb: (err: any, data?: ListAssetTypesCommandOutput) => void,
682
640
  ): void;
683
641
  listAssetTypes(
684
642
  args: ListAssetTypesCommandInput,
685
643
  options: __HttpHandlerOptions,
686
- cb: (err: any, data?: ListAssetTypesCommandOutput) => void
644
+ cb: (err: any, data?: ListAssetTypesCommandOutput) => void,
687
645
  ): void;
688
646
  listAssetVersions(
689
647
  args: ListAssetVersionsCommandInput,
690
- options?: __HttpHandlerOptions
648
+ options?: __HttpHandlerOptions,
691
649
  ): Promise<ListAssetVersionsCommandOutput>;
692
650
  listAssetVersions(
693
651
  args: ListAssetVersionsCommandInput,
694
- cb: (err: any, data?: ListAssetVersionsCommandOutput) => void
652
+ cb: (err: any, data?: ListAssetVersionsCommandOutput) => void,
695
653
  ): void;
696
654
  listAssetVersions(
697
655
  args: ListAssetVersionsCommandInput,
698
656
  options: __HttpHandlerOptions,
699
- cb: (err: any, data?: ListAssetVersionsCommandOutput) => void
657
+ cb: (err: any, data?: ListAssetVersionsCommandOutput) => void,
700
658
  ): void;
701
659
  listAssociations(
702
660
  args: ListAssociationsCommandInput,
703
- options?: __HttpHandlerOptions
661
+ options?: __HttpHandlerOptions,
704
662
  ): Promise<ListAssociationsCommandOutput>;
705
663
  listAssociations(
706
664
  args: ListAssociationsCommandInput,
707
- cb: (err: any, data?: ListAssociationsCommandOutput) => void
665
+ cb: (err: any, data?: ListAssociationsCommandOutput) => void,
708
666
  ): void;
709
667
  listAssociations(
710
668
  args: ListAssociationsCommandInput,
711
669
  options: __HttpHandlerOptions,
712
- cb: (err: any, data?: ListAssociationsCommandOutput) => void
670
+ cb: (err: any, data?: ListAssociationsCommandOutput) => void,
713
671
  ): void;
714
672
  listBacklogTasks(
715
673
  args: ListBacklogTasksCommandInput,
716
- options?: __HttpHandlerOptions
674
+ options?: __HttpHandlerOptions,
717
675
  ): Promise<ListBacklogTasksCommandOutput>;
718
676
  listBacklogTasks(
719
677
  args: ListBacklogTasksCommandInput,
720
- cb: (err: any, data?: ListBacklogTasksCommandOutput) => void
678
+ cb: (err: any, data?: ListBacklogTasksCommandOutput) => void,
721
679
  ): void;
722
680
  listBacklogTasks(
723
681
  args: ListBacklogTasksCommandInput,
724
682
  options: __HttpHandlerOptions,
725
- cb: (err: any, data?: ListBacklogTasksCommandOutput) => void
683
+ cb: (err: any, data?: ListBacklogTasksCommandOutput) => void,
726
684
  ): void;
727
685
  listChats(
728
686
  args: ListChatsCommandInput,
729
- options?: __HttpHandlerOptions
687
+ options?: __HttpHandlerOptions,
730
688
  ): Promise<ListChatsCommandOutput>;
731
689
  listChats(
732
690
  args: ListChatsCommandInput,
733
- cb: (err: any, data?: ListChatsCommandOutput) => void
691
+ cb: (err: any, data?: ListChatsCommandOutput) => void,
734
692
  ): void;
735
693
  listChats(
736
694
  args: ListChatsCommandInput,
737
695
  options: __HttpHandlerOptions,
738
- cb: (err: any, data?: ListChatsCommandOutput) => void
696
+ cb: (err: any, data?: ListChatsCommandOutput) => void,
739
697
  ): void;
740
698
  listExecutions(
741
699
  args: ListExecutionsCommandInput,
742
- options?: __HttpHandlerOptions
700
+ options?: __HttpHandlerOptions,
743
701
  ): Promise<ListExecutionsCommandOutput>;
744
702
  listExecutions(
745
703
  args: ListExecutionsCommandInput,
746
- cb: (err: any, data?: ListExecutionsCommandOutput) => void
704
+ cb: (err: any, data?: ListExecutionsCommandOutput) => void,
747
705
  ): void;
748
706
  listExecutions(
749
707
  args: ListExecutionsCommandInput,
750
708
  options: __HttpHandlerOptions,
751
- cb: (err: any, data?: ListExecutionsCommandOutput) => void
709
+ cb: (err: any, data?: ListExecutionsCommandOutput) => void,
752
710
  ): void;
753
711
  listGoals(
754
712
  args: ListGoalsCommandInput,
755
- options?: __HttpHandlerOptions
713
+ options?: __HttpHandlerOptions,
756
714
  ): Promise<ListGoalsCommandOutput>;
757
715
  listGoals(
758
716
  args: ListGoalsCommandInput,
759
- cb: (err: any, data?: ListGoalsCommandOutput) => void
717
+ cb: (err: any, data?: ListGoalsCommandOutput) => void,
760
718
  ): void;
761
719
  listGoals(
762
720
  args: ListGoalsCommandInput,
763
721
  options: __HttpHandlerOptions,
764
- cb: (err: any, data?: ListGoalsCommandOutput) => void
722
+ cb: (err: any, data?: ListGoalsCommandOutput) => void,
765
723
  ): void;
766
724
  listJournalRecords(
767
725
  args: ListJournalRecordsCommandInput,
768
- options?: __HttpHandlerOptions
726
+ options?: __HttpHandlerOptions,
769
727
  ): Promise<ListJournalRecordsCommandOutput>;
770
728
  listJournalRecords(
771
729
  args: ListJournalRecordsCommandInput,
772
- cb: (err: any, data?: ListJournalRecordsCommandOutput) => void
730
+ cb: (err: any, data?: ListJournalRecordsCommandOutput) => void,
773
731
  ): void;
774
732
  listJournalRecords(
775
733
  args: ListJournalRecordsCommandInput,
776
734
  options: __HttpHandlerOptions,
777
- cb: (err: any, data?: ListJournalRecordsCommandOutput) => void
735
+ cb: (err: any, data?: ListJournalRecordsCommandOutput) => void,
778
736
  ): void;
779
737
  listPendingMessages(
780
738
  args: ListPendingMessagesCommandInput,
781
- options?: __HttpHandlerOptions
739
+ options?: __HttpHandlerOptions,
782
740
  ): Promise<ListPendingMessagesCommandOutput>;
783
741
  listPendingMessages(
784
742
  args: ListPendingMessagesCommandInput,
785
- cb: (err: any, data?: ListPendingMessagesCommandOutput) => void
743
+ cb: (err: any, data?: ListPendingMessagesCommandOutput) => void,
786
744
  ): void;
787
745
  listPendingMessages(
788
746
  args: ListPendingMessagesCommandInput,
789
747
  options: __HttpHandlerOptions,
790
- cb: (err: any, data?: ListPendingMessagesCommandOutput) => void
748
+ cb: (err: any, data?: ListPendingMessagesCommandOutput) => void,
791
749
  ): void;
792
750
  listPrivateConnections(): Promise<ListPrivateConnectionsCommandOutput>;
793
751
  listPrivateConnections(
794
752
  args: ListPrivateConnectionsCommandInput,
795
- options?: __HttpHandlerOptions
753
+ options?: __HttpHandlerOptions,
796
754
  ): Promise<ListPrivateConnectionsCommandOutput>;
797
755
  listPrivateConnections(
798
756
  args: ListPrivateConnectionsCommandInput,
799
- cb: (err: any, data?: ListPrivateConnectionsCommandOutput) => void
757
+ cb: (err: any, data?: ListPrivateConnectionsCommandOutput) => void,
800
758
  ): void;
801
759
  listPrivateConnections(
802
760
  args: ListPrivateConnectionsCommandInput,
803
761
  options: __HttpHandlerOptions,
804
- cb: (err: any, data?: ListPrivateConnectionsCommandOutput) => void
762
+ cb: (err: any, data?: ListPrivateConnectionsCommandOutput) => void,
805
763
  ): void;
806
764
  listRecommendations(
807
765
  args: ListRecommendationsCommandInput,
808
- options?: __HttpHandlerOptions
766
+ options?: __HttpHandlerOptions,
809
767
  ): Promise<ListRecommendationsCommandOutput>;
810
768
  listRecommendations(
811
769
  args: ListRecommendationsCommandInput,
812
- cb: (err: any, data?: ListRecommendationsCommandOutput) => void
770
+ cb: (err: any, data?: ListRecommendationsCommandOutput) => void,
813
771
  ): void;
814
772
  listRecommendations(
815
773
  args: ListRecommendationsCommandInput,
816
774
  options: __HttpHandlerOptions,
817
- cb: (err: any, data?: ListRecommendationsCommandOutput) => void
775
+ cb: (err: any, data?: ListRecommendationsCommandOutput) => void,
818
776
  ): void;
819
777
  listServices(): Promise<ListServicesCommandOutput>;
820
778
  listServices(
821
779
  args: ListServicesCommandInput,
822
- options?: __HttpHandlerOptions
780
+ options?: __HttpHandlerOptions,
823
781
  ): Promise<ListServicesCommandOutput>;
824
782
  listServices(
825
783
  args: ListServicesCommandInput,
826
- cb: (err: any, data?: ListServicesCommandOutput) => void
784
+ cb: (err: any, data?: ListServicesCommandOutput) => void,
827
785
  ): void;
828
786
  listServices(
829
787
  args: ListServicesCommandInput,
830
788
  options: __HttpHandlerOptions,
831
- cb: (err: any, data?: ListServicesCommandOutput) => void
789
+ cb: (err: any, data?: ListServicesCommandOutput) => void,
832
790
  ): void;
833
791
  listTagsForResource(
834
792
  args: ListTagsForResourceCommandInput,
835
- options?: __HttpHandlerOptions
793
+ options?: __HttpHandlerOptions,
836
794
  ): Promise<ListTagsForResourceCommandOutput>;
837
795
  listTagsForResource(
838
796
  args: ListTagsForResourceCommandInput,
839
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
797
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
840
798
  ): void;
841
799
  listTagsForResource(
842
800
  args: ListTagsForResourceCommandInput,
843
801
  options: __HttpHandlerOptions,
844
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
802
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
845
803
  ): void;
846
804
  listTriggers(
847
805
  args: ListTriggersCommandInput,
848
- options?: __HttpHandlerOptions
806
+ options?: __HttpHandlerOptions,
849
807
  ): Promise<ListTriggersCommandOutput>;
850
808
  listTriggers(
851
809
  args: ListTriggersCommandInput,
852
- cb: (err: any, data?: ListTriggersCommandOutput) => void
810
+ cb: (err: any, data?: ListTriggersCommandOutput) => void,
853
811
  ): void;
854
812
  listTriggers(
855
813
  args: ListTriggersCommandInput,
856
814
  options: __HttpHandlerOptions,
857
- cb: (err: any, data?: ListTriggersCommandOutput) => void
815
+ cb: (err: any, data?: ListTriggersCommandOutput) => void,
858
816
  ): void;
859
817
  listWebhooks(
860
818
  args: ListWebhooksCommandInput,
861
- options?: __HttpHandlerOptions
819
+ options?: __HttpHandlerOptions,
862
820
  ): Promise<ListWebhooksCommandOutput>;
863
821
  listWebhooks(
864
822
  args: ListWebhooksCommandInput,
865
- cb: (err: any, data?: ListWebhooksCommandOutput) => void
823
+ cb: (err: any, data?: ListWebhooksCommandOutput) => void,
866
824
  ): void;
867
825
  listWebhooks(
868
826
  args: ListWebhooksCommandInput,
869
827
  options: __HttpHandlerOptions,
870
- cb: (err: any, data?: ListWebhooksCommandOutput) => void
828
+ cb: (err: any, data?: ListWebhooksCommandOutput) => void,
871
829
  ): void;
872
830
  registerService(
873
831
  args: RegisterServiceCommandInput,
874
- options?: __HttpHandlerOptions
832
+ options?: __HttpHandlerOptions,
875
833
  ): Promise<RegisterServiceCommandOutput>;
876
834
  registerService(
877
835
  args: RegisterServiceCommandInput,
878
- cb: (err: any, data?: RegisterServiceCommandOutput) => void
836
+ cb: (err: any, data?: RegisterServiceCommandOutput) => void,
879
837
  ): void;
880
838
  registerService(
881
839
  args: RegisterServiceCommandInput,
882
840
  options: __HttpHandlerOptions,
883
- cb: (err: any, data?: RegisterServiceCommandOutput) => void
841
+ cb: (err: any, data?: RegisterServiceCommandOutput) => void,
884
842
  ): void;
885
843
  sendMessage(
886
844
  args: SendMessageCommandInput,
887
- options?: __HttpHandlerOptions
845
+ options?: __HttpHandlerOptions,
888
846
  ): Promise<SendMessageCommandOutput>;
889
847
  sendMessage(
890
848
  args: SendMessageCommandInput,
891
- cb: (err: any, data?: SendMessageCommandOutput) => void
849
+ cb: (err: any, data?: SendMessageCommandOutput) => void,
892
850
  ): void;
893
851
  sendMessage(
894
852
  args: SendMessageCommandInput,
895
853
  options: __HttpHandlerOptions,
896
- cb: (err: any, data?: SendMessageCommandOutput) => void
854
+ cb: (err: any, data?: SendMessageCommandOutput) => void,
897
855
  ): void;
898
856
  tagResource(
899
857
  args: TagResourceCommandInput,
900
- options?: __HttpHandlerOptions
858
+ options?: __HttpHandlerOptions,
901
859
  ): Promise<TagResourceCommandOutput>;
902
860
  tagResource(
903
861
  args: TagResourceCommandInput,
904
- cb: (err: any, data?: TagResourceCommandOutput) => void
862
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
905
863
  ): void;
906
864
  tagResource(
907
865
  args: TagResourceCommandInput,
908
866
  options: __HttpHandlerOptions,
909
- cb: (err: any, data?: TagResourceCommandOutput) => void
867
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
910
868
  ): void;
911
869
  untagResource(
912
870
  args: UntagResourceCommandInput,
913
- options?: __HttpHandlerOptions
871
+ options?: __HttpHandlerOptions,
914
872
  ): Promise<UntagResourceCommandOutput>;
915
873
  untagResource(
916
874
  args: UntagResourceCommandInput,
917
- cb: (err: any, data?: UntagResourceCommandOutput) => void
875
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
918
876
  ): void;
919
877
  untagResource(
920
878
  args: UntagResourceCommandInput,
921
879
  options: __HttpHandlerOptions,
922
- cb: (err: any, data?: UntagResourceCommandOutput) => void
880
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
923
881
  ): void;
924
882
  updateAgentSpace(
925
883
  args: UpdateAgentSpaceCommandInput,
926
- options?: __HttpHandlerOptions
884
+ options?: __HttpHandlerOptions,
927
885
  ): Promise<UpdateAgentSpaceCommandOutput>;
928
886
  updateAgentSpace(
929
887
  args: UpdateAgentSpaceCommandInput,
930
- cb: (err: any, data?: UpdateAgentSpaceCommandOutput) => void
888
+ cb: (err: any, data?: UpdateAgentSpaceCommandOutput) => void,
931
889
  ): void;
932
890
  updateAgentSpace(
933
891
  args: UpdateAgentSpaceCommandInput,
934
892
  options: __HttpHandlerOptions,
935
- cb: (err: any, data?: UpdateAgentSpaceCommandOutput) => void
893
+ cb: (err: any, data?: UpdateAgentSpaceCommandOutput) => void,
936
894
  ): void;
937
895
  updateAsset(
938
896
  args: UpdateAssetCommandInput,
939
- options?: __HttpHandlerOptions
897
+ options?: __HttpHandlerOptions,
940
898
  ): Promise<UpdateAssetCommandOutput>;
941
899
  updateAsset(
942
900
  args: UpdateAssetCommandInput,
943
- cb: (err: any, data?: UpdateAssetCommandOutput) => void
901
+ cb: (err: any, data?: UpdateAssetCommandOutput) => void,
944
902
  ): void;
945
903
  updateAsset(
946
904
  args: UpdateAssetCommandInput,
947
905
  options: __HttpHandlerOptions,
948
- cb: (err: any, data?: UpdateAssetCommandOutput) => void
906
+ cb: (err: any, data?: UpdateAssetCommandOutput) => void,
949
907
  ): void;
950
908
  updateAssetFile(
951
909
  args: UpdateAssetFileCommandInput,
952
- options?: __HttpHandlerOptions
910
+ options?: __HttpHandlerOptions,
953
911
  ): Promise<UpdateAssetFileCommandOutput>;
954
912
  updateAssetFile(
955
913
  args: UpdateAssetFileCommandInput,
956
- cb: (err: any, data?: UpdateAssetFileCommandOutput) => void
914
+ cb: (err: any, data?: UpdateAssetFileCommandOutput) => void,
957
915
  ): void;
958
916
  updateAssetFile(
959
917
  args: UpdateAssetFileCommandInput,
960
918
  options: __HttpHandlerOptions,
961
- cb: (err: any, data?: UpdateAssetFileCommandOutput) => void
919
+ cb: (err: any, data?: UpdateAssetFileCommandOutput) => void,
962
920
  ): void;
963
921
  updateAssociation(
964
922
  args: UpdateAssociationCommandInput,
965
- options?: __HttpHandlerOptions
923
+ options?: __HttpHandlerOptions,
966
924
  ): Promise<UpdateAssociationCommandOutput>;
967
925
  updateAssociation(
968
926
  args: UpdateAssociationCommandInput,
969
- cb: (err: any, data?: UpdateAssociationCommandOutput) => void
927
+ cb: (err: any, data?: UpdateAssociationCommandOutput) => void,
970
928
  ): void;
971
929
  updateAssociation(
972
930
  args: UpdateAssociationCommandInput,
973
931
  options: __HttpHandlerOptions,
974
- cb: (err: any, data?: UpdateAssociationCommandOutput) => void
932
+ cb: (err: any, data?: UpdateAssociationCommandOutput) => void,
975
933
  ): void;
976
934
  updateBacklogTask(
977
935
  args: UpdateBacklogTaskCommandInput,
978
- options?: __HttpHandlerOptions
936
+ options?: __HttpHandlerOptions,
979
937
  ): Promise<UpdateBacklogTaskCommandOutput>;
980
938
  updateBacklogTask(
981
939
  args: UpdateBacklogTaskCommandInput,
982
- cb: (err: any, data?: UpdateBacklogTaskCommandOutput) => void
940
+ cb: (err: any, data?: UpdateBacklogTaskCommandOutput) => void,
983
941
  ): void;
984
942
  updateBacklogTask(
985
943
  args: UpdateBacklogTaskCommandInput,
986
944
  options: __HttpHandlerOptions,
987
- cb: (err: any, data?: UpdateBacklogTaskCommandOutput) => void
945
+ cb: (err: any, data?: UpdateBacklogTaskCommandOutput) => void,
988
946
  ): void;
989
947
  updateGoal(
990
948
  args: UpdateGoalCommandInput,
991
- options?: __HttpHandlerOptions
949
+ options?: __HttpHandlerOptions,
992
950
  ): Promise<UpdateGoalCommandOutput>;
993
951
  updateGoal(
994
952
  args: UpdateGoalCommandInput,
995
- cb: (err: any, data?: UpdateGoalCommandOutput) => void
953
+ cb: (err: any, data?: UpdateGoalCommandOutput) => void,
996
954
  ): void;
997
955
  updateGoal(
998
956
  args: UpdateGoalCommandInput,
999
957
  options: __HttpHandlerOptions,
1000
- cb: (err: any, data?: UpdateGoalCommandOutput) => void
958
+ cb: (err: any, data?: UpdateGoalCommandOutput) => void,
1001
959
  ): void;
1002
960
  updateOperatorAppIdpConfig(
1003
961
  args: UpdateOperatorAppIdpConfigCommandInput,
1004
- options?: __HttpHandlerOptions
962
+ options?: __HttpHandlerOptions,
1005
963
  ): Promise<UpdateOperatorAppIdpConfigCommandOutput>;
1006
964
  updateOperatorAppIdpConfig(
1007
965
  args: UpdateOperatorAppIdpConfigCommandInput,
1008
- cb: (err: any, data?: UpdateOperatorAppIdpConfigCommandOutput) => void
966
+ cb: (err: any, data?: UpdateOperatorAppIdpConfigCommandOutput) => void,
1009
967
  ): void;
1010
968
  updateOperatorAppIdpConfig(
1011
969
  args: UpdateOperatorAppIdpConfigCommandInput,
1012
970
  options: __HttpHandlerOptions,
1013
- cb: (err: any, data?: UpdateOperatorAppIdpConfigCommandOutput) => void
971
+ cb: (err: any, data?: UpdateOperatorAppIdpConfigCommandOutput) => void,
1014
972
  ): void;
1015
973
  updatePrivateConnectionCertificate(
1016
974
  args: UpdatePrivateConnectionCertificateCommandInput,
1017
- options?: __HttpHandlerOptions
975
+ options?: __HttpHandlerOptions,
1018
976
  ): Promise<UpdatePrivateConnectionCertificateCommandOutput>;
1019
977
  updatePrivateConnectionCertificate(
1020
978
  args: UpdatePrivateConnectionCertificateCommandInput,
1021
- cb: (
1022
- err: any,
1023
- data?: UpdatePrivateConnectionCertificateCommandOutput
1024
- ) => void
979
+ cb: (err: any, data?: UpdatePrivateConnectionCertificateCommandOutput) => void,
1025
980
  ): void;
1026
981
  updatePrivateConnectionCertificate(
1027
982
  args: UpdatePrivateConnectionCertificateCommandInput,
1028
983
  options: __HttpHandlerOptions,
1029
- cb: (
1030
- err: any,
1031
- data?: UpdatePrivateConnectionCertificateCommandOutput
1032
- ) => void
984
+ cb: (err: any, data?: UpdatePrivateConnectionCertificateCommandOutput) => void,
1033
985
  ): void;
1034
986
  updateRecommendation(
1035
987
  args: UpdateRecommendationCommandInput,
1036
- options?: __HttpHandlerOptions
988
+ options?: __HttpHandlerOptions,
1037
989
  ): Promise<UpdateRecommendationCommandOutput>;
1038
990
  updateRecommendation(
1039
991
  args: UpdateRecommendationCommandInput,
1040
- cb: (err: any, data?: UpdateRecommendationCommandOutput) => void
992
+ cb: (err: any, data?: UpdateRecommendationCommandOutput) => void,
1041
993
  ): void;
1042
994
  updateRecommendation(
1043
995
  args: UpdateRecommendationCommandInput,
1044
996
  options: __HttpHandlerOptions,
1045
- cb: (err: any, data?: UpdateRecommendationCommandOutput) => void
997
+ cb: (err: any, data?: UpdateRecommendationCommandOutput) => void,
1046
998
  ): void;
1047
999
  updateTrigger(
1048
1000
  args: UpdateTriggerCommandInput,
1049
- options?: __HttpHandlerOptions
1001
+ options?: __HttpHandlerOptions,
1050
1002
  ): Promise<UpdateTriggerCommandOutput>;
1051
1003
  updateTrigger(
1052
1004
  args: UpdateTriggerCommandInput,
1053
- cb: (err: any, data?: UpdateTriggerCommandOutput) => void
1005
+ cb: (err: any, data?: UpdateTriggerCommandOutput) => void,
1054
1006
  ): void;
1055
1007
  updateTrigger(
1056
1008
  args: UpdateTriggerCommandInput,
1057
1009
  options: __HttpHandlerOptions,
1058
- cb: (err: any, data?: UpdateTriggerCommandOutput) => void
1010
+ cb: (err: any, data?: UpdateTriggerCommandOutput) => void,
1059
1011
  ): void;
1060
1012
  validateAwsAssociations(
1061
1013
  args: ValidateAwsAssociationsCommandInput,
1062
- options?: __HttpHandlerOptions
1014
+ options?: __HttpHandlerOptions,
1063
1015
  ): Promise<ValidateAwsAssociationsCommandOutput>;
1064
1016
  validateAwsAssociations(
1065
1017
  args: ValidateAwsAssociationsCommandInput,
1066
- cb: (err: any, data?: ValidateAwsAssociationsCommandOutput) => void
1018
+ cb: (err: any, data?: ValidateAwsAssociationsCommandOutput) => void,
1067
1019
  ): void;
1068
1020
  validateAwsAssociations(
1069
1021
  args: ValidateAwsAssociationsCommandInput,
1070
1022
  options: __HttpHandlerOptions,
1071
- cb: (err: any, data?: ValidateAwsAssociationsCommandOutput) => void
1023
+ cb: (err: any, data?: ValidateAwsAssociationsCommandOutput) => void,
1072
1024
  ): void;
1073
1025
  paginateListAgentSpaces(
1074
1026
  args?: ListAgentSpacesCommandInput,
1075
1027
  paginationConfig?: Pick<
1076
1028
  PaginationConfiguration,
1077
1029
  Exclude<keyof PaginationConfiguration, "client">
1078
- >
1030
+ >,
1079
1031
  ): Paginator<ListAgentSpacesCommandOutput>;
1080
1032
  paginateListAssetFiles(
1081
1033
  args: ListAssetFilesCommandInput,
1082
1034
  paginationConfig?: Pick<
1083
1035
  PaginationConfiguration,
1084
1036
  Exclude<keyof PaginationConfiguration, "client">
1085
- >
1037
+ >,
1086
1038
  ): Paginator<ListAssetFilesCommandOutput>;
1087
1039
  paginateListAssets(
1088
1040
  args: ListAssetsCommandInput,
1089
1041
  paginationConfig?: Pick<
1090
1042
  PaginationConfiguration,
1091
1043
  Exclude<keyof PaginationConfiguration, "client">
1092
- >
1044
+ >,
1093
1045
  ): Paginator<ListAssetsCommandOutput>;
1094
1046
  paginateListAssetTypes(
1095
1047
  args?: ListAssetTypesCommandInput,
1096
1048
  paginationConfig?: Pick<
1097
1049
  PaginationConfiguration,
1098
1050
  Exclude<keyof PaginationConfiguration, "client">
1099
- >
1051
+ >,
1100
1052
  ): Paginator<ListAssetTypesCommandOutput>;
1101
1053
  paginateListAssetVersions(
1102
1054
  args: ListAssetVersionsCommandInput,
1103
1055
  paginationConfig?: Pick<
1104
1056
  PaginationConfiguration,
1105
1057
  Exclude<keyof PaginationConfiguration, "client">
1106
- >
1058
+ >,
1107
1059
  ): Paginator<ListAssetVersionsCommandOutput>;
1108
1060
  paginateListAssociations(
1109
1061
  args: ListAssociationsCommandInput,
1110
1062
  paginationConfig?: Pick<
1111
1063
  PaginationConfiguration,
1112
1064
  Exclude<keyof PaginationConfiguration, "client">
1113
- >
1065
+ >,
1114
1066
  ): Paginator<ListAssociationsCommandOutput>;
1115
1067
  paginateListBacklogTasks(
1116
1068
  args: ListBacklogTasksCommandInput,
1117
1069
  paginationConfig?: Pick<
1118
1070
  PaginationConfiguration,
1119
1071
  Exclude<keyof PaginationConfiguration, "client">
1120
- >
1072
+ >,
1121
1073
  ): Paginator<ListBacklogTasksCommandOutput>;
1122
1074
  paginateListExecutions(
1123
1075
  args: ListExecutionsCommandInput,
1124
1076
  paginationConfig?: Pick<
1125
1077
  PaginationConfiguration,
1126
1078
  Exclude<keyof PaginationConfiguration, "client">
1127
- >
1079
+ >,
1128
1080
  ): Paginator<ListExecutionsCommandOutput>;
1129
1081
  paginateListGoals(
1130
1082
  args: ListGoalsCommandInput,
1131
1083
  paginationConfig?: Pick<
1132
1084
  PaginationConfiguration,
1133
1085
  Exclude<keyof PaginationConfiguration, "client">
1134
- >
1086
+ >,
1135
1087
  ): Paginator<ListGoalsCommandOutput>;
1136
1088
  paginateListJournalRecords(
1137
1089
  args: ListJournalRecordsCommandInput,
1138
1090
  paginationConfig?: Pick<
1139
1091
  PaginationConfiguration,
1140
1092
  Exclude<keyof PaginationConfiguration, "client">
1141
- >
1093
+ >,
1142
1094
  ): Paginator<ListJournalRecordsCommandOutput>;
1143
1095
  paginateListServices(
1144
1096
  args?: ListServicesCommandInput,
1145
1097
  paginationConfig?: Pick<
1146
1098
  PaginationConfiguration,
1147
1099
  Exclude<keyof PaginationConfiguration, "client">
1148
- >
1100
+ >,
1149
1101
  ): Paginator<ListServicesCommandOutput>;
1150
1102
  paginateListTriggers(
1151
1103
  args: ListTriggersCommandInput,
1152
1104
  paginationConfig?: Pick<
1153
1105
  PaginationConfiguration,
1154
1106
  Exclude<keyof PaginationConfiguration, "client">
1155
- >
1107
+ >,
1156
1108
  ): Paginator<ListTriggersCommandOutput>;
1157
1109
  }
1158
- export declare class DevOpsAgent
1159
- extends DevOpsAgentClient
1160
- implements DevOpsAgent {}
1110
+ export declare class DevOpsAgent extends DevOpsAgentClient implements DevOpsAgent {}