aws-sdk-migrationhuborchestrator 1.35.0 → 1.36.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: 3a1c1954c12b86646832e5910d7a56b759d54121af7520333a49db5635c3af58
4
- data.tar.gz: bc0c73fca15d84c942288fb3eaeb9f4798fa23a111197bd9531f4cf302edc629
3
+ metadata.gz: 4300161cf180ca0d178ff0efb73247327d3d34b96f468c6c95a50f73b8b0d5ce
4
+ data.tar.gz: 2ee61d6d32946a7f696388a293f743c3e04ad2dece69751e83b9beabe5565102
5
5
  SHA512:
6
- metadata.gz: 51ea459da8f7cc6d3f0bb40a1b294ad6c28751daee18d68a9da69eb8cb923b4a19901f4a489d3c5012bd1c08c44519b3155d3b73ed031e295aa98106224140f8
7
- data.tar.gz: dd6ab43a5ecf12a437e4b34f3a6a1c73cfd60d37ed716ae29343b957ddb5cce27f794d257a6df82844001eea046cb20b0a9be38074a75c18ec6490185b1666c8
6
+ metadata.gz: bb31b2698a4254a08cf3909a3fe5f08d86b474598694049514afbc12de66d14c3af133ccd6c22eaa73ba88b69c934baa597ca5f93d29c4cedd010f5443848276
7
+ data.tar.gz: 7f493ac729f630e870d2c0ac0e8878b1b0ad5fcd0c31a4f0583a0867ba548d38d5053b5c31fe7ea91fa95815be8224a863b9b8342fbfcfc83abebbd8b2673325
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2025-08-22)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.35.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -2178,7 +2178,7 @@ module Aws::MigrationHubOrchestrator
2178
2178
  tracer: tracer
2179
2179
  )
2180
2180
  context[:gem_name] = 'aws-sdk-migrationhuborchestrator'
2181
- context[:gem_version] = '1.35.0'
2181
+ context[:gem_version] = '1.36.0'
2182
2182
  Seahorse::Client::Request.new(handlers, context)
2183
2183
  end
2184
2184
 
@@ -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.35.0'
58
+ GEM_VERSION = '1.36.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhuborchestrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services