Skip to content

Commit 9c44188

Browse files
authored
feat(clients): update clients as of 2021/12/01 (#3078)
1 parent 2bdba30 commit 9c44188

File tree

293 files changed

+94433
-51150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+94433
-51150
lines changed

clients/client-devops-guru/src/DevOpsGuru.ts

+13-10
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,9 @@ export class DevOpsGuru extends DevOpsGuruClient {
451451
/**
452452
* <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
453453
* 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>
456457
*/
457458
public describeResourceCollectionHealth(
458459
args: DescribeResourceCollectionHealthCommandInput,
@@ -555,8 +556,9 @@ export class DevOpsGuru extends DevOpsGuruClient {
555556

556557
/**
557558
* <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>
560562
*/
561563
public getResourceCollection(
562564
args: GetResourceCollectionCommandInput,
@@ -880,12 +882,12 @@ export class DevOpsGuru extends DevOpsGuruClient {
880882
/**
881883
* <p> Returns a list of insights in your organization. You can specify which insights are
882884
* 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>
886888
* <p> Use the <code>Filters</code> parameter to specify status and severity search
887889
* 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>
889891
*/
890892
public searchOrganizationInsights(
891893
args: SearchOrganizationInsightsCommandInput,
@@ -951,8 +953,9 @@ export class DevOpsGuru extends DevOpsGuruClient {
951953

952954
/**
953955
* <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
956959
* you to use DevOps Guru. </p>
957960
*/
958961
public updateResourceCollection(

clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ export interface DescribeResourceCollectionHealthCommandOutput
2626
/**
2727
* <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
2828
* 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>
3132
* @example
3233
* Use a bare-bones client and the command you need to make an API call.
3334
* ```javascript

clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ export interface GetResourceCollectionCommandOutput extends GetResourceCollectio
2323

2424
/**
2525
* <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>
2829
* @example
2930
* Use a bare-bones client and the command you need to make an API call.
3031
* ```javascript

clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
2424
/**
2525
* <p> Returns a list of insights in your organization. You can specify which insights are
2626
* returned by their start time, one or more statuses (<code>ONGOING</code>,
27-
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
28-
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
29-
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
27+
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
28+
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
29+
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
3030
* <p> Use the <code>Filters</code> parameter to specify status and severity search
3131
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
32-
* <code>PROACTIVE</code> in your search. </p>
32+
* <code>PROACTIVE</code> in your search. </p>
3333
* @example
3434
* Use a bare-bones client and the command you need to make an API call.
3535
* ```javascript

clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol
2323

2424
/**
2525
* <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
2829
* you to use DevOps Guru. </p>
2930
* @example
3031
* Use a bare-bones client and the command you need to make an API call.

0 commit comments

Comments
 (0)