aws-sdk-rds 1.115.0 → 1.120.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +712 -0
  3. data/LICENSE.txt +202 -0
  4. data/VERSION +1 -0
  5. data/lib/aws-sdk-rds.rb +2 -2
  6. data/lib/aws-sdk-rds/account_quota.rb +1 -1
  7. data/lib/aws-sdk-rds/certificate.rb +1 -1
  8. data/lib/aws-sdk-rds/client.rb +331 -37
  9. data/lib/aws-sdk-rds/client_api.rb +134 -1
  10. data/lib/aws-sdk-rds/db_cluster.rb +25 -9
  11. data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +1 -1
  12. data/lib/aws-sdk-rds/db_cluster_snapshot.rb +1 -1
  13. data/lib/aws-sdk-rds/db_engine.rb +1 -1
  14. data/lib/aws-sdk-rds/db_engine_version.rb +1 -1
  15. data/lib/aws-sdk-rds/db_instance.rb +26 -14
  16. data/lib/aws-sdk-rds/db_log_file.rb +1 -1
  17. data/lib/aws-sdk-rds/db_parameter_group.rb +1 -1
  18. data/lib/aws-sdk-rds/db_parameter_group_family.rb +1 -1
  19. data/lib/aws-sdk-rds/db_security_group.rb +1 -1
  20. data/lib/aws-sdk-rds/db_snapshot.rb +1 -1
  21. data/lib/aws-sdk-rds/db_snapshot_attribute.rb +1 -1
  22. data/lib/aws-sdk-rds/db_subnet_group.rb +1 -1
  23. data/lib/aws-sdk-rds/errors.rb +45 -1
  24. data/lib/aws-sdk-rds/event.rb +1 -1
  25. data/lib/aws-sdk-rds/event_category_map.rb +1 -1
  26. data/lib/aws-sdk-rds/event_subscription.rb +2 -3
  27. data/lib/aws-sdk-rds/option_group.rb +1 -1
  28. data/lib/aws-sdk-rds/option_group_option.rb +1 -1
  29. data/lib/aws-sdk-rds/parameter.rb +1 -1
  30. data/lib/aws-sdk-rds/pending_maintenance_action.rb +1 -1
  31. data/lib/aws-sdk-rds/reserved_db_instance.rb +1 -1
  32. data/lib/aws-sdk-rds/reserved_db_instances_offering.rb +1 -1
  33. data/lib/aws-sdk-rds/resource.rb +8 -15
  34. data/lib/aws-sdk-rds/resource_pending_maintenance_action_list.rb +1 -1
  35. data/lib/aws-sdk-rds/types.rb +438 -35
  36. data/lib/aws-sdk-rds/waiters.rb +1 -1
  37. metadata +9 -7
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -60,6 +60,9 @@ module Aws::RDS
60
60
  # * {DBParameterGroupNotFoundFault}
61
61
  # * {DBParameterGroupQuotaExceededFault}
62
62
  # * {DBProxyAlreadyExistsFault}
63
+ # * {DBProxyEndpointAlreadyExistsFault}
64
+ # * {DBProxyEndpointNotFoundFault}
65
+ # * {DBProxyEndpointQuotaExceededFault}
63
66
  # * {DBProxyNotFoundFault}
64
67
  # * {DBProxyQuotaExceededFault}
65
68
  # * {DBProxyTargetAlreadyRegisteredFault}
@@ -101,6 +104,7 @@ module Aws::RDS
101
104
  # * {InvalidDBInstanceAutomatedBackupStateFault}
102
105
  # * {InvalidDBInstanceStateFault}
103
106
  # * {InvalidDBParameterGroupStateFault}
107
+ # * {InvalidDBProxyEndpointStateFault}
104
108
  # * {InvalidDBProxyStateFault}
105
109
  # * {InvalidDBSecurityGroupStateFault}
106
110
  # * {InvalidDBSnapshotStateFault}
@@ -477,6 +481,36 @@ module Aws::RDS
477
481
  end
478
482
  end
479
483
 
484
+ class DBProxyEndpointAlreadyExistsFault < ServiceError
485
+
486
+ # @param [Seahorse::Client::RequestContext] context
487
+ # @param [String] message
488
+ # @param [Aws::RDS::Types::DBProxyEndpointAlreadyExistsFault] data
489
+ def initialize(context, message, data = Aws::EmptyStructure.new)
490
+ super(context, message, data)
491
+ end
492
+ end
493
+
494
+ class DBProxyEndpointNotFoundFault < ServiceError
495
+
496
+ # @param [Seahorse::Client::RequestContext] context
497
+ # @param [String] message
498
+ # @param [Aws::RDS::Types::DBProxyEndpointNotFoundFault] data
499
+ def initialize(context, message, data = Aws::EmptyStructure.new)
500
+ super(context, message, data)
501
+ end
502
+ end
503
+
504
+ class DBProxyEndpointQuotaExceededFault < ServiceError
505
+
506
+ # @param [Seahorse::Client::RequestContext] context
507
+ # @param [String] message
508
+ # @param [Aws::RDS::Types::DBProxyEndpointQuotaExceededFault] data
509
+ def initialize(context, message, data = Aws::EmptyStructure.new)
510
+ super(context, message, data)
511
+ end
512
+ end
513
+
480
514
  class DBProxyNotFoundFault < ServiceError
