aws-sdk-rds 1.113.0 → 1.118.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 +702 -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 +336 -38
  9. data/lib/aws-sdk-rds/client_api.rb +139 -1
  10. data/lib/aws-sdk-rds/db_cluster.rb +8 -10
  11. data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +1 -1
  12. data/lib/aws-sdk-rds/db_cluster_snapshot.rb +11 -3
  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 +35 -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 +9 -16
  34. data/lib/aws-sdk-rds/resource_pending_maintenance_action_list.rb +1 -1
  35. data/lib/aws-sdk-rds/types.rb +458 -42
  36. data/lib/aws-sdk-rds/waiters.rb +1 -1
  37. metadata +8 -5
@@ -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).
@@ -365,7 +364,7 @@ module Aws::RDS
365
364
  #
366
365
  # **Aurora PostgreSQL**
367
366
  #
368
- # Possible values are `postgresql` and `upgrade`.
367
+ # Possible value is `postgresql`.
369
368
  #
370
369
  #
371
370
  #
@@ -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
@@ -2093,7 +2093,7 @@ module Aws::RDS
2093
2093
  #
2094
2094
  # **Aurora PostgreSQL**
2095
2095
  #
2096
- # Possible values are `postgresql` and `upgrade`.
2096
+ # Possible value is `postgresql`.
2097
2097
  #
2098
2098
  #
2099
2099
  #
@@ -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.
@@ -5800,7 +5875,13 @@ module Aws::RDS
5800
5875
  # @return [Time]
5801
5876
  #
5802
5877
  # @!attribute [rw] engine
5803
- # Specifies the name of the database engine.
5878
+ # Specifies the name of the database engine for this DB cluster
5879
+ # snapshot.
5880
+ # @return [String]
5881
+ #
5882
+ # @!attribute [rw] engine_mode
5883
+ # Provides the engine mode of the database engine for this DB cluster
5884
+ # snapshot.
5804
5885
  # @return [String]
5805
5886
  #
5806
5887
  # @!attribute [rw] allocated_storage
@@ -5826,7 +5907,7 @@ module Aws::RDS
5826
5907
  # @return [Time]
5827
5908
  #
5828
5909
  # @!attribute [rw] master_username
5829
- # Provides the master username for the DB cluster snapshot.
5910
+ # Provides the master username for this DB cluster snapshot.
5830
5911
  # @return [String]
5831
5912
  #
5832
5913
  # @!attribute [rw] engine_version
@@ -5891,6 +5972,7 @@ module Aws::RDS
5891
5972
  :db_cluster_identifier,
5892
5973
  :snapshot_create_time,
5893
5974
  :engine,
5975
+ :engine_mode,
5894
5976
  :allocated_storage,
5895
5977
  :status,
5896
5978
  :port,
@@ -6573,6 +6655,10 @@ module Aws::RDS
6573
6655
  # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
6574
6656
  # @return [Boolean]
6575
6657
  #
6658
+ # @!attribute [rw] aws_backup_recovery_point_arn
6659
+ # The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
6660
+ # @return [String]
6661
+ #
6576
6662
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
6577
6663
  #
6578
6664
  class DBInstance < Struct.new(
@@ -6638,7 +6724,8 @@ module Aws::RDS
6638
6724
  :max_allocated_storage,
6639
6725
  :tag_list,
6640
6726
  :db_instance_automated_backups_replications,
6641
- :customer_owned_ip_enabled)
6727
+ :customer_owned_ip_enabled,
6728
+ :aws_backup_recovery_point_arn)
6642
6729
  SENSITIVE = []
6643
6730
  include Aws::Structure
6644
6731
  end
@@ -7169,6 +7256,10 @@ module Aws::RDS
7169
7256
  # Aurora.
7170
7257
  # @return [String]
7171
7258
  #
7259
+ # @!attribute [rw] vpc_id
7260
+ # Provides the VPC ID of the DB proxy.
7261
+ # @return [String]
7262
+ #
7172
7263
  # @!attribute [rw] vpc_security_group_ids
7173
7264
  # Provides a list of VPC security groups that the proxy belongs to.
7174
7265
  # @return [Array<String>]
@@ -7188,9 +7279,9 @@ module Aws::RDS
7188
7279
  # @return [String]
7189
7280
  #
7190
7281
  # @!attribute [rw] endpoint
7191
- # The endpoint that you can use to connect to the proxy. You include
7192
- # the endpoint value in the connection string for a database client
7193
- # 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.
7194
7285
  # @return [String]
7195
7286
  #
7196
7287
  # @!attribute [rw] require_tls
@@ -7235,6 +7326,7 @@ module Aws::RDS
7235
7326
  :db_proxy_arn,
7236
7327
  :status,
7237
7328
  :engine_family,
7329
+ :vpc_id,
7238
7330
  :vpc_security_group_ids,
7239
7331
  :vpc_subnet_ids,
7240
7332
  :auth,
@@ -7256,6 +7348,109 @@ module Aws::RDS
7256
7348
  #
