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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8979ee8acd68f258735a878c2d5a0159038063ffe0e05faa591a7f33a90faf8b
4
- data.tar.gz: 854653ca2387f473574f982aeaa9fef53757df6f4371a598017f6ef3a5ad5bb9
3
+ metadata.gz: 461306527fd60217db532b7b0322b4db40bfe255531daaf05e532988bb292487
4
+ data.tar.gz: 3acb4626abbae8e27a87e5645b9b6fa693b3e08c3c031dce654d9a3d56290226
5
5
  SHA512:
6
- metadata.gz: 2c924a7909ef38a7407c9d0d305017cacc9f8637bcfd75ba0032325b4762bd4f534ccb35f058307b8c0128837c7d6f562db8249b7587ecf64c8376cf9f4b940f
7
- data.tar.gz: 19644d301b8bf90059f6bfd5407e39510e194c3bf8a5ce05869a2eeeb3f187782e4352b0696b58445cfbe228fbf00f9020c14eee15d0ef3922d859a0a38e755a
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.5.0
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
- # <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.
@@ -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.5.0'
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 action.
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
@@ -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.7.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.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-05-16 00:00:00.000000000 Z
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