aws-sdk-machinelearning 1.65.0 → 1.66.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 -3
- data/lib/aws-sdk-machinelearning/types.rb +0 -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: a48259b81e17552d283bbce8a08b049d4f13fd976e43060d61490dc4fee44985
|
|
4
|
+
data.tar.gz: 14688f70dbcbc9818f48636c4a6ff700a8b69db5ef8b9ee444e57268c86fb6e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c74ee082d3414b343ae3801551142c26ad6421b0eb65928283c87e3af46aa4062ac31dac9bc6fd10bf8e0ba04870ff8b50e5294921af76864f847e461f9c1b1
|
|
7
|
+
data.tar.gz: ef2c91e383a04fd1a2520b9d5e49fd65600f5923dc8b0e7e6783855615b280b54e5fb491254faf09d47e033e32934d7eafe00fc8b42e9c3e31c750eee7d2a0e7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.66.0
|
|
@@ -611,7 +611,6 @@ module Aws::MachineLearning
|
|
|
611
611
|
#
|
|
612
612
|
# * `InstanceIdentifier ` - A unique identifier for the Amazon RDS
|
|
613
613
|
# database instance.
|
|
614
|
-
#
|
|
615
614
|
# * DatabaseCredentials - AWS Identity and Access Management (IAM)
|
|
616
615
|
# credentials that are used to connect to the Amazon RDS database.
|
|
617
616
|
#
|
|
@@ -764,7 +763,6 @@ module Aws::MachineLearning
|
|
|
764
763
|
#
|
|
765
764
|
# * ` ClusterIdentifier` - The unique ID for the Amazon Redshift
|
|
766
765
|
# cluster.
|
|
767
|
-
#
|
|
768
766
|
# * DatabaseCredentials - The AWS Identity and Access Management (IAM)
|
|
769
767
|
# credentials that are used to connect to the Amazon Redshift
|
|
770
768
|
# database.
|
|
@@ -2488,7 +2486,7 @@ module Aws::MachineLearning
|
|
|
2488
2486
|
tracer: tracer
|
|
2489
2487
|
)
|
|
2490
2488
|
context[:gem_name] = 'aws-sdk-machinelearning'
|
|
2491
|
-
context[:gem_version] = '1.
|
|
2489
|
+
context[:gem_version] = '1.66.0'
|
|
2492
2490
|
Seahorse::Client::Request.new(handlers, context)
|
|
2493
2491
|
end
|
|
2494
2492
|
|
|
@@ -248,7 +248,6 @@ module Aws::MachineLearning
|
|
|
248
248
|
#
|
|
249
249
|
# * `InstanceIdentifier ` - A unique identifier for the Amazon RDS
|
|
250
250
|
# database instance.
|
|
251
|
-
#
|
|
252
251
|
# * DatabaseCredentials - AWS Identity and Access Management (IAM)
|
|
253
252
|
# credentials that are used to connect to the Amazon RDS database.
|
|
254
253
|
#
|
|
@@ -355,7 +354,6 @@ module Aws::MachineLearning
|
|
|
355
354
|
#
|
|
356
355
|
# * ` ClusterIdentifier` - The unique ID for the Amazon Redshift
|
|
357
356
|
# cluster.
|
|
358
|
-
#
|
|
359
357
|
# * DatabaseCredentials - The AWS Identity and Access Management (IAM)
|
|
360
358
|
# credentials that are used to connect to the Amazon Redshift
|
|
361
359
|
# database.
|
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.66.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-11-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|