@aws-sdk/client-docdb 3.289.0 → 3.290.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +7 -0
  2. package/dist-types/commands/AddTagsToResourceCommand.d.ts +13 -0
  3. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +11 -0
  4. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
  5. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +20 -0
  6. package/dist-types/commands/CreateDBClusterCommand.d.ts +60 -0
  7. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +7 -0
  8. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +17 -0
  9. package/dist-types/commands/CreateDBInstanceCommand.d.ts +55 -0
  10. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +18 -0
  11. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +22 -0
  12. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +14 -0
  13. package/dist-types/commands/DeleteDBClusterCommand.d.ts +17 -0
  14. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +8 -0
  15. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +8 -0
  16. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +19 -0
  17. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +8 -0
  19. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +7 -0
  20. package/dist-types/commands/DescribeCertificatesCommand.d.ts +5 -0
  21. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +5 -0
  22. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +5 -0
  23. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +5 -0
  24. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +5 -0
  25. package/dist-types/commands/DescribeDBClustersCommand.d.ts +5 -0
  26. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -0
  27. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +5 -0
  28. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +5 -0
  29. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -0
  30. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -0
  32. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
  33. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -0
  35. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -0
  36. package/dist-types/commands/FailoverDBClusterCommand.d.ts +12 -0
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  38. package/dist-types/commands/ModifyDBClusterCommand.d.ts +41 -0
  39. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +8 -0
  40. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +12 -0
  41. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +50 -0
  42. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +18 -0
  43. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +19 -0
  44. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +7 -0
  45. package/dist-types/commands/RebootDBInstanceCommand.d.ts +9 -0
  46. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +11 -0
  47. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +7 -0
  48. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +13 -0
  49. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +8 -0
  50. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +50 -0
  51. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +53 -0
  52. package/dist-types/commands/StartDBClusterCommand.d.ts +12 -0
  53. package/dist-types/commands/StopDBClusterCommand.d.ts +12 -0
  54. package/package.json +31 -31
@@ -30,6 +30,13 @@ export interface AddSourceIdentifierToSubscriptionCommandOutput extends AddSourc
30
30
  * @see {@link AddSourceIdentifierToSubscriptionCommandOutput} for command's `response` shape.
31
31
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
32
32
  *
