aws-sdk-machinelearning 1.46.0 → 1.47.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: 984fcae142e1bc6d50700f36272ce8aeb94ac69ce0d5937bc74f7cd8b912d0fd
4
- data.tar.gz: a58ffe731c8f62820ce626fec49175f8adbcca3879a5fc26d16f93e54318eaae
3
+ metadata.gz: 575284933c0fd15de9865500535a27d1a2f33c50f85106866fbc8e38bf72e1fd
4
+ data.tar.gz: 85981134e2952097e3e9353efe9554cac2fc78db535c0e7a36574c19860d02c6
5
5
  SHA512:
6
- metadata.gz: e0697e4ab00aaaf63b4a3a8586d78a5e9d7eef2f43e6e7e5db2eb542a5d0c65ab8a80dc2e68d360e1ef736f97c46d0be9eb1e79fab43a98d8fe52c9cf8db5e1f
7
- data.tar.gz: 051e913bc3dda58d5560961d49829bfe8e43aa07bffdf0e87496396fd86d1716d4011d388dca4681d228e7a655b394a19487254296aca22e11fd3987b1d0654c
6
+ metadata.gz: 76f89616809b0d9b40a240f1b48c759d4299fffa1a20004523117cb0907af6ccb84ea26ed4b9d4c813461cecff90b330e01ec1acb687229eb01825d7782edbc7
7
+ data.tar.gz: '09bc957cf49f07c43d5e772abbcf780e46f3b13aed210cf163c8f46469d856f06f45b1216341df4c7ec99d37f5e112b770007e0a05a1f652a513e2a281d7c28a'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2023-10-12)
5
+ ------------------
6
+
7
+ * Feature - This release marks Password field as sensitive
8
+
4
9
  1.46.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
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.46.0'
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
 
@@ -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.46.0'
56
+ GEM_VERSION = '1.47.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.46.0
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-09-27 00:00:00.000000000 Z
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