aws-sdk-rds 1.11.0 → 1.12.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: 0c9525ac937bdd80a53f44a5aaee271378475d44
4
- data.tar.gz: 39311df66b076692384784f86eab53ae3255934e
3
+ metadata.gz: 1c1b631427cdfb9fcc39c7de5d4d093834825fd1
4
+ data.tar.gz: a0b4a56b19f3eebb090240738e2e1572fff7dd34
5
5
  SHA512:
6
- metadata.gz: ee351fae346f2b5d2a781e218d414e3c518db0451b26d16407f18d5e3b4474e2003da1199e6dd3d7ad93de35fb827892e7d29650dee713b38cf6939cedc8b2d0
7
- data.tar.gz: ef02916c6a2801eafa36184dbd8e5ff567d3f77cec6f688bf83dbef1a751b2c2c8b4a73ebcb64087d21370c9288d3a3b484209738cc5671e7f67192f04237db0
6
+ metadata.gz: 0f025a124c16b2a5abb45b4b2c9c47bd9a83d6dcf9da2b45985b449d0b3ad5e8c38da3d3a947175f0103796df880f3b443a9f12ddc515830e4231291a6c9385b
7
+ data.tar.gz: e3e145605afef57dcd7f8034590716455b1e0c7da9723bc5b8e1a8fca8b30d9dfb403bb5be76c5a6d89d054b736bd64fe096d75d004dacb5ee7472f6e607e49e
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.11.0'
71
+ GEM_VERSION = '1.12.0'
72
72
 
73
73
  end
@@ -1412,14 +1412,20 @@ module Aws::RDS
1412
1412
  # @option params [required, String] :engine
1413
1413
  # The name of the database engine to be used for this DB cluster.
1414
1414
  #
1415
- # Valid Values: `aurora`, `aurora-postgresql`
1415
+ # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora),
1416
+ # `aurora-mysql` (for MySQL 5.7-compatible Aurora), and
1417
+ # `aurora-postgresql`
1416
1418
  #
1417
1419
  # @option params [String] :engine_version
1418
1420
  # The version number of the database engine to use.
1419
1421
  #
1420
- # **Aurora**
1422
+ # **Aurora MySQL**
1421
1423
  #
1422
- # Example: `5.6.10a`
1424
+ # Example: `5.6.10a`, `5.7.12`
1425
+ #
1426
+ # **Aurora PostgreSQL**
1427
+ #
1428
+ # Example: `9.6.3`
1423
1429
  #
1424
1430
  # @option params [Integer] :port
1425
1431
  # The port number on which the instances in the DB cluster accept
@@ -1768,6 +1774,14 @@ module Aws::RDS
1768
1774
  # database engine and engine version compatible with that DB cluster
1769
1775
  # parameter group family.
1770
1776
  #
1777
+ # **Aurora MySQL**
1778
+ #
1779
+ # Example: `aurora5.6`, `aurora-mysql5.7`
1780
+ #
1781
+ # **Aurora PostgreSQL**
1782
+ #
1783
+ # Example: `aurora-postgresql9.6`
1784
+ #
1771
1785
  # @option params [required, String] :description
1772
1786
  # The description for the DB cluster parameter group.
1773
1787
  #
@@ -2130,7 +2144,9 @@ module Aws::RDS
2130
2144
  #
2131
2145
  # Valid Values:
2132
2146
  #
2133
- # * `aurora`
2147
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
2148
+ #
2149
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
2134
2150
  #
2135
2151
  # * `aurora-postgresql`
2136
2152
  #
@@ -3017,14 +3033,14 @@ module Aws::RDS
3017
3033
  # running MySQL, MariaDB, or PostgreSQL. For more information, see
3018
3034
  # [Working with PostgreSQL, MySQL, and MariaDB Read Replicas][1].
3019
3035
  #
3020
- # Amazon Aurora does not support this action. You must call the
3036
+ # Amazon Aurora doesn't support this action. You must call the
3021
3037
  # `CreateDBInstance` action to create a DB instance for an Aurora DB
3022
3038
  # cluster.
3023
3039
  #
3024
3040
  # All Read Replica DB instances are created with backups disabled. All
3025
3041
  # other DB instance attributes (including DB security groups and DB
3026
3042
  # parameter groups) are inherited from the source DB instance, except as
3027
- # specified below.
3043
+ # specified following.
3028
3044
  #
3029
3045
  # Your source DB instance must have backup retention enabled.
3030
3046
  #
@@ -3096,7 +3112,7 @@ module Aws::RDS
3096
3112
  # Valid Values: `1150-65535`
3097
3113
  #
3098
3114
  # @option params [Boolean] :multi_az
3099
- # Specifies whether the read replica is in a Multi-AZ deployment.
3115
+ # Specifies whether the Read Replica is in a Multi-AZ deployment.
3100
3116
  #
3101
3117
  # You can create a Read Replica as a Multi-AZ DB instance. RDS creates a
3102
3118
  # standby of your replica in another Availability Zone for failover
@@ -3104,7 +3120,7 @@ module Aws::RDS
3104
3120
  # instance is independent of whether the source database is a Multi-AZ
3105
3121
  # DB instance.
3106
3122
  #
