aws-sdk-resiliencehub 1.64.0 → 1.65.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-resiliencehub/client.rb +1 -1
- data/lib/aws-sdk-resiliencehub.rb +1 -1
- data/sig/client.rbs +11 -11
- 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: ac0f8c95351d5c641df7cbf8ff159f9024f21847753344092d46fd2300a2b0de
|
|
4
|
+
data.tar.gz: '0441832addc2cc0853d9bc9a4284b91954f12ecca5eeb8eec49366a83745d53c'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ea0bd5faa0a62676083db7c631c4c428f57a86d7729ff6460ad27efb4b8163e907f2e16abf586c56a9123b50004b831387cae64858e0ecc659e0a1b60fd5db8
|
|
7
|
+
data.tar.gz: 180565a8cc5b080537453cbd76c579971f8d43520219913a30ce9acdef4352e0944e107c03b964af7c3ac1a4056c236c06f3f35da4d492be6e929c867fdd0097
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
|
@@ -5148,7 +5148,7 @@ module Aws::ResilienceHub
|
|
|
5148
5148
|
tracer: tracer
|
|
5149
5149
|
)
|
|
5150
5150
|
context[:gem_name] = 'aws-sdk-resiliencehub'
|
|
5151
|
-
context[:gem_version] = '1.
|
|
5151
|
+
context[:gem_version] = '1.65.0'
|
|
5152
5152
|
Seahorse::Client::Request.new(handlers, context)
|
|
5153
5153
|
end
|
|
5154
5154
|
|
data/sig/client.rbs
CHANGED
|
@@ -89,7 +89,7 @@ module Aws
|
|
|
89
89
|
entries: Array[
|
|
90
90
|
{
|
|
91
91
|
grouping_recommendation_id: ::String
|
|
92
|
-
}
|
|
92
|
+
}
|
|
93
93
|
]
|
|
94
94
|
) -> _AcceptResourceGroupingRecommendationsResponseSuccess
|
|
95
95
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AcceptResourceGroupingRecommendationsResponseSuccess
|
|
@@ -118,7 +118,7 @@ module Aws
|
|
|
118
118
|
resource_group_name: ::String?,
|
|
119
119
|
resource_name: ::String?,
|
|
120
120
|
terraform_source_name: ::String?
|
|
121
|
-
}
|
|
121
|
+
}
|
|
122
122
|
]
|
|
123
123
|
) -> _AddDraftAppVersionResourceMappingsResponseSuccess
|
|
124
124
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddDraftAppVersionResourceMappingsResponseSuccess
|
|
@@ -144,7 +144,7 @@ module Aws
|
|
|
144
144
|
target_region: ::String?
|
|
145
145
|
}?,
|
|
146
146
|
reference_id: ::String
|
|
147
|
-
}
|
|
147
|
+
}
|
|
148
148
|
]
|
|
149
149
|
) -> _BatchUpdateRecommendationStatusResponseSuccess
|
|
150
150
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateRecommendationStatusResponseSuccess
|
|
@@ -164,7 +164,7 @@ module Aws
|
|
|
164
164
|
event_type: ("ScheduledAssessmentFailure" | "DriftDetected"),
|
|
165
165
|
name: ::String,
|
|
166
166
|
sns_topic_arn: ::String?
|
|
167
|
-
}
|
|
167
|
+
}
|
|
168
168
|
],
|
|
169
169
|
name: ::String,
|
|
170
170
|
?permission_model: {
|
|
@@ -529,14 +529,14 @@ module Aws
|
|
|
529
529
|
{
|
|
530
530
|
eks_cluster_arn: ::String,
|
|
531
531
|
namespaces: Array[::String]
|
|
532
|
-
}
|
|
532
|
+
}
|
|
533
533
|
],
|
|
534
534
|
?import_strategy: ("AddOnly" | "ReplaceAll"),
|
|
535
535
|
?source_arns: Array[::String],
|
|
536
536
|
?terraform_sources: Array[
|
|
537
537
|
{
|
|
538
538
|
s3_state_file_url: ::String
|
|
539
|
-
}
|
|
539
|
+
}
|
|
540
540
|
]
|
|
541
541
|
) -> _ImportResourcesToDraftAppVersionResponseSuccess
|
|
542
542
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportResourcesToDraftAppVersionResponseSuccess
|
|
@@ -729,14 +729,14 @@ module Aws
|
|
|
729
729
|
field: ::String,
|
|
730
730
|
operator: ("Equals" | "NotEquals" | "GreaterThen" | "GreaterOrEquals" | "LessThen" | "LessOrEquals"),
|
|
731
731
|
value: ::String?
|
|
732
|
-
}
|
|
732
|
+
}
|
|
733
733
|
],
|
|
734
734
|
?data_source: ::String,
|
|
735
735
|
?fields: Array[
|
|
736
736
|
{
|
|
737
737
|
aggregation: ("Min" | "Max" | "Sum" | "Avg" | "Count")?,
|
|
738
738
|
name: ::String
|
|
739
|
-
}
|
|
739
|
+
}
|
|
740
740
|
],
|
|
741
741
|
?max_results: ::Integer,
|
|
742
742
|
?next_token: ::String,
|
|
@@ -744,7 +744,7 @@ module Aws
|
|
|
744
744
|
{
|
|
745
745
|
ascending: bool?,
|
|
746
746
|
field: ::String
|
|
747
|
-
}
|
|
747
|
+
}
|
|
748
748
|
]
|
|
749
749
|
) -> _ListMetricsResponseSuccess
|
|
750
750
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMetricsResponseSuccess
|
|
@@ -894,7 +894,7 @@ module Aws
|
|
|
894
894
|
{
|
|
895
895
|
grouping_recommendation_id: ::String,
|
|
896
896
|
rejection_reason: ("DistinctBusinessPurpose" | "SeparateDataConcern" | "DistinctUserGroupHandling" | "Other")?
|
|
897
|
-
}
|
|
897
|
+
}
|
|
898
898
|
]
|
|
899
899
|
) -> _RejectResourceGroupingRecommendationsResponseSuccess
|
|
900
900
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RejectResourceGroupingRecommendationsResponseSuccess
|
|
@@ -1004,7 +1004,7 @@ module Aws
|
|
|
1004
1004
|
event_type: ("ScheduledAssessmentFailure" | "DriftDetected"),
|
|
1005
1005
|
name: ::String,
|
|
1006
1006
|
sns_topic_arn: ::String?
|
|
1007
|
-
}
|
|
1007
|
+
}
|
|
1008
1008
|
],
|
|
1009
1009
|
?permission_model: {
|
|
1010
1010
|
cross_account_role_arns: Array[::String]?,
|