481
515
 
482
516
  # @param [Seahorse::Client::RequestContext] context
@@ -887,6 +921,16 @@ module Aws::RDS
887
921
  end
888
922
  end
889
923
 
924
+ class InvalidDBProxyEndpointStateFault < ServiceError
925
+
926
+ # @param [Seahorse::Client::RequestContext] context
927
+ # @param [String] message
928
+ # @param [Aws::RDS::Types::InvalidDBProxyEndpointStateFault] data
929
+ def initialize(context, message, data = Aws::EmptyStructure.new)
930
+ super(context, message, data)
931
+ end
932
+ end
933
+
890
934
  class InvalidDBProxyStateFault < ServiceError
891
935
 
892
936
  # @param [Seahorse::Client::RequestContext] context
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -321,8 +321,7 @@ module Aws::RDS
321
321
  #
322
322
  # Constraints:
323
323
  #
324
- # * If a `SourceIds` value is supplied, `SourceType` must also be
325
- # provided.
324
+ # * If `SourceIds` are supplied, `SourceType` must also be provided.
326
325
  #
327
326
  # * If the source type is a DB instance, a `DBInstanceIdentifier` value
328
327
  # must be supplied.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -213,9 +213,8 @@ module Aws::RDS
213
213
  # parameter.
214
214
  #
215
215
  # The default is a 30-minute window selected at random from an 8-hour
216
- # block of time for each AWS Region. To see the time blocks available,
217
- # see [ Adjusting the Preferred DB Cluster Maintenance Window][1] in the
218
- # *Amazon Aurora User Guide.*
216
+ # block of time for each AWS Region. To view the time blocks available,
217
+ # see [ Backup window][1] in the *Amazon Aurora User Guide.*
219
218
  #
220
219
  # Constraints:
221
220
  #
@@ -229,7 +228,7 @@ module Aws::RDS
229
228
  #
230
229
  #
231
230
  #
232
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
231
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
233
232
  # @option options [String] :preferred_maintenance_window
234
233
  # The weekly time range during which system maintenance can occur, in
235
234
  # Universal Coordinated Time (UTC).
@@ -1023,19 +1022,15 @@ module Aws::RDS
1023
1022
  # @option options [String] :preferred_backup_window
1024
1023
  # The daily time range during which automated backups are created if
1025
1024
  # automated backups are enabled, using the `BackupRetentionPeriod`
1026
- # parameter. For more information, see [The Backup Window][1] in the
1027
- # *Amazon RDS User Guide*.
1025
+ # parameter. The default is a 30-minute window selected at random from
1026
+ # an 8-hour block of time for each AWS Region. For more information, see
1027
+ # [Backup window][1] in the *Amazon RDS User Guide*.
1028
1028
  #
1029
1029
  # **Amazon Aurora**
1030
1030
  #
1031
1031
  # Not applicable. The daily time range for creating automated backups is
1032
1032
  # managed by the DB cluster.
1033
1033
  #
1034
- # The default is a 30-minute window selected at random from an 8-hour
1035
- # block of time for each AWS Region. To see the time blocks available,
1036
- # see [ Adjusting the Preferred DB Instance Maintenance Window][2] in
1037
- # the *Amazon RDS User Guide*.
1038
- #
1039
1034
  # Constraints:
1040
1035
  #
1041
1036
  # * Must be in the format `hh24:mi-hh24:mi`.
@@ -1049,7 +1044,6 @@ module Aws::RDS
1049
1044
  #
1050
1045
  #
1051
1046
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
1052
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow
1053
1047
  # @option options [Integer] :port
1054
1048
  # The port number on which the database accepts connections.
1055
1049
  #
@@ -1649,8 +1643,7 @@ module Aws::RDS
1649
1643
  #
1650
1644
  # Constraints:
1651
1645
  #
1652
- # * If a `SourceIds` value is supplied, `SourceType` must also be
1653
- # provided.
1646
+ # * If `SourceIds` are supplied, `SourceType` must also be provided.
1654
1647
  #
1655
1648
  # * If the source type is a DB instance, a `DBInstanceIdentifier` value
1656
1649
  # must be supplied.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -1922,9 +1922,9 @@ module Aws::RDS
1922
1922
  # parameter.
1923
1923
  #
1924
1924
  # The default is a 30-minute window selected at random from an 8-hour
1925
- # block of time for each AWS Region. To see the time blocks available,
1926
- # see [ Adjusting the Preferred DB Cluster Maintenance Window][1] in
1927
- # the *Amazon Aurora User Guide.*
1925
+ # block of time for each AWS Region. To view the time blocks
1926
+ # available, see [ Backup window][1] in the *Amazon Aurora User
1927
+ # Guide.*
1928
1928
  #
1929
1929
  # Constraints:
1930
1930
  #
@@ -1938,7 +1938,7 @@ module Aws::RDS
1938
1938
  #
1939
1939
  #
1940
1940
  #
1941
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
1941
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
1942
1942
  # @return [String]
1943
1943
  #
1944
1944
  # @!attribute [rw] preferred_maintenance_window
@@ -2945,19 +2945,15 @@ module Aws::RDS
2945
2945
  # @!attribute [rw] preferred_backup_window
2946
2946
  # The daily time range during which automated backups are created if
2947
2947
  # automated backups are enabled, using the `BackupRetentionPeriod`
2948
- # parameter. For more information, see [The Backup Window][1] in the
2949
- # *Amazon RDS User Guide*.
2948
+ # parameter. The default is a 30-minute window selected at random from
2949
+ # an 8-hour block of time for each AWS Region. For more information,
2950
+ # see [Backup window][1] in the *Amazon RDS User Guide*.
2950
2951
  #
2951
2952
  # **Amazon Aurora**
2952
2953
  #
2953
2954
  # Not applicable. The daily time range for creating automated backups
2954
2955
  # is managed by the DB cluster.
2955
2956
  #
2956
- # The default is a 30-minute window selected at random from an 8-hour
2957
- # block of time for each AWS Region. To see the time blocks available,
2958
- # see [ Adjusting the Preferred DB Instance Maintenance Window][2] in
2959
- # the *Amazon RDS User Guide*.
2960
- #
2961
2957
  # Constraints:
2962
2958
  #
2963
2959
  # * Must be in the format `hh24:mi-hh24:mi`.
@@ -2971,7 +2967,6 @@ module Aws::RDS
2971
2967
  #
2972
2968
  #
2973
2969
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
2974
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow
2975
2970
  # @return [String]
2976
2971
  #
2977
2972
  # @!attribute [rw] port
@@ -4163,6 +4158,87 @@ module Aws::RDS
4163
4158
  include Aws::Structure
4164
4159
  end
4165
4160
 
4161
+ # @note When making an API call, you may pass CreateDBProxyEndpointRequest
4162
+ # data as a hash:
4163
+ #
4164
+ # {
4165
+ # db_proxy_name: "DBProxyName", # required
4166
+ # db_proxy_endpoint_name: "DBProxyEndpointName", # required
4167
+ # vpc_subnet_ids: ["String"], # required
4168
+ # vpc_security_group_ids: ["String"],
4169
+ # target_role: "READ_WRITE", # accepts READ_WRITE, READ_ONLY
4170
+ # tags: [
4171
+ # {
4172
+ # key: "String",
4173
+ # value: "String",
4174
+ # },
4175
+ # ],
4176
+ # }
4177
+ #
4178
+ # @!attribute [rw] db_proxy_name
4179
+ # The name of the DB proxy associated with the DB proxy endpoint that
4180
+ # you create.
4181
+ # @return [String]
4182
+ #
4183
+ # @!attribute [rw] db_proxy_endpoint_name
4184
+ # The name of the DB proxy endpoint to create.
4185
+ # @return [String]
4186
+ #
4187
+ # @!attribute [rw] vpc_subnet_ids
4188
+ # The VPC subnet IDs for the DB proxy endpoint that you create. You
4189
+ # can specify a different set of subnet IDs than for the original DB
4190
+ # proxy.
4191
+ # @return [Array<String>]
4192
+ #
4193
+ # @!attribute [rw] vpc_security_group_ids
4194
+ # The VPC security group IDs for the DB proxy endpoint that you
4195
+ # create. You can specify a different set of security group IDs than
4196
+ # for the original DB proxy. The default is the default security group
4197
+ # for the VPC.
4198
+ # @return [Array<String>]
4199
+ #
4200
+ # @!attribute [rw] target_role
4201
+ # A value that indicates whether the DB proxy endpoint can be used for
4202
+ # read/write or read-only operations. The default is `READ_WRITE`.
4203
+ # @return [String]
4204
+ #
4205
+ # @!attribute [rw] tags
4206
+ # A list of tags. For more information, see [Tagging Amazon RDS
4207
+ # Resources][1] in the *Amazon RDS User Guide.*
4208
+ #
4209
+ #
4210
+ #
4211
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
4212
+ # @return [Array<Types::Tag>]
4213
+ #
4214
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxyEndpointRequest AWS API Documentation
4215
+ #
4216
+ class CreateDBProxyEndpointRequest < Struct.new(
4217
+ :db_proxy_name,
4218
+ :db_proxy_endpoint_name,
4219
+ :vpc_subnet_ids,
4220
+ :vpc_security_group_ids,
4221
+ :target_role,
4222
+ :tags)
4223
+ SENSITIVE = []
4224
+ include Aws::Structure
4225
+ end
4226
+
4227
+ # @!attribute [rw] db_proxy_endpoint
4228
+ # The `DBProxyEndpoint` object that is created by the API operation.
4229
+ # The DB proxy endpoint that you create might provide capabilities
4230
+ # such as read/write or read-only operations, or using a different VPC
4231
+ # than the proxy's default VPC.
4232
+ # @return [Types::DBProxyEndpoint]
4233
+ #
4234
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxyEndpointResponse AWS API Documentation
4235
+ #
4236
+ class CreateDBProxyEndpointResponse < Struct.new(
4237
+ :db_proxy_endpoint)
4238
+ SENSITIVE = []
4239
+ include Aws::Structure
4240
+ end
4241
+
4166
4242
  # @note When making an API call, you may pass CreateDBProxyRequest
4167
4243
  # data as a hash:
4168
4244
  #
@@ -4544,8 +4620,7 @@ module Aws::RDS
4544
4620
  #
4545
4621
  # Constraints:
4546
4622
  #
4547
- # * If a `SourceIds` value is supplied, `SourceType` must also be
4548
- # provided.
4623
+ # * If `SourceIds` are supplied, `SourceType` must also be provided.
4549
4624
  #
4550
4625
  # * If the source type is a DB instance, a `DBInstanceIdentifier`
4551
4626
  # value must be supplied.
@@ -7181,6 +7256,10 @@ module Aws::RDS
7181
7256
  # Aurora.
7182
7257
  # @return [String]
7183
7258
  #
7259
+ # @!attribute [rw] vpc_id
7260
+ # Provides the VPC ID of the DB proxy.
7261
+ # @return [String]
7262
+ #
7184
7263
  # @!attribute [rw] vpc_security_group_ids
7185
7264
  # Provides a list of VPC security groups that the proxy belongs to.
7186
7265
  # @return [Array<String>]
@@ -7200,9 +7279,9 @@ module Aws::RDS
7200
7279
  # @return [String]
7201
7280
  #
7202
7281
  # @!attribute [rw] endpoint
7203
- # The endpoint that you can use to connect to the proxy. You include
7204
- # the endpoint value in the connection string for a database client
7205
- # application.
7282
+ # The endpoint that you can use to connect to the DB proxy. You
7283
+ # include the endpoint value in the connection string for a database
7284
+ # client application.
7206
7285
  # @return [String]
7207
7286
  #
7208
7287
  # @!attribute [rw] require_tls
@@ -7247,6 +7326,7 @@ module Aws::RDS
7247
7326
  :db_proxy_arn,
7248
7327
  :status,
7249
7328
  :engine_family,
7329
+ :vpc_id,
7250
7330
  :vpc_security_group_ids,
7251
7331
  :vpc_subnet_ids,
7252
7332
  :auth,
@@ -7268,6 +7348,109 @@ module Aws::RDS
7268
7348
  #
7269
7349
  class DBProxyAlreadyExistsFault < Aws::EmptyStructure; end
7270
7350
 
