aws-sdk-migrationhubrefactorspaces 1.32.0 → 1.33.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-migrationhubrefactorspaces/client.rb +1 -1
- data/lib/aws-sdk-migrationhubrefactorspaces/client_api.rb +1 -0
- data/lib/aws-sdk-migrationhubrefactorspaces/types.rb +1 -0
- data/lib/aws-sdk-migrationhubrefactorspaces.rb +14 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05a6026e3cff8e5c9161ada08f9d8be838c039d4f9198655a6e6ab1ebf8b651a
|
|
4
|
+
data.tar.gz: a3f27783bd545fd8c00bc1466328eae8bceb9042f28e72e8c9ef137193cb0477
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c0b404aa77ae238f0c876e8bc7d66d0aa2ef232cb63de235ea263ed61b8e2c7cee01d19da2cf820623e8daf48139c778b37b4273830d320f69d0657039a86f8
|
|
7
|
+
data.tar.gz: f17e8fddd916eae21640bae531303680d52161613ca75ffc398109c241973a30766727b37e32c601a608110698ee2892295f6b8ceb94a11b4095fc02d96013c4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.33.0
|
|
@@ -2013,7 +2013,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
2013
2013
|
tracer: tracer
|
|
2014
2014
|
)
|
|
2015
2015
|
context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
|
|
2016
|
-
context[:gem_version] = '1.
|
|
2016
|
+
context[:gem_version] = '1.33.0'
|
|
2017
2017
|
Seahorse::Client::Request.new(handlers, context)
|
|
2018
2018
|
end
|
|
2019
2019
|
|
|
@@ -11,17 +11,6 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
-
require_relative 'aws-sdk-migrationhubrefactorspaces/types'
|
|
15
|
-
require_relative 'aws-sdk-migrationhubrefactorspaces/client_api'
|
|
16
|
-
require_relative 'aws-sdk-migrationhubrefactorspaces/plugins/endpoints.rb'
|
|
17
|
-
require_relative 'aws-sdk-migrationhubrefactorspaces/client'
|
|
18
|
-
require_relative 'aws-sdk-migrationhubrefactorspaces/errors'
|
|
19
|
-
require_relative 'aws-sdk-migrationhubrefactorspaces/resource'
|
|
20
|
-
require_relative 'aws-sdk-migrationhubrefactorspaces/endpoint_parameters'
|
|
21
|
-
require_relative 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
|
|
22
|
-
require_relative 'aws-sdk-migrationhubrefactorspaces/endpoints'
|
|
23
|
-
require_relative 'aws-sdk-migrationhubrefactorspaces/customizations'
|
|
24
|
-
|
|
25
14
|
# This module provides support for AWS Migration Hub Refactor Spaces. This module is available in the
|
|
26
15
|
# `aws-sdk-migrationhubrefactorspaces` gem.
|
|
27
16
|
#
|
|
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-migrationhubrefactorspaces/customizations'
|
|
|
51
40
|
#
|
|
52
41
|
# @!group service
|
|
53
42
|
module Aws::MigrationHubRefactorSpaces
|
|
43
|
+
autoload :Types, 'aws-sdk-migrationhubrefactorspaces/types'
|
|
44
|
+
autoload :ClientApi, 'aws-sdk-migrationhubrefactorspaces/client_api'
|
|
45
|
+
module Plugins
|
|
46
|
+
autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/plugins/endpoints.rb'
|
|
47
|
+
end
|
|
48
|
+
autoload :Client, 'aws-sdk-migrationhubrefactorspaces/client'
|
|
49
|
+
autoload :Errors, 'aws-sdk-migrationhubrefactorspaces/errors'
|
|
50
|
+
autoload :Resource, 'aws-sdk-migrationhubrefactorspaces/resource'
|
|
51
|
+
autoload :EndpointParameters, 'aws-sdk-migrationhubrefactorspaces/endpoint_parameters'
|
|
52
|
+
autoload :EndpointProvider, 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
|
|
53
|
+
autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/endpoints'
|
|
54
54
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
55
|
+
GEM_VERSION = '1.33.0'
|
|
56
56
|
|
|
57
57
|
end
|
|
58
|
+
|
|
59
|
+
require_relative 'aws-sdk-migrationhubrefactorspaces/customizations'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-migrationhubrefactorspaces
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.33.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: 2024-09-
|
|
11
|
+
date: 2024-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|