aws-sdk-resiliencehub 1.21.0 → 1.22.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 +19 -1
- data/lib/aws-sdk-resiliencehub/client_api.rb +18 -0
- data/lib/aws-sdk-resiliencehub/types.rb +82 -3
- 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: acdba811cdd7522ebf93d35854e139a1df162923aacd9515d7eb6bad02d6ee98
|
4
|
+
data.tar.gz: a3ea3f5bb9e8fbbfb964fb7f7f8152ef14c99c8dcfcb5b905a679df832460c0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7038b270efc1191803b1127d868f77f5bdabb3e36271dcafa72c8cbd55924e994969b4914b2fd74310e081048db66b45019b391a35e997d7c1c47cffa87829d
|
7
|
+
data.tar.gz: 7395998d1e643690d3a8fee656b906cf97ac6ecb68ed2f4596f1b4f1d466ceb157a5e63802a5f7660b17764d2406e8978340d12ed8ff149bbebbf2fef8566ce2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.22.0 (2023-11-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications.
|
8
|
+
|
4
9
|
1.21.0 (2023-10-30)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.22.0
|
@@ -1651,6 +1651,11 @@ module Aws::ResilienceHub
|
|
1651
1651
|
# resp.assessment.policy.tags #=> Hash
|
1652
1652
|
# resp.assessment.policy.tags["TagKey"] #=> String
|
1653
1653
|
# resp.assessment.policy.tier #=> String, one of "MissionCritical", "Critical", "Important", "CoreServices", "NonCritical", "NotApplicable"
|
1654
|
+
# resp.assessment.resiliency_score.component_score #=> Hash
|
1655
|
+
# resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].excluded_count #=> Integer
|
1656
|
+
# resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].outstanding_count #=> Integer
|
1657
|
+
# resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].possible_score #=> Float
|
1658
|
+
# resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].score #=> Float
|
1654
1659
|
# resp.assessment.resiliency_score.disruption_score #=> Hash
|
1655
1660
|
# resp.assessment.resiliency_score.disruption_score["DisruptionType"] #=> Float
|
1656
1661
|
# resp.assessment.resiliency_score.score #=> Float
|
@@ -2216,6 +2221,7 @@ module Aws::ResilienceHub
|
|
2216
2221
|
# resp.alarm_recommendations[0].name #=> String
|
2217
2222
|
# resp.alarm_recommendations[0].prerequisite #=> String
|
2218
2223
|
# resp.alarm_recommendations[0].recommendation_id #=> String
|
2224
|
+
# resp.alarm_recommendations[0].recommendation_status #=> String, one of "Implemented", "Inactive", "NotImplemented", "Excluded"
|
2219
2225
|
# resp.alarm_recommendations[0].reference_id #=> String
|
2220
2226
|
# resp.alarm_recommendations[0].type #=> String, one of "Metric", "Composite", "Canary", "Logs", "Event"
|
2221
2227
|
# resp.next_token #=> String
|
@@ -2456,6 +2462,11 @@ module Aws::ResilienceHub
|
|
2456
2462
|
# resp.component_compliances[0].cost.currency #=> String
|
2457
2463
|
# resp.component_compliances[0].cost.frequency #=> String, one of "Hourly", "Daily", "Monthly", "Yearly"
|
2458
2464
|
# resp.component_compliances[0].message #=> String
|
2465
|
+
# resp.component_compliances[0].resiliency_score.component_score #=> Hash
|
2466
|
+
# resp.component_compliances[0].resiliency_score.component_score["ResiliencyScoreType"].excluded_count #=> Integer
|
2467
|
+
# resp.component_compliances[0].resiliency_score.component_score["ResiliencyScoreType"].outstanding_count #=> Integer
|
2468
|
+
# resp.component_compliances[0].resiliency_score.component_score["ResiliencyScoreType"].possible_score #=> Float
|
2469
|
+
# resp.component_compliances[0].resiliency_score.component_score["ResiliencyScoreType"].score #=> Float
|
2459
2470
|
# resp.component_compliances[0].resiliency_score.disruption_score #=> Hash
|
2460
2471
|
# resp.component_compliances[0].resiliency_score.disruption_score["DisruptionType"] #=> Float
|
2461
2472
|
# resp.component_compliances[0].resiliency_score.score #=> Float
|
@@ -3191,6 +3202,7 @@ module Aws::ResilienceHub
|
|
3191
3202
|
# resp.sop_recommendations[0].name #=> String
|
3192
3203
|
# resp.sop_recommendations[0].prerequisite #=> String
|
3193
3204
|
# resp.sop_recommendations[0].recommendation_id #=> String
|
3205
|
+
# resp.sop_recommendations[0].recommendation_status #=> String, one of "Implemented", "Inactive", "NotImplemented", "Excluded"
|
3194
3206
|
# resp.sop_recommendations[0].reference_id #=> String
|
3195
3207
|
# resp.sop_recommendations[0].service_type #=> String, one of "SSM"
|
3196
3208
|
#
|
@@ -3341,6 +3353,7 @@ module Aws::ResilienceHub
|
|
3341
3353
|
# resp.test_recommendations[0].name #=> String
|
3342
3354
|
# resp.test_recommendations[0].prerequisite #=> String
|
3343
3355
|
# resp.test_recommendations[0].recommendation_id #=> String
|
3356
|
+
# resp.test_recommendations[0].recommendation_status #=> String, one of "Implemented", "Inactive", "NotImplemented", "Excluded"
|
3344
3357
|
# resp.test_recommendations[0].reference_id #=> String
|
3345
3358
|
# resp.test_recommendations[0].risk #=> String, one of "Small", "Medium", "High"
|
3346
3359
|
# resp.test_recommendations[0].type #=> String, one of "Software", "Hardware", "AZ", "Region"
|
@@ -3956,6 +3969,11 @@ module Aws::ResilienceHub
|
|
3956
3969
|
# resp.assessment.policy.tags #=> Hash
|
3957
3970
|
# resp.assessment.policy.tags["TagKey"] #=> String
|
3958
3971
|
# resp.assessment.policy.tier #=> String, one of "MissionCritical", "Critical", "Important", "CoreServices", "NonCritical", "NotApplicable"
|
3972
|
+
# resp.assessment.resiliency_score.component_score #=> Hash
|
3973
|
+
# resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].excluded_count #=> Integer
|
3974
|
+
# resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].outstanding_count #=> Integer
|
3975
|
+
# resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].possible_score #=> Float
|
3976
|
+
# resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].score #=> Float
|
3959
3977
|
# resp.assessment.resiliency_score.disruption_score #=> Hash
|
3960
3978
|
# resp.assessment.resiliency_score.disruption_score["DisruptionType"] #=> Float
|
3961
3979
|
# resp.assessment.resiliency_score.score #=> Float
|
@@ -4511,7 +4529,7 @@ module Aws::ResilienceHub
|
|
4511
4529
|
params: params,
|
4512
4530
|
config: config)
|
4513
4531
|
context[:gem_name] = 'aws-sdk-resiliencehub'
|
4514
|
-
context[:gem_version] = '1.
|
4532
|
+
context[:gem_version] = '1.22.0'
|
4515
4533
|
Seahorse::Client::Request.new(handlers, context)
|
4516
4534
|
end
|
4517
4535
|
|
@@ -185,6 +185,7 @@ module Aws::ResilienceHub
|
|
185
185
|
ListUnsupportedAppVersionResourcesRequest = Shapes::StructureShape.new(name: 'ListUnsupportedAppVersionResourcesRequest')
|
186
186
|
ListUnsupportedAppVersionResourcesResponse = Shapes::StructureShape.new(name: 'ListUnsupportedAppVersionResourcesResponse')
|
187
187
|
LogicalResourceId = Shapes::StructureShape.new(name: 'LogicalResourceId')
|
188
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
188
189
|
LongOptional = Shapes::IntegerShape.new(name: 'LongOptional')
|
189
190
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
190
191
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
@@ -204,6 +205,7 @@ module Aws::ResilienceHub
|
|
204
205
|
RecommendationIdList = Shapes::ListShape.new(name: 'RecommendationIdList')
|
205
206
|
RecommendationItem = Shapes::StructureShape.new(name: 'RecommendationItem')
|
206
207
|
RecommendationItemList = Shapes::ListShape.new(name: 'RecommendationItemList')
|
208
|
+
RecommendationStatus = Shapes::StringShape.new(name: 'RecommendationStatus')
|
207
209
|
RecommendationTemplate = Shapes::StructureShape.new(name: 'RecommendationTemplate')
|
208
210
|
RecommendationTemplateList = Shapes::ListShape.new(name: 'RecommendationTemplateList')
|
209
211
|
RecommendationTemplateStatus = Shapes::StringShape.new(name: 'RecommendationTemplateStatus')
|
@@ -216,6 +218,7 @@ module Aws::ResilienceHub
|
|
216
218
|
ResiliencyPolicy = Shapes::StructureShape.new(name: 'ResiliencyPolicy')
|
217
219
|
ResiliencyPolicyTier = Shapes::StringShape.new(name: 'ResiliencyPolicyTier')
|
218
220
|
ResiliencyScore = Shapes::StructureShape.new(name: 'ResiliencyScore')
|
221
|
+
ResiliencyScoreType = Shapes::StringShape.new(name: 'ResiliencyScoreType')
|
219
222
|
ResolveAppVersionResourcesRequest = Shapes::StructureShape.new(name: 'ResolveAppVersionResourcesRequest')
|
220
223
|
ResolveAppVersionResourcesResponse = Shapes::StructureShape.new(name: 'ResolveAppVersionResourcesResponse')
|
221
224
|
ResourceError = Shapes::StructureShape.new(name: 'ResourceError')
|
@@ -234,6 +237,8 @@ module Aws::ResilienceHub
|
|
234
237
|
RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
|
235
238
|
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
236
239
|
S3Url = Shapes::StringShape.new(name: 'S3Url')
|
240
|
+
ScoringComponentResiliencyScore = Shapes::StructureShape.new(name: 'ScoringComponentResiliencyScore')
|
241
|
+
ScoringComponentResiliencyScores = Shapes::MapShape.new(name: 'ScoringComponentResiliencyScores')
|
237
242
|
Seconds = Shapes::IntegerShape.new(name: 'Seconds')
|
238
243
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
239
244
|
SopRecommendation = Shapes::StructureShape.new(name: 'SopRecommendation')
|
@@ -308,6 +313,7 @@ module Aws::ResilienceHub
|
|
308
313
|
AlarmRecommendation.add_member(:name, Shapes::ShapeRef.new(shape: String500, required: true, location_name: "name"))
|
309
314
|
AlarmRecommendation.add_member(:prerequisite, Shapes::ShapeRef.new(shape: String500, location_name: "prerequisite"))
|
310
315
|
AlarmRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "recommendationId"))
|
316
|
+
AlarmRecommendation.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "recommendationStatus"))
|
311
317
|
AlarmRecommendation.add_member(:reference_id, Shapes::ShapeRef.new(shape: SpecReferenceId, required: true, location_name: "referenceId"))
|
312
318
|
AlarmRecommendation.add_member(:type, Shapes::ShapeRef.new(shape: AlarmType, required: true, location_name: "type"))
|
313
319
|
AlarmRecommendation.struct_class = Types::AlarmRecommendation
|
@@ -1086,6 +1092,7 @@ module Aws::ResilienceHub
|
|
1086
1092
|
ResiliencyPolicy.add_member(:tier, Shapes::ShapeRef.new(shape: ResiliencyPolicyTier, location_name: "tier"))
|
1087
1093
|
ResiliencyPolicy.struct_class = Types::ResiliencyPolicy
|
1088
1094
|
|
1095
|
+
ResiliencyScore.add_member(:component_score, Shapes::ShapeRef.new(shape: ScoringComponentResiliencyScores, location_name: "componentScore"))
|
1089
1096
|
ResiliencyScore.add_member(:disruption_score, Shapes::ShapeRef.new(shape: DisruptionResiliencyScore, required: true, location_name: "disruptionScore"))
|
1090
1097
|
ResiliencyScore.add_member(:score, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "score"))
|
1091
1098
|
ResiliencyScore.struct_class = Types::ResiliencyScore
|
@@ -1132,6 +1139,15 @@ module Aws::ResilienceHub
|
|
1132
1139
|
S3Location.add_member(:prefix, Shapes::ShapeRef.new(shape: String500, location_name: "prefix"))
|
1133
1140
|
S3Location.struct_class = Types::S3Location
|
1134
1141
|
|
1142
|
+
ScoringComponentResiliencyScore.add_member(:excluded_count, Shapes::ShapeRef.new(shape: Long, location_name: "excludedCount"))
|
1143
|
+
ScoringComponentResiliencyScore.add_member(:outstanding_count, Shapes::ShapeRef.new(shape: Long, location_name: "outstandingCount"))
|
1144
|
+
ScoringComponentResiliencyScore.add_member(:possible_score, Shapes::ShapeRef.new(shape: Double, location_name: "possibleScore"))
|
1145
|
+
ScoringComponentResiliencyScore.add_member(:score, Shapes::ShapeRef.new(shape: Double, location_name: "score"))
|
1146
|
+
ScoringComponentResiliencyScore.struct_class = Types::ScoringComponentResiliencyScore
|
1147
|
+
|
1148
|
+
ScoringComponentResiliencyScores.key = Shapes::ShapeRef.new(shape: ResiliencyScoreType)
|
1149
|
+
ScoringComponentResiliencyScores.value = Shapes::ShapeRef.new(shape: ScoringComponentResiliencyScore)
|
1150
|
+
|
1135
1151
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
1136
1152
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
1137
1153
|
|
@@ -1141,6 +1157,7 @@ module Aws::ResilienceHub
|
|
1141
1157
|
SopRecommendation.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "name"))
|
1142
1158
|
SopRecommendation.add_member(:prerequisite, Shapes::ShapeRef.new(shape: String500, location_name: "prerequisite"))
|
1143
1159
|
SopRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "recommendationId"))
|
1160
|
+
SopRecommendation.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "recommendationStatus"))
|
1144
1161
|
SopRecommendation.add_member(:reference_id, Shapes::ShapeRef.new(shape: SpecReferenceId, required: true, location_name: "referenceId"))
|
1145
1162
|
SopRecommendation.add_member(:service_type, Shapes::ShapeRef.new(shape: SopServiceType, required: true, location_name: "serviceType"))
|
1146
1163
|
SopRecommendation.struct_class = Types::SopRecommendation
|
@@ -1185,6 +1202,7 @@ module Aws::ResilienceHub
|
|
1185
1202
|
TestRecommendation.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "name"))
|
1186
1203
|
TestRecommendation.add_member(:prerequisite, Shapes::ShapeRef.new(shape: String500, location_name: "prerequisite"))
|
1187
1204
|
TestRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "recommendationId"))
|
1205
|
+
TestRecommendation.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "recommendationStatus"))
|
1188
1206
|
TestRecommendation.add_member(:reference_id, Shapes::ShapeRef.new(shape: SpecReferenceId, required: true, location_name: "referenceId"))
|
1189
1207
|
TestRecommendation.add_member(:risk, Shapes::ShapeRef.new(shape: TestRisk, location_name: "risk"))
|
1190
1208
|
TestRecommendation.add_member(:type, Shapes::ShapeRef.new(shape: TestType, location_name: "type"))
|
@@ -121,6 +121,10 @@ module Aws::ResilienceHub
|
|
121
121
|
# Identifier of the alarm recommendation.
|
122
122
|
# @return [String]
|
123
123
|
#
|
124
|
+
# @!attribute [rw] recommendation_status
|
125
|
+
# Status of the recommended Amazon CloudWatch alarm.
|
126
|
+
# @return [String]
|
127
|
+
#
|
124
128
|
# @!attribute [rw] reference_id
|
125
129
|
# Reference identifier of the alarm recommendation.
|
126
130
|
# @return [String]
|
@@ -139,6 +143,7 @@ module Aws::ResilienceHub
|
|
139
143
|
:name,
|
140
144
|
:prerequisite,
|
141
145
|
:recommendation_id,
|
146
|
+
:recommendation_status,
|
142
147
|
:reference_id,
|
143
148
|
:type)
|
144
149
|
SENSITIVE = []
|
@@ -4049,8 +4054,11 @@ module Aws::ResilienceHub
|
|
4049
4054
|
# Principle to obtain a read-only access to your application resources
|
4050
4055
|
# while running an assessment.
|
4051
4056
|
#
|
4052
|
-
# <note markdown="1"> You must have `iam:passRole` permission for this role while
|
4053
|
-
#
|
4057
|
+
# <note markdown="1"> * You must have `iam:passRole` permission for this role while
|
4058
|
+
# creating or updating the application.
|
4059
|
+
#
|
4060
|
+
# * Currently, `invokerRoleName` accepts only `[A-Za-z0-9_+=,.@-]`
|
4061
|
+
# characters.
|
4054
4062
|
#
|
4055
4063
|
# </note>
|
4056
4064
|
# @return [String]
|
@@ -4121,7 +4129,7 @@ module Aws::ResilienceHub
|
|
4121
4129
|
# @return [String]
|
4122
4130
|
#
|
4123
4131
|
# @!attribute [rw] resource_type
|
4124
|
-
#
|
4132
|
+
# The type of resource.
|
4125
4133
|
# @return [String]
|
4126
4134
|
#
|
4127
4135
|
# @!attribute [rw] source_type
|
@@ -4941,6 +4949,15 @@ module Aws::ResilienceHub
|
|
4941
4949
|
# The overall resiliency score, returned as an object that includes the
|
4942
4950
|
# disruption score and outage score.
|
4943
4951
|
#
|
4952
|
+
# @!attribute [rw] component_score
|
4953
|
+
# The score generated by Resilience Hub for the scoring component
|
4954
|
+
# after running an assessment.
|
4955
|
+
#
|
4956
|
+
# For example, if the `score` is 25 points, it indicates the overall
|
4957
|
+
# score of your application generated by Resilience Hub after running
|
4958
|
+
# an assessment.
|
4959
|
+
# @return [Hash<String,Types::ScoringComponentResiliencyScore>]
|
4960
|
+
#
|
4944
4961
|
# @!attribute [rw] disruption_score
|
4945
4962
|
# The disruption score for a valid key.
|
4946
4963
|
# @return [Hash<String,Float>]
|
@@ -4952,6 +4969,7 @@ module Aws::ResilienceHub
|
|
4952
4969
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ResiliencyScore AWS API Documentation
|
4953
4970
|
#
|
4954
4971
|
class ResiliencyScore < Struct.new(
|
4972
|
+
:component_score,
|
4955
4973
|
:disruption_score,
|
4956
4974
|
:score)
|
4957
4975
|
SENSITIVE = []
|
@@ -5179,6 +5197,57 @@ module Aws::ResilienceHub
|
|
5179
5197
|
include Aws::Structure
|
5180
5198
|
end
|
5181
5199
|
|
5200
|
+
# Resiliency score of each scoring component. For more information about
|
5201
|
+
# scoring component, see [Calculating resiliency score][1].
|
5202
|
+
#
|
5203
|
+
#
|
5204
|
+
#
|
5205
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/calculate-score.html
|
5206
|
+
#
|
5207
|
+
# @!attribute [rw] excluded_count
|
5208
|
+
# Number of recommendations that were excluded from the assessment.
|
5209
|
+
#
|
5210
|
+
# For example, if the `Excluded count` for Resilience Hub recommended
|
5211
|
+
# Amazon CloudWatch alarms is 7, it indicates that 7 Amazon CloudWatch
|
5212
|
+
# alarms are excluded from the assessment.
|
5213
|
+
# @return [Integer]
|
5214
|
+
#
|
5215
|
+
# @!attribute [rw] outstanding_count
|
5216
|
+
# Number of issues that must be resolved to obtain the maximum
|
5217
|
+
# possible score for the scoring component. For SOPs, alarms, and FIS
|
5218
|
+
# experiments, these are the number of recommendations that must be
|
5219
|
+
# implemented. For compliance, it is the number of Application
|
5220
|
+
# Components that has breached the resiliency policy.
|
5221
|
+
#
|
5222
|
+
# For example, if the `Outstanding count` for Resilience Hub
|
5223
|
+
# recommended Amazon CloudWatch alarms is 5, it indicates that 5
|
5224
|
+
# Amazon CloudWatch alarms must be fixed to achieve the maximum
|
5225
|
+
# possible score.
|
5226
|
+
# @return [Integer]
|
5227
|
+
#
|
5228
|
+
# @!attribute [rw] possible_score
|
5229
|
+
# Maximum possible score that can be obtained for the scoring
|
5230
|
+
# component. If the `Possible score` is 20 points, it indicates the
|
5231
|
+
# maximum possible score you can achieve for your application when you
|
5232
|
+
# run a new assessment after implementing all the Resilience Hub
|
5233
|
+
# recommendations.
|
5234
|
+
# @return [Float]
|
5235
|
+
#
|
5236
|
+
# @!attribute [rw] score
|
5237
|
+
# Resiliency score of your application.
|
5238
|
+
# @return [Float]
|
5239
|
+
#
|
5240
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ScoringComponentResiliencyScore AWS API Documentation
|
5241
|
+
#
|
5242
|
+
class ScoringComponentResiliencyScore < Struct.new(
|
5243
|
+
:excluded_count,
|
5244
|
+
:outstanding_count,
|
5245
|
+
:possible_score,
|
5246
|
+
:score)
|
5247
|
+
SENSITIVE = []
|
5248
|
+
include Aws::Structure
|
5249
|
+
end
|
5250
|
+
|
5182
5251
|
# This exception occurs when you have exceeded your service quota. To
|
5183
5252
|
# perform the requested action, remove some of the relevant resources,
|
5184
5253
|
# or use Service Quotas to request a service quota increase.
|
@@ -5220,6 +5289,10 @@ module Aws::ResilienceHub
|
|
5220
5289
|
# Identifier for the SOP recommendation.
|
5221
5290
|
# @return [String]
|
5222
5291
|
#
|
5292
|
+
# @!attribute [rw] recommendation_status
|
5293
|
+
# Status of the recommended standard operating procedure.
|
5294
|
+
# @return [String]
|
5295
|
+
#
|
5223
5296
|
# @!attribute [rw] reference_id
|
5224
5297
|
# Reference identifier for the SOP recommendation.
|
5225
5298
|
# @return [String]
|
@@ -5237,6 +5310,7 @@ module Aws::ResilienceHub
|
|
5237
5310
|
:name,
|
5238
5311
|
:prerequisite,
|
5239
5312
|
:recommendation_id,
|
5313
|
+
:recommendation_status,
|
5240
5314
|
:reference_id,
|
5241
5315
|
:service_type)
|
5242
5316
|
SENSITIVE = []
|
@@ -5373,6 +5447,10 @@ module Aws::ResilienceHub
|
|
5373
5447
|
# Identifier for the test recommendation.
|
5374
5448
|
# @return [String]
|
5375
5449
|
#
|
5450
|
+
# @!attribute [rw] recommendation_status
|
5451
|
+
# Status of the recommended test.
|
5452
|
+
# @return [String]
|
5453
|
+
#
|
5376
5454
|
# @!attribute [rw] reference_id
|
5377
5455
|
# Reference identifier for the test recommendation.
|
5378
5456
|
# @return [String]
|
@@ -5396,6 +5474,7 @@ module Aws::ResilienceHub
|
|
5396
5474
|
:name,
|
5397
5475
|
:prerequisite,
|
5398
5476
|
:recommendation_id,
|
5477
|
+
:recommendation_status,
|
5399
5478
|
:reference_id,
|
5400
5479
|
:risk,
|
5401
5480
|
:type)
|
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.22.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-
|
11
|
+
date: 2023-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|