3107
- # <note markdown="1"> Currently PostgreSQL Read Replicas can only be created as single-AZ DB
3123
+ # <note markdown="1"> Currently, you can't create PostgreSQL Read Replicas as Multi-AZ DB
3108
3124
  # instances.
3109
3125
  #
3110
3126
  # </note>
@@ -4946,7 +4962,7 @@ module Aws::RDS
4946
4962
  # instances allowed. The description for a quota includes the quota
4947
4963
  # name, current usage toward that quota, and the quota's maximum value.
4948
4964
  #
4949
- # This command does not take any parameters.
4965
+ # This command doesn't take any parameters.
4950
4966
  #
4951
4967
  # @return [Types::AccountAttributesMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4952
4968
  #
@@ -8297,7 +8313,7 @@ module Aws::RDS
8297
8313
  #
8298
8314
  # @option params [String] :option_group_name
8299
8315
  # A value that indicates that the DB cluster should be associated with
8300
- # the specified option group. Changing this parameter does not result in
8316
+ # the specified option group. Changing this parameter doesn't result in
8301
8317
  # an outage except in the following case, and the change is applied
8302
8318
  # during the next maintenance window unless the `ApplyImmediately`
8303
8319
  # parameter is set to `true` for this request. If the parameter change
@@ -8725,7 +8741,7 @@ module Aws::RDS
8725
8741
  #
8726
8742
  # @option params [Array<String>] :db_security_groups
8727
8743
  # A list of DB security groups to authorize on this DB instance.
8728
- # Changing this setting does not result in an outage and the change is
8744
+ # Changing this setting doesn't result in an outage and the change is
8729
8745
  # asynchronously applied as soon as possible.
8730
8746
  #
8731
8747
  # Constraints:
@@ -8774,7 +8790,7 @@ module Aws::RDS
8774
8790
  # The new password for the master user. The password can include any
8775
8791
  # printable ASCII character except "/", """, or "@".
8776
8792
  #
8777
- # Changing this parameter does not result in an outage and the change is
8793
+ # Changing this parameter doesn't result in an outage and the change is
8778
8794
  # asynchronously applied as soon as possible. Between the time of the
8779
8795
  # request and the completion of the request, the `MasterUserPassword`
8780
8796
  # element exists in the `PendingModifiedValues` element of the operation
@@ -8816,7 +8832,7 @@ module Aws::RDS
8816
8832
  #
8817
8833
  # @option params [String] :db_parameter_group_name
8818
8834
  # The name of the DB parameter group to apply to the DB instance.
8819
- # Changing this setting does not result in an outage. The parameter
8835
+ # Changing this setting doesn't result in an outage. The parameter
8820
8836
  # group name itself is changed immediately, but the actual parameter
8821
8837
  # changes are not applied until you reboot the instance without
8822
8838
  # failover. The db instance will NOT be rebooted automatically and the
@@ -8862,7 +8878,7 @@ module Aws::RDS
8862
8878
  # @option params [String] :preferred_backup_window
8863
8879
  # The daily time range during which automated backups are created if
8864
8880
  # automated backups are enabled, as determined by the
8865
- # `BackupRetentionPeriod` parameter. Changing this parameter does not
8881
+ # `BackupRetentionPeriod` parameter. Changing this parameter doesn't
8866
8882
  # result in an outage and the change is asynchronously applied as soon
8867
8883
  # as possible.
8868
8884
  #
@@ -8883,9 +8899,9 @@ module Aws::RDS
8883
8899
  #
8884
8900
  # @option params [String] :preferred_maintenance_window
8885
8901
  # The weekly time range (in UTC) during which system maintenance can
8886
- # occur, which might result in an outage. Changing this parameter does
8887
- # not result in an outage, except in the following situation, and the
8888
- # change is asynchronously applied as soon as possible. If there are
8902
+ # occur, which might result in an outage. Changing this parameter
8903
+ # doesn't result in an outage, except in the following situation, and
8904
+ # the change is asynchronously applied as soon as possible. If there are
8889
8905
  # pending actions that cause a reboot, and the maintenance window is
8890
8906
  # changed to include the current time, then changing this parameter will
8891
8907
  # cause a reboot of the DB instance. If moving this window to the
@@ -8902,7 +8918,7 @@ module Aws::RDS
8902
8918
  #
8903
8919
  # @option params [Boolean] :multi_az
8904
8920
  # Specifies if the DB instance is a Multi-AZ deployment. Changing this
8905
- # parameter does not result in an outage and the change is applied
8921
+ # parameter doesn't result in an outage and the change is applied
8906
8922
  # during the next maintenance window unless the `ApplyImmediately`
8907
8923
  # parameter is set to `true` for this request.
8908
8924
  #
@@ -8921,7 +8937,7 @@ module Aws::RDS
8921
8937
  #
8922
8938
  # @option params [Boolean] :allow_major_version_upgrade
8923
8939
  # Indicates that major version upgrades are allowed. Changing this
8924
- # parameter does not result in an outage and the change is
8940
+ # parameter doesn't result in an outage and the change is
8925
8941
  # asynchronously applied as soon as possible.
8926
8942
  #
8927
8943
  # Constraints: This parameter must be set to true when specifying a
@@ -8931,7 +8947,7 @@ module Aws::RDS
8931
8947
  # @option params [Boolean] :auto_minor_version_upgrade
8932
8948
  # Indicates that minor version upgrades are applied automatically to the