7257
7349
  class DBProxyAlreadyExistsFault < Aws::EmptyStructure; end
7258
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
+
7259
7454
  # The specified proxy name doesn't correspond to a proxy owned by your
7260
7455
  # AWS account in the specified AWS Region.
7261
7456
  #
@@ -7308,6 +7503,11 @@ module Aws::RDS
7308
7503
  # Aurora DB cluster, that the target represents.
7309
7504
  # @return [String]
7310
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
+ #
7311
7511
  # @!attribute [rw] target_health
7312
7512
  # Information about the connection health of the RDS Proxy target.
7313
7513
  # @return [Types::TargetHealth]
@@ -7321,6 +7521,7 @@ module Aws::RDS
7321
7521
  :rds_resource_id,
7322
7522
  :port,
7323
7523
  :type,
7524
+ :role,
7324
7525
  :target_health)
7325
7526
  SENSITIVE = []
7326
7527
  include Aws::Structure
@@ -8283,6 +8484,38 @@ module Aws::RDS
8283
8484
  include Aws::Structure
8284
8485
  end
8285
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
+
8286
8519
  # @note When making an API call, you may pass DeleteDBProxyRequest
8287
8520
  # data as a hash:
8288
8521
  #
@@ -9818,7 +10051,9 @@ module Aws::RDS
9818
10051
  # }
9819
10052
  #
9820
10053
  # @!attribute [rw] db_proxy_name
9821
- # 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.
9822
10057
  # @return [String]
9823
10058
  #
9824
10059
  # @!attribute [rw] filters
@@ -9873,6 +10108,86 @@ module Aws::RDS
9873
10108
  include Aws::Structure
9874
10109
  end
9875
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
+
9876
10191
  # @note When making an API call, you may pass DescribeDBProxyTargetGroupsRequest
9877
10192
  # data as a hash:
9878
10193
  #
@@ -12779,6 +13094,13 @@ module Aws::RDS
12779
13094
  #
12780
13095
  class InvalidDBParameterGroupStateFault < Aws::EmptyStructure; end
12781
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
+
12782
13104
  # The requested operation can't be performed while the proxy is in this
12783
13105
  # state.
12784
13106
  #
@@ -13241,9 +13563,9 @@ module Aws::RDS
13241
13563
  # parameter.
13242
13564
  #
13243
13565
  # The default is a 30-minute window selected at random from an 8-hour
13244
- # block of time for each AWS Region. To see the time blocks available,
13245
- # see [ Adjusting the Preferred DB Cluster Maintenance Window][1] in
13246
- # 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.*
13247
13569
  #
13248
13570
  # Constraints:
13249
13571
  #
@@ -13257,7 +13579,7 @@ module Aws::RDS
13257
13579
  #
13258
13580
  #
13259
13581
  #
13260
- # [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
13261
13583
  # @return [String]
13262
13584
  #
13263
13585
  # @!attribute [rw] preferred_maintenance_window
@@ -13663,6 +13985,7 @@ module Aws::RDS
13663
13985
  # certificate_rotation_restart: false,
13664
13986
  # replica_mode: "open-read-only", # accepts open-read-only, mounted
13665
13987
  # enable_customer_owned_ip: false,
13988
+ # aws_backup_recovery_point_arn: "AwsBackupRecoveryPointArn",
13666
13989
  # }
13667
13990
  #
13668
13991
  # @!attribute [rw] db_instance_identifier
@@ -13842,10 +14165,14 @@ module Aws::RDS
13842
14165
  # parameter to a positive number enables backups. Setting this
13843
14166
  # parameter to 0 disables automated backups.
13844
14167
  #
13845
- # Changing this parameter can result in an outage if you change from 0
13846
- # to a non-zero value or from a non-zero value to 0. These changes are
13847
- # applied during the next maintenance window unless the
13848
- # `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
13849
14176
  # change the parameter from one non-zero value to another non-zero
13850
14177
  # value, the change is asynchronously applied as soon as possible.
13851
14178
  #
@@ -13875,7 +14202,9 @@ module Aws::RDS
13875
14202
  # automated backups are enabled, as determined by the
13876
14203
  # `BackupRetentionPeriod` parameter. Changing this parameter doesn't
13877
14204
  # result in an outage and the change is asynchronously applied as soon
13878
- # 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.*
13879
14208
  #
13880
14209
  # **Amazon Aurora**
13881
14210
  #
@@ -13892,6 +14221,10 @@ module Aws::RDS
13892
14221
  # * Must not conflict with the preferred maintenance window
13893
14222
  #
13894
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
13895
14228
  # @return [String]
13896
14229
  #
13897
14230
  # @!attribute [rw] preferred_maintenance_window
@@ -13905,6 +14238,9 @@ module Aws::RDS
13905
14238
  # current time, there must be at least 30 minutes between the current
13906
14239
  # time and end of the window to ensure pending changes are applied.
13907
14240
  #
14241
+ # For more information, see [Amazon RDS Maintenance Window][1] in the
14242
+ # *Amazon RDS User Guide.*
14243
+ #
13908
14244
  # Default: Uses existing setting
