aws-sdk-rds 1.55.0 → 1.56.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
  SHA1:
3
- metadata.gz: e4e3a69334a102babc4ff7604631331cffc0cdcb
4
- data.tar.gz: 2538d30852ed4066a8d3096dabc93f66203597c0
3
+ metadata.gz: 3b9331bf4f206a66fb60894c5d79fcde81e92c93
4
+ data.tar.gz: 3b7ec69b0da06ed22825db94287ebc8b00bbb6c9
5
5
  SHA512:
6
- metadata.gz: 30c2a669b945198835fb1027467d5ad3fc18575eebbe3ea6ec529033efaabe29afca25f488b488a689608f11489be41f4154ba89f2ed4fe3af39dc3a975515da
7
- data.tar.gz: 128e2f365ad25e7078f34d24216b00bd9ac4469d981993dc8bc61f94cda10b8ce1c11d25775e9be77d95ed02b530d4a0966f41919cc022a8fbc828d9442f62a4
6
+ metadata.gz: a26e6555a3a7e46d6d7b38708d515268dbd4c2c83aace828509e7b6f19d7aa07ce5cb0cd4f5bfdeb86b7a70e8b916dcb0e8b09b1b54ae314d883c3caf2ebae18
7
+ data.tar.gz: c53746b7ca8e9b6987664e94beb95b22162b4bc13908ba356d04aab37c759d238a889c3978c5e079ec762ef81f1af5dc79b2add0e3f2402825eeb041ac241df4
data/lib/aws-sdk-rds.rb CHANGED
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.55.0'
71
+ GEM_VERSION = '1.56.0'
72
72
 
73
73
  end
@@ -707,14 +707,16 @@ module Aws::RDS
707
707
  # [1]: http://en.wikipedia.org/wiki/ISO_8601
708
708
  #
709
709
  # @option params [Boolean] :force
710
- # A value that, if specified, forces the DB cluster to backtrack when
711
- # binary logging is enabled. Otherwise, an error occurs when binary
710
+ # A value that indicates whether to force the DB cluster to backtrack
711
+ # when binary logging is enabled. Otherwise, an error occurs when binary
712
712
  # logging is enabled.
713
713
  #
714
714
  # @option params [Boolean] :use_earliest_time_on_point_in_time_unavailable
715
- # If *BacktrackTo* is set to a timestamp earlier than the earliest
716
- # backtrack time, this value backtracks the DB cluster to the earliest
717
- # possible backtrack time. Otherwise, an error occurs.
715
+ # A value that indicates whether to backtrack the DB cluster to the
716
+ # earliest possible backtrack time when *BacktrackTo* is set to a
717
+ # timestamp earlier than the earliest backtrack time. When this
718
+ # parameter is disabled and *BacktrackTo* is set to a timestamp earlier
719
+ # than the earliest backtrack time, an error occurs.
718
720
  #
719
721
  # @return [Types::DBClusterBacktrack] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
720
722
  #
@@ -1043,8 +1045,9 @@ module Aws::RDS
1043
1045
  # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
1044
1046
  #
1045
1047
  # @option params [Boolean] :copy_tags
1046
- # True to copy all tags from the source DB cluster snapshot to the
1047
- # target DB cluster snapshot, and otherwise false. The default is false.
1048
+ # A value that indicates whether to copy all tags from the source DB
1049
+ # cluster snapshot to the target DB cluster snapshot. By default, tags
1050
+ # are not copied.
1048
1051
  #
1049
1052
  # @option params [Array<Types::Tag>] :tags
1050
1053
  # A list of tags. For more information, see [Tagging Amazon RDS
@@ -1312,8 +1315,8 @@ module Aws::RDS
1312
1315
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
1313
1316
  #
1314
1317
  # @option params [Boolean] :copy_tags
1315
- # True to copy all tags from the source DB snapshot to the target DB
1316
- # snapshot, and otherwise false. The default is false.
1318
+ # A value that indicates whether to copy all tags from the source DB
1319
+ # snapshot to the target DB snapshot. By default, tags are not copied.
1317
1320
  #
1318
1321
  # @option params [String] :pre_signed_url
1319
1322
  # The URL that contains a Signature Version 4 signed request for the
@@ -1775,7 +1778,7 @@ module Aws::RDS
1775
1778
  # Tags to assign to the DB cluster.
1776
1779
  #
1777
1780
  # @option params [Boolean] :storage_encrypted
1778
- # Specifies whether the DB cluster is encrypted.
1781
+ # A value that indicates whether the DB cluster is encrypted.
1779
1782
  #
1780
1783
  # @option params [String] :kms_key_id
1781
1784
  # The AWS KMS key identifier for an encrypted DB cluster.
@@ -1792,7 +1795,7 @@ module Aws::RDS
1792
1795
  # then Amazon RDS will use the encryption key used to encrypt the
1793
1796
  # source. Otherwise, Amazon RDS will use your default encryption key.
1794
1797
  #
1795
- # * If the `StorageEncrypted` parameter is true and
1798
+ # * If the `StorageEncrypted` parameter is enabled and
1796
1799
  # `ReplicationSourceIdentifier` is not specified, then Amazon RDS will
1797
1800
  # use your default encryption key.
1798
1801
  #
@@ -1846,10 +1849,9 @@ module Aws::RDS
1846
1849
  # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
1847
1850
  #
1848
1851
  # @option params [Boolean] :enable_iam_database_authentication
1849
- # True to enable mapping of AWS Identity and Access Management (IAM)
1850
- # accounts to database accounts, and otherwise false.
1851
- #
1852
- # Default: `false`
1852
+ # A value that indicates whether to enable mapping of AWS Identity and
1853
+ # Access Management (IAM) accounts to database accounts. By default,
1854
+ # mapping is disabled.
1853
1855
  #
1854
1856
  # @option params [Integer] :backtrack_window
1855
1857
  # The target backtrack window, in seconds. To disable backtracking, set
@@ -1883,17 +1885,17 @@ module Aws::RDS
1883
1885
  # of the DB cluster.
1884
1886
  #
1885
1887
  # @option params [Boolean] :deletion_protection
1886
- # Indicates whether the DB cluster should have deletion protection
1887
- # enabled. The database can't be deleted when this value is set to
1888
- # true. The default is false.
1888
+ # A value that indicates whether the DB cluster has deletion protection
1889
+ # enabled. The database can't be deleted when deletion protection is
1890
+ # enabled. By default, deletion protection is disabled.
1889
1891
  #
1890
1892
  # @option params [String] :global_cluster_identifier
1891
1893
  # The global cluster ID of an Aurora cluster that becomes the primary
1892
1894
  # cluster in the new global database cluster.
1893
1895
  #
1894
1896
  # @option params [Boolean] :copy_tags_to_snapshot
1895
- # True to copy all tags from the DB cluster to snapshots of the DB
1896
- # cluster, and otherwise false. The default is false.
1897
+ # A value that indicates whether to copy all tags from the DB cluster to
1898
+ # snapshots of the DB cluster. The default is not to copy them.
1897
1899
  #
1898
1900
  # @option params [String] :source_region
1899
1901
  # The source region of the snapshot. This is only needed when the
@@ -2465,10 +2467,10 @@ module Aws::RDS
2465
2467
  # following:
2466
2468
  #
2467
2469
  # * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
2468
- # 32768.
2470
+ # 65536.
2469
2471
  #
2470
2472
  # * Provisioned IOPS storage (io1): Must be an integer from 100 to
2471
- # 32768.
2473
+ # 65536.
2472
2474
  #
2473
2475
  # * Magnetic storage (standard): Must be an integer from 5 to 3072.
2474
2476
  #
@@ -2478,10 +2480,10 @@ module Aws::RDS
2478
2480
  # following:
2479
2481
  #
2480
2482
  # * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
2481
- # 32768.
2483
+ # 65536.
2482
2484
  #
2483
2485
  # * Provisioned IOPS storage (io1): Must be an integer from 100 to
2484
- # 32768.
2486
+ # 65536.
2485
2487
  #
2486
2488
  # * Magnetic storage (standard): Must be an integer from 5 to 3072.
2487
2489
  #
@@ -2491,10 +2493,10 @@ module Aws::RDS
2491
2493
  # following:
2492
2494
  #
2493
2495
  # * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
2494
- # 32768.
2496
+ # 65536.
2495
2497
  #
2496
2498
  # * Provisioned IOPS storage (io1): Must be an integer from 100 to
2497
- # 32768.
2499
+ # 65536.
2498
2500
  #
2499
2501
  # * Magnetic storage (standard): Must be an integer from 5 to 3072.
2500
2502
  #
@@ -2504,10 +2506,10 @@ module Aws::RDS
2504
2506
  # following:
2505
2507
  #
2506
2508
  # * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
2507
- # 32768.
2509
+ # 65536.
2508
2510
  #
2509
2511
  # * Provisioned IOPS storage (io1): Must be an integer from 100 to
2510
- # 32768.
2512
+ # 65536.
2511
2513
  #
2512
2514
  # * Magnetic storage (standard): Must be an integer from 10 to 3072.
2513
2515
  #
@@ -2705,9 +2707,9 @@ module Aws::RDS
2705
2707
  #
2706
2708
  # Example: `us-east-1d`
2707
2709
  #
2708
- # Constraint: The AvailabilityZone parameter can't be specified if the
2709
- # MultiAZ parameter is set to `true`. The specified Availability Zone
2710
- # must be in the same AWS Region as the current endpoint.
2710
+ # Constraint: The `AvailabilityZone` parameter can't be specified if
2711
+ # the DB instance is a Multi-AZ deployment. The specified Availability
2712
+ # Zone must be in the same AWS Region as the current endpoint.
2711
2713
  #
2712
2714
  #
2713
2715
  #
@@ -2848,9 +2850,9 @@ module Aws::RDS
2848
2850
  # Type: Integer
2849
2851
  #
2850
2852
  # @option params [Boolean] :multi_az
2851
- # A value that specifies whether the DB instance is a Multi-AZ
2852
- # deployment. You can't set the AvailabilityZone parameter if the
2853
- # MultiAZ parameter is set to true.
2853
+ # A value that indicates whether the DB instance is a Multi-AZ
2854
+ # deployment. You can't set the `AvailabilityZone` parameter if the DB
2855
+ # instance is a Multi-AZ deployment.
2854
2856
  #
2855
2857
  # @option params [String] :engine_version
2856
2858
  # The version number of the database engine to use.
@@ -2900,10 +2902,9 @@ module Aws::RDS
2900
2902
  # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
2901
2903
  #
2902
2904
  # @option params [Boolean] :auto_minor_version_upgrade
2903
- # Indicates that minor engine upgrades are applied automatically to the
2904
- # DB instance during the maintenance window.
2905
- #
2906
- # Default: `true`
2905
+ # A value that indicates whether minor engine upgrades are applied
2906
+ # automatically to the DB instance during the maintenance window. By
2907
+ # default, minor engine upgrades are applied automatically.
2907
2908
  #
2908
2909
  # @option params [String] :license_model
2909
2910
  # License model information for this DB instance.
@@ -2943,11 +2944,12 @@ module Aws::RDS
2943
2944
  # more information, see `CreateDBCluster`.
2944
2945
  #
2945
2946
  # @option params [Boolean] :publicly_accessible
