aws-sdk-rdsdataservice 1.63.0 → 1.64.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: ecfd34d11923987971d4921810fe9d8a25cea5a9812b98c9504467ce4d687158
4
- data.tar.gz: 88b15937d0e2844ef259eb3e5be49420de554e4d8c9ea9bac1f97f2d28bc7587
3
+ metadata.gz: e5246a83a19bd3dcf66910c9cad4f8b98f5dee61f6406bbedb960b94e2c88ad9
4
+ data.tar.gz: 24a5cce17323b671a0f8831a93a9a9e957c26e22d069a060b7f856c547feda6f
5
5
  SHA512:
6
- metadata.gz: a66190ceeba02ba8526cf0d68ded5b9c284e8b037fe0bab10972b8021da3e8f63fabdada26eacd2538a4523d8c01e8ab9a40d183d5d63db1528e9b6a94502b36
7
- data.tar.gz: 1ef0e8e36e62902651cfa46a21dbbf04ec0a7077a4c5b4cc1ac4b7edb80a101120d341f1b586b8a35101715e83f86d77c48e0da8bdab632d10f0c73cfeaff7ae
6
+ metadata.gz: 15c20e1145f1788d8a47a5125ed07245119bd6f454cd8de798553a3e78346abf33dba35de2df908cf3942f06d9c8be773a6a84b7c1647aa8b7ac2901aaeb9e1a
7
+ data.tar.gz: 695561389fec283f4e6335013b1a7f9ddf5920bd6448c15bec1a807220b156a5077b84cb98e6c47d67867ffd83f19df6900dc6b4e29b7401c059db36f7ff939a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2024-09-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.
8
+
4
9
  1.63.0 (2024-09-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -605,9 +605,10 @@ module Aws::RDSDataService
605
605
  # minutes. If a transaction times out before it's committed, it's
606
606
  # rolled back automatically.
607
607
  #
608
- # DDL statements inside a transaction cause an implicit commit. We
609
- # recommend that you run each DDL statement in a separate
610
- # `ExecuteStatement` call with `continueAfterTimeout` enabled.
608
+ # For Aurora MySQL, DDL statements inside a transaction cause an
609
+ # implicit commit. We recommend that you run each MySQL DDL statement in
610
+ # a separate `ExecuteStatement` call with `continueAfterTimeout`
611
+ # enabled.
611
612
  #
612
613
  # </note>
613
614
  #
@@ -688,9 +689,9 @@ module Aws::RDSDataService
688
689
 
689
690
  # Runs one or more SQL statements.
690
691
  #
691
- # <note markdown="1"> This operation isn't supported for Aurora PostgreSQL Serverless v2
692
- # and provisioned DB clusters, and for Aurora Serverless v1 DB clusters,
693
- # the operation is deprecated. Use the `BatchExecuteStatement` or
692
+ # <note markdown="1"> This operation isn't supported for Aurora Serverless v2 and
693
+ # provisioned DB clusters. For Aurora Serverless v1 DB clusters, the
694
+ # operation is deprecated. Use the `BatchExecuteStatement` or
694
695
  # `ExecuteStatement` operation.
695
696
  #
696
697
  # </note>
@@ -1036,7 +1037,7 @@ module Aws::RDSDataService
1036
1037
  tracer: tracer
1037
1038
  )
1038
1039
  context[:gem_name] = 'aws-sdk-rdsdataservice'
1039
- context[:gem_version] = '1.63.0'
1040
+ context[:gem_version] = '1.64.0'
1040
1041
  Seahorse::Client::Request.new(handlers, context)
1041
1042
  end
1042
1043
 
@@ -342,9 +342,10 @@ module Aws::RDSDataService
342
342
 
343
343
  api.metadata = {
344
344
  "apiVersion" => "2018-08-01",
345
+ "auth" => ["aws.auth#sigv4"],
345
346
  "endpointPrefix" => "rds-data",
346
- "jsonVersion" => "1.1",
347
347
  "protocol" => "rest-json",
348
+ "protocols" => ["rest-json"],
348
349
  "serviceFullName" => "AWS RDS DataService",
349
350
  "serviceId" => "RDS Data",
350
351
  "signatureVersion" => "v4",
@@ -54,7 +54,7 @@ module Aws::RDSDataService
54
54
  autoload :EndpointProvider, 'aws-sdk-rdsdataservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-rdsdataservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.64.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rdsdataservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.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-09-24 00:00:00.000000000 Z
11
+ date: 2024-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for AWS RDS DataService. This gem is part of the
48
48
  AWS SDK for Ruby.
49
49
  email: