aws-sdk-migrationhuborchestrator 1.29.0 → 1.31.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: 5b759828697664d736eabc50806ab9653291325e530f6906a2a1aa26abe54dc4
4
- data.tar.gz: 74591cfc1b18d303ab6d6d4d041087906d3f67b1105ebc90de568ae049f12750
3
+ metadata.gz: 6df9beddddd2e8df49a5a998325ad337c7a71f86d3306877ac5f8ec66ceaba5c
4
+ data.tar.gz: 726413e5600734781273591c5ad9dea9ac515da54b6354253de854eebd0d1063
5
5
  SHA512:
6
- metadata.gz: daff9a3a202dc22f26229d647275962a9ceb7061c72db6025ca9abb98a163aede508c92ef6964370c85806016971d6767f28aacd2080ecc3adb44bb266fafae3
7
- data.tar.gz: 1428385fcf34450a4568909c23e3114f4407a02ca1e15fa6e92151304e74d020b4c359c9936caa18e5e79cfef2a10c0631c47c2d64efb93cdb6bbe75df900c40
6
+ metadata.gz: 4e5c6571324bd7225caec6d49ac3abe070dc927851ab8b7ee6dc5c3d9f65267a637dd23d1d299b04caae6380e0b40fce2b4ce4b7406c612c86e67e3f106672c2
7
+ data.tar.gz: ec9f2f56f5aa36c157fdc17323964f7687ce7a194ace80a5cef02d056078ffef6e765656ecc4923d3c04107695cfff0e06826ccfeb0f73392c8a7816a7342dda
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.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.29.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.31.0
@@ -200,8 +200,7 @@ module Aws::MigrationHubOrchestrator
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
@@ -2172,7 +2171,7 @@ module Aws::MigrationHubOrchestrator
2172
2171
  tracer: tracer
2173
2172
  )
2174
2173
  context[:gem_name] = 'aws-sdk-migrationhuborchestrator'
2175
- context[:gem_version] = '1.29.0'
2174
+ context[:gem_version] = '1.31.0'
2176
2175
  Seahorse::Client::Request.new(handlers, context)
2177
2176
  end
2178
2177
 
@@ -205,7 +205,7 @@ module Aws::MigrationHubOrchestrator
205
205
  CreateTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: CreateTemplateRequestTemplateNameString, required: true, location_name: "templateName"))
206
206
  CreateTemplateRequest.add_member(:template_description, Shapes::ShapeRef.new(shape: CreateTemplateRequestTemplateDescriptionString, location_name: "templateDescription"))
207
207
  CreateTemplateRequest.add_member(:template_source, Shapes::ShapeRef.new(shape: TemplateSource, required: true, location_name: "templateSource"))
208
- CreateTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
208
+ CreateTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
209
209
  CreateTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
210
210
  CreateTemplateRequest.struct_class = Types::CreateTemplateRequest
211
211
 
@@ -669,7 +669,7 @@ module Aws::MigrationHubOrchestrator
669
669
  UpdateTemplateRequest.add_member(:id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location: "uri", location_name: "id"))
670
670
  UpdateTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: UpdateTemplateRequestTemplateNameString, location_name: "templateName"))
671
671
  UpdateTemplateRequest.add_member(:template_description, Shapes::ShapeRef.new(shape: UpdateTemplateRequestTemplateDescriptionString, location_name: "templateDescription"))
672
- UpdateTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
672
+ UpdateTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
673
673
  UpdateTemplateRequest.struct_class = Types::UpdateTemplateRequest
674
674
 
675
675
  UpdateTemplateResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: String, location_name: "templateId"))
@@ -55,7 +55,7 @@ module Aws::MigrationHubOrchestrator
55
55
  autoload :EndpointProvider, 'aws-sdk-migrationhuborchestrator/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-migrationhuborchestrator/endpoints'
57
57
 
58
- GEM_VERSION = '1.29.0'
58
+ GEM_VERSION = '1.31.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhuborchestrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.31.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
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-migrationhuborchestrator
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-migrationhuborchestrator/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - AWS Migration Hub Orchestrator
100
97
  test_files: []