aws-sdk-migrationhuborchestrator 1.3.0 → 1.4.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: adfdcaa8be52affa89935f5373350e46789327a48ddeb1d4dad24478b6a21951
4
- data.tar.gz: 3595f76757c1119b876ee14658dc1cf9ef7290bf68c47d5962a7a8cefea48fc0
3
+ metadata.gz: 5c4a69d8902ae4939f30fd487bb58a5f67e66067de862732c0b7cb7eaab4a68b
4
+ data.tar.gz: 1edbe3494321a8c8756ddb4e04f2fb5e91124bc96c6a0031bc21b1a096b24831
5
5
  SHA512:
6
- metadata.gz: ddbc8fa8ba696e965cf7ce1a63addbf4ef60dbbfe7dce4456b82683f2ee474512b4329b17021aa7c3f0ee9909429bdb14240bf49019d0cfa399e87ea872ead06
7
- data.tar.gz: cbd2fee66500c8e702a98a47f74cf550d24c5240ea77466b28ed3773db45ce0dacd43753ebda1330a9ae31fb57812599222e46160feabfa031efa561efb28a1d
6
+ metadata.gz: 9a7d98834473bd190f65842a6817cd90c5ef5dedcf555604a6f6d593589a030766cd6cd8221fa68b01e6be2d5dd3358ed45efb06fa5a2a170796edcc7adf1c6d
7
+ data.tar.gz: 956e1600ef66fa936a51976b734fd5c0a0da5ad40340db2259a96d480da26d20615a2f8c87ab4e96a29ad303689bd92f8b79c875105d1e517689162c157bb1d4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.3.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -1926,7 +1926,7 @@ module Aws::MigrationHubOrchestrator
1926
1926
  params: params,
1927
1927
  config: config)
1928
1928
  context[:gem_name] = 'aws-sdk-migrationhuborchestrator'
1929
- context[:gem_version] = '1.3.0'
1929
+ context[:gem_version] = '1.4.0'
1930
1930
  Seahorse::Client::Request.new(handlers, context)
1931
1931
  end
1932
1932
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::MigrationHubOrchestrator
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class CreateWorkflow
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-migrationhuborchestrator/customizations'
53
53
  # @!group service
54
54
  module Aws::MigrationHubOrchestrator
55
55
 
56
- GEM_VERSION = '1.3.0'
56
+ GEM_VERSION = '1.4.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhuborchestrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core