aws-sdk-rds 1.110.0 → 1.111.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95692588ef25f77efd969902e453a35014001f21f83f49456ef86584cc2f00a8
4
- data.tar.gz: f32fbc4bc31ab6636ff042080724eced46415b8eed5ef8c5d545786396bd1fbb
3
+ metadata.gz: 4a404bc72d6ef35ad270f2dd57aff288b1e9dbc31c310df9b76e972d2255980d
4
+ data.tar.gz: 64dd9d35dd3dc9546e524d4745115b4975f216f22b8c5bd4cf2e71dd1494507a
5
5
  SHA512:
6
- metadata.gz: 5812bddc8f548a76b4e89b43c22bccd0d9d9626094e58669073e44f3c49361b6984eef45fc1fcef0d4c9eddcd5b5409bc46dd6fc797c5d55a90c7de8711d13db
7
- data.tar.gz: 32957c7de01e4dbe93d05978f367e0ef89ac28df90da632b71ef5b4b6d7c159adb742ce2505faf4d5dfbbab512125904921ae984ab6356d42212bdf24006259f
6
+ metadata.gz: 952f66005797db9a19694c4a4287e34b32e0646c8bd7b0cc2dbfb0aaecddf235059dcb233b1eb6c1f494db65a8131b7c07b929fcefb75f59e61eb2d5b26c9b81
7
+ data.tar.gz: 35d2d7e50710a33691b279696c3826891971786ee823e28e472a1c50a30f84d643427de9c7788806db5a565d194682e0a233331a2517b36c5334890144d4d0ba
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-rds/customizations'
74
74
  # @!group service
75
75
  module Aws::RDS
76
76
 
77
- GEM_VERSION = '1.110.0'
77
+ GEM_VERSION = '1.111.0'
78
78
 
79
79
  end
@@ -913,14 +913,7 @@ module Aws::RDS
913
913
  #
914
914
  # * Must specify a valid DB cluster parameter group.
915
915
  #
916
- # * If the source DB cluster parameter group is in the same AWS Region
917
- # as the copy, specify a valid DB parameter group identifier, for
918
- # example `my-db-cluster-param-group`, or a valid ARN.
919
- #
920
- # * If the source DB parameter group is in a different AWS Region than
921
- # the copy, specify a valid DB cluster parameter group ARN, for
922
- # example
923
- # `arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1`.
916
+ # ^
924
917
  #
925
918
  #
926
919
  #
@@ -1306,8 +1299,7 @@ module Aws::RDS
1306
1299
  #
1307
1300
  # * Must specify a valid DB parameter group.
1308
1301
  #
1309
- # * Must specify a valid DB parameter group identifier, for example
1310
- # `my-db-param-group`, or a valid ARN.
1302
+ # ^
1311
1303
  #
1312
1304
  #
1313
1305
  #
@@ -2156,7 +2148,7 @@ module Aws::RDS
2156
2148
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
2157
2149
  #
2158
2150
  # @option params [String] :engine_mode
2159
- # The DB engine mode of the DB cluster, either `provisioned`
2151
+ # The DB engine mode of the DB cluster, either `provisioned`,
2160
2152
  # `serverless`, `parallelquery`, `global`, or `multimaster`.
2161
2153
  #
2162
2154
  # The `parallelquery` engine mode isn't required for Aurora MySQL
@@ -2793,8 +2785,8 @@ module Aws::RDS
2793
2785
  # **PostgreSQL**
2794
2786
  #
2795
2787
  # The name of the database to create when the DB instance is created. If
2796
- # this parameter isn't specified, no database is created in the DB
2797
- # instance.
2788
+ # this parameter isn't specified, a database named `postgres` is
2789
+ # created in the DB instance.
2798
2790
  #
2799
2791
  # Constraints:
2800
2792
  #
@@ -2823,17 +2815,34 @@ module Aws::RDS
2823
2815
  #
2824
2816
  # Not applicable. Must be null.
2825
2817
  #
2826
- # **Amazon Aurora**
2818
+ # **Amazon Aurora MySQL**
2827
2819
  #
2828
- # The name of the database to create when the primary instance of the DB
2829
- # cluster is created. If this parameter isn't specified, no database is
2830
- # created in the DB instance.
2820
+ # The name of the database to create when the primary DB instance of the
2821
+ # Aurora MySQL DB cluster is created. If this parameter isn't specified
2822
+ # for an Aurora MySQL DB cluster, no database is created in the DB
2823
+ # cluster.
2831
2824
  #
2832
2825
  # Constraints:
2833
2826
  #
2834
- # * Must contain 1 to 64 letters or numbers.
2827
+ # * It must contain 1 to 64 alphanumeric characters.
2835
2828
  #
