aws-sdk-migrationhubrefactorspaces 1.35.0 → 1.36.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ceedbd60f21f1bc7775d6fced0e4498386ba683e18a3c5f97e660ee2521b0a0
4
- data.tar.gz: 13dad0fde744aa342b09b6f8482161323d7c705dbfa6ac91da86033ecf78772d
3
+ metadata.gz: c6aa0c9a575e4814cb6f2602c9d4ac4239bce4aa49b73ab16ecae01d5d04c93d
4
+ data.tar.gz: 0b9995848d5455ca8b32ad9cf8d515dabe0796a79dbd3cb291f59078a8907237
5
5
  SHA512:
6
- metadata.gz: 69d01bfa01687d6bbf293dadfaaf81cd7ac35e40f066d7e2fb7453086bdb5549b4ee6b64c5b18a972bf79230c3a40bed6da47c8c9b45235d5510a896f9f2246b
7
- data.tar.gz: 87729d7b177660645d0f9989c646c44dd0ad766f658bbe0713156d956ca3e4349867b8636a06d15c5659090641bb9a6ff716337af75101bcd817406b7fc68c13
6
+ metadata.gz: bdccd45ee8ff367da95ce30ab86bbcac1f76a0ada21054a92013f9cbf21bc3a43a2f57930932a50f643cf31b66070bbbf3e9999c0ec71f8afe213686fb808345
7
+ data.tar.gz: 2533977ab73086ff1fadc36d823574d3afa63dd3e810825e8214a0e2f73b5560655632f048768012a7fed2c0d2b13474cfcc210058cd4f3ac8a9c899922912cc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.35.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
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.35.0'
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 \\\{user\\} represents a 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 \\\{user\\} represents a 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 \\\{user\\} represents a 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.35.0'
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.35.0
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-10-18 00:00:00.000000000 Z
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