@aws-sdk/client-rds 3.1086.0 → 3.1088.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.
- package/dist-cjs/index.js +5 -5
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +16 -6
- package/dist-types/ts3.4/RDS.d.ts +549 -679
- package/dist-types/ts3.4/RDSClient.d.ts +13 -20
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +9 -19
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeServerlessV2PlatformVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisableHttpEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EnableHttpEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBRecommendationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ModifyTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +13 -26
- package/dist-types/ts3.4/models/errors.d.ts +144 -620
- package/dist-types/ts3.4/models/models_0.d.ts +8 -24
- package/dist-types/ts3.4/models/models_1.d.ts +10 -24
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseDeleted.d.ts +4 -8
- package/package.json +41 -41
|
@@ -3,534 +3,328 @@ import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
|
3
3
|
export declare class DBClusterNotFoundFault extends __BaseException {
|
|
4
4
|
readonly name: "DBClusterNotFoundFault";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class DBClusterRoleAlreadyExistsFault extends __BaseException {
|
|
11
9
|
readonly name: "DBClusterRoleAlreadyExistsFault";
|
|
12
10
|
readonly $fault: "client";
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<
|
|
15
|
-
DBClusterRoleAlreadyExistsFault,
|
|
16
|
-
__BaseException
|
|
17
|
-
>
|
|
18
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<DBClusterRoleAlreadyExistsFault, __BaseException>);
|
|
19
12
|
}
|
|
20
13
|
export declare class DBClusterRoleQuotaExceededFault extends __BaseException {
|
|
21
14
|
readonly name: "DBClusterRoleQuotaExceededFault";
|
|
22
15
|
readonly $fault: "client";
|
|
23
|
-
constructor(
|
|
24
|
-
opts: __ExceptionOptionType<
|
|
25
|
-
DBClusterRoleQuotaExceededFault,
|
|
26
|
-
__BaseException
|
|
27
|
-
>
|
|
28
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<DBClusterRoleQuotaExceededFault, __BaseException>);
|
|
29
17
|
}
|
|
30
18
|
export declare class InvalidDBClusterStateFault extends __BaseException {
|
|
31
19
|
readonly name: "InvalidDBClusterStateFault";
|
|
32
20
|
readonly $fault: "client";
|
|
33
|
-
constructor(
|
|
34
|
-
opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>
|
|
35
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>);
|
|
36
22
|
}
|
|
37
23
|
export declare class DBInstanceNotFoundFault extends __BaseException {
|
|
38
24
|
readonly name: "DBInstanceNotFoundFault";
|
|
39
25
|
readonly $fault: "client";
|
|
40
|
-
constructor(
|
|
41
|
-
opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>
|
|
42
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>);
|
|
43
27
|
}
|
|
44
28
|
export declare class DBInstanceRoleAlreadyExistsFault extends __BaseException {
|
|
45
29
|
readonly name: "DBInstanceRoleAlreadyExistsFault";
|
|
46
30
|
readonly $fault: "client";
|
|
47
|
-
constructor(
|
|
48
|
-
opts: __ExceptionOptionType<
|
|
49
|
-
DBInstanceRoleAlreadyExistsFault,
|
|
50
|
-
__BaseException
|
|
51
|
-
>
|
|
52
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<DBInstanceRoleAlreadyExistsFault, __BaseException>);
|
|
53
32
|
}
|
|
54
33
|
export declare class DBInstanceRoleQuotaExceededFault extends __BaseException {
|
|
55
34
|
readonly name: "DBInstanceRoleQuotaExceededFault";
|
|
56
35
|
readonly $fault: "client";
|
|
57
|
-
constructor(
|
|
58
|
-
opts: __ExceptionOptionType<
|
|
59
|
-
DBInstanceRoleQuotaExceededFault,
|
|
60
|
-
__BaseException
|
|
61
|
-
>
|
|
62
|
-
);
|
|
36
|
+
constructor(opts: __ExceptionOptionType<DBInstanceRoleQuotaExceededFault, __BaseException>);
|
|
63
37
|
}
|
|
64
38
|
export declare class InvalidDBInstanceStateFault extends __BaseException {
|
|
65
39
|
readonly name: "InvalidDBInstanceStateFault";
|
|
66
40
|
readonly $fault: "client";
|
|
67
|
-
constructor(
|
|
68
|
-
opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>
|
|
69
|
-
);
|
|
41
|
+
constructor(opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>);
|
|
70
42
|
}
|
|
71
43
|
export declare class SourceNotFoundFault extends __BaseException {
|
|
72
44
|
readonly name: "SourceNotFoundFault";
|
|
73
45
|
readonly $fault: "client";
|
|
74
|
-
constructor(
|
|
75
|
-
opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>
|
|
76
|
-
);
|
|
46
|
+
constructor(opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>);
|
|
77
47
|
}
|
|
78
48
|
export declare class SubscriptionNotFoundFault extends __BaseException {
|
|
79
49
|
readonly name: "SubscriptionNotFoundFault";
|
|
80
50
|
readonly $fault: "client";
|
|
81
|
-
constructor(
|
|
82
|
-
opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>
|
|
83
|
-
);
|
|
51
|
+
constructor(opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>);
|
|
84
52
|
}
|
|
85
53
|
export declare class BlueGreenDeploymentNotFoundFault extends __BaseException {
|
|
86
54
|
readonly name: "BlueGreenDeploymentNotFoundFault";
|
|
87
55
|
readonly $fault: "client";
|
|
88
|
-
constructor(
|
|
89
|
-
opts: __ExceptionOptionType<
|
|
90
|
-
BlueGreenDeploymentNotFoundFault,
|
|
91
|
-
__BaseException
|
|
92
|
-
>
|
|
93
|
-
);
|
|
56
|
+
constructor(opts: __ExceptionOptionType<BlueGreenDeploymentNotFoundFault, __BaseException>);
|
|
94
57
|
}
|
|
95
58
|
export declare class DBProxyEndpointNotFoundFault extends __BaseException {
|
|
96
59
|
readonly name: "DBProxyEndpointNotFoundFault";
|
|
97
60
|
readonly $fault: "client";
|
|
98
|
-
constructor(
|
|
99
|
-
opts: __ExceptionOptionType<DBProxyEndpointNotFoundFault, __BaseException>
|
|
100
|
-
);
|
|
61
|
+
constructor(opts: __ExceptionOptionType<DBProxyEndpointNotFoundFault, __BaseException>);
|
|
101
62
|
}
|
|
102
63
|
export declare class DBProxyNotFoundFault extends __BaseException {
|
|
103
64
|
readonly name: "DBProxyNotFoundFault";
|
|
104
65
|
readonly $fault: "client";
|
|
105
|
-
constructor(
|
|
106
|
-
opts: __ExceptionOptionType<DBProxyNotFoundFault, __BaseException>
|
|
107
|
-
);
|
|
66
|
+
constructor(opts: __ExceptionOptionType<DBProxyNotFoundFault, __BaseException>);
|
|
108
67
|
}
|
|
109
68
|
export declare class DBProxyTargetGroupNotFoundFault extends __BaseException {
|
|
110
69
|
readonly name: "DBProxyTargetGroupNotFoundFault";
|
|
111
70
|
readonly $fault: "client";
|
|
112
|
-
constructor(
|
|
113
|
-
opts: __ExceptionOptionType<
|
|
114
|
-
DBProxyTargetGroupNotFoundFault,
|
|
115
|
-
__BaseException
|
|
116
|
-
>
|
|
117
|
-
);
|
|
71
|
+
constructor(opts: __ExceptionOptionType<DBProxyTargetGroupNotFoundFault, __BaseException>);
|
|
118
72
|
}
|
|
119
73
|
export declare class DBShardGroupNotFoundFault extends __BaseException {
|
|
120
74
|
readonly name: "DBShardGroupNotFoundFault";
|
|
121
75
|
readonly $fault: "client";
|
|
122
|
-
constructor(
|
|
123
|
-
opts: __ExceptionOptionType<DBShardGroupNotFoundFault, __BaseException>
|
|
124
|
-
);
|
|
76
|
+
constructor(opts: __ExceptionOptionType<DBShardGroupNotFoundFault, __BaseException>);
|
|
125
77
|
}
|
|
126
78
|
export declare class DBSnapshotNotFoundFault extends __BaseException {
|
|
127
79
|
readonly name: "DBSnapshotNotFoundFault";
|
|
128
80
|
readonly $fault: "client";
|
|
129
|
-
constructor(
|
|
130
|
-
opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>
|
|
131
|
-
);
|
|
81
|
+
constructor(opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>);
|
|
132
82
|
}
|
|
133
83
|
export declare class DBSnapshotTenantDatabaseNotFoundFault extends __BaseException {
|
|
134
84
|
readonly name: "DBSnapshotTenantDatabaseNotFoundFault";
|
|
135
85
|
readonly $fault: "client";
|
|
136
|
-
constructor(
|
|
137
|
-
opts: __ExceptionOptionType<
|
|
138
|
-
DBSnapshotTenantDatabaseNotFoundFault,
|
|
139
|
-
__BaseException
|
|
140
|
-
>
|
|
141
|
-
);
|
|
86
|
+
constructor(opts: __ExceptionOptionType<DBSnapshotTenantDatabaseNotFoundFault, __BaseException>);
|
|
142
87
|
}
|
|
143
88
|
export declare class IntegrationNotFoundFault extends __BaseException {
|
|
144
89
|
readonly name: "IntegrationNotFoundFault";
|
|
145
90
|
readonly $fault: "client";
|
|
146
|
-
constructor(
|
|
147
|
-
opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>
|
|
148
|
-
);
|
|
91
|
+
constructor(opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>);
|
|
149
92
|
}
|
|
150
93
|
export declare class InvalidDBClusterEndpointStateFault extends __BaseException {
|
|
151
94
|
readonly name: "InvalidDBClusterEndpointStateFault";
|
|
152
95
|
readonly $fault: "client";
|
|
153
|
-
constructor(
|
|
154
|
-
opts: __ExceptionOptionType<
|
|
155
|
-
InvalidDBClusterEndpointStateFault,
|
|
156
|
-
__BaseException
|
|
157
|
-
>
|
|
158
|
-
);
|
|
96
|
+
constructor(opts: __ExceptionOptionType<InvalidDBClusterEndpointStateFault, __BaseException>);
|
|
159
97
|
}
|
|
160
98
|
export declare class TenantDatabaseNotFoundFault extends __BaseException {
|
|
161
99
|
readonly name: "TenantDatabaseNotFoundFault";
|
|
162
100
|
readonly $fault: "client";
|
|
163
|
-
constructor(
|
|
164
|
-
opts: __ExceptionOptionType<TenantDatabaseNotFoundFault, __BaseException>
|
|
165
|
-
);
|
|
101
|
+
constructor(opts: __ExceptionOptionType<TenantDatabaseNotFoundFault, __BaseException>);
|
|
166
102
|
}
|
|
167
103
|
export declare class ResourceNotFoundFault extends __BaseException {
|
|
168
104
|
readonly name: "ResourceNotFoundFault";
|
|
169
105
|
readonly $fault: "client";
|
|
170
|
-
constructor(
|
|
171
|
-
opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>
|
|
172
|
-
);
|
|
106
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
|
|
173
107
|
}
|
|
174
108
|
export declare class AuthorizationAlreadyExistsFault extends __BaseException {
|
|
175
109
|
readonly name: "AuthorizationAlreadyExistsFault";
|
|
176
110
|
readonly $fault: "client";
|
|
177
|
-
constructor(
|
|
178
|
-
opts: __ExceptionOptionType<
|
|
179
|
-
AuthorizationAlreadyExistsFault,
|
|
180
|
-
__BaseException
|
|
181
|
-
>
|
|
182
|
-
);
|
|
111
|
+
constructor(opts: __ExceptionOptionType<AuthorizationAlreadyExistsFault, __BaseException>);
|
|
183
112
|
}
|
|
184
113
|
export declare class AuthorizationQuotaExceededFault extends __BaseException {
|
|
185
114
|
readonly name: "AuthorizationQuotaExceededFault";
|
|
186
115
|
readonly $fault: "client";
|
|
187
|
-
constructor(
|
|
188
|
-
opts: __ExceptionOptionType<
|
|
189
|
-
AuthorizationQuotaExceededFault,
|
|
190
|
-
__BaseException
|
|
191
|
-
>
|
|
192
|
-
);
|
|
116
|
+
constructor(opts: __ExceptionOptionType<AuthorizationQuotaExceededFault, __BaseException>);
|
|
193
117
|
}
|
|
194
118
|
export declare class DBSecurityGroupNotFoundFault extends __BaseException {
|
|
195
119
|
readonly name: "DBSecurityGroupNotFoundFault";
|
|
196
120
|
readonly $fault: "client";
|
|
197
|
-
constructor(
|
|
198
|
-
opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>
|
|
199
|
-
);
|
|
121
|
+
constructor(opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>);
|
|
200
122
|
}
|
|
201
123
|
export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
|
|
202
124
|
readonly name: "InvalidDBSecurityGroupStateFault";
|
|
203
125
|
readonly $fault: "client";
|
|
204
|
-
constructor(
|
|
205
|
-
opts: __ExceptionOptionType<
|
|
206
|
-
InvalidDBSecurityGroupStateFault,
|
|
207
|
-
__BaseException
|
|
208
|
-
>
|
|
209
|
-
);
|
|
126
|
+
constructor(opts: __ExceptionOptionType<InvalidDBSecurityGroupStateFault, __BaseException>);
|
|
210
127
|
}
|
|
211
128
|
export declare class ExportTaskNotFoundFault extends __BaseException {
|
|
212
129
|
readonly name: "ExportTaskNotFoundFault";
|
|
213
130
|
readonly $fault: "client";
|
|
214
|
-
constructor(
|
|
215
|
-
opts: __ExceptionOptionType<ExportTaskNotFoundFault, __BaseException>
|
|
216
|
-
);
|
|
131
|
+
constructor(opts: __ExceptionOptionType<ExportTaskNotFoundFault, __BaseException>);
|
|
217
132
|
}
|
|
218
133
|
export declare class InvalidExportTaskStateFault extends __BaseException {
|
|
219
134
|
readonly name: "InvalidExportTaskStateFault";
|
|
220
135
|
readonly $fault: "client";
|
|
221
|
-
constructor(
|
|
222
|
-
opts: __ExceptionOptionType<InvalidExportTaskStateFault, __BaseException>
|
|
223
|
-
);
|
|
136
|
+
constructor(opts: __ExceptionOptionType<InvalidExportTaskStateFault, __BaseException>);
|
|
224
137
|
}
|
|
225
138
|
export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
|
|
226
139
|
readonly name: "DBParameterGroupAlreadyExistsFault";
|
|
227
140
|
readonly $fault: "client";
|
|
228
|
-
constructor(
|
|
229
|
-
opts: __ExceptionOptionType<
|
|
230
|
-
DBParameterGroupAlreadyExistsFault,
|
|
231
|
-
__BaseException
|
|
232
|
-
>
|
|
233
|
-
);
|
|
141
|
+
constructor(opts: __ExceptionOptionType<DBParameterGroupAlreadyExistsFault, __BaseException>);
|
|
234
142
|
}
|
|
235
143
|
export declare class DBParameterGroupNotFoundFault extends __BaseException {
|
|
236
144
|
readonly name: "DBParameterGroupNotFoundFault";
|
|
237
145
|
readonly $fault: "client";
|
|
238
|
-
constructor(
|
|
239
|
-
opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>
|
|
240
|
-
);
|
|
146
|
+
constructor(opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>);
|
|
241
147
|
}
|
|
242
148
|
export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
|
|
243
149
|
readonly name: "DBParameterGroupQuotaExceededFault";
|
|
244
150
|
readonly $fault: "client";
|
|
245
|
-
constructor(
|
|
246
|
-
opts: __ExceptionOptionType<
|
|
247
|
-
DBParameterGroupQuotaExceededFault,
|
|
248
|
-
__BaseException
|
|
249
|
-
>
|
|
250
|
-
);
|
|
151
|
+
constructor(opts: __ExceptionOptionType<DBParameterGroupQuotaExceededFault, __BaseException>);
|
|
251
152
|
}
|
|
252
153
|
export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
|
|
253
154
|
readonly name: "DBClusterSnapshotAlreadyExistsFault";
|
|
254
155
|
readonly $fault: "client";
|
|
255
|
-
constructor(
|
|
256
|
-
opts: __ExceptionOptionType<
|
|
257
|
-
DBClusterSnapshotAlreadyExistsFault,
|
|
258
|
-
__BaseException
|
|
259
|
-
>
|
|
260
|
-
);
|
|
156
|
+
constructor(opts: __ExceptionOptionType<DBClusterSnapshotAlreadyExistsFault, __BaseException>);
|
|
261
157
|
}
|
|
262
158
|
export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
|
|
263
159
|
readonly name: "DBClusterSnapshotNotFoundFault";
|
|
264
160
|
readonly $fault: "client";
|
|
265
|
-
constructor(
|
|
266
|
-
opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>
|
|
267
|
-
);
|
|
161
|
+
constructor(opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>);
|
|
268
162
|
}
|
|
269
163
|
export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
|
|
270
164
|
readonly name: "InvalidDBClusterSnapshotStateFault";
|
|
271
165
|
readonly $fault: "client";
|
|
272
|
-
constructor(
|
|
273
|
-
opts: __ExceptionOptionType<
|
|
274
|
-
InvalidDBClusterSnapshotStateFault,
|
|
275
|
-
__BaseException
|
|
276
|
-
>
|
|
277
|
-
);
|
|
166
|
+
constructor(opts: __ExceptionOptionType<InvalidDBClusterSnapshotStateFault, __BaseException>);
|
|
278
167
|
}
|
|
279
168
|
export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
280
169
|
readonly name: "KMSKeyNotAccessibleFault";
|
|
281
170
|
readonly $fault: "client";
|
|
282
|
-
constructor(
|
|
283
|
-
opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>
|
|
284
|
-
);
|
|
171
|
+
constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
|
|
285
172
|
}
|
|
286
173
|
export declare class SnapshotQuotaExceededFault extends __BaseException {
|
|
287
174
|
readonly name: "SnapshotQuotaExceededFault";
|
|
288
175
|
readonly $fault: "client";
|
|
289
|
-
constructor(
|
|
290
|
-
opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>
|
|
291
|
-
);
|
|
176
|
+
constructor(opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>);
|
|
292
177
|
}
|
|
293
178
|
export declare class CustomAvailabilityZoneNotFoundFault extends __BaseException {
|
|
294
179
|
readonly name: "CustomAvailabilityZoneNotFoundFault";
|
|
295
180
|
readonly $fault: "client";
|
|
296
|
-
constructor(
|
|
297
|
-
opts: __ExceptionOptionType<
|
|
298
|
-
CustomAvailabilityZoneNotFoundFault,
|
|
299
|
-
__BaseException
|
|
300
|
-
>
|
|
301
|
-
);
|
|
181
|
+
constructor(opts: __ExceptionOptionType<CustomAvailabilityZoneNotFoundFault, __BaseException>);
|
|
302
182
|
}
|
|
303
183
|
export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
|
|
304
184
|
readonly name: "DBSnapshotAlreadyExistsFault";
|
|
305
185
|
readonly $fault: "client";
|
|
306
|
-
constructor(
|
|
307
|
-
opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>
|
|
308
|
-
);
|
|
186
|
+
constructor(opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>);
|
|
309
187
|
}
|
|
310
188
|
export declare class InvalidDBSnapshotStateFault extends __BaseException {
|
|
311
189
|
readonly name: "InvalidDBSnapshotStateFault";
|
|
312
190
|
readonly $fault: "client";
|
|
313
|
-
constructor(
|
|
314
|
-
opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>
|
|
315
|
-
);
|
|
191
|
+
constructor(opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>);
|
|
316
192
|
}
|
|
317
193
|
export declare class OptionGroupAlreadyExistsFault extends __BaseException {
|
|
318
194
|
readonly name: "OptionGroupAlreadyExistsFault";
|
|
319
195
|
readonly $fault: "client";
|
|
320
|
-
constructor(
|
|
321
|
-
opts: __ExceptionOptionType<OptionGroupAlreadyExistsFault, __BaseException>
|
|
322
|
-
);
|
|
196
|
+
constructor(opts: __ExceptionOptionType<OptionGroupAlreadyExistsFault, __BaseException>);
|
|
323
197
|
}
|
|
324
198
|
export declare class OptionGroupNotFoundFault extends __BaseException {
|
|
325
199
|
readonly name: "OptionGroupNotFoundFault";
|
|
326
200
|
readonly $fault: "client";
|
|
327
|
-
constructor(
|
|
328
|
-
opts: __ExceptionOptionType<OptionGroupNotFoundFault, __BaseException>
|
|
329
|
-
);
|
|
201
|
+
constructor(opts: __ExceptionOptionType<OptionGroupNotFoundFault, __BaseException>);
|
|
330
202
|
}
|
|
331
203
|
export declare class OptionGroupQuotaExceededFault extends __BaseException {
|
|
332
204
|
readonly name: "OptionGroupQuotaExceededFault";
|
|
333
205
|
readonly $fault: "client";
|
|
334
|
-
constructor(
|
|
335
|
-
opts: __ExceptionOptionType<OptionGroupQuotaExceededFault, __BaseException>
|
|
336
|
-
);
|
|
206
|
+
constructor(opts: __ExceptionOptionType<OptionGroupQuotaExceededFault, __BaseException>);
|
|
337
207
|
}
|
|
338
208
|
export declare class BlueGreenDeploymentAlreadyExistsFault extends __BaseException {
|
|
339
209
|
readonly name: "BlueGreenDeploymentAlreadyExistsFault";
|
|
340
210
|
readonly $fault: "client";
|
|
341
|
-
constructor(
|
|
342
|
-
opts: __ExceptionOptionType<
|
|
343
|
-
BlueGreenDeploymentAlreadyExistsFault,
|
|
344
|
-
__BaseException
|
|
345
|
-
>
|
|
346
|
-
);
|
|
211
|
+
constructor(opts: __ExceptionOptionType<BlueGreenDeploymentAlreadyExistsFault, __BaseException>);
|
|
347
212
|
}
|
|
348
213
|
export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
|
|
349
214
|
readonly name: "DBClusterParameterGroupNotFoundFault";
|
|
350
215
|
readonly $fault: "client";
|
|
351
|
-
constructor(
|
|
352
|
-
opts: __ExceptionOptionType<
|
|
353
|
-
DBClusterParameterGroupNotFoundFault,
|
|
354
|
-
__BaseException
|
|
355
|
-
>
|
|
356
|
-
);
|
|
216
|
+
constructor(opts: __ExceptionOptionType<DBClusterParameterGroupNotFoundFault, __BaseException>);
|
|
357
217
|
}
|
|
358
218
|
export declare class DBClusterQuotaExceededFault extends __BaseException {
|
|
359
219
|
readonly name: "DBClusterQuotaExceededFault";
|
|
360
220
|
readonly $fault: "client";
|
|
361
|
-
constructor(
|
|
362
|
-
opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>
|
|
363
|
-
);
|
|
221
|
+
constructor(opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>);
|
|
364
222
|
}
|
|
365
223
|
export declare class InstanceQuotaExceededFault extends __BaseException {
|
|
366
224
|
readonly name: "InstanceQuotaExceededFault";
|
|
367
225
|
readonly $fault: "client";
|
|
368
|
-
constructor(
|
|
369
|
-
opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>
|
|
370
|
-
);
|
|
226
|
+
constructor(opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>);
|
|
371
227
|
}
|
|
372
228
|
export declare class SourceClusterNotSupportedFault extends __BaseException {
|
|
373
229
|
readonly name: "SourceClusterNotSupportedFault";
|
|
374
230
|
readonly $fault: "client";
|
|
375
|
-
constructor(
|
|
376
|
-
opts: __ExceptionOptionType<SourceClusterNotSupportedFault, __BaseException>
|
|
377
|
-
);
|
|
231
|
+
constructor(opts: __ExceptionOptionType<SourceClusterNotSupportedFault, __BaseException>);
|
|
378
232
|
}
|
|
379
233
|
export declare class SourceDatabaseNotSupportedFault extends __BaseException {
|
|
380
234
|
readonly name: "SourceDatabaseNotSupportedFault";
|
|
381
235
|
readonly $fault: "client";
|
|
382
|
-
constructor(
|
|
383
|
-
opts: __ExceptionOptionType<
|
|
384
|
-
SourceDatabaseNotSupportedFault,
|
|
385
|
-
__BaseException
|
|
386
|
-
>
|
|
387
|
-
);
|
|
236
|
+
constructor(opts: __ExceptionOptionType<SourceDatabaseNotSupportedFault, __BaseException>);
|
|
388
237
|
}
|
|
389
238
|
export declare class StorageQuotaExceededFault extends __BaseException {
|
|
390
239
|
readonly name: "StorageQuotaExceededFault";
|
|
391
240
|
readonly $fault: "client";
|
|
392
|
-
constructor(
|
|
393
|
-
opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>
|
|
394
|
-
);
|
|
241
|
+
constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
|
|
395
242
|
}
|
|
396
243
|
export declare class CreateCustomDBEngineVersionFault extends __BaseException {
|
|
397
244
|
readonly name: "CreateCustomDBEngineVersionFault";
|
|
398
245
|
readonly $fault: "client";
|
|
399
|
-
constructor(
|
|
400
|
-
opts: __ExceptionOptionType<
|
|
401
|
-
CreateCustomDBEngineVersionFault,
|
|
402
|
-
__BaseException
|
|
403
|
-
>
|
|
404
|
-
);
|
|
246
|
+
constructor(opts: __ExceptionOptionType<CreateCustomDBEngineVersionFault, __BaseException>);
|
|
405
247
|
}
|
|
406
248
|
export declare class CustomDBEngineVersionAlreadyExistsFault extends __BaseException {
|
|
407
249
|
readonly name: "CustomDBEngineVersionAlreadyExistsFault";
|
|
408
250
|
readonly $fault: "client";
|
|
409
251
|
constructor(
|
|
410
|
-
opts: __ExceptionOptionType<
|
|
411
|
-
CustomDBEngineVersionAlreadyExistsFault,
|
|
412
|
-
__BaseException
|
|
413
|
-
>
|
|
252
|
+
opts: __ExceptionOptionType<CustomDBEngineVersionAlreadyExistsFault, __BaseException>,
|
|
414
253
|
);
|
|
415
254
|
}
|
|
416
255
|
export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
|
|
417
256
|
readonly name: "CustomDBEngineVersionNotFoundFault";
|
|
418
257
|
readonly $fault: "client";
|
|
419
|
-
constructor(
|
|
420
|
-
opts: __ExceptionOptionType<
|
|
421
|
-
CustomDBEngineVersionNotFoundFault,
|
|
422
|
-
__BaseException
|
|
423
|
-
>
|
|
424
|
-
);
|
|
258
|
+
constructor(opts: __ExceptionOptionType<CustomDBEngineVersionNotFoundFault, __BaseException>);
|
|
425
259
|
}
|
|
426
260
|
export declare class CustomDBEngineVersionQuotaExceededFault extends __BaseException {
|
|
427
261
|
readonly name: "CustomDBEngineVersionQuotaExceededFault";
|
|
428
262
|
readonly $fault: "client";
|
|
429
263
|
constructor(
|
|
430
|
-
opts: __ExceptionOptionType<
|
|
431
|
-
CustomDBEngineVersionQuotaExceededFault,
|
|
432
|
-
__BaseException
|
|
433
|
-
>
|
|
264
|
+
opts: __ExceptionOptionType<CustomDBEngineVersionQuotaExceededFault, __BaseException>,
|
|
434
265
|
);
|
|
435
266
|
}
|
|
436
267
|
export declare class Ec2ImagePropertiesNotSupportedFault extends __BaseException {
|
|
437
268
|
readonly name: "Ec2ImagePropertiesNotSupportedFault";
|
|
438
269
|
readonly $fault: "client";
|
|
439
|
-
constructor(
|
|
440
|
-
opts: __ExceptionOptionType<
|
|
441
|
-
Ec2ImagePropertiesNotSupportedFault,
|
|
442
|
-
__BaseException
|
|
443
|
-
>
|
|
444
|
-
);
|
|
270
|
+
constructor(opts: __ExceptionOptionType<Ec2ImagePropertiesNotSupportedFault, __BaseException>);
|
|
445
271
|
}
|
|
446
272
|
export declare class InvalidCustomDBEngineVersionStateFault extends __BaseException {
|
|
447
273
|
readonly name: "InvalidCustomDBEngineVersionStateFault";
|
|
448
274
|
readonly $fault: "client";
|
|
449
|
-
constructor(
|
|
450
|
-
opts: __ExceptionOptionType<
|
|
451
|
-
InvalidCustomDBEngineVersionStateFault,
|
|
452
|
-
__BaseException
|
|
453
|
-
>
|
|
454
|
-
);
|
|
275
|
+
constructor(opts: __ExceptionOptionType<InvalidCustomDBEngineVersionStateFault, __BaseException>);
|
|
455
276
|
}
|
|
456
277
|
export declare class DBClusterAlreadyExistsFault extends __BaseException {
|
|
457
278
|
readonly name: "DBClusterAlreadyExistsFault";
|
|
458
279
|
readonly $fault: "client";
|
|
459
|
-
constructor(
|
|
460
|
-
opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>
|
|
461
|
-
);
|
|
280
|
+
constructor(opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>);
|
|
462
281
|
}
|
|
463
282
|
export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
464
283
|
readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
465
284
|
readonly $fault: "client";
|
|
466
|
-
constructor(
|
|
467
|
-
opts: __ExceptionOptionType<
|
|
468
|
-
DBSubnetGroupDoesNotCoverEnoughAZs,
|
|
469
|
-
__BaseException
|
|
470
|
-
>
|
|
471
|
-
);
|
|
285
|
+
constructor(opts: __ExceptionOptionType<DBSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
|
|
472
286
|
}
|
|
473
287
|
export declare class DBSubnetGroupNotFoundFault extends __BaseException {
|
|
474
288
|
readonly name: "DBSubnetGroupNotFoundFault";
|
|
475
289
|
readonly $fault: "client";
|
|
476
|
-
constructor(
|
|
477
|
-
opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>
|
|
478
|
-
);
|
|
290
|
+
constructor(opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>);
|
|
479
291
|
}
|
|
480
292
|
export declare class DomainNotFoundFault extends __BaseException {
|
|
481
293
|
readonly name: "DomainNotFoundFault";
|
|
482
294
|
readonly $fault: "client";
|
|
483
|
-
constructor(
|
|
484
|
-
opts: __ExceptionOptionType<DomainNotFoundFault, __BaseException>
|
|
485
|
-
);
|
|
295
|
+
constructor(opts: __ExceptionOptionType<DomainNotFoundFault, __BaseException>);
|
|
486
296
|
}
|
|
487
297
|
export declare class GlobalClusterNotFoundFault extends __BaseException {
|
|
488
298
|
readonly name: "GlobalClusterNotFoundFault";
|
|
489
299
|
readonly $fault: "client";
|
|
490
|
-
constructor(
|
|
491
|
-
opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>
|
|
492
|
-
);
|
|
300
|
+
constructor(opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>);
|
|
493
301
|
}
|
|
494
302
|
export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
495
303
|
readonly name: "InsufficientDBInstanceCapacityFault";
|
|
496
304
|
readonly $fault: "client";
|
|
497
|
-
constructor(
|
|
498
|
-
opts: __ExceptionOptionType<
|
|
499
|
-
InsufficientDBInstanceCapacityFault,
|
|
500
|
-
__BaseException
|
|
501
|
-
>
|
|
502
|
-
);
|
|
305
|
+
constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
|
|
503
306
|
}
|
|
504
307
|
export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
|
|
505
308
|
readonly name: "InsufficientStorageClusterCapacityFault";
|
|
506
309
|
readonly $fault: "client";
|
|
507
310
|
constructor(
|
|
508
|
-
opts: __ExceptionOptionType<
|
|
509
|
-
InsufficientStorageClusterCapacityFault,
|
|
510
|
-
__BaseException
|
|
511
|
-
>
|
|
311
|
+
opts: __ExceptionOptionType<InsufficientStorageClusterCapacityFault, __BaseException>,
|
|
512
312
|
);
|
|
513
313
|
}
|
|
514
314
|
export declare class InvalidDBSubnetGroupFault extends __BaseException {
|
|
515
315
|
readonly name: "InvalidDBSubnetGroupFault";
|
|
516
316
|
readonly $fault: "client";
|
|
517
|
-
constructor(
|
|
518
|
-
opts: __ExceptionOptionType<InvalidDBSubnetGroupFault, __BaseException>
|
|
519
|
-
);
|
|
317
|
+
constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupFault, __BaseException>);
|
|
520
318
|
}
|
|
521
319
|
export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
|
|
522
320
|
readonly name: "InvalidDBSubnetGroupStateFault";
|
|
523
321
|
readonly $fault: "client";
|
|
524
|
-
constructor(
|
|
525
|
-
opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>
|
|
526
|
-
);
|
|
322
|
+
constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>);
|
|
527
323
|
}
|
|
528
324
|
export declare class InvalidGlobalClusterStateFault extends __BaseException {
|
|
529
325
|
readonly name: "InvalidGlobalClusterStateFault";
|
|
530
326
|
readonly $fault: "client";
|
|
531
|
-
constructor(
|
|
532
|
-
opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>
|
|
533
|
-
);
|
|
327
|
+
constructor(opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>);
|
|
534
328
|
}
|
|
535
329
|
export declare class InvalidSubnet extends __BaseException {
|
|
536
330
|
readonly name: "InvalidSubnet";
|
|
@@ -540,559 +334,337 @@ export declare class InvalidSubnet extends __BaseException {
|
|
|
540
334
|
export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
541
335
|
readonly name: "InvalidVPCNetworkStateFault";
|
|
542
336
|
readonly $fault: "client";
|
|
543
|
-
constructor(
|
|
544
|
-
opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
|
|
545
|
-
);
|
|
337
|
+
constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
|
|
546
338
|
}
|
|
547
339
|
export declare class NetworkTypeNotSupported extends __BaseException {
|
|
548
340
|
readonly name: "NetworkTypeNotSupported";
|
|
549
341
|
readonly $fault: "client";
|
|
550
|
-
constructor(
|
|
551
|
-
opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>
|
|
552
|
-
);
|
|
342
|
+
constructor(opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>);
|
|
553
343
|
}
|
|
554
344
|
export declare class StorageTypeNotSupportedFault extends __BaseException {
|
|
555
345
|
readonly name: "StorageTypeNotSupportedFault";
|
|
556
346
|
readonly $fault: "client";
|
|
557
|
-
constructor(
|
|
558
|
-
opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>
|
|
559
|
-
);
|
|
347
|
+
constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
|
|
560
348
|
}
|
|
561
349
|
export declare class VpcEncryptionControlViolationException extends __BaseException {
|
|
562
350
|
readonly name: "VpcEncryptionControlViolationException";
|
|
563
351
|
readonly $fault: "client";
|
|
564
|
-
constructor(
|
|
565
|
-
opts: __ExceptionOptionType<
|
|
566
|
-
VpcEncryptionControlViolationException,
|
|
567
|
-
__BaseException
|
|
568
|
-
>
|
|
569
|
-
);
|
|
352
|
+
constructor(opts: __ExceptionOptionType<VpcEncryptionControlViolationException, __BaseException>);
|
|
570
353
|
}
|
|
571
354
|
export declare class DBClusterEndpointAlreadyExistsFault extends __BaseException {
|
|
572
355
|
readonly name: "DBClusterEndpointAlreadyExistsFault";
|
|
573
356
|
readonly $fault: "client";
|
|
574
|
-
constructor(
|
|
575
|
-
opts: __ExceptionOptionType<
|
|
576
|
-
DBClusterEndpointAlreadyExistsFault,
|
|
577
|
-
__BaseException
|
|
578
|
-
>
|
|
579
|
-
);
|
|
357
|
+
constructor(opts: __ExceptionOptionType<DBClusterEndpointAlreadyExistsFault, __BaseException>);
|
|
580
358
|
}
|
|
581
359
|
export declare class DBClusterEndpointQuotaExceededFault extends __BaseException {
|
|
582
360
|
readonly name: "DBClusterEndpointQuotaExceededFault";
|
|
583
361
|
readonly $fault: "client";
|
|
584
|
-
constructor(
|
|
585
|
-
opts: __ExceptionOptionType<
|
|
586
|
-
DBClusterEndpointQuotaExceededFault,
|
|
587
|
-
__BaseException
|
|
588
|
-
>
|
|
589
|
-
);
|
|
362
|
+
constructor(opts: __ExceptionOptionType<DBClusterEndpointQuotaExceededFault, __BaseException>);
|
|
590
363
|
}
|
|
591
364
|
export declare class AuthorizationNotFoundFault extends __BaseException {
|
|
592
365
|
readonly name: "AuthorizationNotFoundFault";
|
|
593
366
|
readonly $fault: "client";
|
|
594
|
-
constructor(
|
|
595
|
-
opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>
|
|
596
|
-
);
|
|
367
|
+
constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
|
|
597
368
|
}
|
|
598
369
|
export declare class BackupPolicyNotFoundFault extends __BaseException {
|
|
599
370
|
readonly name: "BackupPolicyNotFoundFault";
|
|
600
371
|
readonly $fault: "client";
|
|
601
|
-
constructor(
|
|
602
|
-
opts: __ExceptionOptionType<BackupPolicyNotFoundFault, __BaseException>
|
|
603
|
-
);
|
|
372
|
+
constructor(opts: __ExceptionOptionType<BackupPolicyNotFoundFault, __BaseException>);
|
|
604
373
|
}
|
|
605
374
|
export declare class CertificateNotFoundFault extends __BaseException {
|
|
606
375
|
readonly name: "CertificateNotFoundFault";
|
|
607
376
|
readonly $fault: "client";
|
|
608
|
-
constructor(
|
|
609
|
-
opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>
|
|
610
|
-
);
|
|
377
|
+
constructor(opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>);
|
|
611
378
|
}
|
|
612
379
|
export declare class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
613
380
|
readonly name: "DBInstanceAlreadyExistsFault";
|
|
614
381
|
readonly $fault: "client";
|
|
615
|
-
constructor(
|
|
616
|
-
opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>
|
|
617
|
-
);
|
|
382
|
+
constructor(opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>);
|
|
618
383
|
}
|
|
619
384
|
export declare class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
|
|
620
385
|
readonly name: "ProvisionedIopsNotAvailableInAZFault";
|
|
621
386
|
readonly $fault: "client";
|
|
622
|
-
constructor(
|
|
623
|
-
opts: __ExceptionOptionType<
|
|
624
|
-
ProvisionedIopsNotAvailableInAZFault,
|
|
625
|
-
__BaseException
|
|
626
|
-
>
|
|
627
|
-
);
|
|
387
|
+
constructor(opts: __ExceptionOptionType<ProvisionedIopsNotAvailableInAZFault, __BaseException>);
|
|
628
388
|
}
|
|
629
389
|
export declare class TenantDatabaseQuotaExceededFault extends __BaseException {
|
|
630
390
|
readonly name: "TenantDatabaseQuotaExceededFault";
|
|
631
391
|
readonly $fault: "client";
|
|
632
|
-
constructor(
|
|
633
|
-
opts: __ExceptionOptionType<
|
|
634
|
-
TenantDatabaseQuotaExceededFault,
|
|
635
|
-
__BaseException
|
|
636
|
-
>
|
|
637
|
-
);
|
|
392
|
+
constructor(opts: __ExceptionOptionType<TenantDatabaseQuotaExceededFault, __BaseException>);
|
|
638
393
|
}
|
|
639
394
|
export declare class DBSubnetGroupNotAllowedFault extends __BaseException {
|
|
640
395
|
readonly name: "DBSubnetGroupNotAllowedFault";
|
|
641
396
|
readonly $fault: "client";
|
|
642
|
-
constructor(
|
|
643
|
-
opts: __ExceptionOptionType<DBSubnetGroupNotAllowedFault, __BaseException>
|
|
644
|
-
);
|
|
397
|
+
constructor(opts: __ExceptionOptionType<DBSubnetGroupNotAllowedFault, __BaseException>);
|
|
645
398
|
}
|
|
646
399
|
export declare class DBProxyAlreadyExistsFault extends __BaseException {
|
|
647
400
|
readonly name: "DBProxyAlreadyExistsFault";
|
|
648
401
|
readonly $fault: "client";
|
|
649
|
-
constructor(
|
|
650
|
-
opts: __ExceptionOptionType<DBProxyAlreadyExistsFault, __BaseException>
|
|
651
|
-
);
|
|
402
|
+
constructor(opts: __ExceptionOptionType<DBProxyAlreadyExistsFault, __BaseException>);
|
|
652
403
|
}
|
|
653
404
|
export declare class DBProxyQuotaExceededFault extends __BaseException {
|
|
654
405
|
readonly name: "DBProxyQuotaExceededFault";
|
|
655
406
|
readonly $fault: "client";
|
|
656
|
-
constructor(
|
|
657
|
-
opts: __ExceptionOptionType<DBProxyQuotaExceededFault, __BaseException>
|
|
658
|
-
);
|
|
407
|
+
constructor(opts: __ExceptionOptionType<DBProxyQuotaExceededFault, __BaseException>);
|
|
659
408
|
}
|
|
660
409
|
export declare class DBProxyEndpointAlreadyExistsFault extends __BaseException {
|
|
661
410
|
readonly name: "DBProxyEndpointAlreadyExistsFault";
|
|
662
411
|
readonly $fault: "client";
|
|
663
|
-
constructor(
|
|
664
|
-
opts: __ExceptionOptionType<
|
|
665
|
-
DBProxyEndpointAlreadyExistsFault,
|
|
666
|
-
__BaseException
|
|
667
|
-
>
|
|
668
|
-
);
|
|
412
|
+
constructor(opts: __ExceptionOptionType<DBProxyEndpointAlreadyExistsFault, __BaseException>);
|
|
669
413
|
}
|
|
670
414
|
export declare class DBProxyEndpointQuotaExceededFault extends __BaseException {
|
|
671
415
|
readonly name: "DBProxyEndpointQuotaExceededFault";
|
|
672
416
|
readonly $fault: "client";
|
|
673
|
-
constructor(
|
|
674
|
-
opts: __ExceptionOptionType<
|
|
675
|
-
DBProxyEndpointQuotaExceededFault,
|
|
676
|
-
__BaseException
|
|
677
|
-
>
|
|
678
|
-
);
|
|
417
|
+
constructor(opts: __ExceptionOptionType<DBProxyEndpointQuotaExceededFault, __BaseException>);
|
|
679
418
|
}
|
|
680
419
|
export declare class InvalidDBProxyStateFault extends __BaseException {
|
|
681
420
|
readonly name: "InvalidDBProxyStateFault";
|
|
682
421
|
readonly $fault: "client";
|
|
683
|
-
constructor(
|
|
684
|
-
opts: __ExceptionOptionType<InvalidDBProxyStateFault, __BaseException>
|
|
685
|
-
);
|
|
422
|
+
constructor(opts: __ExceptionOptionType<InvalidDBProxyStateFault, __BaseException>);
|
|
686
423
|
}
|
|
687
424
|
export declare class DBSecurityGroupAlreadyExistsFault extends __BaseException {
|
|
688
425
|
readonly name: "DBSecurityGroupAlreadyExistsFault";
|
|
689
426
|
readonly $fault: "client";
|
|
690
|
-
constructor(
|
|
691
|
-
opts: __ExceptionOptionType<
|
|
692
|
-
DBSecurityGroupAlreadyExistsFault,
|
|
693
|
-
__BaseException
|
|
694
|
-
>
|
|
695
|
-
);
|
|
427
|
+
constructor(opts: __ExceptionOptionType<DBSecurityGroupAlreadyExistsFault, __BaseException>);
|
|
696
428
|
}
|
|
697
429
|
export declare class DBSecurityGroupNotSupportedFault extends __BaseException {
|
|
698
430
|
readonly name: "DBSecurityGroupNotSupportedFault";
|
|
699
431
|
readonly $fault: "client";
|
|
700
|
-
constructor(
|
|
701
|
-
opts: __ExceptionOptionType<
|
|
702
|
-
DBSecurityGroupNotSupportedFault,
|
|
703
|
-
__BaseException
|
|
704
|
-
>
|
|
705
|
-
);
|
|
432
|
+
constructor(opts: __ExceptionOptionType<DBSecurityGroupNotSupportedFault, __BaseException>);
|
|
706
433
|
}
|
|
707
434
|
export declare class DBSecurityGroupQuotaExceededFault extends __BaseException {
|
|
708
435
|
readonly name: "DBSecurityGroupQuotaExceededFault";
|
|
709
436
|
readonly $fault: "client";
|
|
710
|
-
constructor(
|
|
711
|
-
opts: __ExceptionOptionType<
|
|
712
|
-
DBSecurityGroupQuotaExceededFault,
|
|
713
|
-
__BaseException
|
|
714
|
-
>
|
|
715
|
-
);
|
|
437
|
+
constructor(opts: __ExceptionOptionType<DBSecurityGroupQuotaExceededFault, __BaseException>);
|
|
716
438
|
}
|
|
717
439
|
export declare class DBShardGroupAlreadyExistsFault extends __BaseException {
|
|
718
440
|
readonly name: "DBShardGroupAlreadyExistsFault";
|
|
719
441
|
readonly $fault: "client";
|
|
720
|
-
constructor(
|
|
721
|
-
opts: __ExceptionOptionType<DBShardGroupAlreadyExistsFault, __BaseException>
|
|
722
|
-
);
|
|
442
|
+
constructor(opts: __ExceptionOptionType<DBShardGroupAlreadyExistsFault, __BaseException>);
|
|
723
443
|
}
|
|
724
444
|
export declare class MaxDBShardGroupLimitReached extends __BaseException {
|
|
725
445
|
readonly name: "MaxDBShardGroupLimitReached";
|
|
726
446
|
readonly $fault: "client";
|
|
727
|
-
constructor(
|
|
728
|
-
opts: __ExceptionOptionType<MaxDBShardGroupLimitReached, __BaseException>
|
|
729
|
-
);
|
|
447
|
+
constructor(opts: __ExceptionOptionType<MaxDBShardGroupLimitReached, __BaseException>);
|
|
730
448
|
}
|
|
731
449
|
export declare class UnsupportedDBEngineVersionFault extends __BaseException {
|
|
732
450
|
readonly name: "UnsupportedDBEngineVersionFault";
|
|
733
451
|
readonly $fault: "client";
|
|
734
|
-
constructor(
|
|
735
|
-
opts: __ExceptionOptionType<
|
|
736
|
-
UnsupportedDBEngineVersionFault,
|
|
737
|
-
__BaseException
|
|
738
|
-
>
|
|
739
|
-
);
|
|
452
|
+
constructor(opts: __ExceptionOptionType<UnsupportedDBEngineVersionFault, __BaseException>);
|
|
740
453
|
}
|
|
741
454
|
export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
742
455
|
readonly name: "DBSubnetGroupAlreadyExistsFault";
|
|
743
456
|
readonly $fault: "client";
|
|
744
|
-
constructor(
|
|
745
|
-
opts: __ExceptionOptionType<
|
|
746
|
-
DBSubnetGroupAlreadyExistsFault,
|
|
747
|
-
__BaseException
|
|
748
|
-
>
|
|
749
|
-
);
|
|
457
|
+
constructor(opts: __ExceptionOptionType<DBSubnetGroupAlreadyExistsFault, __BaseException>);
|
|
750
458
|
}
|
|
751
459
|
export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
752
460
|
readonly name: "DBSubnetGroupQuotaExceededFault";
|
|
753
461
|
readonly $fault: "client";
|
|
754
|
-
constructor(
|
|
755
|
-
opts: __ExceptionOptionType<
|
|
756
|
-
DBSubnetGroupQuotaExceededFault,
|
|
757
|
-
__BaseException
|
|
758
|
-
>
|
|
759
|
-
);
|
|
462
|
+
constructor(opts: __ExceptionOptionType<DBSubnetGroupQuotaExceededFault, __BaseException>);
|
|
760
463
|
}
|
|
761
464
|
export declare class DBSubnetQuotaExceededFault extends __BaseException {
|
|
762
465
|
readonly name: "DBSubnetQuotaExceededFault";
|
|
763
466
|
readonly $fault: "client";
|
|
764
|
-
constructor(
|
|
765
|
-
opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>
|
|
766
|
-
);
|
|
467
|
+
constructor(opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>);
|
|
767
468
|
}
|
|
768
469
|
export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
|
|
769
470
|
readonly name: "EventSubscriptionQuotaExceededFault";
|
|
770
471
|
readonly $fault: "client";
|
|
771
|
-
constructor(
|
|
772
|
-
opts: __ExceptionOptionType<
|
|
773
|
-
EventSubscriptionQuotaExceededFault,
|
|
774
|
-
__BaseException
|
|
775
|
-
>
|
|
776
|
-
);
|
|
472
|
+
constructor(opts: __ExceptionOptionType<EventSubscriptionQuotaExceededFault, __BaseException>);
|
|
777
473
|
}
|
|
778
474
|
export declare class SNSInvalidTopicFault extends __BaseException {
|
|
779
475
|
readonly name: "SNSInvalidTopicFault";
|
|
780
476
|
readonly $fault: "client";
|
|
781
|
-
constructor(
|
|
782
|
-
opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>
|
|
783
|
-
);
|
|
477
|
+
constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
|
|
784
478
|
}
|
|
785
479
|
export declare class SNSNoAuthorizationFault extends __BaseException {
|
|
786
480
|
readonly name: "SNSNoAuthorizationFault";
|
|
787
481
|
readonly $fault: "client";
|
|
788
|
-
constructor(
|
|
789
|
-
opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>
|
|
790
|
-
);
|
|
482
|
+
constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
|
|
791
483
|
}
|
|
792
484
|
export declare class SNSTopicArnNotFoundFault extends __BaseException {
|
|
793
485
|
readonly name: "SNSTopicArnNotFoundFault";
|
|
794
486
|
readonly $fault: "client";
|
|
795
|
-
constructor(
|
|
796
|
-
opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>
|
|
797
|
-
);
|
|
487
|
+
constructor(opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>);
|
|
798
488
|
}
|
|
799
489
|
export declare class SubscriptionAlreadyExistFault extends __BaseException {
|
|
800
490
|
readonly name: "SubscriptionAlreadyExistFault";
|
|
801
491
|
readonly $fault: "client";
|
|
802
|
-
constructor(
|
|
803
|
-
opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>
|
|
804
|
-
);
|
|
492
|
+
constructor(opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>);
|
|
805
493
|
}
|
|
806
494
|
export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
807
495
|
readonly name: "SubscriptionCategoryNotFoundFault";
|
|
808
496
|
readonly $fault: "client";
|
|
809
|
-
constructor(
|
|
810
|
-
opts: __ExceptionOptionType<
|
|
811
|
-
SubscriptionCategoryNotFoundFault,
|
|
812
|
-
__BaseException
|
|
813
|
-
>
|
|
814
|
-
);
|
|
497
|
+
constructor(opts: __ExceptionOptionType<SubscriptionCategoryNotFoundFault, __BaseException>);
|
|
815
498
|
}
|
|
816
499
|
export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
|
|
817
500
|
readonly name: "GlobalClusterAlreadyExistsFault";
|
|
818
501
|
readonly $fault: "client";
|
|
819
|
-
constructor(
|
|
820
|
-
opts: __ExceptionOptionType<
|
|
821
|
-
GlobalClusterAlreadyExistsFault,
|
|
822
|
-
__BaseException
|
|
823
|
-
>
|
|
824
|
-
);
|
|
502
|
+
constructor(opts: __ExceptionOptionType<GlobalClusterAlreadyExistsFault, __BaseException>);
|
|
825
503
|
}
|
|
826
504
|
export declare class GlobalClusterQuotaExceededFault extends __BaseException {
|
|
827
505
|
readonly name: "GlobalClusterQuotaExceededFault";
|
|
828
506
|
readonly $fault: "client";
|
|
829
|
-
constructor(
|
|
830
|
-
opts: __ExceptionOptionType<
|
|
831
|
-
GlobalClusterQuotaExceededFault,
|
|
832
|
-
__BaseException
|
|
833
|
-
>
|
|
834
|
-
);
|
|
507
|
+
constructor(opts: __ExceptionOptionType<GlobalClusterQuotaExceededFault, __BaseException>);
|
|
835
508
|
}
|
|
836
509
|
export declare class InvalidDBShardGroupStateFault extends __BaseException {
|
|
837
510
|
readonly name: "InvalidDBShardGroupStateFault";
|
|
838
511
|
readonly $fault: "client";
|
|
839
|
-
constructor(
|
|
840
|
-
opts: __ExceptionOptionType<InvalidDBShardGroupStateFault, __BaseException>
|
|
841
|
-
);
|
|
512
|
+
constructor(opts: __ExceptionOptionType<InvalidDBShardGroupStateFault, __BaseException>);
|
|
842
513
|
}
|
|
843
514
|
export declare class IntegrationAlreadyExistsFault extends __BaseException {
|
|
844
515
|
readonly name: "IntegrationAlreadyExistsFault";
|
|
845
516
|
readonly $fault: "client";
|
|
846
|
-
constructor(
|
|
847
|
-
opts: __ExceptionOptionType<IntegrationAlreadyExistsFault, __BaseException>
|
|
848
|
-
);
|
|
517
|
+
constructor(opts: __ExceptionOptionType<IntegrationAlreadyExistsFault, __BaseException>);
|
|
849
518
|
}
|
|
850
519
|
export declare class IntegrationConflictOperationFault extends __BaseException {
|
|
851
520
|
readonly name: "IntegrationConflictOperationFault";
|
|
852
521
|
readonly $fault: "client";
|
|
853
|
-
constructor(
|
|
854
|
-
opts: __ExceptionOptionType<
|
|
855
|
-
IntegrationConflictOperationFault,
|
|
856
|
-
__BaseException
|
|
857
|
-
>
|
|
858
|
-
);
|
|
522
|
+
constructor(opts: __ExceptionOptionType<IntegrationConflictOperationFault, __BaseException>);
|
|
859
523
|
}
|
|
860
524
|
export declare class IntegrationQuotaExceededFault extends __BaseException {
|
|
861
525
|
readonly name: "IntegrationQuotaExceededFault";
|
|
862
526
|
readonly $fault: "client";
|
|
863
|
-
constructor(
|
|
864
|
-
opts: __ExceptionOptionType<IntegrationQuotaExceededFault, __BaseException>
|
|
865
|
-
);
|
|
527
|
+
constructor(opts: __ExceptionOptionType<IntegrationQuotaExceededFault, __BaseException>);
|
|
866
528
|
}
|
|
867
529
|
export declare class TenantDatabaseAlreadyExistsFault extends __BaseException {
|
|
868
530
|
readonly name: "TenantDatabaseAlreadyExistsFault";
|
|
869
531
|
readonly $fault: "client";
|
|
870
|
-
constructor(
|
|
871
|
-
opts: __ExceptionOptionType<
|
|
872
|
-
TenantDatabaseAlreadyExistsFault,
|
|
873
|
-
__BaseException
|
|
874
|
-
>
|
|
875
|
-
);
|
|
532
|
+
constructor(opts: __ExceptionOptionType<TenantDatabaseAlreadyExistsFault, __BaseException>);
|
|
876
533
|
}
|
|
877
534
|
export declare class InvalidBlueGreenDeploymentStateFault extends __BaseException {
|
|
878
535
|
readonly name: "InvalidBlueGreenDeploymentStateFault";
|
|
879
536
|
readonly $fault: "client";
|
|
880
|
-
constructor(
|
|
881
|
-
opts: __ExceptionOptionType<
|
|
882
|
-
InvalidBlueGreenDeploymentStateFault,
|
|
883
|
-
__BaseException
|
|
884
|
-
>
|
|
885
|
-
);
|
|
537
|
+
constructor(opts: __ExceptionOptionType<InvalidBlueGreenDeploymentStateFault, __BaseException>);
|
|
886
538
|
}
|
|
887
539
|
export declare class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException {
|
|
888
540
|
readonly name: "DBClusterAutomatedBackupQuotaExceededFault";
|
|
889
541
|
readonly $fault: "client";
|
|
890
542
|
constructor(
|
|
891
|
-
opts: __ExceptionOptionType<
|
|
892
|
-
DBClusterAutomatedBackupQuotaExceededFault,
|
|
893
|
-
__BaseException
|
|
894
|
-
>
|
|
543
|
+
opts: __ExceptionOptionType<DBClusterAutomatedBackupQuotaExceededFault, __BaseException>,
|
|
895
544
|
);
|
|
896
545
|
}
|
|
897
546
|
export declare class DBClusterAutomatedBackupNotFoundFault extends __BaseException {
|
|
898
547
|
readonly name: "DBClusterAutomatedBackupNotFoundFault";
|
|
899
548
|
readonly $fault: "client";
|
|
900
|
-
constructor(
|
|
901
|
-
opts: __ExceptionOptionType<
|
|
902
|
-
DBClusterAutomatedBackupNotFoundFault,
|
|
903
|
-
__BaseException
|
|
904
|
-
>
|
|
905
|
-
);
|
|
549
|
+
constructor(opts: __ExceptionOptionType<DBClusterAutomatedBackupNotFoundFault, __BaseException>);
|
|
906
550
|
}
|
|
907
551
|
export declare class InvalidDBClusterAutomatedBackupStateFault extends __BaseException {
|
|
908
552
|
readonly name: "InvalidDBClusterAutomatedBackupStateFault";
|
|
909
553
|
readonly $fault: "client";
|
|
910
554
|
constructor(
|
|
911
|
-
opts: __ExceptionOptionType<
|
|
912
|
-
InvalidDBClusterAutomatedBackupStateFault,
|
|
913
|
-
__BaseException
|
|
914
|
-
>
|
|
555
|
+
opts: __ExceptionOptionType<InvalidDBClusterAutomatedBackupStateFault, __BaseException>,
|
|
915
556
|
);
|
|
916
557
|
}
|
|
917
558
|
export declare class DBClusterEndpointNotFoundFault extends __BaseException {
|
|
918
559
|
readonly name: "DBClusterEndpointNotFoundFault";
|
|
919
560
|
readonly $fault: "client";
|
|
920
|
-
constructor(
|
|
921
|
-
opts: __ExceptionOptionType<DBClusterEndpointNotFoundFault, __BaseException>
|
|
922
|
-
);
|
|
561
|
+
constructor(opts: __ExceptionOptionType<DBClusterEndpointNotFoundFault, __BaseException>);
|
|
923
562
|
}
|
|
924
563
|
export declare class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
925
564
|
readonly name: "InvalidDBParameterGroupStateFault";
|
|
926
565
|
readonly $fault: "client";
|
|
927
|
-
constructor(
|
|
928
|
-
opts: __ExceptionOptionType<
|
|
929
|
-
InvalidDBParameterGroupStateFault,
|
|
930
|
-
__BaseException
|
|
931
|
-
>
|
|
932
|
-
);
|
|
566
|
+
constructor(opts: __ExceptionOptionType<InvalidDBParameterGroupStateFault, __BaseException>);
|
|
933
567
|
}
|
|
934
568
|
export declare class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
|
|
935
569
|
readonly name: "DBInstanceAutomatedBackupQuotaExceededFault";
|
|
936
570
|
readonly $fault: "client";
|
|
937
571
|
constructor(
|
|
938
|
-
opts: __ExceptionOptionType<
|
|
939
|
-
DBInstanceAutomatedBackupQuotaExceededFault,
|
|
940
|
-
__BaseException
|
|
941
|
-
>
|
|
572
|
+
opts: __ExceptionOptionType<DBInstanceAutomatedBackupQuotaExceededFault, __BaseException>,
|
|
942
573
|
);
|
|
943
574
|
}
|
|
944
575
|
export declare class DBInstanceAutomatedBackupNotFoundFault extends __BaseException {
|
|
945
576
|
readonly name: "DBInstanceAutomatedBackupNotFoundFault";
|
|
946
577
|
readonly $fault: "client";
|
|
947
|
-
constructor(
|
|
948
|
-
opts: __ExceptionOptionType<
|
|
949
|
-
DBInstanceAutomatedBackupNotFoundFault,
|
|
950
|
-
__BaseException
|
|
951
|
-
>
|
|
952
|
-
);
|
|
578
|
+
constructor(opts: __ExceptionOptionType<DBInstanceAutomatedBackupNotFoundFault, __BaseException>);
|
|
953
579
|
}
|
|
954
580
|
export declare class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
|
|
955
581
|
readonly name: "InvalidDBInstanceAutomatedBackupStateFault";
|
|
956
582
|
readonly $fault: "client";
|
|
957
583
|
constructor(
|
|
958
|
-
opts: __ExceptionOptionType<
|
|
959
|
-
InvalidDBInstanceAutomatedBackupStateFault,
|
|
960
|
-
__BaseException
|
|
961
|
-
>
|
|
584
|
+
opts: __ExceptionOptionType<InvalidDBInstanceAutomatedBackupStateFault, __BaseException>,
|
|
962
585
|
);
|
|
963
586
|
}
|
|
964
587
|
export declare class InvalidDBProxyEndpointStateFault extends __BaseException {
|
|
965
588
|
readonly name: "InvalidDBProxyEndpointStateFault";
|
|
966
589
|
readonly $fault: "client";
|
|
967
|
-
constructor(
|
|
968
|
-
opts: __ExceptionOptionType<
|
|
969
|
-
InvalidDBProxyEndpointStateFault,
|
|
970
|
-
__BaseException
|
|
971
|
-
>
|
|
972
|
-
);
|
|
590
|
+
constructor(opts: __ExceptionOptionType<InvalidDBProxyEndpointStateFault, __BaseException>);
|
|
973
591
|
}
|
|
974
592
|
export declare class InvalidDBSubnetStateFault extends __BaseException {
|
|
975
593
|
readonly name: "InvalidDBSubnetStateFault";
|
|
976
594
|
readonly $fault: "client";
|
|
977
|
-
constructor(
|
|
978
|
-
opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>
|
|
979
|
-
);
|
|
595
|
+
constructor(opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>);
|
|
980
596
|
}
|
|
981
597
|
export declare class InvalidEventSubscriptionStateFault extends __BaseException {
|
|
982
598
|
readonly name: "InvalidEventSubscriptionStateFault";
|
|
983
599
|
readonly $fault: "client";
|
|
984
|
-
constructor(
|
|
985
|
-
opts: __ExceptionOptionType<
|
|
986
|
-
InvalidEventSubscriptionStateFault,
|
|
987
|
-
__BaseException
|
|
988
|
-
>
|
|
989
|
-
);
|
|
600
|
+
constructor(opts: __ExceptionOptionType<InvalidEventSubscriptionStateFault, __BaseException>);
|
|
990
601
|
}
|
|
991
602
|
export declare class InvalidIntegrationStateFault extends __BaseException {
|
|
992
603
|
readonly name: "InvalidIntegrationStateFault";
|
|
993
604
|
readonly $fault: "client";
|
|
994
|
-
constructor(
|
|
995
|
-
opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>
|
|
996
|
-
);
|
|
605
|
+
constructor(opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>);
|
|
997
606
|
}
|
|
998
607
|
export declare class InvalidOptionGroupStateFault extends __BaseException {
|
|
999
608
|
readonly name: "InvalidOptionGroupStateFault";
|
|
1000
609
|
readonly $fault: "client";
|
|
1001
|
-
constructor(
|
|
1002
|
-
opts: __ExceptionOptionType<InvalidOptionGroupStateFault, __BaseException>
|
|
1003
|
-
);
|
|
610
|
+
constructor(opts: __ExceptionOptionType<InvalidOptionGroupStateFault, __BaseException>);
|
|
1004
611
|
}
|
|
1005
612
|
export declare class DBProxyTargetNotFoundFault extends __BaseException {
|
|
1006
613
|
readonly name: "DBProxyTargetNotFoundFault";
|
|
1007
614
|
readonly $fault: "client";
|
|
1008
|
-
constructor(
|
|
1009
|
-
opts: __ExceptionOptionType<DBProxyTargetNotFoundFault, __BaseException>
|
|
1010
|
-
);
|
|
615
|
+
constructor(opts: __ExceptionOptionType<DBProxyTargetNotFoundFault, __BaseException>);
|
|
1011
616
|
}
|
|
1012
617
|
export declare class DBClusterBacktrackNotFoundFault extends __BaseException {
|
|
1013
618
|
readonly name: "DBClusterBacktrackNotFoundFault";
|
|
1014
619
|
readonly $fault: "client";
|
|
1015
|
-
constructor(
|
|
1016
|
-
opts: __ExceptionOptionType<
|
|
1017
|
-
DBClusterBacktrackNotFoundFault,
|
|
1018
|
-
__BaseException
|
|
1019
|
-
>
|
|
1020
|
-
);
|
|
620
|
+
constructor(opts: __ExceptionOptionType<DBClusterBacktrackNotFoundFault, __BaseException>);
|
|
1021
621
|
}
|
|
1022
622
|
export declare class DBInstanceNotReadyFault extends __BaseException {
|
|
1023
623
|
readonly name: "DBInstanceNotReadyFault";
|
|
1024
624
|
readonly $fault: "client";
|
|
1025
|
-
constructor(
|
|
1026
|
-
opts: __ExceptionOptionType<DBInstanceNotReadyFault, __BaseException>
|
|
1027
|
-
);
|
|
625
|
+
constructor(opts: __ExceptionOptionType<DBInstanceNotReadyFault, __BaseException>);
|
|
1028
626
|
}
|
|
1029
627
|
export declare class ReservedDBInstanceNotFoundFault extends __BaseException {
|
|
1030
628
|
readonly name: "ReservedDBInstanceNotFoundFault";
|
|
1031
629
|
readonly $fault: "client";
|
|
1032
|
-
constructor(
|
|
1033
|
-
opts: __ExceptionOptionType<
|
|
1034
|
-
ReservedDBInstanceNotFoundFault,
|
|
1035
|
-
__BaseException
|
|
1036
|
-
>
|
|
1037
|
-
);
|
|
630
|
+
constructor(opts: __ExceptionOptionType<ReservedDBInstanceNotFoundFault, __BaseException>);
|
|
1038
631
|
}
|
|
1039
632
|
export declare class ReservedDBInstancesOfferingNotFoundFault extends __BaseException {
|
|
1040
633
|
readonly name: "ReservedDBInstancesOfferingNotFoundFault";
|
|
1041
634
|
readonly $fault: "client";
|
|
1042
635
|
constructor(
|
|
1043
|
-
opts: __ExceptionOptionType<
|
|
1044
|
-
ReservedDBInstancesOfferingNotFoundFault,
|
|
1045
|
-
__BaseException
|
|
1046
|
-
>
|
|
636
|
+
opts: __ExceptionOptionType<ReservedDBInstancesOfferingNotFoundFault, __BaseException>,
|
|
1047
637
|
);
|
|
1048
638
|
}
|
|
1049
639
|
export declare class InvalidResourceStateFault extends __BaseException {
|
|
1050
640
|
readonly name: "InvalidResourceStateFault";
|
|
1051
641
|
readonly $fault: "client";
|
|
1052
|
-
constructor(
|
|
1053
|
-
opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>
|
|
1054
|
-
);
|
|
642
|
+
constructor(opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>);
|
|
1055
643
|
}
|
|
1056
644
|
export declare class DBLogFileNotFoundFault extends __BaseException {
|
|
1057
645
|
readonly name: "DBLogFileNotFoundFault";
|
|
1058
646
|
readonly $fault: "client";
|
|
1059
|
-
constructor(
|
|
1060
|
-
opts: __ExceptionOptionType<DBLogFileNotFoundFault, __BaseException>
|
|
1061
|
-
);
|
|
647
|
+
constructor(opts: __ExceptionOptionType<DBLogFileNotFoundFault, __BaseException>);
|
|
1062
648
|
}
|
|
1063
649
|
export declare class InvalidDBClusterCapacityFault extends __BaseException {
|
|
1064
650
|
readonly name: "InvalidDBClusterCapacityFault";
|
|
1065
651
|
readonly $fault: "client";
|
|
1066
|
-
constructor(
|
|
1067
|
-
opts: __ExceptionOptionType<InvalidDBClusterCapacityFault, __BaseException>
|
|
1068
|
-
);
|
|
652
|
+
constructor(opts: __ExceptionOptionType<InvalidDBClusterCapacityFault, __BaseException>);
|
|
1069
653
|
}
|
|
1070
654
|
export declare class StorageTypeNotAvailableFault extends __BaseException {
|
|
1071
655
|
readonly name: "StorageTypeNotAvailableFault";
|
|
1072
656
|
readonly $fault: "client";
|
|
1073
|
-
constructor(
|
|
1074
|
-
opts: __ExceptionOptionType<StorageTypeNotAvailableFault, __BaseException>
|
|
1075
|
-
);
|
|
657
|
+
constructor(opts: __ExceptionOptionType<StorageTypeNotAvailableFault, __BaseException>);
|
|
1076
658
|
}
|
|
1077
659
|
export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
|
|
1078
660
|
readonly name: "SharedSnapshotQuotaExceededFault";
|
|
1079
661
|
readonly $fault: "client";
|
|
1080
|
-
constructor(
|
|
1081
|
-
opts: __ExceptionOptionType<
|
|
1082
|
-
SharedSnapshotQuotaExceededFault,
|
|
1083
|
-
__BaseException
|
|
1084
|
-
>
|
|
1085
|
-
);
|
|
662
|
+
constructor(opts: __ExceptionOptionType<SharedSnapshotQuotaExceededFault, __BaseException>);
|
|
1086
663
|
}
|
|
1087
664
|
export declare class DBUpgradeDependencyFailureFault extends __BaseException {
|
|
1088
665
|
readonly name: "DBUpgradeDependencyFailureFault";
|
|
1089
666
|
readonly $fault: "client";
|
|
1090
|
-
constructor(
|
|
1091
|
-
opts: __ExceptionOptionType<
|
|
1092
|
-
DBUpgradeDependencyFailureFault,
|
|
1093
|
-
__BaseException
|
|
1094
|
-
>
|
|
1095
|
-
);
|
|
667
|
+
constructor(opts: __ExceptionOptionType<DBUpgradeDependencyFailureFault, __BaseException>);
|
|
1096
668
|
}
|
|
1097
669
|
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
1098
670
|
readonly name: "SubnetAlreadyInUse";
|
|
@@ -1102,123 +674,75 @@ export declare class SubnetAlreadyInUse extends __BaseException {
|
|
|
1102
674
|
export declare class ReservedDBInstanceAlreadyExistsFault extends __BaseException {
|
|
1103
675
|
readonly name: "ReservedDBInstanceAlreadyExistsFault";
|
|
1104
676
|
readonly $fault: "client";
|
|
1105
|
-
constructor(
|
|
1106
|
-
opts: __ExceptionOptionType<
|
|
1107
|
-
ReservedDBInstanceAlreadyExistsFault,
|
|
1108
|
-
__BaseException
|
|
1109
|
-
>
|
|
1110
|
-
);
|
|
677
|
+
constructor(opts: __ExceptionOptionType<ReservedDBInstanceAlreadyExistsFault, __BaseException>);
|
|
1111
678
|
}
|
|
1112
679
|
export declare class ReservedDBInstanceQuotaExceededFault extends __BaseException {
|
|
1113
680
|
readonly name: "ReservedDBInstanceQuotaExceededFault";
|
|
1114
681
|
readonly $fault: "client";
|
|
1115
|
-
constructor(
|
|
1116
|
-
opts: __ExceptionOptionType<
|
|
1117
|
-
ReservedDBInstanceQuotaExceededFault,
|
|
1118
|
-
__BaseException
|
|
1119
|
-
>
|
|
1120
|
-
);
|
|
682
|
+
constructor(opts: __ExceptionOptionType<ReservedDBInstanceQuotaExceededFault, __BaseException>);
|
|
1121
683
|
}
|
|
1122
684
|
export declare class DBProxyTargetAlreadyRegisteredFault extends __BaseException {
|
|
1123
685
|
readonly name: "DBProxyTargetAlreadyRegisteredFault";
|
|
1124
686
|
readonly $fault: "client";
|
|
1125
|
-
constructor(
|
|
1126
|
-
opts: __ExceptionOptionType<
|
|
1127
|
-
DBProxyTargetAlreadyRegisteredFault,
|
|
1128
|
-
__BaseException
|
|
1129
|
-
>
|
|
1130
|
-
);
|
|
687
|
+
constructor(opts: __ExceptionOptionType<DBProxyTargetAlreadyRegisteredFault, __BaseException>);
|
|
1131
688
|
}
|
|
1132
689
|
export declare class InsufficientAvailableIPsInSubnetFault extends __BaseException {
|
|
1133
690
|
readonly name: "InsufficientAvailableIPsInSubnetFault";
|
|
1134
691
|
readonly $fault: "client";
|
|
1135
|
-
constructor(
|
|
1136
|
-
opts: __ExceptionOptionType<
|
|
1137
|
-
InsufficientAvailableIPsInSubnetFault,
|
|
1138
|
-
__BaseException
|
|
1139
|
-
>
|
|
1140
|
-
);
|
|
692
|
+
constructor(opts: __ExceptionOptionType<InsufficientAvailableIPsInSubnetFault, __BaseException>);
|
|
1141
693
|
}
|
|
1142
694
|
export declare class DBClusterRoleNotFoundFault extends __BaseException {
|
|
1143
695
|
readonly name: "DBClusterRoleNotFoundFault";
|
|
1144
696
|
readonly $fault: "client";
|
|
1145
|
-
constructor(
|
|
1146
|
-
opts: __ExceptionOptionType<DBClusterRoleNotFoundFault, __BaseException>
|
|
1147
|
-
);
|
|
697
|
+
constructor(opts: __ExceptionOptionType<DBClusterRoleNotFoundFault, __BaseException>);
|
|
1148
698
|
}
|
|
1149
699
|
export declare class DBInstanceRoleNotFoundFault extends __BaseException {
|
|
1150
700
|
readonly name: "DBInstanceRoleNotFoundFault";
|
|
1151
701
|
readonly $fault: "client";
|
|
1152
|
-
constructor(
|
|
1153
|
-
opts: __ExceptionOptionType<DBInstanceRoleNotFoundFault, __BaseException>
|
|
1154
|
-
);
|
|
702
|
+
constructor(opts: __ExceptionOptionType<DBInstanceRoleNotFoundFault, __BaseException>);
|
|
1155
703
|
}
|
|
1156
704
|
export declare class InvalidS3BucketFault extends __BaseException {
|
|
1157
705
|
readonly name: "InvalidS3BucketFault";
|
|
1158
706
|
readonly $fault: "client";
|
|
1159
|
-
constructor(
|
|
1160
|
-
opts: __ExceptionOptionType<InvalidS3BucketFault, __BaseException>
|
|
1161
|
-
);
|
|
707
|
+
constructor(opts: __ExceptionOptionType<InvalidS3BucketFault, __BaseException>);
|
|
1162
708
|
}
|
|
1163
709
|
export declare class InsufficientDBClusterCapacityFault extends __BaseException {
|
|
1164
710
|
readonly name: "InsufficientDBClusterCapacityFault";
|
|
1165
711
|
readonly $fault: "client";
|
|
1166
|
-
constructor(
|
|
1167
|
-
opts: __ExceptionOptionType<
|
|
1168
|
-
InsufficientDBClusterCapacityFault,
|
|
1169
|
-
__BaseException
|
|
1170
|
-
>
|
|
1171
|
-
);
|
|
712
|
+
constructor(opts: __ExceptionOptionType<InsufficientDBClusterCapacityFault, __BaseException>);
|
|
1172
713
|
}
|
|
1173
714
|
export declare class InvalidRestoreFault extends __BaseException {
|
|
1174
715
|
readonly name: "InvalidRestoreFault";
|
|
1175
716
|
readonly $fault: "client";
|
|
1176
|
-
constructor(
|
|
1177
|
-
opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>
|
|
1178
|
-
);
|
|
717
|
+
constructor(opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>);
|
|
1179
718
|
}
|
|
1180
719
|
export declare class PointInTimeRestoreNotEnabledFault extends __BaseException {
|
|
1181
720
|
readonly name: "PointInTimeRestoreNotEnabledFault";
|
|
1182
721
|
readonly $fault: "client";
|
|
1183
|
-
constructor(
|
|
1184
|
-
opts: __ExceptionOptionType<
|
|
1185
|
-
PointInTimeRestoreNotEnabledFault,
|
|
1186
|
-
__BaseException
|
|
1187
|
-
>
|
|
1188
|
-
);
|
|
722
|
+
constructor(opts: __ExceptionOptionType<PointInTimeRestoreNotEnabledFault, __BaseException>);
|
|
1189
723
|
}
|
|
1190
724
|
export declare class ExportTaskAlreadyExistsFault extends __BaseException {
|
|
1191
725
|
readonly name: "ExportTaskAlreadyExistsFault";
|
|
1192
726
|
readonly $fault: "client";
|
|
1193
|
-
constructor(
|
|
1194
|
-
opts: __ExceptionOptionType<ExportTaskAlreadyExistsFault, __BaseException>
|
|
1195
|
-
);
|
|
727
|
+
constructor(opts: __ExceptionOptionType<ExportTaskAlreadyExistsFault, __BaseException>);
|
|
1196
728
|
}
|
|
1197
729
|
export declare class IamRoleMissingPermissionsFault extends __BaseException {
|
|
1198
730
|
readonly name: "IamRoleMissingPermissionsFault";
|
|
1199
731
|
readonly $fault: "client";
|
|
1200
|
-
constructor(
|
|
1201
|
-
opts: __ExceptionOptionType<IamRoleMissingPermissionsFault, __BaseException>
|
|
1202
|
-
);
|
|
732
|
+
constructor(opts: __ExceptionOptionType<IamRoleMissingPermissionsFault, __BaseException>);
|
|
1203
733
|
}
|
|
1204
734
|
export declare class IamRoleNotFoundFault extends __BaseException {
|
|
1205
735
|
readonly name: "IamRoleNotFoundFault";
|
|
1206
736
|
readonly $fault: "client";
|
|
1207
|
-
constructor(
|
|
1208
|
-
opts: __ExceptionOptionType<IamRoleNotFoundFault, __BaseException>
|
|
1209
|
-
);
|
|
737
|
+
constructor(opts: __ExceptionOptionType<IamRoleNotFoundFault, __BaseException>);
|
|
1210
738
|
}
|
|
1211
739
|
export declare class InvalidExportOnlyFault extends __BaseException {
|
|
1212
740
|
readonly name: "InvalidExportOnlyFault";
|
|
1213
741
|
readonly $fault: "client";
|
|
1214
|
-
constructor(
|
|
1215
|
-
opts: __ExceptionOptionType<InvalidExportOnlyFault, __BaseException>
|
|
1216
|
-
);
|
|
742
|
+
constructor(opts: __ExceptionOptionType<InvalidExportOnlyFault, __BaseException>);
|
|
1217
743
|
}
|
|
1218
744
|
export declare class InvalidExportSourceStateFault extends __BaseException {
|
|
1219
745
|
readonly name: "InvalidExportSourceStateFault";
|
|
1220
746
|
readonly $fault: "client";
|
|
1221
|
-
constructor(
|
|
1222
|
-
opts: __ExceptionOptionType<InvalidExportSourceStateFault, __BaseException>
|
|
1223
|
-
);
|
|
747
|
+
constructor(opts: __ExceptionOptionType<InvalidExportSourceStateFault, __BaseException>);
|
|
1224
748
|
}
|