aws-sdk-rds 1.106.0 → 1.107.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: 4418206992a01b1349c95a28e301de23f52cb89125967a94465155108631bb1a
4
- data.tar.gz: de186c18fd6f2291ccf1f46cc5ed2e30f3690a44861ee7730d3ca73980f1d5de
3
+ metadata.gz: 56904b4e5d43b4742ae0d99b22c0654f5e3965b6f81a942123cf725fc38c3d73
4
+ data.tar.gz: b15127fcb4c04c84de4675a6e64f6677f8473f01ebb8adeaa614ea1168eb55d1
5
5
  SHA512:
6
- metadata.gz: 6cd083c744ff46f90bbbd3278c8664c5ab222829bef4d67aea33f87a1e1d606d1baf56f12390aa00fcd8b905b7cb816d6aa34af9db45118d3d0e4bc227d84e73
7
- data.tar.gz: d3c1a89457f0776aafebeb4338da12948fb0093169b84d0114d98ae7ae9e5c9259c871ab641caf090ad04059d5d871ce34d3744bb84134a274c3d095475fa4fc
6
+ metadata.gz: ac4ad62fee5439a080f9d4f6c479a87d8e16bb29e1e51627a4747517ceb32793fb78f94b27c5827dc7ae372fca20499d7046aa97c1cb39dd39efd95f5efcf432
7
+ data.tar.gz: 8b83cc3d7557e41ca290fd65b4d3c982bf4a77741ab970953c91fefd9a37167a0163825fb38cd84eff7093a0b0a4dc9df426cbd95ea9f1930b5571414f4a6c4f
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-rds/customizations'
74
74
  # @!group service
75
75
  module Aws::RDS
76
76
 
77
- GEM_VERSION = '1.106.0'
77
+ GEM_VERSION = '1.107.0'
78
78
 
79
79
  end
@@ -347,7 +347,7 @@ module Aws::RDS
347
347
  #
348
348
  # @option params [required, String] :role_arn
349
349
  # The Amazon Resource Name (ARN) of the IAM role to associate with the
350
- # Aurora DB cluster, for example
350
+ # Aurora DB cluster, for example,
351
351
  # `arn:aws:iam::123456789012:role/AuroraAccessRole`.
352
352
  #
353
353
  # @option params [String] :feature_name
@@ -1031,11 +1031,12 @@ module Aws::RDS
1031
1031
  # The pre-signed URL request must contain the following parameter
1032
1032
  # values:
1033
1033
  #
1034
- # * `KmsKeyId` - The KMS key identifier for the key to use to encrypt
1035
- # the copy of the DB cluster snapshot in the destination AWS Region.
1036
- # This is the same identifier for both the `CopyDBClusterSnapshot`
1037
- # action that is called in the destination AWS Region, and the
1038
- # action contained in the pre-signed URL.
1034
+ # * `KmsKeyId` - The AWS KMS key identifier for the customer master
1035
+ # key (CMK) to use to encrypt the copy of the DB cluster snapshot in
1036
+ # the destination AWS Region. This is the same identifier for both
1037
+ # the `CopyDBClusterSnapshot` action that is called in the
1038
+ # destination AWS Region, and the action contained in the pre-signed
1039
+ # URL.
1039
1040
  #
1040
1041
  # * `DestinationRegion` - The name of the AWS Region that the DB
1041
1042
  # cluster snapshot is to be created in.
@@ -1132,25 +1133,25 @@ module Aws::RDS
1132
1133
  # Example: `my-cluster-snapshot2`
1133
1134
  #
1134
1135
  # @option params [String] :kms_key_id
1135
- # The AWS KMS key ID for an encrypted DB cluster snapshot. The KMS key
1136
- # ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS
1137
- # key alias for the KMS encryption key.
1136
+ # The AWS KMS key identifier for an encrypted DB cluster snapshot. The
1137
+ # AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
1138
+ # name for the AWS KMS customer master key (CMK).
1138
1139
  #
1139
1140
  # If you copy an encrypted DB cluster snapshot from your AWS account,
1140
1141
  # you can specify a value for `KmsKeyId` to encrypt the copy with a new
1141
- # KMS encryption key. If you don't specify a value for `KmsKeyId`, then
1142
- # the copy of the DB cluster snapshot is encrypted with the same KMS key
1142
+ # AWS KMS CMK. If you don't specify a value for `KmsKeyId`, then the
1143
+ # copy of the DB cluster snapshot is encrypted with the same AWS KMS key
1143
1144
  # as the source DB cluster snapshot.
1144
1145
  #
1145
1146
  # If you copy an encrypted DB cluster snapshot that is shared from
1146
1147
  # another AWS account, then you must specify a value for `KmsKeyId`.
1147
1148
  #
1148
1149
  # To copy an encrypted DB cluster snapshot to another AWS Region, you
1149
- # must set `KmsKeyId` to the KMS key ID you want to use to encrypt the
1150
- # copy of the DB cluster snapshot in the destination AWS Region. KMS
1151
- # encryption keys are specific to the AWS Region that they are created
1152
- # in, and you can't use encryption keys from one AWS Region in another
1153
- # AWS Region.
1150
+ # must set `KmsKeyId` to the AWS KMS key identifier you want to use to
1151
+ # encrypt the copy of the DB cluster snapshot in the destination AWS
1152
+ # Region. AWS KMS CMKs are specific to the AWS Region that they are
1153
+ # created in, and you can't use CMKs from one AWS Region in another AWS
1154
+ # Region.
1154
1155
  #
1155
1156
  # If you copy an unencrypted DB cluster snapshot and specify a value for
1156
1157
  # the `KmsKeyId` parameter, an error is returned.
@@ -1169,9 +1170,9 @@ module Aws::RDS
1169
1170
  # copied. The pre-signed URL request must contain the following
1170
1171
  # parameter values:
1171
1172
  #
1172
- # * `KmsKeyId` - The AWS KMS key identifier for the key to use to
1173
- # encrypt the copy of the DB cluster snapshot in the destination AWS
1174
- # Region. This is the same identifier for both the
1173
+ # * `KmsKeyId` - The AWS KMS key identifier for the customer master key
1174
+ # (CMK) to use to encrypt the copy of the DB cluster snapshot in the
1175
+ # destination AWS Region. This is the same identifier for both the
1175
1176
  # `CopyDBClusterSnapshot` action that is called in the destination AWS
1176
1177
  # Region, and the action contained in the pre-signed URL.
