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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resiliencehub/client.rb +12 -2
- data/lib/aws-sdk-resiliencehub/types.rb +6 -0
- data/lib/aws-sdk-resiliencehub.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90b3a9f618f2daecf531030ef4cab39fe864bb51ed08f0334c9df972f7f5e899
|
4
|
+
data.tar.gz: b4b1799e0cf8e4426c18ad8484f51decdd09df2e547e8ee10e18cded80fb8d8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b156d2422489d09f780c7836b95a226fecf11c884d894576fcfb333cc6cc9ac92413f85d17916278af4ce21451dca63c449cf7ece7c6c695790d222ba432277
|
7
|
+
data.tar.gz: 98d29d58b382afd3def6486156b37d8eae62fb764022c7c5c7c729d67c19ac95bf4d42d650aa4f79886840fc5dac0cba25a9436725a799656936e11d29898ac0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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.
|
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
|
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.
|
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-
|
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
|