2946
- # Specifies the accessibility options for the DB instance. A value of
2947
- # true specifies an Internet-facing instance with a publicly resolvable
2948
- # DNS name, which resolves to a public IP address. A value of false
2949
- # specifies an internal instance with a DNS name that resolves to a
2950
- # private IP address.
2947
+ # A value that indicates whether the DB instance is publicly accessible.
2948
+ # When the DB instance is publicly accessible, it is an Internet-facing
2949
+ # instance with a publicly resolvable DNS name, which resolves to a
2950
+ # public IP address. When the DB instance is not publicly accessible, it
2951
+ # is an internal instance with a DNS name that resolves to a private IP
2952
+ # address.
2951
2953
  #
2952
2954
  # Default: The default behavior varies depending on whether
2953
2955
  # `DBSubnetGroupName` is specified.
@@ -2984,8 +2986,7 @@ module Aws::RDS
2984
2986
  # If you specify `io1`, you must also include a value for the `Iops`
2985
2987
  # parameter.
2986
2988
  #
2987
- # Default: `io1` if the `Iops` parameter is specified, otherwise
2988
- # `standard`
2989
+ # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
2989
2990
  #
2990
2991
  # @option params [String] :tde_credential_arn
2991
2992
  # The ARN from the key store with which to associate the instance for
@@ -2996,15 +2997,14 @@ module Aws::RDS
2996
2997
  # the device.
2997
2998
  #
2998
2999
  # @option params [Boolean] :storage_encrypted
2999
- # Specifies whether the DB instance is encrypted.
3000
+ # A value that indicates whether the DB instance is encrypted. By
3001
+ # default, it is not encrypted.
3000
3002
  #
3001
3003
  # **Amazon Aurora**
3002
3004
  #
3003
3005
  # Not applicable. The encryption for DB instances is managed by the DB
3004
3006
  # cluster.
3005
3007
  #
3006
- # Default: false
3007
- #
3008
3008
  # @option params [String] :kms_key_id
3009
3009
  # The AWS KMS key identifier for an encrypted DB instance.
3010
3010
  #
@@ -3019,11 +3019,11 @@ module Aws::RDS
3019
3019
  # Not applicable. The KMS key identifier is managed by the DB cluster.
3020
3020
  # For more information, see `CreateDBCluster`.
3021
3021
  #
3022
- # If the `StorageEncrypted` parameter is true, and you do not specify a
3023
- # value for the `KmsKeyId` parameter, then Amazon RDS will use your
3024
- # default encryption key. AWS KMS creates the default encryption key for
3025
- # your AWS account. Your AWS account has a different default encryption
3026
- # key for each AWS Region.
3022
+ # If `StorageEncrypted` is enabled, and you do not specify a value for
3023
+ # the `KmsKeyId` parameter, then Amazon RDS will use your default
3024
+ # encryption key. AWS KMS creates the default encryption key for your
3025
+ # AWS account. Your AWS account has a different default encryption key
3026
+ # for each AWS Region.
3027
3027
  #
3028
3028
  # @option params [String] :domain
3029
3029
  # For an Amazon RDS DB instance that's running Microsoft SQL Server,
@@ -3039,8 +3039,8 @@ module Aws::RDS
3039
3039
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/USER_SQLServerWinAuth.html
3040
3040
  #
3041
3041
  # @option params [Boolean] :copy_tags_to_snapshot
3042
- # True to copy all tags from the DB instance to snapshots of the DB
3043
- # instance, and otherwise false. The default is false.
3042
+ # A value that indicates whether to copy tags from the DB instance to
3043
+ # snapshots of the DB instance. By default, tags are not copied.
3044
3044
  #
3045
3045
  # **Amazon Aurora**
3046
3046
  #
@@ -3099,8 +3099,9 @@ module Aws::RDS
3099
3099
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone
3100
3100
  #
3101
3101
  # @option params [Boolean] :enable_iam_database_authentication
3102
- # True to enable mapping of AWS Identity and Access Management (IAM)
3103
- # accounts to database accounts, and otherwise false.
3102
+ # A value that indicates whether to enable mapping of AWS Identity and
3103
+ # Access Management (IAM) accounts to database accounts. By default,
3104
+ # mapping is disabled.
3104
3105
  #
3105
3106
  # You can enable IAM database authentication for the following database
3106
3107
  # engines:
@@ -3116,11 +3117,9 @@ module Aws::RDS
3116
3117
  #
3117
3118
  # * For MySQL 5.7, minor version 5.7.16 or higher
3118
3119
  #
3119
- # Default: `false`
3120
- #
3121
3120
  # @option params [Boolean] :enable_performance_insights
3122
- # True to enable Performance Insights for the DB instance, and otherwise
3123
- # false.
3121
+ # A value that indicates whether to enable Performance Insights for the
3122
+ # DB instance.
3124
3123
  #
3125
3124
  # For more information, see [Using Amazon Performance Insights][1] in
3126
3125
  # the *Amazon Relational Database Service User Guide*.
@@ -3134,6 +3133,11 @@ module Aws::RDS
3134
3133
  # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
3135
3134
  # identifier, or the KMS key alias for the KMS encryption key.
3136
3135
  #
3136
+ # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
3137
+ # Amazon RDS uses your default encryption key. AWS KMS creates the
3138
+ # default encryption key for your AWS account. Your AWS account has a
3139
+ # different default encryption key for each AWS Region.
3140
+ #
3137
3141
  # @option params [Integer] :performance_insights_retention_period
3138
3142
  # The amount of time, in days, to retain Performance Insights data.
3139
3143
  # Valid values are 7 or 731 (2 years).
@@ -3154,10 +3158,10 @@ module Aws::RDS
3154
3158
  # instance class of the DB instance.
3155
3159
  #
3156
3160
  # @option params [Boolean] :deletion_protection
3157
- # Indicates if the DB instance should have deletion protection enabled.
3158
- # The database can't be deleted when this value is set to true. The
3159
- # default is false. For more information, see [ Deleting a DB
3160
- # Instance][1].
3161
+ # A value that indicates whether the DB instance has deletion protection
3162
+ # enabled. The database can't be deleted when deletion protection is
3163
+ # enabled. By default, deletion protection is disabled. For more
3164
+ # information, see [ Deleting a DB Instance][1].
3161
3165
  #
3162
3166
  #
3163
3167
  #
@@ -3460,7 +3464,8 @@ module Aws::RDS
3460
3464
  # Valid Values: `1150-65535`
3461
3465
  #
3462
3466
  # @option params [Boolean] :multi_az
3463
- # Specifies whether the Read Replica is in a Multi-AZ deployment.
3467
+ # A value that indicates whether the Read Replica is in a Multi-AZ
3468
+ # deployment.
3464
3469
  #
3465
3470
  # You can create a Read Replica as a Multi-AZ DB instance. RDS creates a
3466
3471
  # standby of your replica in another Availability Zone for failover
@@ -3469,8 +3474,8 @@ module Aws::RDS
3469
3474
  # DB instance.
3470
3475
  #
3471
3476
  # @option params [Boolean] :auto_minor_version_upgrade
3472
- # Indicates that minor engine upgrades are applied automatically to the
3473
- # Read Replica during the maintenance window.
3477
+ # A value that indicates whether minor engine upgrades are applied
3478
+ # automatically to the Read Replica during the maintenance window.
3474
3479
  #
3475
3480
  # Default: Inherits from the source DB instance
3476
3481
  #
@@ -3483,11 +3488,12 @@ module Aws::RDS
3483
3488
  # option group associated with the source instance is used.
3484
3489
  #
3485
3490
  # @option params [Boolean] :publicly_accessible
3486
- # Specifies the accessibility options for the DB instance. A value of
3487
- # true specifies an Internet-facing instance with a publicly resolvable
3488
- # DNS name, which resolves to a public IP address. A value of false
3489
- # specifies an internal instance with a DNS name that resolves to a
3490
- # private IP address. For more information, see `CreateDBInstance`.
3491
+ # A value that indicates whether the DB instance is publicly accessible.
3492
+ # When the DB instance is publicly accessible, it is an Internet-facing
3493
+ # instance with a publicly resolvable DNS name, which resolves to a
3494
+ # public IP address. When the DB instance is not publicly accessible, it
3495
+ # is an internal instance with a DNS name that resolves to a private IP
3496
+ # address. For more information, see CreateDBInstance.
3491
3497
  #
3492
3498
  # @option params [Array<Types::Tag>] :tags
3493
3499
  # A list of tags. For more information, see [Tagging Amazon RDS
@@ -3538,12 +3544,11 @@ module Aws::RDS
3538
3544
  # If you specify `io1`, you must also include a value for the `Iops`
3539
3545
  # parameter.
3540
3546
  #
3541
- # Default: `io1` if the `Iops` parameter is specified, otherwise
3542
- # `standard`
3547
+ # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
3543
3548
  #
3544
3549
  # @option params [Boolean] :copy_tags_to_snapshot
3545
- # True to copy all tags from the Read Replica to snapshots of the Read
3546
- # Replica, and otherwise false. The default is false.
3550
+ # A value that indicates whether to copy all tags from the Read Replica
3551
+ # to snapshots of the Read Replica. By default, tags are not copied.
3547
3552
  #
3548
3553
  # @option params [Integer] :monitoring_interval
3549
3554
  # The interval, in seconds, between points when Enhanced Monitoring
@@ -3641,8 +3646,9 @@ module Aws::RDS
3641
3646
  # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
3642
3647
  #
3643
3648
  # @option params [Boolean] :enable_iam_database_authentication
3644
- # True to enable mapping of AWS Identity and Access Management (IAM)
3645
- # accounts to database accounts, and otherwise false.
3649
+ # A value that indicates whether to enable mapping of AWS Identity and
3650
+ # Access Management (IAM) accounts to database accounts. By default,
3651
+ # mapping is disabled.
3646
3652
  #
3647
3653
  # You can enable IAM database authentication for the following database
3648
3654
  # engines
@@ -3653,11 +3659,9 @@ module Aws::RDS
3653
3659
  #
3654
3660
  # * Aurora MySQL 5.6 or higher
3655
3661
  #
3656
- # Default: `false`
3657
- #
3658
3662
  # @option params [Boolean] :enable_performance_insights
3659
- # True to enable Performance Insights for the Read Replica, and
3660
- # otherwise false.
3663
+ # A value that indicates whether to enable Performance Insights for the
3664
+ # Read Replica.
3661
3665
  #
3662
3666
  # For more information, see [Using Amazon Performance Insights][1] in
3663
3667
  # the *Amazon RDS User Guide*.
@@ -3671,6 +3675,11 @@ module Aws::RDS
3671
3675
  # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
3672
3676
  # identifier, or the KMS key alias for the KMS encryption key.
3673
3677
  #
3678
+ # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
3679
+ # Amazon RDS uses your default encryption key. AWS KMS creates the
3680
+ # default encryption key for your AWS account. Your AWS account has a
3681
+ # different default encryption key for each AWS Region.
3682
+ #
3674
3683
  # @option params [Integer] :performance_insights_retention_period
3675
3684
  # The amount of time, in days, to retain Performance Insights data.
3676
3685
  # Valid values are 7 or 731 (2 years).
@@ -3690,14 +3699,14 @@ module Aws::RDS
3690
3699
  # instance class of the DB instance.
3691
3700
  #
3692
3701
  # @option params [Boolean] :use_default_processor_features
3693
- # A value that specifies that the DB instance class of the DB instance
3694
- # uses its default processor features.
3702
+ # A value that indicates whether the DB instance class of the DB
3703
+ # instance uses its default processor features.
3695
3704
  #
3696
3705
  # @option params [Boolean] :deletion_protection
3697
- # Indicates if the DB instance should have deletion protection enabled.
3698
- # The database can't be deleted when this value is set to true. The
3699
- # default is false. For more information, see [ Deleting a DB
3700
- # Instance][1].
3706
+ # A value that indicates whether the DB instance has deletion protection
3707
+ # enabled. The database can't be deleted when deletion protection is
3708
+ # enabled. By default, deletion protection is disabled. For more
3709
+ # information, see [ Deleting a DB Instance][1].
3701
3710
  #
3702
3711
  #
3703
3712
  #
@@ -4375,8 +4384,9 @@ module Aws::RDS
4375
4384
  # be supplied.
4376
4385
  #
4377
4386
  # @option params [Boolean] :enabled
4378
- # A Boolean value; set to **true** to activate the subscription, set to
4379
- # **false** to create the subscription but not active it.
4387
+ # A value that indicates whether to activate the subscription. If the
4388
+ # event notification subscription is not activated, the subscription is
4389
+ # created but not active.
4380
4390
  #
4381
4391
  # @option params [Array<Types::Tag>] :tags
4382
4392
  # A list of tags. For more information, see [Tagging Amazon RDS
@@ -4486,7 +4496,7 @@ module Aws::RDS
4486
4496
  #
4487
4497
  # @option params [Boolean] :deletion_protection
4488
4498
  # The deletion protection setting for the new global database. The
4489
- # global database can't be deleted when this value is set to true.
4499
+ # global database can't be deleted when deletion protection is enabled.
4490
4500
  #
4491
4501
  # @option params [String] :database_name
4492
4502
  # The name for your database of up to 64 alpha-numeric characters. If
@@ -4675,24 +4685,25 @@ module Aws::RDS
4675
4685
  # ^
4676
4686
  #
4677
4687
  # @option params [Boolean] :skip_final_snapshot
4678
- # Determines whether a final DB cluster snapshot is created before the
4679
- # DB cluster is deleted. If `true` is specified, no DB cluster snapshot
4680
- # is created. If `false` is specified, a DB cluster snapshot is created
4681
- # before the DB cluster is deleted.
4688
+ # A value that indicates whether to skip the creation of a final DB
4689
+ # cluster snapshot before the DB cluster is deleted. If skip is
4690
+ # specified, no DB cluster snapshot is created. If skip is not
4691
+ # specified, a DB cluster snapshot is created before the DB cluster is
4692
+ # deleted. By default, skip is not specified, and the DB cluster
4693
+ # snapshot is created. By default, this parameter is disabled.
4682
4694
  #
4683
4695
  # <note markdown="1"> You must specify a `FinalDBSnapshotIdentifier` parameter if
4684
- # `SkipFinalSnapshot` is `false`.
4696
+ # `SkipFinalSnapshot` is disabled.
4685
4697
  #
4686
4698
  # </note>
4687
4699
  #
4688
- # Default: `false`
4689
- #
4690
4700
  # @option params [String] :final_db_snapshot_identifier
4691
4701
  # The DB cluster snapshot identifier of the new DB cluster snapshot
4692
- # created when `SkipFinalSnapshot` is set to `false`.
4702
+ # created when `SkipFinalSnapshot` is disabled.
4693
4703
  #
4694
- # <note markdown="1"> Specifying this parameter and also setting the `SkipFinalShapshot`
4695
- # parameter to true results in an error.
4704
+ # <note markdown="1"> Specifying this parameter and also skipping the creation of a final DB
4705
+ # cluster snapshot with the `SkipFinalShapshot` parameter results in an
4706
+ # error.
4696
4707
  #
4697
4708
  # </note>
4698
4709
  #
@@ -5011,8 +5022,8 @@ module Aws::RDS
5011
5022
  #
5012
5023
  # Note that when a DB instance is in a failure state and has a status of
5013
5024
  # `failed`, `incompatible-restore`, or `incompatible-network`, you can
5014
- # only delete it when the `SkipFinalSnapshot` parameter is set to
5015
- # `true`.
5025
+ # only delete it when you skip creation of the final snapshot with the
5026
+ # `SkipFinalSnapshot` parameter.
5016
5027
  #
5017
5028
  # If the specified DB instance is part of an Amazon Aurora DB cluster,
5018
5029
  # you can't delete the DB instance if both of the following conditions
@@ -5040,30 +5051,29 @@ module Aws::RDS
5040
5051
  # ^
5041
5052
  #
5042
5053
  # @option params [Boolean] :skip_final_snapshot
5043
- # A value that indicates whether a final DB snapshot is created before
5044
- # the DB instance is deleted. If `true` is specified, no DB snapshot is
5045
- # created. If `false` is specified, a DB snapshot is created before the
5046
- # DB instance is deleted.
5054
+ # A value that indicates whether to skip the creation of a final DB
5055
+ # snapshot before the DB instance is deleted. If skip is specified, no
5056
+ # DB snapshot is created. If skip is not specified, a DB snapshot is
5057
+ # created before the DB instance is deleted. By default, skip is not
5058
+ # specified, and the DB snapshot is created.
5047
5059
  #
5048
- # When a DB instance is in a failure state and has a status of `failed`,
5049
- # `incompatible-restore`, or `incompatible-network`, you can only delete
5050
- # it when the `SkipFinalSnapshot` parameter is set to `true`.
5060
+ # Note that when a DB instance is in a failure state and has a status of
5061
+ # 'failed', 'incompatible-restore', or 'incompatible-network', it
5062
+ # can only be deleted when skip is specified.
5051
5063
  #
5052
- # Specify `true` when deleting a Read Replica.
5064
+ # Specify skip when deleting a Read Replica.
5053
5065
  #
5054
- # <note markdown="1"> The `FinalDBSnapshotIdentifier` parameter must be specified if
5055
- # `SkipFinalSnapshot` is `false`.
5066
+ # <note markdown="1"> The FinalDBSnapshotIdentifier parameter must be specified if skip is
5067
+ # not specified.
5056
5068
  #
5057
5069
  # </note>
5058
5070
  #
5059
- # Default: `false`
5060
- #
5061
5071
  # @option params [String] :final_db_snapshot_identifier
5062
- # The `DBSnapshotIdentifier` of the new DB snapshot created when
5063
- # `SkipFinalSnapshot` is set to `false`.
5072
+ # The `DBSnapshotIdentifier` of the new `DBSnapshot` created when the
5073
+ # `SkipFinalSnapshot` parameter is disabled.
5064
5074
  #
5065
- # <note markdown="1"> Specifying this parameter and also setting the `SkipFinalShapshot`
5066
- # parameter to `true` results in an error.
5075
+ # <note markdown="1"> Specifying this parameter and also specifying to skip final DB
5076
+ # snapshot creation in SkipFinalShapshot results in an error.
5067
5077
  #
5068
5078
  # </note>
5069
5079
  #
@@ -5080,7 +5090,8 @@ module Aws::RDS
5080
5090
  # @option params [Boolean] :delete_automated_backups
5081
5091
  # A value that indicates whether to remove automated backups immediately
5082
5092
  # after the DB instance is deleted. This parameter isn't
5083
- # case-sensitive. This parameter defaults to `true`.
5093
+ # case-sensitive. The default is to remove automated backups immediately
5094
+ # after the DB instance is deleted.
5084
5095
  #
5085
5096
  # @return [Types::DeleteDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5086
5097
  #
@@ -6303,9 +6314,9 @@ module Aws::RDS
6303
6314
  #
6304
6315
  # If you don't specify a `SnapshotType` value, then both automated and
6305
6316
  # manual DB cluster snapshots are returned. You can include shared DB
6306
- # cluster snapshots with these results by setting the `IncludeShared`
6307
- # parameter to `true`. You can include public DB cluster snapshots with
6308
- # these results by setting the `IncludePublic` parameter to `true`.
6317
+ # cluster snapshots with these results by enabling the `IncludeShared`
6318
+ # parameter. You can include public DB cluster snapshots with these
6319
+ # results by enabling the `IncludePublic` parameter.
6309
6320
  #
6310
6321
  # The `IncludeShared` and `IncludePublic` parameters don't apply for
6311
6322
  # `SnapshotType` values of `manual` or `automated`. The `IncludePublic`
@@ -6333,21 +6344,22 @@ module Aws::RDS
6333
6344
  # specified by `MaxRecords`.
6334
6345
  #
6335
6346
  # @option params [Boolean] :include_shared
6336
- # True to include shared manual DB cluster snapshots from other AWS
6337
- # accounts that this AWS account has been given permission to copy or
6338
- # restore, and otherwise false. The default is `false`.
6347
+ # A value that indicates whether to include shared manual DB cluster
6348
+ # snapshots from other AWS accounts that this AWS account has been given
6349
+ # permission to copy or restore. By default, these snapshots are not
6350
+ # included.
6339
6351
  #
6340
6352
  # You can give an AWS account permission to restore a manual DB cluster
6341
6353
  # snapshot from another AWS account by the
6342
6354
  # `ModifyDBClusterSnapshotAttribute` API action.
6343
6355
  #
6344
6356
  # @option params [Boolean] :include_public
6345
- # True to include manual DB cluster snapshots that are public and can be
6346
- # copied or restored by any AWS account, and otherwise false. The
6347
- # default is `false`. The default is false.
6357
+ # A value that indicates whether to include manual DB cluster snapshots
6358
+ # that are public and can be copied or restored by any AWS account. By
6359
+ # default, the public snapshots are not included.
6348
6360
  #
6349
6361
  # You can share a manual DB cluster snapshot as public by using the
6350
- # `ModifyDBClusterSnapshotAttribute` API action.
6362
+ # ModifyDBClusterSnapshotAttribute API action.
6351
6363
  #
6352
6364
  # @return [Types::DBClusterSnapshotMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6353
6365
  #
@@ -6623,22 +6635,29 @@ module Aws::RDS
6623
6635
  # marker, up to the value specified by `MaxRecords`.
6624
6636
  #
6625
6637
  # @option params [Boolean] :default_only
6626
- # Indicates that only the default version of the specified engine or
6627
- # engine and major version combination is returned.
6638
+ # A value that indicates whether only the default version of the
6639
+ # specified engine or engine and major version combination is returned.
6628
6640
  #
6629
6641
  # @option params [Boolean] :list_supported_character_sets
6630
- # If this parameter is specified and the requested engine supports the
6642
+ # A value that indicates whether to list the supported character sets
6643
+ # for each engine version.
6644
+ #
6645
+ # If this parameter is enabled and the requested engine supports the
6631
6646
  # `CharacterSetName` parameter for `CreateDBInstance`, the response
6632
6647
  # includes a list of supported character sets for each engine version.
6633
6648
  #
6634
6649
  # @option params [Boolean] :list_supported_timezones
6635
- # If this parameter is specified and the requested engine supports the
6650
+ # A value that indicates whether to list the supported time zones for
6651
+ # each engine version.
6652
+ #
6653
+ # If this parameter is enabled and the requested engine supports the
6636
6654
  # `TimeZone` parameter for `CreateDBInstance`, the response includes a
6637
6655
  # list of supported time zones for each engine version.
6638
6656
  #
6639
6657
  # @option params [Boolean] :include_all
6640
- # Whether to include non-available engine versions in the list. The
6641
- # default is to list only available engine versions.
6658
+ # A value that indicates whether to include engine versions that aren't
6659
+ # available in the list. The default is to list only available engine
6660
+ # versions.
6642
6661
  #
6643
6662
  # @return [Types::DBEngineVersionMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6644
6663
  #
@@ -7512,9 +7531,9 @@ module Aws::RDS
7512
7531
  # If you don't specify a `SnapshotType` value, then both automated and
7513
7532
  # manual snapshots are returned. Shared and public DB snapshots are not
7514
7533
  # included in the returned results by default. You can include shared