1177
1178
  #
@@ -1448,14 +1449,14 @@ module Aws::RDS
1448
1449
  # Example: `my-db-snapshot`
1449
1450
  #
1450
1451
  # @option params [String] :kms_key_id
1451
- # The AWS KMS key ID for an encrypted DB snapshot. The KMS key ID is the
1452
- # Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias
1453
- # for the KMS encryption key.
1452
+ # The AWS KMS key identifier for an encrypted DB snapshot. The AWS KMS
1453
+ # key identifier is the key ARN, key ID, alias ARN, or alias name for
1454
+ # the AWS KMS customer master key (CMK).
1454
1455
  #
1455
1456
  # If you copy an encrypted DB snapshot from your AWS account, you can
1456
- # specify a value for this parameter to encrypt the copy with a new KMS
1457
- # encryption key. If you don't specify a value for this parameter, then
1458
- # the copy of the DB snapshot is encrypted with the same KMS key as the
1457
+ # specify a value for this parameter to encrypt the copy with a new AWS
1458
+ # KMS CMK. If you don't specify a value for this parameter, then the
1459
+ # copy of the DB snapshot is encrypted with the same AWS KMS key as the
1459
1460
  # source DB snapshot.
1460
1461
  #
1461
1462
  # If you copy an encrypted DB snapshot that is shared from another AWS
@@ -1465,9 +1466,9 @@ module Aws::RDS
1465
1466
  # the copy is encrypted.
1466
1467
  #
1467
1468
  # If you copy an encrypted snapshot to a different AWS Region, then you
1468
- # must specify a KMS key for the destination AWS Region. KMS encryption
1469
- # keys are specific to the AWS Region that they are created in, and you
1470
- # can't use encryption keys from one AWS Region in another AWS Region.
1469
+ # must specify a AWS KMS key identifier for the destination AWS Region.
1470
+ # AWS KMS CMKs are specific to the AWS Region that they are created in,
1471
+ # and you can't use CMKs from one AWS Region in another AWS Region.
1471
1472
  #
1472
1473
  # @option params [Array<Types::Tag>] :tags
1473
1474
  # A list of tags. For more information, see [Tagging Amazon RDS
@@ -1507,11 +1508,11 @@ module Aws::RDS
1507
1508
  # the us-west-2 AWS Region. For this example, the `DestinationRegion`
1508
1509
  # in the presigned URL must be set to the us-east-1 AWS Region.
1509
1510
  #
1510
- # * `KmsKeyId` - The AWS KMS key identifier for the key to use to
1511
- # encrypt the copy of the DB snapshot in the destination AWS Region.
1512
- # This is the same identifier for both the `CopyDBSnapshot` action
1513
- # that is called in the destination AWS Region, and the action
1514
- # contained in the presigned URL.
1511
+ # * `KmsKeyId` - The AWS KMS key identifier for the customer master key
1512
+ # (CMK) to use to encrypt the copy of the DB snapshot in the
1513
+ # destination AWS Region. This is the same identifier for both the
1514
+ # `CopyDBSnapshot` action that is called in the destination AWS
1515
+ # Region, and the action contained in the presigned URL.
1515
1516
  #
1516
1517
  # * `SourceDBSnapshotIdentifier` - The DB snapshot identifier for the
1517
1518
  # encrypted snapshot to be copied. This identifier must be in the
@@ -2037,30 +2038,27 @@ module Aws::RDS
2037
2038
  # @option params [String] :kms_key_id
2038
2039
  # The AWS KMS key identifier for an encrypted DB cluster.
2039
2040
  #
2040
- # The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
2041
- # encryption key. If you are creating a DB cluster with the same AWS
2042
- # account that owns the KMS encryption key used to encrypt the new DB
2043
- # cluster, then you can use the KMS key alias instead of the ARN for the
2044
- # KMS encryption key.
2041
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
2042
+ # name for the AWS KMS customer master key (CMK). To use a CMK in a
2043
+ # different AWS account, specify the key ARN or alias ARN.
2045
2044
  #
2046
- # If an encryption key isn't specified in `KmsKeyId`\:
2045
+ # When a CMK isn't specified in `KmsKeyId`\:
2047
2046
  #
2048
2047
  # * If `ReplicationSourceIdentifier` identifies an encrypted source,
2049
- # then Amazon RDS will use the encryption key used to encrypt the
2050
- # source. Otherwise, Amazon RDS will use your default encryption key.
2048
+ # then Amazon RDS will use the CMK used to encrypt the source.
2049
+ # Otherwise, Amazon RDS will use your default CMK.
2051
2050
  #
2052
2051
  # * If the `StorageEncrypted` parameter is enabled and
2053
2052
  # `ReplicationSourceIdentifier` isn't specified, then Amazon RDS will
2054
- # use your default encryption key.
2053
+ # use your default CMK.
2055
2054
  #
2056
- # AWS KMS creates the default encryption key for your AWS account. Your
2057
- # AWS account has a different default encryption key for each AWS
2058
- # Region.
2055
+ # There is a default CMK for your AWS account. Your AWS account has a
2056
+ # different default CMK for each AWS Region.
2059
2057
  #
2060
2058
  # If you create a read replica of an encrypted DB cluster in another AWS
2061
- # Region, you must set `KmsKeyId` to a KMS key ID that is valid in the
2062
- # destination AWS Region. This key is used to encrypt the read replica
2063
- # in that AWS Region.
2059
+ # Region, you must set `KmsKeyId` to a AWS KMS key identifier that is
2060
+ # valid in the destination AWS Region. This CMK is used to encrypt the
2061
+ # read replica in that AWS Region.
2064
2062
  #
2065
2063
  # @option params [String] :pre_signed_url
2066
2064
  # A URL that contains a Signature Version 4 signed request for the
@@ -2078,9 +2076,9 @@ module Aws::RDS
2078
2076
  #
2079
2077
  # * `KmsKeyId` - The AWS KMS key identifier for the key to use to
2080
2078
  # encrypt the copy of the DB cluster in the destination AWS Region.
2081
- # This should refer to the same KMS key for both the `CreateDBCluster`
2082
- # action that is called in the destination AWS Region, and the action
2083
- # contained in the pre-signed URL.
2079
+ # This should refer to the same AWS KMS CMK for both the
2080
+ # `CreateDBCluster` action that is called in the destination AWS
2081
+ # Region, and the action contained in the pre-signed URL.
2084
2082
  #
2085
2083
  # * `DestinationRegion` - The name of the AWS Region that Aurora read
2086
2084
  # replica will be created in.
@@ -3421,22 +3419,19 @@ module Aws::RDS
3421
3419
  # @option params [String] :kms_key_id
3422
3420
  # The AWS KMS key identifier for an encrypted DB instance.
3423
3421
  #
3424
- # The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
3425
- # encryption key. If you are creating a DB instance with the same AWS
3426
- # account that owns the KMS encryption key used to encrypt the new DB
3427
- # instance, then you can use the KMS key alias instead of the ARN for
3428
- # the KM encryption key.
3422
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
3423
+ # name for the AWS KMS customer master key (CMK). To use a CMK in a
3424
+ # different AWS account, specify the key ARN or alias ARN.
3429
3425
  #
3430
3426
  # **Amazon Aurora**
3431
3427
  #
3432
- # Not applicable. The KMS key identifier is managed by the DB cluster.
3433
- # For more information, see `CreateDBCluster`.
3428
+ # Not applicable. The AWS KMS key identifier is managed by the DB
3429
+ # cluster. For more information, see `CreateDBCluster`.
3434
3430
  #
3435
3431
  # If `StorageEncrypted` is enabled, and you do not specify a value for
3436
- # the `KmsKeyId` parameter, then Amazon RDS will use your default
3437
- # encryption key. AWS KMS creates the default encryption key for your
3438
- # AWS account. Your AWS account has a different default encryption key
3439
- # for each AWS Region.
3432
+ # the `KmsKeyId` parameter, then Amazon RDS uses your default CMK. There
3433
+ # is a default CMK for your AWS account. Your AWS account has a
3434
+ # different default CMK for each AWS Region.
3440
3435
  #
3441
3436
  # @option params [String] :domain
3442
3437
  # The Active Directory directory ID to create the DB instance in.
@@ -3538,13 +3533,15 @@ module Aws::RDS
3538
3533
  #
3539
3534
  # @option params [String] :performance_insights_kms_key_id
3540
3535
  # The AWS KMS key identifier for encryption of Performance Insights
3541
- # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
3542
- # identifier, or the KMS key alias for the KMS encryption key.
3536
+ # data.
3537
+ #
3538
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
3539
+ # name for the AWS KMS customer master key (CMK).
3543
3540
  #
3544
3541
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
3545
- # Amazon RDS uses your default encryption key. AWS KMS creates the
3546
- # default encryption key for your AWS account. Your AWS account has a
3547
- # different default encryption key for each AWS Region.
3542
+ # Amazon RDS uses your default CMK. There is a default CMK for your AWS
3543
+ # account. Your AWS account has a different default CMK for each AWS
3544
+ # Region.
3548
3545
  #
3549
3546
  # @option params [Integer] :performance_insights_retention_period
3550
3547
  # The amount of time, in days, to retain Performance Insights data.
@@ -3817,6 +3814,8 @@ module Aws::RDS
3817
3814
  # resp.db_instance.tag_list #=> Array
3818
3815
  # resp.db_instance.tag_list[0].key #=> String
3819
3816
  # resp.db_instance.tag_list[0].value #=> String
3817
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
3818
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
3820
3819
  #
3821
3820
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
3822
3821
  #
@@ -4067,20 +4066,21 @@ module Aws::RDS
4067
4066
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole
4068
4067
  #
4069
4068
  # @option params [String] :kms_key_id
4070
- # The AWS KMS key ID for an encrypted read replica. The KMS key ID is
4071
- # the Amazon Resource Name (ARN), KMS key identifier, or the KMS key
4072
- # alias for the KMS encryption key.
4069
+ # The AWS KMS key identifier for an encrypted read replica.
4070
+ #
4071
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
4072
+ # name for the AWS KMS CMK.
4073
4073
  #
4074
4074
  # If you create an encrypted read replica in the same AWS Region as the
4075
4075
  # source DB instance, then you do not have to specify a value for this
4076
- # parameter. The read replica is encrypted with the same KMS key as the
4077
- # source DB instance.
4076
+ # parameter. The read replica is encrypted with the same AWS KMS CMK as
4077
+ # the source DB instance.
4078
4078
  #
4079
4079
  # If you create an encrypted read replica in a different AWS Region,
4080
- # then you must specify a KMS key for the destination AWS Region. KMS
4081
- # encryption keys are specific to the AWS Region that they are created
4082
- # in, and you can't use encryption keys from one AWS Region in another
4083
- # AWS Region.
4080
+ # then you must specify a AWS KMS key identifier for the destination AWS
4081
+ # Region. AWS KMS CMKs are specific to the AWS Region that they are
4082
+ # created in, and you can't use CMKs from one AWS Region in another AWS
4083
+ # Region.
4084
4084
  #
4085
4085
  # You can't create an encrypted read replica from an unencrypted DB
4086
4086
  # instance.
@@ -4173,13 +4173,15 @@ module Aws::RDS
4173
4173
  #
4174
4174
  # @option params [String] :performance_insights_kms_key_id
4175
4175
  # The AWS KMS key identifier for encryption of Performance Insights
4176
- # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
4177
- # identifier, or the KMS key alias for the KMS encryption key.
4176
+ # data.
4177
+ #
4178
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
4179
+ # name for the AWS KMS customer master key (CMK).
4178
4180
  #
4179
4181
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
4180
- # Amazon RDS uses your default encryption key. AWS KMS creates the
4181
- # default encryption key for your AWS account. Your AWS account has a
4182
- # different default encryption key for each AWS Region.
4182
+ # Amazon RDS uses your default CMK. There is a default CMK for your AWS
4183
+ # account. Your AWS account has a different default CMK for each AWS
4184
+ # Region.
4183
4185
  #
4184
4186
  # @option params [Integer] :performance_insights_retention_period
4185
4187
  # The amount of time, in days, to retain Performance Insights data.
@@ -4459,6 +4461,8 @@ module Aws::RDS
4459
4461
  # resp.db_instance.tag_list #=> Array
4460
4462
  # resp.db_instance.tag_list[0].key #=> String
4461
4463
  # resp.db_instance.tag_list[0].value #=> String
4464
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
4465
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
4462
4466
  #
4463
4467
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
4464
4468
  #
@@ -4790,7 +4794,7 @@ module Aws::RDS
4790
4794
  end
4791
4795
 
4792
4796
  # Creates a snapshot of a DB instance. The source DB instance must be in