8933
8949
  # DB instance during the maintenance window. Changing this parameter
8934
- # does not result in an outage except in the following case and the
8950
+ # doesn't result in an outage except in the following case and the
8935
8951
  # change is asynchronously applied as soon as possible. An outage will
8936
8952
  # result if this parameter is set to `true` during the maintenance
8937
8953
  # window, and a newer minor version is available, and RDS has enabled
@@ -8947,7 +8963,7 @@ module Aws::RDS
8947
8963
  # The new Provisioned IOPS (I/O operations per second) value for the RDS
8948
8964
  # instance.
8949
8965
  #
8950
- # Changing this setting does not result in an outage and the change is
8966
+ # Changing this setting doesn't result in an outage and the change is
8951
8967
  # applied during the next maintenance window unless the
8952
8968
  # `ApplyImmediately` parameter is set to `true` for this request. If you
8953
8969
  # are migrating from Provisioned IOPS to standard storage, set this
@@ -8978,7 +8994,7 @@ module Aws::RDS
8978
8994
  #
8979
8995
  # @option params [String] :option_group_name
8980
8996
  # Indicates that the DB instance should be associated with the specified
8981
- # option group. Changing this parameter does not result in an outage
8997
+ # option group. Changing this parameter doesn't result in an outage
8982
8998
  # except in the following case and the change is applied during the next
8983
8999
  # maintenance window unless the `ApplyImmediately` parameter is set to
8984
9000
  # `true` for this request. If the parameter change results in an option
@@ -9970,10 +9986,12 @@ module Aws::RDS
9970
9986
 
9971
9987
  # Promotes a Read Replica DB instance to a standalone DB instance.
9972
9988
  #
9973
- # <note markdown="1"> We recommend that you enable automated backups on your Read Replica
9974
- # before promoting the Read Replica. This ensures that no backup is
9975
- # taken during the promotion process. Once the instance is promoted to a
9976
- # primary instance, backups are taken based on your backup settings.
9989
+ # <note markdown="1"> * We recommend that you enable automated backups on your Read Replica
9990
+ # before promoting the Read Replica. This ensures that no backup is
9991
+ # taken during the promotion process. Once the instance is promoted to
9992
+ # a primary instance, backups are taken based on your backup settings.
9993
+ #
9994
+ # * This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
9977
9995
  #
9978
9996
  # </note>
9979
9997
  #
@@ -10919,10 +10937,14 @@ module Aws::RDS
10919
10937
  # @option params [String] :engine_version
10920
10938
  # The version number of the database engine to use.
10921
10939
  #
10922
- # **Aurora**
10940
+ # **Aurora MySQL**
10923
10941
  #
10924
10942
  # Example: `5.6.10a`
10925
10943
  #
10944
+ # **Aurora PostgreSQL**
10945
+ #
10946
+ # Example: `9.6.3`
10947
+ #
10926
10948
  # @option params [Integer] :port
10927
10949
  # The port number on which the instances in the restored DB cluster
10928
10950
  # accept connections.
@@ -11634,7 +11656,7 @@ module Aws::RDS
11634
11656
  #
11635
11657
  # If your intent is to replace your original DB instance with the new,
11636
11658
  # restored DB instance, then rename your original DB instance before you
11637
- # call the RestoreDBInstanceFromDBSnapshot action. RDS does not allow
11659
+ # call the RestoreDBInstanceFromDBSnapshot action. RDS doesn't allow
11638
11660
  # two DB instances with the same name. Once you have renamed your
11639
11661
  # original DB instance with a different identifier, then you can pass
11640
11662
  # the original name of the DB instance as the DBInstanceIdentifier in
@@ -11645,6 +11667,11 @@ module Aws::RDS
11645
11667
  # If you are restoring from a shared manual DB snapshot, the
11646
11668
  # `DBSnapshotIdentifier` must be the ARN of the shared DB snapshot.
11647
11669
  #
11670
+ # <note markdown="1"> This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For
11671
+ # Aurora, use RestoreDBClusterFromSnapshot.
11672
+ #
11673
+ # </note>
11674
+ #
11648
11675
  # @option params [required, String] :db_instance_identifier
11649
11676
  # Name of the DB instance to create from the DB snapshot. This parameter
11650
11677
  # isn't case-sensitive.
@@ -11765,10 +11792,6 @@ module Aws::RDS
11765
11792
  #
11766
11793
  # Valid Values:
11767
11794
  #
11768
- # * `aurora`
11769
- #
11770
- # * `aurora-postgresql`
11771
- #
11772
11795
  # * `mariadb`
11773
11796
  #
11774
11797
  # * `mysql`
@@ -11866,8 +11889,6 @@ module Aws::RDS
11866
11889
  #
11867
11890
  # * For MySQL 5.7, minor version 5.7.16 or higher
11868
11891
  #
11869
- # * Aurora 5.6 or higher.
11870
- #
11871
11892
  # Default: `false`
11872
11893
  #
11873
11894
  # @option params [Array<String>] :enable_cloudwatch_logs_exports
@@ -12600,6 +12621,11 @@ module Aws::RDS
12600
12621
  # case, the instance becomes a mirrored deployment and not a single-AZ
12601
12622
  # deployment.
12602
12623
  #
