@aws-sdk/client-application-insights 3.279.0 → 3.282.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 (29) hide show
  1. package/README.md +219 -0
  2. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateComponentCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateLogPatternCommand.d.ts +6 -0
  5. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteComponentCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteLogPatternCommand.d.ts +6 -0
  8. package/dist-types/commands/DescribeApplicationCommand.d.ts +6 -0
  9. package/dist-types/commands/DescribeComponentCommand.d.ts +6 -0
  10. package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +6 -0
  11. package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +6 -0
  12. package/dist-types/commands/DescribeLogPatternCommand.d.ts +6 -0
  13. package/dist-types/commands/DescribeObservationCommand.d.ts +6 -0
  14. package/dist-types/commands/DescribeProblemCommand.d.ts +6 -0
  15. package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +6 -0
  16. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -0
  17. package/dist-types/commands/ListComponentsCommand.d.ts +6 -0
  18. package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +6 -0
  19. package/dist-types/commands/ListLogPatternSetsCommand.d.ts +6 -0
  20. package/dist-types/commands/ListLogPatternsCommand.d.ts +6 -0
  21. package/dist-types/commands/ListProblemsCommand.d.ts +6 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  23. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  24. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  25. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -0
  26. package/dist-types/commands/UpdateComponentCommand.d.ts +6 -0
  27. package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +6 -0
  28. package/dist-types/commands/UpdateLogPatternCommand.d.ts +6 -0
  29. package/package.json +17 -17
package/README.md CHANGED
@@ -215,3 +215,222 @@ To contribute to client you can check our [generate clients scripts](https://git
215
215
  This SDK is distributed under the
216
216
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
217
217
  see LICENSE for more information.
218
+
219
+ ## Client Commands (Operations List)
220
+
221
+ <details>
222
+ <summary>
223
+ CreateApplication
224
+ </summary>
225
+
226
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/createapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/createapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/createapplicationcommandoutput.html)
227
+
228
+ </details>
229
+ <details>
230
+ <summary>
231
+ CreateComponent
232
+ </summary>
233
+
234
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/createcomponentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/createcomponentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/createcomponentcommandoutput.html)
235
+
236
+ </details>
237
+ <details>
238
+ <summary>
239
+ CreateLogPattern
240
+ </summary>
241
+
242
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/createlogpatterncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/createlogpatterncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/createlogpatterncommandoutput.html)
243
+
244
+ </details>
245
+ <details>
246
+ <summary>
247
+ DeleteApplication
248
+ </summary>
249
+
250
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/deleteapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/deleteapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/deleteapplicationcommandoutput.html)
251
+
252
+ </details>
253
+ <details>
254
+ <summary>
255
+ DeleteComponent
256
+ </summary>
257
+
258
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/deletecomponentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/deletecomponentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/deletecomponentcommandoutput.html)
259
+
260
+ </details>
261
+ <details>
262
+ <summary>
263
+ DeleteLogPattern
264
+ </summary>
265
+
266
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/deletelogpatterncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/deletelogpatterncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/deletelogpatterncommandoutput.html)
267
+
268
+ </details>
269
+ <details>
270
+ <summary>
271
+ DescribeApplication
272
+ </summary>
273
+
274
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/describeapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describeapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describeapplicationcommandoutput.html)
275
+
276
+ </details>
277
+ <details>
278
+ <summary>
279
+ DescribeComponent
280
+ </summary>
281
+
282
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/describecomponentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describecomponentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describecomponentcommandoutput.html)
283
+
284
+ </details>
285
+ <details>
286
+ <summary>
287
+ DescribeComponentConfiguration
288
+ </summary>
289
+
290
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/describecomponentconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describecomponentconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describecomponentconfigurationcommandoutput.html)
291
+
292
+ </details>
293
+ <details>
294
+ <summary>
295
+ DescribeComponentConfigurationRecommendation
296
+ </summary>
297
+
298
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/describecomponentconfigurationrecommendationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describecomponentconfigurationrecommendationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describecomponentconfigurationrecommendationcommandoutput.html)
299
+
300
+ </details>
301
+ <details>
302
+ <summary>
303
+ DescribeLogPattern
304
+ </summary>
305
+
306
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/describelogpatterncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describelogpatterncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describelogpatterncommandoutput.html)
307
+
308
+ </details>
309
+ <details>
310
+ <summary>
311
+ DescribeObservation
312
+ </summary>
313
+
314
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/describeobservationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describeobservationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describeobservationcommandoutput.html)
315
+
316
+ </details>
317
+ <details>
318
+ <summary>
319
+ DescribeProblem
320
+ </summary>
321
+
322
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/describeproblemcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describeproblemcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describeproblemcommandoutput.html)
323
+
324
+ </details>
325
+ <details>
326
+ <summary>
327
+ DescribeProblemObservations
328
+ </summary>
329
+
330
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/describeproblemobservationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describeproblemobservationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/describeproblemobservationscommandoutput.html)
331
+
332
+ </details>
333
+ <details>
334
+ <summary>
335
+ ListApplications
336
+ </summary>
337
+
338
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/listapplicationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listapplicationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listapplicationscommandoutput.html)
339
+
340
+ </details>
341
+ <details>
342
+ <summary>
343
+ ListComponents
344
+ </summary>
345
+
346
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/listcomponentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listcomponentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listcomponentscommandoutput.html)
347
+
348
+ </details>
349
+ <details>
350
+ <summary>
351
+ ListConfigurationHistory
352
+ </summary>
353
+
354
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/listconfigurationhistorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listconfigurationhistorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listconfigurationhistorycommandoutput.html)
355
+
356
+ </details>
357
+ <details>
358
+ <summary>
359
+ ListLogPatterns
360
+ </summary>
361
+
362
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/listlogpatternscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listlogpatternscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listlogpatternscommandoutput.html)
363
+
364
+ </details>
365
+ <details>
366
+ <summary>
367
+ ListLogPatternSets
368
+ </summary>
369
+
370
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/listlogpatternsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listlogpatternsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listlogpatternsetscommandoutput.html)
371
+
372
+ </details>
373
+ <details>
374
+ <summary>
375
+ ListProblems
376
+ </summary>
377
+
378
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/listproblemscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listproblemscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listproblemscommandoutput.html)
379
+
380
+ </details>
381
+ <details>
382
+ <summary>
383
+ ListTagsForResource
384
+ </summary>
385
+
386
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/listtagsforresourcecommandoutput.html)
387
+
388
+ </details>
389
+ <details>
390
+ <summary>
391
+ TagResource
392
+ </summary>
393
+
394
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/tagresourcecommandoutput.html)
395
+
396
+ </details>
397
+ <details>
398
+ <summary>
399
+ UntagResource
400
+ </summary>
401
+
402
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/untagresourcecommandoutput.html)
403
+
404
+ </details>
405
+ <details>
406
+ <summary>
407
+ UpdateApplication
408
+ </summary>
409
+
410
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/updateapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/updateapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/updateapplicationcommandoutput.html)
411
+
412
+ </details>
413
+ <details>
414
+ <summary>
415
+ UpdateComponent
416
+ </summary>
417
+
418
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/updatecomponentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/updatecomponentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/updatecomponentcommandoutput.html)
419
+
420
+ </details>
421
+ <details>
422
+ <summary>
423
+ UpdateComponentConfiguration
424
+ </summary>
425
+
426
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/updatecomponentconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/updatecomponentconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/updatecomponentconfigurationcommandoutput.html)
427
+
428
+ </details>
429
+ <details>
430
+ <summary>
431
+ UpdateLogPattern
432
+ </summary>
433
+
434
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/classes/updatelogpatterncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/updatelogpatterncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-application-insights/interfaces/updatelogpatterncommandoutput.html)
435
+
436
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateApplicationCommand}.
8
+ */
6
9
  export interface CreateApplicationCommandInput extends CreateApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateApplicationCommand}.
