@aws-sdk/client-devops-guru 3.39.0 → 3.43.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 (90) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +14 -16
  3. package/dist-cjs/DevOpsGuru.js +75 -0
  4. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +36 -0
  7. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +36 -0
  8. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +5 -0
  10. package/dist-cjs/endpoints.js +74 -5
  11. package/dist-cjs/models/models_0.js +126 -12
  12. package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +34 -0
  13. package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +35 -0
  14. package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +35 -0
  15. package/dist-cjs/pagination/index.js +3 -0
  16. package/dist-cjs/protocols/Aws_restJson1.js +773 -21
  17. package/dist-cjs/runtimeConfig.browser.js +6 -3
  18. package/dist-cjs/runtimeConfig.js +5 -3
  19. package/dist-es/DevOpsGuru.js +75 -0
  20. package/dist-es/commands/DescribeOrganizationHealthCommand.js +39 -0
  21. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +39 -0
  22. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +39 -0
  23. package/dist-es/commands/ListOrganizationInsightsCommand.js +39 -0
  24. package/dist-es/commands/SearchOrganizationInsightsCommand.js +39 -0
  25. package/dist-es/commands/index.js +5 -0
  26. package/dist-es/endpoints.js +74 -5
  27. package/dist-es/models/models_0.js +89 -9
  28. package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +73 -0
  29. package/dist-es/pagination/ListOrganizationInsightsPaginator.js +74 -0
  30. package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +74 -0
  31. package/dist-es/pagination/index.js +3 -0
  32. package/dist-es/protocols/Aws_restJson1.js +826 -19
  33. package/dist-es/runtimeConfig.browser.js +3 -2
  34. package/dist-es/runtimeConfig.js +3 -3
  35. package/dist-types/DevOpsGuru.d.ts +114 -92
  36. package/dist-types/DevOpsGuruClient.d.ts +27 -16
  37. package/dist-types/commands/AddNotificationChannelCommand.d.ts +5 -7
  38. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +4 -5
  39. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +4 -5
  40. package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -4
  41. package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -3
  42. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -4
  43. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +36 -0
  44. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +36 -0
  45. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +37 -0
  46. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +5 -6
  47. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -5
  48. package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -2
  49. package/dist-types/commands/GetResourceCollectionCommand.d.ts +4 -5
  50. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -4
  51. package/dist-types/commands/ListEventsCommand.d.ts +3 -4
  52. package/dist-types/commands/ListInsightsCommand.d.ts +4 -5
  53. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +5 -6
  54. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
  55. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -4
  56. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -4
  57. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -5
  58. package/dist-types/commands/SearchInsightsCommand.d.ts +9 -10
  59. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
  60. package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -2
  61. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +4 -4
  62. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +4 -5
  63. package/dist-types/commands/index.d.ts +5 -0
  64. package/dist-types/models/models_0.d.ts +1000 -832
  65. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  66. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  67. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  68. package/dist-types/pagination/index.d.ts +3 -0
  69. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  70. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  71. package/dist-types/runtimeConfig.d.ts +2 -0
  72. package/dist-types/runtimeConfig.native.d.ts +2 -0
  73. package/dist-types/ts3.4/DevOpsGuru.d.ts +25 -0
  74. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +11 -2
  75. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +274 -5
  82. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  84. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  85. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  90. package/package.json +23 -23
@@ -10,6 +10,28 @@ export declare namespace AccessDeniedException {
10
10
  const filterSensitiveLog: (obj: AccessDeniedException) => any;
11
11
  }
12
12
 
13
+ export interface AccountInsightHealth {
14
+
15
+ OpenProactiveInsights?: number;
16
+
17
+ OpenReactiveInsights?: number;
18
+ }
19
+ export declare namespace AccountInsightHealth {
20
+
21
+ const filterSensitiveLog: (obj: AccountInsightHealth) => any;
22
+ }
23
+
24
+ export interface AccountHealth {
25
+
26
+ AccountId?: string;
27
+
28
+ Insight?: AccountInsightHealth;
29
+ }
30
+ export declare namespace AccountHealth {
31
+
32
+ const filterSensitiveLog: (obj: AccountHealth) => any;
33
+ }
34
+
13
35
  export interface SnsChannelConfig {
14
36
 
15
37
  TopicArn?: string;
@@ -168,6 +190,33 @@ export declare namespace CloudWatchMetricsDimension {
168
190
 
169
191
  const filterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
170
192
  }
193
+ export declare enum CloudWatchMetricDataStatusCode {
194
+ COMPLETE = "Complete",
195
+ INTERNAL_ERROR = "InternalError",
196
+ PARTIAL_DATA = "PartialData"
197
+ }
198
+
199
+ export interface TimestampMetricValuePair {
200
+
201
+ Timestamp?: Date;
202
+
203
+ MetricValue?: number;
204
+ }
205
+ export declare namespace TimestampMetricValuePair {
206
+
207
+ const filterSensitiveLog: (obj: TimestampMetricValuePair) => any;
208
+ }
209
+
210
+ export interface CloudWatchMetricsDataSummary {
211
+
212
+ TimestampMetricValuePairList?: TimestampMetricValuePair[];
213
+
214
+ StatusCode?: CloudWatchMetricDataStatusCode | string;
215
+ }
216
+ export declare namespace CloudWatchMetricsDataSummary {
217
+
218
+ const filterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
219
+ }
171
220
  export declare enum CloudWatchMetricsStat {
172
221
  AVERAGE = "Average",
173
222
  MAXIMUM = "Maximum",
@@ -192,6 +241,8 @@ export interface CloudWatchMetricsDetail {
192
241
  Unit?: string;
193
242
 
194
243
  Period?: number;
244
+
245
+ MetricDataSummary?: CloudWatchMetricsDataSummary;
195
246
  }
196
247
  export declare namespace CloudWatchMetricsDetail {
197
248
 
@@ -266,6 +317,8 @@ export declare namespace DescribeAccountOverviewResponse {
266
317
  export interface DescribeAnomalyRequest {
267
318
 
268
319
  Id: string | undefined;
320
+
321
+ AccountId?: string;
269
322
  }
270
323
  export declare namespace DescribeAnomalyRequest {
271
324
 
@@ -399,6 +452,8 @@ export declare namespace DescribeFeedbackResponse {
399
452
  export interface DescribeInsightRequest {
400
453
 
401
454
  Id: string | undefined;
455
+
456
+ AccountId?: string;
402
457
  }
403
458
  export declare namespace DescribeInsightRequest {
404
459
 
@@ -478,19 +533,74 @@ export declare namespace DescribeInsightResponse {
478
533
 
479
534
  const filterSensitiveLog: (obj: DescribeInsightResponse) => any;
480
535
  }
481
- export declare enum ResourceCollectionType {
536
+ export interface DescribeOrganizationHealthRequest {
537
+
538
+ AccountIds?: string[];
539
+
540
+ OrganizationalUnitIds?: string[];
541
+ }
542
+ export declare namespace DescribeOrganizationHealthRequest {
543
+
544
+ const filterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
545
+ }
546
+ export interface DescribeOrganizationHealthResponse {
547
+
548
+ OpenReactiveInsights: number | undefined;
549
+
550
+ OpenProactiveInsights: number | undefined;
551
+
552
+ MetricsAnalyzed: number | undefined;
553
+
554
+ ResourceHours: number | undefined;
555
+ }
556
+ export declare namespace DescribeOrganizationHealthResponse {
557
+
558
+ const filterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
559
+ }
560
+ export interface DescribeOrganizationOverviewRequest {
561
+
562
+ FromTime: Date | undefined;
563
+
564
+ ToTime?: Date;
565
+
566
+ AccountIds?: string[];
567
+
568
+ OrganizationalUnitIds?: string[];
569
+ }
570
+ export declare namespace DescribeOrganizationOverviewRequest {
571
+
572
+ const filterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
573
+ }
574
+ export interface DescribeOrganizationOverviewResponse {
575
+
576
+ ReactiveInsights: number | undefined;
577
+
578
+ ProactiveInsights: number | undefined;
579
+ }
580
+ export declare namespace DescribeOrganizationOverviewResponse {
581
+
582
+ const filterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
583
+ }
584
+ export declare enum OrganizationResourceCollectionType {
585
+ AWS_ACCOUNT = "AWS_ACCOUNT",
482
586
  AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
483
587
  AWS_SERVICE = "AWS_SERVICE"
484
588
  }
485
- export interface DescribeResourceCollectionHealthRequest {
589
+ export interface DescribeOrganizationResourceCollectionHealthRequest {
486
590
 
487
- ResourceCollectionType: ResourceCollectionType | string | undefined;
591
+ OrganizationResourceCollectionType: OrganizationResourceCollectionType | string | undefined;
592
+
593
+ AccountIds?: string[];
594
+
595
+ OrganizationalUnitIds?: string[];
488
596
 
489
597
  NextToken?: string;
598
+
599
+ MaxResults?: number;
490
600
  }
491
- export declare namespace DescribeResourceCollectionHealthRequest {
601
+ export declare namespace DescribeOrganizationResourceCollectionHealthRequest {
492
602
 
493
- const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
603
+ const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
494
604
  }
495
605
 
496
606
  export interface InsightHealth {
@@ -565,6 +675,34 @@ export declare namespace ServiceHealth {
565
675
 
566
676
  const filterSensitiveLog: (obj: ServiceHealth) => any;
567
677
  }
678
+ export interface DescribeOrganizationResourceCollectionHealthResponse {
679
+
680
+ CloudFormation?: CloudFormationHealth[];
681
+
682
+ Service?: ServiceHealth[];
683
+
684
+ Account?: AccountHealth[];
685
+
686
+ NextToken?: string;
687
+ }
688
+ export declare namespace DescribeOrganizationResourceCollectionHealthResponse {
689
+
690
+ const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
691
+ }
692
+ export declare enum ResourceCollectionType {
693
+ AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
694
+ AWS_SERVICE = "AWS_SERVICE"
695
+ }
696
+ export interface DescribeResourceCollectionHealthRequest {
697
+
698
+ ResourceCollectionType: ResourceCollectionType | string | undefined;
699
+
700
+ NextToken?: string;
701
+ }
702
+ export declare namespace DescribeResourceCollectionHealthRequest {
703
+
704
+ const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
705
+ }
568
706
  export interface DescribeResourceCollectionHealthResponse {
569
707
 
570
708
  CloudFormation: CloudFormationHealth[] | undefined;
@@ -751,6 +889,8 @@ export interface ListAnomaliesForInsightRequest {
751
889
  MaxResults?: number;
752
890
 
753
891
  NextToken?: string;
892
+
893
+ AccountId?: string;
754
894
  }
755
895
  export declare namespace ListAnomaliesForInsightRequest {
756
896
 
@@ -868,6 +1008,8 @@ export interface ListEventsRequest {
868
1008
  MaxResults?: number;
869
1009
 
870
1010
  NextToken?: string;
1011
+
1012
+ AccountId?: string;
871
1013
  }
872
1014
  export declare namespace ListEventsRequest {
873
1015
 
@@ -1084,6 +1226,86 @@ export declare namespace ListNotificationChannelsResponse {
1084
1226
 
1085
1227
  const filterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
1086
1228
  }
1229
+ export interface ListOrganizationInsightsRequest {
1230
+
1231
+ StatusFilter: ListInsightsStatusFilter | undefined;
1232
+
1233
+ MaxResults?: number;
1234
+
1235
+ AccountIds?: string[];
1236
+
1237
+ OrganizationalUnitIds?: string[];
1238
+
1239
+ NextToken?: string;
1240
+ }
1241
+ export declare namespace ListOrganizationInsightsRequest {
1242
+
1243
+ const filterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
1244
+ }
1245
+
1246
+ export interface ProactiveOrganizationInsightSummary {
1247
+
1248
+ Id?: string;
1249
+
1250
+ AccountId?: string;
1251
+
1252
+ OrganizationalUnitId?: string;
1253
+
1254
+ Name?: string;
1255
+
1256
+ Severity?: InsightSeverity | string;
1257
+
1258
+ Status?: InsightStatus | string;
1259
+
1260
+ InsightTimeRange?: InsightTimeRange;
1261
+
1262
+ PredictionTimeRange?: PredictionTimeRange;
1263
+
1264
+ ResourceCollection?: ResourceCollection;
1265
+
1266
+ ServiceCollection?: ServiceCollection;
1267
+ }
1268
+ export declare namespace ProactiveOrganizationInsightSummary {
1269
+
1270
+ const filterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
1271
+ }
1272
+
1273
+ export interface ReactiveOrganizationInsightSummary {
1274
+
1275
+ Id?: string;
1276
+
1277
+ AccountId?: string;
1278
+
1279
+ OrganizationalUnitId?: string;
1280
+
1281
+ Name?: string;
1282
+
1283
+ Severity?: InsightSeverity | string;
1284
+
1285
+ Status?: InsightStatus | string;
1286
+
1287
+ InsightTimeRange?: InsightTimeRange;
1288
+
1289
+ ResourceCollection?: ResourceCollection;
1290
+
1291
+ ServiceCollection?: ServiceCollection;
1292
+ }
1293
+ export declare namespace ReactiveOrganizationInsightSummary {
1294
+
1295
+ const filterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
1296
+ }
1297
+ export interface ListOrganizationInsightsResponse {
1298
+
1299
+ ProactiveInsights?: ProactiveOrganizationInsightSummary[];
1300
+
1301
+ ReactiveInsights?: ReactiveOrganizationInsightSummary[];
1302
+
1303
+ NextToken?: string;
1304
+ }
1305
+ export declare namespace ListOrganizationInsightsResponse {
1306
+
1307
+ const filterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
1308
+ }
1087
1309
  export declare enum Locale {
1088
1310
  DE_DE = "DE_DE",
1089
1311
  EN_GB = "EN_GB",
@@ -1104,6 +1326,8 @@ export interface ListRecommendationsRequest {
1104
1326
  NextToken?: string;
1105
1327
 
1106
1328
  Locale?: Locale | string;
1329
+
1330
+ AccountId?: string;
1107
1331
  }
1108
1332
  export declare namespace ListRecommendationsRequest {
1109
1333
 
@@ -1273,6 +1497,51 @@ export declare namespace SearchInsightsResponse {
1273
1497
 
1274
1498
  const filterSensitiveLog: (obj: SearchInsightsResponse) => any;
1275
1499
  }
1500
+
1501
+ export interface SearchOrganizationInsightsFilters {
1502
+
1503
+ Severities?: (InsightSeverity | string)[];
1504
+
1505
+ Statuses?: (InsightStatus | string)[];
1506
+
1507
+ ResourceCollection?: ResourceCollection;
1508
+
1509
+ ServiceCollection?: ServiceCollection;
1510
+ }
1511
+ export declare namespace SearchOrganizationInsightsFilters {
1512
+
1513
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
1514
+ }
1515
+ export interface SearchOrganizationInsightsRequest {
1516
+
1517
+ AccountIds: string[] | undefined;
1518
+
1519
+ StartTimeRange: StartTimeRange | undefined;
1520
+
1521
+ Filters?: SearchOrganizationInsightsFilters;
1522
+
1523
+ MaxResults?: number;
1524
+
1525
+ NextToken?: string;
1526
+
1527
+ Type: InsightType | string | undefined;
1528
+ }
1529
+ export declare namespace SearchOrganizationInsightsRequest {
1530
+
1531
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
1532
+ }
1533
+ export interface SearchOrganizationInsightsResponse {
1534
+
1535
+ ProactiveInsights?: ProactiveInsightSummary[];
1536
+
1537
+ ReactiveInsights?: ReactiveInsightSummary[];
1538
+
1539
+ NextToken?: string;
1540
+ }
1541
+ export declare namespace SearchOrganizationInsightsResponse {
1542
+
1543
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
1544
+ }
1276
1545
  export interface StartCostEstimationRequest {
1277
1546
 
1278
1547
  ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput } from "../commands/DescribeOrganizationResourceCollectionHealthCommand";
3
+ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeOrganizationResourceCollectionHealth(config: DevOpsGuruPaginationConfiguration, input: DescribeOrganizationResourceCollectionHealthCommandInput, ...additionalArguments: any): Paginator<DescribeOrganizationResourceCollectionHealthCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "../commands/ListOrganizationInsightsCommand";
3
+ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListOrganizationInsights(config: DevOpsGuruPaginationConfiguration, input: ListOrganizationInsightsCommandInput, ...additionalArguments: any): Paginator<ListOrganizationInsightsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput } from "../commands/SearchOrganizationInsightsCommand";
3
+ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateSearchOrganizationInsights(config: DevOpsGuruPaginationConfiguration, input: SearchOrganizationInsightsCommandInput, ...additionalArguments: any): Paginator<SearchOrganizationInsightsCommandOutput>;
@@ -1,3 +1,4 @@
1
+ export * from "./DescribeOrganizationResourceCollectionHealthPaginator";
1
2
  export * from "./DescribeResourceCollectionHealthPaginator";
2
3
  export * from "./GetCostEstimationPaginator";
3
4
  export * from "./GetResourceCollectionPaginator";
@@ -6,5 +7,7 @@ export * from "./ListAnomaliesForInsightPaginator";
6
7
  export * from "./ListEventsPaginator";
7
8
  export * from "./ListInsightsPaginator";
8
9
  export * from "./ListNotificationChannelsPaginator";
10
+ export * from "./ListOrganizationInsightsPaginator";
9
11
  export * from "./ListRecommendationsPaginator";
10
12
  export * from "./SearchInsightsPaginator";
13
+ export * from "./SearchOrganizationInsightsPaginator";
@@ -6,6 +6,9 @@ import { DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutp
6
6
  import { DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput } from "../commands/DescribeAnomalyCommand";
7
7
  import { DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput } from "../commands/DescribeFeedbackCommand";
8
8
  import { DescribeInsightCommandInput, DescribeInsightCommandOutput } from "../commands/DescribeInsightCommand";
9
+ import { DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput } from "../commands/DescribeOrganizationHealthCommand";
10
+ import { DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput } from "../commands/DescribeOrganizationOverviewCommand";
11
+ import { DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput } from "../commands/DescribeOrganizationResourceCollectionHealthCommand";
9
12
  import { DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput } from "../commands/DescribeResourceCollectionHealthCommand";
10
13
  import { DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput } from "../commands/DescribeServiceIntegrationCommand";
11
14
  import { GetCostEstimationCommandInput, GetCostEstimationCommandOutput } from "../commands/GetCostEstimationCommand";
@@ -14,10 +17,12 @@ import { ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutp
14
17
  import { ListEventsCommandInput, ListEventsCommandOutput } from "../commands/ListEventsCommand";
15
18
  import { ListInsightsCommandInput, ListInsightsCommandOutput } from "../commands/ListInsightsCommand";
16
19
  import { ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput } from "../commands/ListNotificationChannelsCommand";
20
+ import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "../commands/ListOrganizationInsightsCommand";
17
21
  import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "../commands/ListRecommendationsCommand";
18
22
  import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "../commands/PutFeedbackCommand";
19
23
  import { RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput } from "../commands/RemoveNotificationChannelCommand";
20
24
  import { SearchInsightsCommandInput, SearchInsightsCommandOutput } from "../commands/SearchInsightsCommand";
25
+ import { SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput } from "../commands/SearchOrganizationInsightsCommand";
21
26
  import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } from "../commands/StartCostEstimationCommand";
22
27
  import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "../commands/UpdateResourceCollectionCommand";
23
28
  import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "../commands/UpdateServiceIntegrationCommand";
@@ -27,6 +32,9 @@ export declare const serializeAws_restJson1DescribeAccountOverviewCommand: (inpu
27
32
  export declare const serializeAws_restJson1DescribeAnomalyCommand: (input: DescribeAnomalyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
33
  export declare const serializeAws_restJson1DescribeFeedbackCommand: (input: DescribeFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
34
  export declare const serializeAws_restJson1DescribeInsightCommand: (input: DescribeInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ export declare const serializeAws_restJson1DescribeOrganizationHealthCommand: (input: DescribeOrganizationHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ export declare const serializeAws_restJson1DescribeOrganizationOverviewCommand: (input: DescribeOrganizationOverviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ export declare const serializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand: (input: DescribeOrganizationResourceCollectionHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
38
  export declare const serializeAws_restJson1DescribeResourceCollectionHealthCommand: (input: DescribeResourceCollectionHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
39
  export declare const serializeAws_restJson1DescribeServiceIntegrationCommand: (input: DescribeServiceIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
40
  export declare const serializeAws_restJson1GetCostEstimationCommand: (input: GetCostEstimationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -35,10 +43,12 @@ export declare const serializeAws_restJson1ListAnomaliesForInsightCommand: (inpu
35
43
  export declare const serializeAws_restJson1ListEventsCommand: (input: ListEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
44
  export declare const serializeAws_restJson1ListInsightsCommand: (input: ListInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
45
  export declare const serializeAws_restJson1ListNotificationChannelsCommand: (input: ListNotificationChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ export declare const serializeAws_restJson1ListOrganizationInsightsCommand: (input: ListOrganizationInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
47
  export declare const serializeAws_restJson1ListRecommendationsCommand: (input: ListRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
48
  export declare const serializeAws_restJson1PutFeedbackCommand: (input: PutFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
49
  export declare const serializeAws_restJson1RemoveNotificationChannelCommand: (input: RemoveNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
50
  export declare const serializeAws_restJson1SearchInsightsCommand: (input: SearchInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ export declare const serializeAws_restJson1SearchOrganizationInsightsCommand: (input: SearchOrganizationInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
52
  export declare const serializeAws_restJson1StartCostEstimationCommand: (input: StartCostEstimationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
53
  export declare const serializeAws_restJson1UpdateResourceCollectionCommand: (input: UpdateResourceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
54
  export declare const serializeAws_restJson1UpdateServiceIntegrationCommand: (input: UpdateServiceIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -48,6 +58,9 @@ export declare const deserializeAws_restJson1DescribeAccountOverviewCommand: (ou
48
58
  export declare const deserializeAws_restJson1DescribeAnomalyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnomalyCommandOutput>;
49
59
  export declare const deserializeAws_restJson1DescribeFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeedbackCommandOutput>;
50
60
  export declare const deserializeAws_restJson1DescribeInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInsightCommandOutput>;
61
+ export declare const deserializeAws_restJson1DescribeOrganizationHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationHealthCommandOutput>;
62
+ export declare const deserializeAws_restJson1DescribeOrganizationOverviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationOverviewCommandOutput>;
63
+ export declare const deserializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
51
64
  export declare const deserializeAws_restJson1DescribeResourceCollectionHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceCollectionHealthCommandOutput>;
52
65
  export declare const deserializeAws_restJson1DescribeServiceIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceIntegrationCommandOutput>;
53
66
  export declare const deserializeAws_restJson1GetCostEstimationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostEstimationCommandOutput>;
@@ -56,10 +69,12 @@ export declare const deserializeAws_restJson1ListAnomaliesForInsightCommand: (ou
56
69
  export declare const deserializeAws_restJson1ListEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsCommandOutput>;
57
70
  export declare const deserializeAws_restJson1ListInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInsightsCommandOutput>;
58
71
  export declare const deserializeAws_restJson1ListNotificationChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationChannelsCommandOutput>;
72
+ export declare const deserializeAws_restJson1ListOrganizationInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationInsightsCommandOutput>;
59
73
  export declare const deserializeAws_restJson1ListRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationsCommandOutput>;
60
74
  export declare const deserializeAws_restJson1PutFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFeedbackCommandOutput>;
61
75
  export declare const deserializeAws_restJson1RemoveNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveNotificationChannelCommandOutput>;
62
76
  export declare const deserializeAws_restJson1SearchInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchInsightsCommandOutput>;
77
+ export declare const deserializeAws_restJson1SearchOrganizationInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchOrganizationInsightsCommandOutput>;
63
78
  export declare const deserializeAws_restJson1StartCostEstimationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCostEstimationCommandOutput>;
64
79
  export declare const deserializeAws_restJson1UpdateResourceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCollectionCommandOutput>;
65
80
  export declare const deserializeAws_restJson1UpdateServiceIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceIntegrationCommandOutput>;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-devops-guru",
3
3
  "description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
4
- "version": "3.39.0",
4
+ "version": "3.43.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,32 +21,32 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.39.0",
25
- "@aws-sdk/config-resolver": "3.39.0",
26
- "@aws-sdk/credential-provider-node": "3.39.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.39.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.39.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.39.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.39.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0",