aws-sdk-rds 1.57.0 → 1.58.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/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +3 -8
- data/lib/aws-sdk-rds/db_cluster.rb +4 -14
- data/lib/aws-sdk-rds/types.rb +6 -16
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ac5a4406a4942a9b4e664d1e953ccf091546387
|
|
4
|
+
data.tar.gz: db072d6a76aaee166c3718d42ed33e2d41d90ded
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4773432930b4e68948f4bebbc5c69be17df2a0a3d74ab9e237b4c779ca522e9ddc6dcd502a962a1d38aa5b91bb08f34cb119b2a497fc1a5082c56a32852c78d5
|
|
7
|
+
data.tar.gz: 427b6bc21860f2351c74300bdc7b766d2f39b4399bc38956dcb5e68a3624820c906ab81824de55feb8da700b348ee0d974a4797a3f5f02d0948e89ab2d33c0c0
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -9799,11 +9799,6 @@ module Aws::RDS
|
|
|
9799
9799
|
# enabled. By default, deletion protection is disabled.
|
|
9800
9800
|
#
|
|
9801
9801
|
# @option params [Boolean] :enable_http_endpoint
|
|
9802
|
-
# <note markdown="1"> HTTP endpoint functionality is in beta for Aurora Serverless and is
|
|
9803
|
-
# subject to change.
|
|
9804
|
-
#
|
|
9805
|
-
# </note>
|
|
9806
|
-
#
|
|
9807
9802
|
# A value that indicates whether to enable the HTTP endpoint for an
|
|
9808
9803
|
# Aurora Serverless DB cluster. By default, the HTTP endpoint is
|
|
9809
9804
|
# disabled.
|
|
@@ -9813,12 +9808,12 @@ module Aws::RDS
|
|
|
9813
9808
|
# can also query your database from inside the RDS console with the
|
|
9814
9809
|
# query editor.
|
|
9815
9810
|
#
|
|
9816
|
-
# For more information
|
|
9811
|
+
# For more information, see [Using the Data API for Aurora
|
|
9817
9812
|
# Serverless][1] in the *Amazon Aurora User Guide*.
|
|
9818
9813
|
#
|
|
9819
9814
|
#
|
|
9820
9815
|
#
|
|
9821
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
|
9816
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
|
|
9822
9817
|
#
|
|
9823
9818
|
# @option params [Boolean] :copy_tags_to_snapshot
|
|
9824
9819
|
# A value that indicates whether to copy all tags from the DB cluster to
|
|
@@ -16156,7 +16151,7 @@ module Aws::RDS
|
|
|
16156
16151
|
params: params,
|
|
16157
16152
|
config: config)
|
|
16158
16153
|
context[:gem_name] = 'aws-sdk-rds'
|
|
16159
|
-
context[:gem_version] = '1.
|
|
16154
|
+
context[:gem_version] = '1.58.0'
|
|
16160
16155
|
Seahorse::Client::Request.new(handlers, context)
|
|
16161
16156
|
end
|
|
16162
16157
|
|
|
@@ -358,11 +358,6 @@ module Aws::RDS
|
|
|
358
358
|
data[:deletion_protection]
|
|
359
359
|
end
|
|
360
360
|
|
|
361
|
-
# <note markdown="1"> HTTP endpoint functionality is in beta for Aurora Serverless and is
|
|
362
|
-
# subject to change.
|
|
363
|
-
#
|
|
364
|
-
# </note>
|
|
365
|
-
#
|
|
366
361
|
# A value that indicates whether the HTTP endpoint for an Aurora
|
|
367
362
|
# Serverless DB cluster is enabled.
|
|
368
363
|
#
|
|
@@ -371,12 +366,12 @@ module Aws::RDS
|
|
|
371
366
|
# can also query your database from inside the RDS console with the
|
|
372
367
|
# query editor.
|
|
373
368
|
#
|
|
374
|
-
# For more information
|
|
369
|
+
# For more information, see [Using the Data API for Aurora
|
|
375
370
|
# Serverless][1] in the *Amazon Aurora User Guide*.
|
|
376
371
|
#
|
|
377
372
|
#
|
|
378
373
|
#
|
|
379
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
|
374
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
|
|
380
375
|
# @return [Boolean]
|
|
381
376
|
def http_endpoint_enabled
|
|
382
377
|
data[:http_endpoint_enabled]
|
|
@@ -1138,11 +1133,6 @@ module Aws::RDS
|
|
|
1138
1133
|
# enabled. The database can't be deleted when deletion protection is
|
|
1139
1134
|
# enabled. By default, deletion protection is disabled.
|
|
1140
1135
|
# @option options [Boolean] :enable_http_endpoint
|
|
1141
|
-
# <note markdown="1"> HTTP endpoint functionality is in beta for Aurora Serverless and is
|
|
1142
|
-
# subject to change.
|
|
1143
|
-
#
|
|
1144
|
-
# </note>
|
|
1145
|
-
#
|
|
1146
1136
|
# A value that indicates whether to enable the HTTP endpoint for an
|
|
1147
1137
|
# Aurora Serverless DB cluster. By default, the HTTP endpoint is
|
|
1148
1138
|
# disabled.
|
|
@@ -1152,12 +1142,12 @@ module Aws::RDS
|
|
|
1152
1142
|
# can also query your database from inside the RDS console with the
|
|
1153
1143
|
# query editor.
|
|
1154
1144
|
#
|
|
1155
|
-
# For more information
|
|
1145
|
+
# For more information, see [Using the Data API for Aurora
|
|
1156
1146
|
# Serverless][1] in the *Amazon Aurora User Guide*.
|
|
1157
1147
|
#
|
|
1158
1148
|
#
|
|
1159
1149
|
#
|
|
1160
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
|
1150
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
|
|
1161
1151
|
# @option options [Boolean] :copy_tags_to_snapshot
|
|
1162
1152
|
# A value that indicates whether to copy all tags from the DB cluster to
|
|
1163
1153
|
# snapshots of the DB cluster. The default is not to copy them.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -4130,11 +4130,6 @@ module Aws::RDS
|
|
|
4130
4130
|
# @return [Boolean]
|
|
4131
4131
|
#
|
|
4132
4132
|
# @!attribute [rw] http_endpoint_enabled
|
|
4133
|
-
# <note markdown="1"> HTTP endpoint functionality is in beta for Aurora Serverless and is
|
|
4134
|
-
# subject to change.
|
|
4135
|
-
#
|
|
4136
|
-
# </note>
|
|
4137
|
-
#
|
|
4138
4133
|
# A value that indicates whether the HTTP endpoint for an Aurora
|
|
4139
4134
|
# Serverless DB cluster is enabled.
|
|
4140
4135
|
#
|
|
@@ -4143,12 +4138,12 @@ module Aws::RDS
|
|
|
4143
4138
|
# cluster. You can also query your database from inside the RDS
|
|
4144
4139
|
# console with the query editor.
|
|
4145
4140
|
#
|
|
4146
|
-
# For more information
|
|
4147
|
-
#
|
|
4141
|
+
# For more information, see [Using the Data API for Aurora
|
|
4142
|
+
# Serverless][1] in the *Amazon Aurora User Guide*.
|
|
4148
4143
|
#
|
|
4149
4144
|
#
|
|
4150
4145
|
#
|
|
4151
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
|
4146
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
|
|
4152
4147
|
# @return [Boolean]
|
|
4153
4148
|
#
|
|
4154
4149
|
# @!attribute [rw] activity_stream_mode
|
|
@@ -10024,11 +10019,6 @@ module Aws::RDS
|
|
|
10024
10019
|
# @return [Boolean]
|
|
10025
10020
|
#
|
|
10026
10021
|
# @!attribute [rw] enable_http_endpoint
|
|
10027
|
-
# <note markdown="1"> HTTP endpoint functionality is in beta for Aurora Serverless and is
|
|
10028
|
-
# subject to change.
|
|
10029
|
-
#
|
|
10030
|
-
# </note>
|
|
10031
|
-
#
|
|
10032
10022
|
# A value that indicates whether to enable the HTTP endpoint for an
|
|
10033
10023
|
# Aurora Serverless DB cluster. By default, the HTTP endpoint is
|
|
10034
10024
|
# disabled.
|
|
@@ -10038,12 +10028,12 @@ module Aws::RDS
|
|
|
10038
10028
|
# cluster. You can also query your database from inside the RDS
|
|
10039
10029
|
# console with the query editor.
|
|
10040
10030
|
#
|
|
10041
|
-
# For more information
|
|
10042
|
-
#
|
|
10031
|
+
# For more information, see [Using the Data API for Aurora
|
|
10032
|
+
# Serverless][1] in the *Amazon Aurora User Guide*.
|
|
10043
10033
|
#
|
|
10044
10034
|
#
|
|
10045
10035
|
#
|
|
10046
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
|
10036
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
|
|
10047
10037
|
# @return [Boolean]
|
|
10048
10038
|
#
|
|
10049
10039
|
# @!attribute [rw] copy_tags_to_snapshot
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-rds
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.58.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: 2019-
|
|
11
|
+
date: 2019-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|