aws-sdk-route53recoverycluster 1.41.0 → 1.43.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: 1908b7cada7ab1bb4fbde443698db68dca66a168640de00aeb6a7241553811f7
4
- data.tar.gz: 9bfc31e0cd553b9957db70d27a56e4327c2c57c28d57ccb4dd900d0d9dc15ddd
3
+ metadata.gz: df6b4902dccd85414e42197183dbe9fd15973cd7e27f14a827bf6531c85f7c65
4
+ data.tar.gz: 6d268a3a4ac55b865427dd71c1fe9eddccd0eeb68bbc8b9357979ff6298c7631
5
5
  SHA512:
6
- metadata.gz: 142b71b7388f91dff9626e731b3450a4176ee1871c8d9ec8f7685b60d6afa539841529d27d38fc3598c7fdaf404b024d25a4985d65a53f1039b70bc173e04c05
7
- data.tar.gz: 8f4db1e1c0f779f16cb5be3996d36764142f68daab683da06a97df7f075af865b5ee9aec8467f882e962d0ad0fdf2849c88bc82c21151ba36c2460f19d201016
6
+ metadata.gz: a2b074ca1ad7f5313d35e8df13cda951d340bb2815bdb0ca9ebd17166ac9491720dd38180e2ee25602855a64f6e8d7adc53b165f1c5b9c4708d1264820b8cda8
7
+ data.tar.gz: 333acd75c23d6c203c7c29973b5d0966d46528736b5c55e31c0d2b163a8aae0f42656c5daaebfc7f18bea3c5690d9a6609615175a67de6e3d7e53f07fed0c5fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.42.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.41.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.43.0
@@ -200,8 +200,7 @@ module Aws::Route53RecoveryCluster
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -805,7 +804,7 @@ module Aws::Route53RecoveryCluster
805
804
  tracer: tracer
806
805
  )
807
806
  context[:gem_name] = 'aws-sdk-route53recoverycluster'
808
- context[:gem_version] = '1.41.0'
807
+ context[:gem_version] = '1.43.0'
809
808
  Seahorse::Client::Request.new(handlers, context)
810
809
  end
811
810
 
@@ -75,7 +75,7 @@ module Aws::Route53RecoveryCluster
75
75
 
76
76
  ListRoutingControlsRequest.add_member(:control_panel_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ControlPanelArn"))
77
77
  ListRoutingControlsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextToken"))
78
- ListRoutingControlsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
78
+ ListRoutingControlsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
79
79
  ListRoutingControlsRequest.struct_class = Types::ListRoutingControlsRequest
80
80
 
81
81
  ListRoutingControlsResponse.add_member(:routing_controls, Shapes::ShapeRef.new(shape: RoutingControls, required: true, location_name: "RoutingControls"))
@@ -54,7 +54,7 @@ module Aws::Route53RecoveryCluster
54
54
  autoload :EndpointProvider, 'aws-sdk-route53recoverycluster/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-route53recoverycluster/endpoints'
56
56
 
57
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.43.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53recoverycluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53recoverycluster
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53recoverycluster/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Route53 Recovery Cluster
99
96
  test_files: []