aws-sdk-machinelearning 1.46.0 → 1.47.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-machinelearning/client.rb +1 -1
- data/lib/aws-sdk-machinelearning/types.rb +2 -2
- data/lib/aws-sdk-machinelearning.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 575284933c0fd15de9865500535a27d1a2f33c50f85106866fbc8e38bf72e1fd
|
4
|
+
data.tar.gz: 85981134e2952097e3e9353efe9554cac2fc78db535c0e7a36574c19860d02c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76f89616809b0d9b40a240f1b48c759d4299fffa1a20004523117cb0907af6ccb84ea26ed4b9d4c813461cecff90b330e01ec1acb687229eb01825d7782edbc7
|
7
|
+
data.tar.gz: '09bc957cf49f07c43d5e772abbcf780e46f3b13aed210cf163c8f46469d856f06f45b1216341df4c7ec99d37f5e112b770007e0a05a1f652a513e2a281d7c28a'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.47.0
|
@@ -2427,7 +2427,7 @@ module Aws::MachineLearning
|
|
2427
2427
|
params: params,
|
2428
2428
|
config: config)
|
2429
2429
|
context[:gem_name] = 'aws-sdk-machinelearning'
|
2430
|
-
context[:gem_version] = '1.
|
2430
|
+
context[:gem_version] = '1.47.0'
|
2431
2431
|
Seahorse::Client::Request.new(handlers, context)
|
2432
2432
|
end
|
2433
2433
|
|
@@ -2988,7 +2988,7 @@ module Aws::MachineLearning
|
|
2988
2988
|
class RDSDatabaseCredentials < Struct.new(
|
2989
2989
|
:username,
|
2990
2990
|
:password)
|
2991
|
-
SENSITIVE = []
|
2991
|
+
SENSITIVE = [:password]
|
2992
2992
|
include Aws::Structure
|
2993
2993
|
end
|
2994
2994
|
|
@@ -3305,7 +3305,7 @@ module Aws::MachineLearning
|
|
3305
3305
|
class RedshiftDatabaseCredentials < Struct.new(
|
3306
3306
|
:username,
|
3307
3307
|
:password)
|
3308
|
-
SENSITIVE = []
|
3308
|
+
SENSITIVE = [:password]
|
3309
3309
|
include Aws::Structure
|
3310
3310
|
end
|
3311
3311
|
|
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.
|
4
|
+
version: 1.47.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-
|
11
|
+
date: 2023-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|