@aws-sdk/client-devops-guru 3.943.0 → 3.947.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.
- package/dist-cjs/index.js +45 -201
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/DevOpsGuruClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +45 -202
- package/dist-types/DevOpsGuru.d.ts +1 -1
- package/dist-types/DevOpsGuruClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInsightCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInsightCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/GetCostEstimationCommand.d.ts +3 -3
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +3 -3
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -3
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListInsightsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +3 -3
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +3 -3
- package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/PutFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -3
- package/dist-types/commands/SearchInsightsCommand.d.ts +3 -3
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +3 -3
- package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/DevOpsGuruServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeResourceCollectionHealthPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCostEstimationPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourceCollectionPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAnomaliesForInsightPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- 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,16 +1280,12 @@ 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
|
];
|
|
1381
1287
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1382
1288
|
export var ValidationExceptionField = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
|
|
1383
|
-
export var __Unit = "unit";
|
|
1384
1289
|
export var DevOpsGuruServiceException = [-3, _sm, "DevOpsGuruServiceException", 0, [], []];
|
|
1385
1290
|
TypeRegistry.for(_sm).registerError(DevOpsGuruServiceException, __DevOpsGuruServiceException);
|
|
1386
1291
|
export var AccountHealths = [1, n0, _AHc, 0, () => AccountHealth];
|
|
@@ -1491,9 +1396,7 @@ export var AddNotificationChannel = [
|
|
|
1491
1396
|
9,
|
|
1492
1397
|
n0,
|
|
1493
1398
|
_ANC,
|
|
1494
|
-
{
|
|
1495
|
-
[_h]: ["PUT", "/channels", 200],
|
|
1496
|
-
},
|
|
1399
|
+
{ [_h]: ["PUT", "/channels", 200] },
|
|
1497
1400
|
() => AddNotificationChannelRequest,
|
|
1498
1401
|
() => AddNotificationChannelResponse,
|
|
1499
1402
|
];
|
|
@@ -1501,9 +1404,7 @@ export var DeleteInsight = [
|
|
|
1501
1404
|
9,
|
|
1502
1405
|
n0,
|
|
1503
1406
|
_DI,
|
|
1504
|
-
{
|
|
1505
|
-
[_h]: ["DELETE", "/insights/{Id}", 200],
|
|
1506
|
-
},
|
|
1407
|
+
{ [_h]: ["DELETE", "/insights/{Id}", 200] },
|
|
1507
1408
|
() => DeleteInsightRequest,
|
|
1508
1409
|
() => DeleteInsightResponse,
|
|
1509
1410
|
];
|
|
@@ -1511,9 +1412,7 @@ export var DescribeAccountHealth = [
|
|
|
1511
1412
|
9,
|
|
1512
1413
|
n0,
|
|
1513
1414
|
_DAH,
|
|
1514
|
-
{
|
|
1515
|
-
[_h]: ["GET", "/accounts/health", 200],
|
|
1516
|
-
},
|
|
1415
|
+
{ [_h]: ["GET", "/accounts/health", 200] },
|
|
1517
1416
|
() => DescribeAccountHealthRequest,
|
|
1518
1417
|
() => DescribeAccountHealthResponse,
|
|
1519
1418
|
];
|
|
@@ -1521,9 +1420,7 @@ export var DescribeAccountOverview = [
|
|
|
1521
1420
|
9,
|
|
1522
1421
|
n0,
|
|
1523
1422
|
_DAO,
|
|
1524
|
-
{
|
|
1525
|
-
[_h]: ["POST", "/accounts/overview", 200],
|
|
1526
|
-
},
|
|
1423
|
+
{ [_h]: ["POST", "/accounts/overview", 200] },
|
|
1527
1424
|
() => DescribeAccountOverviewRequest,
|
|
1528
1425
|
() => DescribeAccountOverviewResponse,
|
|
1529
1426
|
];
|
|
@@ -1531,9 +1428,7 @@ export var DescribeAnomaly = [
|
|
|
1531
1428
|
9,
|
|
1532
1429
|
n0,
|
|
1533
1430
|
_DA,
|
|
1534
|
-
{
|
|
1535
|
-
[_h]: ["GET", "/anomalies/{Id}", 200],
|
|
1536
|
-
},
|
|
1431
|
+
{ [_h]: ["GET", "/anomalies/{Id}", 200] },
|
|
1537
1432
|
() => DescribeAnomalyRequest,
|
|
1538
1433
|
() => DescribeAnomalyResponse,
|
|
1539
1434
|
];
|
|
@@ -1541,9 +1436,7 @@ export var DescribeEventSourcesConfig = [
|
|
|
1541
1436
|
9,
|
|
1542
1437
|
n0,
|
|
1543
1438
|
_DESC,
|
|
1544
|
-
{
|
|
1545
|
-
[_h]: ["POST", "/event-sources", 200],
|
|
1546
|
-
},
|
|
1439
|
+
{ [_h]: ["POST", "/event-sources", 200] },
|
|
1547
1440
|
() => DescribeEventSourcesConfigRequest,
|
|
1548
1441
|
() => DescribeEventSourcesConfigResponse,
|
|
1549
1442
|
];
|
|
@@ -1551,9 +1444,7 @@ export var DescribeFeedback = [
|
|
|
1551
1444
|
9,
|
|
1552
1445
|
n0,
|
|
1553
1446
|
_DF,
|
|
1554
|
-
{
|
|
1555
|
-
[_h]: ["POST", "/feedback", 200],
|
|
1556
|
-
},
|
|
1447
|
+
{ [_h]: ["POST", "/feedback", 200] },
|
|
1557
1448
|
() => DescribeFeedbackRequest,
|
|
1558
1449
|
() => DescribeFeedbackResponse,
|
|
1559
1450
|
];
|
|
@@ -1561,9 +1452,7 @@ export var DescribeInsight = [
|
|
|
1561
1452
|
9,
|
|
1562
1453
|
n0,
|
|
1563
1454
|
_DIe,
|
|
1564
|
-
{
|
|
1565
|
-
[_h]: ["GET", "/insights/{Id}", 200],
|
|
1566
|
-
},
|
|
1455
|
+
{ [_h]: ["GET", "/insights/{Id}", 200] },
|
|
1567
1456
|
() => DescribeInsightRequest,
|
|
1568
1457
|
() => DescribeInsightResponse,
|
|
1569
1458
|
];
|
|
@@ -1571,9 +1460,7 @@ export var DescribeOrganizationHealth = [
|
|
|
1571
1460
|
9,
|
|
1572
1461
|
n0,
|
|
1573
1462
|
_DOH,
|
|
1574
|
-
{
|
|
1575
|
-
[_h]: ["POST", "/organization/health", 200],
|
|
1576
|
-
},
|
|
1463
|
+
{ [_h]: ["POST", "/organization/health", 200] },
|
|
1577
1464
|
() => DescribeOrganizationHealthRequest,
|
|
1578
1465
|
() => DescribeOrganizationHealthResponse,
|
|
1579
1466
|
];
|
|
@@ -1581,9 +1468,7 @@ export var DescribeOrganizationOverview = [
|
|
|
1581
1468
|
9,
|
|
1582
1469
|
n0,
|
|
1583
1470
|
_DOO,
|
|
1584
|
-
{
|
|
1585
|
-
[_h]: ["POST", "/organization/overview", 200],
|
|
1586
|
-
},
|
|
1471
|
+
{ [_h]: ["POST", "/organization/overview", 200] },
|
|
1587
1472
|
() => DescribeOrganizationOverviewRequest,
|
|
1588
1473
|
() => DescribeOrganizationOverviewResponse,
|
|
1589
1474
|
];
|
|
@@ -1591,9 +1476,7 @@ export var DescribeOrganizationResourceCollectionHealth = [
|
|
|
1591
1476
|
9,
|
|
1592
1477
|
n0,
|
|
1593
1478
|
_DORCH,
|
|
1594
|
-
{
|
|
1595
|
-
[_h]: ["POST", "/organization/health/resource-collection", 200],
|
|
1596
|
-
},
|
|
1479
|
+
{ [_h]: ["POST", "/organization/health/resource-collection", 200] },
|
|
1597
1480
|
() => DescribeOrganizationResourceCollectionHealthRequest,
|
|
1598
1481
|
() => DescribeOrganizationResourceCollectionHealthResponse,
|
|
1599
1482
|
];
|
|
@@ -1601,9 +1484,7 @@ export var DescribeResourceCollectionHealth = [
|
|
|
1601
1484
|
9,
|
|
1602
1485
|
n0,
|
|
1603
1486
|
_DRCH,
|
|
1604
|
-
{
|
|
1605
|
-
[_h]: ["GET", "/accounts/health/resource-collection/{ResourceCollectionType}", 200],
|
|
1606
|
-
},
|
|
1487
|
+
{ [_h]: ["GET", "/accounts/health/resource-collection/{ResourceCollectionType}", 200] },
|
|
1607
1488
|
() => DescribeResourceCollectionHealthRequest,
|
|
1608
1489
|
() => DescribeResourceCollectionHealthResponse,
|
|
1609
1490
|
];
|
|
@@ -1611,9 +1492,7 @@ export var DescribeServiceIntegration = [
|
|
|
1611
1492
|
9,
|
|
1612
1493
|
n0,
|
|
1613
1494
|
_DSI,
|
|
1614
|
-
{
|
|
1615
|
-
[_h]: ["GET", "/service-integrations", 200],
|
|
1616
|
-
},
|
|
1495
|
+
{ [_h]: ["GET", "/service-integrations", 200] },
|
|
1617
1496
|
() => DescribeServiceIntegrationRequest,
|
|
1618
1497
|
() => DescribeServiceIntegrationResponse,
|
|
1619
1498
|
];
|
|
@@ -1621,9 +1500,7 @@ export var GetCostEstimation = [
|
|
|
1621
1500
|
9,
|
|
1622
1501
|
n0,
|
|
1623
1502
|
_GCE,
|
|
1624
|
-
{
|
|
1625
|
-
[_h]: ["GET", "/cost-estimation", 200],
|
|
1626
|
-
},
|
|
1503
|
+
{ [_h]: ["GET", "/cost-estimation", 200] },
|
|
1627
1504
|
() => GetCostEstimationRequest,
|
|
1628
1505
|
() => GetCostEstimationResponse,
|
|
1629
1506
|
];
|
|
@@ -1631,9 +1508,7 @@ export var GetResourceCollection = [
|
|
|
1631
1508
|
9,
|
|
1632
1509
|
n0,
|
|
1633
1510
|
_GRC,
|
|
1634
|
-
{
|
|
1635
|
-
[_h]: ["GET", "/resource-collections/{ResourceCollectionType}", 200],
|
|
1636
|
-
},
|
|
1511
|
+
{ [_h]: ["GET", "/resource-collections/{ResourceCollectionType}", 200] },
|
|
1637
1512
|
() => GetResourceCollectionRequest,
|
|
1638
1513
|
() => GetResourceCollectionResponse,
|
|
1639
1514
|
];
|
|
@@ -1641,9 +1516,7 @@ export var ListAnomaliesForInsight = [
|
|
|
1641
1516
|
9,
|
|
1642
1517
|
n0,
|
|
1643
1518
|
_LAFI,
|
|
1644
|
-
{
|
|
1645
|
-
[_h]: ["POST", "/anomalies/insight/{InsightId}", 200],
|
|
1646
|
-
},
|
|
1519
|
+
{ [_h]: ["POST", "/anomalies/insight/{InsightId}", 200] },
|
|
1647
1520
|
() => ListAnomaliesForInsightRequest,
|
|
1648
1521
|
() => ListAnomaliesForInsightResponse,
|
|
1649
1522
|
];
|
|
@@ -1651,9 +1524,7 @@ export var ListAnomalousLogGroups = [
|
|
|
1651
1524
|
9,
|
|
1652
1525
|
n0,
|
|
1653
1526
|
_LALG,
|
|
1654
|
-
{
|
|
1655
|
-
[_h]: ["POST", "/list-log-anomalies", 200],
|
|
1656
|
-
},
|
|
1527
|
+
{ [_h]: ["POST", "/list-log-anomalies", 200] },
|
|
1657
1528
|
() => ListAnomalousLogGroupsRequest,
|
|
1658
1529
|
() => ListAnomalousLogGroupsResponse,
|
|
1659
1530
|
];
|
|
@@ -1661,9 +1532,7 @@ export var ListEvents = [
|
|
|
1661
1532
|
9,
|
|
1662
1533
|
n0,
|
|
1663
1534
|
_LE,
|
|
1664
|
-
{
|
|
1665
|
-
[_h]: ["POST", "/events", 200],
|
|
1666
|
-
},
|
|
1535
|
+
{ [_h]: ["POST", "/events", 200] },
|
|
1667
1536
|
() => ListEventsRequest,
|
|
1668
1537
|
() => ListEventsResponse,
|
|
1669
1538
|
];
|
|
@@ -1671,9 +1540,7 @@ export var ListInsights = [
|
|
|
1671
1540
|
9,
|
|
1672
1541
|
n0,
|
|
1673
1542
|
_LI,
|
|
1674
|
-
{
|
|
1675
|
-
[_h]: ["POST", "/insights", 200],
|
|
1676
|
-
},
|
|
1543
|
+
{ [_h]: ["POST", "/insights", 200] },
|
|
1677
1544
|
() => ListInsightsRequest,
|
|
1678
1545
|
() => ListInsightsResponse,
|
|
1679
1546
|
];
|
|
@@ -1681,9 +1548,7 @@ export var ListMonitoredResources = [
|
|
|
1681
1548
|
9,
|
|
1682
1549
|
n0,
|
|
1683
1550
|
_LMR,
|
|
1684
|
-
{
|
|
1685
|
-
[_h]: ["POST", "/monitoredResources", 200],
|
|
1686
|
-
},
|
|
1551
|
+
{ [_h]: ["POST", "/monitoredResources", 200] },
|
|
1687
1552
|
() => ListMonitoredResourcesRequest,
|
|
1688
1553
|
() => ListMonitoredResourcesResponse,
|
|
1689
1554
|
];
|
|
@@ -1691,9 +1556,7 @@ export var ListNotificationChannels = [
|
|
|
1691
1556
|
9,
|
|
1692
1557
|
n0,
|
|
1693
1558
|
_LNC,
|
|
1694
|
-
{
|
|
1695
|
-
[_h]: ["POST", "/channels", 200],
|
|
1696
|
-
},
|
|
1559
|
+
{ [_h]: ["POST", "/channels", 200] },
|
|
1697
1560
|
() => ListNotificationChannelsRequest,
|
|
1698
1561
|
() => ListNotificationChannelsResponse,
|
|
1699
1562
|
];
|
|
@@ -1701,9 +1564,7 @@ export var ListOrganizationInsights = [
|
|
|
1701
1564
|
9,
|
|
1702
1565
|
n0,
|
|
1703
1566
|
_LOI,
|
|
1704
|
-
{
|
|
1705
|
-
[_h]: ["POST", "/organization/insights", 200],
|
|
1706
|
-
},
|
|
1567
|
+
{ [_h]: ["POST", "/organization/insights", 200] },
|
|
1707
1568
|
() => ListOrganizationInsightsRequest,
|
|
1708
1569
|
() => ListOrganizationInsightsResponse,
|
|
1709
1570
|
];
|
|
@@ -1711,9 +1572,7 @@ export var ListRecommendations = [
|
|
|
1711
1572
|
9,
|
|
1712
1573
|
n0,
|
|
1713
1574
|
_LR,
|
|
1714
|
-
{
|
|
1715
|
-
[_h]: ["POST", "/recommendations", 200],
|
|
1716
|
-
},
|
|
1575
|
+
{ [_h]: ["POST", "/recommendations", 200] },
|
|
1717
1576
|
() => ListRecommendationsRequest,
|
|
1718
1577
|
() => ListRecommendationsResponse,
|
|
1719
1578
|
];
|
|
@@ -1721,9 +1580,7 @@ export var PutFeedback = [
|
|
|
1721
1580
|
9,
|
|
1722
1581
|
n0,
|
|
1723
1582
|
_PF,
|
|
1724
|
-
{
|
|
1725
|
-
[_h]: ["PUT", "/feedback", 200],
|
|
1726
|
-
},
|
|
1583
|
+
{ [_h]: ["PUT", "/feedback", 200] },
|
|
1727
1584
|
() => PutFeedbackRequest,
|
|
1728
1585
|
() => PutFeedbackResponse,
|
|
1729
1586
|
];
|
|
@@ -1731,9 +1588,7 @@ export var RemoveNotificationChannel = [
|
|
|
1731
1588
|
9,
|
|
1732
1589
|
n0,
|
|
1733
1590
|
_RNC,
|
|
1734
|
-
{
|
|
1735
|
-
[_h]: ["DELETE", "/channels/{Id}", 200],
|
|
1736
|
-
},
|
|
1591
|
+
{ [_h]: ["DELETE", "/channels/{Id}", 200] },
|
|
1737
1592
|
() => RemoveNotificationChannelRequest,
|
|
1738
1593
|
() => RemoveNotificationChannelResponse,
|
|
1739
1594
|
];
|
|
@@ -1741,9 +1596,7 @@ export var SearchInsights = [
|
|
|
1741
1596
|
9,
|
|
1742
1597
|
n0,
|
|
1743
1598
|
_SIe,
|
|
1744
|
-
{
|
|
1745
|
-
[_h]: ["POST", "/insights/search", 200],
|
|
1746
|
-
},
|
|
1599
|
+
{ [_h]: ["POST", "/insights/search", 200] },
|
|
1747
1600
|
() => SearchInsightsRequest,
|
|
1748
1601
|
() => SearchInsightsResponse,
|
|
1749
1602
|
];
|
|
@@ -1751,9 +1604,7 @@ export var SearchOrganizationInsights = [
|
|
|
1751
1604
|
9,
|
|
1752
1605
|
n0,
|
|
1753
1606
|
_SOI,
|
|
1754
|
-
{
|
|
1755
|
-
[_h]: ["POST", "/organization/insights/search", 200],
|
|
1756
|
-
},
|
|
1607
|
+
{ [_h]: ["POST", "/organization/insights/search", 200] },
|
|
1757
1608
|
() => SearchOrganizationInsightsRequest,
|
|
1758
1609
|
() => SearchOrganizationInsightsResponse,
|
|
1759
1610
|
];
|
|
@@ -1761,9 +1612,7 @@ export var StartCostEstimation = [
|
|
|
1761
1612
|
9,
|
|
1762
1613
|
n0,
|
|
1763
1614
|
_SCE,
|
|
1764
|
-
{
|
|
1765
|
-
[_h]: ["PUT", "/cost-estimation", 200],
|
|
1766
|
-
},
|
|
1615
|
+
{ [_h]: ["PUT", "/cost-estimation", 200] },
|
|
1767
1616
|
() => StartCostEstimationRequest,
|
|
1768
1617
|
() => StartCostEstimationResponse,
|
|
1769
1618
|
];
|
|
@@ -1771,9 +1620,7 @@ export var UpdateEventSourcesConfig = [
|
|
|
1771
1620
|
9,
|
|
1772
1621
|
n0,
|
|
1773
1622
|
_UESC,
|
|
1774
|
-
{
|
|
1775
|
-
[_h]: ["PUT", "/event-sources", 200],
|
|
1776
|
-
},
|
|
1623
|
+
{ [_h]: ["PUT", "/event-sources", 200] },
|
|
1777
1624
|
() => UpdateEventSourcesConfigRequest,
|
|
1778
1625
|
() => UpdateEventSourcesConfigResponse,
|
|
1779
1626
|
];
|
|
@@ -1781,9 +1628,7 @@ export var UpdateResourceCollection = [
|
|
|
1781
1628
|
9,
|
|
1782
1629
|
n0,
|
|
1783
1630
|
_URC,
|
|
1784
|
-
{
|
|
1785
|
-
[_h]: ["PUT", "/resource-collections", 200],
|
|
1786
|
-
},
|
|
1631
|
+
{ [_h]: ["PUT", "/resource-collections", 200] },
|
|
1787
1632
|
() => UpdateResourceCollectionRequest,
|
|
1788
1633
|
() => UpdateResourceCollectionResponse,
|
|
1789
1634
|
];
|
|
@@ -1791,9 +1636,7 @@ export var UpdateServiceIntegration = [
|
|
|
1791
1636
|
9,
|
|
1792
1637
|
n0,
|
|
1793
1638
|
_USI,
|
|
1794
|
-
{
|
|
1795
|
-
[_h]: ["PUT", "/service-integrations", 200],
|
|
1796
|
-
},
|
|
1639
|
+
{ [_h]: ["PUT", "/service-integrations", 200] },
|
|
1797
1640
|
() => UpdateServiceIntegrationRequest,
|
|
1798
1641
|
() => UpdateServiceIntegrationResponse,
|
|
1799
1642
|
];
|
|
@@ -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 {
|
|
8
|
-
import {
|
|
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
|
|
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
|
*/
|