4793
- # the `available` or `storage-optimization`state.
4797
+ # the `available` or `storage-optimization` state.
4794
4798
  #
4795
4799
  # @option params [required, String] :db_snapshot_identifier
4796
4800
  # The identifier for the DB snapshot.
@@ -5996,6 +6000,8 @@ module Aws::RDS
5996
6000
  # resp.db_instance.tag_list #=> Array
5997
6001
  # resp.db_instance.tag_list[0].key #=> String
5998
6002
  # resp.db_instance.tag_list[0].value #=> String
6003
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
6004
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
5999
6005
  #
6000
6006
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
6001
6007
  #
@@ -6006,13 +6012,19 @@ module Aws::RDS
6006
6012
  req.send_request(options)
6007
6013
  end
6008
6014
 
6009
- # Deletes automated backups based on the source instance's
6010
- # `DbiResourceId` value or the restorable instance's resource ID.
6015
+ # Deletes automated backups using the `DbiResourceId` value of the
6016
+ # source DB instance or the Amazon Resource Name (ARN) of the automated
6017
+ # backups.
6011
6018
  #
6012
- # @option params [required, String] :dbi_resource_id
6019
+ # @option params [String] :dbi_resource_id
6013
6020
  # The identifier for the source DB instance, which can't be changed and
6014
6021
  # which is unique to an AWS Region.
6015
6022
  #
6023
+ # @option params [String] :db_instance_automated_backups_arn
6024
+ # The Amazon Resource Name (ARN) of the automated backups to delete, for
6025
+ # example,
6026
+ # `arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`.
6027
+ #
6016
6028
  # @return [Types::DeleteDBInstanceAutomatedBackupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6017
6029
  #
6018
6030
  # * {Types::DeleteDBInstanceAutomatedBackupResult#db_instance_automated_backup #db_instance_automated_backup} => Types::DBInstanceAutomatedBackup
@@ -6020,7 +6032,8 @@ module Aws::RDS
6020
6032
  # @example Request syntax with placeholder values
6021
6033
  #
6022
6034
  # resp = client.delete_db_instance_automated_backup({
6023
- # dbi_resource_id: "String", # required
6035
+ # dbi_resource_id: "String",
6036
+ # db_instance_automated_backups_arn: "String",
6024
6037
  # })
6025
6038
  #
6026
6039
  # @example Response structure
@@ -6049,6 +6062,10 @@ module Aws::RDS
6049
6062
  # resp.db_instance_automated_backup.kms_key_id #=> String
6050
6063
  # resp.db_instance_automated_backup.timezone #=> String
6051
6064
  # resp.db_instance_automated_backup.iam_database_authentication_enabled #=> Boolean
6065
+ # resp.db_instance_automated_backup.backup_retention_period #=> Integer
6066
+ # resp.db_instance_automated_backup.db_instance_automated_backups_arn #=> String
6067
+ # resp.db_instance_automated_backup.db_instance_automated_backups_replications #=> Array
6068
+ # resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
6052
6069
  #
6053
6070
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstanceAutomatedBackup AWS API Documentation
6054
6071
  #
@@ -7833,6 +7850,11 @@ module Aws::RDS
7833
7850
  # parameter is specified the response includes only records beyond the
7834
7851
  # marker, up to `MaxRecords`.
7835
7852
  #
7853
+ # @option params [String] :db_instance_automated_backups_arn
7854
+ # The Amazon Resource Name (ARN) of the replicated automated backups,
7855
+ # for example,
7856
+ # `arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`.
7857
+ #
7836
7858
  # @return [Types::DBInstanceAutomatedBackupMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7837
7859
  #
7838
7860
  # * {Types::DBInstanceAutomatedBackupMessage#marker #marker} => String
@@ -7853,6 +7875,7 @@ module Aws::RDS
7853
7875
  # ],
7854
7876
  # max_records: 1,
7855
7877
  # marker: "String",
7878
+ # db_instance_automated_backups_arn: "String",
7856
7879
  # })
7857
7880
  #
7858
7881
  # @example Response structure
@@ -7883,6 +7906,10 @@ module Aws::RDS
7883
7906
  # resp.db_instance_automated_backups[0].kms_key_id #=> String
7884
7907
  # resp.db_instance_automated_backups[0].timezone #=> String
7885
7908
  # resp.db_instance_automated_backups[0].iam_database_authentication_enabled #=> Boolean
7909
+ # resp.db_instance_automated_backups[0].backup_retention_period #=> Integer
7910
+ # resp.db_instance_automated_backups[0].db_instance_automated_backups_arn #=> String
7911
+ # resp.db_instance_automated_backups[0].db_instance_automated_backups_replications #=> Array
7912
+ # resp.db_instance_automated_backups[0].db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
7886
7913
  #
7887
7914
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstanceAutomatedBackups AWS API Documentation
7888
7915
  #
@@ -8110,6 +8137,8 @@ module Aws::RDS
8110
8137
  # resp.db_instances[0].tag_list #=> Array
8111
8138
  # resp.db_instances[0].tag_list[0].key #=> String
8112
8139
  # resp.db_instances[0].tag_list[0].value #=> String
8140
+ # resp.db_instances[0].db_instance_automated_backups_replications #=> Array
8141
+ # resp.db_instances[0].db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
8113
8142
  #
8114
8143
  #
8115
8144
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -10697,6 +10726,7 @@ module Aws::RDS
10697
10726
  # resp.source_regions[0].region_name #=> String
10698
10727
  # resp.source_regions[0].endpoint #=> String
10699
10728
  # resp.source_regions[0].status #=> String
10729
+ # resp.source_regions[0].supports_db_instance_automated_backups_replication #=> Boolean
10700
10730
  #
10701
10731
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeSourceRegions AWS API Documentation
10702
10732
  #
@@ -12633,13 +12663,15 @@ module Aws::RDS
12633
12663
  #
12634
12664
  # @option params [String] :performance_insights_kms_key_id
12635
12665
  # The AWS KMS key identifier for encryption of Performance Insights
12636
- # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
12637
- # identifier, or the KMS key alias for the KMS encryption key.
12666
+ # data.
12667
+ #
12668
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
12669
+ # name for the AWS KMS customer master key (CMK).
12638
12670
  #