2836
- # * Can't be a word reserved by the specified database engine
2829
+ # * It can't be a word reserved by the database engine.
2830
+ #
2831
+ # **Amazon Aurora PostgreSQL**
2832
+ #
2833
+ # The name of the database to create when the primary DB instance of the
2834
+ # Aurora PostgreSQL DB cluster is created. If this parameter isn't
2835
+ # specified for an Aurora PostgreSQL DB cluster, a database named
2836
+ # `postgres` is created in the DB cluster.
2837
+ #
2838
+ # Constraints:
2839
+ #
2840
+ # * It must contain 1 to 63 alphanumeric characters.
2841
+ #
2842
+ # * It must begin with a letter or an underscore. Subsequent characters
2843
+ # can be letters, underscores, or digits (0 to 9).
2844
+ #
2845
+ # * It can't be a word reserved by the database engine.
2837
2846
  #
2838
2847
  # @option params [required, String] :db_instance_identifier
2839
2848
  # The DB instance identifier. This parameter is stored as a lowercase
@@ -3616,6 +3625,14 @@ module Aws::RDS
3616
3625
  # The upper limit to which Amazon RDS can automatically scale the
3617
3626
  # storage of the DB instance.
3618
3627
  #
3628
+ # For more information about this setting, including limitations that
3629
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
3630
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
3631
+ #
3632
+ #
3633
+ #
3634
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
3635
+ #
3619
3636
  # @option params [Boolean] :enable_customer_owned_ip
3620
3637
  # A value that indicates whether to enable a customer-owned IP address
3621
3638
  # (CoIP) for an RDS on Outposts DB instance.
@@ -4289,6 +4306,14 @@ module Aws::RDS
4289
4306
  # The upper limit to which Amazon RDS can automatically scale the
4290
4307
  # storage of the DB instance.
4291
4308
  #
4309
+ # For more information about this setting, including limitations that
4310
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
4311
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
4312
+ #
4313
+ #
4314
+ #
4315
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
4316
+ #
4292
4317
  # @option params [String] :source_region
4293
4318
  # The source region of the snapshot. This is only needed when the
4294
4319
  # shapshot is encrypted and in a different region.
@@ -5294,6 +5319,30 @@ module Aws::RDS
5294
5319
  # Specifies the name of the engine that this option group should be
5295
5320
  # associated with.
5296
5321
  #
5322
+ # Valid Values:
5323
+ #
5324
+ # * `mariadb`
5325
+ #
5326
+ # * `mysql`
5327
+ #
5328
+ # * `oracle-ee`
5329
+ #
5330
+ # * `oracle-se2`
5331
+ #
5332
+ # * `oracle-se1`
5333
+ #
5334
+ # * `oracle-se`
5335
+ #
5336
+ # * `postgres`
5337
+ #
5338
+ # * `sqlserver-ee`
5339
+ #
5340
+ # * `sqlserver-se`
5341
+ #
5342
+ # * `sqlserver-ex`
5343
+ #
5344
+ # * `sqlserver-web`
5345
+ #
5297
5346
  # @option params [required, String] :major_engine_version
5298
5347
  # Specifies the major version of the engine that this option group
5299
5348
  # should be associated with.
@@ -7697,6 +7746,36 @@ module Aws::RDS
7697
7746
  # @option params [String] :engine
7698
7747
  # The database engine to return.
7699
7748
  #
7749
+ # Valid Values:
7750
+ #
7751
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
7752
+ #
7753
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
7754
+ #
7755
+ # * `aurora-postgresql`
7756
+ #
7757
+ # * `mariadb`
7758
+ #
7759
+ # * `mysql`
7760
+ #
7761
+ # * `oracle-ee`
7762
+ #
7763
+ # * `oracle-se2`
7764
+ #
7765
+ # * `oracle-se1`
7766
+ #
7767
+ # * `oracle-se`
7768
+ #
7769
+ # * `postgres`
7770
+ #
7771
+ # * `sqlserver-ee`
7772
+ #
7773
+ # * `sqlserver-se`
7774
+ #
7775
+ # * `sqlserver-ex`
7776
+ #
7777
+ # * `sqlserver-web`
7778
+ #
7700
7779
  # @option params [String] :engine_version
7701
7780
  # The database engine version to return.
7702
7781
  #
@@ -9939,6 +10018,30 @@ module Aws::RDS
9939
10018
  # A required parameter. Options available for the given engine name are
9940
10019
  # described.
9941
10020
  #
10021
+ # Valid Values:
10022
+ #
10023
+ # * `mariadb`
10024
+ #
10025
+ # * `mysql`
10026
+ #
10027
+ # * `oracle-ee`
10028
+ #
10029
+ # * `oracle-se2`
10030
+ #
10031
+ # * `oracle-se1`
10032
+ #
10033
+ # * `oracle-se`
10034
+ #
10035
+ # * `postgres`
10036
+ #
10037
+ # * `sqlserver-ee`
10038
+ #
10039
+ # * `sqlserver-se`
10040
+ #
10041
+ # * `sqlserver-ex`
10042
+ #
10043
+ # * `sqlserver-web`
10044
+ #
9942
10045
  # @option params [String] :major_engine_version