33
+ * @throws {@link SourceNotFoundFault} (client fault)
34
+ * <p>The requested source could not be found. </p>
35
+ *
36
+ * @throws {@link SubscriptionNotFoundFault} (client fault)
37
+ * <p>The subscription name does not exist. </p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class AddSourceIdentifierToSubscriptionCommand extends $Command<AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, DocDBClientResolvedConfig> {
35
42
  readonly input: AddSourceIdentifierToSubscriptionCommandInput;
@@ -32,6 +32,19 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {
32
32
  * @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
33
33
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
34
34
  *
35
+ * @throws {@link DBClusterNotFoundFault} (client fault)
36
+ * <p>
37
+ * <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
38
+ *
39
+ * @throws {@link DBInstanceNotFoundFault} (client fault)
40
+ * <p>
41
+ * <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
42
+ *
43
+ * @throws {@link DBSnapshotNotFoundFault} (client fault)
44
+ * <p>
45
+ * <code>DBSnapshotIdentifier</code> doesn't refer to an existing snapshot. </p>
46
+ *
47
+ *
35
48
  */
36
49
  export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DocDBClientResolvedConfig> {
37
50
  readonly input: AddTagsToResourceCommandInput;
@@ -30,6 +30,17 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
30
30
  * @see {@link ApplyPendingMaintenanceActionCommandOutput} for command's `response` shape.
31
31
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidDBClusterStateFault} (client fault)
34
+ * <p>The cluster isn't in a valid state.</p>
35
+ *
36
+ * @throws {@link InvalidDBInstanceStateFault} (client fault)
37
+ * <p> The specified instance isn't in the <i>available</i> state.
38
+ * </p>
39
+ *
40
+ * @throws {@link ResourceNotFoundFault} (client fault)
41
+ * <p>The specified resource ID was not found.</p>
42
+ *
43
+ *
33
44
  */
34
45
  export declare class ApplyPendingMaintenanceActionCommand extends $Command<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DocDBClientResolvedConfig> {
35
46
  readonly input: ApplyPendingMaintenanceActionCommandInput;
@@ -29,6 +29,17 @@ export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP
29
29
  * @see {@link CopyDBClusterParameterGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link DBParameterGroupAlreadyExistsFault} (client fault)
33
+ * <p>A parameter group with the same name already exists.</p>
34
+ *
35
+ * @throws {@link DBParameterGroupNotFoundFault} (client fault)
36
+ * <p>
37
+ * <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
38
+ *
39
+ * @throws {@link DBParameterGroupQuotaExceededFault} (client fault)
40
+ * <p>This request would cause you to exceed the allowed number of parameter groups.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class CopyDBClusterParameterGroupCommand extends $Command<CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
34
45
  readonly input: CopyDBClusterParameterGroupCommandInput;
@@ -40,6 +40,26 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
40
40
  * @see {@link CopyDBClusterSnapshotCommandOutput} for command's `response` shape.
41
41
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
42
42
  *
43
+ * @throws {@link DBClusterSnapshotAlreadyExistsFault} (client fault)
44
+ * <p>You already have a cluster snapshot with the given identifier.</p>
45
+ *
46
+ * @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
47
+ * <p>
48
+ * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing cluster snapshot. </p>
49
+ *
50
+ * @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
51
+ * <p>The provided value isn't a valid cluster snapshot state.</p>
52
+ *
53
+ * @throws {@link InvalidDBClusterStateFault} (client fault)
54
+ * <p>The cluster isn't in a valid state.</p>
55
+ *
56
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
57
+ * <p>An error occurred when accessing an KMS key.</p>
58
+ *
59
+ * @throws {@link SnapshotQuotaExceededFault} (client fault)
60
+ * <p>The request would cause you to exceed the allowed number of snapshots.</p>
61
+ *
62
+ *
43
63
  */
44
64
  export declare class CopyDBClusterSnapshotCommand extends $Command<CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
45
65
  readonly input: CopyDBClusterSnapshotCommandInput;
@@ -29,6 +29,66 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
29
29
  * @see {@link CreateDBClusterCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link DBClusterAlreadyExistsFault} (client fault)
33
+ * <p>You already have a cluster with the given identifier.</p>
34
+ *
35
+ * @throws {@link DBClusterNotFoundFault} (client fault)
36
+ * <p>
37
+ * <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
38
+ *
39
+ * @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
40
+ * <p>
41
+ * <code>DBClusterParameterGroupName</code> doesn't refer to an existing cluster parameter group. </p>
42
+ *
43
+ * @throws {@link DBClusterQuotaExceededFault} (client fault)
44
+ * <p>The cluster can't be created because you have reached the maximum allowed quota of clusters.</p>
45
+ *
46
+ * @throws {@link DBInstanceNotFoundFault} (client fault)
47
+ * <p>
48
+ * <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
49
+ *
50
+ * @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
51
+ * <p>Subnets in the subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
52
+ *
53
+ * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
54
+ * <p>
55
+ * <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
56
+ *
57
+ * @throws {@link GlobalClusterNotFoundFault} (client fault)
58
+ * <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global cluster.</p>
59
+ *
60
+ * @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
61
+ * <p>There is not enough storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available. </p>
62
+ *
63
+ * @throws {@link InvalidDBClusterStateFault} (client fault)
64
+ * <p>The cluster isn't in a valid state.</p>
65
+ *
66
+ * @throws {@link InvalidDBInstanceStateFault} (client fault)
67
+ * <p> The specified instance isn't in the <i>available</i> state.
68
+ * </p>
69
+ *
70
+ * @throws {@link InvalidDBSubnetGroupStateFault} (client fault)
71
+ * <p>The subnet group can't be deleted because it's in use.</p>
72
+ *
73
+ * @throws {@link InvalidGlobalClusterStateFault} (client fault)
74
+ * <p>The requested operation can't be performed while the cluster is in this state.</p>
75
+ *
76
+ * @throws {@link InvalidSubnet} (client fault)
77
+ * <p>The requested subnet is not valid, or multiple subnets were requested that are not all
78
+ * in a common virtual private cloud (VPC).</p>
79
+ *
80
+ * @throws {@link InvalidVPCNetworkStateFault} (client fault)
81
+ * <p>The subnet group doesn't cover all Availability Zones after it is created
82
+ * because of changes that were made.</p>
83
+ *
84
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
85
+ * <p>An error occurred when accessing an KMS key.</p>
86
+ *
87
+ * @throws {@link StorageQuotaExceededFault} (client fault)
88
+ * <p>The request would cause you to exceed the allowed amount of storage available across
89
+ * all instances.</p>
90
+ *
91
+ *
32
92
  */
33
93
  export declare class CreateDBClusterCommand extends $Command<CreateDBClusterCommandInput, CreateDBClusterCommandOutput, DocDBClientResolvedConfig> {
34
94
  readonly input: CreateDBClusterCommandInput;
@@ -47,6 +47,13 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
47
47
  * @see {@link CreateDBClusterParameterGroupCommandOutput} for command's `response` shape.
48
48
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
49
49
  *
50
+ * @throws {@link DBParameterGroupAlreadyExistsFault} (client fault)
51
+ * <p>A parameter group with the same name already exists.</p>
52
+ *
53
+ * @throws {@link DBParameterGroupQuotaExceededFault} (client fault)
54
+ * <p>This request would cause you to exceed the allowed number of parameter groups.</p>
55
+ *
56
+ *
50
57
  */
51
58
  export declare class CreateDBClusterParameterGroupCommand extends $Command<CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
52
59
  readonly input: CreateDBClusterParameterGroupCommandInput;
@@ -29,6 +29,23 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
29
29
  * @see {@link CreateDBClusterSnapshotCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link DBClusterNotFoundFault} (client fault)
33
+ * <p>
34
+ * <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
35
+ *
36
+ * @throws {@link DBClusterSnapshotAlreadyExistsFault} (client fault)
37
+ * <p>You already have a cluster snapshot with the given identifier.</p>
38
+ *
39
+ * @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
40
+ * <p>The provided value isn't a valid cluster snapshot state.</p>
41
+ *
42
+ * @throws {@link InvalidDBClusterStateFault} (client fault)
43
+ * <p>The cluster isn't in a valid state.</p>
44
+ *
45
+ * @throws {@link SnapshotQuotaExceededFault} (client fault)
46
+ * <p>The request would cause you to exceed the allowed number of snapshots.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class CreateDBClusterSnapshotCommand extends $Command<CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
34
51
  readonly input: CreateDBClusterSnapshotCommandInput;
@@ -29,6 +29,61 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
29
29
  * @see {@link CreateDBInstanceCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthorizationNotFoundFault} (client fault)
33
+ * <p>The specified CIDR IP or Amazon EC2 security group isn't authorized for the specified security group.</p>
34
+ * <p>Amazon DocumentDB also might not be authorized to perform necessary actions on your behalf using IAM.</p>
35
+ *
36
+ * @throws {@link DBClusterNotFoundFault} (client fault)
37
+ * <p>
38
+ * <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
39
+ *
40
+ * @throws {@link DBInstanceAlreadyExistsFault} (client fault)
41
+ * <p>You already have a instance with the given identifier.</p>
42
+ *
43
+ * @throws {@link DBParameterGroupNotFoundFault} (client fault)
44
+ * <p>
45
+ * <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
46
+ *
47
+ * @throws {@link DBSecurityGroupNotFoundFault} (client fault)
48
+ * <p>
49
+ * <code>DBSecurityGroupName</code> doesn't refer to an existing security group. </p>
50
+ *
51
+ * @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
52
+ * <p>Subnets in the subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
53
+ *
54
+ * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
55
+ * <p>
56
+ * <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
57
+ *
58
+ * @throws {@link InstanceQuotaExceededFault} (client fault)
59
+ * <p>The request would cause you to exceed the allowed number of instances.</p>
60
+ *
61
+ * @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
62
+ * <p>The specified instance class isn't available in the specified Availability Zone.</p>
63
+ *
64
+ * @throws {@link InvalidDBClusterStateFault} (client fault)
65
+ * <p>The cluster isn't in a valid state.</p>
66
+ *
67
+ * @throws {@link InvalidSubnet} (client fault)
68
+ * <p>The requested subnet is not valid, or multiple subnets were requested that are not all
69
+ * in a common virtual private cloud (VPC).</p>
70
+ *
71
+ * @throws {@link InvalidVPCNetworkStateFault} (client fault)
72
+ * <p>The subnet group doesn't cover all Availability Zones after it is created
73
+ * because of changes that were made.</p>
74
+ *
75
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
76
+ * <p>An error occurred when accessing an KMS key.</p>
77
+ *
78
+ * @throws {@link StorageQuotaExceededFault} (client fault)
79
+ * <p>The request would cause you to exceed the allowed amount of storage available across
80
+ * all instances.</p>
81
+ *
82
+ * @throws {@link StorageTypeNotSupportedFault} (client fault)
83
+ * <p>Storage of the specified <code>StorageType</code> can't be associated with the DB
84
+ * instance. </p>
85
+ *
86
+ *
32
87
  */
33
88
  export declare class CreateDBInstanceCommand extends $Command<CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput, DocDBClientResolvedConfig> {
34
89
  readonly input: CreateDBInstanceCommandInput;
@@ -30,6 +30,24 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes
30
30
  * @see {@link CreateDBSubnetGroupCommandOutput} for command's `response` shape.
31
31
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
32
32
  *
33
+ * @throws {@link DBSubnetGroupAlreadyExistsFault} (client fault)
34
+ * <p>
35
+ * <code>DBSubnetGroupName</code> is already being used by an existing subnet group. </p>
36
+ *
37
+ * @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
38
+ * <p>Subnets in the subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
39
+ *
40
+ * @throws {@link DBSubnetGroupQuotaExceededFault} (client fault)
41
+ * <p>The request would cause you to exceed the allowed number of subnet groups.</p>
42
+ *
43
+ * @throws {@link DBSubnetQuotaExceededFault} (client fault)
44
+ * <p>The request would cause you to exceed the allowed number of subnets in a subnet group.</p>
45
+ *
46
+ * @throws {@link InvalidSubnet} (client fault)
47
+ * <p>The requested subnet is not valid, or multiple subnets were requested that are not all
48
+ * in a common virtual private cloud (VPC).</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class CreateDBSubnetGroupCommand extends $Command<CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput, DocDBClientResolvedConfig> {
35
53
  readonly input: CreateDBSubnetGroupCommandInput;
@@ -31,6 +31,28 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
31
31
  * @see {@link CreateEventSubscriptionCommandOutput} for command's `response` shape.
32
32
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
33
33
  *
34
+ * @throws {@link EventSubscriptionQuotaExceededFault} (client fault)
35
+ * <p>You have reached the maximum number of event subscriptions. </p>
36
+ *
37
+ * @throws {@link SNSInvalidTopicFault} (client fault)
38
+ * <p>Amazon SNS has responded that there is a problem with the specified topic. </p>
39
+ *
40
+ * @throws {@link SNSNoAuthorizationFault} (client fault)
41
+ * <p>You do not have permission to publish to the SNS topic Amazon Resource Name (ARN). </p>
42
+ *
43
+ * @throws {@link SNSTopicArnNotFoundFault} (client fault)
44
+ * <p>The SNS topic Amazon Resource Name (ARN) does not exist. </p>
45
+ *
46
+ * @throws {@link SourceNotFoundFault} (client fault)
47
+ * <p>The requested source could not be found. </p>
48
+ *
49
+ * @throws {@link SubscriptionAlreadyExistFault} (client fault)
50
+ * <p>The provided subscription name already exists. </p>
51
+ *
52
+ * @throws {@link SubscriptionCategoryNotFoundFault} (client fault)
53
+ * <p>The provided category does not exist. </p>
54
+ *
55
+ *
34
56
  */
35
57
  export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DocDBClientResolvedConfig> {
36
58
  readonly input: CreateEventSubscriptionCommandInput;
@@ -34,6 +34,20 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
34
34
  * @see {@link CreateGlobalClusterCommandOutput} for command's `response` shape.
35
35
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
36
36
  *
37
+ * @throws {@link DBClusterNotFoundFault} (client fault)
38
+ * <p>
39
+ * <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
40
+ *
41
+ * @throws {@link GlobalClusterAlreadyExistsFault} (client fault)
42
+ * <p>The <code>GlobalClusterIdentifier</code> already exists. Choose a new global cluster identifier (unique name) to create a new global cluster. </p>
43
+ *
44
+ * @throws {@link GlobalClusterQuotaExceededFault} (client fault)
45
+ * <p>The number of global clusters for this account is already at the maximum allowed.</p>
46
+ *
47
+ * @throws {@link InvalidDBClusterStateFault} (client fault)
48
+ * <p>The cluster isn't in a valid state.</p>
49
+ *
50
+ *
37
51
  */
38
52
  export declare class CreateGlobalClusterCommand extends $Command<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
39
53
  readonly input: CreateGlobalClusterCommandInput;
@@ -30,6 +30,23 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
30
30
  * @see {@link DeleteDBClusterCommandOutput} for command's `response` shape.
31
31
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
32
32
  *
33
+ * @throws {@link DBClusterNotFoundFault} (client fault)
34
+ * <p>
35
+ * <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
36
+ *
37
+ * @throws {@link DBClusterSnapshotAlreadyExistsFault} (client fault)
38
+ * <p>You already have a cluster snapshot with the given identifier.</p>
39
+ *
40
+ * @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
41
+ * <p>The provided value isn't a valid cluster snapshot state.</p>
42
+ *
43
+ * @throws {@link InvalidDBClusterStateFault} (client fault)
44
+ * <p>The cluster isn't in a valid state.</p>
45
+ *
46
+ * @throws {@link SnapshotQuotaExceededFault} (client fault)
47
+ * <p>The request would cause you to exceed the allowed number of snapshots.</p>
48
+ *
49
+ *
33
50
  */
34
51
  export declare class DeleteDBClusterCommand extends $Command<DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput, DocDBClientResolvedConfig> {
35
52
  readonly input: DeleteDBClusterCommandInput;
@@ -29,6 +29,14 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
29
29
  * @see {@link DeleteDBClusterParameterGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link DBParameterGroupNotFoundFault} (client fault)
33
+ * <p>
34
+ * <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
35
+ *
36
+ * @throws {@link InvalidDBParameterGroupStateFault} (client fault)
37
+ * <p>The parameter group is in use, or it is in a state that is not valid. If you are trying to delete the parameter group, you can't delete it when the parameter group is in this state.</p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class DeleteDBClusterParameterGroupCommand extends $Command<DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
34
42
  readonly input: DeleteDBClusterParameterGroupCommandInput;
@@ -32,6 +32,14 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
32
32
  * @see {@link DeleteDBClusterSnapshotCommandOutput} for command's `response` shape.
33
33
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
34
34
  *
35
+ * @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
36
+ * <p>
37
+ * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing cluster snapshot. </p>
38
+ *
39
+ * @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
40
+ * <p>The provided value isn't a valid cluster snapshot state.</p>
41
+ *
42
+ *
35
43
  */
36
44
  export declare class DeleteDBClusterSnapshotCommand extends $Command<DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
37
45
  readonly input: DeleteDBClusterSnapshotCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
29
29
  * @see {@link DeleteDBInstanceCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link DBInstanceNotFoundFault} (client fault)
33
+ * <p>
34
+ * <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
35
+ *
36
+ * @throws {@link DBSnapshotAlreadyExistsFault} (client fault)
37
+ * <p>
38
+ * <code>DBSnapshotIdentifier</code> is already being used by an existing snapshot. </p>
39
+ *
40
+ * @throws {@link InvalidDBClusterStateFault} (client fault)
41
+ * <p>The cluster isn't in a valid state.</p>
42
+ *
43
+ * @throws {@link InvalidDBInstanceStateFault} (client fault)
44
+ * <p> The specified instance isn't in the <i>available</i> state.
45
+ * </p>
46
+ *
47
+ * @throws {@link SnapshotQuotaExceededFault} (client fault)
48
+ * <p>The request would cause you to exceed the allowed number of snapshots.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteDBInstanceCommand extends $Command<DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput, DocDBClientResolvedConfig> {
34
53
  readonly input: DeleteDBInstanceCommandInput;
@@ -33,6 +33,17 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
33
33
  * @see {@link DeleteDBSubnetGroupCommandOutput} for command's `response` shape.
34
34
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
35
35
  *
36
+ * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
37
+ * <p>
38
+ * <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
39
+ *
40
+ * @throws {@link InvalidDBSubnetGroupStateFault} (client fault)
41
+ * <p>The subnet group can't be deleted because it's in use.</p>
42
+ *
43
+ * @throws {@link InvalidDBSubnetStateFault} (client fault)
44
+ * <p> The subnet isn't in the <i>available</i> state. </p>
45
+ *
46
+ *
36
47
  */
37
48
  export declare class DeleteDBSubnetGroupCommand extends $Command<DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput, DocDBClientResolvedConfig> {
38
49
  readonly input: DeleteDBSubnetGroupCommandInput;
@@ -29,6 +29,14 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
29
29
  * @see {@link DeleteEventSubscriptionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidEventSubscriptionStateFault} (client fault)
33
+ * <p>Someone else might be modifying a subscription. Wait a few seconds, and try
34
+ * again.</p>
35
+ *
36
+ * @throws {@link SubscriptionNotFoundFault} (client fault)
37
+ * <p>The subscription name does not exist. </p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, DocDBClientResolvedConfig> {
34
42
  readonly input: DeleteEventSubscriptionCommandInput;
@@ -32,6 +32,13 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
32
32
  * @see {@link DeleteGlobalClusterCommandOutput} for command's `response` shape.
33
33
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
34
34
  *
35
+ * @throws {@link GlobalClusterNotFoundFault} (client fault)
36
+ * <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global cluster.</p>
37
+ *
38
+ * @throws {@link InvalidGlobalClusterStateFault} (client fault)
39
+ * <p>The requested operation can't be performed while the cluster is in this state.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class DeleteGlobalClusterCommand extends $Command<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
37
44
  readonly input: DeleteGlobalClusterCommandInput;
@@ -29,6 +29,11 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _
29
29
  * @see {@link DescribeCertificatesCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link CertificateNotFoundFault} (client fault)
33
+ * <p>
34
+ * <code>CertificateIdentifier</code> doesn't refer to an existing certificate. </p>
35
+ *
36
+ *
32
37
  */
33
38
  export declare class DescribeCertificatesCommand extends $Command<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, DocDBClientResolvedConfig> {
34
39
  readonly input: DescribeCertificatesCommandInput;
@@ -29,6 +29,11 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
29
29
  * @see {@link DescribeDBClusterParameterGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link DBParameterGroupNotFoundFault} (client fault)
33
+ * <p>
34
+ * <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
35
+ *
36
+ *
32
37
  */
33
38
  export declare class DescribeDBClusterParameterGroupsCommand extends $Command<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput, DocDBClientResolvedConfig> {
34
39
  readonly input: DescribeDBClusterParameterGroupsCommandInput;
@@ -30,6 +30,11 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
30
30
  * @see {@link DescribeDBClusterParametersCommandOutput} for command's `response` shape.
31
31
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
32
32
  *
33
+ * @throws {@link DBParameterGroupNotFoundFault} (client fault)
34
+ * <p>
35
+ * <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
36
+ *
37
+ *
33
38
  */
34
39
  export declare class DescribeDBClusterParametersCommand extends $Command<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput, DocDBClientResolvedConfig> {
35
40
  readonly input: DescribeDBClusterParametersCommandInput;
@@ -32,6 +32,11 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput extends Descri
32
32
  * @see {@link DescribeDBClusterSnapshotAttributesCommandOutput} for command's `response` shape.
33
33
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
34
34
  *
35
+ * @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
36
+ * <p>
37
+ * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing cluster snapshot. </p>
38
+ *
39
+ *
35
40
  */
36
41
  export declare class DescribeDBClusterSnapshotAttributesCommand extends $Command<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, DocDBClientResolvedConfig> {
37
42
  readonly input: DescribeDBClusterSnapshotAttributesCommandInput;
@@ -29,6 +29,11 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
29
29
  * @see {@link DescribeDBClusterSnapshotsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
33
+ * <p>
34
+ * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing cluster snapshot. </p>
35
+ *
36
+ *
32
37
  */
33
38
  export declare class DescribeDBClusterSnapshotsCommand extends $Command<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, DocDBClientResolvedConfig> {
34
39
  readonly input: DescribeDBClusterSnapshotsCommandInput;
@@ -34,6 +34,11 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
34
34
  * @see {@link DescribeDBClustersCommandOutput} for command's `response` shape.
35
35
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
36
36
  *
37
+ * @throws {@link DBClusterNotFoundFault} (client fault)
38
+ * <p>
39
+ * <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
40
+ *
41
+ *
37
42
  */
38
43
  export declare class DescribeDBClustersCommand extends $Command<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, DocDBClientResolvedConfig> {
39
44
  readonly input: DescribeDBClustersCommandInput;
@@ -29,6 +29,7 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe
29
29
  * @see {@link DescribeDBEngineVersionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ *
32
33
  */
33
34
  export declare class DescribeDBEngineVersionsCommand extends $Command<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, DocDBClientResolvedConfig> {
34
35
  readonly input: DescribeDBEngineVersionsCommandInput;
@@ -29,6 +29,11 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
29
29
  * @see {@link DescribeDBInstancesCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ * @throws {@link DBInstanceNotFoundFault} (client fault)
33
+ * <p>
34
+ * <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
35
+ *
36
+ *
32
37
  */
33
38
  export declare class DescribeDBInstancesCommand extends $Command<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput, DocDBClientResolvedConfig> {
34
39
  readonly input: DescribeDBInstancesCommandInput;
@@ -30,6 +30,11 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
30
30
  * @see {@link DescribeDBSubnetGroupsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
32
32
  *
33
+ * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
34
+ * <p>
35
+ * <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
36
+ *
37
+ *
33
38
  */
34
39
  export declare class DescribeDBSubnetGroupsCommand extends $Command<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, DocDBClientResolvedConfig> {
35
40
  readonly input: DescribeDBSubnetGroupsCommandInput;
@@ -30,6 +30,7 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
30
30
  * @see {@link DescribeEngineDefaultClusterParametersCommandOutput} for command's `response` shape.
31
31
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
32
32
  *
33
+ *
33
34
  */
34
35
  export declare class DescribeEngineDefaultClusterParametersCommand extends $Command<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, DocDBClientResolvedConfig> {
35
36
  readonly input: DescribeEngineDefaultClusterParametersCommandInput;
@@ -30,6 +30,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
30
30
  * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
31
31
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
32
32
  *
33
+ *
33
34
  */
34
35
  export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DocDBClientResolvedConfig> {
35
36
  readonly input: DescribeEventCategoriesCommandInput;
@@ -30,6 +30,10 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
30
30
  * @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
32
32
  *
33
+ * @throws {@link SubscriptionNotFoundFault} (client fault)
34
+ * <p>The subscription name does not exist. </p>
35
+ *
36
+ *
33
37
  */
34
38
  export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DocDBClientResolvedConfig> {
35
39
  readonly input: DescribeEventSubscriptionsCommandInput;
@@ -29,6 +29,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
29
29
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
+ *
32
33
  */
33
34
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, DocDBClientResolvedConfig> {
34
35
  readonly input: DescribeEventsCommandInput;