7351
+ # The data structure representing an endpoint associated with a DB
7352
+ # proxy. RDS automatically creates one endpoint for each DB proxy. For
7353
+ # Aurora DB clusters, you can associate additional endpoints with the
7354
+ # same DB proxy. These endpoints can be read/write or read-only. They
7355
+ # can also reside in different VPCs than the associated DB proxy.
7356
+ #
7357
+ # This data type is used as a response element in the
7358
+ # `DescribeDBProxyEndpoints` operation.
7359
+ #
7360
+ # @!attribute [rw] db_proxy_endpoint_name
7361
+ # The name for the DB proxy endpoint. An identifier must begin with a
7362
+ # letter and must contain only ASCII letters, digits, and hyphens; it
7363
+ # can't end with a hyphen or contain two consecutive hyphens.
7364
+ # @return [String]
7365
+ #
7366
+ # @!attribute [rw] db_proxy_endpoint_arn
7367
+ # The Amazon Resource Name (ARN) for the DB proxy endpoint.
7368
+ # @return [String]
7369
+ #
7370
+ # @!attribute [rw] db_proxy_name
7371
+ # The identifier for the DB proxy that is associated with this DB
7372
+ # proxy endpoint.
7373
+ # @return [String]
7374
+ #
7375
+ # @!attribute [rw] status
7376
+ # The current status of this DB proxy endpoint. A status of
7377
+ # `available` means the endpoint is ready to handle requests. Other
7378
+ # values indicate that you must wait for the endpoint to be ready, or
7379
+ # take some action to resolve an issue.
7380
+ # @return [String]
7381
+ #
7382
+ # @!attribute [rw] vpc_id
7383
+ # Provides the VPC ID of the DB proxy endpoint.
7384
+ # @return [String]
7385
+ #
7386
+ # @!attribute [rw] vpc_security_group_ids
7387
+ # Provides a list of VPC security groups that the DB proxy endpoint
7388
+ # belongs to.
7389
+ # @return [Array<String>]
7390
+ #
7391
+ # @!attribute [rw] vpc_subnet_ids
7392
+ # The EC2 subnet IDs for the DB proxy endpoint.
7393
+ # @return [Array<String>]
7394
+ #
7395
+ # @!attribute [rw] endpoint
7396
+ # The endpoint that you can use to connect to the DB proxy. You
7397
+ # include the endpoint value in the connection string for a database
7398
+ # client application.
7399
+ # @return [String]
7400
+ #
7401
+ # @!attribute [rw] created_date
7402
+ # The date and time when the DB proxy endpoint was first created.
7403
+ # @return [Time]
7404
+ #
7405
+ # @!attribute [rw] target_role
7406
+ # A value that indicates whether the DB proxy endpoint can be used for
7407
+ # read/write or read-only operations.
7408
+ # @return [String]
7409
+ #
7410
+ # @!attribute [rw] is_default
7411
+ # A value that indicates whether this endpoint is the default endpoint
7412
+ # for the associated DB proxy. Default DB proxy endpoints always have
7413
+ # read/write capability. Other endpoints that you associate with the
7414
+ # DB proxy can be either read/write or read-only.
7415
+ # @return [Boolean]
7416
+ #
7417
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpoint AWS API Documentation
7418
+ #
7419
+ class DBProxyEndpoint < Struct.new(
7420
+ :db_proxy_endpoint_name,
7421
+ :db_proxy_endpoint_arn,
7422
+ :db_proxy_name,
7423
+ :status,
7424
+ :vpc_id,
7425
+ :vpc_security_group_ids,
7426
+ :vpc_subnet_ids,
7427
+ :endpoint,
7428
+ :created_date,
7429
+ :target_role,
7430
+ :is_default)
7431
+ SENSITIVE = []
7432
+ include Aws::Structure
7433
+ end
7434
+
7435
+ # The specified DB proxy endpoint name must be unique for all DB proxy
7436
+ # endpoints owned by your AWS account in the specified AWS Region.
7437
+ #
7438
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpointAlreadyExistsFault AWS API Documentation
7439
+ #
7440
+ class DBProxyEndpointAlreadyExistsFault < Aws::EmptyStructure; end
7441
+
7442
+ # The DB proxy endpoint doesn't exist.
7443
+ #
7444
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpointNotFoundFault AWS API Documentation
7445
+ #
7446
+ class DBProxyEndpointNotFoundFault < Aws::EmptyStructure; end
7447
+
7448
+ # The DB proxy already has the maximum number of endpoints.
7449
+ #
7450
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpointQuotaExceededFault AWS API Documentation
7451
+ #
7452
+ class DBProxyEndpointQuotaExceededFault < Aws::EmptyStructure; end
7453
+
7271
7454
  # The specified proxy name doesn't correspond to a proxy owned by your
7272
7455
  # AWS account in the specified AWS Region.
7273
7456
  #
@@ -7320,6 +7503,11 @@ module Aws::RDS
7320
7503
  # Aurora DB cluster, that the target represents.
7321
7504
  # @return [String]
7322
7505
  #
7506
+ # @!attribute [rw] role
7507
+ # A value that indicates whether the target of the proxy can be used
7508
+ # for read/write or read-only operations.
7509
+ # @return [String]
7510
+ #
7323
7511
  # @!attribute [rw] target_health
7324
7512
  # Information about the connection health of the RDS Proxy target.
7325
7513
  # @return [Types::TargetHealth]
@@ -7333,6 +7521,7 @@ module Aws::RDS
7333
7521
  :rds_resource_id,
7334
7522
  :port,
7335
7523
  :type,
7524
+ :role,
7336
7525
  :target_health)
7337
7526
  SENSITIVE = []
7338
7527
  include Aws::Structure
@@ -8295,6 +8484,38 @@ module Aws::RDS
8295
8484
  include Aws::Structure
8296
8485
  end
8297
8486
 
8487
+ # @note When making an API call, you may pass DeleteDBProxyEndpointRequest
8488
+ # data as a hash:
8489
+ #
8490
+ # {
8491
+ # db_proxy_endpoint_name: "DBProxyEndpointName", # required
8492
+ # }
8493
+ #
8494
+ # @!attribute [rw] db_proxy_endpoint_name
8495
+ # The name of the DB proxy endpoint to delete.
8496
+ # @return [String]
8497
+ #
8498
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBProxyEndpointRequest AWS API Documentation
8499
+ #
8500
+ class DeleteDBProxyEndpointRequest < Struct.new(
8501
+ :db_proxy_endpoint_name)
8502
+ SENSITIVE = []
8503
+ include Aws::Structure
8504
+ end
8505
+
8506
+ # @!attribute [rw] db_proxy_endpoint
8507
+ # The data structure representing the details of the DB proxy endpoint
8508
+ # that you delete.
8509
+ # @return [Types::DBProxyEndpoint]
8510
+ #
8511
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBProxyEndpointResponse AWS API Documentation
8512
+ #
8513
+ class DeleteDBProxyEndpointResponse < Struct.new(
8514
+ :db_proxy_endpoint)
8515
+ SENSITIVE = []
8516
+ include Aws::Structure
8517
+ end
8518
+
8298
8519
  # @note When making an API call, you may pass DeleteDBProxyRequest
8299
8520
  # data as a hash:
8300
8521
  #
@@ -9830,7 +10051,9 @@ module Aws::RDS
9830
10051
  # }
9831
10052
  #
9832
10053
  # @!attribute [rw] db_proxy_name
9833
- # The name of the DB proxy.
10054
+ # The name of the DB proxy. If you omit this parameter, the output
10055
+ # includes information about all DB proxies owned by your AWS account
10056
+ # ID.
9834
10057
  # @return [String]
9835
10058
  #
9836
10059
  # @!attribute [rw] filters
@@ -9885,6 +10108,86 @@ module Aws::RDS
9885
10108
  include Aws::Structure
9886
10109
  end
9887
10110
 
10111
+ # @note When making an API call, you may pass DescribeDBProxyEndpointsRequest
10112
+ # data as a hash:
10113
+ #
10114
+ # {
10115
+ # db_proxy_name: "DBProxyName",
10116
+ # db_proxy_endpoint_name: "DBProxyEndpointName",
10117
+ # filters: [
10118
+ # {
10119
+ # name: "String", # required
10120
+ # values: ["String"], # required
10121
+ # },
10122
+ # ],
10123
+ # marker: "String",
10124
+ # max_records: 1,
10125
+ # }
10126
+ #
10127
+ # @!attribute [rw] db_proxy_name
10128
+ # The name of the DB proxy whose endpoints you want to describe. If
10129
+ # you omit this parameter, the output includes information about all
10130
+ # DB proxy endpoints associated with all your DB proxies.
10131
+ # @return [String]
10132
+ #
10133
+ # @!attribute [rw] db_proxy_endpoint_name
10134
+ # The name of a DB proxy endpoint to describe. If you omit this
10135
+ # parameter, the output includes information about all DB proxy
10136
+ # endpoints associated with the specified proxy.
10137
+ # @return [String]
10138
+ #
10139
+ # @!attribute [rw] filters
10140
+ # This parameter is not currently supported.
10141
+ # @return [Array<Types::Filter>]
10142
+ #
10143
+ # @!attribute [rw] marker
10144
+ # An optional pagination token provided by a previous request. If this
10145
+ # parameter is specified, the response includes only records beyond
10146
+ # the marker, up to the value specified by `MaxRecords`.
10147
+ # @return [String]
10148
+ #
10149
+ # @!attribute [rw] max_records
10150
+ # The maximum number of records to include in the response. If more
10151
+ # records exist than the specified `MaxRecords` value, a pagination
10152
+ # token called a marker is included in the response so that the
10153
+ # remaining results can be retrieved.
10154
+ #
10155
+ # Default: 100
10156
+ #
10157
+ # Constraints: Minimum 20, maximum 100.
10158
+ # @return [Integer]
10159
+ #
10160
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxyEndpointsRequest AWS API Documentation
10161
+ #
10162
+ class DescribeDBProxyEndpointsRequest < Struct.new(
10163
+ :db_proxy_name,
10164
+ :db_proxy_endpoint_name,
10165
+ :filters,
10166
+ :marker,
10167
+ :max_records)
10168
+ SENSITIVE = []
10169
+ include Aws::Structure
10170
+ end
10171
+
10172
+ # @!attribute [rw] db_proxy_endpoints
10173
+ # The list of `ProxyEndpoint` objects returned by the API operation.
10174
+ # @return [Array<Types::DBProxyEndpoint>]
10175
+ #
10176
+ # @!attribute [rw] marker
10177
+ # An optional pagination token provided by a previous request. If this
10178
+ # parameter is specified, the response includes only records beyond
10179
+ # the marker, up to the value specified by `MaxRecords`.
10180
+ # @return [String]
10181
+ #
10182
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxyEndpointsResponse AWS API Documentation
10183
+ #
10184
+ class DescribeDBProxyEndpointsResponse < Struct.new(
10185
+ :db_proxy_endpoints,
10186
+ :marker)
10187
+ SENSITIVE = []
10188
+ include Aws::Structure
10189
+ end
10190
+
9888
10191
  # @note When making an API call, you may pass DescribeDBProxyTargetGroupsRequest
9889
10192
  # data as a hash:
9890
10193
  #
@@ -12791,6 +13094,13 @@ module Aws::RDS
12791
13094
  #
12792
13095
  class InvalidDBParameterGroupStateFault < Aws::EmptyStructure; end
12793
13096
 
13097
+ # You can't perform this operation while the DB proxy endpoint is in a
13098
+ # particular state.
13099
+ #
13100
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBProxyEndpointStateFault AWS API Documentation
13101
+ #
13102
+ class InvalidDBProxyEndpointStateFault < Aws::EmptyStructure; end
13103
+
12794
13104
  # The requested operation can't be performed while the proxy is in this
12795
13105
  # state.
12796
13106
  #
@@ -13253,9 +13563,9 @@ module Aws::RDS
13253
13563
  # parameter.
13254
13564
  #
13255
13565
  # The default is a 30-minute window selected at random from an 8-hour
13256
- # block of time for each AWS Region. To see the time blocks available,
13257
- # see [ Adjusting the Preferred DB Cluster Maintenance Window][1] in
13258
- # the *Amazon Aurora User Guide.*
13566
+ # block of time for each AWS Region. To view the time blocks
13567
+ # available, see [ Backup window][1] in the *Amazon Aurora User
13568
+ # Guide.*
13259
13569
  #
13260
13570
  # Constraints:
13261
13571
  #
@@ -13269,7 +13579,7 @@ module Aws::RDS
13269
13579
  #
13270
13580
  #
13271
13581
  #
13272
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
13582
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
13273
13583
  # @return [String]
13274
13584
  #
13275
13585
  # @!attribute [rw] preferred_maintenance_window
@@ -13855,10 +14165,14 @@ module Aws::RDS
13855
14165
  # parameter to a positive number enables backups. Setting this
13856
14166
  # parameter to 0 disables automated backups.
13857
14167
  #
13858
- # Changing this parameter can result in an outage if you change from 0
13859
- # to a non-zero value or from a non-zero value to 0. These changes are
13860
- # applied during the next maintenance window unless the
13861
- # `ApplyImmediately` parameter is enabled for this request. If you
14168
+ # <note markdown="1"> Enabling and disabling backups can result in a brief I/O suspension
14169
+ # that lasts from a few seconds to a few minutes, depending on the
14170
+ # size and class of your DB instance.
14171
+ #
14172
+ # </note>
14173
+ #
14174
+ # These changes are applied during the next maintenance window unless
14175
+ # the `ApplyImmediately` parameter is enabled for this request. If you
13862
14176
  # change the parameter from one non-zero value to another non-zero
13863
14177
  # value, the change is asynchronously applied as soon as possible.
13864
14178
  #
@@ -13888,7 +14202,9 @@ module Aws::RDS
13888
14202
  # automated backups are enabled, as determined by the
13889
14203
  # `BackupRetentionPeriod` parameter. Changing this parameter doesn't
13890
14204
  # result in an outage and the change is asynchronously applied as soon
13891
- # as possible.
14205
+ # as possible. The default is a 30-minute window selected at random
14206
+ # from an 8-hour block of time for each AWS Region. For more
14207
+ # information, see [Backup window][1] in the *Amazon RDS User Guide.*
13892
14208
  #
13893
14209
  # **Amazon Aurora**
13894
14210
  #
@@ -13905,6 +14221,10 @@ module Aws::RDS
13905
14221
  # * Must not conflict with the preferred maintenance window
13906
14222
  #
13907
14223
  # * Must be at least 30 minutes
14224
+ #
14225
+ #
14226
+ #
14227
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
13908
14228
  # @return [String]
13909
14229
  #
13910
14230
  # @!attribute [rw] preferred_maintenance_window
@@ -13918,6 +14238,9 @@ module Aws::RDS
13918
14238
  # current time, there must be at least 30 minutes between the current
13919
14239
  # time and end of the window to ensure pending changes are applied.
13920
14240
  #
14241
+ # For more information, see [Amazon RDS Maintenance Window][1] in the
14242
+ # *Amazon RDS User Guide.*
14243
+ #
13921
14244
  # Default: Uses existing setting
13922
14245
  #
13923
14246
  # Format: ddd:hh24:mi-ddd:hh24:mi
@@ -13925,6 +14248,10 @@ module Aws::RDS
13925
14248
  # Valid Days: Mon \| Tue \| Wed \| Thu \| Fri \| Sat \| Sun
13926
14249
  #
13927
14250
  # Constraints: Must be at least 30 minutes
14251
+ #
14252
+ #
14253
+ #
14254
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance
13928
14255
  # @return [String]
13929
14256
  #
13930
14257
  # @!attribute [rw] multi_az
@@ -14528,6 +14855,57 @@ module Aws::RDS
14528
14855
  include Aws::Structure
14529
14856
  end
14530
14857
 
14858
+ # @note When making an API call, you may pass ModifyDBProxyEndpointRequest
14859
+ # data as a hash:
14860
+ #
14861
+ # {
14862
+ # db_proxy_endpoint_name: "DBProxyEndpointName", # required
14863
+ # new_db_proxy_endpoint_name: "DBProxyEndpointName",
14864
+ # vpc_security_group_ids: ["String"],
14865
+ # }
14866
+ #
14867
+ # @!attribute [rw] db_proxy_endpoint_name
14868
+ # The name of the DB proxy sociated with the DB proxy endpoint that
14869
+ # you want to modify.
14870
+ # @return [String]
14871
+ #
14872
+ # @!attribute [rw] new_db_proxy_endpoint_name
14873
+ # The new identifier for the `DBProxyEndpoint`. An identifier must
14874
+ # begin with a letter and must contain only ASCII letters, digits, and
14875
+ # hyphens; it can't end with a hyphen or contain two consecutive
14876
+ # hyphens.
14877
+ # @return [String]
14878
+ #
14879
+ # @!attribute [rw] vpc_security_group_ids
14880
+ # The VPC security group IDs for the DB proxy endpoint. When the DB
14881
+ # proxy endpoint uses a different VPC than the original proxy, you
14882
+ # also specify a different set of security group IDs than for the
14883
+ # original proxy.
14884
+ # @return [Array<String>]
14885
+ #
14886
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyEndpointRequest AWS API Documentation
14887
+ #
14888
+ class ModifyDBProxyEndpointRequest < Struct.new(
14889
+ :db_proxy_endpoint_name,
14890
+ :new_db_proxy_endpoint_name,
14891
+ :vpc_security_group_ids)
14892
+ SENSITIVE = []
14893
+ include Aws::Structure
14894
+ end
14895
+
14896
+ # @!attribute [rw] db_proxy_endpoint
14897
+ # The `DBProxyEndpoint` object representing the new settings for the
14898
+ # DB proxy endpoint.
14899
+ # @return [Types::DBProxyEndpoint]
14900
+ #
14901
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyEndpointResponse AWS API Documentation
14902
+ #
14903
+ class ModifyDBProxyEndpointResponse < Struct.new(
14904
+ :db_proxy_endpoint)
14905
+ SENSITIVE = []
14906
+ include Aws::Structure
14907
+ end
14908
+
14531
14909
  # @note When making an API call, you may pass ModifyDBProxyRequest
14532
14910
  # data as a hash:
14533
14911
  #
@@ -17342,9 +17720,9 @@ module Aws::RDS
17342
17720
  # parameter.
17343
17721
  #
17344
17722
  # The default is a 30-minute window selected at random from an 8-hour
17345
- # block of time for each AWS Region. To see the time blocks available,
17346
- # see [ Adjusting the Preferred Maintenance Window][1] in the *Amazon
17347
- # Aurora User Guide.*
17723
+ # block of time for each AWS Region. To view the time blocks
17724
+ # available, see [ Backup window][1] in the *Amazon Aurora User
17725
+ # Guide.*
17348
17726
  #
17349
17727
  # Constraints:
17350
17728
  #
@@ -17358,7 +17736,7 @@ module Aws::RDS
17358
17736
  #
17359
17737
  #
17360
17738
  #
17361
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
17739
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
17362
17740
  # @return [String]
17363
17741
  #
17364
17742
  # @!attribute [rw] preferred_maintenance_window
@@ -17916,6 +18294,14 @@ module Aws::RDS
17916
18294
  # copy_tags_to_snapshot: false,
17917
18295
  # domain: "String",
17918
18296
  # domain_iam_role_name: "String",
18297
+ # scaling_configuration: {
18298
+ # min_capacity: 1,
18299
+ # max_capacity: 1,
18300
+ # auto_pause: false,
18301
+ # seconds_until_auto_pause: 1,
18302
+ # timeout_action: "String",
18303
+ # },
18304
+ # engine_mode: "String",
17919
18305
  # }
17920
18306
  #
17921
18307
  # @!attribute [rw] db_cluster_identifier
@@ -18139,6 +18525,21 @@ module Aws::RDS
18139
18525
  # the Directory Service.
18140
18526
  # @return [String]
18141
18527
  #
18528
+ # @!attribute [rw] scaling_configuration
18529
+ # For DB clusters in `serverless` DB engine mode, the scaling
18530
+ # properties of the DB cluster.
18531
+ # @return [Types::ScalingConfiguration]
18532
+ #
18533
+ # @!attribute [rw] engine_mode
18534
+ # The engine mode of the new cluster. Specify `provisioned` or
18535
+ # `serverless`, depending on the type of the cluster you are creating.
18536
+ # You can create an Aurora Serverless clone from a provisioned
18537
+ # cluster, or a provisioned clone from an Aurora Serverless cluster.
18538
+ # To create a clone that is an Aurora Serverless cluster, the original
18539
+ # cluster must be an Aurora Serverless cluster or an encrypted
18540
+ # provisioned cluster.
18541
+ # @return [String]
18542
+ #
18142
18543
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTimeMessage AWS API Documentation
18143
18544
  #
18144
18545
  class RestoreDBClusterToPointInTimeMessage < Struct.new(
@@ -18160,7 +18561,9 @@ module Aws::RDS
18160
18561
  :deletion_protection,
18161
18562
  :copy_tags_to_snapshot,
18162
18563
  :domain,
18163
- :domain_iam_role_name)
18564
+ :domain_iam_role_name,
18565
+ :scaling_configuration,
18566
+ :engine_mode)
18164
18567
  SENSITIVE = []
18165
18568
  include Aws::Structure
18166
18569
  end
@@ -18808,8 +19211,8 @@ module Aws::RDS
18808
19211
  #
18809
19212
  # @!attribute [rw] preferred_backup_window
18810
19213
  # The time range each day during which automated backups are created
18811
- # if automated backups are enabled. For more information, see [The
18812
- # Backup Window][1] in the *Amazon RDS User Guide.*
19214
+ # if automated backups are enabled. For more information, see [Backup
19215
+ # window][1] in the *Amazon RDS User Guide.*
18813
19216
  #
18814
19217
  # Constraints:
18815
19218
  #