@aws-sdk/client-devops-guru 3.940.0 → 3.946.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 (72) hide show
  1. package/dist-cjs/index.js +45 -201
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/DevOpsGuruClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +45 -201
  8. package/dist-types/DevOpsGuru.d.ts +1 -1
  9. package/dist-types/DevOpsGuruClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AddNotificationChannelCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteInsightCommand.d.ts +3 -3
  14. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -3
  15. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -3
  16. package/dist-types/commands/DescribeAnomalyCommand.d.ts +3 -3
  17. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +3 -3
  18. package/dist-types/commands/DescribeFeedbackCommand.d.ts +3 -3
  19. package/dist-types/commands/DescribeInsightCommand.d.ts +3 -3
  20. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +3 -3
  21. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +3 -3
  22. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +3 -3
  23. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -3
  25. package/dist-types/commands/GetCostEstimationCommand.d.ts +3 -3
  26. package/dist-types/commands/GetResourceCollectionCommand.d.ts +3 -3
  27. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -3
  28. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +3 -3
  29. package/dist-types/commands/ListEventsCommand.d.ts +3 -3
  30. package/dist-types/commands/ListInsightsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +3 -3
  32. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -3
  35. package/dist-types/commands/PutFeedbackCommand.d.ts +3 -3
  36. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -3
  37. package/dist-types/commands/SearchInsightsCommand.d.ts +3 -3
  38. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +3 -3
  39. package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -3
  40. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +3 -3
  41. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +3 -3
  42. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +3 -3
  43. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  44. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  45. package/dist-types/extensionConfiguration.d.ts +4 -4
  46. package/dist-types/models/DevOpsGuruServiceException.d.ts +1 -1
  47. package/dist-types/models/errors.d.ts +1 -1
  48. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +1 -1
  49. package/dist-types/pagination/DescribeResourceCollectionHealthPaginator.d.ts +1 -1
  50. package/dist-types/pagination/GetCostEstimationPaginator.d.ts +1 -1
  51. package/dist-types/pagination/GetResourceCollectionPaginator.d.ts +1 -1
  52. package/dist-types/pagination/Interfaces.d.ts +1 -1
  53. package/dist-types/pagination/ListAnomaliesForInsightPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListEventsPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListInsightsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListNotificationChannelsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/SearchInsightsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +1 -1
  63. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  64. package/dist-types/runtimeConfig.d.ts +1 -1
  65. package/dist-types/runtimeConfig.native.d.ts +1 -1
  66. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  67. package/dist-types/runtimeExtensions.d.ts +1 -1
  68. package/dist-types/schemas/schemas_0.d.ts +1 -1
  69. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +3 -3
  70. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  71. package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +1 -1
  72. package/package.json +13 -12
@@ -379,17 +379,7 @@ const n0 = "com.amazonaws.devopsguru";
379
379
  import { TypeRegistry } from "@smithy/core/schema";
380
380
  import { DevOpsGuruServiceException as __DevOpsGuruServiceException } from "../models/DevOpsGuruServiceException";
381
381
  import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
382
- export var AccessDeniedException = [
383
- -3,
384
- n0,
385
- _ADE,
386
- {
387
- [_e]: _c,
388
- [_hE]: 403,
389
- },
390
- [_M],
391
- [0],
392
- ];
382
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
393
383
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
394
384
  export var AccountHealth = [3, n0, _AH, 0, [_AI, _I], [0, () => AccountInsightHealth]];
395
385
  export var AccountInsightHealth = [3, n0, _AIH, 0, [_OPI, _ORI], [1, 1]];
@@ -458,17 +448,7 @@ export var CloudWatchMetricsDetail = [
458
448
  [0, 0, () => CloudWatchMetricsDimensions, 0, 0, 1, () => CloudWatchMetricsDataSummary],
459
449
  ];
460
450
  export var CloudWatchMetricsDimension = [3, n0, _CWMDl, 0, [_N, _V], [0, 0]];
