Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(clients): update clients as of 2021/12/01 #3078

Merged
merged 3 commits into from
Dec 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions clients/client-devops-guru/src/DevOpsGuru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,9 @@ export class DevOpsGuru extends DevOpsGuruClient {
/**
* <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
* for all closed insights in resource collections in your account. You specify the type of
* 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
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
* Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
* 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>
*/
public describeResourceCollectionHealth(
args: DescribeResourceCollectionHealthCommandInput,
Expand Down Expand Up @@ -555,8 +556,9 @@ export class DevOpsGuru extends DevOpsGuruClient {

/**
* <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
* 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>
*/
public getResourceCollection(
args: GetResourceCollectionCommandInput,
Expand Down Expand Up @@ -880,12 +882,12 @@ export class DevOpsGuru extends DevOpsGuruClient {
/**
* <p> Returns a list of insights in your organization. You can specify which insights are
* returned by their start time, one or more statuses (<code>ONGOING</code>,
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
* <p> Use the <code>Filters</code> parameter to specify status and severity search
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
* <code>PROACTIVE</code> in your search. </p>
* <code>PROACTIVE</code> in your search. </p>
*/
public searchOrganizationInsights(
args: SearchOrganizationInsightsCommandInput,
Expand Down Expand Up @@ -951,8 +953,9 @@ export class DevOpsGuru extends DevOpsGuruClient {

/**
* <p> Updates the collection of resources that DevOps Guru analyzes.
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
* 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
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
* 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
* you to use DevOps Guru. </p>
*/
public updateResourceCollection(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ export interface DescribeResourceCollectionHealthCommandOutput
/**
* <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
* for all closed insights in resource collections in your account. You specify the type of
* 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
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
* Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
* 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>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ export interface GetResourceCollectionCommandOutput extends GetResourceCollectio

/**
* <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
* 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>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
/**
* <p> Returns a list of insights in your organization. You can specify which insights are
* returned by their start time, one or more statuses (<code>ONGOING</code>,
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
* <p> Use the <code>Filters</code> parameter to specify status and severity search
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
* <code>PROACTIVE</code> in your search. </p>
* <code>PROACTIVE</code> in your search. </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol

/**
* <p> Updates the collection of resources that DevOps Guru analyzes.
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
* 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
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
* 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
* you to use DevOps Guru. </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Loading