13909
14245
  #
13910
14246
  # Format: ddd:hh24:mi-ddd:hh24:mi
@@ -13912,6 +14248,10 @@ module Aws::RDS
13912
14248
  # Valid Days: Mon \| Tue \| Wed \| Thu \| Fri \| Sat \| Sun
13913
14249
  #
13914
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
13915
14255
  # @return [String]
13916
14256
  #
13917
14257
  # @!attribute [rw] multi_az
@@ -14385,6 +14725,10 @@ module Aws::RDS
14385
14725
  # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
14386
14726
  # @return [Boolean]
14387
14727
  #
14728
+ # @!attribute [rw] aws_backup_recovery_point_arn
14729
+ # The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
14730
+ # @return [String]
14731
+ #
14388
14732
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
14389
14733
  #
14390
14734
  class ModifyDBInstanceMessage < Struct.new(
@@ -14431,7 +14775,8 @@ module Aws::RDS
14431
14775
  :max_allocated_storage,
14432
14776
  :certificate_rotation_restart,
14433
14777
  :replica_mode,
14434
- :enable_customer_owned_ip)
14778
+ :enable_customer_owned_ip,
14779
+ :aws_backup_recovery_point_arn)
14435
14780
  SENSITIVE = []
14436
14781
  include Aws::Structure
14437
14782
  end
@@ -14510,6 +14855,57 @@ module Aws::RDS
14510
14855
  include Aws::Structure
14511
14856
  end
14512
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
+
14513
14909
  # @note When making an API call, you may pass ModifyDBProxyRequest
14514
14910
  # data as a hash:
14515
14911
  #
@@ -17324,9 +17720,9 @@ module Aws::RDS
17324
17720
  # parameter.
17325
17721
  #
17326
17722
  # The default is a 30-minute window selected at random from an 8-hour
17327
- # block of time for each AWS Region. To see the time blocks available,
17328
- # see [ Adjusting the Preferred Maintenance Window][1] in the *Amazon
17329
- # 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.*
17330
17726
  #
17331
17727
  # Constraints:
17332
17728
  #
@@ -17340,7 +17736,7 @@ module Aws::RDS
17340
17736
  #
17341
17737
  #
17342
17738
  #
17343
- # [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
17344
17740
  # @return [String]
17345
17741
  #
17346
17742
  # @!attribute [rw] preferred_maintenance_window
@@ -18790,8 +19186,8 @@ module Aws::RDS
18790
19186
  #
18791
19187
  # @!attribute [rw] preferred_backup_window
18792
19188
  # The time range each day during which automated backups are created
18793
- # if automated backups are enabled. For more information, see [The
18794
- # Backup Window][1] in the *Amazon RDS User Guide.*
19189
+ # if automated backups are enabled. For more information, see [Backup
19190
+ # window][1] in the *Amazon RDS User Guide.*
18795
19191
  #
18796
19192
  # Constraints:
18797
19193
  #
@@ -19771,6 +20167,8 @@ module Aws::RDS
19771
20167
  # @!attribute [rw] seconds_until_auto_pause
19772
20168
  # The time, in seconds, before an Aurora DB cluster in `serverless`
19773
20169
  # mode is paused.
20170
+ #
20171
+ # Specify a value between 300 and 86,400 seconds.
19774
20172
  # @return [Integer]
19775
20173
  #
19776
20174
  # @!attribute [rw] timeout_action
@@ -20614,8 +21012,23 @@ module Aws::RDS
20614
21012
  # @return [Boolean]
20615
21013
  #
20616
21014
  # @!attribute [rw] is_major_version_upgrade
20617
- # A value that indicates whether a database engine is upgraded to a
20618
- # major version.
21015
+ # A value that indicates whether upgrading to the target version
21016
+ # requires upgrading the major version of the database engine.
21017
+ # @return [Boolean]
21018
+ #
21019
+ # @!attribute [rw] supported_engine_modes
21020
+ # A list of the supported DB engine modes for the target engine
21021
+ # version.
21022
+ # @return [Array<String>]
21023
+ #
21024
+ # @!attribute [rw] supports_parallel_query
21025
+ # A value that indicates whether you can use Aurora parallel query
21026
+ # with the target engine version.
21027
+ # @return [Boolean]
21028
+ #
21029
+ # @!attribute [rw] supports_global_databases
21030
+ # A value that indicates whether you can use Aurora global databases
21031
+ # with the target engine version.
20619
21032
  # @return [Boolean]
20620
21033
  #
20621
21034
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UpgradeTarget AWS API Documentation
@@ -20625,7 +21038,10 @@ module Aws::RDS
20625
21038
  :engine_version,
20626
21039
  :description,
20627
21040
  :auto_upgrade,
20628
- :is_major_version_upgrade)
21041
+ :is_major_version_upgrade,
21042
+ :supported_engine_modes,
21043
+ :supports_parallel_query,
21044
+ :supports_global_databases)
20629
21045
  SENSITIVE = []
20630
21046
  include Aws::Structure
20631
21047
  end