aws-sdk-migrationhubrefactorspaces 1.17.0 → 1.18.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: 5a8a09bb11dc4555d6266785abb99e3d7daed877c7b179a28b88ae328292e9ce
4
- data.tar.gz: a88f38708ff06f156f6e518b794b26c25148cefba499cca0146060e2c0667769
3
+ metadata.gz: 99ed5b5fc11186e06ec1d1debf37a79183d8710f53f74b7e9ec4c7c814dd8fee
4
+ data.tar.gz: 8e1e4d58cbc1e94aadbcafa77024b227eb2d6fc864a77cd4064214dc00128e2b
5
5
  SHA512:
6
- metadata.gz: 0bf63c21a013548d9860402fbd88b1c4e429c103e7a9e31c7c39627ccd353b5914bd22b6b9d861dd4550b438203bb0973f02a4ba5ea3d4ceadd930ee1c1c8a44
7
- data.tar.gz: c5ccaea5fcc19fc778deff68384d1c19295b2e1750b2567dbcb393c8aa6935bfbd2800acfef92dd9e886b4f09ce80c28497788349e1ad024db0b9e1e30510fcb
6
+ metadata.gz: bc8eeb778e63ea2b2c5844c866b62dc73014270bf8c48575aa8e96e50890726fda2297d60f6cc5ab0bbd0065eccf3298e590fb31d5ae5535585e75920a1f44d9
7
+ data.tar.gz: 1138c9a4b149cef5922ad36052fb9394c954195b38e3275ac12ae9f70c901db8dab3cbc8fcf1e5199941cda7b0ce9b77a7183114f812f0c33809051885c5aba2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.17.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -216,6 +216,10 @@ module Aws::MigrationHubRefactorSpaces
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1943,7 +1947,7 @@ module Aws::MigrationHubRefactorSpaces
1943
1947
  params: params,
1944
1948
  config: config)
1945
1949
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
1946
- context[:gem_version] = '1.17.0'
1950
+ context[:gem_version] = '1.18.0'
1947
1951
  Seahorse::Client::Request.new(handlers, context)
1948
1952
  end
1949
1953
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-migrationhubrefactorspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::MigrationHubRefactorSpaces
54
54
 
55
- GEM_VERSION = '1.17.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  end
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.17.0
4
+ version: 1.18.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-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core