aws-sdk-migrationhubrefactorspaces 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6aa0c9a575e4814cb6f2602c9d4ac4239bce4aa49b73ab16ecae01d5d04c93d
|
|
4
|
+
data.tar.gz: 0b9995848d5455ca8b32ad9cf8d515dabe0796a79dbd3cb291f59078a8907237
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdccd45ee8ff367da95ce30ab86bbcac1f76a0ada21054a92013f9cbf21bc3a43a2f57930932a50f643cf31b66070bbbf3e9999c0ec71f8afe213686fb808345
|
|
7
|
+
data.tar.gz: 2533977ab73086ff1fadc36d823574d3afa63dd3e810825e8214a0e2f73b5560655632f048768012a7fed2c0d2b13474cfcc210058cd4f3ac8a9c899922912cc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.36.0
|
|
@@ -2011,7 +2011,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
2011
2011
|
tracer: tracer
|
|
2012
2012
|
)
|
|
2013
2013
|
context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
|
|
2014
|
-
context[:gem_version] = '1.
|
|
2014
|
+
context[:gem_version] = '1.36.0'
|
|
2015
2015
|
Seahorse::Client::Request.new(handlers, context)
|
|
2016
2016
|
end
|
|
2017
2017
|
|
|
@@ -1497,7 +1497,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
1497
1497
|
# This is the path that Refactor Spaces uses to match traffic. Paths
|
|
1498
1498
|
# must start with `/` and are relative to the base of the application.
|
|
1499
1499
|
# To use path parameters in the source path, add a variable in curly
|
|
1500
|
-
# braces. For example, the resource path
|
|
1500
|
+
# braces. For example, the resource path \{user} represents a path
|
|
1501
1501
|
# parameter called 'user'.
|
|
1502
1502
|
# @return [String]
|
|
1503
1503
|
#
|
|
@@ -2078,7 +2078,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
2078
2078
|
# This is the path that Refactor Spaces uses to match traffic. Paths
|
|
2079
2079
|
# must start with `/` and are relative to the base of the application.
|
|
2080
2080
|
# To use path parameters in the source path, add a variable in curly
|
|
2081
|
-
# braces. For example, the resource path
|
|
2081
|
+
# braces. For example, the resource path \{user} represents a path
|
|
2082
2082
|
# parameter called 'user'.
|
|
2083
2083
|
# @return [String]
|
|
2084
2084
|
#
|
|
@@ -2418,7 +2418,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
2418
2418
|
# This is the path that Refactor Spaces uses to match traffic. Paths
|
|
2419
2419
|
# must start with `/` and are relative to the base of the application.
|
|
2420
2420
|
# To use path parameters in the source path, add a variable in curly
|
|
2421
|
-
# braces. For example, the resource path
|
|
2421
|
+
# braces. For example, the resource path \{user} represents a path
|
|
2422
2422
|
# parameter called 'user'.
|
|
2423
2423
|
# @return [String]
|
|
2424
2424
|
#
|
|
@@ -54,7 +54,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
|
|
55
55
|
autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/endpoints'
|
|
56
56
|
|
|
57
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.36.0'
|
|
58
58
|
|
|
59
59
|
end
|
|
60
60
|
|
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.36.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-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|