7515
- # snapshots with these results by setting the `IncludeShared` parameter
7516
- # to `true`. You can include public snapshots with these results by
7517
- # setting the `IncludePublic` parameter to `true`.
7534
+ # snapshots with these results by enabling the `IncludeShared`
7535
+ # parameter. You can include public snapshots with these results by
7536
+ # enabling the `IncludePublic` parameter.
7518
7537
  #
7519
7538
  # The `IncludeShared` and `IncludePublic` parameters don't apply for
7520
7539
  # `SnapshotType` values of `manual` or `automated`. The `IncludePublic`
@@ -7546,21 +7565,22 @@ module Aws::RDS
7546
7565
  # specified by `MaxRecords`.
7547
7566
  #
7548
7567
  # @option params [Boolean] :include_shared
7549
- # True to include shared manual DB snapshots from other AWS accounts
7550
- # that this AWS account has been given permission to copy or restore,
7551
- # and otherwise false. The default is `false`.
7568
+ # A value that indicates whether to include shared manual DB cluster
7569
+ # snapshots from other AWS accounts that this AWS account has been given
7570
+ # permission to copy or restore. By default, these snapshots are not
7571
+ # included.
7552
7572
  #
7553
7573
  # You can give an AWS account permission to restore a manual DB snapshot
7554
7574
  # from another AWS account by using the `ModifyDBSnapshotAttribute` API
7555
7575
  # action.
7556
7576
  #
7557
7577
  # @option params [Boolean] :include_public
7558
- # True to include manual DB snapshots that are public and can be copied
7559
- # or restored by any AWS account, and otherwise false. The default is
7560
- # false.
7578
+ # A value that indicates whether to include manual DB cluster snapshots
7579
+ # that are public and can be copied or restored by any AWS account. By
7580
+ # default, the public snapshots are not included.
7561
7581
  #
7562
7582
  # You can share a manual DB snapshot as public by using the
7563
- # `ModifyDBSnapshotAttribute` API.
7583
+ # ModifyDBSnapshotAttribute API.
7564
7584
  #
7565
7585
  # @option params [String] :dbi_resource_id
7566
7586
  # A specific DB resource ID to describe.
@@ -8547,8 +8567,7 @@ module Aws::RDS
8547
8567
  # the available offerings matching the specified license model.
8548
8568
  #
8549
8569
  # @option params [Boolean] :vpc
8550
- # The VPC filter value. Specify this parameter to show only the
8551
- # available VPC or non-VPC offerings.
8570
+ # A value that indicates whether to show only VPC or non-VPC offerings.
8552
8571
  #
8553
8572
  # @option params [Array<Types::Filter>] :filters
8554
8573
  # This parameter is not currently supported.
@@ -8776,8 +8795,8 @@ module Aws::RDS
8776
8795
  # Valid Values: `"Partial Upfront" | "All Upfront" | "No Upfront" `
8777
8796
  #
8778
8797
  # @option params [Boolean] :multi_az
8779
- # The Multi-AZ filter value. Specify this parameter to show only those
8780
- # reservations matching the specified Multi-AZ parameter.
8798
+ # A value that indicates whether to show only those reservations that
8799
+ # support Multi-AZ.
8781
8800
  #
8782
8801
  # @option params [Array<Types::Filter>] :filters
8783
8802
  # This parameter is not currently supported.
@@ -8906,8 +8925,8 @@ module Aws::RDS
8906
8925
  # Valid Values: `"Partial Upfront" | "All Upfront" | "No Upfront" `
8907
8926
  #
8908
8927
  # @option params [Boolean] :multi_az
8909
- # The Multi-AZ filter value. Specify this parameter to show only the
8910
- # available offerings matching the specified Multi-AZ parameter.
8928
+ # A value that indicates whether to show only those reservations that
8929
+ # support Multi-AZ.
8911
8930
  #
8912
8931
  # @option params [Array<Types::Filter>] :filters
8913
8932
  # This parameter is not currently supported.
@@ -9523,7 +9542,7 @@ module Aws::RDS
9523
9542
  #
9524
9543
  # Constraints:
9525
9544
  #
9526
- # * Value must be `2`, `4`, `8`, `16`, `32`, `64`, `128`, or `256`.
9545
+ # * Value must be `1`, `2`, `4`, `8`, `16`, `32`, `64`, `128`, or `256`.
9527
9546
  #
9528
9547
  # ^
9529
9548
  #
@@ -9619,22 +9638,22 @@ module Aws::RDS
9619
9638
  # Example: `my-cluster2`
9620
9639
  #
9621
9640
  # @option params [Boolean] :apply_immediately
9622
- # A value that specifies whether the modifications in this request and
9641
+ # A value that indicates whether the modifications in this request and
9623
9642
  # any pending modifications are asynchronously applied as soon as
9624
9643
  # possible, regardless of the `PreferredMaintenanceWindow` setting for
9625
- # the DB cluster. If this parameter is set to `false`, changes to the DB
9644
+ # the DB cluster. If this parameter is disabled, changes to the DB
9626
9645
  # cluster are applied during the next maintenance window.
9627
9646
  #
9628
9647
  # The `ApplyImmediately` parameter only affects the
9629
9648
  # `EnableIAMDatabaseAuthentication`, `MasterUserPassword`, and
9630
- # `NewDBClusterIdentifier` values. If you set the `ApplyImmediately`
9631
- # parameter value to false, then changes to the
9632
- # `EnableIAMDatabaseAuthentication`, `MasterUserPassword`, and
9633
- # `NewDBClusterIdentifier` values are applied during the next
9634
- # maintenance window. All other changes are applied immediately,
9635
- # regardless of the value of the `ApplyImmediately` parameter.
9649
+ # `NewDBClusterIdentifier` values. If the `ApplyImmediately` parameter
9650
+ # is disabled, then changes to the `EnableIAMDatabaseAuthentication`,
9651
+ # `MasterUserPassword`, and `NewDBClusterIdentifier` values are applied
9652
+ # during the next maintenance window. All other changes are applied
9653
+ # immediately, regardless of the value of the `ApplyImmediately`
9654
+ # parameter.
9636
9655
  #
9637
- # Default: `false`
9656
+ # By default, this parameter is disabled.
9638
9657
  #
9639
9658
  # @option params [Integer] :backup_retention_period
9640
9659
  # The number of days for which automated backups are retained. You must
@@ -9671,11 +9690,11 @@ module Aws::RDS
9671
9690
  # A value that indicates that the DB cluster should be associated with
9672
9691
  # the specified option group. Changing this parameter doesn't result in
9673
9692
  # an outage except in the following case, and the change is applied
9674
- # during the next maintenance window unless the `ApplyImmediately`
9675
- # parameter is set to `true` for this request. If the parameter change
9676
- # results in an option group that enables OEM, this change can cause a
9677
- # brief (sub-second) period during which new connections are rejected
9678
- # but existing connections are not interrupted.
9693
+ # during the next maintenance window unless the `ApplyImmediately` is
9694
+ # enabled for this request. If the parameter change results in an option
9695
+ # group that enables OEM, this change can cause a brief (sub-second)
9696
+ # period during which new connections are rejected but existing
9697
+ # connections are not interrupted.
9679
9698
  #
9680
9699
  # Permanent options can't be removed from an option group. The option
9681
9700
  # group can't be removed from a DB cluster once it is associated with a
@@ -9725,10 +9744,9 @@ module Aws::RDS
9725
9744
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
9726
9745
  #
9727
9746
  # @option params [Boolean] :enable_iam_database_authentication
9728
- # True to enable mapping of AWS Identity and Access Management (IAM)
9729
- # accounts to database accounts, and otherwise false.
9730
- #
9731
- # Default: `false`
9747
+ # A value that indicates whether to enable mapping of AWS Identity and
9748
+ # Access Management (IAM) accounts to database accounts. By default,
9749
+ # mapping is disabled.
9732
9750
  #
9733
9751
  # @option params [Integer] :backtrack_window
9734
9752
  # The target backtrack window, in seconds. To disable backtracking, set
@@ -9750,19 +9768,19 @@ module Aws::RDS
9750
9768
  # @option params [String] :engine_version
9751
9769
  # The version number of the database engine to which you want to
9752
9770
  # upgrade. Changing this parameter results in an outage. The change is
9753
- # applied during the next maintenance window unless the ApplyImmediately
9754
- # parameter is set to true.
9771
+ # applied during the next maintenance window unless `ApplyImmediately`
9772
+ # is enabled.
9755
9773
  #
9756
- # For a list of valid engine versions, use the
9757
- # `DescribeDBEngineVersions` action.
9774
+ # For a list of valid engine versions, use DescribeDBEngineVersions.
9758
9775
  #
9759
9776
  # @option params [Types::ScalingConfiguration] :scaling_configuration
9760
9777
  # The scaling properties of the DB cluster. You can only modify scaling
9761
9778
  # properties for DB clusters in `serverless` DB engine mode.
9762
9779
  #
9763
9780
  # @option params [Boolean] :deletion_protection
9764
- # Indicates if the DB cluster has deletion protection enabled. The
9765
- # database can't be deleted when this value is set to true.
9781
+ # A value that indicates whether the DB cluster has deletion protection
9782
+ # enabled. The database can't be deleted when deletion protection is
9783
+ # enabled. By default, deletion protection is disabled.
9766
9784
  #
9767
9785
  # @option params [Boolean] :enable_http_endpoint
9768
9786
  # <note markdown="1"> HTTP endpoint functionality is in beta for Aurora Serverless and is
@@ -9787,8 +9805,8 @@ module Aws::RDS
9787
9805
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
9788
9806
  #
9789
9807
  # @option params [Boolean] :copy_tags_to_snapshot
9790
- # True to copy all tags from the DB cluster to snapshots of the DB
9791
- # cluster, and otherwise false. The default is false.
9808
+ # A value that indicates whether to copy all tags from the DB cluster to
9809
+ # snapshots of the DB cluster. The default is not to copy them.
9792
9810
  #
9793
9811
  # @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9794
9812
  #
@@ -10238,7 +10256,7 @@ module Aws::RDS
10238
10256
  #
10239
10257
  # If you modify the DB instance class, an outage occurs during the
10240
10258
  # change. The change is applied during the next maintenance window,
10241
- # unless `ApplyImmediately` is specified as `true` for this request.
10259
+ # unless `ApplyImmediately` is enabled for this request.
10242
10260
  #
10243
10261
  # Default: Uses existing setting
10244
10262
  #
@@ -10255,7 +10273,7 @@ module Aws::RDS
10255
10273
  #
10256
10274
  # Changing the subnet group causes an outage during the change. The
10257
10275
  # change is applied during the next maintenance window, unless you
10258
- # specify `true` for the `ApplyImmediately` parameter.
10276
+ # enable `ApplyImmediately`.
10259
10277
  #
10260
10278
  # Constraints: If supplied, must match the name of an existing
10261
10279
  # DBSubnetGroup.
@@ -10294,21 +10312,18 @@ module Aws::RDS
10294
10312
  # ^
10295
10313
  #
10296
10314
  # @option params [Boolean] :apply_immediately
10297
- # Specifies whether the modifications in this request and any pending
10298
- # modifications are asynchronously applied as soon as possible,
10299
- # regardless of the `PreferredMaintenanceWindow` setting for the DB
10300
- # instance.
10301
- #
10302
- # If this parameter is set to `false`, changes to the DB instance are
10303
- # applied during the next maintenance window. Some parameter changes can
10304
- # cause an outage and are applied on the next call to
10305
- # `RebootDBInstance`, or the next failure reboot. Review the table of
10306
- # parameters in [Modifying a DB Instance and Using the Apply Immediately
10307
- # Parameter][1] in the *Amazon RDS User Guide.* to see the impact that
10308
- # setting `ApplyImmediately` to `true` or `false` has for each modified
10309
- # parameter and to determine when the changes are applied.
10315
+ # A value that indicates whether the modifications in this request and
10316
+ # any pending modifications are asynchronously applied as soon as
10317
+ # possible, regardless of the `PreferredMaintenanceWindow` setting for
10318
+ # the DB instance. By default, this parameter is disabled.
10310
10319
  #
10311
- # Default: `false`
10320
+ # If this parameter is disabled, changes to the DB instance are applied
10321
+ # during the next maintenance window. Some parameter changes can cause
10322
+ # an outage and are applied on the next call to RebootDBInstance, or the
10323
+ # next failure reboot. Review the table of parameters in [Modifying a DB
10324
+ # Instance][1] in the *Amazon RDS User Guide.* to see the impact of
10325
+ # enabling or disabling `ApplyImmediately` for each modified parameter
10326
+ # and to determine when the changes are applied.
10312
10327
  #
10313
10328
  #
10314
10329
  #
@@ -10380,7 +10395,7 @@ module Aws::RDS
10380
10395
  # Changing this parameter can result in an outage if you change from 0
10381
10396
  # to a non-zero value or from a non-zero value to 0. These changes are
10382
10397
  # applied during the next maintenance window unless the
10383
- # `ApplyImmediately` parameter is set to `true` for this request. If you
10398
+ # `ApplyImmediately` parameter is enabled for this request. If you
10384
10399
  # change the parameter from one non-zero value to another non-zero
10385
10400
  # value, the change is asynchronously applied as soon as possible.
10386
10401
  #
@@ -10446,16 +10461,16 @@ module Aws::RDS
10446
10461
  # Constraints: Must be at least 30 minutes
10447
10462
  #
10448
10463
  # @option params [Boolean] :multi_az
10449
- # Specifies if the DB instance is a Multi-AZ deployment. Changing this
10450
- # parameter doesn't result in an outage and the change is applied
10451
- # during the next maintenance window unless the `ApplyImmediately`
10452
- # parameter is set to `true` for this request.
10464
+ # A value that indicates whether the DB instance is a Multi-AZ
10465
+ # deployment. Changing this parameter doesn't result in an outage and
10466
+ # the change is applied during the next maintenance window unless the
10467
+ # `ApplyImmediately` parameter is enabled for this request.
10453
10468
  #
10454
10469
  # @option params [String] :engine_version
10455
10470
  # The version number of the database engine to upgrade to. Changing this
10456
10471
  # parameter results in an outage and the change is applied during the
10457
- # next maintenance window unless the `ApplyImmediately` parameter is set
10458
- # to `true` for this request.
10472
+ # next maintenance window unless the `ApplyImmediately` parameter is
10473
+ # eanbled for this request.
10459
10474
  #
10460
10475
  # For major version upgrades, if a nondefault DB parameter group is
10461
10476
  # currently in use, a new DB parameter group in the DB parameter group
@@ -10466,22 +10481,22 @@ module Aws::RDS
10466
10481
  # or call `DescribeDBEngineVersions`.
10467
10482
  #
10468
10483
  # @option params [Boolean] :allow_major_version_upgrade
10469
- # Indicates that major version upgrades are allowed. Changing this
10470
- # parameter doesn't result in an outage and the change is
10484
+ # A value that indicates whether major version upgrades are allowed.
10485
+ # Changing this parameter doesn't result in an outage and the change is
10471
10486
  # asynchronously applied as soon as possible.
10472
10487
  #
10473
- # Constraints: This parameter must be set to true when specifying a
10488
+ # Constraints: Major version upgrades must be allowed when specifying a
10474
10489
  # value for the EngineVersion parameter that is a different major
10475
10490
  # version than the DB instance's current version.
10476
10491
  #
10477
10492
  # @option params [Boolean] :auto_minor_version_upgrade
10478
- # Indicates that minor version upgrades are applied automatically to the
10479
- # DB instance during the maintenance window. Changing this parameter
10480
- # doesn't result in an outage except in the following case and the
10481
- # change is asynchronously applied as soon as possible. An outage will
10482
- # result if this parameter is set to `true` during the maintenance
10483
- # window, and a newer minor version is available, and RDS has enabled
10484
- # auto patching for that engine version.
10493
+ # A value that indicates whether minor version upgrades are applied
10494
+ # automatically to the DB instance during the maintenance window.
10495
+ # Changing this parameter doesn't result in an outage except in the
10496
+ # following case and the change is asynchronously applied as soon as
10497
+ # possible. An outage results if this parameter is enabled during the
10498
+ # maintenance window, and a newer minor version is available, and RDS
10499
+ # has enabled auto patching for that engine version.
10485
10500
  #
10486
10501
  # @option params [String] :license_model
10487
10502
  # The license model for the DB instance.
@@ -10495,10 +10510,10 @@ module Aws::RDS
10495
10510
  #
10496
10511
  # Changing this setting doesn't result in an outage and the change is
10497
10512
  # applied during the next maintenance window unless the
10498
- # `ApplyImmediately` parameter is set to `true` for this request. If you
10499
- # are migrating from Provisioned IOPS to standard storage, set this
10500
- # value to 0. The DB instance will require a reboot for the change in
10501
- # storage type to take effect.
10513
+ # `ApplyImmediately` parameter is enabled for this request. If you are
10514
+ # migrating from Provisioned IOPS to standard storage, set this value to
10515
+ # 0. The DB instance will require a reboot for the change in storage
10516
+ # type to take effect.
10502
10517
  #
10503
10518
  # If you choose to migrate your DB instance from using standard storage
10504
10519
  # to using Provisioned IOPS, or from using Provisioned IOPS to using
@@ -10526,11 +10541,11 @@ module Aws::RDS
10526
10541
  # Indicates that the DB instance should be associated with the specified
10527
10542
  # option group. Changing this parameter doesn't result in an outage
10528
10543
  # except in the following case and the change is applied during the next
10529
- # maintenance window unless the `ApplyImmediately` parameter is set to
10530
- # `true` for this request. If the parameter change results in an option
10531
- # group that enables OEM, this change can cause a brief (sub-second)
10532
- # period during which new connections are rejected but existing
10533
- # connections are not interrupted.
10544
+ # maintenance window unless the `ApplyImmediately` parameter is enabled
10545
+ # for this request. If the parameter change results in an option group
10546
+ # that enables OEM, this change can cause a brief (sub-second) period
10547
+ # during which new connections are rejected but existing connections are
10548
+ # not interrupted.
10534
10549
  #
10535
10550
  # Permanent options, such as the TDE option for Oracle Advanced Security
10536
10551
  # TDE, can't be removed from an option group, and that option group
@@ -10540,9 +10555,9 @@ module Aws::RDS
10540
10555
  # @option params [String] :new_db_instance_identifier
10541
10556
  # The new DB instance identifier for the DB instance when renaming a DB
10542
10557
  # instance. When you change the DB instance identifier, an instance
10543
- # reboot will occur immediately if you set `Apply Immediately` to true,
10544
- # or will occur during the next maintenance window if `Apply
10545
- # Immediately` to false. This value is stored as a lowercase string.
10558
+ # reboot occurs immediately if you enable `ApplyImmediately`, or will
10559
+ # occur during the next maintenance window if you disable Apply
10560
+ # Immediately. This value is stored as a lowercase string.
10546
10561
  #
10547
10562
  # Constraints:
10548
10563
  #
@@ -10577,8 +10592,7 @@ module Aws::RDS
10577
10592
  #
10578
10593
  # Valid values: `standard | gp2 | io1`
10579
10594
  #
10580
- # Default: `io1` if the `Iops` parameter is specified, otherwise
10581
- # `standard`
10595
+ # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
10582
10596
  #
10583
10597
  # @option params [String] :tde_credential_arn
10584
10598
  # The ARN from the key store with which to associate the instance for
@@ -10599,8 +10613,8 @@ module Aws::RDS
10599
10613
  # instance can be created in a Active Directory Domain.
10600
10614
  #
10601
10615
  # @option params [Boolean] :copy_tags_to_snapshot
10602
- # True to copy all tags from the DB instance to snapshots of the DB
10603
- # instance, and otherwise false. The default is false.
10616
+ # A value that indicates whether to copy all tags from the DB instance
10617
+ # to snapshots of the DB instance. By default, tags are not copied.
10604
10618
  #
10605
10619
  # **Amazon Aurora**
10606
10620
  #
@@ -10668,21 +10682,20 @@ module Aws::RDS
10668
10682
  # Valid Values: `1150-65535`
10669
10683
  #
10670
10684
  # @option params [Boolean] :publicly_accessible
10671
- # Boolean value that indicates if the DB instance has a publicly
10672
- # resolvable DNS name. Set to `True` to make the DB instance
10673
- # Internet-facing with a publicly resolvable DNS name, which resolves to
10674
- # a public IP address. Set to `False` to make the DB instance internal
10675
- # with a DNS name that resolves to a private IP address.
10685
+ # A value that indicates whether the DB instance is publicly accessible.
10686
+ # When the DB instance is publicly accessible, it is an Internet-facing
10687
+ # instance with a publicly resolvable DNS name, which resolves to a
10688
+ # public IP address. When the DB instance is not publicly accessible, it
10689
+ # is an internal instance with a DNS name that resolves to a private IP
10690
+ # address.
10676
10691
  #
10677
10692
  # `PubliclyAccessible` only applies to DB instances in a VPC. The DB
10678
10693
  # instance must be part of a public subnet and `PubliclyAccessible` must
10679
- # be true in order for it to be publicly accessible.
10694
+ # be enabled for it to be publicly accessible.
10680
10695
  #
10681
10696
  # Changes to the `PubliclyAccessible` parameter are applied immediately
10682
10697
  # regardless of the value of the `ApplyImmediately` parameter.
10683
10698
  #
10684
- # Default: false
10685
- #
10686
10699
  # @option params [String] :monitoring_role_arn
10687
10700
  # The ARN for the IAM role that permits RDS to send enhanced monitoring
10688
10701
  # metrics to Amazon CloudWatch Logs. For example,
@@ -10716,8 +10729,9 @@ module Aws::RDS
10716
10729
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
10717
10730
  #
10718
10731
  # @option params [Boolean] :enable_iam_database_authentication
10719
- # True to enable mapping of AWS Identity and Access Management (IAM)
10720
- # accounts to database accounts, and otherwise false.
10732
+ # A value that indicates whether to enable mapping of AWS Identity and
10733
+ # Access Management (IAM) accounts to database accounts. By default,
10734
+ # mapping is disabled.
10721
10735
  #
10722
10736
  # You can enable IAM database authentication for the following database
10723
10737
  # engines
@@ -10734,11 +10748,9 @@ module Aws::RDS
10734
10748
  #
10735
10749
  # * For MySQL 5.7, minor version 5.7.16 or higher
10736
10750
  #
10737
- # Default: `false`
10738
- #
10739
10751
  # @option params [Boolean] :enable_performance_insights
10740
- # True to enable Performance Insights for the DB instance, and otherwise
10741
- # false.
10752
+ # A value that indicates whether to enable Performance Insights for the
10753
+ # DB instance.
10742
10754
  #
10743
10755
  # For more information, see [Using Amazon Performance Insights][1] in
10744
10756
  # the *Amazon Relational Database Service User Guide*.
@@ -10752,6 +10764,11 @@ module Aws::RDS
10752
10764
  # data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
