aws-sdk-rds 1.102.0 → 1.103.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 +25 -23
- data/lib/aws-sdk-rds/client_api.rb +2 -0
- data/lib/aws-sdk-rds/db_instance.rb +11 -3
- data/lib/aws-sdk-rds/db_snapshot.rb +2 -2
- data/lib/aws-sdk-rds/resource.rb +7 -3
- data/lib/aws-sdk-rds/types.rb +38 -24
- 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: b1ee48fecba724c46e634e29015ede310bb4316bf45221e9caa0ad94e0b4d0c9
|
4
|
+
data.tar.gz: a94c0851908c73e90ab6a98eacf898f4c20f3c59f904dcc864cffda4e4526a44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e33870a9b1e3ab73e83381396190ad80dfc20155c79bf6d117f40ad761fbf66c924069dc1d2fbbaec18a617d8473264682e66455acf979966ccadfe08df18659
|
7
|
+
data.tar.gz: 0d25a931b62e844c52871ca683607d6b4ab08fb8f3735bd3060955d03b9d5d590bdab2bc6ff19cc5e7a47e3c8f336dade9543513173763924cf862427cd273c4
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -1637,25 +1637,13 @@ module Aws::RDS
|
|
1637
1637
|
# Copies the specified option group.
|
1638
1638
|
#
|
1639
1639
|
# @option params [required, String] :source_option_group_identifier
|
1640
|
-
# The identifier
|
1641
|
-
# about creating an ARN, see [ Constructing an ARN for Amazon RDS][1] in
|
1642
|
-
# the *Amazon RDS User Guide*.
|
1640
|
+
# The identifier for the source option group.
|
1643
1641
|
#
|
1644
1642
|
# Constraints:
|
1645
1643
|
#
|
1646
1644
|
# * Must specify a valid option group.
|
1647
1645
|
#
|
1648
|
-
#
|
1649
|
-
# specify a valid option group identifier, for example
|
1650
|
-
# `my-option-group`, or a valid ARN.
|
1651
|
-
#
|
1652
|
-
# * If the source option group is in a different AWS Region than the
|
1653
|
-
# copy, specify a valid option group ARN, for example
|
1654
|
-
# `arn:aws:rds:us-west-2:123456789012:og:special-options`.
|
1655
|
-
#
|
1656
|
-
#
|
1657
|
-
#
|
1658
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
1646
|
+
# ^
|
1659
1647
|
#
|
1660
1648
|
# @option params [required, String] :target_option_group_identifier
|
1661
1649
|
# The identifier for the copied option group.
|
@@ -3263,8 +3251,8 @@ module Aws::RDS
|
|
3263
3251
|
#
|
3264
3252
|
# **Microsoft SQL Server**
|
3265
3253
|
#
|
3266
|
-
# See [
|
3267
|
-
# User Guide.*
|
3254
|
+
# See [Microsoft SQL Server Versions on Amazon RDS][2] in the *Amazon
|
3255
|
+
# RDS User Guide.*
|
3268
3256
|
#
|
3269
3257
|
# **MySQL**
|
3270
3258
|
#
|
@@ -3283,7 +3271,7 @@ module Aws::RDS
|
|
3283
3271
|
#
|
3284
3272
|
#
|
3285
3273
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
|
3286
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.
|
3274
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
3287
3275
|
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
|
3288
3276
|
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
|
3289
3277
|
# [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
|
@@ -3562,6 +3550,10 @@ module Aws::RDS
|
|
3562
3550
|
# CloudWatch Logs ][1] in the *Amazon Relational Database Service User
|
3563
3551
|
# Guide*.
|
3564
3552
|
#
|
3553
|
+
# **Amazon Aurora**
|
3554
|
+
#
|
3555
|
+
# Not applicable. CloudWatch Logs exports are managed by the DB cluster.
|
3556
|
+
#
|
3565
3557
|
# **MariaDB**
|
3566
3558
|
#
|
3567
3559
|
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
@@ -11001,12 +10993,12 @@ module Aws::RDS
|
|
11001
10993
|
#
|
11002
10994
|
# **Microsoft SQL Server**
|
11003
10995
|
#
|
11004
|
-
# See [
|
11005
|
-
# User Guide.*
|
10996
|
+
# See [ Microsoft SQL Server Versions on Amazon RDS][1] in the *Amazon
|
10997
|
+
# RDS User Guide.*
|
11006
10998
|
#
|
11007
10999
|
#
|
11008
11000
|
#
|
11009
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.
|
11001
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
11010
11002
|
#
|
11011
11003
|
# @option params [required, String] :engine_installation_media_path
|
11012
11004
|
# The path to the installation medium for the specified DB engine.
|
@@ -16335,11 +16327,11 @@ module Aws::RDS
|
|
16335
16327
|
# The list of logs that the restored DB instance is to export to
|
16336
16328
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
16337
16329
|
# used. For more information, see [Publishing Database Logs to Amazon
|
16338
|
-
# CloudWatch Logs][1] in the *Amazon
|
16330
|
+
# CloudWatch Logs][1] in the *Amazon RDS User Guide*.
|
16339
16331
|
#
|
16340
16332
|
#
|
16341
16333
|
#
|
16342
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/
|
16334
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
16343
16335
|
#
|
16344
16336
|
# @option params [Array<Types::ProcessorFeature>] :processor_features
|
16345
16337
|
# The number of CPU cores and the number of threads per core for the DB
|
@@ -17015,6 +17007,10 @@ module Aws::RDS
|
|
17015
17007
|
#
|
17016
17008
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
17017
17009
|
#
|
17010
|
+
# @option params [Integer] :max_allocated_storage
|
17011
|
+
# The upper limit to which Amazon RDS can automatically scale the
|
17012
|
+
# storage of the DB instance.
|
17013
|
+
#
|
17018
17014
|
# @return [Types::RestoreDBInstanceFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
17019
17015
|
#
|
17020
17016
|
# * {Types::RestoreDBInstanceFromS3Result#db_instance #db_instance} => Types::DBInstance
|
@@ -17075,6 +17071,7 @@ module Aws::RDS
|
|
17075
17071
|
# ],
|
17076
17072
|
# use_default_processor_features: false,
|
17077
17073
|
# deletion_protection: false,
|
17074
|
+
# max_allocated_storage: 1,
|
17078
17075
|
# })
|
17079
17076
|
#
|
17080
17077
|
# @example Response structure
|
@@ -17511,6 +17508,10 @@ module Aws::RDS
|
|
17511
17508
|
# @option params [String] :source_dbi_resource_id
|
17512
17509
|
# The resource ID of the source DB instance from which to restore.
|
17513
17510
|
#
|
17511
|
+
# @option params [Integer] :max_allocated_storage
|
17512
|
+
# The upper limit to which Amazon RDS can automatically scale the
|
17513
|
+
# storage of the DB instance.
|
17514
|
+
#
|
17514
17515
|
# @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
17515
17516
|
#
|
17516
17517
|
# * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
|
@@ -17655,6 +17656,7 @@ module Aws::RDS
|
|
17655
17656
|
# db_parameter_group_name: "String",
|
17656
17657
|
# deletion_protection: false,
|
17657
17658
|
# source_dbi_resource_id: "String",
|
17659
|
+
# max_allocated_storage: 1,
|
17658
17660
|
# })
|
17659
17661
|
#
|
17660
17662
|
# @example Response structure
|
@@ -18680,7 +18682,7 @@ module Aws::RDS
|
|
18680
18682
|
params: params,
|
18681
18683
|
config: config)
|
18682
18684
|
context[:gem_name] = 'aws-sdk-rds'
|
18683
|
-
context[:gem_version] = '1.
|
18685
|
+
context[:gem_version] = '1.103.0'
|
18684
18686
|
Seahorse::Client::Request.new(handlers, context)
|
18685
18687
|
end
|
18686
18688
|
|
@@ -2955,6 +2955,7 @@ module Aws::RDS
|
|
2955
2955
|
RestoreDBInstanceFromS3Message.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
|
2956
2956
|
RestoreDBInstanceFromS3Message.add_member(:use_default_processor_features, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseDefaultProcessorFeatures"))
|
2957
2957
|
RestoreDBInstanceFromS3Message.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2958
|
+
RestoreDBInstanceFromS3Message.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
2958
2959
|
RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
|
2959
2960
|
|
2960
2961
|
RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -2991,6 +2992,7 @@ module Aws::RDS
|
|
2991
2992
|
RestoreDBInstanceToPointInTimeMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
2992
2993
|
RestoreDBInstanceToPointInTimeMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2993
2994
|
RestoreDBInstanceToPointInTimeMessage.add_member(:source_dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceDbiResourceId"))
|
2995
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
2994
2996
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
2995
2997
|
|
2996
2998
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -1216,8 +1216,8 @@ module Aws::RDS
|
|
1216
1216
|
#
|
1217
1217
|
# **Microsoft SQL Server**
|
1218
1218
|
#
|
1219
|
-
# See [
|
1220
|
-
# User Guide.*
|
1219
|
+
# See [Microsoft SQL Server Versions on Amazon RDS][2] in the *Amazon
|
1220
|
+
# RDS User Guide.*
|
1221
1221
|
#
|
1222
1222
|
# **MySQL**
|
1223
1223
|
#
|
@@ -1236,7 +1236,7 @@ module Aws::RDS
|
|
1236
1236
|
#
|
1237
1237
|
#
|
1238
1238
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
|
1239
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.
|
1239
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
1240
1240
|
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
|
1241
1241
|
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
|
1242
1242
|
# [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
|
@@ -1489,6 +1489,10 @@ module Aws::RDS
|
|
1489
1489
|
# CloudWatch Logs ][1] in the *Amazon Relational Database Service User
|
1490
1490
|
# Guide*.
|
1491
1491
|
#
|
1492
|
+
# **Amazon Aurora**
|
1493
|
+
#
|
1494
|
+
# Not applicable. CloudWatch Logs exports are managed by the DB cluster.
|
1495
|
+
#
|
1492
1496
|
# **MariaDB**
|
1493
1497
|
#
|
1494
1498
|
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
@@ -2809,6 +2813,7 @@ module Aws::RDS
|
|
2809
2813
|
# db_parameter_group_name: "String",
|
2810
2814
|
# deletion_protection: false,
|
2811
2815
|
# source_dbi_resource_id: "String",
|
2816
|
+
# max_allocated_storage: 1,
|
2812
2817
|
# })
|
2813
2818
|
# @param [Hash] options ({})
|
2814
2819
|
# @option options [required, String] :target_db_instance_identifier
|
@@ -3059,6 +3064,9 @@ module Aws::RDS
|
|
3059
3064
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
3060
3065
|
# @option options [String] :source_dbi_resource_id
|
3061
3066
|
# The resource ID of the source DB instance from which to restore.
|
3067
|
+
# @option options [Integer] :max_allocated_storage
|
3068
|
+
# The upper limit to which Amazon RDS can automatically scale the
|
3069
|
+
# storage of the DB instance.
|
3062
3070
|
# @return [DBInstance]
|
3063
3071
|
def restore(options = {})
|
3064
3072
|
options = options.merge(source_db_instance_identifier: @id)
|
@@ -792,11 +792,11 @@ module Aws::RDS
|
|
792
792
|
# The list of logs that the restored DB instance is to export to
|
793
793
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
794
794
|
# used. For more information, see [Publishing Database Logs to Amazon
|
795
|
-
# CloudWatch Logs][1] in the *Amazon
|
795
|
+
# CloudWatch Logs][1] in the *Amazon RDS User Guide*.
|
796
796
|
#
|
797
797
|
#
|
798
798
|
#
|
799
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/
|
799
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
800
800
|
# @option options [Array<Types::ProcessorFeature>] :processor_features
|
801
801
|
# The number of CPU cores and the number of threads per core for the DB
|
802
802
|
# instance class of the DB instance.
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -1093,8 +1093,8 @@ module Aws::RDS
|
|
1093
1093
|
#
|
1094
1094
|
# **Microsoft SQL Server**
|
1095
1095
|
#
|
1096
|
-
# See [
|
1097
|
-
# User Guide.*
|
1096
|
+
# See [Microsoft SQL Server Versions on Amazon RDS][2] in the *Amazon
|
1097
|
+
# RDS User Guide.*
|
1098
1098
|
#
|
1099
1099
|
# **MySQL**
|
1100
1100
|
#
|
@@ -1113,7 +1113,7 @@ module Aws::RDS
|
|
1113
1113
|
#
|
1114
1114
|
#
|
1115
1115
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
|
1116
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.
|
1116
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
1117
1117
|
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
|
1118
1118
|
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
|
1119
1119
|
# [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
|
@@ -1366,6 +1366,10 @@ module Aws::RDS
|
|
1366
1366
|
# CloudWatch Logs ][1] in the *Amazon Relational Database Service User
|
1367
1367
|
# Guide*.
|
1368
1368
|
#
|
1369
|
+
# **Amazon Aurora**
|
1370
|
+
#
|
1371
|
+
# Not applicable. CloudWatch Logs exports are managed by the DB cluster.
|
1372
|
+
#
|
1369
1373
|
# **MariaDB**
|
1370
1374
|
#
|
1371
1375
|
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -715,13 +715,20 @@ module Aws::RDS
|
|
715
715
|
#
|
716
716
|
# The `EnableLogTypes` and `DisableLogTypes` arrays determine which logs
|
717
717
|
# will be exported (or not exported) to CloudWatch Logs. The values
|
718
|
-
# within these arrays depend on the DB engine being used.
|
719
|
-
#
|
718
|
+
# within these arrays depend on the DB engine being used.
|
719
|
+
#
|
720
|
+
# For more information about exporting CloudWatch Logs for Amazon RDS DB
|
721
|
+
# instances, see [Publishing Database Logs to Amazon CloudWatch Logs
|
720
722
|
# ][1] in the *Amazon RDS User Guide*.
|
721
723
|
#
|
724
|
+
# For more information about exporting CloudWatch Logs for Amazon Aurora
|
725
|
+
# DB clusters, see [Publishing Database Logs to Amazon CloudWatch
|
726
|
+
# Logs][2] in the *Amazon Aurora User Guide*.
|
727
|
+
#
|
722
728
|
#
|
723
729
|
#
|
724
730
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
731
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
725
732
|
#
|
726
733
|
# @note When making an API call, you may pass CloudwatchLogsExportConfiguration
|
727
734
|
# data as a hash:
|
@@ -1491,25 +1498,13 @@ module Aws::RDS
|
|
1491
1498
|
# }
|
1492
1499
|
#
|
1493
1500
|
# @!attribute [rw] source_option_group_identifier
|
1494
|
-
# The identifier
|
1495
|
-
# about creating an ARN, see [ Constructing an ARN for Amazon RDS][1]
|
1496
|
-
# in the *Amazon RDS User Guide*.
|
1501
|
+
# The identifier for the source option group.
|
1497
1502
|
#
|
1498
1503
|
# Constraints:
|
1499
1504
|
#
|
1500
1505
|
# * Must specify a valid option group.
|
1501
1506
|
#
|
1502
|
-
#
|
1503
|
-
# specify a valid option group identifier, for example
|
1504
|
-
# `my-option-group`, or a valid ARN.
|
1505
|
-
#
|
1506
|
-
# * If the source option group is in a different AWS Region than the
|
1507
|
-
# copy, specify a valid option group ARN, for example
|
1508
|
-
# `arn:aws:rds:us-west-2:123456789012:og:special-options`.
|
1509
|
-
#
|
1510
|
-
#
|
1511
|
-
#
|
1512
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
1507
|
+
# ^
|
1513
1508
|
# @return [String]
|
1514
1509
|
#
|
1515
1510
|
# @!attribute [rw] target_option_group_identifier
|
@@ -2998,7 +2993,7 @@ module Aws::RDS
|
|
2998
2993
|
#
|
2999
2994
|
# **Microsoft SQL Server**
|
3000
2995
|
#
|
3001
|
-
# See [
|
2996
|
+
# See [Microsoft SQL Server Versions on Amazon RDS][2] in the *Amazon
|
3002
2997
|
# RDS User Guide.*
|
3003
2998
|
#
|
3004
2999
|
# **MySQL**
|
@@ -3019,7 +3014,7 @@ module Aws::RDS
|
|
3019
3014
|
#
|
3020
3015
|
#
|
3021
3016
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
|
3022
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.
|
3017
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
3023
3018
|
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
|
3024
3019
|
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
|
3025
3020
|
# [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
|
@@ -3325,6 +3320,11 @@ module Aws::RDS
|
|
3325
3320
|
# Amazon CloudWatch Logs ][1] in the *Amazon Relational Database
|
3326
3321
|
# Service User Guide*.
|
3327
3322
|
#
|
3323
|
+
# **Amazon Aurora**
|
3324
|
+
#
|
3325
|
+
# Not applicable. CloudWatch Logs exports are managed by the DB
|
3326
|
+
# cluster.
|
3327
|
+
#
|
3328
3328
|
# **MariaDB**
|
3329
3329
|
#
|
3330
3330
|
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
@@ -12096,12 +12096,12 @@ module Aws::RDS
|
|
12096
12096
|
#
|
12097
12097
|
# **Microsoft SQL Server**
|
12098
12098
|
#
|
12099
|
-
# See [
|
12099
|
+
# See [ Microsoft SQL Server Versions on Amazon RDS][1] in the *Amazon
|
12100
12100
|
# RDS User Guide.*
|
12101
12101
|
#
|
12102
12102
|
#
|
12103
12103
|
#
|
12104
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.
|
12104
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
12105
12105
|
# @return [String]
|
12106
12106
|
#
|
12107
12107
|
# @!attribute [rw] engine_installation_media_path
|
@@ -17920,11 +17920,11 @@ module Aws::RDS
|
|
17920
17920
|
# The list of logs that the restored DB instance is to export to
|
17921
17921
|
# CloudWatch Logs. The values in the list depend on the DB engine
|
17922
17922
|
# being used. For more information, see [Publishing Database Logs to
|
17923
|
-
# Amazon CloudWatch Logs][1] in the *Amazon
|
17923
|
+
# Amazon CloudWatch Logs][1] in the *Amazon RDS User Guide*.
|
17924
17924
|
#
|
17925
17925
|
#
|
17926
17926
|
#
|
17927
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/
|
17927
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
17928
17928
|
# @return [Array<String>]
|
17929
17929
|
#
|
17930
17930
|
# @!attribute [rw] processor_features
|
@@ -18073,6 +18073,7 @@ module Aws::RDS
|
|
18073
18073
|
# ],
|
18074
18074
|
# use_default_processor_features: false,
|
18075
18075
|
# deletion_protection: false,
|
18076
|
+
# max_allocated_storage: 1,
|
18076
18077
|
# }
|
18077
18078
|
#
|
18078
18079
|
# @!attribute [rw] db_name
|
@@ -18482,6 +18483,11 @@ module Aws::RDS
|
|
18482
18483
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
18483
18484
|
# @return [Boolean]
|
18484
18485
|
#
|
18486
|
+
# @!attribute [rw] max_allocated_storage
|
18487
|
+
# The upper limit to which Amazon RDS can automatically scale the
|
18488
|
+
# storage of the DB instance.
|
18489
|
+
# @return [Integer]
|
18490
|
+
#
|
18485
18491
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3Message AWS API Documentation
|
18486
18492
|
#
|
18487
18493
|
class RestoreDBInstanceFromS3Message < Struct.new(
|
@@ -18527,7 +18533,8 @@ module Aws::RDS
|
|
18527
18533
|
:enable_cloudwatch_logs_exports,
|
18528
18534
|
:processor_features,
|
18529
18535
|
:use_default_processor_features,
|
18530
|
-
:deletion_protection
|
18536
|
+
:deletion_protection,
|
18537
|
+
:max_allocated_storage)
|
18531
18538
|
SENSITIVE = []
|
18532
18539
|
include Aws::Structure
|
18533
18540
|
end
|
@@ -18592,6 +18599,7 @@ module Aws::RDS
|
|
18592
18599
|
# db_parameter_group_name: "String",
|
18593
18600
|
# deletion_protection: false,
|
18594
18601
|
# source_dbi_resource_id: "String",
|
18602
|
+
# max_allocated_storage: 1,
|
18595
18603
|
# }
|
18596
18604
|
#
|
18597
18605
|
# @!attribute [rw] source_db_instance_identifier
|
@@ -18916,6 +18924,11 @@ module Aws::RDS
|
|
18916
18924
|
# The resource ID of the source DB instance from which to restore.
|
18917
18925
|
# @return [String]
|
18918
18926
|
#
|
18927
|
+
# @!attribute [rw] max_allocated_storage
|
18928
|
+
# The upper limit to which Amazon RDS can automatically scale the
|
18929
|
+
# storage of the DB instance.
|
18930
|
+
# @return [Integer]
|
18931
|
+
#
|
18919
18932
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTimeMessage AWS API Documentation
|
18920
18933
|
#
|
18921
18934
|
class RestoreDBInstanceToPointInTimeMessage < Struct.new(
|
@@ -18949,7 +18962,8 @@ module Aws::RDS
|
|
18949
18962
|
:use_default_processor_features,
|
18950
18963
|
:db_parameter_group_name,
|
18951
18964
|
:deletion_protection,
|
18952
|
-
:source_dbi_resource_id
|
18965
|
+
:source_dbi_resource_id,
|
18966
|
+
:max_allocated_storage)
|
18953
18967
|
SENSITIVE = []
|
18954
18968
|
include Aws::Structure
|
18955
18969
|
end
|
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.103.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: 2020-10-
|
11
|
+
date: 2020-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|