@aws-sdk/client-devops-guru 3.261.0 → 3.263.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/README.md +0 -2
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +10 -6
- package/dist-cjs/protocols/Aws_restJson1.js +10 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +6 -3
- package/dist-es/protocols/Aws_restJson1.js +10 -0
- package/dist-types/DevOpsGuru.d.ts +7 -9
- package/dist-types/DevOpsGuruClient.d.ts +2 -4
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +3 -3
- package/dist-types/commands/SearchInsightsCommand.d.ts +1 -1
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +253 -239
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +13 -6
- package/package.json +2 -2
|
@@ -87,8 +87,8 @@ export interface NotificationFilterConfig {
|
|
|
87
87
|
* to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics.
|
|
88
88
|
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
|
|
89
89
|
* for cross account Amazon SNS topics</a>.</p>
|
|
90
|
-
*
|
|
91
|
-
*
|
|
90
|
+
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.</p>
|
|
91
|
+
* <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
|
|
92
92
|
* to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
|
|
93
93
|
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
|
|
94
94
|
*/
|
|
@@ -111,8 +111,8 @@ export interface NotificationChannelConfig {
|
|
|
111
111
|
* to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics.
|
|
112
112
|
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
|
|
113
113
|
* for cross account Amazon SNS topics</a>.</p>
|
|
114
|
-
*
|
|
115
|
-
*
|
|
114
|
+
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.</p>
|
|
115
|
+
* <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
|
|
116
116
|
* to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
|
|
117
117
|
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
|
|
118
118
|
*/
|
|
@@ -540,10 +540,10 @@ export interface CloudWatchMetricsDetail {
|
|
|
540
540
|
* <code>db.sql</code> dimension group consists of the following dimensions:
|
|
541
541
|
* <code>db.sql.id</code>, <code>db.sql.db_id</code>, <code>db.sql.statement</code>,
|
|
542
542
|
* and <code>db.sql.tokenized_id</code>.</p>
|
|
543
|
-
*
|
|
544
|
-
*
|
|
543
|
+
* <note>
|
|
544
|
+
* <p>Each response element returns a maximum of 500 bytes. For larger elements, such as
|
|
545
545
|
* SQL statements, only the first 500 bytes are returned.</p>
|
|
546
|
-
*
|
|
546
|
+
* </note>
|
|
547
547
|
* <p>Amazon RDS Performance Insights enables you to monitor and explore different
|
|
548
548
|
* dimensions of database load based on data captured from a running DB instance.
|
|
549
549
|
* DB load is measured as average active sessions. Performance Insights provides the
|
|
@@ -551,65 +551,63 @@ export interface CloudWatchMetricsDetail {
|
|
|
551
551
|
* provides DB load data for each time point in the queried time range. Each time point
|
|
552
552
|
* decomposes overall load in relation to the requested dimensions, measured at that
|
|
553
553
|
* time point. Examples include SQL, Wait event, User, and Host. </p>
|
|
554
|
-
*
|
|
555
|
-
* <ul>
|
|
554
|
+
* <ul>
|
|
556
555
|
* <li>
|
|
557
|
-
*
|
|
556
|
+
* <p>To learn more about Performance Insights and Amazon Aurora DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html"> Amazon Aurora User Guide</a>.
|
|
558
557
|
* </p>
|
|
559
|
-
*
|
|
558
|
+
* </li>
|
|
560
559
|
* <li>
|
|
561
|
-
*
|
|
560
|
+
* <p>To learn more about Performance Insights and Amazon RDS DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html"> Amazon RDS User Guide</a>.
|
|
562
561
|
* </p>
|
|
563
|
-
*
|
|
562
|
+
* </li>
|
|
564
563
|
* </ul>
|
|
565
564
|
*/
|
|
566
565
|
export interface PerformanceInsightsMetricDimensionGroup {
|
|
567
566
|
/**
|
|
568
567
|
* <p>The name of the dimension group. Its valid values are:</p>
|
|
569
|
-
*
|
|
570
|
-
* <ul>
|
|
568
|
+
* <ul>
|
|
571
569
|
* <li>
|
|
572
|
-
*
|
|
573
|
-
*
|
|
570
|
+
* <p>
|
|
571
|
+
* <code>db</code> - The name of the database to which the client is connected
|
|
574
572
|
* (only Aurora PostgreSQL, Amazon RDS PostgreSQL, Aurora MySQL, Amazon RDS MySQL, and MariaDB)</p>
|
|
575
|
-
*
|
|
573
|
+
* </li>
|
|
576
574
|
* <li>
|
|
577
|
-
*
|
|
578
|
-
*
|
|
575
|
+
* <p>
|
|
576
|
+
* <code>db.application</code> - The name of the application that is connected to
|
|
579
577
|
* the database (only Aurora PostgreSQL and RDS PostgreSQL)</p>
|
|
580
|
-
*
|
|
578
|
+
* </li>
|
|
581
579
|
* <li>
|
|
582
|
-
*
|
|
583
|
-
*
|
|
580
|
+
* <p>
|
|
581
|
+
* <code>db.host</code> - The host name of the connected client (all
|
|
584
582
|
* engines)</p>
|
|
585
|
-
*
|
|
583
|
+
* </li>
|
|
586
584
|
* <li>
|
|
587
|
-
*
|
|
588
|
-
*
|
|
585
|
+
* <p>
|
|
586
|
+
* <code>db.session_type</code> - The type of the current session (only Aurora PostgreSQL
|
|
589
587
|
* and RDS PostgreSQL)</p>
|
|
590
|
-
*
|
|
588
|
+
* </li>
|
|
591
589
|
* <li>
|
|
592
|
-
*
|
|
593
|
-
*
|
|
594
|
-
*
|
|
590
|
+
* <p>
|
|
591
|
+
* <code>db.sql</code> - The SQL that is currently executing (all engines)</p>
|
|
592
|
+
* </li>
|
|
595
593
|
* <li>
|
|
596
|
-
*
|
|
597
|
-
*
|
|
598
|
-
*
|
|
594
|
+
* <p>
|
|
595
|
+
* <code>db.sql_tokenized</code> - The SQL digest (all engines)</p>
|
|
596
|
+
* </li>
|
|
599
597
|
* <li>
|
|
600
|
-
*
|
|
601
|
-
*
|
|
598
|
+
* <p>
|
|
599
|
+
* <code>db.wait_event</code> - The event for which the database backend is waiting
|
|
602
600
|
* (all engines)</p>
|
|
603
|
-
*
|
|
601
|
+
* </li>
|
|
604
602
|
* <li>
|
|
605
|
-
*
|
|
606
|
-
*
|
|
603
|
+
* <p>
|
|
604
|
+
* <code>db.wait_event_type</code> - The type of event for which the database
|
|
607
605
|
* backend is waiting (all engines)</p>
|
|
608
|
-
*
|
|
606
|
+
* </li>
|
|
609
607
|
* <li>
|
|
610
|
-
*
|
|
611
|
-
*
|
|
612
|
-
*
|
|
608
|
+
* <p>
|
|
609
|
+
* <code>db.user</code> - The user logged in to the database (all engines)</p>
|
|
610
|
+
* </li>
|
|
613
611
|
* </ul>
|
|
614
612
|
*/
|
|
615
613
|
Group?: string;
|
|
@@ -617,93 +615,92 @@ export interface PerformanceInsightsMetricDimensionGroup {
|
|
|
617
615
|
* <p>A list of specific dimensions from a dimension group. If this parameter is not
|
|
618
616
|
* present, then it signifies that all of the dimensions in the group were requested or are
|
|
619
617
|
* present in the response.</p>
|
|
620
|
-
*
|
|
621
|
-
*
|
|
622
|
-
* <ul>
|
|
618
|
+
* <p>Valid values for elements in the <code>Dimensions</code> array are:</p>
|
|
619
|
+
* <ul>
|
|
623
620
|
* <li>
|
|
624
|
-
*
|
|
625
|
-
*
|
|
621
|
+
* <p>
|
|
622
|
+
* <code>db.application.name</code> - The name of the application that is connected
|
|
626
623
|
* to the database (only Aurora PostgreSQL and RDS PostgreSQL)</p>
|
|
627
|
-
*
|
|
624
|
+
* </li>
|
|
628
625
|
* <li>
|
|
629
|
-
*
|
|
630
|
-
*
|
|
626
|
+
* <p>
|
|
627
|
+
* <code>db.host.id</code> - The host ID of the connected client (all
|
|
631
628
|
* engines)</p>
|
|
632
|
-
*
|
|
629
|
+
* </li>
|
|
633
630
|
* <li>
|
|
634
|
-
*
|
|
635
|
-
*
|
|
631
|
+
* <p>
|
|
632
|
+
* <code>db.host.name</code> - The host name of the connected client (all
|
|
636
633
|
* engines)</p>
|
|
637
|
-
*
|
|
634
|
+
* </li>
|
|
638
635
|
* <li>
|
|
639
|
-
*
|
|
640
|
-
*
|
|
636
|
+
* <p>
|
|
637
|
+
* <code>db.name</code> - The name of the database to which the client is connected
|
|
641
638
|
* (only Aurora PostgreSQL, Amazon RDS PostgreSQL, Aurora MySQL, Amazon RDS MySQL, and MariaDB)</p>
|
|
642
|
-
*
|
|
639
|
+
* </li>
|
|
643
640
|
* <li>
|
|
644
|
-
*
|
|
645
|
-
*
|
|
641
|
+
* <p>
|
|
642
|
+
* <code>db.session_type.name</code> - The type of the current session (only Aurora
|
|
646
643
|
* PostgreSQL and RDS PostgreSQL)</p>
|
|
647
|
-
*
|
|
644
|
+
* </li>
|
|
648
645
|
* <li>
|
|
649
|
-
*
|
|
650
|
-
*
|
|
651
|
-
*
|
|
646
|
+
* <p>
|
|
647
|
+
* <code>db.sql.id</code> - The SQL ID generated by Performance Insights (all engines)</p>
|
|
648
|
+
* </li>
|
|
652
649
|
* <li>
|
|
653
|
-
*
|
|
654
|
-
*
|
|
650
|
+
* <p>
|
|
651
|
+
* <code>db.sql.db_id</code> - The SQL ID generated by the database (all
|
|
655
652
|
* engines)</p>
|
|
656
|
-
*
|
|
653
|
+
* </li>
|
|
657
654
|
* <li>
|
|
658
|
-
*
|
|
659
|
-
*
|
|
655
|
+
* <p>
|
|
656
|
+
* <code>db.sql.statement</code> - The SQL text that is being executed (all
|
|
660
657
|
* engines)</p>
|
|
661
|
-
*
|
|
658
|
+
* </li>
|
|
662
659
|
* <li>
|
|
663
|
-
*
|
|
664
|
-
*
|
|
665
|
-
*
|
|
666
|
-
*
|
|
660
|
+
* <p>
|
|
661
|
+
* <code>db.sql.tokenized_id</code>
|
|
662
|
+
* </p>
|
|
663
|
+
* </li>
|
|
667
664
|
* <li>
|
|
668
|
-
*
|
|
669
|
-
*
|
|
665
|
+
* <p>
|
|
666
|
+
* <code>db.sql_tokenized.id</code> - The SQL digest ID generated by Performance Insights (all
|
|
670
667
|
* engines)</p>
|
|
671
|
-
*
|
|
668
|
+
* </li>
|
|
672
669
|
* <li>
|
|
673
|
-
*
|
|
674
|
-
*
|
|
670
|
+
* <p>
|
|
671
|
+
* <code>db.sql_tokenized.db_id</code> - SQL digest ID generated by the database
|
|
675
672
|
* (all engines)</p>
|
|
676
|
-
*
|
|
673
|
+
* </li>
|
|
677
674
|
* <li>
|
|
678
|
-
*
|
|
679
|
-
*
|
|
675
|
+
* <p>
|
|
676
|
+
* <code>db.sql_tokenized.statement</code> - The SQL digest text (all
|
|
680
677
|
* engines)</p>
|
|
681
|
-
*
|
|
678
|
+
* </li>
|
|
682
679
|
* <li>
|
|
683
|
-
*
|
|
684
|
-
*
|
|
680
|
+
* <p>
|
|
681
|
+
* <code>db.user.id</code> - The ID of the user logged in to the database (all
|
|
685
682
|
* engines)</p>
|
|
686
|
-
*
|
|
683
|
+
* </li>
|
|
687
684
|
* <li>
|
|
688
|
-
*
|
|
689
|
-
*
|
|
685
|
+
* <p>
|
|
686
|
+
* <code>db.user.name</code> - The name of the user logged in to the database (all
|
|
690
687
|
* engines)</p>
|
|
691
|
-
*
|
|
688
|
+
* </li>
|
|
692
689
|
* <li>
|
|
693
|
-
*
|
|
694
|
-
*
|
|
690
|
+
* <p>
|
|
691
|
+
* <code>db.wait_event.name</code> - The event for which the backend is waiting
|
|
695
692
|
* (all engines)</p>
|
|
696
|
-
*
|
|
693
|
+
* </li>
|
|
697
694
|
* <li>
|
|
698
|
-
*
|
|
699
|
-
*
|
|
695
|
+
* <p>
|
|
696
|
+
* <code>db.wait_event.type</code> - The type of event for which the backend is
|
|
700
697
|
* waiting (all engines)</p>
|
|
701
|
-
*
|
|
698
|
+
* </li>
|
|
702
699
|
* <li>
|
|
703
|
-
*
|
|
704
|
-
*
|
|
700
|
+
* <p>
|
|
701
|
+
* <code>db.wait_event_type.name</code> - The name of the event type for which the
|
|
705
702
|
* backend is waiting (all engines)</p>
|
|
706
|
-
*
|
|
703
|
+
* </li>
|
|
707
704
|
* </ul>
|
|
708
705
|
*/
|
|
709
706
|
Dimensions?: string[];
|
|
@@ -726,38 +723,35 @@ export interface PerformanceInsightsMetricDimensionGroup {
|
|
|
726
723
|
* provides DB load data for each time point in the queried time range. Each time point
|
|
727
724
|
* decomposes overall load in relation to the requested dimensions, measured at that
|
|
728
725
|
* time point. Examples include SQL, Wait event, User, and Host. </p>
|
|
729
|
-
*
|
|
730
|
-
* <ul>
|
|
726
|
+
* <ul>
|
|
731
727
|
* <li>
|
|
732
|
-
*
|
|
728
|
+
* <p>To learn more about Performance Insights and Amazon Aurora DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html"> Amazon Aurora User Guide</a>.
|
|
733
729
|
* </p>
|
|
734
|
-
*
|
|
730
|
+
* </li>
|
|
735
731
|
* <li>
|
|
736
|
-
*
|
|
732
|
+
* <p>To learn more about Performance Insights and Amazon RDS DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html"> Amazon RDS User Guide</a>.
|
|
737
733
|
* </p>
|
|
738
|
-
*
|
|
734
|
+
* </li>
|
|
739
735
|
* </ul>
|
|
740
736
|
*/
|
|
741
737
|
export interface PerformanceInsightsMetricQuery {
|
|
742
738
|
/**
|
|
743
739
|
* <p>The name of the meteric used used when querying an Performance Insights
|
|
744
740
|
* <code>GetResourceMetrics</code> API for anomaly metrics.</p>
|
|
745
|
-
*
|
|
746
|
-
*
|
|
747
|
-
*
|
|
748
|
-
* <ul>
|
|
741
|
+
* <p>Valid values for <code>Metric</code> are:</p>
|
|
742
|
+
* <ul>
|
|
749
743
|
* <li>
|
|
750
|
-
*
|
|
751
|
-
*
|
|
744
|
+
* <p>
|
|
745
|
+
* <code>db.load.avg</code> - a scaled representation of the number of active sessions for the
|
|
752
746
|
* database engine.</p>
|
|
753
|
-
*
|
|
747
|
+
* </li>
|
|
754
748
|
* <li>
|
|
755
|
-
*
|
|
756
|
-
*
|
|
749
|
+
* <p>
|
|
750
|
+
* <code>db.sampledload.avg</code> - the raw number of active sessions for the database
|
|
757
751
|
* engine.</p>
|
|
758
|
-
*
|
|
752
|
+
* </li>
|
|
759
753
|
* </ul>
|
|
760
|
-
*
|
|
754
|
+
* <p>If the number of active sessions is less than an internal Performance Insights threshold,
|
|
761
755
|
* <code>db.load.avg</code> and <code>db.sampledload.avg</code> are the same value. If
|
|
762
756
|
* the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with
|
|
763
757
|
* <code>db.load.avg</code> showing the scaled values, <code>db.sampledload.avg</code>
|
|
@@ -777,14 +771,14 @@ export interface PerformanceInsightsMetricQuery {
|
|
|
777
771
|
/**
|
|
778
772
|
* <p>One or more filters to apply to a Performance Insights <code>GetResourceMetrics</code> API query.
|
|
779
773
|
* Restrictions:</p>
|
|
780
|
-
*
|
|
774
|
+
* <ul>
|
|
781
775
|
* <li>
|
|
782
|
-
*
|
|
776
|
+
* <p>Any number of filters by the same dimension, as specified in the
|
|
783
777
|
* <code>GroupBy</code> parameter.</p>
|
|
784
|
-
*
|
|
778
|
+
* </li>
|
|
785
779
|
* <li>
|
|
786
|
-
*
|
|
787
|
-
*
|
|
780
|
+
* <p>A single filter for any other dimension in this dimension group.</p>
|
|
781
|
+
* </li>
|
|
788
782
|
* </ul>
|
|
789
783
|
*/
|
|
790
784
|
Filter?: Record<string, string>;
|
|
@@ -866,16 +860,15 @@ export interface PerformanceInsightsStat {
|
|
|
866
860
|
* provides DB load data for each time point in the queried time range. Each time point
|
|
867
861
|
* decomposes overall load in relation to the requested dimensions, measured at that
|
|
868
862
|
* time point. Examples include SQL, Wait event, User, and Host. </p>
|
|
869
|
-
*
|
|
870
|
-
* <ul>
|
|
863
|
+
* <ul>
|
|
871
864
|
* <li>
|
|
872
|
-
*
|
|
865
|
+
* <p>To learn more about Performance Insights and Amazon Aurora DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html"> Amazon Aurora User Guide</a>.
|
|
873
866
|
* </p>
|
|
874
|
-
*
|
|
867
|
+
* </li>
|
|
875
868
|
* <li>
|
|
876
|
-
*
|
|
869
|
+
* <p>To learn more about Performance Insights and Amazon RDS DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html"> Amazon RDS User Guide</a>.
|
|
877
870
|
* </p>
|
|
878
|
-
*
|
|
871
|
+
* </li>
|
|
879
872
|
* </ul>
|
|
880
873
|
*/
|
|
881
874
|
export interface PerformanceInsightsMetricsDetail {
|
|
@@ -1082,24 +1075,24 @@ export interface CloudFormationCollection {
|
|
|
1082
1075
|
* table resource that you assign to an Lambda function. For more information about
|
|
1083
1076
|
* using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
|
|
1084
1077
|
* best practices</a> whitepaper. </p>
|
|
1085
|
-
*
|
|
1086
|
-
*
|
|
1078
|
+
* <p>Each Amazon Web Services tag has two parts. </p>
|
|
1079
|
+
* <ul>
|
|
1087
1080
|
* <li>
|
|
1088
|
-
*
|
|
1081
|
+
* <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
|
|
1089
1082
|
* <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
|
|
1090
1083
|
* <i>keys</i> are case-sensitive.</p>
|
|
1091
|
-
*
|
|
1084
|
+
* </li>
|
|
1092
1085
|
* <li>
|
|
1093
|
-
*
|
|
1086
|
+
* <p>An optional field known as a tag <i>value</i> (for example,
|
|
1094
1087
|
* <code>111122223333</code>, <code>Production</code>, or a team
|
|
1095
1088
|
* name). Omitting the tag <i>value</i> is the same as using an empty
|
|
1096
1089
|
* string. Like tag <i>keys</i>, tag <i>values</i> are
|
|
1097
1090
|
* case-sensitive.</p>
|
|
1098
|
-
*
|
|
1091
|
+
* </li>
|
|
1099
1092
|
* </ul>
|
|
1100
|
-
*
|
|
1101
|
-
*
|
|
1102
|
-
*
|
|
1093
|
+
* <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
|
|
1094
|
+
* <important>
|
|
1095
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
1103
1096
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
1104
1097
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
1105
1098
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -1108,7 +1101,7 @@ export interface CloudFormationCollection {
|
|
|
1108
1101
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
1109
1102
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
1110
1103
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
1111
|
-
*
|
|
1104
|
+
* </important>
|
|
1112
1105
|
*/
|
|
1113
1106
|
export interface TagCollection {
|
|
1114
1107
|
/**
|
|
@@ -1116,7 +1109,7 @@ export interface TagCollection {
|
|
|
1116
1109
|
* DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
|
|
1117
1110
|
* up your DevOps Guru application and analysis boundary.</p>
|
|
1118
1111
|
* <important>
|
|
1119
|
-
*
|
|
1112
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
1120
1113
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
1121
1114
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
1122
1115
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -1125,7 +1118,7 @@ export interface TagCollection {
|
|
|
1125
1118
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
1126
1119
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
1127
1120
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
1128
|
-
*
|
|
1121
|
+
* </important>
|
|
1129
1122
|
*/
|
|
1130
1123
|
AppBoundaryKey: string | undefined;
|
|
1131
1124
|
/**
|
|
@@ -1153,30 +1146,30 @@ export interface ResourceCollection {
|
|
|
1153
1146
|
CloudFormation?: CloudFormationCollection;
|
|
1154
1147
|
/**
|
|
1155
1148
|
* <p>The Amazon Web Services tags that are used by resources in the resource collection.</p>
|
|
1156
|
-
*
|
|
1149
|
+
* <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
|
|
1157
1150
|
* tagging, so you can assign the same tag to resources from different services to indicate
|
|
1158
1151
|
* that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
|
|
1159
1152
|
* table resource that you assign to an Lambda function. For more information about
|
|
1160
1153
|
* using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
|
|
1161
1154
|
* best practices</a> whitepaper. </p>
|
|
1162
|
-
*
|
|
1163
|
-
*
|
|
1155
|
+
* <p>Each Amazon Web Services tag has two parts. </p>
|
|
1156
|
+
* <ul>
|
|
1164
1157
|
* <li>
|
|
1165
|
-
*
|
|
1158
|
+
* <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
|
|
1166
1159
|
* <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
|
|
1167
1160
|
* <i>keys</i> are case-sensitive.</p>
|
|
1168
|
-
*
|
|
1161
|
+
* </li>
|
|
1169
1162
|
* <li>
|
|
1170
|
-
*
|
|
1163
|
+
* <p>An optional field known as a tag <i>value</i> (for example,
|
|
1171
1164
|
* <code>111122223333</code>, <code>Production</code>, or a team
|
|
1172
1165
|
* name). Omitting the tag <i>value</i> is the same as using an empty
|
|
1173
1166
|
* string. Like tag <i>keys</i>, tag <i>values</i> are
|
|
1174
1167
|
* case-sensitive.</p>
|
|
1175
|
-
*
|
|
1168
|
+
* </li>
|
|
1176
1169
|
* </ul>
|
|
1177
|
-
*
|
|
1178
|
-
*
|
|
1179
|
-
*
|
|
1170
|
+
* <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
|
|
1171
|
+
* <important>
|
|
1172
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
1180
1173
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
1181
1174
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
1182
1175
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -1185,7 +1178,7 @@ export interface ResourceCollection {
|
|
|
1185
1178
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
1186
1179
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
1187
1180
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
1188
|
-
*
|
|
1181
|
+
* </important>
|
|
1189
1182
|
*/
|
|
1190
1183
|
Tags?: TagCollection[];
|
|
1191
1184
|
}
|
|
@@ -1312,15 +1305,15 @@ export interface ReactiveAnomaly {
|
|
|
1312
1305
|
ResourceCollection?: ResourceCollection;
|
|
1313
1306
|
/**
|
|
1314
1307
|
* <p>The type of the reactive anomaly. It can be one of the following types.</p>
|
|
1315
|
-
*
|
|
1308
|
+
* <ul>
|
|
1316
1309
|
* <li>
|
|
1317
|
-
*
|
|
1318
|
-
*
|
|
1319
|
-
*
|
|
1310
|
+
* <p>
|
|
1311
|
+
* <code>CAUSAL</code> - the anomaly can cause a new insight.</p>
|
|
1312
|
+
* </li>
|
|
1320
1313
|
* <li>
|
|
1321
|
-
*
|
|
1322
|
-
*
|
|
1323
|
-
*
|
|
1314
|
+
* <p>
|
|
1315
|
+
* <code>CONTEXTUAL</code> - the anomaly contains additional information about an insight or its causal anomaly.</p>
|
|
1316
|
+
* </li>
|
|
1324
1317
|
* </ul>
|
|
1325
1318
|
*/
|
|
1326
1319
|
Type?: AnomalyType | string;
|
|
@@ -1747,7 +1740,7 @@ export interface TagHealth {
|
|
|
1747
1740
|
* DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
|
|
1748
1741
|
* up your DevOps Guru application and analysis boundary.</p>
|
|
1749
1742
|
* <important>
|
|
1750
|
-
*
|
|
1743
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
1751
1744
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
1752
1745
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
1753
1746
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -1756,7 +1749,7 @@ export interface TagHealth {
|
|
|
1756
1749
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
1757
1750
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
1758
1751
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
1759
|
-
*
|
|
1752
|
+
* </important>
|
|
1760
1753
|
*/
|
|
1761
1754
|
AppBoundaryKey?: string;
|
|
1762
1755
|
/**
|
|
@@ -1810,24 +1803,24 @@ export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
|
1810
1803
|
* table resource that you assign to an Lambda function. For more information about
|
|
1811
1804
|
* using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
|
|
1812
1805
|
* best practices</a> whitepaper. </p>
|
|
1813
|
-
*
|
|
1814
|
-
*
|
|
1806
|
+
* <p>Each Amazon Web Services tag has two parts. </p>
|
|
1807
|
+
* <ul>
|
|
1815
1808
|
* <li>
|
|
1816
|
-
*
|
|
1809
|
+
* <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
|
|
1817
1810
|
* <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
|
|
1818
1811
|
* <i>keys</i> are case-sensitive.</p>
|
|
1819
|
-
*
|
|
1812
|
+
* </li>
|
|
1820
1813
|
* <li>
|
|
1821
|
-
*
|
|
1814
|
+
* <p>An optional field known as a tag <i>value</i> (for example,
|
|
1822
1815
|
* <code>111122223333</code>, <code>Production</code>, or a team
|
|
1823
1816
|
* name). Omitting the tag <i>value</i> is the same as using an empty
|
|
1824
1817
|
* string. Like tag <i>keys</i>, tag <i>values</i> are
|
|
1825
1818
|
* case-sensitive.</p>
|
|
1826
|
-
*
|
|
1819
|
+
* </li>
|
|
1827
1820
|
* </ul>
|
|
1828
|
-
*
|
|
1829
|
-
*
|
|
1830
|
-
*
|
|
1821
|
+
* <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
|
|
1822
|
+
* <important>
|
|
1823
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
1831
1824
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
1832
1825
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
1833
1826
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -1836,7 +1829,7 @@ export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
|
1836
1829
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
1837
1830
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
1838
1831
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
1839
|
-
*
|
|
1832
|
+
* </important>
|
|
1840
1833
|
*/
|
|
1841
1834
|
Tags?: TagHealth[];
|
|
1842
1835
|
}
|
|
@@ -1878,30 +1871,30 @@ export interface DescribeResourceCollectionHealthResponse {
|
|
|
1878
1871
|
NextToken?: string;
|
|
1879
1872
|
/**
|
|
1880
1873
|
* <p>The Amazon Web Services tags that are used by resources in the resource collection.</p>
|
|
1881
|
-
*
|
|
1874
|
+
* <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
|
|
1882
1875
|
* tagging, so you can assign the same tag to resources from different services to indicate
|
|
1883
1876
|
* that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
|
|
1884
1877
|
* table resource that you assign to an Lambda function. For more information about
|
|
1885
1878
|
* using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
|
|
1886
1879
|
* best practices</a> whitepaper. </p>
|
|
1887
|
-
*
|
|
1888
|
-
*
|
|
1880
|
+
* <p>Each Amazon Web Services tag has two parts. </p>
|
|
1881
|
+
* <ul>
|
|
1889
1882
|
* <li>
|
|
1890
|
-
*
|
|
1883
|
+
* <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
|
|
1891
1884
|
* <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
|
|
1892
1885
|
* <i>keys</i> are case-sensitive.</p>
|
|
1893
|
-
*
|
|
1886
|
+
* </li>
|
|
1894
1887
|
* <li>
|
|
1895
|
-
*
|
|
1888
|
+
* <p>An optional field known as a tag <i>value</i> (for example,
|
|
1896
1889
|
* <code>111122223333</code>, <code>Production</code>, or a team
|
|
1897
1890
|
* name). Omitting the tag <i>value</i> is the same as using an empty
|
|
1898
1891
|
* string. Like tag <i>keys</i>, tag <i>values</i> are
|
|
1899
1892
|
* case-sensitive.</p>
|
|
1900
|
-
*
|
|
1893
|
+
* </li>
|
|
1901
1894
|
* </ul>
|
|
1902
|
-
*
|
|
1903
|
-
*
|
|
1904
|
-
*
|
|
1895
|
+
* <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
|
|
1896
|
+
* <important>
|
|
1897
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
1905
1898
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
1906
1899
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
1907
1900
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -1910,7 +1903,7 @@ export interface DescribeResourceCollectionHealthResponse {
|
|
|
1910
1903
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
1911
1904
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
1912
1905
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
1913
|
-
*
|
|
1906
|
+
* </important>
|
|
1914
1907
|
*/
|
|
1915
1908
|
Tags?: TagHealth[];
|
|
1916
1909
|
}
|
|
@@ -2042,7 +2035,7 @@ export interface TagCostEstimationResourceCollectionFilter {
|
|
|
2042
2035
|
* DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
|
|
2043
2036
|
* up your DevOps Guru application and analysis boundary.</p>
|
|
2044
2037
|
* <important>
|
|
2045
|
-
*
|
|
2038
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
2046
2039
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
2047
2040
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
2048
2041
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -2051,7 +2044,7 @@ export interface TagCostEstimationResourceCollectionFilter {
|
|
|
2051
2044
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
2052
2045
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
2053
2046
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
2054
|
-
*
|
|
2047
|
+
* </important>
|
|
2055
2048
|
*/
|
|
2056
2049
|
AppBoundaryKey: string | undefined;
|
|
2057
2050
|
/**
|
|
@@ -2087,24 +2080,24 @@ export interface CostEstimationResourceCollectionFilter {
|
|
|
2087
2080
|
* table resource that you assign to an Lambda function. For more information about
|
|
2088
2081
|
* using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
|
|
2089
2082
|
* best practices</a> whitepaper. </p>
|
|
2090
|
-
*
|
|
2091
|
-
*
|
|
2083
|
+
* <p>Each Amazon Web Services tag has two parts. </p>
|
|
2084
|
+
* <ul>
|
|
2092
2085
|
* <li>
|
|
2093
|
-
*
|
|
2086
|
+
* <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
|
|
2094
2087
|
* <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
|
|
2095
2088
|
* <i>keys</i> are case-sensitive.</p>
|
|
2096
|
-
*
|
|
2089
|
+
* </li>
|
|
2097
2090
|
* <li>
|
|
2098
|
-
*
|
|
2091
|
+
* <p>An optional field known as a tag <i>value</i> (for example,
|
|
2099
2092
|
* <code>111122223333</code>, <code>Production</code>, or a team
|
|
2100
2093
|
* name). Omitting the tag <i>value</i> is the same as using an empty
|
|
2101
2094
|
* string. Like tag <i>keys</i>, tag <i>values</i> are
|
|
2102
2095
|
* case-sensitive.</p>
|
|
2103
|
-
*
|
|
2096
|
+
* </li>
|
|
2104
2097
|
* </ul>
|
|
2105
|
-
*
|
|
2106
|
-
*
|
|
2107
|
-
*
|
|
2098
|
+
* <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
|
|
2099
|
+
* <important>
|
|
2100
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
2108
2101
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
2109
2102
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
2110
2103
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -2113,7 +2106,7 @@ export interface CostEstimationResourceCollectionFilter {
|
|
|
2113
2106
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
2114
2107
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
2115
2108
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
2116
|
-
*
|
|
2109
|
+
* </important>
|
|
2117
2110
|
*/
|
|
2118
2111
|
Tags?: TagCostEstimationResourceCollectionFilter[];
|
|
2119
2112
|
}
|
|
@@ -2201,7 +2194,7 @@ export interface TagCollectionFilter {
|
|
|
2201
2194
|
* DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
|
|
2202
2195
|
* up your DevOps Guru application and analysis boundary.</p>
|
|
2203
2196
|
* <important>
|
|
2204
|
-
*
|
|
2197
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
2205
2198
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
2206
2199
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
2207
2200
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -2210,7 +2203,7 @@ export interface TagCollectionFilter {
|
|
|
2210
2203
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
2211
2204
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
2212
2205
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
2213
|
-
*
|
|
2206
|
+
* </important>
|
|
2214
2207
|
*/
|
|
2215
2208
|
AppBoundaryKey: string | undefined;
|
|
2216
2209
|
/**
|
|
@@ -2238,30 +2231,30 @@ export interface ResourceCollectionFilter {
|
|
|
2238
2231
|
CloudFormation?: CloudFormationCollectionFilter;
|
|
2239
2232
|
/**
|
|
2240
2233
|
* <p>The Amazon Web Services tags used to filter the resources in the resource collection.</p>
|
|
2241
|
-
*
|
|
2234
|
+
* <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
|
|
2242
2235
|
* tagging, so you can assign the same tag to resources from different services to indicate
|
|
2243
2236
|
* that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
|
|
2244
2237
|
* table resource that you assign to an Lambda function. For more information about
|
|
2245
2238
|
* using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
|
|
2246
2239
|
* best practices</a> whitepaper. </p>
|
|
2247
|
-
*
|
|
2248
|
-
*
|
|
2240
|
+
* <p>Each Amazon Web Services tag has two parts. </p>
|
|
2241
|
+
* <ul>
|
|
2249
2242
|
* <li>
|
|
2250
|
-
*
|
|
2243
|
+
* <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
|
|
2251
2244
|
* <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
|
|
2252
2245
|
* <i>keys</i> are case-sensitive.</p>
|
|
2253
|
-
*
|
|
2246
|
+
* </li>
|
|
2254
2247
|
* <li>
|
|
2255
|
-
*
|
|
2248
|
+
* <p>An optional field known as a tag <i>value</i> (for example,
|
|
2256
2249
|
* <code>111122223333</code>, <code>Production</code>, or a team
|
|
2257
2250
|
* name). Omitting the tag <i>value</i> is the same as using an empty
|
|
2258
2251
|
* string. Like tag <i>keys</i>, tag <i>values</i> are
|
|
2259
2252
|
* case-sensitive.</p>
|
|
2260
|
-
*
|
|
2253
|
+
* </li>
|
|
2261
2254
|
* </ul>
|
|
2262
|
-
*
|
|
2263
|
-
*
|
|
2264
|
-
*
|
|
2255
|
+
* <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
|
|
2256
|
+
* <important>
|
|
2257
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
2265
2258
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
2266
2259
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
2267
2260
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -2270,7 +2263,7 @@ export interface ResourceCollectionFilter {
|
|
|
2270
2263
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
2271
2264
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
2272
2265
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
2273
|
-
*
|
|
2266
|
+
* </important>
|
|
2274
2267
|
*/
|
|
2275
2268
|
Tags?: TagCollectionFilter[];
|
|
2276
2269
|
}
|
|
@@ -2288,6 +2281,26 @@ export interface GetResourceCollectionResponse {
|
|
|
2288
2281
|
*/
|
|
2289
2282
|
NextToken?: string;
|
|
2290
2283
|
}
|
|
2284
|
+
/**
|
|
2285
|
+
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
2286
|
+
*/
|
|
2287
|
+
export interface ServiceCollection {
|
|
2288
|
+
/**
|
|
2289
|
+
* <p>An array of strings that each specifies the name of an Amazon Web Services service.</p>
|
|
2290
|
+
*/
|
|
2291
|
+
ServiceNames?: (ServiceName | string)[];
|
|
2292
|
+
}
|
|
2293
|
+
/**
|
|
2294
|
+
* <p>
|
|
2295
|
+
* Specifies one or more service names that are used to list anomalies.
|
|
2296
|
+
* </p>
|
|
2297
|
+
*/
|
|
2298
|
+
export interface ListAnomaliesForInsightFilters {
|
|
2299
|
+
/**
|
|
2300
|
+
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
2301
|
+
*/
|
|
2302
|
+
ServiceCollection?: ServiceCollection;
|
|
2303
|
+
}
|
|
2291
2304
|
/**
|
|
2292
2305
|
* <p> A time range used to specify when the behavior of an insight or anomaly started.
|
|
2293
2306
|
* </p>
|
|
@@ -2326,6 +2339,12 @@ export interface ListAnomaliesForInsightRequest {
|
|
|
2326
2339
|
* <p>The ID of the Amazon Web Services account. </p>
|
|
2327
2340
|
*/
|
|
2328
2341
|
AccountId?: string;
|
|
2342
|
+
/**
|
|
2343
|
+
* <p>
|
|
2344
|
+
* Specifies one or more service names that are used to list anomalies.
|
|
2345
|
+
* </p>
|
|
2346
|
+
*/
|
|
2347
|
+
Filters?: ListAnomaliesForInsightFilters;
|
|
2329
2348
|
}
|
|
2330
2349
|
/**
|
|
2331
2350
|
* <p>Details about a proactive anomaly. This object is returned by
|
|
@@ -2452,15 +2471,15 @@ export interface ReactiveAnomalySummary {
|
|
|
2452
2471
|
ResourceCollection?: ResourceCollection;
|
|
2453
2472
|
/**
|
|
2454
2473
|
* <p>The type of the reactive anomaly. It can be one of the following types.</p>
|
|
2455
|
-
*
|
|
2474
|
+
* <ul>
|
|
2456
2475
|
* <li>
|
|
2457
|
-
*
|
|
2458
|
-
*
|
|
2459
|
-
*
|
|
2476
|
+
* <p>
|
|
2477
|
+
* <code>CAUSAL</code> - the anomaly can cause a new insight.</p>
|
|
2478
|
+
* </li>
|
|
2460
2479
|
* <li>
|
|
2461
|
-
*
|
|
2462
|
-
*
|
|
2463
|
-
*
|
|
2480
|
+
* <p>
|
|
2481
|
+
* <code>CONTEXTUAL</code> - the anomaly contains additional information about an insight or its causal anomaly.</p>
|
|
2482
|
+
* </li>
|
|
2464
2483
|
* </ul>
|
|
2465
2484
|
*/
|
|
2466
2485
|
Type?: AnomalyType | string;
|
|
@@ -2789,15 +2808,6 @@ export interface ListInsightsRequest {
|
|
|
2789
2808
|
*/
|
|
2790
2809
|
NextToken?: string;
|
|
2791
2810
|
}
|
|
2792
|
-
/**
|
|
2793
|
-
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
2794
|
-
*/
|
|
2795
|
-
export interface ServiceCollection {
|
|
2796
|
-
/**
|
|
2797
|
-
* <p>An array of strings that each specifies the name of an Amazon Web Services service.</p>
|
|
2798
|
-
*/
|
|
2799
|
-
ServiceNames?: (ServiceName | string)[];
|
|
2800
|
-
}
|
|
2801
2811
|
/**
|
|
2802
2812
|
* <p>Details about a proactive insight. This object is returned by
|
|
2803
2813
|
* <code>DescribeInsight.</code>
|
|
@@ -3042,12 +3052,12 @@ export interface ListNotificationChannelsRequest {
|
|
|
3042
3052
|
* <p> Information about a notification channel. A notification channel is used to notify
|
|
3043
3053
|
* you when DevOps Guru creates an insight. The one
|
|
3044
3054
|
* supported notification channel is Amazon Simple Notification Service (Amazon SNS). </p>
|
|
3045
|
-
*
|
|
3055
|
+
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
3046
3056
|
* to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics.
|
|
3047
3057
|
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
|
|
3048
3058
|
* for cross account Amazon SNS topics</a>.</p>
|
|
3049
|
-
*
|
|
3050
|
-
*
|
|
3059
|
+
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.</p>
|
|
3060
|
+
* <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
|
|
3051
3061
|
* to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
|
|
3052
3062
|
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
|
|
3053
3063
|
*/
|
|
@@ -3591,7 +3601,7 @@ export interface UpdateTagCollectionFilter {
|
|
|
3591
3601
|
* DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
|
|
3592
3602
|
* up your DevOps Guru application and analysis boundary.</p>
|
|
3593
3603
|
* <important>
|
|
3594
|
-
*
|
|
3604
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
3595
3605
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
3596
3606
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
3597
3607
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -3600,7 +3610,7 @@ export interface UpdateTagCollectionFilter {
|
|
|
3600
3610
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
3601
3611
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
3602
3612
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
3603
|
-
*
|
|
3613
|
+
* </important>
|
|
3604
3614
|
*/
|
|
3605
3615
|
AppBoundaryKey: string | undefined;
|
|
3606
3616
|
/**
|
|
@@ -3624,30 +3634,30 @@ export interface UpdateResourceCollectionFilter {
|
|
|
3624
3634
|
CloudFormation?: UpdateCloudFormationCollectionFilter;
|
|
3625
3635
|
/**
|
|
3626
3636
|
* <p>The updated Amazon Web Services tags used to filter the resources in the resource collection.</p>
|
|
3627
|
-
*
|
|
3637
|
+
* <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
|
|
3628
3638
|
* tagging, so you can assign the same tag to resources from different services to indicate
|
|
3629
3639
|
* that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
|
|
3630
3640
|
* table resource that you assign to an Lambda function. For more information about
|
|
3631
3641
|
* using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
|
|
3632
3642
|
* best practices</a> whitepaper. </p>
|
|
3633
|
-
*
|
|
3634
|
-
*
|
|
3643
|
+
* <p>Each Amazon Web Services tag has two parts. </p>
|
|
3644
|
+
* <ul>
|
|
3635
3645
|
* <li>
|
|
3636
|
-
*
|
|
3646
|
+
* <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
|
|
3637
3647
|
* <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
|
|
3638
3648
|
* <i>keys</i> are case-sensitive.</p>
|
|
3639
|
-
*
|
|
3649
|
+
* </li>
|
|
3640
3650
|
* <li>
|
|
3641
|
-
*
|
|
3651
|
+
* <p>An optional field known as a tag <i>value</i> (for example,
|
|
3642
3652
|
* <code>111122223333</code>, <code>Production</code>, or a team
|
|
3643
3653
|
* name). Omitting the tag <i>value</i> is the same as using an empty
|
|
3644
3654
|
* string. Like tag <i>keys</i>, tag <i>values</i> are
|
|
3645
3655
|
* case-sensitive.</p>
|
|
3646
|
-
*
|
|
3656
|
+
* </li>
|
|
3647
3657
|
* </ul>
|
|
3648
|
-
*
|
|
3649
|
-
*
|
|
3650
|
-
*
|
|
3658
|
+
* <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
|
|
3659
|
+
* <important>
|
|
3660
|
+
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
|
|
3651
3661
|
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
|
|
3652
3662
|
* <code>DevOps-Guru-deployment-application</code> or
|
|
3653
3663
|
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
|
|
@@ -3656,7 +3666,7 @@ export interface UpdateResourceCollectionFilter {
|
|
|
3656
3666
|
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
|
|
3657
3667
|
* application might be <code>Devops-Guru-production-application/RDS</code> or
|
|
3658
3668
|
* <code>Devops-Guru-production-application/containers</code>.</p>
|
|
3659
|
-
*
|
|
3669
|
+
* </important>
|
|
3660
3670
|
*/
|
|
3661
3671
|
Tags?: UpdateTagCollectionFilter[];
|
|
3662
3672
|
}
|
|
@@ -4057,6 +4067,14 @@ export declare const ResourceCollectionFilterFilterSensitiveLog: (obj: ResourceC
|
|
|
4057
4067
|
* @internal
|
|
4058
4068
|
*/
|
|
4059
4069
|
export declare const GetResourceCollectionResponseFilterSensitiveLog: (obj: GetResourceCollectionResponse) => any;
|
|
4070
|
+
/**
|
|
4071
|
+
* @internal
|
|
4072
|
+
*/
|
|
4073
|
+
export declare const ServiceCollectionFilterSensitiveLog: (obj: ServiceCollection) => any;
|
|
4074
|
+
/**
|
|
4075
|
+
* @internal
|
|
4076
|
+
*/
|
|
4077
|
+
export declare const ListAnomaliesForInsightFiltersFilterSensitiveLog: (obj: ListAnomaliesForInsightFilters) => any;
|
|
4060
4078
|
/**
|
|
4061
4079
|
* @internal
|
|
4062
4080
|
*/
|
|
@@ -4133,10 +4151,6 @@ export declare const ListInsightsStatusFilterFilterSensitiveLog: (obj: ListInsig
|
|
|
4133
4151
|
* @internal
|
|
4134
4152
|
*/
|
|
4135
4153
|
export declare const ListInsightsRequestFilterSensitiveLog: (obj: ListInsightsRequest) => any;
|
|
4136
|
-
/**
|
|
4137
|
-
* @internal
|
|
4138
|
-
*/
|
|
4139
|
-
export declare const ServiceCollectionFilterSensitiveLog: (obj: ServiceCollection) => any;
|
|
4140
4154
|
/**
|
|
4141
4155
|
* @internal
|
|
4142
4156
|
*/
|