aws-sdk-machinelearning 1.54.0 → 1.56.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: 974d6b1b65b052f18bda5b52b68b1c768a14337c30022469917fddd9f1e3e983
4
- data.tar.gz: '056971abdd53afff78a97025c5287601cc6e313c6dab15aee4c7be785e8bc1dd'
3
+ metadata.gz: 2f3c61863a18bafdf61e042186820da20d83531c6dc96ab4e702c91fe77bf96c
4
+ data.tar.gz: 6ace3dbcaa4b22c22bce6f8fce64fce1e637b03f99931e31b35ad4e9d6da1c3f
5
5
  SHA512:
6
- metadata.gz: c4f60ff25e427b8e58986214db4170865da92321e2b8f487a87fd20743b6a228153fc8e82b85137f6f3e7d428e417899d8cc170aed5063f1f57543fdad046a66
7
- data.tar.gz: e1c37fd921e7b11b6fad2d2a98395eeb66c24c429857a5e86bd72963ccd63e446c4fd470a144b381e9e102c34d3d1000a80ec57e6b2ca003aa123903db904e8c
6
+ metadata.gz: f5a1da2eafc977aa411be98315ba7bdbc1ed06223a1e9f46d55534bff10db61a241a042022022ee5a73711a01a1aaf8ade255eb22c51a9e1454a9e8912cdab4e
7
+ data.tar.gz: b497b323741b5a2a9dc998bec8a3473b6ae8995dd5b8d9752841f144faa6b00d9f2ca26d9678bf5557a5abbc827d2d505380d126ba6598a718308c1e1ae5747c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.55.0 (2024-06-25)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.54.0 (2024-06-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.56.0
@@ -316,13 +316,10 @@ module Aws::MachineLearning
316
316
  #
317
317
  # @option options [Boolean] :simple_json (false)
318
318
  # Disables request parameter conversion, validation, and formatting.
319
- # Also disable response data type conversions. This option is useful
320
- # when you want to ensure the highest level of performance by
321
- # avoiding overhead of walking request parameters and response data
322
- # structures.
323
- #
324
- # When `:simple_json` is enabled, the request parameters hash must
325
- # be formatted exactly as the DynamoDB API expects.
319
+ # Also disables response data type conversions. The request parameters
320
+ # hash must be formatted exactly as the API expects.This option is useful
321
+ # when you want to ensure the highest level of performance by avoiding
322
+ # overhead of walking request parameters and response data structures.
326
323
  #
327
324
  # @option options [Boolean] :stub_responses (false)
328
325
  # Causes the client to return stubbed responses. By default
@@ -2455,7 +2452,7 @@ module Aws::MachineLearning
2455
2452
  params: params,
2456
2453
  config: config)
2457
2454
  context[:gem_name] = 'aws-sdk-machinelearning'
2458
- context[:gem_version] = '1.54.0'
2455
+ context[:gem_version] = '1.56.0'
2459
2456
  Seahorse::Client::Request.new(handlers, context)
2460
2457
  end
2461
2458
 
@@ -708,9 +708,11 @@ module Aws::MachineLearning
708
708
 
709
709
  api.metadata = {
710
710
  "apiVersion" => "2014-12-12",
711
+ "auth" => ["aws.auth#sigv4"],
711
712
  "endpointPrefix" => "machinelearning",
712
713
  "jsonVersion" => "1.1",
713
714
  "protocol" => "json",
715
+ "protocols" => ["json"],
714
716
  "serviceFullName" => "Amazon Machine Learning",
715
717
  "serviceId" => "Machine Learning",
716
718
  "signatureVersion" => "v4",
@@ -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.54.0'
56
+ GEM_VERSION = '1.56.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.54.0
4
+ version: 1.56.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-06-24 00:00:00.000000000 Z
11
+ date: 2024-06-28 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.198.0
22
+ version: 3.199.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.198.0
32
+ version: 3.199.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement