aws-sdk-rds 1.43.0 → 1.44.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 +364 -152
- data/lib/aws-sdk-rds/client_api.rb +6 -0
- data/lib/aws-sdk-rds/db_cluster.rb +35 -16
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +1 -1
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +8 -4
- data/lib/aws-sdk-rds/db_instance.rb +78 -48
- data/lib/aws-sdk-rds/db_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_security_group.rb +1 -1
- data/lib/aws-sdk-rds/db_snapshot.rb +11 -11
- data/lib/aws-sdk-rds/db_subnet_group.rb +1 -1
- data/lib/aws-sdk-rds/event_subscription.rb +3 -3
- data/lib/aws-sdk-rds/option_group.rb +2 -2
- data/lib/aws-sdk-rds/reserved_db_instances_offering.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +60 -38
- data/lib/aws-sdk-rds/types.rb +201 -128
- metadata +2 -2
@@ -655,6 +655,7 @@ module Aws::RDS
|
|
655
655
|
CreateDBClusterMessage.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfiguration, location_name: "ScalingConfiguration"))
|
656
656
|
CreateDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
657
657
|
CreateDBClusterMessage.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "GlobalClusterIdentifier"))
|
658
|
+
CreateDBClusterMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
658
659
|
CreateDBClusterMessage.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, location_name: "DestinationRegion", metadata: {"documented"=>false}))
|
659
660
|
CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
660
661
|
CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
|
@@ -876,6 +877,7 @@ module Aws::RDS
|
|
876
877
|
DBCluster.add_member(:scaling_configuration_info, Shapes::ShapeRef.new(shape: ScalingConfigurationInfo, location_name: "ScalingConfigurationInfo"))
|
877
878
|
DBCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeletionProtection"))
|
878
879
|
DBCluster.add_member(:http_endpoint_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "HttpEndpointEnabled"))
|
880
|
+
DBCluster.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "CopyTagsToSnapshot"))
|
879
881
|
DBCluster.struct_class = Types::DBCluster
|
880
882
|
|
881
883
|
DBClusterBacktrack.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
@@ -1741,6 +1743,7 @@ module Aws::RDS
|
|
1741
1743
|
ModifyDBClusterMessage.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfiguration, location_name: "ScalingConfiguration"))
|
1742
1744
|
ModifyDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
1743
1745
|
ModifyDBClusterMessage.add_member(:enable_http_endpoint, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableHttpEndpoint"))
|
1746
|
+
ModifyDBClusterMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
1744
1747
|
ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
|
1745
1748
|
|
1746
1749
|
ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
@@ -2217,6 +2220,7 @@ module Aws::RDS
|
|
2217
2220
|
RestoreDBClusterFromS3Message.add_member(:backtrack_window, Shapes::ShapeRef.new(shape: LongOptional, location_name: "BacktrackWindow"))
|
2218
2221
|
RestoreDBClusterFromS3Message.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
|
2219
2222
|
RestoreDBClusterFromS3Message.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2223
|
+
RestoreDBClusterFromS3Message.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
2220
2224
|
RestoreDBClusterFromS3Message.struct_class = Types::RestoreDBClusterFromS3Message
|
2221
2225
|
|
2222
2226
|
RestoreDBClusterFromS3Result.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
@@ -2241,6 +2245,7 @@ module Aws::RDS
|
|
2241
2245
|
RestoreDBClusterFromSnapshotMessage.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfiguration, location_name: "ScalingConfiguration"))
|
2242
2246
|
RestoreDBClusterFromSnapshotMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
2243
2247
|
RestoreDBClusterFromSnapshotMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2248
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
2244
2249
|
RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
|
2245
2250
|
|
2246
2251
|
RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
@@ -2262,6 +2267,7 @@ module Aws::RDS
|
|
2262
2267
|
RestoreDBClusterToPointInTimeMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
|
2263
2268
|
RestoreDBClusterToPointInTimeMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
2264
2269
|
RestoreDBClusterToPointInTimeMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2270
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
2265
2271
|
RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
|
2266
2272
|
|
2267
2273
|
RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
@@ -310,7 +310,7 @@ module Aws::RDS
|
|
310
310
|
#
|
311
311
|
#
|
312
312
|
#
|
313
|
-
# [1]:
|
313
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html
|
314
314
|
# @return [Array<String>]
|
315
315
|
def enabled_cloudwatch_logs_exports
|
316
316
|
data[:enabled_cloudwatch_logs_exports]
|
@@ -324,7 +324,7 @@ module Aws::RDS
|
|
324
324
|
#
|
325
325
|
#
|
326
326
|
#
|
327
|
-
# [1]:
|
327
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
328
328
|
# @return [Integer]
|
329
329
|
def capacity
|
330
330
|
data[:capacity]
|
@@ -345,7 +345,7 @@ module Aws::RDS
|
|
345
345
|
#
|
346
346
|
#
|
347
347
|
#
|
348
|
-
# [1]:
|
348
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
349
349
|
# @return [Types::ScalingConfigurationInfo]
|
350
350
|
def scaling_configuration_info
|
351
351
|
data[:scaling_configuration_info]
|
@@ -376,12 +376,19 @@ module Aws::RDS
|
|
376
376
|
#
|
377
377
|
#
|
378
378
|
#
|
379
|
-
# [1]:
|
379
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
380
380
|
# @return [Boolean]
|
381
381
|
def http_endpoint_enabled
|
382
382
|
data[:http_endpoint_enabled]
|
383
383
|
end
|
384
384
|
|
385
|
+
# Specifies whether tags are copied from the DB cluster to snapshots of
|
386
|
+
# the DB cluster.
|
387
|
+
# @return [Boolean]
|
388
|
+
def copy_tags_to_snapshot
|
389
|
+
data[:copy_tags_to_snapshot]
|
390
|
+
end
|
391
|
+
|
385
392
|
# @!endgroup
|
386
393
|
|
387
394
|
# @return [Client]
|
@@ -554,6 +561,7 @@ module Aws::RDS
|
|
554
561
|
# },
|
555
562
|
# deletion_protection: false,
|
556
563
|
# global_cluster_identifier: "String",
|
564
|
+
# copy_tags_to_snapshot: false,
|
557
565
|
# source_region: "String",
|
558
566
|
# })
|
559
567
|
# @param [Hash] options ({})
|
@@ -565,7 +573,7 @@ module Aws::RDS
|
|
565
573
|
#
|
566
574
|
#
|
567
575
|
#
|
568
|
-
# [1]:
|
576
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html
|
569
577
|
# @option options [Integer] :backup_retention_period
|
570
578
|
# The number of days for which automated backups are retained. You must
|
571
579
|
# specify a minimum value of 1.
|
@@ -669,7 +677,7 @@ module Aws::RDS
|
|
669
677
|
#
|
670
678
|
#
|
671
679
|
#
|
672
|
-
# [1]:
|
680
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
673
681
|
# @option options [String] :preferred_maintenance_window
|
674
682
|
# The weekly time range during which system maintenance can occur, in
|
675
683
|
# Universal Coordinated Time (UTC).
|
@@ -687,7 +695,7 @@ module Aws::RDS
|
|
687
695
|
#
|
688
696
|
#
|
689
697
|
#
|
690
|
-
# [1]:
|
698
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
691
699
|
# @option options [String] :replication_source_identifier
|
692
700
|
# The Amazon Resource Name (ARN) of the source DB instance or DB cluster
|
693
701
|
# if this DB cluster is created as a Read Replica.
|
@@ -697,7 +705,7 @@ module Aws::RDS
|
|
697
705
|
#
|
698
706
|
#
|
699
707
|
#
|
700
|
-
# [1]:
|
708
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
701
709
|
# @option options [Boolean] :storage_encrypted
|
702
710
|
# Specifies whether the DB cluster is encrypted.
|
703
711
|
# @option options [String] :kms_key_id
|
@@ -764,8 +772,8 @@ module Aws::RDS
|
|
764
772
|
#
|
765
773
|
#
|
766
774
|
#
|
767
|
-
# [1]:
|
768
|
-
# [2]:
|
775
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
776
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
|
769
777
|
# @option options [Boolean] :enable_iam_database_authentication
|
770
778
|
# True to enable mapping of AWS Identity and Access Management (IAM)
|
771
779
|
# accounts to database accounts, and otherwise false.
|
@@ -791,7 +799,7 @@ module Aws::RDS
|
|
791
799
|
#
|
792
800
|
#
|
793
801
|
#
|
794
|
-
# [1]:
|
802
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
795
803
|
# @option options [String] :engine_mode
|
796
804
|
# The DB engine mode of the DB cluster, either `provisioned`,
|
797
805
|
# `serverless`, `parallelquery`, or `global`.
|
@@ -805,6 +813,9 @@ module Aws::RDS
|
|
805
813
|
# @option options [String] :global_cluster_identifier
|
806
814
|
# The global cluster ID of an Aurora cluster that becomes the primary
|
807
815
|
# cluster in the new global database cluster.
|
816
|
+
# @option options [Boolean] :copy_tags_to_snapshot
|
817
|
+
# True to copy all tags from the DB cluster to snapshots of the DB
|
818
|
+
# cluster, and otherwise false. The default is false.
|
808
819
|
# @option options [String] :destination_region
|
809
820
|
# @option options [String] :source_region
|
810
821
|
# The source region of the snapshot. This is only needed when the
|
@@ -955,6 +966,7 @@ module Aws::RDS
|
|
955
966
|
# },
|
956
967
|
# deletion_protection: false,
|
957
968
|
# enable_http_endpoint: false,
|
969
|
+
# copy_tags_to_snapshot: false,
|
958
970
|
# })
|
959
971
|
# @param [Hash] options ({})
|
960
972
|
# @option options [String] :new_db_cluster_identifier
|
@@ -1048,7 +1060,7 @@ module Aws::RDS
|
|
1048
1060
|
#
|
1049
1061
|
#
|
1050
1062
|
#
|
1051
|
-
# [1]:
|
1063
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
1052
1064
|
# @option options [String] :preferred_maintenance_window
|
1053
1065
|
# The weekly time range during which system maintenance can occur, in
|
1054
1066
|
# Universal Coordinated Time (UTC).
|
@@ -1066,7 +1078,7 @@ module Aws::RDS
|
|
1066
1078
|
#
|
1067
1079
|
#
|
1068
1080
|
#
|
1069
|
-
# [1]:
|
1081
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
1070
1082
|
# @option options [Boolean] :enable_iam_database_authentication
|
1071
1083
|
# True to enable mapping of AWS Identity and Access Management (IAM)
|
1072
1084
|
# accounts to database accounts, and otherwise false.
|
@@ -1121,7 +1133,10 @@ module Aws::RDS
|
|
1121
1133
|
#
|
1122
1134
|
#
|
1123
1135
|
#
|
1124
|
-
# [1]:
|
1136
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
1137
|
+
# @option options [Boolean] :copy_tags_to_snapshot
|
1138
|
+
# True to copy all tags from the DB cluster to snapshots of the DB
|
1139
|
+
# cluster, and otherwise false. The default is false.
|
1125
1140
|
# @return [DBCluster]
|
1126
1141
|
def modify(options = {})
|
1127
1142
|
options = options.merge(db_cluster_identifier: @id)
|
@@ -1156,6 +1171,7 @@ module Aws::RDS
|
|
1156
1171
|
# enable_cloudwatch_logs_exports: ["String"],
|
1157
1172
|
# db_cluster_parameter_group_name: "String",
|
1158
1173
|
# deletion_protection: false,
|
1174
|
+
# copy_tags_to_snapshot: false,
|
1159
1175
|
# })
|
1160
1176
|
# @param [Hash] options ({})
|
1161
1177
|
# @option options [required, String] :db_cluster_identifier
|
@@ -1232,7 +1248,7 @@ module Aws::RDS
|
|
1232
1248
|
#
|
1233
1249
|
#
|
1234
1250
|
#
|
1235
|
-
# [1]:
|
1251
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1236
1252
|
# @option options [String] :kms_key_id
|
1237
1253
|
# The AWS KMS key identifier to use when restoring an encrypted DB
|
1238
1254
|
# cluster from an encrypted DB cluster.
|
@@ -1285,7 +1301,7 @@ module Aws::RDS
|
|
1285
1301
|
#
|
1286
1302
|
#
|
1287
1303
|
#
|
1288
|
-
# [1]:
|
1304
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
1289
1305
|
# @option options [String] :db_cluster_parameter_group_name
|
1290
1306
|
# The name of the DB cluster parameter group to associate with this DB
|
1291
1307
|
# cluster. If this argument is omitted, the default DB cluster parameter
|
@@ -1305,6 +1321,9 @@ module Aws::RDS
|
|
1305
1321
|
# Indicates if the DB cluster should have deletion protection enabled.
|
1306
1322
|
# The database can't be deleted when this value is set to true. The
|
1307
1323
|
# default is false.
|
1324
|
+
# @option options [Boolean] :copy_tags_to_snapshot
|
1325
|
+
# True to copy all tags from the restored DB cluster to snapshots of the
|
1326
|
+
# restored DB cluster, and otherwise false. The default is false.
|
1308
1327
|
# @return [DBCluster]
|
1309
1328
|
def restore(options = {})
|
1310
1329
|
options = options.merge(source_db_cluster_identifier: @id)
|
@@ -218,7 +218,7 @@ module Aws::RDS
|
|
218
218
|
#
|
219
219
|
#
|
220
220
|
#
|
221
|
-
# [1]:
|
221
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
222
222
|
# @return [DBClusterParameterGroup]
|
223
223
|
def create(options = {})
|
224
224
|
options = options.merge(db_cluster_parameter_group_name: @name)
|
@@ -407,8 +407,8 @@ module Aws::RDS
|
|
407
407
|
#
|
408
408
|
#
|
409
409
|
#
|
410
|
-
# [1]:
|
411
|
-
# [2]:
|
410
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
411
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
|
412
412
|
# @option options [Boolean] :copy_tags
|
413
413
|
# True to copy all tags from the source DB cluster snapshot to the
|
414
414
|
# target DB cluster snapshot, and otherwise false. The default is false.
|
@@ -418,7 +418,7 @@ module Aws::RDS
|
|
418
418
|
#
|
419
419
|
#
|
420
420
|
#
|
421
|
-
# [1]:
|
421
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
422
422
|
# @option options [String] :destination_region
|
423
423
|
# @option options [String] :source_region
|
424
424
|
# The source region of the snapshot. This is only needed when the
|
@@ -482,6 +482,7 @@ module Aws::RDS
|
|
482
482
|
# },
|
483
483
|
# db_cluster_parameter_group_name: "String",
|
484
484
|
# deletion_protection: false,
|
485
|
+
# copy_tags_to_snapshot: false,
|
485
486
|
# })
|
486
487
|
# @param [Hash] options ({})
|
487
488
|
# @option options [Array<String>] :availability_zones
|
@@ -573,7 +574,7 @@ module Aws::RDS
|
|
573
574
|
#
|
574
575
|
#
|
575
576
|
#
|
576
|
-
# [1]:
|
577
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
577
578
|
# @option options [String] :engine_mode
|
578
579
|
# The DB engine mode of the DB cluster, either `provisioned`,
|
579
580
|
# `serverless`, or `parallelquery`.
|
@@ -599,6 +600,9 @@ module Aws::RDS
|
|
599
600
|
# Indicates if the DB cluster should have deletion protection enabled.
|
600
601
|
# The database can't be deleted when this value is set to true. The
|
601
602
|
# default is false.
|
603
|
+
# @option options [Boolean] :copy_tags_to_snapshot
|
604
|
+
# True to copy all tags from the restored DB cluster to snapshots of the
|
605
|
+
# restored DB cluster, and otherwise false. The default is false.
|
602
606
|
# @return [DBCluster]
|
603
607
|
def restore(options = {})
|
604
608
|
options = options.merge(snapshot_identifier: @snapshot_id)
|
@@ -329,6 +329,12 @@ module Aws::RDS
|
|
329
329
|
|
330
330
|
# Specifies whether tags are copied from the DB instance to snapshots of
|
331
331
|
# the DB instance.
|
332
|
+
#
|
333
|
+
# **Amazon Aurora**
|
334
|
+
#
|
335
|
+
# Not applicable. Copying tags to snapshots is managed by the DB
|
336
|
+
# cluster. Setting this value for an Aurora DB instance has no effect on
|
337
|
+
# the DB cluster setting. For more information, see DBCluster.
|
332
338
|
# @return [Boolean]
|
333
339
|
def copy_tags_to_snapshot
|
334
340
|
data[:copy_tags_to_snapshot]
|
@@ -363,7 +369,7 @@ module Aws::RDS
|
|
363
369
|
#
|
364
370
|
#
|
365
371
|
#
|
366
|
-
# [1]:
|
372
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
367
373
|
# @return [Integer]
|
368
374
|
def promotion_tier
|
369
375
|
data[:promotion_tier]
|
@@ -431,7 +437,7 @@ module Aws::RDS
|
|
431
437
|
#
|
432
438
|
#
|
433
439
|
#
|
434
|
-
# [1]:
|
440
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html
|
435
441
|
# @return [Array<String>]
|
436
442
|
def enabled_cloudwatch_logs_exports
|
437
443
|
data[:enabled_cloudwatch_logs_exports]
|
@@ -450,7 +456,7 @@ module Aws::RDS
|
|
450
456
|
#
|
451
457
|
#
|
452
458
|
#
|
453
|
-
# [1]:
|
459
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
454
460
|
# @return [Boolean]
|
455
461
|
def deletion_protection
|
456
462
|
data[:deletion_protection]
|
@@ -751,10 +757,10 @@ module Aws::RDS
|
|
751
757
|
# following:
|
752
758
|
#
|
753
759
|
# * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
|
754
|
-
#
|
760
|
+
# 32768.
|
755
761
|
#
|
756
762
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
757
|
-
#
|
763
|
+
# 32768.
|
758
764
|
#
|
759
765
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
760
766
|
#
|
@@ -764,10 +770,10 @@ module Aws::RDS
|
|
764
770
|
# following:
|
765
771
|
#
|
766
772
|
# * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
|
767
|
-
#
|
773
|
+
# 32768.
|
768
774
|
#
|
769
775
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
770
|
-
#
|
776
|
+
# 32768.
|
771
777
|
#
|
772
778
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
773
779
|
#
|
@@ -777,10 +783,10 @@ module Aws::RDS
|
|
777
783
|
# following:
|
778
784
|
#
|
779
785
|
# * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
|
780
|
-
#
|
786
|
+
# 32768.
|
781
787
|
#
|
782
788
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
783
|
-
#
|
789
|
+
# 32768.
|
784
790
|
#
|
785
791
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
786
792
|
#
|
@@ -831,7 +837,7 @@ module Aws::RDS
|
|
831
837
|
#
|
832
838
|
#
|
833
839
|
#
|
834
|
-
# [1]:
|
840
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
|
835
841
|
# @option options [required, String] :engine
|
836
842
|
# The name of the database engine to be used for this instance.
|
837
843
|
#
|
@@ -990,7 +996,7 @@ module Aws::RDS
|
|
990
996
|
#
|
991
997
|
#
|
992
998
|
#
|
993
|
-
# [1]:
|
999
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
|
994
1000
|
# @option options [String] :db_subnet_group_name
|
995
1001
|
# A DB subnet group to associate with this DB instance.
|
996
1002
|
#
|
@@ -1012,7 +1018,7 @@ module Aws::RDS
|
|
1012
1018
|
#
|
1013
1019
|
#
|
1014
1020
|
#
|
1015
|
-
# [1]:
|
1021
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance
|
1016
1022
|
# @option options [String] :db_parameter_group_name
|
1017
1023
|
# The name of the DB parameter group to associate with this DB instance.
|
1018
1024
|
# If this argument is omitted, the default DBParameterGroup for the
|
@@ -1070,8 +1076,8 @@ module Aws::RDS
|
|
1070
1076
|
#
|
1071
1077
|
#
|
1072
1078
|
#
|
1073
|
-
# [1]:
|
1074
|
-
# [2]:
|
1079
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
|
1080
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow
|
1075
1081
|
# @option options [Integer] :port
|
1076
1082
|
# The port number on which the database accepts connections.
|
1077
1083
|
#
|
@@ -1164,11 +1170,11 @@ module Aws::RDS
|
|
1164
1170
|
#
|
1165
1171
|
#
|
1166
1172
|
#
|
1167
|
-
# [1]:
|
1168
|
-
# [2]:
|
1169
|
-
# [3]:
|
1170
|
-
# [4]:
|
1171
|
-
# [5]:
|
1173
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
|
1174
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.FeatureSupport
|
1175
|
+
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
|
1176
|
+
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
|
1177
|
+
# [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
|
1172
1178
|
# @option options [Boolean] :auto_minor_version_upgrade
|
1173
1179
|
# Indicates that minor engine upgrades are applied automatically to the
|
1174
1180
|
# DB instance during the maintenance window.
|
@@ -1190,7 +1196,7 @@ module Aws::RDS
|
|
1190
1196
|
#
|
1191
1197
|
#
|
1192
1198
|
#
|
1193
|
-
# [1]:
|
1199
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
|
1194
1200
|
# @option options [String] :option_group_name
|
1195
1201
|
# Indicates that the DB instance should be associated with the specified
|
1196
1202
|
# option group.
|
@@ -1240,7 +1246,7 @@ module Aws::RDS
|
|
1240
1246
|
#
|
1241
1247
|
#
|
1242
1248
|
#
|
1243
|
-
# [1]:
|
1249
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1244
1250
|
# @option options [String] :db_cluster_identifier
|
1245
1251
|
# The identifier of the DB cluster that the instance will belong to.
|
1246
1252
|
#
|
@@ -1296,6 +1302,12 @@ module Aws::RDS
|
|
1296
1302
|
# @option options [Boolean] :copy_tags_to_snapshot
|
1297
1303
|
# True to copy all tags from the DB instance to snapshots of the DB
|
1298
1304
|
# instance, and otherwise false. The default is false.
|
1305
|
+
#
|
1306
|
+
# **Amazon Aurora**
|
1307
|
+
#
|
1308
|
+
# Not applicable. Copying tags to snapshots is managed by the DB
|
1309
|
+
# cluster. Setting this value for an Aurora DB instance has no effect on
|
1310
|
+
# the DB cluster setting. For more information, see CreateDBCluster.
|
1299
1311
|
# @option options [Integer] :monitoring_interval
|
1300
1312
|
# The interval, in seconds, between points when Enhanced Monitoring
|
1301
1313
|
# metrics are collected for the DB instance. To disable collecting
|
@@ -1317,7 +1329,7 @@ module Aws::RDS
|
|
1317
1329
|
#
|
1318
1330
|
#
|
1319
1331
|
#
|
1320
|
-
# [1]:
|
1332
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
|
1321
1333
|
# @option options [String] :domain_iam_role_name
|
1322
1334
|
# Specify the name of the IAM role to be used when making API calls to
|
1323
1335
|
# the Directory Service.
|
@@ -1333,14 +1345,14 @@ module Aws::RDS
|
|
1333
1345
|
#
|
1334
1346
|
#
|
1335
1347
|
#
|
1336
|
-
# [1]:
|
1348
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
1337
1349
|
# @option options [String] :timezone
|
1338
1350
|
# The time zone of the DB instance. The time zone parameter is currently
|
1339
1351
|
# supported only by [Microsoft SQL Server][1].
|
1340
1352
|
#
|
1341
1353
|
#
|
1342
1354
|
#
|
1343
|
-
# [1]:
|
1355
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone
|
1344
1356
|
# @option options [Boolean] :enable_iam_database_authentication
|
1345
1357
|
# True to enable mapping of AWS Identity and Access Management (IAM)
|
1346
1358
|
# accounts to database accounts, and otherwise false.
|
@@ -1369,7 +1381,7 @@ module Aws::RDS
|
|
1369
1381
|
#
|
1370
1382
|
#
|
1371
1383
|
#
|
1372
|
-
# [1]:
|
1384
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
|
1373
1385
|
# @option options [String] :performance_insights_kms_key_id
|
1374
1386
|
# The AWS KMS key identifier for encryption of Performance Insights
|
1375
1387
|
# data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
|
@@ -1386,7 +1398,7 @@ module Aws::RDS
|
|
1386
1398
|
#
|
1387
1399
|
#
|
1388
1400
|
#
|
1389
|
-
# [1]:
|
1401
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
1390
1402
|
# @option options [Array<Types::ProcessorFeature>] :processor_features
|
1391
1403
|
# The number of CPU cores and the number of threads per core for the DB
|
1392
1404
|
# instance class of the DB instance.
|
@@ -1398,7 +1410,7 @@ module Aws::RDS
|
|
1398
1410
|
#
|
1399
1411
|
#
|
1400
1412
|
#
|
1401
|
-
# [1]:
|
1413
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
1402
1414
|
# @return [DBInstance]
|
1403
1415
|
def create(options = {})
|
1404
1416
|
options = options.merge(db_instance_identifier: @id)
|
@@ -1467,7 +1479,7 @@ module Aws::RDS
|
|
1467
1479
|
#
|
1468
1480
|
#
|
1469
1481
|
#
|
1470
|
-
# [1]:
|
1482
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
|
1471
1483
|
# @option options [String] :availability_zone
|
1472
1484
|
# The Amazon EC2 Availability Zone that the Read Replica is created in.
|
1473
1485
|
#
|
@@ -1512,7 +1524,7 @@ module Aws::RDS
|
|
1512
1524
|
#
|
1513
1525
|
#
|
1514
1526
|
#
|
1515
|
-
# [1]:
|
1527
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1516
1528
|
# @option options [String] :db_subnet_group_name
|
1517
1529
|
# Specifies a DB subnet group for the DB instance. The new DB instance
|
1518
1530
|
# is created in the VPC associated with the DB subnet group. If no DB
|
@@ -1578,7 +1590,7 @@ module Aws::RDS
|
|
1578
1590
|
#
|
1579
1591
|
#
|
1580
1592
|
#
|
1581
|
-
# [1]:
|
1593
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole
|
1582
1594
|
# @option options [String] :kms_key_id
|
1583
1595
|
# The AWS KMS key ID for an encrypted Read Replica. The KMS key ID is
|
1584
1596
|
# the Amazon Resource Name (ARN), KMS key identifier, or the KMS key
|
@@ -1646,8 +1658,8 @@ module Aws::RDS
|
|
1646
1658
|
#
|
1647
1659
|
#
|
1648
1660
|
#
|
1649
|
-
# [1]:
|
1650
|
-
# [2]:
|
1661
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
1662
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
|
1651
1663
|
# @option options [Boolean] :enable_iam_database_authentication
|
1652
1664
|
# True to enable mapping of AWS Identity and Access Management (IAM)
|
1653
1665
|
# accounts to database accounts, and otherwise false.
|
@@ -1671,7 +1683,7 @@ module Aws::RDS
|
|
1671
1683
|
#
|
1672
1684
|
#
|
1673
1685
|
#
|
1674
|
-
# [1]:
|
1686
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
|
1675
1687
|
# @option options [String] :performance_insights_kms_key_id
|
1676
1688
|
# The AWS KMS key identifier for encryption of Performance Insights
|
1677
1689
|
# data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
|
@@ -1687,7 +1699,7 @@ module Aws::RDS
|
|
1687
1699
|
#
|
1688
1700
|
#
|
1689
1701
|
#
|
1690
|
-
# [1]:
|
1702
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
1691
1703
|
# @option options [Array<Types::ProcessorFeature>] :processor_features
|
1692
1704
|
# The number of CPU cores and the number of threads per core for the DB
|
1693
1705
|
# instance class of the DB instance.
|
@@ -1702,7 +1714,7 @@ module Aws::RDS
|
|
1702
1714
|
#
|
1703
1715
|
#
|
1704
1716
|
#
|
1705
|
-
# [1]:
|
1717
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
1706
1718
|
# @option options [String] :destination_region
|
1707
1719
|
# @option options [String] :source_region
|
1708
1720
|
# The source region of the snapshot. This is only needed when the
|
@@ -1750,7 +1762,7 @@ module Aws::RDS
|
|
1750
1762
|
#
|
1751
1763
|
#
|
1752
1764
|
#
|
1753
|
-
# [1]:
|
1765
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1754
1766
|
# @return [DBSnapshot]
|
1755
1767
|
def create_snapshot(options = {})
|
1756
1768
|
options = options.merge(db_instance_identifier: @id)
|
@@ -1900,7 +1912,7 @@ module Aws::RDS
|
|
1900
1912
|
#
|
1901
1913
|
#
|
1902
1914
|
#
|
1903
|
-
# [1]:
|
1915
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
|
1904
1916
|
# @option options [String] :db_subnet_group_name
|
1905
1917
|
# The new DB subnet group for the DB instance. You can use this
|
1906
1918
|
# parameter to move your DB instance to a different VPC. If your DB
|
@@ -1963,7 +1975,7 @@ module Aws::RDS
|
|
1963
1975
|
#
|
1964
1976
|
#
|
1965
1977
|
#
|
1966
|
-
# [1]:
|
1978
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html
|
1967
1979
|
# @option options [String] :master_user_password
|
1968
1980
|
# The new password for the master user. The password can include any
|
1969
1981
|
# printable ASCII character except "/", """, or "@".
|
@@ -2232,6 +2244,12 @@ module Aws::RDS
|
|
2232
2244
|
# @option options [Boolean] :copy_tags_to_snapshot
|
2233
2245
|
# True to copy all tags from the DB instance to snapshots of the DB
|
2234
2246
|
# instance, and otherwise false. The default is false.
|
2247
|
+
#
|
2248
|
+
# **Amazon Aurora**
|
2249
|
+
#
|
2250
|
+
# Not applicable. Copying tags to snapshots is managed by the DB
|
2251
|
+
# cluster. Setting this value for an Aurora DB instance has no effect on
|
2252
|
+
# the DB cluster setting. For more information, see ModifyDBCluster.
|
2235
2253
|
# @option options [Integer] :monitoring_interval
|
2236
2254
|
# The interval, in seconds, between points when Enhanced Monitoring
|
2237
2255
|
# metrics are collected for the DB instance. To disable collecting
|
@@ -2316,7 +2334,7 @@ module Aws::RDS
|
|
2316
2334
|
#
|
2317
2335
|
#
|
2318
2336
|
#
|
2319
|
-
# [1]:
|
2337
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole
|
2320
2338
|
# @option options [String] :domain_iam_role_name
|
2321
2339
|
# The name of the IAM role to use when making API calls to the Directory
|
2322
2340
|
# Service.
|
@@ -2332,7 +2350,7 @@ module Aws::RDS
|
|
2332
2350
|
#
|
2333
2351
|
#
|
2334
2352
|
#
|
2335
|
-
# [1]:
|
2353
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
2336
2354
|
# @option options [Boolean] :enable_iam_database_authentication
|
2337
2355
|
# True to enable mapping of AWS Identity and Access Management (IAM)
|
2338
2356
|
# accounts to database accounts, and otherwise false.
|
@@ -2361,7 +2379,7 @@ module Aws::RDS
|
|
2361
2379
|
#
|
2362
2380
|
#
|
2363
2381
|
#
|
2364
|
-
# [1]:
|
2382
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
|
2365
2383
|
# @option options [String] :performance_insights_kms_key_id
|
2366
2384
|
# The AWS KMS key identifier for encryption of Performance Insights
|
2367
2385
|
# data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
|
@@ -2389,7 +2407,7 @@ module Aws::RDS
|
|
2389
2407
|
#
|
2390
2408
|
#
|
2391
2409
|
#
|
2392
|
-
# [1]:
|
2410
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
2393
2411
|
# @return [DBInstance]
|
2394
2412
|
def modify(options = {})
|
2395
2413
|
options = options.merge(db_instance_identifier: @id)
|
@@ -2442,7 +2460,7 @@ module Aws::RDS
|
|
2442
2460
|
#
|
2443
2461
|
#
|
2444
2462
|
#
|
2445
|
-
# [1]:
|
2463
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html
|
2446
2464
|
# @return [DBInstance]
|
2447
2465
|
def promote(options = {})
|
2448
2466
|
options = options.merge(db_instance_identifier: @id)
|
@@ -2562,7 +2580,7 @@ module Aws::RDS
|
|
2562
2580
|
#
|
2563
2581
|
#
|
2564
2582
|
#
|
2565
|
-
# [1]:
|
2583
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
|
2566
2584
|
# @option options [Integer] :port
|
2567
2585
|
# The port number on which the database accepts connections.
|
2568
2586
|
#
|
@@ -2661,14 +2679,14 @@ module Aws::RDS
|
|
2661
2679
|
# instance
|
2662
2680
|
# @option options [Boolean] :copy_tags_to_snapshot
|
2663
2681
|
# True to copy all tags from the restored DB instance to snapshots of
|
2664
|
-
# the DB instance, and otherwise false. The default is false.
|
2682
|
+
# the restored DB instance, and otherwise false. The default is false.
|
2665
2683
|
# @option options [Array<Types::Tag>] :tags
|
2666
2684
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
2667
2685
|
# Resources][1] in the *Amazon RDS User Guide.*
|
2668
2686
|
#
|
2669
2687
|
#
|
2670
2688
|
#
|
2671
|
-
# [1]:
|
2689
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
2672
2690
|
# @option options [String] :storage_type
|
2673
2691
|
# Specifies the storage type to be associated with the DB instance.
|
2674
2692
|
#
|
@@ -2715,7 +2733,7 @@ module Aws::RDS
|
|
2715
2733
|
#
|
2716
2734
|
#
|
2717
2735
|
#
|
2718
|
-
# [1]:
|
2736
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
2719
2737
|
# @option options [Array<Types::ProcessorFeature>] :processor_features
|
2720
2738
|
# The number of CPU cores and the number of threads per core for the DB
|
2721
2739
|
# instance class of the DB instance.
|
@@ -2744,7 +2762,7 @@ module Aws::RDS
|
|
2744
2762
|
#
|
2745
2763
|
#
|
2746
2764
|
#
|
2747
|
-
# [1]:
|
2765
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
2748
2766
|
# @option options [String] :source_dbi_resource_id
|
2749
2767
|
# The resource ID of the source DB instance from which to restore.
|
2750
2768
|
# @return [DBInstance]
|
@@ -3094,6 +3112,14 @@ module Aws::RDS
|
|
3094
3112
|
#
|
3095
3113
|
# * `public` - Return all DB snapshots that have been marked as public.
|
3096
3114
|
#
|
3115
|
+
# * `awsbackup` - Return the DB snapshots managed by the AWS Backup
|
3116
|
+
# service.
|
3117
|
+
#
|
3118
|
+
# For information about AWS Backup, see the [ *AWS Backup Developer
|
3119
|
+
# Guide.* ][1]
|
3120
|
+
#
|
3121
|
+
# The `awsbackup` type does not apply to Aurora.
|
3122
|
+
#
|
3097
3123
|
# If you don't specify a `SnapshotType` value, then both automated and
|
3098
3124
|
# manual snapshots are returned. Shared and public DB snapshots are not
|
3099
3125
|
# included in the returned results by default. You can include shared
|
@@ -3106,6 +3132,10 @@ module Aws::RDS
|
|
3106
3132
|
# parameter doesn't apply when `SnapshotType` is set to `shared`. The
|
3107
3133
|
# `IncludeShared` parameter doesn't apply when `SnapshotType` is set to
|
3108
3134
|
# `public`.
|
3135
|
+
#
|
3136
|
+
#
|
3137
|
+
#
|
3138
|
+
# [1]: https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html
|
3109
3139
|
# @option options [Array<Types::Filter>] :filters
|
3110
3140
|
# This parameter is not currently supported.
|
3111
3141
|
# @option options [Boolean] :include_shared
|