12624
+ # <note markdown="1"> This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For
12625
+ # Aurora, use RestoreDBClusterToPointInTime.
12626
+ #
12627
+ # </note>
12628
+ #
12603
12629
  # @option params [required, String] :source_db_instance_identifier
12604
12630
  # The identifier of the source DB instance from which to restore.
12605
12631
  #
@@ -12735,10 +12761,6 @@ module Aws::RDS
12735
12761
  #
12736
12762
  # Valid Values:
12737
12763
  #
12738
- # * `aurora`
12739
- #
12740
- # * `aurora-postgresql`
12741
- #
12742
12764
  # * `mariadb`
12743
12765
  #
12744
12766
  # * `mysql`
@@ -12829,8 +12851,6 @@ module Aws::RDS
12829
12851
  #
12830
12852
  # * For MySQL 5.7, minor version 5.7.16 or higher
12831
12853
  #
12832
- # * Aurora 5.6 or higher.
12833
- #
12834
12854
  # Default: `false`
12835
12855
  #
12836
12856
  # @option params [Array<String>] :enable_cloudwatch_logs_exports
@@ -13175,7 +13195,7 @@ module Aws::RDS
13175
13195
  # more information, see Stopping and Starting a DB instance in the AWS
13176
13196
  # RDS user guide.
13177
13197
  #
13178
- # <note markdown="1"> This command does not apply to Aurora MySQL and Aurora PostgreSQL.
13198
+ # <note markdown="1"> This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
13179
13199
  #
13180
13200
  # </note>
13181
13201
  #
@@ -13308,7 +13328,7 @@ module Aws::RDS
13308
13328
  # For more information, see Stopping and Starting a DB instance in the
13309
13329
  # AWS RDS user guide.
13310
13330
  #
13311
- # <note markdown="1"> This command does not apply to Aurora MySQL and Aurora PostgreSQL.
13331
+ # <note markdown="1"> This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
13312
13332
  #
13313
13333
  # </note>
13314
13334
  #
@@ -13452,7 +13472,7 @@ module Aws::RDS
13452
13472
  params: params,
13453
13473
  config: config)
13454
13474
  context[:gem_name] = 'aws-sdk-rds'
13455
- context[:gem_version] = '1.11.0'
13475
+ context[:gem_version] = '1.12.0'
13456
13476
  Seahorse::Client::Request.new(handlers, context)
13457
13477
  end
13458
13478
 
@@ -487,13 +487,19 @@ module Aws::RDS
487
487
  # @option options [required, String] :engine
488
488
  # The name of the database engine to be used for this DB cluster.
489
489
  #
490
- # Valid Values: `aurora`, `aurora-postgresql`
490
+ # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora),
491
+ # `aurora-mysql` (for MySQL 5.7-compatible Aurora), and
492
+ # `aurora-postgresql`
491
493
  # @option options [String] :engine_version
492
494
  # The version number of the database engine to use.
493
495
  #
494
- # **Aurora**
496
+ # **Aurora MySQL**
495
497
  #
496
- # Example: `5.6.10a`
498
+ # Example: `5.6.10a`, `5.7.12`
499
+ #
500
+ # **Aurora PostgreSQL**
501
+ #
502
+ # Example: `9.6.3`
497
503
  # @option options [Integer] :port
498
504
  # The port number on which the instances in the DB cluster accept
499
505
  # connections.
@@ -841,7 +847,7 @@ module Aws::RDS
841
847
  # Constraints: Must contain from 8 to 41 characters.
842
848
  # @option options [String] :option_group_name
843
849
  # A value that indicates that the DB cluster should be associated with
844
- # the specified option group. Changing this parameter does not result in
850
+ # the specified option group. Changing this parameter doesn't result in
845
851
  # an outage except in the following case, and the change is applied
846
852
  # during the next maintenance window unless the `ApplyImmediately`
847
853
  # parameter is set to `true` for this request. If the parameter change
@@ -202,6 +202,14 @@ module Aws::RDS
202
202
  # group family, and can be applied only to a DB cluster running a
203
203
  # database engine and engine version compatible with that DB cluster
204
204
  # parameter group family.
205
+ #
206
+ # **Aurora MySQL**
207
+ #
208
+ # Example: `aurora5.6`, `aurora-mysql5.7`
209
+ #
210
+ # **Aurora PostgreSQL**
211
+ #
212
+ # Example: `aurora-postgresql9.6`
205
213
  # @option options [required, String] :description
206
214
  # The description for the DB cluster parameter group.
207
215
  # @option options [Array<Types::Tag>] :tags
@@ -791,7 +791,9 @@ module Aws::RDS
791
791
  #
792
792
  # Valid Values:
793
793
  #
794
- # * `aurora`
794
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
795
+ #
796
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
795
797
  #
796
798
  # * `aurora-postgresql`
797
799
  #
@@ -1523,7 +1525,7 @@ module Aws::RDS
1523
1525
  #
1524
1526
  # Valid Values: `1150-65535`
1525
1527
  # @option options [Boolean] :multi_az
1526
- # Specifies whether the read replica is in a Multi-AZ deployment.
1528
+ # Specifies whether the Read Replica is in a Multi-AZ deployment.
1527
1529
  #
1528
1530
  # You can create a Read Replica as a Multi-AZ DB instance. RDS creates a
1529
1531
  # standby of your replica in another Availability Zone for failover
@@ -1531,7 +1533,7 @@ module Aws::RDS
1531
1533
  # instance is independent of whether the source database is a Multi-AZ
1532
1534
  # DB instance.
1533
1535
  #
1534
- # <note markdown="1"> Currently PostgreSQL Read Replicas can only be created as single-AZ DB
1536
+ # <note markdown="1"> Currently, you can't create PostgreSQL Read Replicas as Multi-AZ DB
1535
1537
  # instances.
1536
1538
  #
1537
1539
  # </note>
@@ -1933,7 +1935,7 @@ module Aws::RDS
1933
1935
  # [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC
1934
1936
  # @option options [Array<String>] :db_security_groups
1935
1937
  # A list of DB security groups to authorize on this DB instance.
1936
- # Changing this setting does not result in an outage and the change is
1938
+ # Changing this setting doesn't result in an outage and the change is
1937
1939
  # asynchronously applied as soon as possible.
1938
1940
  #
1939
1941
  # Constraints:
@@ -1979,7 +1981,7 @@ module Aws::RDS
1979
1981
  # The new password for the master user. The password can include any
1980
1982
  # printable ASCII character except "/", """, or "@".
1981
1983
  #
1982
- # Changing this parameter does not result in an outage and the change is
1984
+ # Changing this parameter doesn't result in an outage and the change is
1983
1985
  # asynchronously applied as soon as possible. Between the time of the
1984
1986
  # request and the completion of the request, the `MasterUserPassword`
1985
1987
  # element exists in the `PendingModifiedValues` element of the operation
@@ -2020,7 +2022,7 @@ module Aws::RDS
2020
2022
  # </note>
2021
2023
  # @option options [String] :db_parameter_group_name
2022
2024
  # The name of the DB parameter group to apply to the DB instance.
2023
- # Changing this setting does not result in an outage. The parameter
2025
+ # Changing this setting doesn't result in an outage. The parameter
2024
2026
  # group name itself is changed immediately, but the actual parameter
2025
2027
  # changes are not applied until you reboot the instance without
2026
2028
  # failover. The db instance will NOT be rebooted automatically and the
@@ -2064,7 +2066,7 @@ module Aws::RDS
2064
2066
  # @option options [String] :preferred_backup_window
2065
2067
  # The daily time range during which automated backups are created if
2066
2068
  # automated backups are enabled, as determined by the
2067
- # `BackupRetentionPeriod` parameter. Changing this parameter does not
2069
+ # `BackupRetentionPeriod` parameter. Changing this parameter doesn't
2068
2070
  # result in an outage and the change is asynchronously applied as soon
2069
2071
  # as possible.
2070
2072
  #
@@ -2084,9 +2086,9 @@ module Aws::RDS
2084
2086
  # * Must be at least 30 minutes
2085
2087
  # @option options [String] :preferred_maintenance_window
2086
2088
  # The weekly time range (in UTC) during which system maintenance can
2087
- # occur, which might result in an outage. Changing this parameter does
2088
- # not result in an outage, except in the following situation, and the
2089
- # change is asynchronously applied as soon as possible. If there are
2089
+ # occur, which might result in an outage. Changing this parameter
2090
+ # doesn't result in an outage, except in the following situation, and
2091
+ # the change is asynchronously applied as soon as possible. If there are
2090
2092
  # pending actions that cause a reboot, and the maintenance window is
2091
2093
  # changed to include the current time, then changing this parameter will
2092
2094
  # cause a reboot of the DB instance. If moving this window to the
@@ -2102,7 +2104,7 @@ module Aws::RDS
2102
2104
  # Constraints: Must be at least 30 minutes
2103
2105
  # @option options [Boolean] :multi_az
2104
2106
  # Specifies if the DB instance is a Multi-AZ deployment. Changing this
2105
- # parameter does not result in an outage and the change is applied
2107
+ # parameter doesn't result in an outage and the change is applied
2106
2108
  # during the next maintenance window unless the `ApplyImmediately`
2107
2109
  # parameter is set to `true` for this request.
2108
2110
  # @option options [String] :engine_version
@@ -2119,7 +2121,7 @@ module Aws::RDS
2119
2121
  # For a list of valid engine versions, see CreateDBInstance.
2120
2122
  # @option options [Boolean] :allow_major_version_upgrade
2121
2123
  # Indicates that major version upgrades are allowed. Changing this
2122
- # parameter does not result in an outage and the change is
2124
+ # parameter doesn't result in an outage and the change is
2123
2125
  # asynchronously applied as soon as possible.
2124
2126
  #
2125
2127
  # Constraints: This parameter must be set to true when specifying a
@@ -2128,7 +2130,7 @@ module Aws::RDS
2128
2130
  # @option options [Boolean] :auto_minor_version_upgrade
2129
2131
  # Indicates that minor version upgrades are applied automatically to the
2130
2132
  # DB instance during the maintenance window. Changing this parameter
2131
- # does not result in an outage except in the following case and the
2133
+ # doesn't result in an outage except in the following case and the
2132
2134
  # change is asynchronously applied as soon as possible. An outage will
2133
2135
  # result if this parameter is set to `true` during the maintenance
2134
2136
  # window, and a newer minor version is available, and RDS has enabled
@@ -2142,7 +2144,7 @@ module Aws::RDS
2142
2144
  # The new Provisioned IOPS (I/O operations per second) value for the RDS
