aws-sdk-migrationhuborchestrator 1.29.0 → 1.30.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: 9720c8e2fa098bdf431eb682851bf93a7add88a41f856f66dcaf4574a579d210
4
+ data.tar.gz: 12d18bf69d201ca940ac694de4d619de8850ad2a145a7c6d8ab1d4b130a29fdd
5
5
  SHA512:
6
- metadata.gz: daff9a3a202dc22f26229d647275962a9ceb7061c72db6025ca9abb98a163aede508c92ef6964370c85806016971d6767f28aacd2080ecc3adb44bb266fafae3
7
- data.tar.gz: 1428385fcf34450a4568909c23e3114f4407a02ca1e15fa6e92151304e74d020b4c359c9936caa18e5e79cfef2a10c0631c47c2d64efb93cdb6bbe75df900c40
6
+ metadata.gz: 3f75fc380443ac4a20a1811f644544bc6524dbae40ef2fd3559a1f2dfdfac83ca93dc65c988c8f2a591c12f8ef1762a9142f51772fcba83e6ec5c8e37141e7a5
7
+ data.tar.gz: 80fe4f52c2909a88931379f9f3298dbac0d611332403797d8d6f907c9f1edbb0bf0a45d09d496f6a359fb31f4d7592ab20a99963c739e7f2cd384258e6111bf8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.29.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -2172,7 +2172,7 @@ module Aws::MigrationHubOrchestrator
2172
2172
  tracer: tracer
2173
2173
  )
2174
2174
  context[:gem_name] = 'aws-sdk-migrationhuborchestrator'
2175
- context[:gem_version] = '1.29.0'
2175
+ context[:gem_version] = '1.30.0'
2176
2176
  Seahorse::Client::Request.new(handlers, context)
2177
2177
  end
2178
2178
 
@@ -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.30.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.30.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: []