10753
10765
  # identifier, or the KMS key alias for the KMS encryption key.
10754
10766
  #
10767
+ # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
10768
+ # Amazon RDS uses your default encryption key. AWS KMS creates the
10769
+ # default encryption key for your AWS account. Your AWS account has a
10770
+ # different default encryption key for each AWS Region.
10771
+ #
10755
10772
  # @option params [Integer] :performance_insights_retention_period
10756
10773
  # The amount of time, in days, to retain Performance Insights data.
10757
10774
  # Valid values are 7 or 731 (2 years).
@@ -10769,12 +10786,13 @@ module Aws::RDS
10769
10786
  # instance class of the DB instance.
10770
10787
  #
10771
10788
  # @option params [Boolean] :use_default_processor_features
10772
- # A value that specifies that the DB instance class of the DB instance
10773
- # uses its default processor features.
10789
+ # A value that indicates whether the DB instance class of the DB
10790
+ # instance uses its default processor features.
10774
10791
  #
10775
10792
  # @option params [Boolean] :deletion_protection
10776
- # Indicates if the DB instance has deletion protection enabled. The
10777
- # database can't be deleted when this value is set to true. For more
10793
+ # A value that indicates whether the DB instance has deletion protection
10794
+ # enabled. The database can't be deleted when deletion protection is
10795
+ # enabled. By default, deletion protection is disabled. For more
10778
10796
  # information, see [ Deleting a DB Instance][1].
10779
10797
  #
10780
10798
  #
@@ -11398,7 +11416,7 @@ module Aws::RDS
11398
11416
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html
11399
11417
  #
11400
11418
  # @option params [Boolean] :enabled
11401
- # A Boolean value; set to **true** to activate the subscription.
11419
+ # A value that indicates whether to activate the subscription.
11402
11420
  #
11403
11421
  # @return [Types::ModifyEventSubscriptionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11404
11422
  #
@@ -11500,8 +11518,8 @@ module Aws::RDS
11500
11518
  #
11501
11519
  # @option params [Boolean] :deletion_protection
11502
11520
  # Indicates if the global database cluster has deletion protection
11503
- # enabled. The global database cluster can't be deleted when this value
11504
- # is set to true.
11521
+ # enabled. The global database cluster can't be deleted when deletion
11522
+ # protection is enabled.
11505
11523
  #
11506
11524
  # @return [Types::ModifyGlobalClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11507
11525
  #
@@ -11560,9 +11578,9 @@ module Aws::RDS
11560
11578
  # Options in this list are removed from the option group.
11561
11579
  #
11562
11580
  # @option params [Boolean] :apply_immediately
11563
- # Indicates whether the changes should be applied immediately, or during
11564
- # the next maintenance window for each instance associated with the
11565
- # option group.
11581
+ # A value that indicates whether to apply the change immediately or
11582
+ # during the next maintenance window for each instance associated with
11583
+ # the option group.
11566
11584
  #
11567
11585
  # @return [Types::ModifyOptionGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11568
11586
  #
@@ -12101,10 +12119,11 @@ module Aws::RDS
12101
12119
  # ^
12102
12120
  #
12103
12121
  # @option params [Boolean] :force_failover
12104
- # When `true`, the reboot is conducted through a MultiAZ failover.
12122
+ # A value that indicates whether the reboot is conducted through a
12123
+ # Multi-AZ failover.
12105
12124
  #
12106
- # Constraint: You can't specify `true` if the instance is not
12107
- # configured for MultiAZ.
12125
+ # Constraint: You can't enable force failover if the instance is not
12126
+ # configured for Multi-AZ.
12108
12127
  #
12109
12128
  # @return [Types::RebootDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12110
12129
  #
@@ -12533,15 +12552,15 @@ module Aws::RDS
12533
12552
  # The name of the DB cluster parameter group to reset.
12534
12553
  #
12535
12554
  # @option params [Boolean] :reset_all_parameters
12536
- # A value that is set to `true` to reset all parameters in the DB
12537
- # cluster parameter group to their default values, and `false`
12538
- # otherwise. You can't use this parameter if there is a list of
12539
- # parameter names specified for the `Parameters` parameter.
12555
+ # A value that indicates whether to reset all parameters in the DB
12556
+ # cluster parameter group to their default values. You can't use this
12557
+ # parameter if there is a list of parameter names specified for the
12558
+ # `Parameters` parameter.
12540
12559
  #
12541
12560
  # @option params [Array<Types::Parameter>] :parameters
12542
12561
  # A list of parameter names in the DB cluster parameter group to reset
12543
12562
  # to the default values. You can't use this parameter if the
12544
- # `ResetAllParameters` parameter is set to `true`.
12563
+ # `ResetAllParameters` parameter is enabled.
12545
12564
  #
12546
12565
  # @return [Types::DBClusterParameterGroupNameMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12547
12566
  #
@@ -12615,10 +12634,9 @@ module Aws::RDS
12615
12634
  # ^
12616
12635
  #
12617
12636
  # @option params [Boolean] :reset_all_parameters
12618
- # Specifies whether (`true`) or not (`false`) to reset all parameters in
12619
- # the DB parameter group to default values.
12620
- #
12621
- # Default: `true`
12637
+ # A value that indicates whether to reset all parameters in the DB
12638
+ # parameter group to default values. By default, all parameters in the
12639
+ # DB parameter group are reset to default values.
12622
12640
  #
12623
12641
  # @option params [Array<Types::Parameter>] :parameters
12624
12642
  # To reset the entire DB parameter group, specify the `DBParameterGroup`
@@ -12875,7 +12893,7 @@ module Aws::RDS
12875
12893
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
12876
12894
  #
12877
12895
  # @option params [Boolean] :storage_encrypted
12878
- # Specifies whether the restored DB cluster is encrypted.
12896
+ # A value that indicates whether the restored DB cluster is encrypted.
12879
12897
  #
12880
12898
  # @option params [String] :kms_key_id
12881
12899
  # The AWS KMS key identifier for an encrypted DB cluster.
@@ -12886,17 +12904,16 @@ module Aws::RDS
12886
12904
  # cluster, then you can use the KMS key alias instead of the ARN for the
12887
12905
  # KM encryption key.
12888
12906
  #
12889
- # If the `StorageEncrypted` parameter is true, and you do not specify a
12907
+ # If the StorageEncrypted parameter is enabled, and you do not specify a
12890
12908
  # value for the `KmsKeyId` parameter, then Amazon RDS will use your
12891
12909
  # default encryption key. AWS KMS creates the default encryption key for
12892
12910
  # your AWS account. Your AWS account has a different default encryption
12893
12911
  # key for each AWS Region.
12894
12912
  #
12895
12913
  # @option params [Boolean] :enable_iam_database_authentication
12896
- # True to enable mapping of AWS Identity and Access Management (IAM)
12897
- # accounts to database accounts, and otherwise false.
12898
- #
12899
- # Default: `false`
12914
+ # A value that indicates whether to enable mapping of AWS Identity and
12915
+ # Access Management (IAM) accounts to database accounts. By default,
12916
+ # mapping is disabled.
12900
12917
  #
12901
12918
  # @option params [required, String] :source_engine
12902
12919
  # The identifier for the database engine that was backed up to create
@@ -12950,13 +12967,14 @@ module Aws::RDS
12950
12967
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
12951
12968
  #
12952
12969
  # @option params [Boolean] :deletion_protection
12953
- # Indicates if the DB cluster should have deletion protection enabled.
12954
- # The database can't be deleted when this value is set to true. The
12955
- # default is false.
12970
+ # A value that indicates whether the DB cluster has deletion protection
12971
+ # enabled. The database can't be deleted when deletion protection is
12972
+ # enabled. By default, deletion protection is disabled.
12956
12973
  #
12957
12974
  # @option params [Boolean] :copy_tags_to_snapshot
12958
- # True to copy all tags from the restored DB cluster to snapshots of the
12959
- # restored DB cluster, and otherwise false. The default is false.
12975
+ # A value that indicates whether to copy all tags from the restored DB
12976
+ # cluster to snapshots of the restored DB cluster. The default is not to
12977
+ # copy them.
12960
12978
  #
12961
12979
  # @return [Types::RestoreDBClusterFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12962
12980
  #
@@ -13190,10 +13208,9 @@ module Aws::RDS
13190
13208
  # not encrypted, then the restored DB cluster is not encrypted.
13191
13209
  #
13192
13210
  # @option params [Boolean] :enable_iam_database_authentication
13193
- # True to enable mapping of AWS Identity and Access Management (IAM)
13194
- # accounts to database accounts, and otherwise false.
13195
- #
13196
- # Default: `false`
13211
+ # A value that indicates whether to enable mapping of AWS Identity and
13212
+ # Access Management (IAM) accounts to database accounts. By default,
13213
+ # mapping is disabled.
13197
13214
  #
13198
13215
  # @option params [Integer] :backtrack_window
13199
13216
  # The target backtrack window, in seconds. To disable backtracking, set
@@ -13243,13 +13260,14 @@ module Aws::RDS
13243
13260
  # * Can't end with a hyphen or contain two consecutive hyphens.
13244
13261
  #
13245
13262
  # @option params [Boolean] :deletion_protection
13246
- # Indicates if the DB cluster should have deletion protection enabled.
13247
- # The database can't be deleted when this value is set to true. The
13248
- # default is false.
13263
+ # A value that indicates whether the DB cluster has deletion protection
13264
+ # enabled. The database can't be deleted when deletion protection is
13265
+ # enabled. By default, deletion protection is disabled.
13249
13266
  #
13250
13267
  # @option params [Boolean] :copy_tags_to_snapshot
13251
- # True to copy all tags from the restored DB cluster to snapshots of the
13252
- # restored DB cluster, and otherwise false. The default is false.
13268
+ # A value that indicates whether to copy all tags from the restored DB
13269
+ # cluster to snapshots of the restored DB cluster. The default is not to
13270
+ # copy them.
13253
13271
  #
13254
13272
  # @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13255
13273
  #
@@ -13461,17 +13479,18 @@ module Aws::RDS
13461
13479
  # * Must be specified if `UseLatestRestorableTime` parameter is not
13462
13480
  # provided
13463
13481
  #
13464
- # * Can't be specified if `UseLatestRestorableTime` parameter is true
13482
+ # * Can't be specified if the `UseLatestRestorableTime` parameter is
13483
+ # enabled
13465
13484
  #
13466
- # * Can't be specified if `RestoreType` parameter is `copy-on-write`
13485
+ # * Can't be specified if the `RestoreType` parameter is
13486
+ # `copy-on-write`
13467
13487
  #
13468
13488
  # Example: `2015-03-07T23:45:00Z`
13469
13489
  #
13470
13490
  # @option params [Boolean] :use_latest_restorable_time
13471
- # A value that is set to `true` to restore the DB cluster to the latest
13472
- # restorable backup time, and `false` otherwise.
13473
- #
13474
- # Default: `false`
13491
+ # A value that indicates whether to restore the DB cluster to the latest
13492
+ # restorable backup time. By default, the DB cluster is not restored to
13493
+ # the latest restorable backup time.
13475
13494
  #
13476
13495
  # Constraints: Can't be specified if `RestoreToTime` parameter is
13477
13496
  # provided.
@@ -13534,10 +13553,9 @@ module Aws::RDS
13534
13553
  # then the restore request is rejected.
13535
13554
  #
13536
13555
  # @option params [Boolean] :enable_iam_database_authentication