2143
2145
  # instance.
2144
2146
  #
2145
- # Changing this setting does not result in an outage and the change is
2147
+ # Changing this setting doesn't result in an outage and the change is
2146
2148
  # applied during the next maintenance window unless the
2147
2149
  # `ApplyImmediately` parameter is set to `true` for this request. If you
2148
2150
  # are migrating from Provisioned IOPS to standard storage, set this
@@ -2172,7 +2174,7 @@ module Aws::RDS
2172
2174
  # Default: Uses existing setting
2173
2175
  # @option options [String] :option_group_name
2174
2176
  # Indicates that the DB instance should be associated with the specified
2175
- # option group. Changing this parameter does not result in an outage
2177
+ # option group. Changing this parameter doesn't result in an outage
2176
2178
  # except in the following case and the change is applied during the next
2177
2179
  # maintenance window unless the `ApplyImmediately` parameter is set to
2178
2180
  # `true` for this request. If the parameter change results in an option
@@ -2606,10 +2608,6 @@ module Aws::RDS
2606
2608
  #
2607
2609
  # Valid Values:
2608
2610
  #
2609
- # * `aurora`
2610
- #
2611
- # * `aurora-postgresql`
2612
- #
2613
2611
  # * `mariadb`
2614
2612
  #
2615
2613
  # * `mysql`
@@ -2690,8 +2688,6 @@ module Aws::RDS
2690
2688
  #
2691
2689
  # * For MySQL 5.7, minor version 5.7.16 or higher
2692
2690
  #
2693
- # * Aurora 5.6 or higher.
2694
- #
2695
2691
  # Default: `false`
2696
2692
  # @option options [Array<String>] :enable_cloudwatch_logs_exports
2697
2693
  # The list of logs that the restored DB instance is to export to
@@ -650,10 +650,6 @@ module Aws::RDS
650
650
  #
651
651
  # Valid Values:
652
652
  #
653
- # * `aurora`
654
- #
655
- # * `aurora-postgresql`
656
- #
657
653
  # * `mariadb`
658
654
  #
659
655
  # * `mysql`
@@ -741,8 +737,6 @@ module Aws::RDS
741
737
  #
742
738
  # * For MySQL 5.7, minor version 5.7.16 or higher
743
739
  #
744
- # * Aurora 5.6 or higher.
745
- #
746
740
  # Default: `false`
747
741
  # @option options [Array<String>] :enable_cloudwatch_logs_exports
748
742
  # The list of logs that the restored DB instance is to export to
@@ -115,13 +115,19 @@ module Aws::RDS
115
115
  # @option options [required, String] :engine
116
116
  # The name of the database engine to be used for this DB cluster.
117
117
  #
118
- # Valid Values: `aurora`, `aurora-postgresql`
118
+ # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora),
119
+ # `aurora-mysql` (for MySQL 5.7-compatible Aurora), and
120
+ # `aurora-postgresql`
119
121
  # @option options [String] :engine_version
120
122
  # The version number of the database engine to use.
121
123
  #
122
- # **Aurora**
124
+ # **Aurora MySQL**
123
125
  #
124
- # Example: `5.6.10a`
126
+ # Example: `5.6.10a`, `5.7.12`
127
+ #
128
+ # **Aurora PostgreSQL**
129
+ #
130
+ # Example: `9.6.3`
125
131
  # @option options [Integer] :port
126
132
  # The port number on which the instances in the DB cluster accept
127
133
  # connections.
@@ -320,6 +326,14 @@ module Aws::RDS
320
326
  # group family, and can be applied only to a DB cluster running a
321
327
  # database engine and engine version compatible with that DB cluster
322
328
  # parameter group family.
329
+ #
330
+ # **Aurora MySQL**
331
+ #
332
+ # Example: `aurora5.6`, `aurora-mysql5.7`
333
+ #
334
+ # **Aurora PostgreSQL**
335
+ #
336
+ # Example: `aurora-postgresql9.6`
323
337
  # @option options [required, String] :description
324
338
  # The description for the DB cluster parameter group.
325
339
  # @option options [Array<Types::Tag>] :tags
@@ -583,7 +597,9 @@ module Aws::RDS
583
597
  #
584
598
  # Valid Values:
585
599
  #
586
- # * `aurora`
600
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
601
+ #
602
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
587
603
  #
588
604
  # * `aurora-postgresql`
589
605
  #
@@ -1169,15 +1169,21 @@ module Aws::RDS
1169
1169
  # @!attribute [rw] engine
1170
1170
  # The name of the database engine to be used for this DB cluster.
1171
1171
  #
1172
- # Valid Values: `aurora`, `aurora-postgresql`
1172
+ # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora),
1173
+ # `aurora-mysql` (for MySQL 5.7-compatible Aurora), and
1174
+ # `aurora-postgresql`
1173
1175
  # @return [String]
1174
1176
  #
1175
1177
  # @!attribute [rw] engine_version
1176
1178
  # The version number of the database engine to use.
1177
1179
  #
1178
- # **Aurora**
1180
+ # **Aurora MySQL**
1179
1181
  #
1180
- # Example: `5.6.10a`
1182
+ # Example: `5.6.10a`, `5.7.12`
1183
+ #
1184
+ # **Aurora PostgreSQL**
1185
+ #
1186
+ # Example: `9.6.3`
1181
1187
  # @return [String]
