Skip to content

Commit

Permalink
feat(client-resiliencehub): This release provides customers with the …
Browse files Browse the repository at this point in the history
…ability to import resources from within an EKS cluster and assess the resiliency of EKS cluster workloads.
  • Loading branch information
awstools committed Mar 22, 2023
1 parent 107d2fe commit bb17cb4
Show file tree
Hide file tree
Showing 58 changed files with 761 additions and 360 deletions.
4 changes: 2 additions & 2 deletions clients/client-resiliencehub/README.md
Expand Up @@ -9,8 +9,8 @@

AWS SDK for JavaScript Resiliencehub Client for Node.js, Browser and React Native.

<p>AWS Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from
disruptions. Resilience Hub offers continuous resiliency assessment and validation that integrates
<p>Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from
disruptions. It offers continual resiliency assessment and validation that integrates
into your software development lifecycle. This enables you to uncover resiliency weaknesses,
ensure recovery time objective (RTO) and recovery point objective (RPO) targets for your
applications are met, and resolve issues before they are released into production. </p>
Expand Down
114 changes: 57 additions & 57 deletions clients/client-resiliencehub/src/Resiliencehub.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions clients/client-resiliencehub/src/ResiliencehubClient.ts
Expand Up @@ -504,8 +504,8 @@ export interface ResiliencehubClientResolvedConfig extends ResiliencehubClientRe

