aws-sdk-machinelearning 1.77.0 → 1.78.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: 9a9012a14a1ef69f2a74faedbd0dbdd9a43651a9ad8834be38db52f14e79fd62
4
- data.tar.gz: 3cb89529b347f72b3074c1b8112fcd6a7a16444b876ba9f4617c3bef618987df
3
+ metadata.gz: 85da6e429b023a91b91721fc39b5789685ac7fafd792312b19fe5faedaaf2c82
4
+ data.tar.gz: 86bf6e536b1e4baa921eb5712c2dcf3cc76b829c443f5a3933a47a2a1a5129b6
5
5
  SHA512:
6
- metadata.gz: 2878ae8aa82d12a7a51b8895dd1f3df11650e6007220e069a35770fa0ff7ed2bf03b0461f592dc7efa7f38dbb5fe275e1a8bf9627aed0f037c5cbd78614e5f4e
7
- data.tar.gz: 6083c40b9b6f3070d673c7a5239555bf94b6e893b4c6dbe4470bfd0549ffff2a2a1ab02d4cb29b740842efc0d08c62ac98bfd483c16883d31e63f156305ea6bf
6
+ metadata.gz: 5eac4d34d7ad9a30282893cfba1a5971deaefd896efbc56f3f37d7afe4848cfb169977f09fa1f745c0bed06a75751db59f861639d9ec38c1638e6134cc8c768c
7
+ data.tar.gz: 48f560ad77d49db2e2388732f26fd06ac58f2cd15a5234832ae820dee208f7afe06602ca7323eecc293322fe74fb63c0f940ad1932128329c5de6c932dd8932e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.77.0 (2025-08-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -2515,7 +2515,7 @@ module Aws::MachineLearning
2515
2515
  tracer: tracer
2516
2516
  )
2517
2517
  context[:gem_name] = 'aws-sdk-machinelearning'
2518
- context[:gem_version] = '1.77.0'
2518
+ context[:gem_version] = '1.78.0'
2519
2519
  Seahorse::Client::Request.new(handlers, context)
2520
2520
  end
2521
2521
 
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
- # WARNING ABOUT GENERATED CODE
3
- #
4
- # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
- #
7
- # WARNING ABOUT GENERATED CODE
8
-
@@ -13,22 +13,22 @@ module Aws::MachineLearning
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -55,7 +55,7 @@ module Aws::MachineLearning
55
55
  autoload :EndpointProvider, 'aws-sdk-machinelearning/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-machinelearning/endpoints'
57
57
 
58
- GEM_VERSION = '1.77.0'
58
+ GEM_VERSION = '1.78.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-machinelearning
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services