1182
1188
  #
1183
1189
  # @!attribute [rw] port
@@ -1430,6 +1436,14 @@ module Aws::RDS
1430
1436
  # group family, and can be applied only to a DB cluster running a
1431
1437
  # database engine and engine version compatible with that DB cluster
1432
1438
  # parameter group family.
1439
+ #
1440
+ # **Aurora MySQL**
1441
+ #
1442
+ # Example: `aurora5.6`, `aurora-mysql5.7`
1443
+ #
1444
+ # **Aurora PostgreSQL**
1445
+ #
1446
+ # Example: `aurora-postgresql9.6`
1433
1447
  # @return [String]
1434
1448
  #
1435
1449
  # @!attribute [rw] description
@@ -1806,7 +1820,9 @@ module Aws::RDS
1806
1820
  #
1807
1821
  # Valid Values:
1808
1822
  #
1809
- # * `aurora`
1823
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
1824
+ #
1825
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
1810
1826
  #
1811
1827
  # * `aurora-postgresql`
1812
1828
  #
@@ -2707,7 +2723,7 @@ module Aws::RDS
2707
2723
  # @return [Integer]
2708
2724
  #
2709
2725
  # @!attribute [rw] multi_az
2710
- # Specifies whether the read replica is in a Multi-AZ deployment.
2726
+ # Specifies whether the Read Replica is in a Multi-AZ deployment.
2711
2727
  #
2712
2728
  # You can create a Read Replica as a Multi-AZ DB instance. RDS creates
2713
2729
  # a standby of your replica in another Availability Zone for failover
@@ -2715,8 +2731,8 @@ module Aws::RDS
2715
2731
  # instance is independent of whether the source database is a Multi-AZ
2716
2732
  # DB instance.
2717
2733
  #
2718
- # <note markdown="1"> Currently PostgreSQL Read Replicas can only be created as single-AZ
2719
- # DB instances.
2734
+ # <note markdown="1"> Currently, you can't create PostgreSQL Read Replicas as Multi-AZ DB
2735
+ # instances.
2720
2736
  #
2721
2737
  # </note>
2722
2738
  # @return [Boolean]
@@ -8164,7 +8180,7 @@ module Aws::RDS
8164
8180
  #
8165
8181
  # @!attribute [rw] option_group_name
8166
8182
  # A value that indicates that the DB cluster should be associated with
8167
- # the specified option group. Changing this parameter does not result
8183
+ # the specified option group. Changing this parameter doesn't result
8168
8184
  # in an outage except in the following case, and the change is applied
8169
8185
  # during the next maintenance window unless the `ApplyImmediately`
8170
8186
  # parameter is set to `true` for this request. If the parameter change
@@ -8482,7 +8498,7 @@ module Aws::RDS
8482
8498
  #
8483
8499
  # @!attribute [rw] db_security_groups
8484
8500
  # A list of DB security groups to authorize on this DB instance.
8485
- # Changing this setting does not result in an outage and the change is
8501
+ # Changing this setting doesn't result in an outage and the change is
8486
8502
  # asynchronously applied as soon as possible.
8487
8503
  #
8488
8504
  # Constraints:
@@ -8535,7 +8551,7 @@ module Aws::RDS
8535
8551
  # The new password for the master user. The password can include any
8536
8552
  # printable ASCII character except "/", """, or "@".
8537
8553
  #
8538
- # Changing this parameter does not result in an outage and the change
8554
+ # Changing this parameter doesn't result in an outage and the change
8539
8555
  # is asynchronously applied as soon as possible. Between the time of
8540
8556
  # the request and the completion of the request, the
8541
8557
  # `MasterUserPassword` element exists in the `PendingModifiedValues`
@@ -8578,7 +8594,7 @@ module Aws::RDS
8578
8594
  #
8579
8595
  # @!attribute [rw] db_parameter_group_name
8580
8596
  # The name of the DB parameter group to apply to the DB instance.
8581
- # Changing this setting does not result in an outage. The parameter
8597
+ # Changing this setting doesn't result in an outage. The parameter
8582
8598
  # group name itself is changed immediately, but the actual parameter
8583
8599
  # changes are not applied until you reboot the instance without
8584
8600
  # failover. The db instance will NOT be rebooted automatically and the
@@ -8627,7 +8643,7 @@ module Aws::RDS
8627
8643
  # @!attribute [rw] preferred_backup_window
8628
8644
  # The daily time range during which automated backups are created if
8629
8645
  # automated backups are enabled, as determined by the
8630
- # `BackupRetentionPeriod` parameter. Changing this parameter does not
8646
+ # `BackupRetentionPeriod` parameter. Changing this parameter doesn't
8631
8647
  # result in an outage and the change is asynchronously applied as soon
8632
8648
  # as possible.
8633
8649
  #
@@ -8650,11 +8666,11 @@ module Aws::RDS
8650
8666
  #
8651
8667
  # @!attribute [rw] preferred_maintenance_window
8652
8668
  # The weekly time range (in UTC) during which system maintenance can
8653
- # occur, which might result in an outage. Changing this parameter does
8654
- # not result in an outage, except in the following situation, and the
8655
- # change is asynchronously applied as soon as possible. If there are
8656
- # pending actions that cause a reboot, and the maintenance window is
8657
- # changed to include the current time, then changing this parameter
8669
+ # occur, which might result in an outage. Changing this parameter
8670
+ # doesn't result in an outage, except in the following situation, and
8671
+ # the change is asynchronously applied as soon as possible. If there
8672
+ # are pending actions that cause a reboot, and the maintenance window
8673
+ # is changed to include the current time, then changing this parameter
8658
8674
  # will cause a reboot of the DB instance. If moving this window to the
8659
8675
  # current time, there must be at least 30 minutes between the current
8660
8676
  # time and end of the window to ensure pending changes are applied.
@@ -8670,7 +8686,7 @@ module Aws::RDS
8670
8686
  #
8671
8687
  # @!attribute [rw] multi_az
8672
8688
  # Specifies if the DB instance is a Multi-AZ deployment. Changing this
8673
- # parameter does not result in an outage and the change is applied
8689
+ # parameter doesn't result in an outage and the change is applied
8674
8690
  # during the next maintenance window unless the `ApplyImmediately`
8675
8691
  # parameter is set to `true` for this request.
8676
8692
  # @return [Boolean]
@@ -8692,7 +8708,7 @@ module Aws::RDS
8692
8708
  #
8693
8709
  # @!attribute [rw] allow_major_version_upgrade
8694
8710
  # Indicates that major version upgrades are allowed. Changing this
8695
- # parameter does not result in an outage and the change is
8711
+ # parameter doesn't result in an outage and the change is
8696
8712
  # asynchronously applied as soon as possible.
8697
8713
  #
8698
8714
  # Constraints: This parameter must be set to true when specifying a
@@ -8703,7 +8719,7 @@ module Aws::RDS
8703
8719
  # @!attribute [rw] auto_minor_version_upgrade
8704
8720
  # Indicates that minor version upgrades are applied automatically to
8705
8721
  # the DB instance during the maintenance window. Changing this
8706
- # parameter does not result in an outage except in the following case
8722
+ # parameter doesn't result in an outage except in the following case
8707
8723
  # and the change is asynchronously applied as soon as possible. An
8708
8724
  # outage will result if this parameter is set to `true` during the
8709
8725
  # maintenance window, and a newer minor version is available, and RDS
@@ -8721,7 +8737,7 @@ module Aws::RDS
8721
8737
  # The new Provisioned IOPS (I/O operations per second) value for the
8722
8738
  # RDS instance.
8723
8739
  #
8724
- # Changing this setting does not result in an outage and the change is
8740
+ # Changing this setting doesn't result in an outage and the change is
8725
8741
  # applied during the next maintenance window unless the
8726
8742
  # `ApplyImmediately` parameter is set to `true` for this request. If
8727
8743
  # you are migrating from Provisioned IOPS to standard storage, set
@@ -8754,7 +8770,7 @@ module Aws::RDS
8754
8770
  #
8755
8771
  # @!attribute [rw] option_group_name
8756
8772
  # Indicates that the DB instance should be associated with the
8757
- # specified option group. Changing this parameter does not result in
8773
+ # specified option group. Changing this parameter doesn't result in
8758
8774
  # an outage except in the following case and the change is applied
8759
8775
  # during the next maintenance window unless the `ApplyImmediately`
8760
8776
  # parameter is set to `true` for this request. If the parameter change
@@ -11138,9 +11154,13 @@ module Aws::RDS
11138
11154
  # @!attribute [rw] engine_version
11139
11155
  # The version number of the database engine to use.
11140
11156
  #
11141
- # **Aurora**
11157
+ # **Aurora MySQL**
11142
11158
  #
11143
11159
  # Example: `5.6.10a`
11160
+ #
11161
+ # **Aurora PostgreSQL**
11162
+ #
11163
+ # Example: `9.6.3`
11144
11164
  # @return [String]
11145
11165
  #
11146
11166
  # @!attribute [rw] port
@@ -11863,10 +11883,6 @@ module Aws::RDS
11863
11883
  #
11864
11884
  # Valid Values:
11865
11885
  #
11866
- # * `aurora`
11867
- #
11868
- # * `aurora-postgresql`
11869
- #
11870
11886
  # * `mariadb`
11871
11887
  #
11872
11888
  # * `mysql`
@@ -11975,8 +11991,6 @@ module Aws::RDS
11975
11991
  #
11976
11992
  # * For MySQL 5.7, minor version 5.7.16 or higher
11977
11993
  #
11978
- # * Aurora 5.6 or higher.
11979
- #
11980
11994
  # Default: `false`
11981
11995
  # @return [Boolean]
11982
11996
  #
@@ -12663,10 +12677,6 @@ module Aws::RDS
12663
12677
  #
12664
12678
  # Valid Values:
12665
12679
  #
12666
- # * `aurora`
12667
- #
12668
- # * `aurora-postgresql`
12669
- #
12670
12680
  # * `mariadb`
12671
12681
  #
12672
12682
  # * `mysql`
@@ -12768,8 +12778,6 @@ module Aws::RDS
12768
12778
  #
12769
12779
  # * For MySQL 5.7, minor version 5.7.16 or higher
12770
12780
  #
12771
- # * Aurora 5.6 or higher.
12772
- #
12773
12781
  # Default: `false`
12774
12782
  # @return [Boolean]
12775
12783
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-17 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4