9943
10046
  # If specified, filters the results to include only options for the
9944
10047
  # specified major engine version.
@@ -10070,6 +10173,30 @@ module Aws::RDS
10070
10173
  # Filters the list of option groups to only include groups associated
10071
10174
  # with a specific database engine.
10072
10175
  #
10176
+ # Valid Values:
10177
+ #
10178
+ # * `mariadb`
10179
+ #
10180
+ # * `mysql`
10181
+ #
10182
+ # * `oracle-ee`
10183
+ #
10184
+ # * `oracle-se2`
10185
+ #
10186
+ # * `oracle-se1`
10187
+ #
10188
+ # * `oracle-se`
10189
+ #
10190
+ # * `postgres`
10191
+ #
10192
+ # * `sqlserver-ee`
10193
+ #
10194
+ # * `sqlserver-se`
10195
+ #
10196
+ # * `sqlserver-ex`
10197
+ #
10198
+ # * `sqlserver-web`
10199
+ #
10073
10200
  # @option params [String] :major_engine_version
10074
10201
  # Filters the list of option groups to only include groups associated
10075
10202
  # with a specific database engine version. If specified, then EngineName
@@ -10162,6 +10289,36 @@ module Aws::RDS
10162
10289
  # @option params [required, String] :engine
10163
10290
  # The name of the engine to retrieve DB instance options for.
10164
10291
  #
10292
+ # Valid Values:
10293
+ #
10294
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
10295
+ #
10296
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
10297
+ #
10298
+ # * `aurora-postgresql`
10299
+ #
10300
+ # * `mariadb`
10301
+ #
10302
+ # * `mysql`
10303
+ #
10304
+ # * `oracle-ee`
10305
+ #
10306
+ # * `oracle-se2`
10307
+ #
10308
+ # * `oracle-se1`
10309
+ #
10310
+ # * `oracle-se`
10311
+ #
10312
+ # * `postgres`
10313
+ #
10314
+ # * `sqlserver-ee`
10315
+ #
10316
+ # * `sqlserver-se`
10317
+ #
10318
+ # * `sqlserver-ex`
10319
+ #
10320
+ # * `sqlserver-web`
10321
+ #
10165
10322
  # @option params [String] :engine_version
10166
10323
  # The engine version filter value. Specify this parameter to show only
10167
10324
  # the available offerings matching the specified engine version.
@@ -12778,6 +12935,14 @@ module Aws::RDS
12778
12935
  # The upper limit to which Amazon RDS can automatically scale the
12779
12936
  # storage of the DB instance.
12780
12937
  #
12938
+ # For more information about this setting, including limitations that
12939
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
12940
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
12941
+ #
12942
+ #
12943
+ #
12944
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
12945
+ #
12781
12946
  # @option params [Boolean] :certificate_rotation_restart
12782
12947
  # A value that indicates whether the DB instance is restarted when you
12783
12948
  # rotate your SSL/TLS certificate.
@@ -17318,6 +17483,14 @@ module Aws::RDS
17318
17483
  # The upper limit to which Amazon RDS can automatically scale the
17319
17484
  # storage of the DB instance.
17320
17485
  #
17486
+ # For more information about this setting, including limitations that
17487
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
17488
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
17489
+ #
17490
+ #
17491
+ #
17492
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
17493
+ #
17321
17494
  # @return [Types::RestoreDBInstanceFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17322
17495
  #
17323
17496
  # * {Types::RestoreDBInstanceFromS3Result#db_instance #db_instance} => Types::DBInstance
@@ -17825,6 +17998,14 @@ module Aws::RDS
17825
17998
  # The upper limit to which Amazon RDS can automatically scale the
17826
17999
  # storage of the DB instance.
17827
18000
  #
18001
+ # For more information about this setting, including limitations that
18002
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
18003
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
18004
+ #
18005
+ #
18006
+ #
18007
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
18008
+ #
17828
18009
  # @option params [String] :source_db_instance_automated_backups_arn
17829
18010
  # The Amazon Resource Name (ARN) of the replicated automated backups
17830
18011
  # from which to restore, for example,
@@ -19218,7 +19399,7 @@ module Aws::RDS
19218
19399
  params: params,
19219
19400
  config: config)
19220
19401
  context[:gem_name] = 'aws-sdk-rds'
19221
- context[:gem_version] = '1.110.0'
19402
+ context[:gem_version] = '1.111.0'
19222
19403
  Seahorse::Client::Request.new(handlers, context)
19223
19404
  end
19224
19405
 
@@ -935,7 +935,7 @@ module Aws::RDS
935
935
  #
936
936
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
937
937
  # @option options [String] :engine_mode
938
- # The DB engine mode of the DB cluster, either `provisioned`
938
+ # The DB engine mode of the DB cluster, either `provisioned`,
939
939
  # `serverless`, `parallelquery`, `global`, or `multimaster`.
940
940
  #
941
941
  # The `parallelquery` engine mode isn't required for Aurora MySQL
@@ -803,8 +803,8 @@ module Aws::RDS
803
803
  # **PostgreSQL**
804
804
  #
805
805
  # The name of the database to create when the DB instance is created. If
806
- # this parameter isn't specified, no database is created in the DB
807
- # instance.
806
+ # this parameter isn't specified, a database named `postgres` is
807
+ # created in the DB instance.
808
808
  #
809
809
  # Constraints:
810
810
  #
@@ -833,17 +833,34 @@ module Aws::RDS
833
833
  #
834
834
  # Not applicable. Must be null.
835
835
  #
836
- # **Amazon Aurora**
836
+ # **Amazon Aurora MySQL**
837
837
  #
838
- # The name of the database to create when the primary instance of the DB
839
- # cluster is created. If this parameter isn't specified, no database is
840
- # created in the DB instance.
838
+ # The name of the database to create when the primary DB instance of the
839
+ # Aurora MySQL DB cluster is created. If this parameter isn't specified
840
+ # for an Aurora MySQL DB cluster, no database is created in the DB
841
+ # cluster.
841
842
  #
842
843
  # Constraints:
843
844
  #
844
- # * Must contain 1 to 64 letters or numbers.
845
+ # * It must contain 1 to 64 alphanumeric characters.
845
846
  #
846
- # * Can't be a word reserved by the specified database engine
847
+ # * It can't be a word reserved by the database engine.
848
+ #
849
+ # **Amazon Aurora PostgreSQL**
850
+ #
851
+ # The name of the database to create when the primary DB instance of the
852
+ # Aurora PostgreSQL DB cluster is created. If this parameter isn't
853
+ # specified for an Aurora PostgreSQL DB cluster, a database named
854
+ # `postgres` is created in the DB cluster.
855
+ #
856
+ # Constraints:
857
+ #
858
+ # * It must contain 1 to 63 alphanumeric characters.
859
+ #
860
+ # * It must begin with a letter or an underscore. Subsequent characters
861
+ # can be letters, underscores, or digits (0 to 9).
862
+ #
863
+ # * It can't be a word reserved by the database engine.
847
864
  # @option options [Integer] :allocated_storage
848
865
  # The amount of storage (in gibibytes) to allocate for the DB instance.
849
866
  #
@@ -1566,6 +1583,14 @@ module Aws::RDS
1566
1583
  # @option options [Integer] :max_allocated_storage
1567
1584
  # The upper limit to which Amazon RDS can automatically scale the
1568
1585
  # storage of the DB instance.
1586
+ #
1587
+ # For more information about this setting, including limitations that
1588
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
1589
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
1590
+ #
1591
+ #
1592
+ #
1593
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
1569
1594
  # @option options [Boolean] :enable_customer_owned_ip
1570
1595
  # A value that indicates whether to enable a customer-owned IP address
1571
1596
  # (CoIP) for an RDS on Outposts DB instance.
@@ -1981,6 +2006,14 @@ module Aws::RDS
1981
2006
  # @option options [Integer] :max_allocated_storage
1982
2007
  # The upper limit to which Amazon RDS can automatically scale the
1983
2008
  # storage of the DB instance.
2009
+ #
2010
+ # For more information about this setting, including limitations that
2011
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
2012
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
2013
+ #
2014
+ #
2015
+ #
2016
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
1984
2017
  # @option options [String] :source_region
1985
2018
  # The source region of the snapshot. This is only needed when the
1986
2019
  # shapshot is encrypted and in a different region.
@@ -2696,6 +2729,14 @@ module Aws::RDS
2696
2729
  # @option options [Integer] :max_allocated_storage
2697
2730
  # The upper limit to which Amazon RDS can automatically scale the
2698
2731
  # storage of the DB instance.
2732
+ #
2733
+ # For more information about this setting, including limitations that
2734
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
2735
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
2736
+ #
2737
+ #
2738
+ #
2739
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
2699
2740
  # @option options [Boolean] :certificate_rotation_restart
2700
2741
  # A value that indicates whether the DB instance is restarted when you
2701
2742
  # rotate your SSL/TLS certificate.
@@ -3146,6 +3187,14 @@ module Aws::RDS
3146
3187
  # @option options [Integer] :max_allocated_storage
3147
3188
  # The upper limit to which Amazon RDS can automatically scale the
3148
3189
  # storage of the DB instance.
3190
+ #
3191
+ # For more information about this setting, including limitations that
3192
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
3193
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
3194
+ #
3195
+ #
3196
+ #
3197
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
3149
3198
  # @option options [String] :source_db_instance_automated_backups_arn
3150
3199
  # The Amazon Resource Name (ARN) of the replicated automated backups
3151
3200
  # from which to restore, for example,
@@ -236,6 +236,30 @@ module Aws::RDS
236
236
  # @option options [required, String] :engine_name
