aws-sdk-machinelearning 1.43.0 → 1.44.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: 575149ad703a422acd4aaafdc1bc3beb3d1f626648f34567baa7ad425ce137a8
4
- data.tar.gz: 8dffa21e7e4231e13b898a790b739cff76057b6e818430ddcddb782e07cf8a7d
3
+ metadata.gz: 13e1969202ff02026ff8fa34a4387b3b7ebd26e48101055e455a792d8b99dbe6
4
+ data.tar.gz: 3789fb669dd5a34ece2552fa630ecc803c5f4b91491fffde61d5769dca520031
5
5
  SHA512:
6
- metadata.gz: 7dadf77e96cefb8ee51dfef3be5487c3c049dfe5f5b468d03940a22a83221dcd493c8f342a31f5e6ede2a21aded4a58fcc52de8c0f28edf3a4cdeb3bbf0bcee7
7
- data.tar.gz: 93134b4c6b8430841846b64704da2d5a1d431c0a27897962c76b163219a3f812e3074746ced2c5ccdd0cfc469ddfcfc00a315898dec7394950a201c8408bce4b
6
+ metadata.gz: ee84bfb194f079710ae22513f2e6ef9f3a71c8851a3a17929bb3df2b99ef830d8b6bc8566943830b0c4f35301f40030660560a45bc7425b38800909bb86d5b41
7
+ data.tar.gz: 506d6eb7907fd4b5024844965175c5e19c150723c96c8ba596183df058b90ffb0f828625037bf6ab7a82476af190a48e5f2ae175df0f5cb9aebc347dcf62f8c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.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.43.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -218,6 +218,10 @@ module Aws::MachineLearning
218
218
  # @option options [Boolean] :endpoint_discovery (false)
219
219
  # When set to `true`, endpoint discovery will be enabled for operations when available.
220
220
  #
221
+ # @option options [Boolean] :ignore_configured_endpoint_urls
222
+ # Setting to true disables use of endpoint URLs provided via environment
223
+ # variables and the shared configuration file.
224
+ #
221
225
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
222
226
  # The log formatter.
223
227
  #
@@ -2423,7 +2427,7 @@ module Aws::MachineLearning
2423
2427
  params: params,
2424
2428
  config: config)
2425
2429
  context[:gem_name] = 'aws-sdk-machinelearning'
2426
- context[:gem_version] = '1.43.0'
2430
+ context[:gem_version] = '1.44.0'
2427
2431
  Seahorse::Client::Request.new(handlers, context)
2428
2432
  end
2429
2433
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-machinelearning/customizations'
53
53
  # @!group service
54
54
  module Aws::MachineLearning
55
55
 
56
- GEM_VERSION = '1.43.0'
56
+ GEM_VERSION = '1.44.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-machinelearning
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.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