12639
12671
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
12640
- # Amazon RDS uses your default encryption key. AWS KMS creates the
12641
- # default encryption key for your AWS account. Your AWS account has a
12642
- # different default encryption key for each AWS Region.
12672
+ # Amazon RDS uses your default CMK. There is a default CMK for your AWS
12673
+ # account. Your AWS account has a different default CMK for each AWS
12674
+ # Region.
12643
12675
  #
12644
12676
  # @option params [Integer] :performance_insights_retention_period
12645
12677
  # The amount of time, in days, to retain Performance Insights data.
@@ -12926,6 +12958,8 @@ module Aws::RDS
12926
12958
  # resp.db_instance.tag_list #=> Array
12927
12959
  # resp.db_instance.tag_list[0].key #=> String
12928
12960
  # resp.db_instance.tag_list[0].value #=> String
12961
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
12962
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
12929
12963
  #
12930
12964
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
12931
12965
  #
@@ -14017,6 +14051,8 @@ module Aws::RDS
14017
14051
  # resp.db_instance.tag_list #=> Array
14018
14052
  # resp.db_instance.tag_list[0].key #=> String
14019
14053
  # resp.db_instance.tag_list[0].value #=> String
14054
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
14055
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
14020
14056
  #
14021
14057
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
14022
14058
  #
@@ -14417,6 +14453,8 @@ module Aws::RDS
14417
14453
  # resp.db_instance.tag_list #=> Array
14418
14454
  # resp.db_instance.tag_list[0].key #=> String
14419
14455
  # resp.db_instance.tag_list[0].value #=> String
14456
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
14457
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
14420
14458
  #
14421
14459
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
14422
14460
  #
@@ -14586,7 +14624,7 @@ module Aws::RDS
14586
14624
  #
14587
14625
  # @option params [required, String] :role_arn
14588
14626
  # The Amazon Resource Name (ARN) of the IAM role to disassociate from
14589
- # the DB instance, for example
14627
+ # the DB instance, for example,
14590
14628
  # `arn:aws:iam::123456789012:role/AccessRole`.
14591
14629
  #
14592
14630
  # @option params [required, String] :feature_name
@@ -15135,17 +15173,14 @@ module Aws::RDS
15135
15173
  # @option params [String] :kms_key_id
15136
15174
  # The AWS KMS key identifier for an encrypted DB cluster.
15137
15175
  #
15138
- # The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
15139
- # encryption key. If you are creating a DB cluster with the same AWS
15140
- # account that owns the KMS encryption key used to encrypt the new DB
15141
- # cluster, then you can use the KMS key alias instead of the ARN for the
15142
- # KM encryption key.
15176
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
15177
+ # name for the AWS KMS customer master key (CMK). To use a CMK in a
15178
+ # different AWS account, specify the key ARN or alias ARN.
15143
15179
  #
15144
15180
  # If the StorageEncrypted parameter is enabled, and you do not specify a
15145
15181
  # value for the `KmsKeyId` parameter, then Amazon RDS will use your
15146
- # default encryption key. AWS KMS creates the default encryption key for
15147
- # your AWS account. Your AWS account has a different default encryption
15148
- # key for each AWS Region.
15182
+ # default CMK. There is a default CMK for your AWS account. Your AWS
15183
+ # account has a different default CMK for each AWS Region.
15149
15184
  #
15150
15185
  # @option params [Boolean] :enable_iam_database_authentication
15151
15186
  # A value that indicates whether to enable mapping of AWS Identity and
@@ -15510,18 +15545,17 @@ module Aws::RDS
15510
15545
  # The AWS KMS key identifier to use when restoring an encrypted DB
15511
15546
  # cluster from a DB snapshot or DB cluster snapshot.
15512
15547
  #
15513
- # The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
15514
- # encryption key. If you are restoring a DB cluster with the same AWS
15515
- # account that owns the KMS encryption key used to encrypt the new DB
15516
- # cluster, then you can use the KMS key alias instead of the ARN for the
15517
- # KMS encryption key.
15548
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
15549
+ # name for the AWS KMS customer master key (CMK). To use a CMK in a
15550
+ # different AWS account, specify the key ARN or alias ARN.
15518
15551
  #
15519
- # If you don't specify a value for the `KmsKeyId` parameter, then the
15552
+ # When you don't specify a value for the `KmsKeyId` parameter, then the
15520
15553
  # following occurs:
15521
15554
  #
15522
15555
  # * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier` is
15523
- # encrypted, then the restored DB cluster is encrypted using the KMS
15524
- # key that was used to encrypt the DB snapshot or DB cluster snapshot.
15556
+ # encrypted, then the restored DB cluster is encrypted using the AWS
15557
+ # KMS CMK that was used to encrypt the DB snapshot or DB cluster
15558
+ # snapshot.
15525
15559
  #
15526
15560
  # * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier`
15527
15561
  # isn't encrypted, then the restored DB cluster isn't encrypted.
@@ -15898,23 +15932,21 @@ module Aws::RDS
15898
15932
  # The AWS KMS key identifier to use when restoring an encrypted DB
15899
15933
  # cluster from an encrypted DB cluster.
15900
15934
  #
15901
- # The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
15902
- # encryption key. If you are restoring a DB cluster with the same AWS
15903
- # account that owns the KMS encryption key used to encrypt the new DB
15904
- # cluster, then you can use the KMS key alias instead of the ARN for the
15905
- # KMS encryption key.
15935
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
15936
+ # name for the AWS KMS customer master key (CMK). To use a CMK in a
15937
+ # different AWS account, specify the key ARN or alias ARN.
15906
15938
  #
15907
15939
  # You can restore to a new DB cluster and encrypt the new DB cluster
15908
- # with a KMS key that is different than the KMS key used to encrypt the
15909
- # source DB cluster. The new DB cluster is encrypted with the KMS key
15910
- # identified by the `KmsKeyId` parameter.
15940
+ # with a AWS KMS CMK that is different than the AWS KMS key used to
15941
+ # encrypt the source DB cluster. The new DB cluster is encrypted with
15942
+ # the AWS KMS CMK identified by the `KmsKeyId` parameter.
15911
15943
  #
15912
15944
  # If you don't specify a value for the `KmsKeyId` parameter, then the
15913
15945
  # following occurs:
15914
15946
  #
15915
15947
  # * If the DB cluster is encrypted, then the restored DB cluster is
15916
- # encrypted using the KMS key that was used to encrypt the source DB
15917
- # cluster.
15948
+ # encrypted using the AWS KMS CMK that was used to encrypt the source
15949
+ # DB cluster.
15918
15950
  #
