aws-sdk-rds 1.78.0 → 1.79.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +7 -4
- data/lib/aws-sdk-rds/account_quota.rb +1 -0
- data/lib/aws-sdk-rds/certificate.rb +1 -0
- data/lib/aws-sdk-rds/client.rb +61 -10
- data/lib/aws-sdk-rds/client_api.rb +224 -0
- data/lib/aws-sdk-rds/db_cluster.rb +1 -0
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +1 -0
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +1 -0
- data/lib/aws-sdk-rds/db_engine.rb +1 -0
- data/lib/aws-sdk-rds/db_engine_version.rb +1 -0
- data/lib/aws-sdk-rds/db_instance.rb +1 -0
- data/lib/aws-sdk-rds/db_log_file.rb +1 -0
- data/lib/aws-sdk-rds/db_parameter_group.rb +1 -0
- data/lib/aws-sdk-rds/db_parameter_group_family.rb +1 -0
- data/lib/aws-sdk-rds/db_security_group.rb +1 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +1 -0
- data/lib/aws-sdk-rds/db_snapshot_attribute.rb +1 -0
- data/lib/aws-sdk-rds/db_subnet_group.rb +1 -0
- data/lib/aws-sdk-rds/errors.rb +1254 -0
- data/lib/aws-sdk-rds/event.rb +1 -0
- data/lib/aws-sdk-rds/event_category_map.rb +1 -0
- data/lib/aws-sdk-rds/event_subscription.rb +1 -0
- data/lib/aws-sdk-rds/option_group.rb +1 -0
- data/lib/aws-sdk-rds/option_group_option.rb +1 -0
- data/lib/aws-sdk-rds/parameter.rb +1 -0
- data/lib/aws-sdk-rds/pending_maintenance_action.rb +1 -0
- data/lib/aws-sdk-rds/reserved_db_instance.rb +1 -0
- data/lib/aws-sdk-rds/reserved_db_instances_offering.rb +1 -0
- data/lib/aws-sdk-rds/resource.rb +7 -0
- data/lib/aws-sdk-rds/resource_pending_maintenance_action_list.rb +1 -0
- data/lib/aws-sdk-rds/types.rb +724 -0
- metadata +2 -2
data/lib/aws-sdk-rds/event.rb
CHANGED
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -6,6 +6,13 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::RDS
|
9
|
+
# This class provides a resource oriented interface for RDS.
|
10
|
+
# To create a resource object:
|
11
|
+
# resource = Aws::RDS::Resource.new(region: 'us-west-2')
|
12
|
+
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
+
# If you do not pass +:client+, a default client will be constructed.
|
14
|
+
# client = Aws::RDS::Client.new(region: 'us-west-2')
|
15
|
+
# resource = Aws::RDS::Resource.new(client: client)
|
9
16
|
class Resource
|
10
17
|
|
11
18
|
# @param options ({})
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -350,6 +350,29 @@ module Aws::RDS
|
|
350
350
|
include Aws::Structure
|
351
351
|
end
|
352
352
|
|
353
|
+
# The specified CIDR IP range or Amazon EC2 security group is already
|
354
|
+
# authorized for the specified DB security group.
|
355
|
+
#
|
356
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AuthorizationAlreadyExistsFault AWS API Documentation
|
357
|
+
#
|
358
|
+
class AuthorizationAlreadyExistsFault < Aws::EmptyStructure; end
|
359
|
+
|
360
|
+
# The specified CIDR IP range or Amazon EC2 security group might not be
|
361
|
+
# authorized for the specified DB security group.
|
362
|
+
#
|
363
|
+
# Or, RDS might not be authorized to perform necessary actions using IAM
|
364
|
+
# on your behalf.
|
365
|
+
#
|
366
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AuthorizationNotFoundFault AWS API Documentation
|
367
|
+
#
|
368
|
+
class AuthorizationNotFoundFault < Aws::EmptyStructure; end
|
369
|
+
|
370
|
+
# The DB security group authorization quota has been reached.
|
371
|
+
#
|
372
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AuthorizationQuotaExceededFault AWS API Documentation
|
373
|
+
#
|
374
|
+
class AuthorizationQuotaExceededFault < Aws::EmptyStructure; end
|
375
|
+
|
353
376
|
# @note When making an API call, you may pass AuthorizeDBSecurityGroupIngressMessage
|
354
377
|
# data as a hash:
|
355
378
|
#
|
@@ -540,6 +563,10 @@ module Aws::RDS
|
|
540
563
|
include Aws::Structure
|
541
564
|
end
|
542
565
|
|
566
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/BackupPolicyNotFoundFault AWS API Documentation
|
567
|
+
#
|
568
|
+
class BackupPolicyNotFoundFault < Aws::EmptyStructure; end
|
569
|
+
|
543
570
|
# @note When making an API call, you may pass CancelExportTaskMessage
|
544
571
|
# data as a hash:
|
545
572
|
#
|
@@ -628,6 +655,12 @@ module Aws::RDS
|
|
628
655
|
include Aws::Structure
|
629
656
|
end
|
630
657
|
|
658
|
+
# `CertificateIdentifier` doesn't refer to an existing certificate.
|
659
|
+
#
|
660
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CertificateNotFoundFault AWS API Documentation
|
661
|
+
#
|
662
|
+
class CertificateNotFoundFault < Aws::EmptyStructure; end
|
663
|
+
|
631
664
|
# This data type is used as a response element in the action
|
632
665
|
# `DescribeDBEngineVersions`.
|
633
666
|
#
|
@@ -4506,6 +4539,13 @@ module Aws::RDS
|
|
4506
4539
|
include Aws::Structure
|
4507
4540
|
end
|
4508
4541
|
|
4542
|
+
# `CustomAvailabilityZoneName` is already used by an existing custom
|
4543
|
+
# Availability Zone.
|
4544
|
+
#
|
4545
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZoneAlreadyExistsFault AWS API Documentation
|
4546
|
+
#
|
4547
|
+
class CustomAvailabilityZoneAlreadyExistsFault < Aws::EmptyStructure; end
|
4548
|
+
|
4509
4549
|
# @!attribute [rw] marker
|
4510
4550
|
# An optional pagination token provided by a previous
|
4511
4551
|
# `DescribeCustomAvailabilityZones` request. If this parameter is
|
@@ -4525,6 +4565,19 @@ module Aws::RDS
|
|
4525
4565
|
include Aws::Structure
|
4526
4566
|
end
|
4527
4567
|
|
4568
|
+
# `CustomAvailabilityZoneId` doesn't refer to an existing custom
|
4569
|
+
# Availability Zone identifier.
|
4570
|
+
#
|
4571
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZoneNotFoundFault AWS API Documentation
|
4572
|
+
#
|
4573
|
+
class CustomAvailabilityZoneNotFoundFault < Aws::EmptyStructure; end
|
4574
|
+
|
4575
|
+
# You have exceeded the maximum number of custom Availability Zones.
|
4576
|
+
#
|
4577
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZoneQuotaExceededFault AWS API Documentation
|
4578
|
+
#
|
4579
|
+
class CustomAvailabilityZoneQuotaExceededFault < Aws::EmptyStructure; end
|
4580
|
+
|
4528
4581
|
# Contains the details of an Amazon Aurora DB cluster.
|
4529
4582
|
#
|
4530
4583
|
# This data type is used as a response element in the
|
@@ -4892,6 +4945,12 @@ module Aws::RDS
|
|
4892
4945
|
include Aws::Structure
|
4893
4946
|
end
|
4894
4947
|
|
4948
|
+
# The user already has a DB cluster with the given identifier.
|
4949
|
+
#
|
4950
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterAlreadyExistsFault AWS API Documentation
|
4951
|
+
#
|
4952
|
+
class DBClusterAlreadyExistsFault < Aws::EmptyStructure; end
|
4953
|
+
|
4895
4954
|
# This data type is used as a response element in the
|
4896
4955
|
# `DescribeDBClusterBacktracks` action.
|
4897
4956
|
#
|
@@ -4965,6 +5024,12 @@ module Aws::RDS
|
|
4965
5024
|
include Aws::Structure
|
4966
5025
|
end
|
4967
5026
|
|
5027
|
+
# `BacktrackIdentifier` doesn't refer to an existing backtrack.
|
5028
|
+
#
|
5029
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterBacktrackNotFoundFault AWS API Documentation
|
5030
|
+
#
|
5031
|
+
class DBClusterBacktrackNotFoundFault < Aws::EmptyStructure; end
|
5032
|
+
|
4968
5033
|
# @!attribute [rw] db_cluster_identifier
|
4969
5034
|
# A user-supplied DB cluster identifier. This identifier is the unique
|
4970
5035
|
# key that identifies a DB cluster.
|
@@ -5080,6 +5145,13 @@ module Aws::RDS
|
|
5080
5145
|
include Aws::Structure
|
5081
5146
|
end
|
5082
5147
|
|
5148
|
+
# The specified custom endpoint can't be created because it already
|
5149
|
+
# exists.
|
5150
|
+
#
|
5151
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterEndpointAlreadyExistsFault AWS API Documentation
|
5152
|
+
#
|
5153
|
+
class DBClusterEndpointAlreadyExistsFault < Aws::EmptyStructure; end
|
5154
|
+
|
5083
5155
|
# @!attribute [rw] marker
|
5084
5156
|
# An optional pagination token provided by a previous
|
5085
5157
|
# `DescribeDBClusterEndpoints` request. If this parameter is
|
@@ -5100,6 +5172,18 @@ module Aws::RDS
|
|
5100
5172
|
include Aws::Structure
|
5101
5173
|
end
|
5102
5174
|
|
5175
|
+
# The specified custom endpoint doesn't exist.
|
5176
|
+
#
|
5177
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterEndpointNotFoundFault AWS API Documentation
|
5178
|
+
#
|
5179
|
+
class DBClusterEndpointNotFoundFault < Aws::EmptyStructure; end
|
5180
|
+
|
5181
|
+
# The cluster already has the maximum number of custom endpoints.
|
5182
|
+
#
|
5183
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterEndpointQuotaExceededFault AWS API Documentation
|
5184
|
+
#
|
5185
|
+
class DBClusterEndpointQuotaExceededFault < Aws::EmptyStructure; end
|
5186
|
+
|
5103
5187
|
# Contains information about an instance that is part of a DB cluster.
|
5104
5188
|
#
|
5105
5189
|
# @!attribute [rw] db_instance_identifier
|
@@ -5157,6 +5241,12 @@ module Aws::RDS
|
|
5157
5241
|
include Aws::Structure
|
5158
5242
|
end
|
5159
5243
|
|
5244
|
+
# `DBClusterIdentifier` doesn't refer to an existing DB cluster.
|
5245
|
+
#
|
5246
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterNotFoundFault AWS API Documentation
|
5247
|
+
#
|
5248
|
+
class DBClusterNotFoundFault < Aws::EmptyStructure; end
|
5249
|
+
|
5160
5250
|
# Contains status information for a DB cluster option group.
|
5161
5251
|
#
|
5162
5252
|
# @!attribute [rw] db_cluster_option_group_name
|
@@ -5253,6 +5343,13 @@ module Aws::RDS
|
|
5253
5343
|
include Aws::Structure
|
5254
5344
|
end
|
5255
5345
|
|
5346
|
+
# `DBClusterParameterGroupName` doesn't refer to an existing DB cluster
|
5347
|
+
# parameter group.
|
5348
|
+
#
|
5349
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterParameterGroupNotFoundFault AWS API Documentation
|
5350
|
+
#
|
5351
|
+
class DBClusterParameterGroupNotFoundFault < Aws::EmptyStructure; end
|
5352
|
+
|
5256
5353
|
# @!attribute [rw] marker
|
5257
5354
|
# An optional pagination token provided by a previous
|
5258
5355
|
# `DescribeDBClusterParameterGroups` request. If this parameter is
|
@@ -5272,6 +5369,13 @@ module Aws::RDS
|
|
5272
5369
|
include Aws::Structure
|
5273
5370
|
end
|
5274
5371
|
|
5372
|
+
# The user attempted to create a new DB cluster and the user has already
|
5373
|
+
# reached the maximum allowed DB cluster quota.
|
5374
|
+
#
|
5375
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterQuotaExceededFault AWS API Documentation
|
5376
|
+
#
|
5377
|
+
class DBClusterQuotaExceededFault < Aws::EmptyStructure; end
|
5378
|
+
|
5275
5379
|
# Describes an AWS Identity and Access Management (IAM) role that is
|
5276
5380
|
# associated with a DB cluster.
|
5277
5381
|
#
|
@@ -5310,6 +5414,27 @@ module Aws::RDS
|
|
5310
5414
|
include Aws::Structure
|
5311
5415
|
end
|
5312
5416
|
|
5417
|
+
# The specified IAM role Amazon Resource Name (ARN) is already
|
5418
|
+
# associated with the specified DB cluster.
|
5419
|
+
#
|
5420
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterRoleAlreadyExistsFault AWS API Documentation
|
5421
|
+
#
|
5422
|
+
class DBClusterRoleAlreadyExistsFault < Aws::EmptyStructure; end
|
5423
|
+
|
5424
|
+
# The specified IAM role Amazon Resource Name (ARN) isn't associated
|
5425
|
+
# with the specified DB cluster.
|
5426
|
+
#
|
5427
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterRoleNotFoundFault AWS API Documentation
|
5428
|
+
#
|
5429
|
+
class DBClusterRoleNotFoundFault < Aws::EmptyStructure; end
|
5430
|
+
|
5431
|
+
# You have exceeded the maximum number of IAM roles that can be
|
5432
|
+
# associated with the specified DB cluster.
|
5433
|
+
#
|
5434
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterRoleQuotaExceededFault AWS API Documentation
|
5435
|
+
#
|
5436
|
+
class DBClusterRoleQuotaExceededFault < Aws::EmptyStructure; end
|
5437
|
+
|
5313
5438
|
# Contains the details for an Amazon RDS DB cluster snapshot
|
5314
5439
|
#
|
5315
5440
|
# This data type is used as a response element in the
|
@@ -5432,6 +5557,12 @@ module Aws::RDS
|
|
5432
5557
|
include Aws::Structure
|
5433
5558
|
end
|
5434
5559
|
|
5560
|
+
# The user already has a DB cluster snapshot with the given identifier.
|
5561
|
+
#
|
5562
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterSnapshotAlreadyExistsFault AWS API Documentation
|
5563
|
+
#
|
5564
|
+
class DBClusterSnapshotAlreadyExistsFault < Aws::EmptyStructure; end
|
5565
|
+
|
5435
5566
|
# Contains the name and values of a manual DB cluster snapshot
|
5436
5567
|
# attribute.
|
5437
5568
|
#
|
@@ -5513,6 +5644,13 @@ module Aws::RDS
|
|
5513
5644
|
include Aws::Structure
|
5514
5645
|
end
|
5515
5646
|
|
5647
|
+
# `DBClusterSnapshotIdentifier` doesn't refer to an existing DB cluster
|
5648
|
+
# snapshot.
|
5649
|
+
#
|
5650
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterSnapshotNotFoundFault AWS API Documentation
|
5651
|
+
#
|
5652
|
+
class DBClusterSnapshotNotFoundFault < Aws::EmptyStructure; end
|
5653
|
+
|
5516
5654
|
# This data type is used as a response element in the action
|
5517
5655
|
# `DescribeDBEngineVersions`.
|
5518
5656
|
#
|
@@ -6045,6 +6183,12 @@ module Aws::RDS
|
|
6045
6183
|
include Aws::Structure
|
6046
6184
|
end
|
6047
6185
|
|
6186
|
+
# The user already has a DB instance with the given identifier.
|
6187
|
+
#
|
6188
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceAlreadyExistsFault AWS API Documentation
|
6189
|
+
#
|
6190
|
+
class DBInstanceAlreadyExistsFault < Aws::EmptyStructure; end
|
6191
|
+
|
6048
6192
|
# An automated backup of a DB instance. It it consists of system
|
6049
6193
|
# backups, transaction logs, and the database instance properties that
|
6050
6194
|
# existed at the time you deleted the source instance.
|
@@ -6217,6 +6361,20 @@ module Aws::RDS
|
|
6217
6361
|
include Aws::Structure
|
6218
6362
|
end
|
6219
6363
|
|
6364
|
+
# No automated backup for this DB instance was found.
|
6365
|
+
#
|
6366
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceAutomatedBackupNotFoundFault AWS API Documentation
|
6367
|
+
#
|
6368
|
+
class DBInstanceAutomatedBackupNotFoundFault < Aws::EmptyStructure; end
|
6369
|
+
|
6370
|
+
# The quota for retained automated backups was exceeded. This prevents
|
6371
|
+
# you from retaining any additional automated backups. The retained
|
6372
|
+
# automated backups quota is the same as your DB Instance quota.
|
6373
|
+
#
|
6374
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceAutomatedBackupQuotaExceededFault AWS API Documentation
|
6375
|
+
#
|
6376
|
+
class DBInstanceAutomatedBackupQuotaExceededFault < Aws::EmptyStructure; end
|
6377
|
+
|
6220
6378
|
# Contains the result of a successful invocation of the
|
6221
6379
|
# `DescribeDBInstances` action.
|
6222
6380
|
#
|
@@ -6238,6 +6396,12 @@ module Aws::RDS
|
|
6238
6396
|
include Aws::Structure
|
6239
6397
|
end
|
6240
6398
|
|
6399
|
+
# `DBInstanceIdentifier` doesn't refer to an existing DB instance.
|
6400
|
+
#
|
6401
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceNotFoundFault AWS API Documentation
|
6402
|
+
#
|
6403
|
+
class DBInstanceNotFoundFault < Aws::EmptyStructure; end
|
6404
|
+
|
6241
6405
|
# Describes an AWS Identity and Access Management (IAM) role that is
|
6242
6406
|
# associated with a DB instance.
|
6243
6407
|
#
|
@@ -6276,6 +6440,27 @@ module Aws::RDS
|
|
6276
6440
|
include Aws::Structure
|
6277
6441
|
end
|
6278
6442
|
|
6443
|
+
# The specified `RoleArn` or `FeatureName` value is already associated
|
6444
|
+
# with the DB instance.
|
6445
|
+
#
|
6446
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceRoleAlreadyExistsFault AWS API Documentation
|
6447
|
+
#
|
6448
|
+
class DBInstanceRoleAlreadyExistsFault < Aws::EmptyStructure; end
|
6449
|
+
|
6450
|
+
# The specified `RoleArn` value doesn't match the specified feature for
|
6451
|
+
# the DB instance.
|
6452
|
+
#
|
6453
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceRoleNotFoundFault AWS API Documentation
|
6454
|
+
#
|
6455
|
+
class DBInstanceRoleNotFoundFault < Aws::EmptyStructure; end
|
6456
|
+
|
6457
|
+
# You can't associate any more AWS Identity and Access Management (IAM)
|
6458
|
+
# roles with the DB instance because the quota has been reached.
|
6459
|
+
#
|
6460
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceRoleQuotaExceededFault AWS API Documentation
|
6461
|
+
#
|
6462
|
+
class DBInstanceRoleQuotaExceededFault < Aws::EmptyStructure; end
|
6463
|
+
|
6279
6464
|
# Provides a list of status information for a DB instance.
|
6280
6465
|
#
|
6281
6466
|
# @!attribute [rw] status_type
|
@@ -6308,6 +6493,12 @@ module Aws::RDS
|
|
6308
6493
|
include Aws::Structure
|
6309
6494
|
end
|
6310
6495
|
|
6496
|
+
# `LogFileName` doesn't refer to an existing DB log file.
|
6497
|
+
#
|
6498
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBLogFileNotFoundFault AWS API Documentation
|
6499
|
+
#
|
6500
|
+
class DBLogFileNotFoundFault < Aws::EmptyStructure; end
|
6501
|
+
|
6311
6502
|
# Contains the details of an Amazon RDS DB parameter group.
|
6312
6503
|
#
|
6313
6504
|
# This data type is used as a response element in the
|
@@ -6341,6 +6532,12 @@ module Aws::RDS
|
|
6341
6532
|
include Aws::Structure
|
6342
6533
|
end
|
6343
6534
|
|
6535
|
+
# A DB parameter group with the same name exists.
|
6536
|
+
#
|
6537
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBParameterGroupAlreadyExistsFault AWS API Documentation
|
6538
|
+
#
|
6539
|
+
class DBParameterGroupAlreadyExistsFault < Aws::EmptyStructure; end
|
6540
|
+
|
6344
6541
|
# Contains the result of a successful invocation of the
|
6345
6542
|
# `DescribeDBParameters` action.
|
6346
6543
|
#
|
@@ -6376,6 +6573,20 @@ module Aws::RDS
|
|
6376
6573
|
include Aws::Structure
|
6377
6574
|
end
|
6378
6575
|
|
6576
|
+
# `DBParameterGroupName` doesn't refer to an existing DB parameter
|
6577
|
+
# group.
|
6578
|
+
#
|
6579
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBParameterGroupNotFoundFault AWS API Documentation
|
6580
|
+
#
|
6581
|
+
class DBParameterGroupNotFoundFault < Aws::EmptyStructure; end
|
6582
|
+
|
6583
|
+
# The request would result in the user exceeding the allowed number of
|
6584
|
+
# DB parameter groups.
|
6585
|
+
#
|
6586
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBParameterGroupQuotaExceededFault AWS API Documentation
|
6587
|
+
#
|
6588
|
+
class DBParameterGroupQuotaExceededFault < Aws::EmptyStructure; end
|
6589
|
+
|
6379
6590
|
# The status of the DB parameter group.
|
6380
6591
|
#
|
6381
6592
|
# This data type is used as a response element in the following actions:
|
@@ -6539,6 +6750,27 @@ module Aws::RDS
|
|
6539
6750
|
include Aws::Structure
|
6540
6751
|
end
|
6541
6752
|
|
6753
|
+
# The specified proxy name must be unique for all proxies owned by your
|
6754
|
+
# AWS account in the specified AWS Region.
|
6755
|
+
#
|
6756
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyAlreadyExistsFault AWS API Documentation
|
6757
|
+
#
|
6758
|
+
class DBProxyAlreadyExistsFault < Aws::EmptyStructure; end
|
6759
|
+
|
6760
|
+
# The specified proxy name doesn't correspond to a proxy owned by your
|
6761
|
+
# AWS accoutn in the specified AWS Region.
|
6762
|
+
#
|
6763
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyNotFoundFault AWS API Documentation
|
6764
|
+
#
|
6765
|
+
class DBProxyNotFoundFault < Aws::EmptyStructure; end
|
6766
|
+
|
6767
|
+
# Your AWS account already has the maximum number of proxies in the
|
6768
|
+
# specified AWS Region.
|
6769
|
+
#
|
6770
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyQuotaExceededFault AWS API Documentation
|
6771
|
+
#
|
6772
|
+
class DBProxyQuotaExceededFault < Aws::EmptyStructure; end
|
6773
|
+
|
6542
6774
|
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
6543
6775
|
# preview release. It is subject to change.
|
6544
6776
|
#
|
@@ -6594,6 +6826,13 @@ module Aws::RDS
|
|
6594
6826
|
include Aws::Structure
|
6595
6827
|
end
|
6596
6828
|
|
6829
|
+
# The proxy is already associated with the specified RDS DB instance or
|
6830
|
+
# Aurora DB cluster.
|
6831
|
+
#
|
6832
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTargetAlreadyRegisteredFault AWS API Documentation
|
6833
|
+
#
|
6834
|
+
class DBProxyTargetAlreadyRegisteredFault < Aws::EmptyStructure; end
|
6835
|
+
|
6597
6836
|
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
6598
6837
|
# preview release. It is subject to change.
|
6599
6838
|
#
|
@@ -6661,6 +6900,20 @@ module Aws::RDS
|
|
6661
6900
|
include Aws::Structure
|
6662
6901
|
end
|
6663
6902
|
|
6903
|
+
# The specified target group isn't available for a proxy owned by your
|
6904
|
+
# AWS account in the specified AWS Region.
|
6905
|
+
#
|
6906
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTargetGroupNotFoundFault AWS API Documentation
|
6907
|
+
#
|
6908
|
+
class DBProxyTargetGroupNotFoundFault < Aws::EmptyStructure; end
|
6909
|
+
|
6910
|
+
# The specified RDS DB instance or Aurora DB cluster isn't available
|
6911
|
+
# for a proxy owned by your AWS account in the specified AWS Region.
|
6912
|
+
#
|
6913
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTargetNotFoundFault AWS API Documentation
|
6914
|
+
#
|
6915
|
+
class DBProxyTargetNotFoundFault < Aws::EmptyStructure; end
|
6916
|
+
|
6664
6917
|
# Contains the details for an Amazon RDS DB security group.
|
6665
6918
|
#
|
6666
6919
|
# This data type is used as a response element in the
|
@@ -6707,6 +6960,13 @@ module Aws::RDS
|
|
6707
6960
|
include Aws::Structure
|
6708
6961
|
end
|
6709
6962
|
|
6963
|
+
# A DB security group with the name specified in `DBSecurityGroupName`
|
6964
|
+
# already exists.
|
6965
|
+
#
|
6966
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSecurityGroupAlreadyExistsFault AWS API Documentation
|
6967
|
+
#
|
6968
|
+
class DBSecurityGroupAlreadyExistsFault < Aws::EmptyStructure; end
|
6969
|
+
|
6710
6970
|
# This data type is used as a response element in the following actions:
|
6711
6971
|
#
|
6712
6972
|
# * `ModifyDBInstance`
|
@@ -6754,6 +7014,25 @@ module Aws::RDS
|
|
6754
7014
|
include Aws::Structure
|
6755
7015
|
end
|
6756
7016
|
|
7017
|
+
# `DBSecurityGroupName` doesn't refer to an existing DB security group.
|
7018
|
+
#
|
7019
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSecurityGroupNotFoundFault AWS API Documentation
|
7020
|
+
#
|
7021
|
+
class DBSecurityGroupNotFoundFault < Aws::EmptyStructure; end
|
7022
|
+
|
7023
|
+
# A DB security group isn't allowed for this action.
|
7024
|
+
#
|
7025
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSecurityGroupNotSupportedFault AWS API Documentation
|
7026
|
+
#
|
7027
|
+
class DBSecurityGroupNotSupportedFault < Aws::EmptyStructure; end
|
7028
|
+
|
7029
|
+
# The request would result in the user exceeding the allowed number of
|
7030
|
+
# DB security groups.
|
7031
|
+
#
|
7032
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSecurityGroupQuotaExceededFault AWS API Documentation
|
7033
|
+
#
|
7034
|
+
class DBSecurityGroupQuotaExceededFault < Aws::EmptyStructure; end
|
7035
|
+
|
6757
7036
|
# Contains the details of an Amazon RDS DB snapshot.
|
6758
7037
|
#
|
6759
7038
|
# This data type is used as a response element in the
|
@@ -6922,6 +7201,12 @@ module Aws::RDS
|
|
6922
7201
|
include Aws::Structure
|
6923
7202
|
end
|
6924
7203
|
|
7204
|
+
# `DBSnapshotIdentifier` is already used by an existing snapshot.
|
7205
|
+
#
|
7206
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshotAlreadyExistsFault AWS API Documentation
|
7207
|
+
#
|
7208
|
+
class DBSnapshotAlreadyExistsFault < Aws::EmptyStructure; end
|
7209
|
+
|
6925
7210
|
# Contains the name and values of a manual DB snapshot attribute
|
6926
7211
|
#
|
6927
7212
|
# Manual DB snapshot attributes are used to authorize other AWS accounts
|
@@ -7000,6 +7285,12 @@ module Aws::RDS
|
|
7000
7285
|
include Aws::Structure
|
7001
7286
|
end
|
7002
7287
|
|
7288
|
+
# `DBSnapshotIdentifier` doesn't refer to an existing DB snapshot.
|
7289
|
+
#
|
7290
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshotNotFoundFault AWS API Documentation
|
7291
|
+
#
|
7292
|
+
class DBSnapshotNotFoundFault < Aws::EmptyStructure; end
|
7293
|
+
|
7003
7294
|
# Contains the details of an Amazon RDS DB subnet group.
|
7004
7295
|
#
|
7005
7296
|
# This data type is used as a response element in the
|
@@ -7041,6 +7332,19 @@ module Aws::RDS
|
|
7041
7332
|
include Aws::Structure
|
7042
7333
|
end
|
7043
7334
|
|
7335
|
+
# `DBSubnetGroupName` is already used by an existing DB subnet group.
|
7336
|
+
#
|
7337
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSubnetGroupAlreadyExistsFault AWS API Documentation
|
7338
|
+
#
|
7339
|
+
class DBSubnetGroupAlreadyExistsFault < Aws::EmptyStructure; end
|
7340
|
+
|
7341
|
+
# Subnets in the DB subnet group should cover at least two Availability
|
7342
|
+
# Zones unless there is only one Availability Zone.
|
7343
|
+
#
|
7344
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSubnetGroupDoesNotCoverEnoughAZs AWS API Documentation
|
7345
|
+
#
|
7346
|
+
class DBSubnetGroupDoesNotCoverEnoughAZs < Aws::EmptyStructure; end
|
7347
|
+
|
7044
7348
|
# Contains the result of a successful invocation of the
|
7045
7349
|
# `DescribeDBSubnetGroups` action.
|
7046
7350
|
#
|
@@ -7062,6 +7366,40 @@ module Aws::RDS
|
|
7062
7366
|
include Aws::Structure
|
7063
7367
|
end
|
7064
7368
|
|
7369
|
+
# The DBSubnetGroup shouldn't be specified while creating read replicas
|
7370
|
+
# that lie in the same region as the source instance.
|
7371
|
+
#
|
7372
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSubnetGroupNotAllowedFault AWS API Documentation
|
7373
|
+
#
|
7374
|
+
class DBSubnetGroupNotAllowedFault < Aws::EmptyStructure; end
|
7375
|
+
|
7376
|
+
# `DBSubnetGroupName` doesn't refer to an existing DB subnet group.
|
7377
|
+
#
|
7378
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSubnetGroupNotFoundFault AWS API Documentation
|
7379
|
+
#
|
7380
|
+
class DBSubnetGroupNotFoundFault < Aws::EmptyStructure; end
|
7381
|
+
|
7382
|
+
# The request would result in the user exceeding the allowed number of
|
7383
|
+
# DB subnet groups.
|
7384
|
+
#
|
7385
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSubnetGroupQuotaExceededFault AWS API Documentation
|
7386
|
+
#
|
7387
|
+
class DBSubnetGroupQuotaExceededFault < Aws::EmptyStructure; end
|
7388
|
+
|
7389
|
+
# The request would result in the user exceeding the allowed number of
|
7390
|
+
# subnets in a DB subnet groups.
|
7391
|
+
#
|
7392
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSubnetQuotaExceededFault AWS API Documentation
|
7393
|
+
#
|
7394
|
+
class DBSubnetQuotaExceededFault < Aws::EmptyStructure; end
|
7395
|
+
|
7396
|
+
# The DB upgrade failed because a resource the DB depends on can't be
|
7397
|
+
# modified.
|
7398
|
+
#
|
7399
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBUpgradeDependencyFailureFault AWS API Documentation
|
7400
|
+
#
|
7401
|
+
class DBUpgradeDependencyFailureFault < Aws::EmptyStructure; end
|
7402
|
+
|
7065
7403
|
# @note When making an API call, you may pass DeleteCustomAvailabilityZoneMessage
|
7066
7404
|
# data as a hash:
|
7067
7405
|
#
|
@@ -10501,6 +10839,12 @@ module Aws::RDS
|
|
10501
10839
|
include Aws::Structure
|
10502
10840
|
end
|
10503
10841
|
|
10842
|
+
# `Domain` doesn't refer to an existing Active Directory domain.
|
10843
|
+
#
|
10844
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DomainNotFoundFault AWS API Documentation
|
10845
|
+
#
|
10846
|
+
class DomainNotFoundFault < Aws::EmptyStructure; end
|
10847
|
+
|
10504
10848
|
# A range of double values.
|
10505
10849
|
#
|
10506
10850
|
# @!attribute [rw] from
|
@@ -10855,6 +11199,12 @@ module Aws::RDS
|
|
10855
11199
|
include Aws::Structure
|
10856
11200
|
end
|
10857
11201
|
|
11202
|
+
# You have reached the maximum number of event subscriptions.
|
11203
|
+
#
|
11204
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/EventSubscriptionQuotaExceededFault AWS API Documentation
|
11205
|
+
#
|
11206
|
+
class EventSubscriptionQuotaExceededFault < Aws::EmptyStructure; end
|
11207
|
+
|
10858
11208
|
# Data returned by the **DescribeEventSubscriptions** action.
|
10859
11209
|
#
|
10860
11210
|
# @!attribute [rw] marker
|
@@ -11004,6 +11354,18 @@ module Aws::RDS
|
|
11004
11354
|
include Aws::Structure
|
11005
11355
|
end
|
11006
11356
|
|
11357
|
+
# You can't start an export task that's already running.
|
11358
|
+
#
|
11359
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ExportTaskAlreadyExistsFault AWS API Documentation
|
11360
|
+
#
|
11361
|
+
class ExportTaskAlreadyExistsFault < Aws::EmptyStructure; end
|
11362
|
+
|
11363
|
+
# The export task doesn't exist.
|
11364
|
+
#
|
11365
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ExportTaskNotFoundFault AWS API Documentation
|
11366
|
+
#
|
11367
|
+
class ExportTaskNotFoundFault < Aws::EmptyStructure; end
|
11368
|
+
|
11007
11369
|
# @!attribute [rw] marker
|
11008
11370
|
# A pagination token that can be used in a later `DescribeExportTasks`
|
11009
11371
|
# request. A marker is used for pagination to identify the location to
|
@@ -11179,6 +11541,10 @@ module Aws::RDS
|
|
11179
11541
|
include Aws::Structure
|
11180
11542
|
end
|
11181
11543
|
|
11544
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/GlobalClusterAlreadyExistsFault AWS API Documentation
|
11545
|
+
#
|
11546
|
+
class GlobalClusterAlreadyExistsFault < Aws::EmptyStructure; end
|
11547
|
+
|
11182
11548
|
# A data structure with information about any primary and secondary
|
11183
11549
|
# clusters associated with an Aurora global database.
|
11184
11550
|
#
|
@@ -11206,6 +11572,14 @@ module Aws::RDS
|
|
11206
11572
|
include Aws::Structure
|
11207
11573
|
end
|
11208
11574
|
|
11575
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/GlobalClusterNotFoundFault AWS API Documentation
|
11576
|
+
#
|
11577
|
+
class GlobalClusterNotFoundFault < Aws::EmptyStructure; end
|
11578
|
+
|
11579
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/GlobalClusterQuotaExceededFault AWS API Documentation
|
11580
|
+
#
|
11581
|
+
class GlobalClusterQuotaExceededFault < Aws::EmptyStructure; end
|
11582
|
+
|
11209
11583
|
# @!attribute [rw] marker
|
11210
11584
|
# An optional pagination token provided by a previous
|
11211
11585
|
# `DescribeGlobalClusters` request. If this parameter is specified,
|
@@ -11245,6 +11619,19 @@ module Aws::RDS
|
|
11245
11619
|
include Aws::Structure
|
11246
11620
|
end
|
11247
11621
|
|
11622
|
+
# The IAM role requires additional permissions to export to an Amazon S3
|
11623
|
+
# bucket.
|
11624
|
+
#
|
11625
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/IamRoleMissingPermissionsFault AWS API Documentation
|
11626
|
+
#
|
11627
|
+
class IamRoleMissingPermissionsFault < Aws::EmptyStructure; end
|
11628
|
+
|
11629
|
+
# The IAM role is missing for exporting to an Amazon S3 bucket.
|
11630
|
+
#
|
11631
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/IamRoleNotFoundFault AWS API Documentation
|
11632
|
+
#
|
11633
|
+
class IamRoleNotFoundFault < Aws::EmptyStructure; end
|
11634
|
+
|
11248
11635
|
# @note When making an API call, you may pass ImportInstallationMediaMessage
|
11249
11636
|
# data as a hash:
|
11250
11637
|
#
|
@@ -11373,6 +11760,12 @@ module Aws::RDS
|
|
11373
11760
|
include Aws::Structure
|
11374
11761
|
end
|
11375
11762
|
|
11763
|
+
# The specified installation medium has already been imported.
|
11764
|
+
#
|
11765
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaAlreadyExistsFault AWS API Documentation
|
11766
|
+
#
|
11767
|
+
class InstallationMediaAlreadyExistsFault < Aws::EmptyStructure; end
|
11768
|
+
|
11376
11769
|
# Contains the cause of an installation media failure. Installation
|
11377
11770
|
# media is used for a DB engine that requires an on-premises customer
|
11378
11771
|
# provided license, such as Microsoft SQL Server.
|
@@ -11407,6 +11800,199 @@ module Aws::RDS
|
|
11407
11800
|
include Aws::Structure
|
11408
11801
|
end
|
11409
11802
|
|
11803
|
+
# `InstallationMediaID` doesn't refer to an existing installation
|
11804
|
+
# medium.
|
11805
|
+
#
|
11806
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaNotFoundFault AWS API Documentation
|
11807
|
+
#
|
11808
|
+
class InstallationMediaNotFoundFault < Aws::EmptyStructure; end
|
11809
|
+
|
11810
|
+
# The request would result in the user exceeding the allowed number of
|
11811
|
+
# DB instances.
|
11812
|
+
#
|
11813
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstanceQuotaExceededFault AWS API Documentation
|
11814
|
+
#
|
11815
|
+
class InstanceQuotaExceededFault < Aws::EmptyStructure; end
|
11816
|
+
|
11817
|
+
# The DB cluster doesn't have enough capacity for the current
|
11818
|
+
# operation.
|
11819
|
+
#
|
11820
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InsufficientDBClusterCapacityFault AWS API Documentation
|
11821
|
+
#
|
11822
|
+
class InsufficientDBClusterCapacityFault < Aws::EmptyStructure; end
|
11823
|
+
|
11824
|
+
# The specified DB instance class isn't available in the specified
|
11825
|
+
# Availability Zone.
|
11826
|
+
#
|
11827
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InsufficientDBInstanceCapacityFault AWS API Documentation
|
11828
|
+
#
|
11829
|
+
class InsufficientDBInstanceCapacityFault < Aws::EmptyStructure; end
|
11830
|
+
|
11831
|
+
# There is insufficient storage available for the current action. You
|
11832
|
+
# might be able to resolve this error by updating your subnet group to
|
11833
|
+
# use different Availability Zones that have more storage available.
|
11834
|
+
#
|
11835
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InsufficientStorageClusterCapacityFault AWS API Documentation
|
11836
|
+
#
|
11837
|
+
class InsufficientStorageClusterCapacityFault < Aws::EmptyStructure; end
|
11838
|
+
|
11839
|
+
# `Capacity` isn't a valid Aurora Serverless DB cluster capacity. Valid
|
11840
|
+
# capacity values are `2`, `4`, `8`, `16`, `32`, `64`, `128`, and `256`.
|
11841
|
+
#
|
11842
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBClusterCapacityFault AWS API Documentation
|
11843
|
+
#
|
11844
|
+
class InvalidDBClusterCapacityFault < Aws::EmptyStructure; end
|
11845
|
+
|
11846
|
+
# The requested operation can't be performed on the endpoint while the
|
11847
|
+
# endpoint is in this state.
|
11848
|
+
#
|
11849
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBClusterEndpointStateFault AWS API Documentation
|
11850
|
+
#
|
11851
|
+
class InvalidDBClusterEndpointStateFault < Aws::EmptyStructure; end
|
11852
|
+
|
11853
|
+
# The supplied value isn't a valid DB cluster snapshot state.
|
11854
|
+
#
|
11855
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBClusterSnapshotStateFault AWS API Documentation
|
11856
|
+
#
|
11857
|
+
class InvalidDBClusterSnapshotStateFault < Aws::EmptyStructure; end
|
11858
|
+
|
11859
|
+
# The requested operation can't be performed while the cluster is in
|
11860
|
+
# this state.
|
11861
|
+
#
|
11862
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBClusterStateFault AWS API Documentation
|
11863
|
+
#
|
11864
|
+
class InvalidDBClusterStateFault < Aws::EmptyStructure; end
|
11865
|
+
|
11866
|
+
# The automated backup is in an invalid state. For example, this
|
11867
|
+
# automated backup is associated with an active instance.
|
11868
|
+
#
|
11869
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBInstanceAutomatedBackupStateFault AWS API Documentation
|
11870
|
+
#
|
11871
|
+
class InvalidDBInstanceAutomatedBackupStateFault < Aws::EmptyStructure; end
|
11872
|
+
|
11873
|
+
# The DB instance isn't in a valid state.
|
11874
|
+
#
|
11875
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBInstanceStateFault AWS API Documentation
|
11876
|
+
#
|
11877
|
+
class InvalidDBInstanceStateFault < Aws::EmptyStructure; end
|
11878
|
+
|
11879
|
+
# The DB parameter group is in use or is in an invalid state. If you are
|
11880
|
+
# attempting to delete the parameter group, you can't delete it when
|
11881
|
+
# the parameter group is in this state.
|
11882
|
+
#
|
11883
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBParameterGroupStateFault AWS API Documentation
|
11884
|
+
#
|
11885
|
+
class InvalidDBParameterGroupStateFault < Aws::EmptyStructure; end
|
11886
|
+
|
11887
|
+
# The requested operation can't be performed while the proxy is in this
|
11888
|
+
# state.
|
11889
|
+
#
|
11890
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBProxyStateFault AWS API Documentation
|
11891
|
+
#
|
11892
|
+
class InvalidDBProxyStateFault < Aws::EmptyStructure; end
|
11893
|
+
|
11894
|
+
# The state of the DB security group doesn't allow deletion.
|
11895
|
+
#
|
11896
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBSecurityGroupStateFault AWS API Documentation
|
11897
|
+
#
|
11898
|
+
class InvalidDBSecurityGroupStateFault < Aws::EmptyStructure; end
|
11899
|
+
|
11900
|
+
# The state of the DB snapshot doesn't allow deletion.
|
11901
|
+
#
|
11902
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBSnapshotStateFault AWS API Documentation
|
11903
|
+
#
|
11904
|
+
class InvalidDBSnapshotStateFault < Aws::EmptyStructure; end
|
11905
|
+
|
11906
|
+
# The DBSubnetGroup doesn't belong to the same VPC as that of an
|
11907
|
+
# existing cross-region read replica of the same source instance.
|
11908
|
+
#
|
11909
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBSubnetGroupFault AWS API Documentation
|
11910
|
+
#
|
11911
|
+
class InvalidDBSubnetGroupFault < Aws::EmptyStructure; end
|
11912
|
+
|
11913
|
+
# The DB subnet group cannot be deleted because it's in use.
|
11914
|
+
#
|
11915
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBSubnetGroupStateFault AWS API Documentation
|
11916
|
+
#
|
11917
|
+
class InvalidDBSubnetGroupStateFault < Aws::EmptyStructure; end
|
11918
|
+
|
11919
|
+
# The DB subnet isn't in the *available* state.
|
11920
|
+
#
|
11921
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBSubnetStateFault AWS API Documentation
|
11922
|
+
#
|
11923
|
+
class InvalidDBSubnetStateFault < Aws::EmptyStructure; end
|
11924
|
+
|
11925
|
+
# This error can occur if someone else is modifying a subscription. You
|
11926
|
+
# should retry the action.
|
11927
|
+
#
|
11928
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidEventSubscriptionStateFault AWS API Documentation
|
11929
|
+
#
|
11930
|
+
class InvalidEventSubscriptionStateFault < Aws::EmptyStructure; end
|
11931
|
+
|
11932
|
+
# The export is invalid for exporting to an Amazon S3 bucket.
|
11933
|
+
#
|
11934
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidExportOnlyFault AWS API Documentation
|
11935
|
+
#
|
11936
|
+
class InvalidExportOnlyFault < Aws::EmptyStructure; end
|
11937
|
+
|
11938
|
+
# The state of the export snapshot is invalid for exporting to an Amazon
|
11939
|
+
# S3 bucket.
|
11940
|
+
#
|
11941
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidExportSourceStateFault AWS API Documentation
|
11942
|
+
#
|
11943
|
+
class InvalidExportSourceStateFault < Aws::EmptyStructure; end
|
11944
|
+
|
11945
|
+
# You can't cancel an export task that has completed.
|
11946
|
+
#
|
11947
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidExportTaskStateFault AWS API Documentation
|
11948
|
+
#
|
11949
|
+
class InvalidExportTaskStateFault < Aws::EmptyStructure; end
|
11950
|
+
|
11951
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidGlobalClusterStateFault AWS API Documentation
|
11952
|
+
#
|
11953
|
+
class InvalidGlobalClusterStateFault < Aws::EmptyStructure; end
|
11954
|
+
|
11955
|
+
# The option group isn't in the *available* state.
|
11956
|
+
#
|
11957
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidOptionGroupStateFault AWS API Documentation
|
11958
|
+
#
|
11959
|
+
class InvalidOptionGroupStateFault < Aws::EmptyStructure; end
|
11960
|
+
|
11961
|
+
# Cannot restore from VPC backup to non-VPC DB instance.
|
11962
|
+
#
|
11963
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidRestoreFault AWS API Documentation
|
11964
|
+
#
|
11965
|
+
class InvalidRestoreFault < Aws::EmptyStructure; end
|
11966
|
+
|
11967
|
+
# The specified Amazon S3 bucket name can't be found or Amazon RDS
|
11968
|
+
# isn't authorized to access the specified Amazon S3 bucket. Verify the
|
11969
|
+
# **SourceS3BucketName** and **S3IngestionRoleArn** values and try
|
11970
|
+
# again.
|
11971
|
+
#
|
11972
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidS3BucketFault AWS API Documentation
|
11973
|
+
#
|
11974
|
+
class InvalidS3BucketFault < Aws::EmptyStructure; end
|
11975
|
+
|
11976
|
+
# The requested subnet is invalid, or multiple subnets were requested
|
11977
|
+
# that are not all in a common VPC.
|
11978
|
+
#
|
11979
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidSubnet AWS API Documentation
|
11980
|
+
#
|
11981
|
+
class InvalidSubnet < Aws::EmptyStructure; end
|
11982
|
+
|
11983
|
+
# The DB subnet group doesn't cover all Availability Zones after it's
|
11984
|
+
# created because of users' change.
|
11985
|
+
#
|
11986
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidVPCNetworkStateFault AWS API Documentation
|
11987
|
+
#
|
11988
|
+
class InvalidVPCNetworkStateFault < Aws::EmptyStructure; end
|
11989
|
+
|
11990
|
+
# An error occurred accessing an AWS KMS key.
|
11991
|
+
#
|
11992
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/KMSKeyNotAccessibleFault AWS API Documentation
|
11993
|
+
#
|
11994
|
+
class KMSKeyNotAccessibleFault < Aws::EmptyStructure; end
|
11995
|
+
|
11410
11996
|
# @note When making an API call, you may pass ListTagsForResourceMessage
|
11411
11997
|
# data as a hash:
|
11412
11998
|
#
|
@@ -13653,6 +14239,12 @@ module Aws::RDS
|
|
13653
14239
|
include Aws::Structure
|
13654
14240
|
end
|
13655
14241
|
|
14242
|
+
# The option group you are trying to create already exists.
|
14243
|
+
#
|
14244
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OptionGroupAlreadyExistsFault AWS API Documentation
|
14245
|
+
#
|
14246
|
+
class OptionGroupAlreadyExistsFault < Aws::EmptyStructure; end
|
14247
|
+
|
13656
14248
|
# Provides information on the option groups the DB instance is a member
|
13657
14249
|
# of.
|
13658
14250
|
#
|
@@ -13675,6 +14267,12 @@ module Aws::RDS
|
|
13675
14267
|
include Aws::Structure
|
13676
14268
|
end
|
13677
14269
|
|
14270
|
+
# The specified option group could not be found.
|
14271
|
+
#
|
14272
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OptionGroupNotFoundFault AWS API Documentation
|
14273
|
+
#
|
14274
|
+
class OptionGroupNotFoundFault < Aws::EmptyStructure; end
|
14275
|
+
|
13678
14276
|
# Available option.
|
13679
14277
|
#
|
13680
14278
|
# @!attribute [rw] name
|
@@ -13847,6 +14445,12 @@ module Aws::RDS
|
|
13847
14445
|
include Aws::Structure
|
13848
14446
|
end
|
13849
14447
|
|
14448
|
+
# The quota of 20 option groups was exceeded for this AWS account.
|
14449
|
+
#
|
14450
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OptionGroupQuotaExceededFault AWS API Documentation
|
14451
|
+
#
|
14452
|
+
class OptionGroupQuotaExceededFault < Aws::EmptyStructure; end
|
14453
|
+
|
13850
14454
|
# List of option groups.
|
13851
14455
|
#
|
13852
14456
|
# @!attribute [rw] option_groups_list
|
@@ -14397,6 +15001,13 @@ module Aws::RDS
|
|
14397
15001
|
include Aws::Structure
|
14398
15002
|
end
|
14399
15003
|
|
15004
|
+
# `SourceDBInstanceIdentifier` refers to a DB instance with
|
15005
|
+
# `BackupRetentionPeriod` equal to 0.
|
15006
|
+
#
|
15007
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PointInTimeRestoreNotEnabledFault AWS API Documentation
|
15008
|
+
#
|
15009
|
+
class PointInTimeRestoreNotEnabledFault < Aws::EmptyStructure; end
|
15010
|
+
|
14400
15011
|
# Contains the processor features of a DB instance class.
|
14401
15012
|
#
|
14402
15013
|
# To specify the number of CPU cores, use the `coreCount` feature name
|
@@ -14587,6 +15198,12 @@ module Aws::RDS
|
|
14587
15198
|
include Aws::Structure
|
14588
15199
|
end
|
14589
15200
|
|
15201
|
+
# Provisioned IOPS not available in the specified Availability Zone.
|
15202
|
+
#
|
15203
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ProvisionedIopsNotAvailableInAZFault AWS API Documentation
|
15204
|
+
#
|
15205
|
+
class ProvisionedIopsNotAvailableInAZFault < Aws::EmptyStructure; end
|
15206
|
+
|
14590
15207
|
# @note When making an API call, you may pass PurchaseReservedDBInstancesOfferingMessage
|
14591
15208
|
# data as a hash:
|
14592
15209
|
#
|
@@ -15068,6 +15685,12 @@ module Aws::RDS
|
|
15068
15685
|
include Aws::Structure
|
15069
15686
|
end
|
15070
15687
|
|
15688
|
+
# User already has a reservation with the given identifier.
|
15689
|
+
#
|
15690
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ReservedDBInstanceAlreadyExistsFault AWS API Documentation
|
15691
|
+
#
|
15692
|
+
class ReservedDBInstanceAlreadyExistsFault < Aws::EmptyStructure; end
|
15693
|
+
|
15071
15694
|
# Contains the result of a successful invocation of the
|
15072
15695
|
# `DescribeReservedDBInstances` action.
|
15073
15696
|
#
|
@@ -15089,6 +15712,18 @@ module Aws::RDS
|
|
15089
15712
|
include Aws::Structure
|
15090
15713
|
end
|
15091
15714
|
|
15715
|
+
# The specified reserved DB Instance not found.
|
15716
|
+
#
|
15717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ReservedDBInstanceNotFoundFault AWS API Documentation
|
15718
|
+
#
|
15719
|
+
class ReservedDBInstanceNotFoundFault < Aws::EmptyStructure; end
|
15720
|
+
|
15721
|
+
# Request would exceed the user's DB Instance quota.
|
15722
|
+
#
|
15723
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ReservedDBInstanceQuotaExceededFault AWS API Documentation
|
15724
|
+
#
|
15725
|
+
class ReservedDBInstanceQuotaExceededFault < Aws::EmptyStructure; end
|
15726
|
+
|
15092
15727
|
# This data type is used as a response element in the
|
15093
15728
|
# `DescribeReservedDBInstancesOfferings` action.
|
15094
15729
|
#
|
@@ -15169,6 +15804,12 @@ module Aws::RDS
|
|
15169
15804
|
include Aws::Structure
|
15170
15805
|
end
|
15171
15806
|
|
15807
|
+
# Specified offering does not exist.
|
15808
|
+
#
|
15809
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ReservedDBInstancesOfferingNotFoundFault AWS API Documentation
|
15810
|
+
#
|
15811
|
+
class ReservedDBInstancesOfferingNotFoundFault < Aws::EmptyStructure; end
|
15812
|
+
|
15172
15813
|
# @note When making an API call, you may pass ResetDBClusterParameterGroupMessage
|
15173
15814
|
# data as a hash:
|
15174
15815
|
#
|
@@ -15294,6 +15935,12 @@ module Aws::RDS
|
|
15294
15935
|
include Aws::Structure
|
15295
15936
|
end
|
15296
15937
|
|
15938
|
+
# The specified resource ID was not found.
|
15939
|
+
#
|
15940
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ResourceNotFoundFault AWS API Documentation
|
15941
|
+
#
|
15942
|
+
class ResourceNotFoundFault < Aws::EmptyStructure; end
|
15943
|
+
|
15297
15944
|
# Describes the pending maintenance actions for a resource.
|
15298
15945
|
#
|
15299
15946
|
# @!attribute [rw] resource_identifier
|
@@ -17746,6 +18393,25 @@ module Aws::RDS
|
|
17746
18393
|
include Aws::Structure
|
17747
18394
|
end
|
17748
18395
|
|
18396
|
+
# SNS has responded that there is a problem with the SND topic
|
18397
|
+
# specified.
|
18398
|
+
#
|
18399
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SNSInvalidTopicFault AWS API Documentation
|
18400
|
+
#
|
18401
|
+
class SNSInvalidTopicFault < Aws::EmptyStructure; end
|
18402
|
+
|
18403
|
+
# You do not have permission to publish to the SNS topic ARN.
|
18404
|
+
#
|
18405
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SNSNoAuthorizationFault AWS API Documentation
|
18406
|
+
#
|
18407
|
+
class SNSNoAuthorizationFault < Aws::EmptyStructure; end
|
18408
|
+
|
18409
|
+
# The SNS topic ARN does not exist.
|
18410
|
+
#
|
18411
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SNSTopicArnNotFoundFault AWS API Documentation
|
18412
|
+
#
|
18413
|
+
class SNSTopicArnNotFoundFault < Aws::EmptyStructure; end
|
18414
|
+
|
17749
18415
|
# Contains the scaling configuration of an Aurora Serverless DB cluster.
|
17750
18416
|
#
|
17751
18417
|
# For more information, see [Using Amazon Aurora Serverless][1] in the
|
@@ -17893,6 +18559,26 @@ module Aws::RDS
|
|
17893
18559
|
include Aws::Structure
|
17894
18560
|
end
|
17895
18561
|
|
18562
|
+
# You have exceeded the maximum number of accounts that you can share a
|
18563
|
+
# manual DB snapshot with.
|
18564
|
+
#
|
18565
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SharedSnapshotQuotaExceededFault AWS API Documentation
|
18566
|
+
#
|
18567
|
+
class SharedSnapshotQuotaExceededFault < Aws::EmptyStructure; end
|
18568
|
+
|
18569
|
+
# The request would result in the user exceeding the allowed number of
|
18570
|
+
# DB snapshots.
|
18571
|
+
#
|
18572
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SnapshotQuotaExceededFault AWS API Documentation
|
18573
|
+
#
|
18574
|
+
class SnapshotQuotaExceededFault < Aws::EmptyStructure; end
|
18575
|
+
|
18576
|
+
# The requested source could not be found.
|
18577
|
+
#
|
18578
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SourceNotFoundFault AWS API Documentation
|
18579
|
+
#
|
18580
|
+
class SourceNotFoundFault < Aws::EmptyStructure; end
|
18581
|
+
|
17896
18582
|
# Contains an AWS Region name as the result of a successful call to the
|
17897
18583
|
# `DescribeSourceRegions` action.
|
17898
18584
|
#
|
@@ -18284,6 +18970,20 @@ module Aws::RDS
|
|
18284
18970
|
include Aws::Structure
|
18285
18971
|
end
|
18286
18972
|
|
18973
|
+
# The request would result in the user exceeding the allowed amount of
|
18974
|
+
# storage available across all DB instances.
|
18975
|
+
#
|
18976
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StorageQuotaExceededFault AWS API Documentation
|
18977
|
+
#
|
18978
|
+
class StorageQuotaExceededFault < Aws::EmptyStructure; end
|
18979
|
+
|
18980
|
+
# Storage of the `StorageType` specified can't be associated with the
|
18981
|
+
# DB instance.
|
18982
|
+
#
|
18983
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StorageTypeNotSupportedFault AWS API Documentation
|
18984
|
+
#
|
18985
|
+
class StorageTypeNotSupportedFault < Aws::EmptyStructure; end
|
18986
|
+
|
18287
18987
|
# This data type is used as a response element in the
|
18288
18988
|
# `DescribeDBSubnetGroups` action.
|
18289
18989
|
#
|
@@ -18311,6 +19011,30 @@ module Aws::RDS
|
|
18311
19011
|
include Aws::Structure
|
18312
19012
|
end
|
18313
19013
|
|
19014
|
+
# The DB subnet is already in use in the Availability Zone.
|
19015
|
+
#
|
19016
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SubnetAlreadyInUse AWS API Documentation
|
19017
|
+
#
|
19018
|
+
class SubnetAlreadyInUse < Aws::EmptyStructure; end
|
19019
|
+
|
19020
|
+
# The supplied subscription name already exists.
|
19021
|
+
#
|
19022
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SubscriptionAlreadyExistFault AWS API Documentation
|
19023
|
+
#
|
19024
|
+
class SubscriptionAlreadyExistFault < Aws::EmptyStructure; end
|
19025
|
+
|
19026
|
+
# The supplied category does not exist.
|
19027
|
+
#
|
19028
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SubscriptionCategoryNotFoundFault AWS API Documentation
|
19029
|
+
#
|
19030
|
+
class SubscriptionCategoryNotFoundFault < Aws::EmptyStructure; end
|
19031
|
+
|
19032
|
+
# The subscription name does not exist.
|
19033
|
+
#
|
19034
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SubscriptionNotFoundFault AWS API Documentation
|
19035
|
+
#
|
19036
|
+
class SubscriptionNotFoundFault < Aws::EmptyStructure; end
|
19037
|
+
|
18314
19038
|
# Metadata assigned to an Amazon RDS resource consisting of a key-value
|
18315
19039
|
# pair.
|
18316
19040
|
#
|