237
237
  # Specifies the name of the engine that this option group should be
238
238
  # associated with.
239
+ #
240
+ # Valid Values:
241
+ #
242
+ # * `mariadb`
243
+ #
244
+ # * `mysql`
245
+ #
246
+ # * `oracle-ee`
247
+ #
248
+ # * `oracle-se2`
249
+ #
250
+ # * `oracle-se1`
251
+ #
252
+ # * `oracle-se`
253
+ #
254
+ # * `postgres`
255
+ #
256
+ # * `sqlserver-ee`
257
+ #
258
+ # * `sqlserver-se`
259
+ #
260
+ # * `sqlserver-ex`
261
+ #
262
+ # * `sqlserver-web`
239
263
  # @option options [required, String] :major_engine_version
240
264
  # Specifies the major version of the engine that this option group
241
265
  # should be associated with.
@@ -371,7 +371,7 @@ module Aws::RDS
371
371
  #
372
372
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
373
373
  # @option options [String] :engine_mode
374
- # The DB engine mode of the DB cluster, either `provisioned`
374
+ # The DB engine mode of the DB cluster, either `provisioned`,
375
375
  # `serverless`, `parallelquery`, `global`, or `multimaster`.
376
376
  #
377
377
  # The `parallelquery` engine mode isn't required for Aurora MySQL
@@ -624,8 +624,8 @@ module Aws::RDS
624
624
  # **PostgreSQL**
625
625
  #
626
626
  # The name of the database to create when the DB instance is created. If
627
- # this parameter isn't specified, no database is created in the DB
628
- # instance.
627
+ # this parameter isn't specified, a database named `postgres` is
628
+ # created in the DB instance.
629
629
  #
630
630
  # Constraints:
631
631
  #
@@ -654,17 +654,34 @@ module Aws::RDS
654
654
  #
655
655
  # Not applicable. Must be null.
656
656
  #
657
- # **Amazon Aurora**
657
+ # **Amazon Aurora MySQL**
658
658
  #
659
- # The name of the database to create when the primary instance of the DB
660
- # cluster is created. If this parameter isn't specified, no database is
661
- # created in the DB instance.
659
+ # The name of the database to create when the primary DB instance of the
660
+ # Aurora MySQL DB cluster is created. If this parameter isn't specified
661
+ # for an Aurora MySQL DB cluster, no database is created in the DB
662
+ # cluster.
662
663
  #
663
664
  # Constraints:
664
665
  #
665
- # * Must contain 1 to 64 letters or numbers.
666
+ # * It must contain 1 to 64 alphanumeric characters.
666
667
  #
667
- # * Can't be a word reserved by the specified database engine
668
+ # * It can't be a word reserved by the database engine.
669
+ #
670
+ # **Amazon Aurora PostgreSQL**
671
+ #
672
+ # The name of the database to create when the primary DB instance of the
673
+ # Aurora PostgreSQL DB cluster is created. If this parameter isn't
674
+ # specified for an Aurora PostgreSQL DB cluster, a database named
675
+ # `postgres` is created in the DB cluster.
676
+ #
677
+ # Constraints:
678
+ #
679
+ # * It must contain 1 to 63 alphanumeric characters.
680
+ #
681
+ # * It must begin with a letter or an underscore. Subsequent characters
682
+ # can be letters, underscores, or digits (0 to 9).
683
+ #
684
+ # * It can't be a word reserved by the database engine.
668
685
  # @option options [required, String] :db_instance_identifier
669
686
  # The DB instance identifier. This parameter is stored as a lowercase
670
687
  # string.
@@ -1400,6 +1417,14 @@ module Aws::RDS
1400
1417
  # @option options [Integer] :max_allocated_storage
1401
1418
  # The upper limit to which Amazon RDS can automatically scale the
1402
1419
  # storage of the DB instance.
1420
+ #
1421
+ # For more information about this setting, including limitations that
1422
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
1423
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
1424
+ #
1425
+ #
1426
+ #
1427
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
1403
1428
  # @option options [Boolean] :enable_customer_owned_ip
1404
1429
  # A value that indicates whether to enable a customer-owned IP address
1405
1430
  # (CoIP) for an RDS on Outposts DB instance.
@@ -1688,6 +1713,30 @@ module Aws::RDS
1688
1713
  # @option options [required, String] :engine_name
1689
1714
  # Specifies the name of the engine that this option group should be
1690
1715
  # associated with.
1716
+ #
1717
+ # Valid Values:
1718
+ #
1719
+ # * `mariadb`
1720
+ #
1721
+ # * `mysql`
1722
+ #
1723
+ # * `oracle-ee`
1724
+ #
1725
+ # * `oracle-se2`
1726
+ #
1727
+ # * `oracle-se1`
1728
+ #
1729
+ # * `oracle-se`
1730
+ #
1731
+ # * `postgres`
1732
+ #
1733
+ # * `sqlserver-ee`
1734
+ #
1735
+ # * `sqlserver-se`
1736
+ #
1737
+ # * `sqlserver-ex`
1738
+ #
1739
+ # * `sqlserver-web`
1691
1740
  # @option options [required, String] :major_engine_version