15919
15951
  # * If the DB cluster isn't encrypted, then the restored DB cluster
15920
15952
  # isn't encrypted.
@@ -16147,23 +16179,23 @@ module Aws::RDS
16147
16179
  end
16148
16180
 
16149
16181
  # Creates a new DB instance from a DB snapshot. The target database is
16150
- # created from the source database restore point with the most of
16151
- # original configuration with the default security group and the default
16152
- # DB parameter group. By default, the new DB instance is created as a
16153
- # single-AZ deployment except when the instance is a SQL Server instance
16154
- # that has an option group that is associated with mirroring; in this
16155
- # case, the instance becomes a mirrored AZ deployment and not a
16156
- # single-AZ deployment.
16182
+ # created from the source database restore point with most of the
16183
+ # source's original configuration, including the default security group
16184
+ # and DB parameter group. By default, the new DB instance is created as
16185
+ # a Single-AZ deployment, except when the instance is a SQL Server
16186
+ # instance that has an option group associated with mirroring. In this
16187
+ # case, the instance becomes a Multi-AZ deployment, not a Single-AZ
16188
+ # deployment.
16157
16189
  #
16158
- # If your intent is to replace your original DB instance with the new,
16190
+ # If you want to replace your original DB instance with the new,
16159
16191
  # restored DB instance, then rename your original DB instance before you
16160
16192
  # call the RestoreDBInstanceFromDBSnapshot action. RDS doesn't allow
16161
- # two DB instances with the same name. Once you have renamed your
16193
+ # two DB instances with the same name. After you have renamed your
16162
16194
  # original DB instance with a different identifier, then you can pass
16163
16195
  # the original name of the DB instance as the DBInstanceIdentifier in
16164
16196
  # the call to the RestoreDBInstanceFromDBSnapshot action. The result is
16165
- # that you will replace the original DB instance with the DB instance
16166
- # created from the snapshot.
16197
+ # that you replace the original DB instance with the DB instance created
16198
+ # from the snapshot.
16167
16199
  #
16168
16200
  # If you are restoring from a shared manual DB snapshot, the
16169
16201
  # `DBSnapshotIdentifier` must be the ARN of the shared DB snapshot.
@@ -16711,6 +16743,8 @@ module Aws::RDS
16711
16743
  # resp.db_instance.tag_list #=> Array
16712
16744
  # resp.db_instance.tag_list[0].key #=> String
16713
16745
  # resp.db_instance.tag_list[0].value #=> String
16746
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
16747
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
16714
16748
  #
16715
16749
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
16716
16750
  #
@@ -16959,17 +16993,14 @@ module Aws::RDS
16959
16993
  # @option params [String] :kms_key_id
16960
16994
  # The AWS KMS key identifier for an encrypted DB instance.
16961
16995
  #
16962
- # The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
16963
- # encryption key. If you are creating a DB instance with the same AWS
16964
- # account that owns the KMS encryption key used to encrypt the new DB
16965
- # instance, then you can use the KMS key alias instead of the ARN for
16966
- # the KM encryption key.
16996
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
16997
+ # name for the AWS KMS customer master key (CMK). To use a CMK in a
16998
+ # different AWS account, specify the key ARN or alias ARN.
16967
16999
  #
16968
17000
  # If the `StorageEncrypted` parameter is enabled, and you do not specify
16969
17001
  # a value for the `KmsKeyId` parameter, then Amazon RDS will use your
16970
- # default encryption key. AWS KMS creates the default encryption key for
16971
- # your AWS account. Your AWS account has a different default encryption
16972
- # key for each AWS Region.
17002
+ # default CMK. There is a default CMK for your AWS account. Your AWS
17003
+ # account has a different default CMK for each AWS Region.
16973
17004
  #
16974
17005
  # @option params [Boolean] :copy_tags_to_snapshot
16975
17006
  # A value that indicates whether to copy all tags from the DB instance
@@ -17050,13 +17081,15 @@ module Aws::RDS
17050
17081
  #
17051
17082
  # @option params [String] :performance_insights_kms_key_id
17052
17083
  # The AWS KMS key identifier for encryption of Performance Insights
17053
- # data. The KMS key ID is the Amazon Resource Name (ARN), the KMS key
17054
- # identifier, or the KMS key alias for the KMS encryption key.
17084
+ # data.
17085
+ #
17086
+ # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
17087
+ # name for the AWS KMS customer master key (CMK).
17055
17088
  #
17056
17089
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
17057
- # Amazon RDS uses your default encryption key. AWS KMS creates the
17058
- # default encryption key for your AWS account. Your AWS account has a
17059
- # different default encryption key for each AWS Region.
17090
+ # Amazon RDS uses your default CMK. There is a default CMK for your AWS
17091
+ # account. Your AWS account has a different default CMK for each AWS
17092
+ # Region.
17060
17093
  #
17061
17094
  # @option params [Integer] :performance_insights_retention_period
17062
17095
  # The amount of time, in days, to retain Performance Insights data.
@@ -17278,6 +17311,8 @@ module Aws::RDS
17278
17311
  # resp.db_instance.tag_list #=> Array
17279
17312
  # resp.db_instance.tag_list[0].key #=> String
17280
17313
  # resp.db_instance.tag_list[0].value #=> String
17314
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
17315
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
17281
17316
  #
17282
17317
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
17283
17318
  #
@@ -17597,6 +17632,11 @@ module Aws::RDS
17597
17632
  # The upper limit to which Amazon RDS can automatically scale the
17598
17633
  # storage of the DB instance.
17599
17634
  #
17635
+ # @option params [String] :source_db_instance_automated_backups_arn
17636
+ # The Amazon Resource Name (ARN) of the replicated automated backups
17637
+ # from which to restore, for example,
17638
+ # `arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`.
17639
+ #
17600
17640
  # @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17601
17641
  #
17602
17642
  # * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
@@ -17742,6 +17782,7 @@ module Aws::RDS
17742
17782
  # deletion_protection: false,
17743
17783
  # source_dbi_resource_id: "String",
17744
17784
  # max_allocated_storage: 1,
17785
+ # source_db_instance_automated_backups_arn: "String",
17745
17786
  # })
17746
17787
  #
17747
17788
  # @example Response structure
@@ -17865,6 +17906,8 @@ module Aws::RDS
17865
17906
  # resp.db_instance.tag_list #=> Array
17866
17907
  # resp.db_instance.tag_list[0].key #=> String
17867
17908
  # resp.db_instance.tag_list[0].value #=> String
