@aws-sdk/client-application-signals 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 (49) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ApplicationSignals.d.ts +102 -156
  3. package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +7 -23
  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/BatchDeleteInstrumentationConfigurationsCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/BatchUpdateExclusionWindowsCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateInstrumentationConfigurationCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +2 -3
  13. package/dist-types/ts3.4/commands/DeleteInstrumentationConfigurationCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/GetInstrumentationConfigurationCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/GetInstrumentationConfigurationStatusCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/ListEntityEventsCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/ListInstrumentationConfigurationsCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  38. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  39. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  40. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  41. package/dist-types/ts3.4/models/errors.d.ts +5 -15
  42. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  43. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  48. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  49. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -67,7 +67,7 @@ const commonParams = {
67
67
  Region: { type: "builtInParams", name: "region" },
68
68
  };
69
69
 
70
- var version = "3.1086.0";
70
+ var version = "3.1088.0";
71
71
  var packageInfo = {
72
72
  version: version};
73
73
 
@@ -44,10 +44,7 @@ import {
44
44
  GetInstrumentationConfigurationStatusCommandInput,
45
45
  GetInstrumentationConfigurationStatusCommandOutput,
46
46
  } from "./commands/GetInstrumentationConfigurationStatusCommand";
47
- import {
48
- GetServiceCommandInput,
49
- GetServiceCommandOutput,
50
- } from "./commands/GetServiceCommand";
47
+ import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
51
48
  import {
52
49
  GetServiceLevelObjectiveCommandInput,
53
50
  GetServiceLevelObjectiveCommandOutput,
@@ -112,10 +109,7 @@ import {
112
109
  StartDiscoveryCommandInput,
113
110
  StartDiscoveryCommandOutput,
114
111
  } from "./commands/StartDiscoveryCommand";
115
- import {
116
- TagResourceCommandInput,
117
- TagResourceCommandOutput,
118
- } from "./commands/TagResourceCommand";
112
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
119
113
  import {
120
114
  UntagResourceCommandInput,
121
115
  UntagResourceCommandOutput,
@@ -127,515 +121,467 @@ import {
127
121
  export interface ApplicationSignals {
128
122
  batchDeleteInstrumentationConfigurations(
129
123
  args: BatchDeleteInstrumentationConfigurationsCommandInput,
130
- options?: __HttpHandlerOptions
124
+ options?: __HttpHandlerOptions,
131
125
  ): Promise<BatchDeleteInstrumentationConfigurationsCommandOutput>;
132
126
  batchDeleteInstrumentationConfigurations(
133
127
  args: BatchDeleteInstrumentationConfigurationsCommandInput,
134
- cb: (
135
- err: any,
136
- data?: BatchDeleteInstrumentationConfigurationsCommandOutput
137
- ) => void
128
+ cb: (err: any, data?: BatchDeleteInstrumentationConfigurationsCommandOutput) => void,
138
129
  ): void;
139
130
  batchDeleteInstrumentationConfigurations(
140
131
  args: BatchDeleteInstrumentationConfigurationsCommandInput,
141
132
  options: __HttpHandlerOptions,
142
- cb: (
143
- err: any,
144
- data?: BatchDeleteInstrumentationConfigurationsCommandOutput
145
- ) => void
133
+ cb: (err: any, data?: BatchDeleteInstrumentationConfigurationsCommandOutput) => void,
146
134
  ): void;
147
135
  batchGetServiceLevelObjectiveBudgetReport(
148
136
  args: BatchGetServiceLevelObjectiveBudgetReportCommandInput,
149
- options?: __HttpHandlerOptions
137
+ options?: __HttpHandlerOptions,
150
138
  ): Promise<BatchGetServiceLevelObjectiveBudgetReportCommandOutput>;
151
139
  batchGetServiceLevelObjectiveBudgetReport(
152
140
  args: BatchGetServiceLevelObjectiveBudgetReportCommandInput,
153
- cb: (
154
- err: any,
155
- data?: BatchGetServiceLevelObjectiveBudgetReportCommandOutput
156
- ) => void
141
+ cb: (err: any, data?: BatchGetServiceLevelObjectiveBudgetReportCommandOutput) => void,
157
142
  ): void;
158
143
  batchGetServiceLevelObjectiveBudgetReport(
159
144
  args: BatchGetServiceLevelObjectiveBudgetReportCommandInput,
160
145
  options: __HttpHandlerOptions,
161
- cb: (
162
- err: any,
163
- data?: BatchGetServiceLevelObjectiveBudgetReportCommandOutput
164
- ) => void
146
+ cb: (err: any, data?: BatchGetServiceLevelObjectiveBudgetReportCommandOutput) => void,
165
147
  ): void;
166
148
  batchUpdateExclusionWindows(
167
149
  args: BatchUpdateExclusionWindowsCommandInput,
168
- options?: __HttpHandlerOptions
150
+ options?: __HttpHandlerOptions,
169
151
  ): Promise<BatchUpdateExclusionWindowsCommandOutput>;
170
152
  batchUpdateExclusionWindows(
171
153
  args: BatchUpdateExclusionWindowsCommandInput,
172
- cb: (err: any, data?: BatchUpdateExclusionWindowsCommandOutput) => void
154
+ cb: (err: any, data?: BatchUpdateExclusionWindowsCommandOutput) => void,
173
155
  ): void;
174
156
  batchUpdateExclusionWindows(
175
157
  args: BatchUpdateExclusionWindowsCommandInput,
176
158
  options: __HttpHandlerOptions,
177
- cb: (err: any, data?: BatchUpdateExclusionWindowsCommandOutput) => void
159
+ cb: (err: any, data?: BatchUpdateExclusionWindowsCommandOutput) => void,
178
160
  ): void;
179
161
  createInstrumentationConfiguration(
180
162
  args: CreateInstrumentationConfigurationCommandInput,
181
- options?: __HttpHandlerOptions
163
+ options?: __HttpHandlerOptions,
182
164
  ): Promise<CreateInstrumentationConfigurationCommandOutput>;
183
165
  createInstrumentationConfiguration(
184
166
  args: CreateInstrumentationConfigurationCommandInput,
185
- cb: (
186
- err: any,
187
- data?: CreateInstrumentationConfigurationCommandOutput
188
- ) => void
167
+ cb: (err: any, data?: CreateInstrumentationConfigurationCommandOutput) => void,
189
168
  ): void;
190
169
  createInstrumentationConfiguration(
191
170
  args: CreateInstrumentationConfigurationCommandInput,
192
171
  options: __HttpHandlerOptions,
193
- cb: (
194
- err: any,
195
- data?: CreateInstrumentationConfigurationCommandOutput
196
- ) => void
172
+ cb: (err: any, data?: CreateInstrumentationConfigurationCommandOutput) => void,
197
173
  ): void;
198
174
  createServiceLevelObjective(
199
175
  args: CreateServiceLevelObjectiveCommandInput,
200
- options?: __HttpHandlerOptions
176
+ options?: __HttpHandlerOptions,
201
177
  ): Promise<CreateServiceLevelObjectiveCommandOutput>;
202
178
  createServiceLevelObjective(
203
179
  args: CreateServiceLevelObjectiveCommandInput,
204
- cb: (err: any, data?: CreateServiceLevelObjectiveCommandOutput) => void
180
+ cb: (err: any, data?: CreateServiceLevelObjectiveCommandOutput) => void,
205
181
  ): void;
206
182
  createServiceLevelObjective(
207
183
  args: CreateServiceLevelObjectiveCommandInput,
208
184
  options: __HttpHandlerOptions,
209
- cb: (err: any, data?: CreateServiceLevelObjectiveCommandOutput) => void
185
+ cb: (err: any, data?: CreateServiceLevelObjectiveCommandOutput) => void,
210
186
  ): void;
211
187
  deleteGroupingConfiguration(): Promise<DeleteGroupingConfigurationCommandOutput>;
212
188
  deleteGroupingConfiguration(
213
189
  args: DeleteGroupingConfigurationCommandInput,
214
- options?: __HttpHandlerOptions
190
+ options?: __HttpHandlerOptions,
215
191
  ): Promise<DeleteGroupingConfigurationCommandOutput>;
216
192
  deleteGroupingConfiguration(
217
193
  args: DeleteGroupingConfigurationCommandInput,
218
- cb: (err: any, data?: DeleteGroupingConfigurationCommandOutput) => void
194
+ cb: (err: any, data?: DeleteGroupingConfigurationCommandOutput) => void,
219
195
  ): void;
220
196
  deleteGroupingConfiguration(
221
197
  args: DeleteGroupingConfigurationCommandInput,
222
198
  options: __HttpHandlerOptions,
223
- cb: (err: any, data?: DeleteGroupingConfigurationCommandOutput) => void
199
+ cb: (err: any, data?: DeleteGroupingConfigurationCommandOutput) => void,
224
200
  ): void;
225
201
  deleteInstrumentationConfiguration(
226
202
  args: DeleteInstrumentationConfigurationCommandInput,
227
- options?: __HttpHandlerOptions
203
+ options?: __HttpHandlerOptions,
228
204
  ): Promise<DeleteInstrumentationConfigurationCommandOutput>;
229
205
  deleteInstrumentationConfiguration(
230
206
  args: DeleteInstrumentationConfigurationCommandInput,
231
- cb: (
232
- err: any,
233
- data?: DeleteInstrumentationConfigurationCommandOutput
234
- ) => void
207
+ cb: (err: any, data?: DeleteInstrumentationConfigurationCommandOutput) => void,
235
208
  ): void;
236
209
  deleteInstrumentationConfiguration(
237
210
  args: DeleteInstrumentationConfigurationCommandInput,
238
211
  options: __HttpHandlerOptions,
239
- cb: (
240
- err: any,
241
- data?: DeleteInstrumentationConfigurationCommandOutput
242
- ) => void
212
+ cb: (err: any, data?: DeleteInstrumentationConfigurationCommandOutput) => void,
243
213
  ): void;
244
214
  deleteServiceLevelObjective(
245
215
  args: DeleteServiceLevelObjectiveCommandInput,
246
- options?: __HttpHandlerOptions
216
+ options?: __HttpHandlerOptions,
247
217
  ): Promise<DeleteServiceLevelObjectiveCommandOutput>;
248
218
  deleteServiceLevelObjective(
249
219
  args: DeleteServiceLevelObjectiveCommandInput,
250
- cb: (err: any, data?: DeleteServiceLevelObjectiveCommandOutput) => void
220
+ cb: (err: any, data?: DeleteServiceLevelObjectiveCommandOutput) => void,
251
221
  ): void;
252
222
  deleteServiceLevelObjective(
253
223
  args: DeleteServiceLevelObjectiveCommandInput,
254
224
  options: __HttpHandlerOptions,
255
- cb: (err: any, data?: DeleteServiceLevelObjectiveCommandOutput) => void
225
+ cb: (err: any, data?: DeleteServiceLevelObjectiveCommandOutput) => void,
256
226
  ): void;
257
227
  getInstrumentationConfiguration(
258
228
  args: GetInstrumentationConfigurationCommandInput,
259
- options?: __HttpHandlerOptions
229
+ options?: __HttpHandlerOptions,
260
230
  ): Promise<GetInstrumentationConfigurationCommandOutput>;
261
231
  getInstrumentationConfiguration(
262
232
  args: GetInstrumentationConfigurationCommandInput,
263
- cb: (err: any, data?: GetInstrumentationConfigurationCommandOutput) => void
233
+ cb: (err: any, data?: GetInstrumentationConfigurationCommandOutput) => void,
264
234
  ): void;
265
235
  getInstrumentationConfiguration(
266
236
  args: GetInstrumentationConfigurationCommandInput,
267
237
  options: __HttpHandlerOptions,
268
- cb: (err: any, data?: GetInstrumentationConfigurationCommandOutput) => void
238
+ cb: (err: any, data?: GetInstrumentationConfigurationCommandOutput) => void,
269
239
  ): void;
270
240
  getInstrumentationConfigurationStatus(
271
241
  args: GetInstrumentationConfigurationStatusCommandInput,
272
- options?: __HttpHandlerOptions
242
+ options?: __HttpHandlerOptions,
273
243
  ): Promise<GetInstrumentationConfigurationStatusCommandOutput>;
274
244
  getInstrumentationConfigurationStatus(
275
245
  args: GetInstrumentationConfigurationStatusCommandInput,
276
- cb: (
277
- err: any,
278
- data?: GetInstrumentationConfigurationStatusCommandOutput
279
- ) => void
246
+ cb: (err: any, data?: GetInstrumentationConfigurationStatusCommandOutput) => void,
280
247
  ): void;
281
248
  getInstrumentationConfigurationStatus(
282
249
  args: GetInstrumentationConfigurationStatusCommandInput,
283
250
  options: __HttpHandlerOptions,
284
- cb: (
285
- err: any,
286
- data?: GetInstrumentationConfigurationStatusCommandOutput
287
- ) => void
251
+ cb: (err: any, data?: GetInstrumentationConfigurationStatusCommandOutput) => void,
288
252
  ): void;
289
253
  getService(
290
254
  args: GetServiceCommandInput,
291
- options?: __HttpHandlerOptions
255
+ options?: __HttpHandlerOptions,
292
256
  ): Promise<GetServiceCommandOutput>;
293
257
  getService(
294
258
  args: GetServiceCommandInput,
295
- cb: (err: any, data?: GetServiceCommandOutput) => void
259
+ cb: (err: any, data?: GetServiceCommandOutput) => void,
296
260
  ): void;
297
261
  getService(
298
262
  args: GetServiceCommandInput,
299
263
  options: __HttpHandlerOptions,
300
- cb: (err: any, data?: GetServiceCommandOutput) => void
264
+ cb: (err: any, data?: GetServiceCommandOutput) => void,
301
265
  ): void;
302
266
  getServiceLevelObjective(
303
267
  args: GetServiceLevelObjectiveCommandInput,
304
- options?: __HttpHandlerOptions
268
+ options?: __HttpHandlerOptions,
305
269
  ): Promise<GetServiceLevelObjectiveCommandOutput>;
306
270
  getServiceLevelObjective(
307
271
  args: GetServiceLevelObjectiveCommandInput,
308
- cb: (err: any, data?: GetServiceLevelObjectiveCommandOutput) => void
272
+ cb: (err: any, data?: GetServiceLevelObjectiveCommandOutput) => void,
309
273
  ): void;
310
274
  getServiceLevelObjective(
311
275
  args: GetServiceLevelObjectiveCommandInput,
312
276
  options: __HttpHandlerOptions,
313
- cb: (err: any, data?: GetServiceLevelObjectiveCommandOutput) => void
277
+ cb: (err: any, data?: GetServiceLevelObjectiveCommandOutput) => void,
314
278
  ): void;
315
279
  listAuditFindings(
316
280
  args: ListAuditFindingsCommandInput,
317
- options?: __HttpHandlerOptions
281
+ options?: __HttpHandlerOptions,
318
282
  ): Promise<ListAuditFindingsCommandOutput>;
319
283
  listAuditFindings(
320
284
  args: ListAuditFindingsCommandInput,
321
- cb: (err: any, data?: ListAuditFindingsCommandOutput) => void
285
+ cb: (err: any, data?: ListAuditFindingsCommandOutput) => void,
322
286
  ): void;
323
287
  listAuditFindings(
324
288
  args: ListAuditFindingsCommandInput,
325
289
  options: __HttpHandlerOptions,
326
- cb: (err: any, data?: ListAuditFindingsCommandOutput) => void
290
+ cb: (err: any, data?: ListAuditFindingsCommandOutput) => void,
327
291
  ): void;
328
292
  listEntityEvents(
329
293
  args: ListEntityEventsCommandInput,
330
- options?: __HttpHandlerOptions
294
+ options?: __HttpHandlerOptions,
331
295
  ): Promise<ListEntityEventsCommandOutput>;
332
296
  listEntityEvents(
333
297
  args: ListEntityEventsCommandInput,
334
- cb: (err: any, data?: ListEntityEventsCommandOutput) => void
298
+ cb: (err: any, data?: ListEntityEventsCommandOutput) => void,
335
299
  ): void;
336
300
  listEntityEvents(
337
301
  args: ListEntityEventsCommandInput,
338
302
  options: __HttpHandlerOptions,
339
- cb: (err: any, data?: ListEntityEventsCommandOutput) => void
303
+ cb: (err: any, data?: ListEntityEventsCommandOutput) => void,
340
304
  ): void;
341
305
  listGroupingAttributeDefinitions(): Promise<ListGroupingAttributeDefinitionsCommandOutput>;
342
306
  listGroupingAttributeDefinitions(
343
307
  args: ListGroupingAttributeDefinitionsCommandInput,
344
- options?: __HttpHandlerOptions
308
+ options?: __HttpHandlerOptions,
345
309
  ): Promise<ListGroupingAttributeDefinitionsCommandOutput>;
346
310
  listGroupingAttributeDefinitions(
347
311
  args: ListGroupingAttributeDefinitionsCommandInput,
348
- cb: (err: any, data?: ListGroupingAttributeDefinitionsCommandOutput) => void
312
+ cb: (err: any, data?: ListGroupingAttributeDefinitionsCommandOutput) => void,
349
313
  ): void;
350
314
  listGroupingAttributeDefinitions(
351
315
  args: ListGroupingAttributeDefinitionsCommandInput,
352
316
  options: __HttpHandlerOptions,
353
- cb: (err: any, data?: ListGroupingAttributeDefinitionsCommandOutput) => void
317
+ cb: (err: any, data?: ListGroupingAttributeDefinitionsCommandOutput) => void,
354
318
  ): void;
355
319
  listInstrumentationConfigurations(
356
320
  args: ListInstrumentationConfigurationsCommandInput,
357
- options?: __HttpHandlerOptions
321
+ options?: __HttpHandlerOptions,
358
322
  ): Promise<ListInstrumentationConfigurationsCommandOutput>;
359
323
  listInstrumentationConfigurations(
360
324
  args: ListInstrumentationConfigurationsCommandInput,
361
- cb: (
362
- err: any,
363
- data?: ListInstrumentationConfigurationsCommandOutput
364
- ) => void
325
+ cb: (err: any, data?: ListInstrumentationConfigurationsCommandOutput) => void,
365
326
  ): void;
366
327
  listInstrumentationConfigurations(
367
328
  args: ListInstrumentationConfigurationsCommandInput,
368
329
  options: __HttpHandlerOptions,
369
- cb: (
370
- err: any,
371
- data?: ListInstrumentationConfigurationsCommandOutput
372
- ) => void
330
+ cb: (err: any, data?: ListInstrumentationConfigurationsCommandOutput) => void,
373
331
  ): void;
374
332
  listServiceDependencies(
375
333
  args: ListServiceDependenciesCommandInput,
376
- options?: __HttpHandlerOptions
334
+ options?: __HttpHandlerOptions,
377
335
  ): Promise<ListServiceDependenciesCommandOutput>;
378
336
  listServiceDependencies(
379
337
  args: ListServiceDependenciesCommandInput,
380
- cb: (err: any, data?: ListServiceDependenciesCommandOutput) => void
338
+ cb: (err: any, data?: ListServiceDependenciesCommandOutput) => void,
381
339
  ): void;
382
340
  listServiceDependencies(
383
341
  args: ListServiceDependenciesCommandInput,
384
342
  options: __HttpHandlerOptions,
385
- cb: (err: any, data?: ListServiceDependenciesCommandOutput) => void
343
+ cb: (err: any, data?: ListServiceDependenciesCommandOutput) => void,
386
344
  ): void;
387
345
  listServiceDependents(
388
346
  args: ListServiceDependentsCommandInput,
389
- options?: __HttpHandlerOptions
347
+ options?: __HttpHandlerOptions,
390
348
  ): Promise<ListServiceDependentsCommandOutput>;
391
349
  listServiceDependents(
392
350
  args: ListServiceDependentsCommandInput,
393
- cb: (err: any, data?: ListServiceDependentsCommandOutput) => void
351
+ cb: (err: any, data?: ListServiceDependentsCommandOutput) => void,
394
352
  ): void;
395
353
  listServiceDependents(
396
354
  args: ListServiceDependentsCommandInput,
397
355
  options: __HttpHandlerOptions,
398
- cb: (err: any, data?: ListServiceDependentsCommandOutput) => void
356
+ cb: (err: any, data?: ListServiceDependentsCommandOutput) => void,
399
357
  ): void;
400
358
  listServiceLevelObjectiveExclusionWindows(
401
359
  args: ListServiceLevelObjectiveExclusionWindowsCommandInput,
402
- options?: __HttpHandlerOptions
360
+ options?: __HttpHandlerOptions,
403
361
  ): Promise<ListServiceLevelObjectiveExclusionWindowsCommandOutput>;
404
362
  listServiceLevelObjectiveExclusionWindows(
405
363
  args: ListServiceLevelObjectiveExclusionWindowsCommandInput,
406
- cb: (
407
- err: any,
408
- data?: ListServiceLevelObjectiveExclusionWindowsCommandOutput
409
- ) => void
364
+ cb: (err: any, data?: ListServiceLevelObjectiveExclusionWindowsCommandOutput) => void,
410
365
  ): void;
411
366
  listServiceLevelObjectiveExclusionWindows(
412
367
  args: ListServiceLevelObjectiveExclusionWindowsCommandInput,
413
368
  options: __HttpHandlerOptions,
414
- cb: (
415
- err: any,
416
- data?: ListServiceLevelObjectiveExclusionWindowsCommandOutput
417
- ) => void
369
+ cb: (err: any, data?: ListServiceLevelObjectiveExclusionWindowsCommandOutput) => void,
418
370
  ): void;
419
371
  listServiceLevelObjectives(): Promise<ListServiceLevelObjectivesCommandOutput>;
420
372
  listServiceLevelObjectives(
421
373
  args: ListServiceLevelObjectivesCommandInput,
422
- options?: __HttpHandlerOptions
374
+ options?: __HttpHandlerOptions,
423
375
  ): Promise<ListServiceLevelObjectivesCommandOutput>;
424
376
  listServiceLevelObjectives(
425
377
  args: ListServiceLevelObjectivesCommandInput,
426
- cb: (err: any, data?: ListServiceLevelObjectivesCommandOutput) => void
378
+ cb: (err: any, data?: ListServiceLevelObjectivesCommandOutput) => void,
427
379
  ): void;
428
380
  listServiceLevelObjectives(
429
381
  args: ListServiceLevelObjectivesCommandInput,
430
382
  options: __HttpHandlerOptions,
431
- cb: (err: any, data?: ListServiceLevelObjectivesCommandOutput) => void
383
+ cb: (err: any, data?: ListServiceLevelObjectivesCommandOutput) => void,
432
384
  ): void;
433
385
  listServiceOperations(
434
386
  args: ListServiceOperationsCommandInput,
435
- options?: __HttpHandlerOptions
387
+ options?: __HttpHandlerOptions,
436
388
  ): Promise<ListServiceOperationsCommandOutput>;
437
389
  listServiceOperations(
438
390
  args: ListServiceOperationsCommandInput,
439
- cb: (err: any, data?: ListServiceOperationsCommandOutput) => void
391
+ cb: (err: any, data?: ListServiceOperationsCommandOutput) => void,
440
392
  ): void;
441
393
  listServiceOperations(
442
394
  args: ListServiceOperationsCommandInput,
443
395
  options: __HttpHandlerOptions,
444
- cb: (err: any, data?: ListServiceOperationsCommandOutput) => void
396
+ cb: (err: any, data?: ListServiceOperationsCommandOutput) => void,
445
397
  ): void;
446
398
  listServices(
447
399
  args: ListServicesCommandInput,
448
- options?: __HttpHandlerOptions
400
+ options?: __HttpHandlerOptions,
449
401
  ): Promise<ListServicesCommandOutput>;
450
402
  listServices(
451
403
  args: ListServicesCommandInput,
452
- cb: (err: any, data?: ListServicesCommandOutput) => void
404
+ cb: (err: any, data?: ListServicesCommandOutput) => void,
453
405
  ): void;
454
406
  listServices(
455
407
  args: ListServicesCommandInput,
456
408
  options: __HttpHandlerOptions,
457
- cb: (err: any, data?: ListServicesCommandOutput) => void
409
+ cb: (err: any, data?: ListServicesCommandOutput) => void,
458
410
  ): void;
459
411
  listServiceStates(
460
412
  args: ListServiceStatesCommandInput,
461
- options?: __HttpHandlerOptions
413
+ options?: __HttpHandlerOptions,
462
414
  ): Promise<ListServiceStatesCommandOutput>;
463
415
  listServiceStates(
464
416
  args: ListServiceStatesCommandInput,
465
- cb: (err: any, data?: ListServiceStatesCommandOutput) => void
417
+ cb: (err: any, data?: ListServiceStatesCommandOutput) => void,
466
418
  ): void;
467
419
  listServiceStates(
468
420
  args: ListServiceStatesCommandInput,
469
421
  options: __HttpHandlerOptions,
470
- cb: (err: any, data?: ListServiceStatesCommandOutput) => void
422
+ cb: (err: any, data?: ListServiceStatesCommandOutput) => void,
471
423
  ): void;
472
424
  listTagsForResource(
473
425
  args: ListTagsForResourceCommandInput,
474
- options?: __HttpHandlerOptions
426
+ options?: __HttpHandlerOptions,
475
427
  ): Promise<ListTagsForResourceCommandOutput>;
476
428
  listTagsForResource(
477
429
  args: ListTagsForResourceCommandInput,
478
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
430
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
479
431
  ): void;
480
432
  listTagsForResource(
481
433
  args: ListTagsForResourceCommandInput,
482
434
  options: __HttpHandlerOptions,
483
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
435
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
484
436
  ): void;
485
437
  putGroupingConfiguration(
486
438
  args: PutGroupingConfigurationCommandInput,
487
- options?: __HttpHandlerOptions
439
+ options?: __HttpHandlerOptions,
488
440
  ): Promise<PutGroupingConfigurationCommandOutput>;
489
441
  putGroupingConfiguration(
490
442
  args: PutGroupingConfigurationCommandInput,
491
- cb: (err: any, data?: PutGroupingConfigurationCommandOutput) => void
443
+ cb: (err: any, data?: PutGroupingConfigurationCommandOutput) => void,
492
444
  ): void;
493
445
  putGroupingConfiguration(
494
446
  args: PutGroupingConfigurationCommandInput,
495
447
  options: __HttpHandlerOptions,
496
- cb: (err: any, data?: PutGroupingConfigurationCommandOutput) => void
448
+ cb: (err: any, data?: PutGroupingConfigurationCommandOutput) => void,
497
449
  ): void;
498
450
  reportInstrumentationConfigurationStatus(
499
451
  args: ReportInstrumentationConfigurationStatusCommandInput,
500
- options?: __HttpHandlerOptions
452
+ options?: __HttpHandlerOptions,
501
453
  ): Promise<ReportInstrumentationConfigurationStatusCommandOutput>;
502
454
  reportInstrumentationConfigurationStatus(
503
455
  args: ReportInstrumentationConfigurationStatusCommandInput,
504
- cb: (
505
- err: any,
506
- data?: ReportInstrumentationConfigurationStatusCommandOutput
507
- ) => void
456
+ cb: (err: any, data?: ReportInstrumentationConfigurationStatusCommandOutput) => void,
508
457
  ): void;
509
458
  reportInstrumentationConfigurationStatus(
510
459
  args: ReportInstrumentationConfigurationStatusCommandInput,
511
460
  options: __HttpHandlerOptions,
512
- cb: (
513
- err: any,
514
- data?: ReportInstrumentationConfigurationStatusCommandOutput
515
- ) => void
461
+ cb: (err: any, data?: ReportInstrumentationConfigurationStatusCommandOutput) => void,
516
462
  ): void;
517
463
  startDiscovery(): Promise<StartDiscoveryCommandOutput>;
518
464
  startDiscovery(
519
465
  args: StartDiscoveryCommandInput,
520
- options?: __HttpHandlerOptions
466
+ options?: __HttpHandlerOptions,
521
467
  ): Promise<StartDiscoveryCommandOutput>;
522
468
  startDiscovery(
523
469
  args: StartDiscoveryCommandInput,
524
- cb: (err: any, data?: StartDiscoveryCommandOutput) => void
470
+ cb: (err: any, data?: StartDiscoveryCommandOutput) => void,
525
471
  ): void;
526
472
  startDiscovery(
527
473
  args: StartDiscoveryCommandInput,
528
474
  options: __HttpHandlerOptions,
529
- cb: (err: any, data?: StartDiscoveryCommandOutput) => void
475
+ cb: (err: any, data?: StartDiscoveryCommandOutput) => void,
530
476
  ): void;
531
477
  tagResource(
532
478
  args: TagResourceCommandInput,
533
- options?: __HttpHandlerOptions
479
+ options?: __HttpHandlerOptions,
534
480
  ): Promise<TagResourceCommandOutput>;
535
481
  tagResource(
536
482
  args: TagResourceCommandInput,
537
- cb: (err: any, data?: TagResourceCommandOutput) => void
483
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
538
484
  ): void;
539
485
  tagResource(
540
486
  args: TagResourceCommandInput,
541
487
  options: __HttpHandlerOptions,
542
- cb: (err: any, data?: TagResourceCommandOutput) => void
488
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
543
489
  ): void;
544
490
  untagResource(
545
491
  args: UntagResourceCommandInput,
546
- options?: __HttpHandlerOptions
492
+ options?: __HttpHandlerOptions,
547
493
  ): Promise<UntagResourceCommandOutput>;
548
494
  untagResource(
549
495
  args: UntagResourceCommandInput,
550
- cb: (err: any, data?: UntagResourceCommandOutput) => void
496
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
551
497
  ): void;
552
498
  untagResource(
553
499
  args: UntagResourceCommandInput,
554
500
  options: __HttpHandlerOptions,
555
- cb: (err: any, data?: UntagResourceCommandOutput) => void
501
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
556
502
  ): void;
557
503
  updateServiceLevelObjective(
558
504
  args: UpdateServiceLevelObjectiveCommandInput,
559
- options?: __HttpHandlerOptions
505
+ options?: __HttpHandlerOptions,
560
506
  ): Promise<UpdateServiceLevelObjectiveCommandOutput>;
561
507
  updateServiceLevelObjective(
562
508
  args: UpdateServiceLevelObjectiveCommandInput,
563
- cb: (err: any, data?: UpdateServiceLevelObjectiveCommandOutput) => void
509
+ cb: (err: any, data?: UpdateServiceLevelObjectiveCommandOutput) => void,
564
510
  ): void;
565
511
  updateServiceLevelObjective(
566
512
  args: UpdateServiceLevelObjectiveCommandInput,
567
513
  options: __HttpHandlerOptions,
568
- cb: (err: any, data?: UpdateServiceLevelObjectiveCommandOutput) => void
514
+ cb: (err: any, data?: UpdateServiceLevelObjectiveCommandOutput) => void,
569
515
  ): void;
570
516
  paginateGetInstrumentationConfigurationStatus(
571
517
  args: GetInstrumentationConfigurationStatusCommandInput,
572
518
  paginationConfig?: Pick<
573
519
  PaginationConfiguration,
574
520
  Exclude<keyof PaginationConfiguration, "client">
575
- >
521
+ >,
576
522
  ): Paginator<GetInstrumentationConfigurationStatusCommandOutput>;
577
523
  paginateListEntityEvents(
578
524
  args: ListEntityEventsCommandInput,
579
525
  paginationConfig?: Pick<
580
526
  PaginationConfiguration,
581
527
  Exclude<keyof PaginationConfiguration, "client">
582
- >
528
+ >,
583
529
  ): Paginator<ListEntityEventsCommandOutput>;
584
530
  paginateListInstrumentationConfigurations(
585
531
  args: ListInstrumentationConfigurationsCommandInput,
586
532
  paginationConfig?: Pick<
587
533
  PaginationConfiguration,
588
534
  Exclude<keyof PaginationConfiguration, "client">
589
- >
535
+ >,
590
536
  ): Paginator<ListInstrumentationConfigurationsCommandOutput>;
591
537
  paginateListServiceDependencies(
592
538
  args: ListServiceDependenciesCommandInput,
593
539
  paginationConfig?: Pick<
594
540
  PaginationConfiguration,
595
541
  Exclude<keyof PaginationConfiguration, "client">
596
- >
542
+ >,
597
543
  ): Paginator<ListServiceDependenciesCommandOutput>;
598
544
  paginateListServiceDependents(
599
545
  args: ListServiceDependentsCommandInput,
600
546
  paginationConfig?: Pick<
601
547
  PaginationConfiguration,
602
548
  Exclude<keyof PaginationConfiguration, "client">
603
- >
549
+ >,
604
550
  ): Paginator<ListServiceDependentsCommandOutput>;
605
551
  paginateListServiceLevelObjectiveExclusionWindows(
606
552
  args: ListServiceLevelObjectiveExclusionWindowsCommandInput,
607
553
  paginationConfig?: Pick<
608
554
  PaginationConfiguration,
609
555
  Exclude<keyof PaginationConfiguration, "client">
610
- >
556
+ >,
611
557
  ): Paginator<ListServiceLevelObjectiveExclusionWindowsCommandOutput>;
612
558
  paginateListServiceLevelObjectives(
613
559
  args?: ListServiceLevelObjectivesCommandInput,
614
560
  paginationConfig?: Pick<
615
561
  PaginationConfiguration,
616
562
  Exclude<keyof PaginationConfiguration, "client">
617
- >
563
+ >,
618
564
  ): Paginator<ListServiceLevelObjectivesCommandOutput>;
619
565
  paginateListServiceOperations(
620
566
  args: ListServiceOperationsCommandInput,
621
567
  paginationConfig?: Pick<
622
568
  PaginationConfiguration,
623
569
  Exclude<keyof PaginationConfiguration, "client">
624
- >
570
+ >,
625
571
  ): Paginator<ListServiceOperationsCommandOutput>;
626
572
  paginateListServices(
627
573
  args: ListServicesCommandInput,
628
574
  paginationConfig?: Pick<
629
575
  PaginationConfiguration,
630
576
  Exclude<keyof PaginationConfiguration, "client">
631
- >
577
+ >,
632
578
  ): Paginator<ListServicesCommandOutput>;
633
579
  paginateListServiceStates(
634
580
  args: ListServiceStatesCommandInput,
635
581
  paginationConfig?: Pick<
636
582
  PaginationConfiguration,
637
583
  Exclude<keyof PaginationConfiguration, "client">
638
- >
584
+ >,
639
585
  ): Paginator<ListServiceStatesCommandOutput>;
640
586
  }
641
587
  export declare class ApplicationSignals