aws-sdk-machinelearning 1.30.0 → 1.34.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: ad6e343bcab8b5ea2de6414aea69261978bf365d8e1c2b629a7a9a83d3d54672
4
- data.tar.gz: fe90d0834d0ae7f702562930e3634aa69803aac1b54b4b15629f34af324b0a2f
3
+ metadata.gz: fe3e2d282949d1af2a90eb58d53470ad79b1b3a95bb81c2f22355c4f54b94175
4
+ data.tar.gz: 1e33b068369db6f3c5ce773a737f8afa2ac25eb26fda6a3437e2cdd47a2b626f
5
5
  SHA512:
6
- metadata.gz: d27940693b9c75ec302093d1fc7b4cd34c1dc7dd732bcfe35fcaf5657fba80fd47d784b56b4243507e13e844faee9a735520b26298d82420dfadde4f0ae9a025
7
- data.tar.gz: f40ca79e852f05a54d1129ad742d132ce3090138e4efe2bfe8ca4a33045c7efed888bbb11ef9d047adc0f6406a0862ab9fec1891f3f8fc797b88f39668dfc0c9
6
+ metadata.gz: a6c369bb52b8494a5da33007d2f490f7a06e976e4f3addce233aee3b529b8d636503d978c8170527eef39e0752630a58af16cb176623a8b40b1c8ae671a2206a
7
+ data.tar.gz: d0757d803af210efdfe92e4f92a72a07e3482404c0afa2876cffa9e898ad4b4707071ef200525c07551d834d33291d4e849bd8c7a0fcfa94810b7b8f48fc2d43
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.33.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.32.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.31.0 (2021-09-01)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.30.0 (2021-07-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.34.0
@@ -121,7 +121,9 @@ module Aws::MachineLearning
121
121
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
122
  # are very aggressive. Construct and pass an instance of
123
123
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
- # enable retries and extended timeouts.
124
+ # enable retries and extended timeouts. Instance profile credential
125
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
126
+ # to true.
125
127
  #
126
128
  # @option options [required, String] :region
127
129
  # The AWS region to connect to. The configured `:region` is
@@ -287,6 +289,15 @@ module Aws::MachineLearning
287
289
  # ** Please note ** When response stubbing is enabled, no HTTP
288
290
  # requests are made, and retries are disabled.
289
291
  #
292
+ # @option options [Boolean] :use_dualstack_endpoint
293
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
294
+ # will be used if available.
295
+ #
296
+ # @option options [Boolean] :use_fips_endpoint
297
+ # When set to `true`, fips compatible endpoints will be used if available.
298
+ # When a `fips` region is used, the region is normalized and this config
299
+ # is set to `true`.
300
+ #
290
301
  # @option options [Boolean] :validate_params (true)
291
302
  # When `true`, request parameters are validated before
292
303
  # sending the request.
@@ -2366,7 +2377,7 @@ module Aws::MachineLearning
2366
2377
  params: params,
2367
2378
  config: config)
2368
2379
  context[:gem_name] = 'aws-sdk-machinelearning'
2369
- context[:gem_version] = '1.30.0'
2380
+ context[:gem_version] = '1.34.0'
2370
2381
  Seahorse::Client::Request.new(handlers, context)
2371
2382
  end
2372
2383
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-machinelearning/customizations'
49
49
  # @!group service
50
50
  module Aws::MachineLearning
51
51
 
52
- GEM_VERSION = '1.30.0'
52
+ GEM_VERSION = '1.34.0'
53
53
 
54
54
  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.30.0
4
+ version: 1.34.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.119.0
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.119.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - ">="
80
80
  - !ruby/object:Gem::Version
81
- version: '0'
81
+ version: '2.3'
82
82
  required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="