13537
- # True to enable mapping of AWS Identity and Access Management (IAM)
13538
- # accounts to database accounts, and otherwise false.
13539
- #
13540
- # Default: `false`
13556
+ # A value that indicates whether to enable mapping of AWS Identity and
13557
+ # Access Management (IAM) accounts to database accounts. By default,
13558
+ # mapping is disabled.
13541
13559
  #
13542
13560
  # @option params [Integer] :backtrack_window
13543
13561
  # The target backtrack window, in seconds. To disable backtracking, set
@@ -13579,13 +13597,14 @@ module Aws::RDS
13579
13597
  # * Can't end with a hyphen or contain two consecutive hyphens.
13580
13598
  #
13581
13599
  # @option params [Boolean] :deletion_protection
13582
- # Indicates if the DB cluster should have deletion protection enabled.
13583
- # The database can't be deleted when this value is set to true. The
13584
- # default is false.
13600
+ # A value that indicates whether the DB cluster has deletion protection
13601
+ # enabled. The database can't be deleted when deletion protection is
13602
+ # enabled. By default, deletion protection is disabled.
13585
13603
  #
13586
13604
  # @option params [Boolean] :copy_tags_to_snapshot
13587
- # True to copy all tags from the restored DB cluster to snapshots of the
13588
- # restored DB cluster, and otherwise false. The default is false.
13605
+ # A value that indicates whether to copy all tags from the restored DB
13606
+ # cluster to snapshots of the restored DB cluster. The default is not to
13607
+ # copy them.
13589
13608
  #
13590
13609
  # @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13591
13610
  #
@@ -13788,8 +13807,8 @@ module Aws::RDS
13788
13807
  #
13789
13808
  # Default: A random, system-chosen Availability Zone.
13790
13809
  #
13791
- # Constraint: You can't specify the AvailabilityZone parameter if the
13792
- # MultiAZ parameter is set to `true`.
13810
+ # Constraint: You can't specify the `AvailabilityZone` parameter if the
13811
+ # DB instance is a Multi-AZ deployment.
13793
13812
  #
13794
13813
  # Example: `us-east-1a`
13795
13814
  #
@@ -13802,21 +13821,23 @@ module Aws::RDS
13802
13821
  # Example: `mySubnetgroup`
13803
13822
  #
13804
13823
  # @option params [Boolean] :multi_az
13805
- # Specifies if the DB instance is a Multi-AZ deployment.
13824
+ # A value that indicates whether the DB instance is a Multi-AZ
13825
+ # deployment.
13806
13826
  #
13807
- # Constraint: You can't specify the AvailabilityZone parameter if the
13808
- # MultiAZ parameter is set to `true`.
13827
+ # Constraint: You can't specify the `AvailabilityZone` parameter if the
13828
+ # DB instance is a Multi-AZ deployment.
13809
13829
  #
13810
13830
  # @option params [Boolean] :publicly_accessible
13811
- # Specifies the accessibility options for the DB instance. A value of
13812
- # true specifies an Internet-facing instance with a publicly resolvable
13813
- # DNS name, which resolves to a public IP address. A value of false
13814
- # specifies an internal instance with a DNS name that resolves to a
13815
- # private IP address. For more information, see `CreateDBInstance`.
13831
+ # A value that indicates whether the DB instance is publicly accessible.
13832
+ # When the DB instance is publicly accessible, it is an Internet-facing
13833
+ # instance with a publicly resolvable DNS name, which resolves to a
13834
+ # public IP address. When the DB instance is not publicly accessible, it
13835
+ # is an internal instance with a DNS name that resolves to a private IP
13836
+ # address. For more information, see CreateDBInstance.
13816
13837
  #
13817
13838
  # @option params [Boolean] :auto_minor_version_upgrade
13818
- # Indicates that minor version upgrades are applied automatically to the
13819
- # DB instance during the maintenance window.
13839
+ # A value that indicates whether minor version upgrades are applied
13840
+ # automatically to the DB instance during the maintenance window.
13820
13841
  #
13821
13842
  # @option params [String] :license_model
13822
13843
  # License model information for the restored DB instance.
@@ -13910,8 +13931,7 @@ module Aws::RDS
13910
13931
  # If you specify `io1`, you must also include a value for the `Iops`
13911
13932
  # parameter.
13912
13933
  #
13913
- # Default: `io1` if the `Iops` parameter is specified, otherwise
13914
- # `standard`
13934
+ # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
13915
13935
  #
13916
13936
  # @option params [String] :tde_credential_arn
13917
13937
  # The ARN from the key store with which to associate the instance for
@@ -13931,16 +13951,18 @@ module Aws::RDS
13931
13951
  # Specify the Active Directory Domain to restore the instance in.
13932
13952
  #
13933
13953
  # @option params [Boolean] :copy_tags_to_snapshot
13934
- # True to copy all tags from the restored DB instance to snapshots of
13935
- # the restored DB instance, and otherwise false. The default is false.
13954
+ # A value that indicates whether to copy all tags from the restored DB
13955
+ # instance to snapshots of the DB instance. By default, tags are not
13956
+ # copied.
13936
13957
  #
13937
13958
  # @option params [String] :domain_iam_role_name
13938
13959
  # Specify the name of the IAM role to be used when making API calls to
13939
13960
  # the Directory Service.
13940
13961
  #
13941
13962
  # @option params [Boolean] :enable_iam_database_authentication
13942
- # True to enable mapping of AWS Identity and Access Management (IAM)
13943
- # accounts to database accounts, and otherwise false.
13963
+ # A value that indicates whether to enable mapping of AWS Identity and
13964
+ # Access Management (IAM) accounts to database accounts. By default,
13965
+ # mapping is disabled.
13944
13966
  #
13945
13967
  # You can enable IAM database authentication for the following database
13946
13968
  # engines
@@ -13949,8 +13971,6 @@ module Aws::RDS
13949
13971
  #
13950
13972
  # * For MySQL 5.7, minor version 5.7.16 or higher
13951
13973
  #
13952
- # Default: `false`
13953
- #
13954
13974
  # @option params [Array<String>] :enable_cloudwatch_logs_exports
13955
13975
  # The list of logs that the restored DB instance is to export to
13956
13976
  # CloudWatch Logs. The values in the list depend on the DB engine being
@@ -13966,8 +13986,8 @@ module Aws::RDS
13966
13986
  # instance class of the DB instance.
13967
13987
  #
13968
13988
  # @option params [Boolean] :use_default_processor_features
13969
- # A value that specifies that the DB instance class of the DB instance
13970
- # uses its default processor features.
13989
+ # A value that indicates whether the DB instance class of the DB
13990
+ # instance uses its default processor features.
13971
13991
  #
13972
13992
  # @option params [String] :db_parameter_group_name
13973
13993
  # The name of the DB parameter group to associate with this DB instance.
@@ -13985,10 +14005,10 @@ module Aws::RDS
13985
14005
  # * Can't end with a hyphen or contain two consecutive hyphens.
13986
14006
  #
13987
14007
  # @option params [Boolean] :deletion_protection
13988
- # Indicates if the DB instance should have deletion protection enabled.
13989
- # The database can't be deleted when this value is set to true. The
13990
- # default is false. For more information, see [ Deleting a DB
13991
- # Instance][1].
14008
+ # A value that indicates whether the DB instance has deletion protection
14009
+ # enabled. The database can't be deleted when deletion protection is
14010
+ # enabled. By default, deletion protection is disabled. For more
14011
+ # information, see [ Deleting a DB Instance][1].
13992
14012
  #
13993
14013
  #
13994
14014
  #
@@ -14353,9 +14373,9 @@ module Aws::RDS
14353
14373
  #
14354
14374
  # Example: `us-east-1d`
14355
14375
  #
14356
- # Constraint: The AvailabilityZone parameter can't be specified if the
14357
- # MultiAZ parameter is set to `true`. The specified Availability Zone
14358
- # must be in the same AWS Region as the current endpoint.
14376
+ # Constraint: The `AvailabilityZone` parameter can't be specified if
14377
+ # the DB instance is a Multi-AZ deployment. The specified Availability
14378
+ # Zone must be in the same AWS Region as the current endpoint.
14359
14379
  #
14360
14380
  #
14361
14381
  #
@@ -14424,8 +14444,9 @@ module Aws::RDS
14424
14444
  # Default: `3306`
14425
14445
  #
14426
14446
  # @option params [Boolean] :multi_az
14427
- # Specifies whether the DB instance is a Multi-AZ deployment. If MultiAZ
14428
- # is set to `true`, you can't set the AvailabilityZone parameter.
14447
+ # A value that indicates whether the DB instance is a Multi-AZ
14448
+ # deployment. If the DB instance is a Multi-AZ deployment, you can't
14449
+ # set the `AvailabilityZone` parameter.
14429
14450
  #
14430
14451
  # @option params [String] :engine_version
14431
14452
  # The version number of the database engine to use. Choose the latest
@@ -14433,10 +14454,9 @@ module Aws::RDS
14433
14454
  # versions, see `CreateDBInstance`, or call `DescribeDBEngineVersions`.
14434
14455
  #
14435
14456
  # @option params [Boolean] :auto_minor_version_upgrade
14436
- # True to indicate that minor engine upgrades are applied automatically
14437
- # to the DB instance during the maintenance window, and otherwise false.
14438
- #
14439
- # Default: `true`
14457
+ # A value that indicates whether minor engine upgrades are applied
14458
+ # automatically to the DB instance during the maintenance window. By
14459
+ # default, minor engine upgrades are not applied automatically.
14440
14460
  #
14441
14461
  # @option params [String] :license_model
14442
14462
  # The license model for this DB instance. Use `general-public-license`.
@@ -14457,11 +14477,12 @@ module Aws::RDS
14457
14477
  # engine is used.
14458
14478
  #
14459
14479
  # @option params [Boolean] :publicly_accessible
14460
- # Specifies the accessibility options for the DB instance. A value of
14461
- # true specifies an Internet-facing instance with a publicly resolvable
14462
- # DNS name, which resolves to a public IP address. A value of false
14463
- # specifies an internal instance with a DNS name that resolves to a
14464
- # private IP address. For more information, see `CreateDBInstance`.
14480
+ # A value that indicates whether the DB instance is publicly accessible.
14481
+ # When the DB instance is publicly accessible, it is an Internet-facing
14482
+ # instance with a publicly resolvable DNS name, which resolves to a
14483
+ # public IP address. When the DB instance is not publicly accessible, it
14484
+ # is an internal instance with a DNS name that resolves to a private IP
14485
+ # address. For more information, see CreateDBInstance.
14465
14486
  #
14466
14487
  # @option params [Array<Types::Tag>] :tags
14467
14488
  # A list of tags to associate with this DB instance. For more
@@ -14480,11 +14501,11 @@ module Aws::RDS
14480
14501
  # If you specify `io1`, you must also include a value for the `Iops`
14481
14502
  # parameter.
14482
14503
  #
14483
- # Default: `io1` if the `Iops` parameter is specified; otherwise
14484
- # `standard`
14504
+ # Default: `io1` if the `Iops` parameter is specified; otherwise `gp2`
14485
14505
  #
14486
14506
  # @option params [Boolean] :storage_encrypted
14487
- # Specifies whether the new DB instance is encrypted or not.
14507
+ # A value that indicates whether the new DB instance is encrypted or
14508
+ # not.
14488
14509
  #
14489
14510
  # @option params [String] :kms_key_id
14490
14511
  # The AWS KMS key identifier for an encrypted DB instance.
@@ -14495,17 +14516,15 @@ module Aws::RDS
14495
14516
  # instance, then you can use the KMS key alias instead of the ARN for
14496
14517
  # the KM encryption key.
14497
14518
  #