13
+ */
8
14
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateComponentCommand}.
8
+ */
6
9
  export interface CreateComponentCommandInput extends CreateComponentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateComponentCommand}.
13
+ */
8
14
  export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { CreateLogPatternRequest, CreateLogPatternResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLogPatternCommand}.
8
+ */
6
9
  export interface CreateLogPatternCommandInput extends CreateLogPatternRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLogPatternCommand}.
13
+ */
8
14
  export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteApplicationCommand}.
8
+ */
6
9
  export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteApplicationCommand}.
13
+ */
8
14
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteComponentCommand}.
8
+ */
6
9
  export interface DeleteComponentCommandInput extends DeleteComponentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteComponentCommand}.
13
+ */
8
14
  export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DeleteLogPatternRequest, DeleteLogPatternResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteLogPatternCommand}.
8
+ */
6
9
  export interface DeleteLogPatternCommandInput extends DeleteLogPatternRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteLogPatternCommand}.
13
+ */
8
14
  export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeApplicationCommand}.
8
+ */
6
9
  export interface DescribeApplicationCommandInput extends DescribeApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeApplicationCommand}.
13
+ */
8
14
  export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeComponentCommand}.
8
+ */
6
9
  export interface DescribeComponentCommandInput extends DescribeComponentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeComponentCommand}.
13
+ */
8
14
  export interface DescribeComponentCommandOutput extends DescribeComponentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DescribeComponentConfigurationRequest, DescribeComponentConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeComponentConfigurationCommand}.
8
+ */
6
9
  export interface DescribeComponentConfigurationCommandInput extends DescribeComponentConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeComponentConfigurationCommand}.
13
+ */
8
14
  export interface DescribeComponentConfigurationCommandOutput extends DescribeComponentConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DescribeComponentConfigurationRecommendationRequest, DescribeComponentConfigurationRecommendationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeComponentConfigurationRecommendationCommand}.
8
+ */
6
9
  export interface DescribeComponentConfigurationRecommendationCommandInput extends DescribeComponentConfigurationRecommendationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeComponentConfigurationRecommendationCommand}.
13
+ */
8
14
  export interface DescribeComponentConfigurationRecommendationCommandOutput extends DescribeComponentConfigurationRecommendationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DescribeLogPatternRequest, DescribeLogPatternResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLogPatternCommand}.
8
+ */
6
9
  export interface DescribeLogPatternCommandInput extends DescribeLogPatternRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLogPatternCommand}.
13
+ */
8
14
  export interface DescribeLogPatternCommandOutput extends DescribeLogPatternResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DescribeObservationRequest, DescribeObservationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeObservationCommand}.
8
+ */
6
9
  export interface DescribeObservationCommandInput extends DescribeObservationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeObservationCommand}.
13
+ */
8
14
  export interface DescribeObservationCommandOutput extends DescribeObservationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DescribeProblemRequest, DescribeProblemResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeProblemCommand}.
8
+ */
6
9
  export interface DescribeProblemCommandInput extends DescribeProblemRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeProblemCommand}.
13
+ */
8
14
  export interface DescribeProblemCommandOutput extends DescribeProblemResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DescribeProblemObservationsRequest, DescribeProblemObservationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeProblemObservationsCommand}.
8
+ */
6
9
  export interface DescribeProblemObservationsCommandInput extends DescribeProblemObservationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeProblemObservationsCommand}.
13
+ */
8
14
  export interface DescribeProblemObservationsCommandOutput extends DescribeProblemObservationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListApplicationsCommand}.
8
+ */
6
9
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListApplicationsCommand}.
13
+ */
8
14
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListComponentsCommand}.
8
+ */
6
9
  export interface ListComponentsCommandInput extends ListComponentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListComponentsCommand}.
13
+ */
8
14
  export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListConfigurationHistoryRequest, ListConfigurationHistoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListConfigurationHistoryCommand}.
8
+ */
6
9
  export interface ListConfigurationHistoryCommandInput extends ListConfigurationHistoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListConfigurationHistoryCommand}.
13
+ */
8
14
  export interface ListConfigurationHistoryCommandOutput extends ListConfigurationHistoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListLogPatternSetsRequest, ListLogPatternSetsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListLogPatternSetsCommand}.
8
+ */
6
9
  export interface ListLogPatternSetsCommandInput extends ListLogPatternSetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListLogPatternSetsCommand}.
13
+ */
8
14
  export interface ListLogPatternSetsCommandOutput extends ListLogPatternSetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListLogPatternsRequest, ListLogPatternsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListLogPatternsCommand}.
8
+ */
6
9
  export interface ListLogPatternsCommandInput extends ListLogPatternsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListLogPatternsCommand}.
13
+ */
8
14
  export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListProblemsRequest, ListProblemsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListProblemsCommand}.
8
+ */
6
9
  export interface ListProblemsCommandInput extends ListProblemsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListProblemsCommand}.
13
+ */
8
14
  export interface ListProblemsCommandOutput extends ListProblemsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateApplicationCommand}.
8
+ */
6
9
  export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateApplicationCommand}.
13
+ */
8
14
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateComponentCommand}.
8
+ */
6
9
  export interface UpdateComponentCommandInput extends UpdateComponentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateComponentCommand}.
13
+ */
8
14
  export interface UpdateComponentCommandOutput extends UpdateComponentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { UpdateComponentConfigurationRequest, UpdateComponentConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateComponentConfigurationCommand}.
8
+ */
6
9
  export interface UpdateComponentConfigurationCommandInput extends UpdateComponentConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateComponentConfigurationCommand}.
13
+ */
8
14
  export interface UpdateComponentConfigurationCommandOutput extends UpdateComponentConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { UpdateLogPatternRequest, UpdateLogPatternResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateLogPatternCommand}.
8
+ */
6
9
  export interface UpdateLogPatternCommandInput extends UpdateLogPatternRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateLogPatternCommand}.
13
+ */
8
14
  export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-insights",
3
3
  "description": "AWS SDK for JavaScript Application Insights Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.282.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,25 +20,25 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
24
- "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
26
- "@aws-sdk/fetch-http-handler": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.282.0",
24
+ "@aws-sdk/config-resolver": "3.282.0",
25
+ "@aws-sdk/credential-provider-node": "3.282.0",
26
+ "@aws-sdk/fetch-http-handler": "3.282.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.272.0",
30
- "@aws-sdk/middleware-endpoint": "3.272.0",
31
- "@aws-sdk/middleware-host-header": "3.278.0",
29
+ "@aws-sdk/middleware-content-length": "3.282.0",
30
+ "@aws-sdk/middleware-endpoint": "3.282.0",
31
+ "@aws-sdk/middleware-host-header": "3.282.0",
32
32
  "@aws-sdk/middleware-logger": "3.272.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.272.0",
34
- "@aws-sdk/middleware-retry": "3.272.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
+ "@aws-sdk/middleware-retry": "3.282.0",
35
35
  "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.272.0",
36
+ "@aws-sdk/middleware-signing": "3.282.0",
37
37
  "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.272.0",
38
+ "@aws-sdk/middleware-user-agent": "3.282.0",
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
- "@aws-sdk/node-http-handler": "3.272.0",
41
- "@aws-sdk/protocol-http": "3.272.0",
40
+ "@aws-sdk/node-http-handler": "3.282.0",
41
+ "@aws-sdk/protocol-http": "3.282.0",
42
42
  "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
@@ -46,11 +46,11 @@
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
48
  "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.282.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.272.0",
53
- "@aws-sdk/util-user-agent-node": "3.272.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.282.0",
53
+ "@aws-sdk/util-user-agent-node": "3.282.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },