aws-sdk-resiliencehub 1.5.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8979ee8acd68f258735a878c2d5a0159038063ffe0e05faa591a7f33a90faf8b
4
- data.tar.gz: 854653ca2387f473574f982aeaa9fef53757df6f4371a598017f6ef3a5ad5bb9
3
+ metadata.gz: 90b3a9f618f2daecf531030ef4cab39fe864bb51ed08f0334c9df972f7f5e899
4
+ data.tar.gz: b4b1799e0cf8e4426c18ad8484f51decdd09df2e547e8ee10e18cded80fb8d8c
5
5
  SHA512:
6
- metadata.gz: 2c924a7909ef38a7407c9d0d305017cacc9f8637bcfd75ba0032325b4762bd4f534ccb35f058307b8c0128837c7d6f562db8249b7587ecf64c8376cf9f4b940f
7
- data.tar.gz: 19644d301b8bf90059f6bfd5407e39510e194c3bf8a5ce05869a2eeeb3f187782e4352b0696b58445cfbe228fbf00f9020c14eee15d0ef3922d859a0a38e755a
6
+ metadata.gz: 9b156d2422489d09f780c7836b95a226fecf11c884d894576fcfb333cc6cc9ac92413f85d17916278af4ce21451dca63c449cf7ece7c6c695790d222ba432277
7
+ data.tar.gz: 98d29d58b382afd3def6486156b37d8eae62fb764022c7c5c7c729d67c19ac95bf4d42d650aa4f79886840fc5dac0cba25a9436725a799656936e11d29898ac0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2022-10-06)
5
+ ------------------
6
+
7
+ * Feature - Documentation change for AWS Resilience Hub. Doc-only update to fix Documentation layout
8
+
4
9
  1.5.0 (2022-05-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -432,7 +432,12 @@ module Aws::ResilienceHub
432
432
  # from one or more–up to five–CloudFormation stacks, and an appropriate
433
433
  # resiliency policy.
434
434
  #
435
- # <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>
435
+ # After you create a Resilience Hub application, you publish it so that
436
+ # you can run a resiliency assessment on it. You can then use
437
+ # recommendations from the assessment to improve resiliency by running
438
+ # another assessment, comparing results, and then iterating the process
439
+ # until you achieve your goals for recovery time objective (RTO) and
440
+ # recovery point objective (RPO).
436
441
  #
437
442
  # @option params [String] :assessment_schedule
438
443
  # Assessment execution schedule with 'Daily' or 'Disabled' values.
@@ -2700,6 +2705,11 @@ module Aws::ResilienceHub
2700
2705
  # The type of resiliency policy to be created, including the recovery
2701
2706
  # time objective (RTO) and recovery point objective (RPO) in seconds.
2702
2707
  #
2708
+ # <note markdown="1"> If you do not want to specify regional targets for a regional policy,
2709
+ # you must set the values of `rpoInSecs` and `rtoInSecs` to `-1`.
2710
+ #
2711
+ # </note>
2712
+ #
2703
2713
  # @option params [required, String] :policy_arn
2704
2714
  # The Amazon Resource Name (ARN) of the resiliency policy. The format
2705
2715
  # for this ARN is:
@@ -2778,7 +2788,7 @@ module Aws::ResilienceHub
2778
2788
  params: params,
2779
2789
  config: config)
2780
2790
  context[:gem_name] = 'aws-sdk-resiliencehub'
2781
- context[:gem_version] = '1.5.0'
2791
+ context[:gem_version] = '1.6.0'
2782
2792
  Seahorse::Client::Request.new(handlers, context)
2783
2793
  end
2784
2794
 
@@ -3968,6 +3968,12 @@ module Aws::ResilienceHub
3968
3968
  # @!attribute [rw] policy
3969
3969
  # The type of resiliency policy to be created, including the recovery
3970
3970
  # time objective (RTO) and recovery point objective (RPO) in seconds.
3971
+ #
3972
+ # <note markdown="1"> If you do not want to specify regional targets for a regional
3973
+ # policy, you must set the values of `rpoInSecs` and `rtoInSecs` to
3974
+ # `-1`.
3975
+ #
3976
+ # </note>
3971
3977
  # @return [Hash<String,Types::FailurePolicy>]
3972
3978
  #
3973
3979
  # @!attribute [rw] policy_arn
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-resiliencehub/customizations'
48
48
  # @!group service
49
49
  module Aws::ResilienceHub
50
50
 
51
- GEM_VERSION = '1.5.0'
51
+ GEM_VERSION = '1.6.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resiliencehub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core