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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba7799d164b814835090ba428a3e3cf394935d625d6efd3eabf45daa771600da
4
- data.tar.gz: d5444b2c2113e5db8a168a73f33713612a3961585cc0b482a44784baeb1a0a64
3
+ metadata.gz: ac0f8c95351d5c641df7cbf8ff159f9024f21847753344092d46fd2300a2b0de
4
+ data.tar.gz: '0441832addc2cc0853d9bc9a4284b91954f12ecca5eeb8eec49366a83745d53c'
5
5
  SHA512:
6
- metadata.gz: 6700c624d422bd548a712f81d58de8a4fc799a2f78e48902ae94c329caba8cfa6258bf4d026b4c54a84cecda2045717cc8dfee9e7c6fec2d711fab2d93e01dfb
7
- data.tar.gz: 49e61556b77ebccc6a92b747aa262fba9b805a58da781b80395913a2ec4530c2d1a8c57ca295cce47fd1c8ea570f7544683fc263f246ecd315c0a627717dc731
6
+ metadata.gz: 4ea0bd5faa0a62676083db7c631c4c428f57a86d7729ff6460ad27efb4b8163e907f2e16abf586c56a9123b50004b831387cae64858e0ecc659e0a1b60fd5db8
7
+ data.tar.gz: 180565a8cc5b080537453cbd76c579971f8d43520219913a30ce9acdef4352e0944e107c03b964af7c3ac1a4056c236c06f3f35da4d492be6e929c867fdd0097
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.64.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
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.64.0'
5151
+ context[:gem_version] = '1.65.0'
5152
5152
  Seahorse::Client::Request.new(handlers, context)
5153
5153
  end
5154
5154
 
@@ -54,7 +54,7 @@ module Aws::ResilienceHub
54
54
  autoload :EndpointProvider, 'aws-sdk-resiliencehub/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-resiliencehub/endpoints'
56
56
 
57
- GEM_VERSION = '1.64.0'
57
+ GEM_VERSION = '1.65.0'
58
58
 
59
59
  end
60
60
 
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]?,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resiliencehub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services