aws-sdk-machinelearning 1.65.0 → 1.66.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: 4ef0a5c78ceeba9a71567b4c60225b710d082baface60bfb6a1f2ca0fc656220
4
- data.tar.gz: 4d846aa2a83adddac42f11c285ea9a714b02962b8acdb61cc5acf28ba2a2e80c
3
+ metadata.gz: a48259b81e17552d283bbce8a08b049d4f13fd976e43060d61490dc4fee44985
4
+ data.tar.gz: 14688f70dbcbc9818f48636c4a6ff700a8b69db5ef8b9ee444e57268c86fb6e8
5
5
  SHA512:
6
- metadata.gz: 864d63911b001973d9bd74ff428352465693b250746ac3654e061e9a2f6834ca86fac1fd9c2a701b94523a38277f351a1d63bb68b91ea8c0eda6ea930faeb5fa
7
- data.tar.gz: 272ae7da9a88921881becb19064b15457637ad478037610f1a8cc5b430f15eb196ec621b4f1e1ed0a582966be634ef7134d86bc56579b6ecd5205360be55aba2
6
+ metadata.gz: 6c74ee082d3414b343ae3801551142c26ad6421b0eb65928283c87e3af46aa4062ac31dac9bc6fd10bf8e0ba04870ff8b50e5294921af76864f847e461f9c1b1
7
+ data.tar.gz: ef2c91e383a04fd1a2520b9d5e49fd65600f5923dc8b0e7e6783855615b280b54e5fb491254faf09d47e033e32934d7eafe00fc8b42e9c3e31c750eee7d2a0e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.65.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
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.65.0'
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.
@@ -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.65.0'
58
+ GEM_VERSION = '1.66.0'
59
59
 
60
60
  end
61
61
 
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.65.0
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-06 00:00:00.000000000 Z
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