17909
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
17910
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
17868
17911
  #
17869
17912
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
17870
17913
  #
@@ -17973,7 +18016,7 @@ module Aws::RDS
17973
18016
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html
17974
18017
  #
17975
18018
  # @option params [required, String] :resource_arn
17976
- # The Amazon Resource Name (ARN) of the DB cluster, for example
18019
+ # The Amazon Resource Name (ARN) of the DB cluster, for example,
17977
18020
  # `arn:aws:rds:us-east-1:12345667890:cluster:das-cluster`.
17978
18021
  #
17979
18022
  # @option params [required, String] :mode
@@ -17984,8 +18027,8 @@ module Aws::RDS
17984
18027
  #
17985
18028
  # @option params [required, String] :kms_key_id
17986
18029
  # The AWS KMS key identifier for encrypting messages in the database
17987
- # activity stream. The key identifier can be either a key ID, a key ARN,
17988
- # or a key alias.
18030
+ # activity stream. The AWS KMS key identifier is the key ARN, key ID,
18031
+ # alias ARN, or alias name for the AWS KMS customer master key (CMK).
17989
18032
  #
17990
18033
  # @option params [Boolean] :apply_immediately
17991
18034
  # Specifies whether or not the database activity stream is to start as
@@ -18297,6 +18340,8 @@ module Aws::RDS
18297
18340
  # resp.db_instance.tag_list #=> Array
18298
18341
  # resp.db_instance.tag_list[0].key #=> String
18299
18342
  # resp.db_instance.tag_list[0].value #=> String
18343
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
18344
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
18300
18345
  #
18301
18346
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
18302
18347
  #
@@ -18307,6 +18352,95 @@ module Aws::RDS
18307
18352
  req.send_request(options)
18308
18353
  end
18309
18354
 
18355
+ # Enables replication of automated backups to a different AWS Region.
18356
+ #
18357
+ # For more information, see [ Replicating Automated Backups to Another
18358
+ # AWS Region][1] in the *Amazon RDS User Guide.*
18359
+ #
18360
+ #
18361
+ #
18362
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html
18363
+ #
18364
+ # @option params [required, String] :source_db_instance_arn
18365
+ # The Amazon Resource Name (ARN) of the source DB instance for the
18366
+ # replicated automated backups, for example,
18367
+ # `arn:aws:rds:us-west-2:123456789012:db:mydatabase`.
18368
+ #
18369
+ # @option params [Integer] :backup_retention_period
18370
+ # The retention period for the replicated automated backups.
18371
+ #
18372
+ # @option params [String] :kms_key_id
18373
+ # The AWS KMS key identifier for encryption of the replicated automated
18374
+ # backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS
18375
+ # encryption key in the destination AWS Region, for example,
18376
+ # `arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`.
18377
+ #
18378
+ # @option params [String] :pre_signed_url
18379
+ # A URL that contains a Signature Version 4 signed request for the
18380
+ # StartDBInstanceAutomatedBackupsReplication action to be called in the
18381
+ # AWS Region of the source DB instance. The presigned URL must be a
18382
+ # valid request for the StartDBInstanceAutomatedBackupsReplication API
18383
+ # action that can be executed in the AWS Region that contains the source
18384
+ # DB instance.
18385
+ #
18386
+ # @option params [String] :source_region
18387
+ # The source region of the snapshot. This is only needed when the
18388
+ # shapshot is encrypted and in a different region.
18389
+ #
18390
+ # @return [Types::StartDBInstanceAutomatedBackupsReplicationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
18391
+ #
18392
+ # * {Types::StartDBInstanceAutomatedBackupsReplicationResult#db_instance_automated_backup #db_instance_automated_backup} => Types::DBInstanceAutomatedBackup
18393
+ #
18394
+ # @example Request syntax with placeholder values
18395
+ #
18396
+ # resp = client.start_db_instance_automated_backups_replication({
18397
+ # source_db_instance_arn: "String", # required
18398
+ # backup_retention_period: 1,
18399
+ # kms_key_id: "String",
18400
+ # pre_signed_url: "String",
18401
+ # source_region: "String",
18402
+ # })
18403
+ #
18404
+ # @example Response structure
18405
+ #
18406
+ # resp.db_instance_automated_backup.db_instance_arn #=> String
18407
+ # resp.db_instance_automated_backup.dbi_resource_id #=> String
18408
+ # resp.db_instance_automated_backup.region #=> String
18409
+ # resp.db_instance_automated_backup.db_instance_identifier #=> String
18410
+ # resp.db_instance_automated_backup.restore_window.earliest_time #=> Time
18411
+ # resp.db_instance_automated_backup.restore_window.latest_time #=> Time
18412
+ # resp.db_instance_automated_backup.allocated_storage #=> Integer
18413
+ # resp.db_instance_automated_backup.status #=> String
18414
+ # resp.db_instance_automated_backup.port #=> Integer
18415
+ # resp.db_instance_automated_backup.availability_zone #=> String
18416
+ # resp.db_instance_automated_backup.vpc_id #=> String
18417
+ # resp.db_instance_automated_backup.instance_create_time #=> Time
18418
+ # resp.db_instance_automated_backup.master_username #=> String
18419
+ # resp.db_instance_automated_backup.engine #=> String
18420
+ # resp.db_instance_automated_backup.engine_version #=> String
18421
+ # resp.db_instance_automated_backup.license_model #=> String
18422
+ # resp.db_instance_automated_backup.iops #=> Integer
18423
+ # resp.db_instance_automated_backup.option_group_name #=> String
18424
+ # resp.db_instance_automated_backup.tde_credential_arn #=> String
18425
+ # resp.db_instance_automated_backup.encrypted #=> Boolean
18426
+ # resp.db_instance_automated_backup.storage_type #=> String
18427
+ # resp.db_instance_automated_backup.kms_key_id #=> String
18428
+ # resp.db_instance_automated_backup.timezone #=> String
18429
+ # resp.db_instance_automated_backup.iam_database_authentication_enabled #=> Boolean
18430
+ # resp.db_instance_automated_backup.backup_retention_period #=> Integer
18431
+ # resp.db_instance_automated_backup.db_instance_automated_backups_arn #=> String
18432
+ # resp.db_instance_automated_backup.db_instance_automated_backups_replications #=> Array
18433
+ # resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
18434
+ #
18435
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication AWS API Documentation
18436
+ #
18437
+ # @overload start_db_instance_automated_backups_replication(params = {})
18438
+ # @param [Hash] params ({})
18439
+ def start_db_instance_automated_backups_replication(params = {}, options = {})
18440
+ req = build_request(:start_db_instance_automated_backups_replication, params)
18441
+ req.send_request(options)
18442
+ end
18443
+
18310
18444
  # Starts an export of a snapshot to Amazon S3. The provided IAM role
