aws-sdk-migrationhubrefactorspaces 1.39.0 → 1.41.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: 8f4c63529d8ca5eaa1546cb021c5914439c109e71882a1b076d239c55ebcfcf8
4
- data.tar.gz: 1e410cfad010c5ce65d7ce43b6c9cff57abaa595871c9075522dc9ab2e5a38eb
3
+ metadata.gz: 427e2a07756ebd8119ed74dfd5d6574aea8bc0b195159765cf054e9525ce839c
4
+ data.tar.gz: a15d332e87265535567b389255d77f8e39fb08dcb089406f1b3ba84acaaaf113
5
5
  SHA512:
6
- metadata.gz: 960a41cb24dd48208fb31921233ef4ba48ffd3a7b3280bfe41f4118bdebc982aa83dec7b9d0da67c0fb5e6bde156a6c765d1e7cb05b82eb60be2e5aaeed64432
7
- data.tar.gz: af8e1eec76d9ab2b9779bd90e8067155ccc3225f0f85d773165dc2f2e809847cd119789b1ce96c7c41083822f8494eae46d8d041ef070e6ed6de843d985a70bd
6
+ metadata.gz: aac56b7f07c53bca758e9b162a7a01624634d673a1ff4cc4609a36f07361ca0e6d5a477c4ad726a6af4fec2c26df7bd2197ea09e067c7cd7755faccd6660a332
7
+ data.tar.gz: 512ae96d6b4a3d884f86dc870d114f687359be91d3f0541bd93501a6da0b687ff2e228b5d458c2b9aaa1f9a1a5b5553acf6d4c3a8c7345e9fa56fb61b84ec0ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.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.40.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.39.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.41.0
@@ -200,8 +200,7 @@ module Aws::MigrationHubRefactorSpaces
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
@@ -2034,7 +2033,7 @@ module Aws::MigrationHubRefactorSpaces
2034
2033
  tracer: tracer
2035
2034
  )
2036
2035
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
2037
- context[:gem_version] = '1.39.0'
2036
+ context[:gem_version] = '1.41.0'
2038
2037
  Seahorse::Client::Request.new(handlers, context)
2039
2038
  end
2040
2039
 
@@ -205,7 +205,7 @@ module Aws::MigrationHubRefactorSpaces
205
205
  ConflictException.struct_class = Types::ConflictException
206
206
 
207
207
  CreateApplicationRequest.add_member(:api_gateway_proxy, Shapes::ShapeRef.new(shape: ApiGatewayProxyInput, location_name: "ApiGatewayProxy"))
208
- CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
208
+ CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
209
209
  CreateApplicationRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "EnvironmentIdentifier"))
210
210
  CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "Name"))
211
211
  CreateApplicationRequest.add_member(:proxy_type, Shapes::ShapeRef.new(shape: ProxyType, required: true, location_name: "ProxyType"))
@@ -228,7 +228,7 @@ module Aws::MigrationHubRefactorSpaces
228
228
  CreateApplicationResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
229
229
  CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
230
230
 
231
- CreateEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
231
+ CreateEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
232
232
  CreateEnvironmentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
233
233
  CreateEnvironmentRequest.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "Name"))
234
234
  CreateEnvironmentRequest.add_member(:network_fabric_type, Shapes::ShapeRef.new(shape: NetworkFabricType, required: true, location_name: "NetworkFabricType"))
@@ -248,7 +248,7 @@ module Aws::MigrationHubRefactorSpaces
248
248
  CreateEnvironmentResponse.struct_class = Types::CreateEnvironmentResponse
249
249
 
250
250
  CreateRouteRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "ApplicationIdentifier"))
251
- CreateRouteRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
251
+ CreateRouteRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
252
252
  CreateRouteRequest.add_member(:default_route, Shapes::ShapeRef.new(shape: DefaultRouteInput, location_name: "DefaultRoute"))
253
253
  CreateRouteRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "EnvironmentIdentifier"))
254
254
  CreateRouteRequest.add_member(:route_type, Shapes::ShapeRef.new(shape: RouteType, required: true, location_name: "RouteType"))
@@ -272,7 +272,7 @@ module Aws::MigrationHubRefactorSpaces
272
272
  CreateRouteResponse.struct_class = Types::CreateRouteResponse
273
273
 
274
274
  CreateServiceRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "ApplicationIdentifier"))
275
- CreateServiceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
275
+ CreateServiceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
276
276
  CreateServiceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
277
277
  CreateServiceRequest.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: ServiceEndpointType, required: true, location_name: "EndpointType"))
278
278
  CreateServiceRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "EnvironmentIdentifier"))
@@ -54,7 +54,7 @@ module Aws::MigrationHubRefactorSpaces
54
54
  autoload :EndpointProvider, 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.39.0'
57
+ GEM_VERSION = '1.41.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-migrationhubrefactorspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.41.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-migrationhubrefactorspaces
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-migrationhubrefactorspaces/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 - AWS Migration Hub Refactor Spaces
99
96
  test_files: []