/**
* @public
* <p>AWS Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from
* disruptions. Resilience Hub offers continuous resiliency assessment and validation that integrates
* <p>Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from
* disruptions. It offers continual resiliency assessment and validation that integrates
* into your software development lifecycle. This enables you to uncover resiliency weaknesses,
* ensure recovery time objective (RTO) and recovery point objective (RPO) targets for your
* applications are met, and resolve issues before they are released into production. </p>
Expand Down
Expand Up @@ -71,7 +71,7 @@ export interface AddDraftAppVersionResourceMappingsCommandOutput
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
8 changes: 4 additions & 4 deletions clients/client-resiliencehub/src/commands/CreateAppCommand.ts
Expand Up @@ -40,11 +40,11 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea

/**
* @public
* <p>Creates an AWS Resilience Hub application. An AWS Resilience Hub application is a collection of Amazon Web Services
* <p>Creates an Resilience Hub application. An Resilience Hub application is a collection of Amazon Web Services
* resources structured to prevent and recover Amazon Web Services application disruptions. To describe a
* AWS Resilience Hub application, you provide an application name, resources from one or more–up to
* Resilience Hub application, you provide an application name, resources from one or more–up to
* five–CloudFormation stacks, and an appropriate resiliency policy.</p>
* <p>After you create an AWS Resilience Hub application, you publish it so that you can run a resiliency
* <p>After you create an Resilience Hub application, you publish it so that you can run a resiliency
* assessment on it. You can then use recommendations from the assessment to improve resiliency
* by running another assessment, comparing results, and then iterating the process until you
* achieve your goals for recovery time objective (RTO) and recovery point objective
Expand Down Expand Up @@ -77,7 +77,7 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -42,9 +42,9 @@ export interface CreateAppVersionAppComponentCommandOutput

/**
* @public
* <p>Creates a new Application Component in the AWS Resilience Hub application.</p>
* <p>Creates a new Application Component in the Resilience Hub application.</p>
* <note>
* <p>This API updates the AWS Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the AWS Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
* <p>This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
* </note>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down Expand Up @@ -74,7 +74,7 @@ export interface CreateAppVersionAppComponentCommandOutput
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -40,17 +40,17 @@ export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionR

/**
* @public
* <p>Adds a resource to the AWS Resilience Hub applicationand assigns it to the specified
* Application Components. If you specify a new Application Component, AWS Resilience Hub will automatically
* <p>Adds a resource to the Resilience Hub application and assigns it to the specified
* Application Components. If you specify a new Application Component, Resilience Hub will automatically
* create the Application Component.</p>
* <note>
* <ul>
* <li>
* <p>This action has no effect outside AWS Resilience Hub.</p>
* <p>This action has no effect outside Resilience Hub.</p>
* </li>
* <li>
* <p>This API updates the AWS Resilience Hub application draft version. To use this resource
* for running resiliency assessments, you must publish the AWS Resilience Hub application using
* <p>This API updates the Resilience Hub application draft version. To use this resource
* for running resiliency assessments, you must publish the Resilience Hub application using
* the <code>PublishAppVersion</code> API.</p>
* </li>
* <li>
Expand Down Expand Up @@ -87,7 +87,7 @@ export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionR
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -42,7 +42,7 @@ export interface CreateRecommendationTemplateCommandOutput

/**
* @public
* <p>Creates a new recommendation template for the AWS Resilience Hub application.</p>
* <p>Creates a new recommendation template for the Resilience Hub application.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down Expand Up @@ -71,7 +71,7 @@ export interface CreateRecommendationTemplateCommandOutput
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -69,7 +69,7 @@ export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPol
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ServiceQuotaExceededException} (client fault)
Expand Down
Expand Up @@ -40,7 +40,7 @@ export interface DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentRes

/**
* @public
* <p>Deletes an AWS Resilience Hub application assessment. This is a destructive action that can't
* <p>Deletes an Resilience Hub application assessment. This is a destructive action that can't
* be undone.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down Expand Up @@ -70,7 +70,7 @@ export interface DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentRes
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
4 changes: 2 additions & 2 deletions clients/client-resiliencehub/src/commands/DeleteAppCommand.ts
Expand Up @@ -40,7 +40,7 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea

/**
* @public
* <p>Deletes an AWS Resilience Hub application. This is a destructive action that can't be
* <p>Deletes an Resilience Hub application. This is a destructive action that can't be
* undone.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand All @@ -65,7 +65,7 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -40,7 +40,7 @@ export interface DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceR

/**
* @public
* <p>Deletes the input source and all of its imported resources from the AWS Resilience Hub application.</p>
* <p>Deletes the input source and all of its imported resources from the Resilience Hub application.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down Expand Up @@ -69,7 +69,7 @@ export interface DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceR
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -42,11 +42,11 @@ export interface DeleteAppVersionAppComponentCommandOutput

/**
* @public
* <p>Deletes an Application Component from the AWS Resilience Hub application.</p>
* <p>Deletes an Application Component from the Resilience Hub application.</p>
* <note>
* <ul>
* <li>
* <p>This API updates the AWS Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the AWS Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
* <p>This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
* </li>
* <li>
* <p>You will not be able to delete an Application Component if it has resources associated with it.</p>
Expand Down Expand Up @@ -81,7 +81,7 @@ export interface DeleteAppVersionAppComponentCommandOutput
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -40,17 +40,17 @@ export interface DeleteAppVersionResourceCommandOutput extends DeleteAppVersionR

/**
* @public
* <p>Deletes a resource from the AWS Resilience Hub application.</p>
* <p>Deletes a resource from the Resilience Hub application.</p>
* <note>
* <ul>
* <li>
* <p>You can only delete a manually added resource. To exclude non-manually added resources, use the <code>UpdateAppVersionResource</code> API.</p>
* </li>
* <li>
* <p>This action has no effect outside AWS Resilience Hub.</p>
* <p>This action has no effect outside Resilience Hub.</p>
* </li>
* <li>
* <p>This API updates the AWS Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the AWS Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
* <p>This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
* </li>
* </ul>
* </note>
Expand Down Expand Up @@ -82,7 +82,7 @@ export interface DeleteAppVersionResourceCommandOutput extends DeleteAppVersionR
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -66,7 +66,7 @@ export interface DeleteRecommendationTemplateCommandOutput
* required permissions.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -69,7 +69,7 @@ export interface DeleteResiliencyPolicyCommandOutput extends DeleteResiliencyPol
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -40,7 +40,7 @@ export interface DescribeAppAssessmentCommandOutput extends DescribeAppAssessmen

/**
* @public
* <p>Describes an assessment for an AWS Resilience Hub application.</p>
* <p>Describes an assessment for an Resilience Hub application.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand All @@ -63,7 +63,7 @@ export interface DescribeAppAssessmentCommandOutput extends DescribeAppAssessmen
* required permissions.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -40,7 +40,7 @@ export interface DescribeAppCommandOutput extends DescribeAppResponse, __Metadat

/**
* @public
* <p>Describes an AWS Resilience Hub application.</p>
* <p>Describes an Resilience Hub application.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand All @@ -63,7 +63,7 @@ export interface DescribeAppCommandOutput extends DescribeAppResponse, __Metadat
* required permissions.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -42,7 +42,7 @@ export interface DescribeAppVersionAppComponentCommandOutput

/**
* @public
* <p>Describes an Application Component in the AWS Resilience Hub application.</p>
* <p>Describes an Application Component in the Resilience Hub application.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down Expand Up @@ -71,7 +71,7 @@ export interface DescribeAppVersionAppComponentCommandOutput
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -40,7 +40,7 @@ export interface DescribeAppVersionCommandOutput extends DescribeAppVersionRespo

/**
* @public
* <p>Describes the AWS Resilience Hub application version.</p>
* <p>Describes the Resilience Hub application version.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand All @@ -63,7 +63,7 @@ export interface DescribeAppVersionCommandOutput extends DescribeAppVersionRespo
* required permissions.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -40,7 +40,7 @@ export interface DescribeAppVersionResourceCommandOutput extends DescribeAppVers

/**
* @public
* <p>Describes a resource of the AWS Resilience Hub application.</p>
* <p>Describes a resource of the Resilience Hub application.</p>
* <note>
* <p>This API accepts only one of the following parameters to descibe the resource:</p>
* <ul>
Expand Down Expand Up @@ -89,7 +89,7 @@ export interface DescribeAppVersionResourceCommandOutput extends DescribeAppVers
* exception.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -68,7 +68,7 @@ export interface DescribeAppVersionResourcesResolutionStatusCommandOutput
* required permissions.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down
Expand Up @@ -40,7 +40,7 @@ export interface DescribeAppVersionTemplateCommandOutput extends DescribeAppVers

/**
* @public
* <p>Describes details about an AWS Resilience Hub application.</p>
* <p>Describes details about an Resilience Hub application.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand All @@ -63,7 +63,7 @@ export interface DescribeAppVersionTemplateCommandOutput extends DescribeAppVers
* required permissions.</p>
*
* @throws {@link InternalServerException} (server fault)
* <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
* <p>This exception occurs when there is an internal failure in the Resilience Hub
* service.</p>
*
* @throws {@link ResourceNotFoundException} (client fault)
Expand Down

0 comments on commit bb17cb4

Please sign in to comment.