14498
- # If the `StorageEncrypted` parameter is true, and you do not specify a
14499
- # value for the `KmsKeyId` parameter, then Amazon RDS will use your
14519
+ # If the `StorageEncrypted` parameter is enabled, and you do not specify
14520
+ # a value for the `KmsKeyId` parameter, then Amazon RDS will use your
14500
14521
  # default encryption key. AWS KMS creates the default encryption key for
14501
14522
  # your AWS account. Your AWS account has a different default encryption
14502
14523
  # key for each AWS Region.
14503
14524
  #
14504
14525
  # @option params [Boolean] :copy_tags_to_snapshot
14505
- # True to copy all tags from the restored DB instance to snapshots of
14506
- # the restored DB instance, and otherwise false.
14507
- #
14508
- # Default: false.
14526
+ # A value that indicates whether to copy all tags from the DB instance
14527
+ # to snapshots of the DB instance. By default, tags are not copied.
14509
14528
  #
14510
14529
  # @option params [Integer] :monitoring_interval
14511
14530
  # The interval, in seconds, between points when Enhanced Monitoring
@@ -14534,10 +14553,9 @@ module Aws::RDS
14534
14553
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
14535
14554
  #
14536
14555
  # @option params [Boolean] :enable_iam_database_authentication
14537
- # True to enable mapping of AWS Identity and Access Management (IAM)
14538
- # accounts to database accounts, and otherwise false.
14539
- #
14540
- # Default: `false`
14556
+ # A value that indicates whether to enable mapping of AWS Identity and
14557
+ # Access Management (IAM) accounts to database accounts. By default,
14558
+ # mapping is disabled.
14541
14559
  #
14542
14560
  # @option params [required, String] :source_engine
14543
14561
  # The name of the engine of your source database.
@@ -14561,8 +14579,8 @@ module Aws::RDS
14561
14579
  # to access your Amazon S3 bucket.
14562
14580
  #
14563
14581
  # @option params [Boolean] :enable_performance_insights
14564
- # True to enable Performance Insights for the DB instance, and otherwise
14565
- # false.
14582
+ # A value that indicates whether to enable Performance Insights for the
14583
+ # DB instance.
14566
14584
  #
14567
14585
  # For more information, see [Using Amazon Performance Insights][1] in
14568
14586
  # the *Amazon Relational Database Service User Guide*.
@@ -14576,6 +14594,11 @@ module Aws::RDS
14576
14594
  # data. The KMS key ID is the Amazon Resource Name (ARN), the KMS key
14577
14595
  # identifier, or the KMS key alias for the KMS encryption key.
14578
14596
  #
14597
+ # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
14598
+ # Amazon RDS uses your default encryption key. AWS KMS creates the
14599
+ # default encryption key for your AWS account. Your AWS account has a
14600
+ # different default encryption key for each AWS Region.
14601
+ #
14579
14602
  # @option params [Integer] :performance_insights_retention_period
14580
14603
  # The amount of time, in days, to retain Performance Insights data.
14581
14604
  # Valid values are 7 or 731 (2 years).
@@ -14595,14 +14618,14 @@ module Aws::RDS
14595
14618
  # instance class of the DB instance.
14596
14619
  #
14597
14620
  # @option params [Boolean] :use_default_processor_features
14598
- # A value that specifies that the DB instance class of the DB instance
14599
- # uses its default processor features.
14621
+ # A value that indicates whether the DB instance class of the DB
14622
+ # instance uses its default processor features.
14600
14623
  #
14601
14624
  # @option params [Boolean] :deletion_protection
14602
- # Indicates if the DB instance should have deletion protection enabled.
14603
- # The database can't be deleted when this value is set to true. The
14604
- # default is false. For more information, see [ Deleting a DB
14605
- # Instance][1].
14625
+ # A value that indicates whether the DB instance has deletion protection
14626
+ # enabled. The database can't be deleted when deletion protection is
14627
+ # enabled. By default, deletion protection is disabled. For more
14628
+ # information, see [ Deleting a DB Instance][1].
14606
14629
  #
14607
14630
  #
14608
14631
  #
@@ -14843,17 +14866,18 @@ module Aws::RDS
14843
14866
  #
14844
14867
  # * Must be before the latest restorable time for the DB instance
14845
14868
  #
14846
- # * Can't be specified if UseLatestRestorableTime parameter is true
14869
+ # * Can't be specified if the `UseLatestRestorableTime` parameter is
14870
+ # enabled
14847
14871
  #
14848
14872
  # Example: `2009-09-07T23:45:00Z`
14849
14873
  #
14850
14874
  # @option params [Boolean] :use_latest_restorable_time
14851
- # Specifies whether (`true`) or not (`false`) the DB instance is
14852
- # restored from the latest backup time.
14853
- #
14854
- # Default: `false`
14875
+ # A value that indicates whether the DB instance is restored from the
14876
+ # latest backup time. By default, the DB instance is not restored from
14877
+ # the latest backup time.
14855
14878
  #
14856
- # Constraints: Can't be specified if RestoreTime parameter is provided.
14879
+ # Constraints: Can't be specified if the `RestoreTime` parameter is
14880
+ # provided.
14857
14881
  #
14858
14882
  # @option params [String] :db_instance_class
14859
14883
  # The compute and memory capacity of the Amazon RDS DB instance, for
@@ -14880,8 +14904,8 @@ module Aws::RDS
14880
14904
  #
14881
14905
  # Default: A random, system-chosen Availability Zone.
14882
14906
  #
14883
- # Constraint: You can't specify the AvailabilityZone parameter if the
14884
- # MultiAZ parameter is set to true.
14907
+ # Constraint: You can't specify the `AvailabilityZone` parameter if the
14908
+ # DB instance is a Multi-AZ deployment.
14885
14909
  #
14886
14910
  # Example: `us-east-1a`
14887
14911
  #
@@ -14894,21 +14918,23 @@ module Aws::RDS
14894
14918
  # Example: `mySubnetgroup`
14895
14919
  #
14896
14920
  # @option params [Boolean] :multi_az
14897
- # Specifies if the DB instance is a Multi-AZ deployment.
14921
+ # A value that indicates whether the DB instance is a Multi-AZ
14922
+ # deployment.
14898
14923
  #
14899
- # Constraint: You can't specify the AvailabilityZone parameter if the
14900
- # MultiAZ parameter is set to `true`.
14924
+ # Constraint: You can't specify the `AvailabilityZone` parameter if the
14925
+ # DB instance is a Multi-AZ deployment.
14901
14926
  #
14902
14927
  # @option params [Boolean] :publicly_accessible
14903
- # Specifies the accessibility options for the DB instance. A value of
14904
- # true specifies an Internet-facing instance with a publicly resolvable
14905
- # DNS name, which resolves to a public IP address. A value of false
14906
- # specifies an internal instance with a DNS name that resolves to a
14907
- # private IP address. For more information, see `CreateDBInstance`.
14928
+ # A value that indicates whether the DB instance is publicly accessible.
14929
+ # When the DB instance is publicly accessible, it is an Internet-facing
14930
+ # instance with a publicly resolvable DNS name, which resolves to a
14931
+ # public IP address. When the DB instance is not publicly accessible, it
14932
+ # is an internal instance with a DNS name that resolves to a private IP
14933
+ # address. For more information, see CreateDBInstance.
14908
14934
  #
14909
14935
  # @option params [Boolean] :auto_minor_version_upgrade
14910
- # Indicates that minor version upgrades are applied automatically to the
14911
- # DB instance during the maintenance window.
14936
+ # A value that indicates whether minor version upgrades are applied
14937
+ # automatically to the DB instance during the maintenance window.
14912
14938
  #
14913
14939
  # @option params [String] :license_model
14914
14940
  # License model information for the restored DB instance.
@@ -14976,8 +15002,9 @@ module Aws::RDS
14976
15002
  # instance
14977
15003
  #
14978
15004
  # @option params [Boolean] :copy_tags_to_snapshot
14979
- # True to copy all tags from the restored DB instance to snapshots of
14980
- # the restored DB instance, and otherwise false. The default is false.
15005
+ # A value that indicates whether to copy all tags from the restored DB
15006
+ # instance to snapshots of the DB instance. By default, tags are not
15007
+ # copied.
14981
15008
  #
14982
15009
  # @option params [Array<Types::Tag>] :tags
14983
15010
  # A list of tags. For more information, see [Tagging Amazon RDS
@@ -14995,8 +15022,7 @@ module Aws::RDS
14995
15022
  # If you specify `io1`, you must also include a value for the `Iops`
14996
15023
  # parameter.
14997
15024
  #
14998
- # Default: `io1` if the `Iops` parameter is specified, otherwise
14999
- # `standard`
15025
+ # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
15000
15026
  #
15001
15027
  # @option params [String] :tde_credential_arn
15002
15028
  # The ARN from the key store with which to associate the instance for
@@ -15020,8 +15046,9 @@ module Aws::RDS
15020
15046
  # the Directory Service.
15021
15047
  #
15022
15048
  # @option params [Boolean] :enable_iam_database_authentication
15023
- # True to enable mapping of AWS Identity and Access Management (IAM)
15024
- # accounts to database accounts, and otherwise false.
15049
+ # A value that indicates whether to enable mapping of AWS Identity and
15050
+ # Access Management (IAM) accounts to database accounts. By default,
15051
+ # mapping is disabled.
15025
15052
  #
15026
15053
  # You can enable IAM database authentication for the following database
15027
15054
  # engines
@@ -15030,8 +15057,6 @@ module Aws::RDS
15030
15057
  #
15031
15058
  # * For MySQL 5.7, minor version 5.7.16 or higher
15032
15059
  #
15033
- # Default: `false`
15034
- #
15035
15060
  # @option params [Array<String>] :enable_cloudwatch_logs_exports
15036
15061
  # The list of logs that the restored DB instance is to export to
15037
15062
  # CloudWatch Logs. The values in the list depend on the DB engine being
@@ -15047,8 +15072,8 @@ module Aws::RDS
15047
15072
  # instance class of the DB instance.
15048
15073
  #
15049
15074
  # @option params [Boolean] :use_default_processor_features
15050
- # A value that specifies that the DB instance class of the DB instance
15051
- # uses its default processor features.
15075
+ # A value that indicates whether the DB instance class of the DB
15076
+ # instance uses its default processor features.
15052
15077
  #
15053
15078
  # @option params [String] :db_parameter_group_name
15054
15079
  # The name of the DB parameter group to associate with this DB instance.
@@ -15066,10 +15091,10 @@ module Aws::RDS
15066
15091
  # * Can't end with a hyphen or contain two consecutive hyphens.
15067
15092
  #
15068
15093
  # @option params [Boolean] :deletion_protection
15069
- # Indicates if the DB instance should have deletion protection enabled.
15070
- # The database can't be deleted when this value is set to true. The
15071
- # default is false. For more information, see [ Deleting a DB
15072
- # Instance][1].
15094
+ # A value that indicates whether the DB instance has deletion protection
15095
+ # enabled. The database can't be deleted when deletion protection is
15096
+ # enabled. By default, deletion protection is disabled. For more
15097
+ # information, see [ Deleting a DB Instance][1].
15073
15098
  #
15074
15099
  #
15075
15100
  #
@@ -15976,7 +16001,7 @@ module Aws::RDS
15976
16001
  params: params,
15977
16002
  config: config)
15978
16003
  context[:gem_name] = 'aws-sdk-rds'
15979
- context[:gem_version] = '1.55.0'
16004
+ context[:gem_version] = '1.56.0'
15980
16005
  Seahorse::Client::Request.new(handlers, context)
15981
16006
  end
15982
16007