461
- export var ConflictException = [
462
- -3,
463
- n0,
464
- _CE,
465
- {
466
- [_e]: _c,
467
- [_hE]: 409,
468
- },
469
- [_M, _RI, _RT],
470
- [0, 0, 0],
471
- ];
451
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
472
452
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
473
453
  export var CostEstimationResourceCollectionFilter = [
474
454
  3,
@@ -500,12 +480,7 @@ export var DescribeAnomalyRequest = [
500
480
  [_Id, _AI],
501
481
  [
502
482
  [0, 1],
503
- [
504
- 0,
505
- {
506
- [_hQ]: _AI,
507
- },
508
- ],
483
+ [0, { [_hQ]: _AI }],
509
484
  ],
510
485
  ];
511
486
  export var DescribeAnomalyResponse = [
@@ -535,12 +510,7 @@ export var DescribeInsightRequest = [
535
510
  [_Id, _AI],
536
511
  [
537
512
  [0, 1],
538
- [
539
- 0,
540
- {
541
- [_hQ]: _AI,
542
- },
543
- ],
513
+ [0, { [_hQ]: _AI }],
544
514
  ],
545
515
  ];
546
516
  export var DescribeInsightResponse = [
@@ -593,12 +563,7 @@ export var DescribeResourceCollectionHealthRequest = [
593
563
  [_RCT, _NT],
594
564
  [
595
565
  [0, 1],
596
- [
597
- 0,
598
- {
599
- [_hQ]: _NT,
600
- },
601
- ],
566
+ [0, { [_hQ]: _NT }],
602
567
  ],
603
568
  ];
604
569
  export var DescribeResourceCollectionHealthResponse = [
@@ -637,21 +602,7 @@ export var EventSourcesConfig = [
637
602
  [() => AmazonCodeGuruProfilerIntegration],
638
603
  ];
639
604
  export var EventTimeRange = [3, n0, _ETRv, 0, [_FT, _TT], [4, 4]];
640
- export var GetCostEstimationRequest = [
641
- 3,
642
- n0,
643
- _GCER,
644
- 0,
645
- [_NT],
646
- [
647
- [
648
- 0,
649
- {
650
- [_hQ]: _NT,
651
- },
652
- ],
653
- ],
654
- ];
605
+ export var GetCostEstimationRequest = [3, n0, _GCER, 0, [_NT], [[0, { [_hQ]: _NT }]]];
655
606
  export var GetCostEstimationResponse = [
656
607
  3,
657
608
  n0,
@@ -668,12 +619,7 @@ export var GetResourceCollectionRequest = [
668
619
  [_RCT, _NT],
669
620
  [
670
621
  [0, 1],
671
- [
672
- 0,
673
- {
674
- [_hQ]: _NT,
675
- },
676
- ],
622
+ [0, { [_hQ]: _NT }],
677
623
  ],
678
624
  ];
679
625
  export var GetResourceCollectionResponse = [
@@ -691,20 +637,9 @@ export var InternalServerException = [
691
637
  -3,
692
638
  n0,
693
639
  _ISE,
694
- {
695
- [_e]: _s,
696
- [_hE]: 500,
697
- },
640
+ { [_e]: _s, [_hE]: 500 },
698
641
  [_M, _RAS],
699
- [
700
- 0,
701
- [
702
- 1,
703
- {
704
- [_hH]: _RA_,
705
- },
706
- ],
707
- ],
642
+ [0, [1, { [_hH]: _RA_ }]],
708
643
  ];
709
644
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
710
645
  export var KMSServerSideEncryptionIntegration = [
@@ -1186,10 +1121,7 @@ export var ResourceNotFoundException = [
1186
1121
  -3,
1187
1122
  n0,
1188
1123
  _RNFE,
1189
- {
1190
- [_e]: _c,
1191
- [_hE]: 404,
1192
- },
1124
+ { [_e]: _c, [_hE]: 404 },
1193
1125
  [_M, _RI, _RT],
1194
1126
  [0, 0, 0],
1195
1127
  ];
@@ -1260,17 +1192,7 @@ export var ServiceIntegrationConfig = [
1260
1192
  [_OC, _LAD, _KMSSSE],
1261
1193
  [() => OpsCenterIntegration, () => LogsAnomalyDetectionIntegration, () => KMSServerSideEncryptionIntegration],
1262
1194
  ];
1263
- export var ServiceQuotaExceededException = [
1264
- -3,
1265
- n0,
1266
- _SQEE,
1267
- {
1268
- [_e]: _c,
1269
- [_hE]: 402,
1270
- },
1271
- [_M],
1272
- [0],
1273
- ];
1195
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1274
1196
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1275
1197
  export var ServiceResourceCost = [3, n0, _SRC, 0, [_T, _Stat, _Cou, _UC, _Cos], [0, 0, 1, 1, 1]];
1276
1198
  export var SnsChannelConfig = [3, n0, _SCC, 0, [_TA], [0]];
@@ -1299,22 +1221,9 @@ export var ThrottlingException = [
1299
1221
  -3,
1300
1222
  n0,
1301
1223
  _TE,
1302
- {
1303
- [_e]: _c,
1304
- [_hE]: 429,
1305
- },
1224
+ { [_e]: _c, [_hE]: 429 },
1306
1225
  [_M, _QC, _SCer, _RAS],
1307
- [
1308
- 0,
1309
- 0,
1310
- 0,
1311
- [
1312
- 1,
1313
- {
1314
- [_hH]: _RA_,
1315
- },
1316
- ],
1317
- ],
1226
+ [0, 0, 0, [1, { [_hH]: _RA_ }]],
1318
1227
  ];
1319
1228
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1320
1229
  export var TimestampMetricValuePair = [3, n0, _TMVP, 0, [_Tim, _MV], [4, 1]];
@@ -1371,10 +1280,7 @@ export var ValidationException = [
1371
1280
  -3,
1372
1281
  n0,
1373
1282
  _VE,
1374
- {
1375
- [_e]: _c,
1376
- [_hE]: 400,
1377
- },
1283
+ { [_e]: _c, [_hE]: 400 },
1378
1284
  [_M, _Rea, _Fie],
1379
1285
  [0, 0, () => ValidationExceptionFields],
1380
1286
  ];
@@ -1491,9 +1397,7 @@ export var AddNotificationChannel = [
1491
1397
  9,
1492
1398
  n0,
1493
1399
  _ANC,
1494
- {
1495
- [_h]: ["PUT", "/channels", 200],
1496
- },
1400
+ { [_h]: ["PUT", "/channels", 200] },
1497
1401
  () => AddNotificationChannelRequest,
1498
1402
  () => AddNotificationChannelResponse,
1499
1403
  ];
@@ -1501,9 +1405,7 @@ export var DeleteInsight = [
1501
1405
  9,
1502
1406
  n0,
1503
1407
  _DI,
1504
- {
1505
- [_h]: ["DELETE", "/insights/{Id}", 200],
1506
- },
1408
+ { [_h]: ["DELETE", "/insights/{Id}", 200] },
1507
1409
  () => DeleteInsightRequest,
1508
1410
  () => DeleteInsightResponse,
1509
1411
  ];
@@ -1511,9 +1413,7 @@ export var DescribeAccountHealth = [
1511
1413
  9,
1512
1414
  n0,
1513
1415
  _DAH,
1514
- {
1515
- [_h]: ["GET", "/accounts/health", 200],
1516
- },
1416
+ { [_h]: ["GET", "/accounts/health", 200] },
1517
1417
  () => DescribeAccountHealthRequest,
1518
1418
  () => DescribeAccountHealthResponse,
1519
1419
  ];
@@ -1521,9 +1421,7 @@ export var DescribeAccountOverview = [
1521
1421
  9,
1522
1422
  n0,
1523
1423
  _DAO,
1524
- {
1525
- [_h]: ["POST", "/accounts/overview", 200],
1526
- },
1424
+ { [_h]: ["POST", "/accounts/overview", 200] },
1527
1425
  () => DescribeAccountOverviewRequest,
1528
1426
  () => DescribeAccountOverviewResponse,
1529
1427
  ];
@@ -1531,9 +1429,7 @@ export var DescribeAnomaly = [
1531
1429
  9,
1532
1430
  n0,
1533
1431
  _DA,
1534
- {
1535
- [_h]: ["GET", "/anomalies/{Id}", 200],
1536
- },
1432
+ { [_h]: ["GET", "/anomalies/{Id}", 200] },
1537
1433
  () => DescribeAnomalyRequest,
1538
1434
  () => DescribeAnomalyResponse,
1539
1435
  ];
@@ -1541,9 +1437,7 @@ export var DescribeEventSourcesConfig = [
1541
1437
  9,
1542
1438
  n0,
1543
1439
  _DESC,
1544
- {
1545
- [_h]: ["POST", "/event-sources", 200],
1546
- },
1440
+ { [_h]: ["POST", "/event-sources", 200] },
1547
1441
  () => DescribeEventSourcesConfigRequest,
1548
1442
  () => DescribeEventSourcesConfigResponse,
1549
1443
  ];
@@ -1551,9 +1445,7 @@ export var DescribeFeedback = [
1551
1445
  9,
1552
1446
  n0,
1553
1447
  _DF,
1554
- {
1555
- [_h]: ["POST", "/feedback", 200],
1556
- },
1448
+ { [_h]: ["POST", "/feedback", 200] },
1557
1449
  () => DescribeFeedbackRequest,
1558
1450
  () => DescribeFeedbackResponse,
1559
1451
  ];
@@ -1561,9 +1453,7 @@ export var DescribeInsight = [
1561
1453
  9,
1562
1454
  n0,
1563
1455
  _DIe,
1564
- {
1565
- [_h]: ["GET", "/insights/{Id}", 200],
1566
- },
1456
+ { [_h]: ["GET", "/insights/{Id}", 200] },
1567
1457
  () => DescribeInsightRequest,
1568
1458
  () => DescribeInsightResponse,
1569
1459
  ];
@@ -1571,9 +1461,7 @@ export var DescribeOrganizationHealth = [
1571
1461
  9,
1572
1462
  n0,
1573
1463
  _DOH,
1574
- {
1575
- [_h]: ["POST", "/organization/health", 200],
1576
- },
1464
+ { [_h]: ["POST", "/organization/health", 200] },
1577
1465
  () => DescribeOrganizationHealthRequest,
1578
1466
  () => DescribeOrganizationHealthResponse,
1579
1467
  ];
@@ -1581,9 +1469,7 @@ export var DescribeOrganizationOverview = [
1581
1469
  9,
1582
1470
  n0,
1583
1471
  _DOO,
1584
- {
1585
- [_h]: ["POST", "/organization/overview", 200],
1586
- },
1472
+ { [_h]: ["POST", "/organization/overview", 200] },
1587
1473
  () => DescribeOrganizationOverviewRequest,
1588
1474
  () => DescribeOrganizationOverviewResponse,
1589
1475
  ];
@@ -1591,9 +1477,7 @@ export var DescribeOrganizationResourceCollectionHealth = [
1591
1477
  9,
1592
1478
  n0,
1593
1479
  _DORCH,
1594
- {
1595
- [_h]: ["POST", "/organization/health/resource-collection", 200],
1596
- },
1480
+ { [_h]: ["POST", "/organization/health/resource-collection", 200] },
1597
1481
  () => DescribeOrganizationResourceCollectionHealthRequest,
1598
1482
  () => DescribeOrganizationResourceCollectionHealthResponse,
1599
1483
  ];
@@ -1601,9 +1485,7 @@ export var DescribeResourceCollectionHealth = [
1601
1485
  9,
1602
1486
  n0,
1603
1487
  _DRCH,
1604
- {
1605
- [_h]: ["GET", "/accounts/health/resource-collection/{ResourceCollectionType}", 200],
1606
- },
1488
+ { [_h]: ["GET", "/accounts/health/resource-collection/{ResourceCollectionType}", 200] },
1607
1489
  () => DescribeResourceCollectionHealthRequest,
1608
1490
  () => DescribeResourceCollectionHealthResponse,
1609
1491
  ];
@@ -1611,9 +1493,7 @@ export var DescribeServiceIntegration = [
1611
1493
  9,
1612
1494
  n0,
1613
1495
  _DSI,
1614
- {
1615
- [_h]: ["GET", "/service-integrations", 200],
1616
- },
1496
+ { [_h]: ["GET", "/service-integrations", 200] },
1617
1497
  () => DescribeServiceIntegrationRequest,
1618
1498
  () => DescribeServiceIntegrationResponse,
1619
1499
  ];
@@ -1621,9 +1501,7 @@ export var GetCostEstimation = [
1621
1501
  9,
1622
1502
  n0,
1623
1503
  _GCE,
1624
- {
1625
- [_h]: ["GET", "/cost-estimation", 200],
1626
- },
1504
+ { [_h]: ["GET", "/cost-estimation", 200] },
1627
1505
  () => GetCostEstimationRequest,
1628
1506
  () => GetCostEstimationResponse,
1629
1507
  ];
@@ -1631,9 +1509,7 @@ export var GetResourceCollection = [
1631
1509
  9,
1632
1510
  n0,
1633
1511
  _GRC,
1634
- {
1635
- [_h]: ["GET", "/resource-collections/{ResourceCollectionType}", 200],
1636
- },
1512
+ { [_h]: ["GET", "/resource-collections/{ResourceCollectionType}", 200] },
1637
1513
  () => GetResourceCollectionRequest,
1638
1514
  () => GetResourceCollectionResponse,
1639
1515
  ];
@@ -1641,9 +1517,7 @@ export var ListAnomaliesForInsight = [
1641
1517
  9,
1642
1518
  n0,
1643
1519
  _LAFI,
1644
- {
1645
- [_h]: ["POST", "/anomalies/insight/{InsightId}", 200],
1646
- },
1520
+ { [_h]: ["POST", "/anomalies/insight/{InsightId}", 200] },
1647
1521
  () => ListAnomaliesForInsightRequest,
1648
1522
  () => ListAnomaliesForInsightResponse,
1649
1523
  ];
@@ -1651,9 +1525,7 @@ export var ListAnomalousLogGroups = [
1651
1525
  9,
1652
1526
  n0,
1653
1527
  _LALG,
1654
- {
1655
- [_h]: ["POST", "/list-log-anomalies", 200],
1656
- },
1528
+ { [_h]: ["POST", "/list-log-anomalies", 200] },
1657
1529
  () => ListAnomalousLogGroupsRequest,
1658
1530
  () => ListAnomalousLogGroupsResponse,
1659
1531
  ];
@@ -1661,9 +1533,7 @@ export var ListEvents = [
1661
1533
  9,
1662
1534
  n0,
1663
1535
  _LE,
1664
- {
1665
- [_h]: ["POST", "/events", 200],
1666
- },
1536
+ { [_h]: ["POST", "/events", 200] },
1667
1537
  () => ListEventsRequest,
1668
1538
  () => ListEventsResponse,
1669
1539
  ];
@@ -1671,9 +1541,7 @@ export var ListInsights = [
1671
1541
  9,
1672
1542
  n0,
1673
1543
  _LI,
1674
- {
1675
- [_h]: ["POST", "/insights", 200],
1676
- },
1544
+ { [_h]: ["POST", "/insights", 200] },
1677
1545
  () => ListInsightsRequest,
1678
1546
  () => ListInsightsResponse,
1679
1547
  ];
@@ -1681,9 +1549,7 @@ export var ListMonitoredResources = [
1681
1549
  9,
1682
1550
  n0,
1683
1551
  _LMR,
1684
- {
1685
- [_h]: ["POST", "/monitoredResources", 200],
1686
- },
1552
+ { [_h]: ["POST", "/monitoredResources", 200] },
1687
1553
  () => ListMonitoredResourcesRequest,
1688
1554
  () => ListMonitoredResourcesResponse,
1689
1555
  ];
@@ -1691,9 +1557,7 @@ export var ListNotificationChannels = [
1691
1557
  9,
1692
1558
  n0,
1693
1559
  _LNC,
1694
- {
1695
- [_h]: ["POST", "/channels", 200],
1696
- },
1560
+ { [_h]: ["POST", "/channels", 200] },
1697
1561
  () => ListNotificationChannelsRequest,
1698
1562
  () => ListNotificationChannelsResponse,
1699
1563
  ];
@@ -1701,9 +1565,7 @@ export var ListOrganizationInsights = [
1701
1565
  9,
1702
1566
  n0,
1703
1567
  _LOI,
1704
- {
1705
- [_h]: ["POST", "/organization/insights", 200],
1706
- },
1568
+ { [_h]: ["POST", "/organization/insights", 200] },
1707
1569
  () => ListOrganizationInsightsRequest,
1708
1570
  () => ListOrganizationInsightsResponse,
1709
1571
  ];
@@ -1711,9 +1573,7 @@ export var ListRecommendations = [
1711
1573
  9,
1712
1574
  n0,
1713
1575
  _LR,
1714
- {
1715
- [_h]: ["POST", "/recommendations", 200],
1716
- },
1576
+ { [_h]: ["POST", "/recommendations", 200] },
1717
1577
  () => ListRecommendationsRequest,
1718
1578
  () => ListRecommendationsResponse,
1719
1579
  ];
@@ -1721,9 +1581,7 @@ export var PutFeedback = [
1721
1581
  9,
1722
1582
  n0,
1723
1583
  _PF,
1724
- {
1725
- [_h]: ["PUT", "/feedback", 200],
1726
- },
1584
+ { [_h]: ["PUT", "/feedback", 200] },
1727
1585
  () => PutFeedbackRequest,
1728
1586
  () => PutFeedbackResponse,
1729
1587
  ];
@@ -1731,9 +1589,7 @@ export var RemoveNotificationChannel = [
1731
1589
  9,
1732
1590
  n0,
1733
1591
  _RNC,
1734
- {
1735
- [_h]: ["DELETE", "/channels/{Id}", 200],
1736
- },
1592
+ { [_h]: ["DELETE", "/channels/{Id}", 200] },
1737
1593
  () => RemoveNotificationChannelRequest,
1738
1594
  () => RemoveNotificationChannelResponse,
1739
1595
  ];
@@ -1741,9 +1597,7 @@ export var SearchInsights = [
1741
1597
  9,
1742
1598
  n0,
1743
1599
  _SIe,
1744
- {
1745
- [_h]: ["POST", "/insights/search", 200],
1746
- },
1600
+ { [_h]: ["POST", "/insights/search", 200] },
1747
1601
  () => SearchInsightsRequest,
1748
1602
  () => SearchInsightsResponse,
1749
1603
  ];
@@ -1751,9 +1605,7 @@ export var SearchOrganizationInsights = [
1751
1605
  9,
1752
1606
  n0,
1753
1607
  _SOI,
1754
- {
1755
- [_h]: ["POST", "/organization/insights/search", 200],
1756
- },
1608
+ { [_h]: ["POST", "/organization/insights/search", 200] },
1757
1609
  () => SearchOrganizationInsightsRequest,
1758
1610
  () => SearchOrganizationInsightsResponse,
1759
1611
  ];
@@ -1761,9 +1613,7 @@ export var StartCostEstimation = [
1761
1613
  9,
1762
1614
  n0,
1763
1615
  _SCE,
1764
- {
1765
- [_h]: ["PUT", "/cost-estimation", 200],
1766
- },
1616
+ { [_h]: ["PUT", "/cost-estimation", 200] },
1767
1617
  () => StartCostEstimationRequest,
1768
1618
  () => StartCostEstimationResponse,
1769
1619
  ];
@@ -1771,9 +1621,7 @@ export var UpdateEventSourcesConfig = [
1771
1621
  9,
1772
1622
  n0,
1773
1623
  _UESC,
1774
- {
1775
- [_h]: ["PUT", "/event-sources", 200],
1776
- },
1624
+ { [_h]: ["PUT", "/event-sources", 200] },
1777
1625
  () => UpdateEventSourcesConfigRequest,
1778
1626
  () => UpdateEventSourcesConfigResponse,
1779
1627
  ];
@@ -1781,9 +1629,7 @@ export var UpdateResourceCollection = [
1781
1629
  9,
1782
1630
  n0,
1783
1631
  _URC,
1784
- {
1785
- [_h]: ["PUT", "/resource-collections", 200],
1786
- },
1632
+ { [_h]: ["PUT", "/resource-collections", 200] },
1787
1633
  () => UpdateResourceCollectionRequest,
1788
1634
  () => UpdateResourceCollectionResponse,
1789
1635
  ];
@@ -1791,9 +1637,7 @@ export var UpdateServiceIntegration = [
1791
1637
  9,
1792
1638
  n0,
1793
1639
  _USI,
1794
- {
1795
- [_h]: ["PUT", "/service-integrations", 200],
1796
- },
1640
+ { [_h]: ["PUT", "/service-integrations", 200] },
1797
1641
  () => UpdateServiceIntegrationRequest,
1798
1642
  () => UpdateServiceIntegrationResponse,
1799
1643
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput } from "./commands/AddNotificationChannelCommand";
3
3
  import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
4
4
  import { DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput } from "./commands/DescribeAccountHealthCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput } from "./commands/AddNotificationChannelCommand";
11
11
  import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
12
12
  import { DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput } from "./commands/DescribeAccountHealthCommand";
@@ -39,7 +39,7 @@ import { UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOu
39
39
  import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
40
40
  import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
41
41
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
42
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
42
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
43
43
  export { __Client };
44
44
  /**
45
45
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { DevOpsGuruHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { DevOpsGuruHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { DevOpsGuruClientResolvedConfig } from "../DevOpsGuruClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type DevOpsGuruClientResolvedConfig } from "../DevOpsGuruClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { AddNotificationChannelRequest, AddNotificationChannelResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
+ import type { AddNotificationChannelRequest, AddNotificationChannelResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
+ import type { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { DescribeAccountHealthRequest, DescribeAccountHealthResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
+ import type { DescribeAccountHealthRequest, DescribeAccountHealthResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { DescribeAccountOverviewRequest, DescribeAccountOverviewResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
+ import type { DescribeAccountOverviewRequest, DescribeAccountOverviewResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { DescribeAnomalyRequest, DescribeAnomalyResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
+ import type { DescribeAnomalyRequest, DescribeAnomalyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { DescribeEventSourcesConfigRequest, DescribeEventSourcesConfigResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
+ import type { DescribeEventSourcesConfigRequest, DescribeEventSourcesConfigResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { DescribeFeedbackRequest, DescribeFeedbackResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
+ import type { DescribeFeedbackRequest, DescribeFeedbackResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */