aws-sdk-resiliencehubv2 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resiliencehubv2/client.rb +54 -3
- data/lib/aws-sdk-resiliencehubv2/client_api.rb +25 -0
- data/lib/aws-sdk-resiliencehubv2/types.rb +77 -2
- data/lib/aws-sdk-resiliencehubv2.rb +1 -1
- data/sig/client.rbs +12 -0
- data/sig/types.rbs +15 -1
- data/sig/waiters.rbs +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95060fbd56778329d1e10cae17b23a434505fc3e0a02661c5ea54aa572dc52a7
|
|
4
|
+
data.tar.gz: ecef979f0c5d6f9424da6d77827f89b05317dd801c54503912da243dd2ee129d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 365cf7df3c0a03aff7a8e368d7ecca6179658d3a4885406f6ba9dee54be790c71b9014984617ad8d2474ac3228bceb66361ba89c567dccd3a38b1df1b5b25c44
|
|
7
|
+
data.tar.gz: 00a92b248c5f3aa385502a89230b51bb56d1b4c16182ab06f244ebe63e4bc767e4010fb4dee0aa8c914545a50357e52a9f0cfeb0faf6b41f8782d94401e8cec3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1.0 (2026-07-08)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Next Generation Resilience Hub now supports filtering and sorting failure mode assessments, resource type filtering in ListResources, cross-region and cross-account topology edges, data recovery achievability status, and more granular dependency discovery progress tracking.
|
|
8
|
+
|
|
4
9
|
1.0.0 (2026-05-28)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1.0
|
|
@@ -819,6 +819,8 @@ module Aws::Resiliencehubv2
|
|
|
819
819
|
# resp.service.permission_model.cross_account_roles[0].external_id #=> String
|
|
820
820
|
# resp.service.dependency_discovery.status #=> String, one of "ENABLED", "INITIALIZING", "DISABLED"
|
|
821
821
|
# resp.service.dependency_discovery.updated_at #=> Time
|
|
822
|
+
# resp.service.dependency_discovery.eligible_resource_count #=> Integer
|
|
823
|
+
# resp.service.dependency_discovery.message #=> String
|
|
822
824
|
# resp.service.effective_policy_values.availability_slo.value #=> Float
|
|
823
825
|
# resp.service.effective_policy_values.availability_slo.policy_name #=> String
|
|
824
826
|
# resp.service.effective_policy_values.availability_slo.source #=> String, one of "SELF", "CROSS_ACCOUNT"
|
|
@@ -846,6 +848,7 @@ module Aws::Resiliencehubv2
|
|
|
846
848
|
# resp.service.achievability.availability_slo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
847
849
|
# resp.service.achievability.multi_az_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
848
850
|
# resp.service.achievability.multi_region_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
851
|
+
# resp.service.achievability.data_recovery_time_between_backups #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
849
852
|
# resp.service.report_configuration.report_outputs #=> Array
|
|
850
853
|
# resp.service.report_configuration.report_outputs[0].s3.bucket_path #=> String
|
|
851
854
|
# resp.service.report_configuration.report_outputs[0].s3.bucket_owner #=> String
|
|
@@ -1475,6 +1478,8 @@ module Aws::Resiliencehubv2
|
|
|
1475
1478
|
# resp.service.permission_model.cross_account_roles[0].external_id #=> String
|
|
1476
1479
|
# resp.service.dependency_discovery.status #=> String, one of "ENABLED", "INITIALIZING", "DISABLED"
|
|
1477
1480
|
# resp.service.dependency_discovery.updated_at #=> Time
|
|
1481
|
+
# resp.service.dependency_discovery.eligible_resource_count #=> Integer
|
|
1482
|
+
# resp.service.dependency_discovery.message #=> String
|
|
1478
1483
|
# resp.service.effective_policy_values.availability_slo.value #=> Float
|
|
1479
1484
|
# resp.service.effective_policy_values.availability_slo.policy_name #=> String
|
|
1480
1485
|
# resp.service.effective_policy_values.availability_slo.source #=> String, one of "SELF", "CROSS_ACCOUNT"
|
|
@@ -1502,6 +1507,7 @@ module Aws::Resiliencehubv2
|
|
|
1502
1507
|
# resp.service.achievability.availability_slo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1503
1508
|
# resp.service.achievability.multi_az_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1504
1509
|
# resp.service.achievability.multi_region_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1510
|
+
# resp.service.achievability.data_recovery_time_between_backups #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1505
1511
|
# resp.service.report_configuration.report_outputs #=> Array
|
|
1506
1512
|
# resp.service.report_configuration.report_outputs[0].s3.bucket_path #=> String
|
|
1507
1513
|
# resp.service.report_configuration.report_outputs[0].s3.bucket_owner #=> String
|
|
@@ -1686,6 +1692,8 @@ module Aws::Resiliencehubv2
|
|
|
1686
1692
|
# resp.service.permission_model.cross_account_roles[0].external_id #=> String
|
|
1687
1693
|
# resp.service.dependency_discovery.status #=> String, one of "ENABLED", "INITIALIZING", "DISABLED"
|
|
1688
1694
|
# resp.service.dependency_discovery.updated_at #=> Time
|
|
1695
|
+
# resp.service.dependency_discovery.eligible_resource_count #=> Integer
|
|
1696
|
+
# resp.service.dependency_discovery.message #=> String
|
|
1689
1697
|
# resp.service.effective_policy_values.availability_slo.value #=> Float
|
|
1690
1698
|
# resp.service.effective_policy_values.availability_slo.policy_name #=> String
|
|
1691
1699
|
# resp.service.effective_policy_values.availability_slo.source #=> String, one of "SELF", "CROSS_ACCOUNT"
|
|
@@ -1713,6 +1721,7 @@ module Aws::Resiliencehubv2
|
|
|
1713
1721
|
# resp.service.achievability.availability_slo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1714
1722
|
# resp.service.achievability.multi_az_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1715
1723
|
# resp.service.achievability.multi_region_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1724
|
+
# resp.service.achievability.data_recovery_time_between_backups #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1716
1725
|
# resp.service.report_configuration.report_outputs #=> Array
|
|
1717
1726
|
# resp.service.report_configuration.report_outputs[0].s3.bucket_path #=> String
|
|
1718
1727
|
# resp.service.report_configuration.report_outputs[0].s3.bucket_owner #=> String
|
|
@@ -1944,6 +1953,23 @@ module Aws::Resiliencehubv2
|
|
|
1944
1953
|
# @option params [required, String] :service_arn
|
|
1945
1954
|
# ARN identifier.
|
|
1946
1955
|
#
|
|
1956
|
+
# @option params [Array<String>] :assessment_statuses
|
|
1957
|
+
# Specifies the assessment statuses to include in the results.
|
|
1958
|
+
#
|
|
1959
|
+
# @option params [Time,DateTime,Date,Integer,String] :started_after
|
|
1960
|
+
# Specifies that only assessments that started at or after this
|
|
1961
|
+
# timestamp appear in the results.
|
|
1962
|
+
#
|
|
1963
|
+
# @option params [Time,DateTime,Date,Integer,String] :ended_before
|
|
1964
|
+
# Specifies that only assessments that ended at or before this timestamp
|
|
1965
|
+
# appear in the results.
|
|
1966
|
+
#
|
|
1967
|
+
# @option params [String] :sort_by
|
|
1968
|
+
# The field to use for sorting failure mode assessments.
|
|
1969
|
+
#
|
|
1970
|
+
# @option params [String] :sort_order
|
|
1971
|
+
# The sort order for results.
|
|
1972
|
+
#
|
|
1947
1973
|
# @option params [Integer] :max_results
|
|
1948
1974
|
# Pagination page size.
|
|
1949
1975
|
#
|
|
@@ -1961,6 +1987,11 @@ module Aws::Resiliencehubv2
|
|
|
1961
1987
|
#
|
|
1962
1988
|
# resp = client.list_failure_mode_assessments({
|
|
1963
1989
|
# service_arn: "Arn", # required
|
|
1990
|
+
# assessment_statuses: ["NOT_STARTED"], # accepts NOT_STARTED, PENDING, IN_PROGRESS, FAILED, SUCCESS
|
|
1991
|
+
# started_after: Time.now,
|
|
1992
|
+
# ended_before: Time.now,
|
|
1993
|
+
# sort_by: "STARTED_AT", # accepts STARTED_AT
|
|
1994
|
+
# sort_order: "ASC", # accepts ASC, DESC
|
|
1964
1995
|
# max_results: 1,
|
|
1965
1996
|
# next_token: "NextToken",
|
|
1966
1997
|
# })
|
|
@@ -1971,7 +2002,7 @@ module Aws::Resiliencehubv2
|
|
|
1971
2002
|
# resp.assessment_summaries[0].assessment_id #=> String
|
|
1972
2003
|
# resp.assessment_summaries[0].service_arn #=> String
|
|
1973
2004
|
# resp.assessment_summaries[0].assessment_status #=> String, one of "NOT_STARTED", "PENDING", "IN_PROGRESS", "FAILED", "SUCCESS"
|
|
1974
|
-
# resp.assessment_summaries[0].assessment_step #=> String, one of "TOPOLOGY_ENHANCEMENT", "SERVICE_FUNCTION_GENERATION", "RESILIENCE_ASSESSMENT"
|
|
2005
|
+
# resp.assessment_summaries[0].assessment_step #=> String, one of "TOPOLOGY_GENERATION", "INPUT_VALIDATION", "DESIGN_ANALYSIS", "TOPOLOGY_ENHANCEMENT", "SERVICE_FUNCTION_GENERATION", "POLICY_VALIDATION", "RESILIENCE_ASSESSMENT", "FAILURE_MODE_FINDINGS_CONSOLIDATION", "FAILURE_MODE_FINDINGS_ENRICHMENT"
|
|
1975
2006
|
# resp.assessment_summaries[0].total_findings #=> Integer
|
|
1976
2007
|
# resp.assessment_summaries[0].started_at #=> Time
|
|
1977
2008
|
# resp.assessment_summaries[0].ended_at #=> Time
|
|
@@ -1983,6 +2014,7 @@ module Aws::Resiliencehubv2
|
|
|
1983
2014
|
# resp.assessment_summaries[0].achievability.availability_slo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1984
2015
|
# resp.assessment_summaries[0].achievability.multi_az_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1985
2016
|
# resp.assessment_summaries[0].achievability.multi_region_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
2017
|
+
# resp.assessment_summaries[0].achievability.data_recovery_time_between_backups #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
1986
2018
|
# resp.next_token #=> String
|
|
1987
2019
|
#
|
|
1988
2020
|
#
|
|
@@ -2235,6 +2267,13 @@ module Aws::Resiliencehubv2
|
|
|
2235
2267
|
# @option params [String] :aws_region
|
|
2236
2268
|
# Filter resources by AWS Region.
|
|
2237
2269
|
#
|
|
2270
|
+
# @option params [Array<String>] :resource_types
|
|
2271
|
+
# The CloudFormation resource types to include in the response.
|
|
2272
|
+
#
|
|
2273
|
+
# @option params [Boolean] :billable
|
|
2274
|
+
# Specifies whether to filter non-billable resources. When true (the
|
|
2275
|
+
# default), the operation returns only billable resources.
|
|
2276
|
+
#
|
|
2238
2277
|
# @option params [Integer] :max_results
|
|
2239
2278
|
# Pagination page size.
|
|
2240
2279
|
#
|
|
@@ -2255,6 +2294,8 @@ module Aws::Resiliencehubv2
|
|
|
2255
2294
|
# service_arn: "Arn", # required
|
|
2256
2295
|
# service_function_id: "EntityId",
|
|
2257
2296
|
# aws_region: "AwsRegion",
|
|
2297
|
+
# resource_types: ["ResourceTypeFilter"],
|
|
2298
|
+
# billable: false,
|
|
2258
2299
|
# max_results: 1,
|
|
2259
2300
|
# next_token: "NextToken",
|
|
2260
2301
|
# })
|
|
@@ -2468,6 +2509,10 @@ module Aws::Resiliencehubv2
|
|
|
2468
2509
|
# resp.service_topology_edge_summaries #=> Array
|
|
2469
2510
|
# resp.service_topology_edge_summaries[0].source_resource_identifier #=> String
|
|
2470
2511
|
# resp.service_topology_edge_summaries[0].destination_resource_identifier #=> String
|
|
2512
|
+
# resp.service_topology_edge_summaries[0].source_region #=> String
|
|
2513
|
+
# resp.service_topology_edge_summaries[0].destination_region #=> String
|
|
2514
|
+
# resp.service_topology_edge_summaries[0].source_account #=> String
|
|
2515
|
+
# resp.service_topology_edge_summaries[0].destination_account #=> String
|
|
2471
2516
|
# resp.service_topology_edge_summaries[0].properties #=> Array
|
|
2472
2517
|
# resp.service_topology_edge_summaries[0].properties[0].topology_type #=> String, one of "CONTAINMENT", "DATA_FLOW", "OBSERVABILITY", "PERMISSIONS"
|
|
2473
2518
|
# resp.service_topology_edge_summaries[0].properties[0].label #=> String
|
|
@@ -2546,9 +2591,12 @@ module Aws::Resiliencehubv2
|
|
|
2546
2591
|
# resp.service_summaries[0].resolved_findings_count #=> Integer
|
|
2547
2592
|
# resp.service_summaries[0].dependency_discovery.status #=> String, one of "ENABLED", "INITIALIZING", "DISABLED"
|
|
2548
2593
|
# resp.service_summaries[0].dependency_discovery.updated_at #=> Time
|
|
2594
|
+
# resp.service_summaries[0].dependency_discovery.eligible_resource_count #=> Integer
|
|
2595
|
+
# resp.service_summaries[0].dependency_discovery.message #=> String
|
|
2549
2596
|
# resp.service_summaries[0].achievability.availability_slo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
2550
2597
|
# resp.service_summaries[0].achievability.multi_az_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
2551
2598
|
# resp.service_summaries[0].achievability.multi_region_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
2599
|
+
# resp.service_summaries[0].achievability.data_recovery_time_between_backups #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
2552
2600
|
# resp.service_summaries[0].organization_id #=> String
|
|
2553
2601
|
# resp.service_summaries[0].ou_id #=> String
|
|
2554
2602
|
# resp.service_summaries[0].account_id #=> String
|
|
@@ -2779,7 +2827,7 @@ module Aws::Resiliencehubv2
|
|
|
2779
2827
|
req.send_request(options)
|
|
2780
2828
|
end
|
|
2781
2829
|
|
|
2782
|
-
#
|
|
2830
|
+
# Starts a failure mode assessment.
|
|
2783
2831
|
#
|
|
2784
2832
|
# @option params [required, String] :service_arn
|
|
2785
2833
|
# ARN identifier.
|
|
@@ -3189,6 +3237,8 @@ module Aws::Resiliencehubv2
|
|
|
3189
3237
|
# resp.service.permission_model.cross_account_roles[0].external_id #=> String
|
|
3190
3238
|
# resp.service.dependency_discovery.status #=> String, one of "ENABLED", "INITIALIZING", "DISABLED"
|
|
3191
3239
|
# resp.service.dependency_discovery.updated_at #=> Time
|
|
3240
|
+
# resp.service.dependency_discovery.eligible_resource_count #=> Integer
|
|
3241
|
+
# resp.service.dependency_discovery.message #=> String
|
|
3192
3242
|
# resp.service.effective_policy_values.availability_slo.value #=> Float
|
|
3193
3243
|
# resp.service.effective_policy_values.availability_slo.policy_name #=> String
|
|
3194
3244
|
# resp.service.effective_policy_values.availability_slo.source #=> String, one of "SELF", "CROSS_ACCOUNT"
|
|
@@ -3216,6 +3266,7 @@ module Aws::Resiliencehubv2
|
|
|
3216
3266
|
# resp.service.achievability.availability_slo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
3217
3267
|
# resp.service.achievability.multi_az_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
3218
3268
|
# resp.service.achievability.multi_region_rto_rpo #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
3269
|
+
# resp.service.achievability.data_recovery_time_between_backups #=> String, one of "ACHIEVABLE", "NOT_ACHIEVABLE"
|
|
3219
3270
|
# resp.service.report_configuration.report_outputs #=> Array
|
|
3220
3271
|
# resp.service.report_configuration.report_outputs[0].s3.bucket_path #=> String
|
|
3221
3272
|
# resp.service.report_configuration.report_outputs[0].s3.bucket_owner #=> String
|
|
@@ -3413,7 +3464,7 @@ module Aws::Resiliencehubv2
|
|
|
3413
3464
|
tracer: tracer
|
|
3414
3465
|
)
|
|
3415
3466
|
context[:gem_name] = 'aws-sdk-resiliencehubv2'
|
|
3416
|
-
context[:gem_version] = '1.
|
|
3467
|
+
context[:gem_version] = '1.1.0'
|
|
3417
3468
|
Seahorse::Client::Request.new(handlers, context)
|
|
3418
3469
|
end
|
|
3419
3470
|
|
|
@@ -30,7 +30,9 @@ module Aws::Resiliencehubv2
|
|
|
30
30
|
AssertionUpdatedMetadata = Shapes::StructureShape.new(name: 'AssertionUpdatedMetadata')
|
|
31
31
|
AssessmentCost = Shapes::StructureShape.new(name: 'AssessmentCost')
|
|
32
32
|
AssessmentErrorCode = Shapes::StringShape.new(name: 'AssessmentErrorCode')
|
|
33
|
+
AssessmentSortField = Shapes::StringShape.new(name: 'AssessmentSortField')
|
|
33
34
|
AssessmentStatus = Shapes::StringShape.new(name: 'AssessmentStatus')
|
|
35
|
+
AssessmentStatusList = Shapes::ListShape.new(name: 'AssessmentStatusList')
|
|
34
36
|
AssessmentStep = Shapes::StringShape.new(name: 'AssessmentStep')
|
|
35
37
|
AssessmentSummary = Shapes::StructureShape.new(name: 'AssessmentSummary')
|
|
36
38
|
AssessmentSummaryList = Shapes::ListShape.new(name: 'AssessmentSummaryList')
|
|
@@ -85,6 +87,8 @@ module Aws::Resiliencehubv2
|
|
|
85
87
|
DeleteUserJourneyResponse = Shapes::StructureShape.new(name: 'DeleteUserJourneyResponse')
|
|
86
88
|
DependencyCriticality = Shapes::StringShape.new(name: 'DependencyCriticality')
|
|
87
89
|
DependencyDiscoveryConfig = Shapes::StructureShape.new(name: 'DependencyDiscoveryConfig')
|
|
90
|
+
DependencyDiscoveryConfigEligibleResourceCountInteger = Shapes::IntegerShape.new(name: 'DependencyDiscoveryConfigEligibleResourceCountInteger')
|
|
91
|
+
DependencyDiscoveryConfigMessageString = Shapes::StringShape.new(name: 'DependencyDiscoveryConfigMessageString')
|
|
88
92
|
DependencyDiscoveryInput = Shapes::StringShape.new(name: 'DependencyDiscoveryInput')
|
|
89
93
|
DependencyDiscoveryStatus = Shapes::StringShape.new(name: 'DependencyDiscoveryStatus')
|
|
90
94
|
DependencySummary = Shapes::StructureShape.new(name: 'DependencySummary')
|
|
@@ -214,6 +218,8 @@ module Aws::Resiliencehubv2
|
|
|
214
218
|
ResourceTag = Shapes::StructureShape.new(name: 'ResourceTag')
|
|
215
219
|
ResourceTagList = Shapes::ListShape.new(name: 'ResourceTagList')
|
|
216
220
|
ResourceTagValuesList = Shapes::ListShape.new(name: 'ResourceTagValuesList')
|
|
221
|
+
ResourceTypeFilter = Shapes::StringShape.new(name: 'ResourceTypeFilter')
|
|
222
|
+
ResourceTypeFilterList = Shapes::ListShape.new(name: 'ResourceTypeFilterList')
|
|
217
223
|
ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
|
|
218
224
|
S3BucketPath = Shapes::StringShape.new(name: 'S3BucketPath')
|
|
219
225
|
S3ReportOutput = Shapes::StructureShape.new(name: 'S3ReportOutput')
|
|
@@ -258,6 +264,7 @@ module Aws::Resiliencehubv2
|
|
|
258
264
|
ServiceTopologyEdgeSummaryList = Shapes::ListShape.new(name: 'ServiceTopologyEdgeSummaryList')
|
|
259
265
|
ServiceWorkflowUpdatedMetadata = Shapes::StructureShape.new(name: 'ServiceWorkflowUpdatedMetadata')
|
|
260
266
|
SloSource = Shapes::StructureShape.new(name: 'SloSource')
|
|
267
|
+
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
|
261
268
|
StartFailureModeAssessmentRequest = Shapes::StructureShape.new(name: 'StartFailureModeAssessmentRequest')
|
|
262
269
|
StartFailureModeAssessmentResponse = Shapes::StructureShape.new(name: 'StartFailureModeAssessmentResponse')
|
|
263
270
|
String = Shapes::StringShape.new(name: 'String')
|
|
@@ -332,6 +339,7 @@ module Aws::Resiliencehubv2
|
|
|
332
339
|
Achievability.add_member(:availability_slo, Shapes::ShapeRef.new(shape: AchievabilityStatus, location_name: "availabilitySlo"))
|
|
333
340
|
Achievability.add_member(:multi_az_rto_rpo, Shapes::ShapeRef.new(shape: AchievabilityStatus, location_name: "multiAzRtoRpo"))
|
|
334
341
|
Achievability.add_member(:multi_region_rto_rpo, Shapes::ShapeRef.new(shape: AchievabilityStatus, location_name: "multiRegionRtoRpo"))
|
|
342
|
+
Achievability.add_member(:data_recovery_time_between_backups, Shapes::ShapeRef.new(shape: AchievabilityStatus, location_name: "dataRecoveryTimeBetweenBackups"))
|
|
335
343
|
Achievability.struct_class = Types::Achievability
|
|
336
344
|
|
|
337
345
|
ArnList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
@@ -362,6 +370,8 @@ module Aws::Resiliencehubv2
|
|
|
362
370
|
AssessmentCost.add_member(:currency, Shapes::ShapeRef.new(shape: CostCurrency, location_name: "currency"))
|
|
363
371
|
AssessmentCost.struct_class = Types::AssessmentCost
|
|
364
372
|
|
|
373
|
+
AssessmentStatusList.member = Shapes::ShapeRef.new(shape: AssessmentStatus)
|
|
374
|
+
|
|
365
375
|
AssessmentSummary.add_member(:assessment_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "assessmentId"))
|
|
366
376
|
AssessmentSummary.add_member(:service_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "serviceArn"))
|
|
367
377
|
AssessmentSummary.add_member(:assessment_status, Shapes::ShapeRef.new(shape: AssessmentStatus, location_name: "assessmentStatus"))
|
|
@@ -555,6 +565,8 @@ module Aws::Resiliencehubv2
|
|
|
555
565
|
|
|
556
566
|
DependencyDiscoveryConfig.add_member(:status, Shapes::ShapeRef.new(shape: DependencyDiscoveryStatus, required: true, location_name: "status"))
|
|
557
567
|
DependencyDiscoveryConfig.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
568
|
+
DependencyDiscoveryConfig.add_member(:eligible_resource_count, Shapes::ShapeRef.new(shape: DependencyDiscoveryConfigEligibleResourceCountInteger, location_name: "eligibleResourceCount"))
|
|
569
|
+
DependencyDiscoveryConfig.add_member(:message, Shapes::ShapeRef.new(shape: DependencyDiscoveryConfigMessageString, location_name: "message"))
|
|
558
570
|
DependencyDiscoveryConfig.struct_class = Types::DependencyDiscoveryConfig
|
|
559
571
|
|
|
560
572
|
DependencySummary.add_member(:dependency_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "dependencyId"))
|
|
@@ -743,6 +755,11 @@ module Aws::Resiliencehubv2
|
|
|
743
755
|
ListDependenciesResponse.struct_class = Types::ListDependenciesResponse
|
|
744
756
|
|
|
745
757
|
ListFailureModeAssessmentsRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "querystring", location_name: "serviceArn"))
|
|
758
|
+
ListFailureModeAssessmentsRequest.add_member(:assessment_statuses, Shapes::ShapeRef.new(shape: AssessmentStatusList, location: "querystring", location_name: "assessmentStatuses"))
|
|
759
|
+
ListFailureModeAssessmentsRequest.add_member(:started_after, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "startedAfter"))
|
|
760
|
+
ListFailureModeAssessmentsRequest.add_member(:ended_before, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "endedBefore"))
|
|
761
|
+
ListFailureModeAssessmentsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: AssessmentSortField, location: "querystring", location_name: "sortBy"))
|
|
762
|
+
ListFailureModeAssessmentsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
|
|
746
763
|
ListFailureModeAssessmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
747
764
|
ListFailureModeAssessmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
748
765
|
ListFailureModeAssessmentsRequest.struct_class = Types::ListFailureModeAssessmentsRequest
|
|
@@ -794,6 +811,8 @@ module Aws::Resiliencehubv2
|
|
|
794
811
|
ListResourcesRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "querystring", location_name: "serviceArn"))
|
|
795
812
|
ListResourcesRequest.add_member(:service_function_id, Shapes::ShapeRef.new(shape: EntityId, location: "querystring", location_name: "serviceFunctionId"))
|
|
796
813
|
ListResourcesRequest.add_member(:aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location: "querystring", location_name: "awsRegion"))
|
|
814
|
+
ListResourcesRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypeFilterList, location: "querystring", location_name: "resourceTypes"))
|
|
815
|
+
ListResourcesRequest.add_member(:billable, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "billable"))
|
|
797
816
|
ListResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
798
817
|
ListResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
799
818
|
ListResourcesRequest.struct_class = Types::ListResourcesRequest
|
|
@@ -1010,6 +1029,8 @@ module Aws::Resiliencehubv2
|
|
|
1010
1029
|
|
|
1011
1030
|
ResourceTagValuesList.member = Shapes::ShapeRef.new(shape: TagValue)
|
|
1012
1031
|
|
|
1032
|
+
ResourceTypeFilterList.member = Shapes::ShapeRef.new(shape: ResourceTypeFilter)
|
|
1033
|
+
|
|
1013
1034
|
ResourceTypeList.member = Shapes::ShapeRef.new(shape: String)
|
|
1014
1035
|
|
|
1015
1036
|
S3ReportOutput.add_member(:s3_object_key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "s3ObjectKey"))
|
|
@@ -1222,6 +1243,10 @@ module Aws::Resiliencehubv2
|
|
|
1222
1243
|
|
|
1223
1244
|
ServiceTopologyEdgeSummary.add_member(:source_resource_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sourceResourceIdentifier"))
|
|
1224
1245
|
ServiceTopologyEdgeSummary.add_member(:destination_resource_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationResourceIdentifier"))
|
|
1246
|
+
ServiceTopologyEdgeSummary.add_member(:source_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "sourceRegion"))
|
|
1247
|
+
ServiceTopologyEdgeSummary.add_member(:destination_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "destinationRegion"))
|
|
1248
|
+
ServiceTopologyEdgeSummary.add_member(:source_account, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "sourceAccount"))
|
|
1249
|
+
ServiceTopologyEdgeSummary.add_member(:destination_account, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "destinationAccount"))
|
|
1225
1250
|
ServiceTopologyEdgeSummary.add_member(:properties, Shapes::ShapeRef.new(shape: EdgePropertyList, location_name: "properties"))
|
|
1226
1251
|
ServiceTopologyEdgeSummary.struct_class = Types::ServiceTopologyEdgeSummary
|
|
1227
1252
|
|
|
@@ -41,12 +41,18 @@ module Aws::Resiliencehubv2
|
|
|
41
41
|
# the service.
|
|
42
42
|
# @return [String]
|
|
43
43
|
#
|
|
44
|
+
# @!attribute [rw] data_recovery_time_between_backups
|
|
45
|
+
# The achievability status of the data recovery time between backups
|
|
46
|
+
# for the service.
|
|
47
|
+
# @return [String]
|
|
48
|
+
#
|
|
44
49
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehubv2-2026-02-17/Achievability AWS API Documentation
|
|
45
50
|
#
|
|
46
51
|
class Achievability < Struct.new(
|
|
47
52
|
:availability_slo,
|
|
48
53
|
:multi_az_rto_rpo,
|
|
49
|
-
:multi_region_rto_rpo
|
|
54
|
+
:multi_region_rto_rpo,
|
|
55
|
+
:data_recovery_time_between_backups)
|
|
50
56
|
SENSITIVE = []
|
|
51
57
|
include Aws::Structure
|
|
52
58
|
end
|
|
@@ -1027,11 +1033,22 @@ module Aws::Resiliencehubv2
|
|
|
1027
1033
|
# The timestamp when dependency discovery was last updated.
|
|
1028
1034
|
# @return [Time]
|
|
1029
1035
|
#
|
|
1036
|
+
# @!attribute [rw] eligible_resource_count
|
|
1037
|
+
# The count of resources eligible for dependency attribution.
|
|
1038
|
+
# @return [Integer]
|
|
1039
|
+
#
|
|
1040
|
+
# @!attribute [rw] message
|
|
1041
|
+
# A status message for dependency discovery, displayed during the
|
|
1042
|
+
# initialization state.
|
|
1043
|
+
# @return [String]
|
|
1044
|
+
#
|
|
1030
1045
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehubv2-2026-02-17/DependencyDiscoveryConfig AWS API Documentation
|
|
1031
1046
|
#
|
|
1032
1047
|
class DependencyDiscoveryConfig < Struct.new(
|
|
1033
1048
|
:status,
|
|
1034
|
-
:updated_at
|
|
1049
|
+
:updated_at,
|
|
1050
|
+
:eligible_resource_count,
|
|
1051
|
+
:message)
|
|
1035
1052
|
SENSITIVE = []
|
|
1036
1053
|
include Aws::Structure
|
|
1037
1054
|
end
|
|
@@ -1841,6 +1858,28 @@ module Aws::Resiliencehubv2
|
|
|
1841
1858
|
# ARN identifier.
|
|
1842
1859
|
# @return [String]
|
|
1843
1860
|
#
|
|
1861
|
+
# @!attribute [rw] assessment_statuses
|
|
1862
|
+
# Specifies the assessment statuses to include in the results.
|
|
1863
|
+
# @return [Array<String>]
|
|
1864
|
+
#
|
|
1865
|
+
# @!attribute [rw] started_after
|
|
1866
|
+
# Specifies that only assessments that started at or after this
|
|
1867
|
+
# timestamp appear in the results.
|
|
1868
|
+
# @return [Time]
|
|
1869
|
+
#
|
|
1870
|
+
# @!attribute [rw] ended_before
|
|
1871
|
+
# Specifies that only assessments that ended at or before this
|
|
1872
|
+
# timestamp appear in the results.
|
|
1873
|
+
# @return [Time]
|
|
1874
|
+
#
|
|
1875
|
+
# @!attribute [rw] sort_by
|
|
1876
|
+
# The field to use for sorting failure mode assessments.
|
|
1877
|
+
# @return [String]
|
|
1878
|
+
#
|
|
1879
|
+
# @!attribute [rw] sort_order
|
|
1880
|
+
# The sort order for results.
|
|
1881
|
+
# @return [String]
|
|
1882
|
+
#
|
|
1844
1883
|
# @!attribute [rw] max_results
|
|
1845
1884
|
# Pagination page size.
|
|
1846
1885
|
# @return [Integer]
|
|
@@ -1853,6 +1892,11 @@ module Aws::Resiliencehubv2
|
|
|
1853
1892
|
#
|
|
1854
1893
|
class ListFailureModeAssessmentsRequest < Struct.new(
|
|
1855
1894
|
:service_arn,
|
|
1895
|
+
:assessment_statuses,
|
|
1896
|
+
:started_after,
|
|
1897
|
+
:ended_before,
|
|
1898
|
+
:sort_by,
|
|
1899
|
+
:sort_order,
|
|
1856
1900
|
:max_results,
|
|
1857
1901
|
:next_token)
|
|
1858
1902
|
SENSITIVE = []
|
|
@@ -2064,6 +2108,15 @@ module Aws::Resiliencehubv2
|
|
|
2064
2108
|
# Filter resources by AWS Region.
|
|
2065
2109
|
# @return [String]
|
|
2066
2110
|
#
|
|
2111
|
+
# @!attribute [rw] resource_types
|
|
2112
|
+
# The CloudFormation resource types to include in the response.
|
|
2113
|
+
# @return [Array<String>]
|
|
2114
|
+
#
|
|
2115
|
+
# @!attribute [rw] billable
|
|
2116
|
+
# Specifies whether to filter non-billable resources. When true (the
|
|
2117
|
+
# default), the operation returns only billable resources.
|
|
2118
|
+
# @return [Boolean]
|
|
2119
|
+
#
|
|
2067
2120
|
# @!attribute [rw] max_results
|
|
2068
2121
|
# Pagination page size.
|
|
2069
2122
|
# @return [Integer]
|
|
@@ -2078,6 +2131,8 @@ module Aws::Resiliencehubv2
|
|
|
2078
2131
|
:service_arn,
|
|
2079
2132
|
:service_function_id,
|
|
2080
2133
|
:aws_region,
|
|
2134
|
+
:resource_types,
|
|
2135
|
+
:billable,
|
|
2081
2136
|
:max_results,
|
|
2082
2137
|
:next_token)
|
|
2083
2138
|
SENSITIVE = []
|
|
@@ -3828,6 +3883,22 @@ module Aws::Resiliencehubv2
|
|
|
3828
3883
|
# The identifier of the destination resource.
|
|
3829
3884
|
# @return [String]
|
|
3830
3885
|
#
|
|
3886
|
+
# @!attribute [rw] source_region
|
|
3887
|
+
# The AWS Region of the source resource.
|
|
3888
|
+
# @return [String]
|
|
3889
|
+
#
|
|
3890
|
+
# @!attribute [rw] destination_region
|
|
3891
|
+
# The AWS Region of the destination resource.
|
|
3892
|
+
# @return [String]
|
|
3893
|
+
#
|
|
3894
|
+
# @!attribute [rw] source_account
|
|
3895
|
+
# The AWS account ID of the source resource.
|
|
3896
|
+
# @return [String]
|
|
3897
|
+
#
|
|
3898
|
+
# @!attribute [rw] destination_account
|
|
3899
|
+
# The AWS account ID of the destination resource.
|
|
3900
|
+
# @return [String]
|
|
3901
|
+
#
|
|
3831
3902
|
# @!attribute [rw] properties
|
|
3832
3903
|
# The properties of the topology edge.
|
|
3833
3904
|
# @return [Array<Types::EdgePropertySummary>]
|
|
@@ -3837,6 +3908,10 @@ module Aws::Resiliencehubv2
|
|
|
3837
3908
|
class ServiceTopologyEdgeSummary < Struct.new(
|
|
3838
3909
|
:source_resource_identifier,
|
|
3839
3910
|
:destination_resource_identifier,
|
|
3911
|
+
:source_region,
|
|
3912
|
+
:destination_region,
|
|
3913
|
+
:source_account,
|
|
3914
|
+
:destination_account,
|
|
3840
3915
|
:properties)
|
|
3841
3916
|
SENSITIVE = []
|
|
3842
3917
|
include Aws::Structure
|
data/sig/client.rbs
CHANGED
|
@@ -469,6 +469,11 @@ module Aws
|
|
|
469
469
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Resiliencehubv2/Client.html#list_failure_mode_assessments-instance_method
|
|
470
470
|
def list_failure_mode_assessments: (
|
|
471
471
|
service_arn: ::String,
|
|
472
|
+
?assessment_statuses: Array[("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS")],
|
|
473
|
+
?started_after: ::Time,
|
|
474
|
+
?ended_before: ::Time,
|
|
475
|
+
?sort_by: ("STARTED_AT"),
|
|
476
|
+
?sort_order: ("ASC" | "DESC"),
|
|
472
477
|
?max_results: ::Integer,
|
|
473
478
|
?next_token: ::String
|
|
474
479
|
) -> _ListFailureModeAssessmentsResponseSuccess
|
|
@@ -541,6 +546,8 @@ module Aws
|
|
|
541
546
|
service_arn: ::String,
|
|
542
547
|
?service_function_id: ::String,
|
|
543
548
|
?aws_region: ::String,
|
|
549
|
+
?resource_types: Array[::String],
|
|
550
|
+
?billable: bool,
|
|
544
551
|
?max_results: ::Integer,
|
|
545
552
|
?next_token: ::String
|
|
546
553
|
) -> _ListResourcesResponseSuccess
|
|
@@ -837,6 +844,11 @@ module Aws
|
|
|
837
844
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Resiliencehubv2/Client.html#wait_until-instance_method
|
|
838
845
|
def wait_until: (:failure_mode_assessment_success waiter_name,
|
|
839
846
|
service_arn: ::String,
|
|
847
|
+
?assessment_statuses: Array[("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS")],
|
|
848
|
+
?started_after: ::Time,
|
|
849
|
+
?ended_before: ::Time,
|
|
850
|
+
?sort_by: ("STARTED_AT"),
|
|
851
|
+
?sort_order: ("ASC" | "DESC"),
|
|
840
852
|
?max_results: ::Integer,
|
|
841
853
|
?next_token: ::String
|
|
842
854
|
) -> Client::_ListFailureModeAssessmentsResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -17,6 +17,7 @@ module Aws::Resiliencehubv2
|
|
|
17
17
|
attr_accessor availability_slo: ("ACHIEVABLE" | "NOT_ACHIEVABLE")
|
|
18
18
|
attr_accessor multi_az_rto_rpo: ("ACHIEVABLE" | "NOT_ACHIEVABLE")
|
|
19
19
|
attr_accessor multi_region_rto_rpo: ("ACHIEVABLE" | "NOT_ACHIEVABLE")
|
|
20
|
+
attr_accessor data_recovery_time_between_backups: ("ACHIEVABLE" | "NOT_ACHIEVABLE")
|
|
20
21
|
SENSITIVE: []
|
|
21
22
|
end
|
|
22
23
|
|
|
@@ -58,7 +59,7 @@ module Aws::Resiliencehubv2
|
|
|
58
59
|
attr_accessor assessment_id: ::String
|
|
59
60
|
attr_accessor service_arn: ::String
|
|
60
61
|
attr_accessor assessment_status: ("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS")
|
|
61
|
-
attr_accessor assessment_step: ("TOPOLOGY_ENHANCEMENT" | "SERVICE_FUNCTION_GENERATION" | "RESILIENCE_ASSESSMENT")
|
|
62
|
+
attr_accessor assessment_step: ("TOPOLOGY_GENERATION" | "INPUT_VALIDATION" | "DESIGN_ANALYSIS" | "TOPOLOGY_ENHANCEMENT" | "SERVICE_FUNCTION_GENERATION" | "POLICY_VALIDATION" | "RESILIENCE_ASSESSMENT" | "FAILURE_MODE_FINDINGS_CONSOLIDATION" | "FAILURE_MODE_FINDINGS_ENRICHMENT")
|
|
62
63
|
attr_accessor total_findings: ::Integer
|
|
63
64
|
attr_accessor started_at: ::Time
|
|
64
65
|
attr_accessor ended_at: ::Time
|
|
@@ -322,6 +323,8 @@ module Aws::Resiliencehubv2
|
|
|
322
323
|
class DependencyDiscoveryConfig
|
|
323
324
|
attr_accessor status: ("ENABLED" | "INITIALIZING" | "DISABLED")
|
|
324
325
|
attr_accessor updated_at: ::Time
|
|
326
|
+
attr_accessor eligible_resource_count: ::Integer
|
|
327
|
+
attr_accessor message: ::String
|
|
325
328
|
SENSITIVE: []
|
|
326
329
|
end
|
|
327
330
|
|
|
@@ -560,6 +563,11 @@ module Aws::Resiliencehubv2
|
|
|
560
563
|
|
|
561
564
|
class ListFailureModeAssessmentsRequest
|
|
562
565
|
attr_accessor service_arn: ::String
|
|
566
|
+
attr_accessor assessment_statuses: ::Array[("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS")]
|
|
567
|
+
attr_accessor started_after: ::Time
|
|
568
|
+
attr_accessor ended_before: ::Time
|
|
569
|
+
attr_accessor sort_by: ("STARTED_AT")
|
|
570
|
+
attr_accessor sort_order: ("ASC" | "DESC")
|
|
563
571
|
attr_accessor max_results: ::Integer
|
|
564
572
|
attr_accessor next_token: ::String
|
|
565
573
|
SENSITIVE: []
|
|
@@ -631,6 +639,8 @@ module Aws::Resiliencehubv2
|
|
|
631
639
|
attr_accessor service_arn: ::String
|
|
632
640
|
attr_accessor service_function_id: ::String
|
|
633
641
|
attr_accessor aws_region: ::String
|
|
642
|
+
attr_accessor resource_types: ::Array[::String]
|
|
643
|
+
attr_accessor billable: bool
|
|
634
644
|
attr_accessor max_results: ::Integer
|
|
635
645
|
attr_accessor next_token: ::String
|
|
636
646
|
SENSITIVE: []
|
|
@@ -1183,6 +1193,10 @@ module Aws::Resiliencehubv2
|
|
|
1183
1193
|
class ServiceTopologyEdgeSummary
|
|
1184
1194
|
attr_accessor source_resource_identifier: ::String
|
|
1185
1195
|
attr_accessor destination_resource_identifier: ::String
|
|
1196
|
+
attr_accessor source_region: ::String
|
|
1197
|
+
attr_accessor destination_region: ::String
|
|
1198
|
+
attr_accessor source_account: ::String
|
|
1199
|
+
attr_accessor destination_account: ::String
|
|
1186
1200
|
attr_accessor properties: ::Array[Types::EdgePropertySummary]
|
|
1187
1201
|
SENSITIVE: []
|
|
1188
1202
|
end
|
data/sig/waiters.rbs
CHANGED
|
@@ -15,6 +15,11 @@ module Aws
|
|
|
15
15
|
|
|
16
16
|
def wait: (
|
|
17
17
|
service_arn: ::String,
|
|
18
|
+
?assessment_statuses: Array[("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS")],
|
|
19
|
+
?started_after: ::Time,
|
|
20
|
+
?ended_before: ::Time,
|
|
21
|
+
?sort_by: ("STARTED_AT"),
|
|
22
|
+
?sort_order: ("ASC" | "DESC"),
|
|
18
23
|
?max_results: ::Integer,
|
|
19
24
|
?next_token: ::String
|
|
20
25
|
) -> Client::_ListFailureModeAssessmentsResponseSuccess
|