aws-sdk-resiliencehub 1.5.0 → 1.7.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resiliencehub/client.rb +9 -3
- data/lib/aws-sdk-resiliencehub/client_api.rb +1 -0
- data/lib/aws-sdk-resiliencehub/types.rb +7 -2
- 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: 461306527fd60217db532b7b0322b4db40bfe255531daaf05e532988bb292487
|
4
|
+
data.tar.gz: 3acb4626abbae8e27a87e5645b9b6fa693b3e08c3c031dce654d9a3d56290226
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d92f584e3524797a2e70f2742eec47e4bb4db240caaa18dc40cca9981af1ac9fcb6e892bef0eb6d81fb088ff16cc03a96ddd73ff8fcf4802a665c35ebcc4cc2
|
7
|
+
data.tar.gz: b5d0058becd08a2e5fc93afdaf41645da0e6b8eccaaab20c6f426758308361600b545f358cd9508969b375ba98fd13d62f04fee576c220591bc20f0b61f23d90
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.7.0 (2022-10-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
|
8
|
+
|
9
|
+
1.6.0 (2022-10-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation change for AWS Resilience Hub. Doc-only update to fix Documentation layout
|
13
|
+
|
4
14
|
1.5.0 (2022-05-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.7.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.
|
@@ -1555,7 +1560,7 @@ module Aws::ResilienceHub
|
|
1555
1560
|
# resp.component_recommendations[0].config_recommendations[0].description #=> String
|
1556
1561
|
# resp.component_recommendations[0].config_recommendations[0].ha_architecture #=> String, one of "MultiSite", "WarmStandby", "PilotLight", "BackupAndRestore", "NoRecoveryPlan"
|
1557
1562
|
# resp.component_recommendations[0].config_recommendations[0].name #=> String
|
1558
|
-
# resp.component_recommendations[0].config_recommendations[0].optimization_type #=> String, one of "LeastCost", "LeastChange", "BestAZRecovery", "LeastErrors", "BestAttainable"
|
1563
|
+
# resp.component_recommendations[0].config_recommendations[0].optimization_type #=> String, one of "LeastCost", "LeastChange", "BestAZRecovery", "LeastErrors", "BestAttainable", "BestRegionRecovery"
|
1559
1564
|
# resp.component_recommendations[0].config_recommendations[0].recommendation_compliance #=> Hash
|
1560
1565
|
# resp.component_recommendations[0].config_recommendations[0].recommendation_compliance["DisruptionType"].expected_compliance_status #=> String, one of "PolicyBreached", "PolicyMet"
|
1561
1566
|
# resp.component_recommendations[0].config_recommendations[0].recommendation_compliance["DisruptionType"].expected_rpo_description #=> String
|
@@ -1825,6 +1830,7 @@ module Aws::ResilienceHub
|
|
1825
1830
|
# resp.app_summaries[0].description #=> String
|
1826
1831
|
# resp.app_summaries[0].name #=> String
|
1827
1832
|
# resp.app_summaries[0].resiliency_score #=> Float
|
1833
|
+
# resp.app_summaries[0].status #=> String, one of "Active", "Deleting"
|
1828
1834
|
# resp.next_token #=> String
|
1829
1835
|
#
|
1830
1836
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListApps AWS API Documentation
|
@@ -2778,7 +2784,7 @@ module Aws::ResilienceHub
|
|
2778
2784
|
params: params,
|
2779
2785
|
config: config)
|
2780
2786
|
context[:gem_name] = 'aws-sdk-resiliencehub'
|
2781
|
-
context[:gem_version] = '1.
|
2787
|
+
context[:gem_version] = '1.7.0'
|
2782
2788
|
Seahorse::Client::Request.new(handlers, context)
|
2783
2789
|
end
|
2784
2790
|
|
@@ -309,6 +309,7 @@ module Aws::ResilienceHub
|
|
309
309
|
AppSummary.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
|
310
310
|
AppSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
|
311
311
|
AppSummary.add_member(:resiliency_score, Shapes::ShapeRef.new(shape: Double, location_name: "resiliencyScore"))
|
312
|
+
AppSummary.add_member(:status, Shapes::ShapeRef.new(shape: AppStatusType, location_name: "status"))
|
312
313
|
AppSummary.struct_class = Types::AppSummary
|
313
314
|
|
314
315
|
AppSummaryList.member = Shapes::ShapeRef.new(shape: AppSummary)
|
@@ -221,7 +221,7 @@ module Aws::ResilienceHub
|
|
221
221
|
# @return [Float]
|
222
222
|
#
|
223
223
|
# @!attribute [rw] status
|
224
|
-
# The status of the
|
224
|
+
# The status of the application.
|
225
225
|
# @return [String]
|
226
226
|
#
|
227
227
|
# @!attribute [rw] tags
|
@@ -540,6 +540,10 @@ module Aws::ResilienceHub
|
|
540
540
|
# The current resiliency score for the application.
|
541
541
|
# @return [Float]
|
542
542
|
#
|
543
|
+
# @!attribute [rw] status
|
544
|
+
# The status of the application.
|
545
|
+
# @return [String]
|
546
|
+
#
|
543
547
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AppSummary AWS API Documentation
|
544
548
|
#
|
545
549
|
class AppSummary < Struct.new(
|
@@ -549,7 +553,8 @@ module Aws::ResilienceHub
|
|
549
553
|
:creation_time,
|
550
554
|
:description,
|
551
555
|
:name,
|
552
|
-
:resiliency_score
|
556
|
+
:resiliency_score,
|
557
|
+
:status)
|
553
558
|
SENSITIVE = []
|
554
559
|
include Aws::Structure
|
555
560
|
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.
|
4
|
+
version: 1.7.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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|