aws-sdk-resiliencehub 1.12.0 → 1.13.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: 616bcb07f4a7ef60b94894a5319ff75352e852efbd6555d5b2250ef71cb41002
4
- data.tar.gz: d9a4243de737a3e76c936a6daf734533a66f162ef7bc00c8dcf1c36e77706148
3
+ metadata.gz: c69213cea4c429f4f863c2c598b6a55f0b8d015b808a36a43c6dd8d8efdd0961
4
+ data.tar.gz: f2f390ca87f27816117b82c15889c62f4023403f5e47efbb4451d5afb60804e2
5
5
  SHA512:
6
- metadata.gz: a1eb0740c6c49d320133be9dbf67cecba825c96a28c80cf6e9428bcbe5621950097fd71d3a04d29219bdb2aca06621c7989e65b5c6dbc41849f2496f6f869de4
7
- data.tar.gz: 21e50cb14a08df5dce6a0bc95197c08d009798af0bbc3a30e00de2d0d37d7df366b618804b44fd71620c5e2fffb918b159dd08ab9e917861b80e46dc510869c1
6
+ metadata.gz: 9e8ee3fc6d41491f5107ff60d6f83346c2b56eb6204a8d2d4b5936bea0956a4fd94c34e1b67e60b335c80abf9785c5a6750c6baa9de4a8038f1ba0f5429b3032
7
+ data.tar.gz: 5e9c835cfdcc8bcefa02df42bb42a770da571e047b34148d12f138a6510ddb9c47588c144cccb1be83bcee7b52429cbfef5127452fa606243aafb80c827abbea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2023-05-02)
5
+ ------------------
6
+
7
+ * Feature - This release will improve resource level transparency in applications by discovering previously hidden resources.
8
+
4
9
  1.12.0 (2023-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -447,10 +447,12 @@ module Aws::ResilienceHub
447
447
 
448
448
  # Creates an Resilience Hub application. An Resilience Hub application
449
449
  # is a collection of Amazon Web Services resources structured to prevent
450
- # and recover Amazon Web Services application disruptions. To describe a
451
- # Resilience Hub application, you provide an application name, resources
452
- # from one or more–up to 20–CloudFormation stacks, and an appropriate
453
- # resiliency policy.
450
+ # and recover Amazon Web Services application disruptions. To describe
451
+ # an Resilience Hub application, you provide an application name,
452
+ # resources from one or more CloudFormation stacks, Resource Groups,
453
+ # Terraform state files, AppRegistry applications, and an appropriate
454
+ # resiliency policy. For more information about the number of resources
455
+ # supported per application, see [Service Quotas][1].
454
456
  #
455
457
  # After you create an Resilience Hub application, you publish it so that
456
458
  # you can run a resiliency assessment on it. You can then use
@@ -459,6 +461,10 @@ module Aws::ResilienceHub
459
461
  # until you achieve your goals for recovery time objective (RTO) and
460
462
  # recovery point objective (RPO).
461
463
  #
464
+ #
465
+ #
466
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/resiliencehub.html#limits_resiliencehub
467
+ #
462
468
  # @option params [String] :assessment_schedule
463
469
  # Assessment execution schedule with 'Daily' or 'Disabled' values.
464
470
  #
@@ -675,7 +681,7 @@ module Aws::ResilienceHub
675
681
  # @option params [required, String] :physical_resource_id
676
682
  # The physical identifier of the resource.
677
683
  #
678
- # @option params [required, String] :resource_name
684
+ # @option params [String] :resource_name
679
685
  # The name of the resource.
680
686
  #
681
687
  # @option params [required, String] :resource_type
@@ -706,7 +712,7 @@ module Aws::ResilienceHub
706
712
  # terraform_source_name: "String255",
707
713
  # },
708
714
  # physical_resource_id: "String2048", # required
709
- # resource_name: "EntityName", # required
715
+ # resource_name: "EntityName",
710
716
  # resource_type: "String255", # required
711
717
  # })
712
718
  #
@@ -730,12 +736,14 @@ module Aws::ResilienceHub
730
736
  # resp.physical_resource.logical_resource_id.logical_stack_name #=> String
731
737
  # resp.physical_resource.logical_resource_id.resource_group_name #=> String
732
738
  # resp.physical_resource.logical_resource_id.terraform_source_name #=> String
739
+ # resp.physical_resource.parent_resource_name #=> String
733
740
  # resp.physical_resource.physical_resource_id.aws_account_id #=> String
734
741
  # resp.physical_resource.physical_resource_id.aws_region #=> String
735
742
  # resp.physical_resource.physical_resource_id.identifier #=> String
736
743
  # resp.physical_resource.physical_resource_id.type #=> String, one of "Arn", "Native"
737
744
  # resp.physical_resource.resource_name #=> String
738
745
  # resp.physical_resource.resource_type #=> String
746
+ # resp.physical_resource.source_type #=> String, one of "AppTemplate", "Discovered"
739
747
  #
740
748
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionResource AWS API Documentation
741
749
  #
@@ -1280,12 +1288,14 @@ module Aws::ResilienceHub
1280
1288
  # resp.physical_resource.logical_resource_id.logical_stack_name #=> String
1281
1289
  # resp.physical_resource.logical_resource_id.resource_group_name #=> String
1282
1290
  # resp.physical_resource.logical_resource_id.terraform_source_name #=> String
1291
+ # resp.physical_resource.parent_resource_name #=> String
1283
1292
  # resp.physical_resource.physical_resource_id.aws_account_id #=> String
1284
1293
  # resp.physical_resource.physical_resource_id.aws_region #=> String
1285
1294
  # resp.physical_resource.physical_resource_id.identifier #=> String
1286
1295
  # resp.physical_resource.physical_resource_id.type #=> String, one of "Arn", "Native"
1287
1296
  # resp.physical_resource.resource_name #=> String
1288
1297
  # resp.physical_resource.resource_type #=> String
1298
+ # resp.physical_resource.source_type #=> String, one of "AppTemplate", "Discovered"
1289
1299
  #
1290
1300
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionResource AWS API Documentation
1291
1301
  #
@@ -1697,12 +1707,14 @@ module Aws::ResilienceHub
1697
1707
  # resp.physical_resource.logical_resource_id.logical_stack_name #=> String
1698
1708
  # resp.physical_resource.logical_resource_id.resource_group_name #=> String
1699
1709
  # resp.physical_resource.logical_resource_id.terraform_source_name #=> String
1710
+ # resp.physical_resource.parent_resource_name #=> String
1700
1711
  # resp.physical_resource.physical_resource_id.aws_account_id #=> String
1701
1712
  # resp.physical_resource.physical_resource_id.aws_region #=> String
1702
1713
  # resp.physical_resource.physical_resource_id.identifier #=> String
1703
1714
  # resp.physical_resource.physical_resource_id.type #=> String, one of "Arn", "Native"
1704
1715
  # resp.physical_resource.resource_name #=> String
1705
1716
  # resp.physical_resource.resource_type #=> String
1717
+ # resp.physical_resource.source_type #=> String, one of "AppTemplate", "Discovered"
1706
1718
  #
1707
1719
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResource AWS API Documentation
1708
1720
  #
@@ -2575,12 +2587,14 @@ module Aws::ResilienceHub
2575
2587
  # resp.physical_resources[0].logical_resource_id.logical_stack_name #=> String
2576
2588
  # resp.physical_resources[0].logical_resource_id.resource_group_name #=> String
2577
2589
  # resp.physical_resources[0].logical_resource_id.terraform_source_name #=> String
2590
+ # resp.physical_resources[0].parent_resource_name #=> String
2578
2591
  # resp.physical_resources[0].physical_resource_id.aws_account_id #=> String
2579
2592
  # resp.physical_resources[0].physical_resource_id.aws_region #=> String
2580
2593
  # resp.physical_resources[0].physical_resource_id.identifier #=> String
2581
2594
  # resp.physical_resources[0].physical_resource_id.type #=> String, one of "Arn", "Native"
2582
2595
  # resp.physical_resources[0].resource_name #=> String
2583
2596
  # resp.physical_resources[0].resource_type #=> String
2597
+ # resp.physical_resources[0].source_type #=> String, one of "AppTemplate", "Discovered"
2584
2598
  # resp.resolution_id #=> String
2585
2599
  #
2586
2600
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionResources AWS API Documentation
@@ -4078,12 +4092,14 @@ module Aws::ResilienceHub
4078
4092
  # resp.physical_resource.logical_resource_id.logical_stack_name #=> String
4079
4093
  # resp.physical_resource.logical_resource_id.resource_group_name #=> String
4080
4094
  # resp.physical_resource.logical_resource_id.terraform_source_name #=> String
4095
+ # resp.physical_resource.parent_resource_name #=> String
4081
4096
  # resp.physical_resource.physical_resource_id.aws_account_id #=> String
4082
4097
  # resp.physical_resource.physical_resource_id.aws_region #=> String
4083
4098
  # resp.physical_resource.physical_resource_id.identifier #=> String
4084
4099
  # resp.physical_resource.physical_resource_id.type #=> String, one of "Arn", "Native"
4085
4100
  # resp.physical_resource.resource_name #=> String
4086
4101
  # resp.physical_resource.resource_type #=> String
4102
+ # resp.physical_resource.source_type #=> String, one of "AppTemplate", "Discovered"
4087
4103
  #
4088
4104
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResource AWS API Documentation
4089
4105
  #
@@ -4182,7 +4198,7 @@ module Aws::ResilienceHub
4182
4198
  params: params,
4183
4199
  config: config)
4184
4200
  context[:gem_name] = 'aws-sdk-resiliencehub'
4185
- context[:gem_version] = '1.12.0'
4201
+ context[:gem_version] = '1.13.0'
4186
4202
  Seahorse::Client::Request.new(handlers, context)
4187
4203
  end
4188
4204
 
@@ -204,6 +204,7 @@ module Aws::ResilienceHub
204
204
  ResourceMappingType = Shapes::StringShape.new(name: 'ResourceMappingType')
205
205
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
206
206
  ResourceResolutionStatusType = Shapes::StringShape.new(name: 'ResourceResolutionStatusType')
207
+ ResourceSourceType = Shapes::StringShape.new(name: 'ResourceSourceType')
207
208
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
208
209
  RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
209
210
  S3Location = Shapes::StructureShape.new(name: 'S3Location')
@@ -451,7 +452,7 @@ module Aws::ResilienceHub
451
452
  CreateAppVersionResourceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
452
453
  CreateAppVersionResourceRequest.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "logicalResourceId"))
453
454
  CreateAppVersionResourceRequest.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "physicalResourceId"))
454
- CreateAppVersionResourceRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "resourceName"))
455
+ CreateAppVersionResourceRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "resourceName"))
455
456
  CreateAppVersionResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "resourceType"))
456
457
  CreateAppVersionResourceRequest.struct_class = Types::CreateAppVersionResourceRequest
457
458
 
@@ -868,9 +869,11 @@ module Aws::ResilienceHub
868
869
  PhysicalResource.add_member(:app_components, Shapes::ShapeRef.new(shape: AppComponentList, location_name: "appComponents"))
869
870
  PhysicalResource.add_member(:excluded, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "excluded"))
870
871
  PhysicalResource.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "logicalResourceId"))
872
+ PhysicalResource.add_member(:parent_resource_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "parentResourceName"))
871
873
  PhysicalResource.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, required: true, location_name: "physicalResourceId"))
872
874
  PhysicalResource.add_member(:resource_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "resourceName"))
873
875
  PhysicalResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "resourceType"))
876
+ PhysicalResource.add_member(:source_type, Shapes::ShapeRef.new(shape: ResourceSourceType, location_name: "sourceType"))
874
877
  PhysicalResource.struct_class = Types::PhysicalResource
875
878
 
876
879
  PhysicalResourceId.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: CustomerId, location_name: "awsAccountId"))
@@ -3633,6 +3633,10 @@ module Aws::ResilienceHub
3633
3633
  # The logical identifier of the resource.
3634
3634
  # @return [Types::LogicalResourceId]
3635
3635
  #
3636
+ # @!attribute [rw] parent_resource_name
3637
+ # The name of the parent resource.
3638
+ # @return [String]
3639
+ #
3636
3640
  # @!attribute [rw] physical_resource_id
3637
3641
  # The physical identifier of the resource.
3638
3642
  # @return [Types::PhysicalResourceId]
@@ -3645,6 +3649,10 @@ module Aws::ResilienceHub
3645
3649
  # The type of resource.
3646
3650
  # @return [String]
3647
3651
  #
3652
+ # @!attribute [rw] source_type
3653
+ # The type of input source.
3654
+ # @return [String]
3655
+ #
3648
3656
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PhysicalResource AWS API Documentation
3649
3657
  #
3650
3658
  class PhysicalResource < Struct.new(
@@ -3652,9 +3660,11 @@ module Aws::ResilienceHub
3652
3660
  :app_components,
3653
3661
  :excluded,
3654
3662
  :logical_resource_id,
3663
+ :parent_resource_name,
3655
3664
  :physical_resource_id,
3656
3665
  :resource_name,
3657
- :resource_type)
3666
+ :resource_type,
3667
+ :source_type)
3658
3668
  SENSITIVE = []
3659
3669
  include Aws::Structure
3660
3670
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-resiliencehub/customizations'
52
52
  # @!group service
53
53
  module Aws::ResilienceHub
54
54
 
55
- GEM_VERSION = '1.12.0'
55
+ GEM_VERSION = '1.13.0'
56
56
 
57
57
  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.12.0
4
+ version: 1.13.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: 2023-03-31 00:00:00.000000000 Z
11
+ date: 2023-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core