18311
18445
  # must have access to the S3 bucket.
18312
18446
  #
@@ -18326,11 +18460,11 @@ module Aws::RDS
18326
18460
  # when exporting a snapshot.
18327
18461
  #
18328
18462
  # @option params [required, String] :kms_key_id
18329
- # The ID of the AWS KMS key to use to encrypt the snapshot exported to
18330
- # Amazon S3. The KMS key ID is the Amazon Resource Name (ARN), the KMS
18331
- # key identifier, or the KMS key alias for the KMS encryption key. The
18332
- # caller of this operation must be authorized to execute the following
18333
- # operations. These can be set in the KMS key policy:
18463
+ # The ID of the AWS KMS customer master key (CMK) to use to encrypt the
18464
+ # snapshot exported to Amazon S3. The AWS KMS key identifier is the key
18465
+ # ARN, key ID, alias ARN, or alias name for the AWS KMS customer master
18466
+ # key (CMK). The caller of this operation must be authorized to execute
18467
+ # the following operations. These can be set in the AWS KMS key policy:
18334
18468
  #
18335
18469
  # * GrantOperation.Encrypt
18336
18470
  #
@@ -18759,6 +18893,8 @@ module Aws::RDS
18759
18893
  # resp.db_instance.tag_list #=> Array
18760
18894
  # resp.db_instance.tag_list[0].key #=> String
18761
18895
  # resp.db_instance.tag_list[0].value #=> String
18896
+ # resp.db_instance.db_instance_automated_backups_replications #=> Array
18897
+ # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
18762
18898
  #
18763
18899
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
18764
18900
  #
@@ -18769,6 +18905,70 @@ module Aws::RDS
18769
18905
  req.send_request(options)
18770
18906
  end
18771
18907
 
18908
+ # Stops automated backup replication for a DB instance.
18909
+ #
18910
+ # For more information, see [ Replicating Automated Backups to Another
18911
+ # AWS Region][1] in the *Amazon RDS User Guide.*
18912
+ #
18913
+ #
18914
+ #
18915
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html
18916
+ #
18917
+ # @option params [required, String] :source_db_instance_arn
18918
+ # The Amazon Resource Name (ARN) of the source DB instance for which to
18919
+ # stop replicating automated backups, for example,
18920
+ # `arn:aws:rds:us-west-2:123456789012:db:mydatabase`.
18921
+ #
18922
+ # @return [Types::StopDBInstanceAutomatedBackupsReplicationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
18923
+ #
18924
+ # * {Types::StopDBInstanceAutomatedBackupsReplicationResult#db_instance_automated_backup #db_instance_automated_backup} => Types::DBInstanceAutomatedBackup
18925
+ #
18926
+ # @example Request syntax with placeholder values
18927
+ #
18928
+ # resp = client.stop_db_instance_automated_backups_replication({
18929
+ # source_db_instance_arn: "String", # required
18930
+ # })
18931
+ #
18932
+ # @example Response structure
18933
+ #
18934
+ # resp.db_instance_automated_backup.db_instance_arn #=> String
18935
+ # resp.db_instance_automated_backup.dbi_resource_id #=> String
18936
+ # resp.db_instance_automated_backup.region #=> String
18937
+ # resp.db_instance_automated_backup.db_instance_identifier #=> String
18938
+ # resp.db_instance_automated_backup.restore_window.earliest_time #=> Time
18939
+ # resp.db_instance_automated_backup.restore_window.latest_time #=> Time
18940
+ # resp.db_instance_automated_backup.allocated_storage #=> Integer
18941
+ # resp.db_instance_automated_backup.status #=> String
18942
+ # resp.db_instance_automated_backup.port #=> Integer
18943
+ # resp.db_instance_automated_backup.availability_zone #=> String
18944
+ # resp.db_instance_automated_backup.vpc_id #=> String
18945
+ # resp.db_instance_automated_backup.instance_create_time #=> Time
18946
+ # resp.db_instance_automated_backup.master_username #=> String
18947
+ # resp.db_instance_automated_backup.engine #=> String
18948
+ # resp.db_instance_automated_backup.engine_version #=> String
18949
+ # resp.db_instance_automated_backup.license_model #=> String
18950
+ # resp.db_instance_automated_backup.iops #=> Integer
18951
+ # resp.db_instance_automated_backup.option_group_name #=> String
18952
+ # resp.db_instance_automated_backup.tde_credential_arn #=> String
18953
+ # resp.db_instance_automated_backup.encrypted #=> Boolean
18954
+ # resp.db_instance_automated_backup.storage_type #=> String
18955
+ # resp.db_instance_automated_backup.kms_key_id #=> String
18956
+ # resp.db_instance_automated_backup.timezone #=> String
18957
+ # resp.db_instance_automated_backup.iam_database_authentication_enabled #=> Boolean
18958
+ # resp.db_instance_automated_backup.backup_retention_period #=> Integer
18959
+ # resp.db_instance_automated_backup.db_instance_automated_backups_arn #=> String
18960
+ # resp.db_instance_automated_backup.db_instance_automated_backups_replications #=> Array
18961
+ # resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
18962
+ #
18963
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstanceAutomatedBackupsReplication AWS API Documentation
18964
+ #
18965
+ # @overload stop_db_instance_automated_backups_replication(params = {})
18966
+ # @param [Hash] params ({})
18967
+ def stop_db_instance_automated_backups_replication(params = {}, options = {})
18968
+ req = build_request(:stop_db_instance_automated_backups_replication, params)
18969
+ req.send_request(options)
18970
+ end
18971
+
18772
18972
  # @!endgroup
18773
18973
 
18774
18974
  # @param params ({})
@@ -18782,7 +18982,7 @@ module Aws::RDS
18782
18982
  params: params,
18783
18983
  config: config)
18784
18984
  context[:gem_name] = 'aws-sdk-rds'
18785
- context[:gem_version] = '1.106.0'
18985
+ context[:gem_version] = '1.107.0'
18786
18986
  Seahorse::Client::Request.new(handlers, context)
18787
18987
  end
18788
18988