Skip to content

Commit

Permalink
Updates SDK documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 6, 2022
1 parent 62fd192 commit 222a122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/resiliencehub-2020-04-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"shape": "AccessDeniedException"
}
],
"documentation": "<p>Creates a Resilience Hub application. A Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy.</p> <pre><code> &lt;p&gt;After you create a 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 (RPO).&lt;/p&gt; </code></pre>"
"documentation": "<p>Creates a Resilience Hub application. A Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a 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 a 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 (RPO).</p>"
},
"CreateRecommendationTemplate": {
"name": "CreateRecommendationTemplate",
Expand Down Expand Up @@ -4336,7 +4336,7 @@
},
"policy": {
"shape": "DisruptionPolicy",
"documentation": "<p>The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.</p>"
"documentation": "<p>The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.</p> <note> <p>If you do not want to specify regional targets for a regional policy, you must set the values of <code>rpoInSecs</code> and <code>rtoInSecs</code> to <code>-1</code>.</p> </note>"
},
"policyArn": {
"shape": "Arn",
Expand Down

0 comments on commit 222a122

Please sign in to comment.