You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-devops-guru/src/DevOpsGuru.ts
+13-10
Original file line number
Diff line number
Diff line change
@@ -451,8 +451,9 @@ export class DevOpsGuru extends DevOpsGuruClient {
451
451
/**
452
452
* <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
453
453
* for all closed insights in resource collections in your account. You specify the type of
454
-
* Amazon Web Services resources collection. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
455
-
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
454
+
* Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
455
+
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
456
+
* the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
@@ -555,8 +556,9 @@ export class DevOpsGuru extends DevOpsGuruClient {
555
556
556
557
/**
557
558
* <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
558
-
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
559
-
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
559
+
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
560
+
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
561
+
* the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
560
562
*/
561
563
publicgetResourceCollection(
562
564
args: GetResourceCollectionCommandInput,
@@ -880,12 +882,12 @@ export class DevOpsGuru extends DevOpsGuruClient {
880
882
/**
881
883
* <p> Returns a list of insights in your organization. You can specify which insights are
882
884
* returned by their start time, one or more statuses (<code>ONGOING</code>,
883
-
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
884
-
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
885
-
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
885
+
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
886
+
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
887
+
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
886
888
* <p> Use the <code>Filters</code> parameter to specify status and severity search
887
889
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
888
-
* <code>PROACTIVE</code> in your search. </p>
890
+
* <code>PROACTIVE</code> in your search. </p>
889
891
*/
890
892
publicsearchOrganizationInsights(
891
893
args: SearchOrganizationInsightsCommandInput,
@@ -951,8 +953,9 @@ export class DevOpsGuru extends DevOpsGuruClient {
951
953
952
954
/**
953
955
* <p> Updates the collection of resources that DevOps Guru analyzes.
954
-
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
955
-
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for
956
+
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
957
+
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
958
+
* the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for
* <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
28
28
* for all closed insights in resource collections in your account. You specify the type of
29
-
* Amazon Web Services resources collection. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
30
-
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
29
+
* Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
30
+
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
31
+
* the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
31
32
* @example
32
33
* Use a bare-bones client and the command you need to make an API call.
* <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
26
-
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
27
-
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
26
+
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
27
+
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
28
+
* the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
28
29
* @example
29
30
* Use a bare-bones client and the command you need to make an API call.
* <p> Updates the collection of resources that DevOps Guru analyzes.
26
-
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
27
-
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for
26
+
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
27
+
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
28
+
* the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for
28
29
* you to use DevOps Guru. </p>
29
30
* @example
30
31
* Use a bare-bones client and the command you need to make an API call.
0 commit comments