1692
1741
  # Specifies the major version of the engine that this option group
1693
1742
  # should be associated with.
@@ -1936,6 +1985,36 @@ module Aws::RDS
1936
1985
  # @param [Hash] options ({})
1937
1986
  # @option options [String] :engine
1938
1987
  # The database engine to return.
1988
+ #
1989
+ # Valid Values:
1990
+ #
1991
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
1992
+ #
1993
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
1994
+ #
1995
+ # * `aurora-postgresql`
1996
+ #
1997
+ # * `mariadb`
1998
+ #
1999
+ # * `mysql`
2000
+ #
2001
+ # * `oracle-ee`
2002
+ #
2003
+ # * `oracle-se2`
2004
+ #
2005
+ # * `oracle-se1`
2006
+ #
2007
+ # * `oracle-se`
2008
+ #
2009
+ # * `postgres`
2010
+ #
2011
+ # * `sqlserver-ee`
2012
+ #
2013
+ # * `sqlserver-se`
2014
+ #
2015
+ # * `sqlserver-ex`
2016
+ #
2017
+ # * `sqlserver-web`
1939
2018
  # @option options [String] :engine_version
1940
2019
  # The database engine version to return.
1941
2020
  #
@@ -2562,6 +2641,30 @@ module Aws::RDS
2562
2641
  # @option options [String] :engine_name
2563
2642
  # Filters the list of option groups to only include groups associated
2564
2643
  # with a specific database engine.
2644
+ #
2645
+ # Valid Values:
2646
+ #
2647
+ # * `mariadb`
2648
+ #
2649
+ # * `mysql`
2650
+ #
2651
+ # * `oracle-ee`
2652
+ #
2653
+ # * `oracle-se2`
2654
+ #
2655
+ # * `oracle-se1`
2656
+ #
2657
+ # * `oracle-se`
2658
+ #
2659
+ # * `postgres`
2660
+ #
2661
+ # * `sqlserver-ee`
2662
+ #
2663
+ # * `sqlserver-se`
2664
+ #
2665
+ # * `sqlserver-ex`
2666
+ #
2667
+ # * `sqlserver-web`
2565
2668
  # @option options [String] :major_engine_version
2566
2669
  # Filters the list of option groups to only include groups associated
2567
2670
  # with a specific database engine version. If specified, then EngineName
@@ -960,14 +960,7 @@ module Aws::RDS
960
960
  #
961
961
  # * Must specify a valid DB cluster parameter group.
962
962
  #
963
- # * If the source DB cluster parameter group is in the same AWS Region
964
- # as the copy, specify a valid DB parameter group identifier, for
965
- # example `my-db-cluster-param-group`, or a valid ARN.
966
- #
967
- # * If the source DB parameter group is in a different AWS Region than
968
- # the copy, specify a valid DB cluster parameter group ARN, for
969
- # example
970
- # `arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1`.
963
+ # ^
971
964
  #
972
965
  #
973
966
  #
@@ -1237,8 +1230,7 @@ module Aws::RDS
1237
1230
  #
1238
1231
  # * Must specify a valid DB parameter group.
1239
1232
  #
1240
- # * Must specify a valid DB parameter group identifier, for example
1241
- # `my-db-param-group`, or a valid ARN.
1233
+ # ^
1242
1234
  #
1243
1235
  #
1244
1236
  #
@@ -2109,7 +2101,7 @@ module Aws::RDS
2109
2101
  # @return [Array<String>]
2110
2102
  #
2111
2103
  # @!attribute [rw] engine_mode
2112
- # The DB engine mode of the DB cluster, either `provisioned`
2104
+ # The DB engine mode of the DB cluster, either `provisioned`,
2113
2105
  # `serverless`, `parallelquery`, `global`, or `multimaster`.
2114
2106
  #
2115
2107
  # The `parallelquery` engine mode isn't required for Aurora MySQL
@@ -2525,8 +2517,8 @@ module Aws::RDS
2525
2517
  # **PostgreSQL**
2526
2518
  #
2527
2519
  # The name of the database to create when the DB instance is created.
2528
- # If this parameter isn't specified, no database is created in the DB
2529
- # instance.
2520
+ # If this parameter isn't specified, a database named `postgres` is
2521
+ # created in the DB instance.
2530
2522
  #
2531
2523
  # Constraints:
2532
2524
  #
@@ -2555,17 +2547,34 @@ module Aws::RDS
2555
2547
  #
2556
2548
  # Not applicable. Must be null.
2557
2549
  #
2558
- # **Amazon Aurora**
2550
+ # **Amazon Aurora MySQL**
2559
2551
  #
2560
- # The name of the database to create when the primary instance of the
2561
- # DB cluster is created. If this parameter isn't specified, no
2562
- # database is created in the DB instance.
2552
+ # The name of the database to create when the primary DB instance of
2553
+ # the Aurora MySQL DB cluster is created. If this parameter isn't
2554
+ # specified for an Aurora MySQL DB cluster, no database is created in
2555
+ # the DB cluster.
2563
2556
  #
2564
2557
  # Constraints:
2565
2558
  #
2566
- # * Must contain 1 to 64 letters or numbers.
2559
+ # * It must contain 1 to 64 alphanumeric characters.
2567
2560
  #
2568
- # * Can't be a word reserved by the specified database engine
2561
+ # * It can't be a word reserved by the database engine.
2562
+ #
2563
+ # **Amazon Aurora PostgreSQL**
2564
+ #
2565
+ # The name of the database to create when the primary DB instance of
2566
+ # the Aurora PostgreSQL DB cluster is created. If this parameter
2567
+ # isn't specified for an Aurora PostgreSQL DB cluster, a database
2568
+ # named `postgres` is created in the DB cluster.
2569
+ #
2570
+ # Constraints:
2571
+ #
2572
+ # * It must contain 1 to 63 alphanumeric characters.
2573
+ #
2574
+ # * It must begin with a letter or an underscore. Subsequent
2575
+ # characters can be letters, underscores, or digits (0 to 9).
2576
+ #
2577
+ # * It can't be a word reserved by the database engine.
2569
2578
  # @return [String]
2570
2579
  #
2571
2580
  # @!attribute [rw] db_instance_identifier
@@ -3397,6 +3406,14 @@ module Aws::RDS
3397
3406
  # @!attribute [rw] max_allocated_storage
3398
3407
  # The upper limit to which Amazon RDS can automatically scale the
3399
3408
  # storage of the DB instance.
3409
+ #
3410
+ # For more information about this setting, including limitations that
3411
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
3412
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
3413
+ #
3414
+ #
3415
+ #
3416
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
3400
3417
  # @return [Integer]
3401
3418
  #
3402
3419
  # @!attribute [rw] enable_customer_owned_ip
@@ -3972,6 +3989,14 @@ module Aws::RDS
3972
3989
  # @!attribute [rw] max_allocated_storage
3973
3990
  # The upper limit to which Amazon RDS can automatically scale the
3974
3991
  # storage of the DB instance.
3992
+ #
3993
+ # For more information about this setting, including limitations that
3994
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
3995
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
3996
+ #
3997
+ #
3998
+ #
3999
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
3975
4000
  # @return [Integer]
3976
4001
  #
3977
4002
  # @!attribute [rw] source_region
@@ -4681,6 +4706,30 @@ module Aws::RDS
4681
4706
  # @!attribute [rw] engine_name
4682
4707
  # Specifies the name of the engine that this option group should be
4683
4708
  # associated with.
4709
+ #
4710
+ # Valid Values:
4711
+ #
4712
+ # * `mariadb`
4713
+ #
4714
+ # * `mysql`
4715
+ #
4716
+ # * `oracle-ee`
4717
+ #
4718
+ # * `oracle-se2`
4719
+ #
4720
+ # * `oracle-se1`
4721
+ #
4722
+ # * `oracle-se`
4723
+ #
4724
+ # * `postgres`
4725
+ #
4726
+ # * `sqlserver-ee`
4727
+ #
4728
+ # * `sqlserver-se`
4729
+ #
4730
+ # * `sqlserver-ex`
4731
+ #
4732
+ # * `sqlserver-web`
4684
4733
  # @return [String]
4685
4734
  #
4686
4735
  # @!attribute [rw] major_engine_version
@@ -9211,6 +9260,36 @@ module Aws::RDS
9211
9260
  #
9212
9261
  # @!attribute [rw] engine
9213
9262
  # The database engine to return.
9263
+ #
9264
+ # Valid Values:
9265
+ #
9266
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
9267
+ #
9268
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
9269
+ #
9270
+ # * `aurora-postgresql`
9271
+ #
9272
+ # * `mariadb`
9273
+ #
9274
+ # * `mysql`
9275
+ #
9276
+ # * `oracle-ee`
9277
+ #
9278
+ # * `oracle-se2`
9279
+ #
9280
+ # * `oracle-se1`
9281
+ #
9282
+ # * `oracle-se`
9283
+ #
9284
+ # * `postgres`
9285
+ #
9286
+ # * `sqlserver-ee`
9287
+ #
9288
+ # * `sqlserver-se`
9289
+ #
9290
+ # * `sqlserver-ex`
9291
+ #
9292
+ # * `sqlserver-web`
9214
9293
  # @return [String]
9215
9294
  #
9216
9295
  # @!attribute [rw] engine_version
@@ -10809,6 +10888,30 @@ module Aws::RDS
10809
10888
  # @!attribute [rw] engine_name
10810
10889
  # A required parameter. Options available for the given engine name
10811
10890
  # are described.
10891
+ #
10892
+ # Valid Values:
10893
+ #
10894
+ # * `mariadb`
10895
+ #
10896
+ # * `mysql`
10897
+ #
10898
+ # * `oracle-ee`
10899
+ #
10900
+ # * `oracle-se2`
10901
+ #
10902
+ # * `oracle-se1`
10903
+ #
10904
+ # * `oracle-se`
10905
+ #
10906
+ # * `postgres`
10907
+ #
10908
+ # * `sqlserver-ee`
10909
+ #
10910
+ # * `sqlserver-se`
10911
+ #
10912
+ # * `sqlserver-ex`
10913
+ #
10914
+ # * `sqlserver-web`
10812
10915
  # @return [String]
10813
10916
  #
10814
10917
  # @!attribute [rw] major_engine_version
@@ -10896,6 +10999,30 @@ module Aws::RDS
10896
10999
  # @!attribute [rw] engine_name
10897
11000
  # Filters the list of option groups to only include groups associated
10898
11001
  # with a specific database engine.
11002
+ #
11003
+ # Valid Values:
11004
+ #
11005
+ # * `mariadb`
11006
+ #
11007
+ # * `mysql`
11008
+ #
11009
+ # * `oracle-ee`
11010
+ #
11011
+ # * `oracle-se2`
11012
+ #
11013
+ # * `oracle-se1`
11014
+ #
11015
+ # * `oracle-se`
11016
+ #
11017
+ # * `postgres`
11018
+ #
11019
+ # * `sqlserver-ee`
11020
+ #
11021
+ # * `sqlserver-se`
11022
+ #
11023
+ # * `sqlserver-ex`
11024
+ #
11025
+ # * `sqlserver-web`
10899
11026
  # @return [String]
10900
11027
  #
10901
11028
  # @!attribute [rw] major_engine_version
@@ -10939,6 +11066,36 @@ module Aws::RDS
10939
11066
  #
10940
11067
  # @!attribute [rw] engine
10941
11068
  # The name of the engine to retrieve DB instance options for.
11069
+ #
11070
+ # Valid Values:
11071
+ #
11072
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
11073
+ #
11074
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
11075
+ #
11076
+ # * `aurora-postgresql`
11077
+ #
11078
+ # * `mariadb`
11079
+ #
11080
+ # * `mysql`
11081
+ #
11082
+ # * `oracle-ee`
11083
+ #
11084
+ # * `oracle-se2`
11085
+ #
11086
+ # * `oracle-se1`
11087
+ #
11088
+ # * `oracle-se`
11089
+ #
11090
+ # * `postgres`
11091
+ #
11092
+ # * `sqlserver-ee`
11093
+ #
11094
+ # * `sqlserver-se`
11095
+ #
11096
+ # * `sqlserver-ex`
11097
+ #
11098
+ # * `sqlserver-web`
10942
11099
  # @return [String]
10943
11100
  #
10944
11101
  # @!attribute [rw] engine_version
@@ -14026,6 +14183,14 @@ module Aws::RDS
14026
14183
  # @!attribute [rw] max_allocated_storage
14027
14184
  # The upper limit to which Amazon RDS can automatically scale the
14028
14185
  # storage of the DB instance.
14186
+ #
14187
+ # For more information about this setting, including limitations that
14188
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
14189
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
14190
+ #
14191
+ #
14192
+ #
14193
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
14029
14194
  # @return [Integer]
14030
14195
  #
14031
14196
  # @!attribute [rw] certificate_rotation_restart
@@ -18770,6 +18935,14 @@ module Aws::RDS
18770
18935
  # @!attribute [rw] max_allocated_storage
18771
18936
  # The upper limit to which Amazon RDS can automatically scale the
18772
18937
  # storage of the DB instance.
18938
+ #
18939
+ # For more information about this setting, including limitations that
18940
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
18941
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
18942
+ #
18943
+ #
18944
+ #
18945
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
18773
18946
  # @return [Integer]
18774
18947
  #
18775
18948
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3Message AWS API Documentation
@@ -19212,6 +19385,14 @@ module Aws::RDS
19212
19385
  # @!attribute [rw] max_allocated_storage
19213
19386
  # The upper limit to which Amazon RDS can automatically scale the
19214
19387
  # storage of the DB instance.
19388
+ #
19389
+ # For more information about this setting, including limitations that
19390
+ # apply to it, see [ Managing capacity automatically with Amazon RDS
19391
+ # storage autoscaling][1] in the *Amazon RDS User Guide*.
19392
+ #
19393
+ #
19394
+ #
19395
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
19215
19396
  # @return [Integer]
19216
19397
  #
19217
19398
  # @!attribute [rw] source_db_instance_automated_backups_arn
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.110.0
4
+ version: 1.111.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: 2021-01-11 00:00:00.000000000 Z
11
+ date: 2021-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4