@effect-aws/client-rds 1.10.3 → 1.10.7
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/Errors.d.ts +3 -2
- package/dist/cjs/Errors.d.ts.map +1 -1
- package/dist/cjs/Errors.js +1 -0
- package/dist/cjs/Errors.js.map +1 -1
- package/dist/cjs/RDSService.d.ts +34 -30
- package/dist/cjs/RDSService.d.ts.map +1 -1
- package/dist/cjs/RDSService.js +1 -0
- package/dist/cjs/RDSService.js.map +1 -1
- package/dist/dts/Errors.d.ts +3 -2
- package/dist/dts/Errors.d.ts.map +1 -1
- package/dist/dts/RDSService.d.ts +34 -30
- package/dist/dts/RDSService.d.ts.map +1 -1
- package/dist/esm/Errors.js +1 -0
- package/dist/esm/Errors.js.map +1 -1
- package/dist/esm/RDSService.js +2 -1
- package/dist/esm/RDSService.js.map +1 -1
- package/package.json +1 -1
- package/src/Errors.ts +3 -0
- package/src/RDSService.ts +77 -2
package/dist/esm/RDSService.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
|
-
import { AddRoleToDBClusterCommand, AddRoleToDBInstanceCommand, AddSourceIdentifierToSubscriptionCommand, AddTagsToResourceCommand, ApplyPendingMaintenanceActionCommand, AuthorizeDBSecurityGroupIngressCommand, BacktrackDBClusterCommand, CancelExportTaskCommand, CopyDBClusterParameterGroupCommand, CopyDBClusterSnapshotCommand, CopyDBParameterGroupCommand, CopyDBSnapshotCommand, CopyOptionGroupCommand, CreateBlueGreenDeploymentCommand, CreateCustomDBEngineVersionCommand, CreateDBClusterCommand, CreateDBClusterEndpointCommand, CreateDBClusterParameterGroupCommand, CreateDBClusterSnapshotCommand, CreateDBInstanceCommand, CreateDBInstanceReadReplicaCommand, CreateDBParameterGroupCommand, CreateDBProxyCommand, CreateDBProxyEndpointCommand, CreateDBSecurityGroupCommand, CreateDBShardGroupCommand, CreateDBSnapshotCommand, CreateDBSubnetGroupCommand, CreateEventSubscriptionCommand, CreateGlobalClusterCommand, CreateIntegrationCommand, CreateOptionGroupCommand, CreateTenantDatabaseCommand, DeleteBlueGreenDeploymentCommand, DeleteCustomDBEngineVersionCommand, DeleteDBClusterAutomatedBackupCommand, DeleteDBClusterCommand, DeleteDBClusterEndpointCommand, DeleteDBClusterParameterGroupCommand, DeleteDBClusterSnapshotCommand, DeleteDBInstanceAutomatedBackupCommand, DeleteDBInstanceCommand, DeleteDBParameterGroupCommand, DeleteDBProxyCommand, DeleteDBProxyEndpointCommand, DeleteDBSecurityGroupCommand, DeleteDBShardGroupCommand, DeleteDBSnapshotCommand, DeleteDBSubnetGroupCommand, DeleteEventSubscriptionCommand, DeleteGlobalClusterCommand, DeleteIntegrationCommand, DeleteOptionGroupCommand, DeleteTenantDatabaseCommand, DeregisterDBProxyTargetsCommand, DescribeAccountAttributesCommand, DescribeBlueGreenDeploymentsCommand, DescribeCertificatesCommand, DescribeDBClusterAutomatedBackupsCommand, DescribeDBClusterBacktracksCommand, DescribeDBClusterEndpointsCommand, DescribeDBClusterParameterGroupsCommand, DescribeDBClusterParametersCommand, DescribeDBClustersCommand, DescribeDBClusterSnapshotAttributesCommand, DescribeDBClusterSnapshotsCommand, DescribeDBEngineVersionsCommand, DescribeDBInstanceAutomatedBackupsCommand, DescribeDBInstancesCommand, DescribeDBLogFilesCommand, DescribeDBParameterGroupsCommand, DescribeDBParametersCommand, DescribeDBProxiesCommand, DescribeDBProxyEndpointsCommand, DescribeDBProxyTargetGroupsCommand, DescribeDBProxyTargetsCommand, DescribeDBRecommendationsCommand, DescribeDBSecurityGroupsCommand, DescribeDBShardGroupsCommand, DescribeDBSnapshotAttributesCommand, DescribeDBSnapshotsCommand, DescribeDBSnapshotTenantDatabasesCommand, DescribeDBSubnetGroupsCommand, DescribeEngineDefaultClusterParametersCommand, DescribeEngineDefaultParametersCommand, DescribeEventCategoriesCommand, DescribeEventsCommand, DescribeEventSubscriptionsCommand, DescribeExportTasksCommand, DescribeGlobalClustersCommand, DescribeIntegrationsCommand, DescribeOptionGroupOptionsCommand, DescribeOptionGroupsCommand, DescribeOrderableDBInstanceOptionsCommand, DescribePendingMaintenanceActionsCommand, DescribeReservedDBInstancesCommand, DescribeReservedDBInstancesOfferingsCommand, DescribeSourceRegionsCommand, DescribeTenantDatabasesCommand, DescribeValidDBInstanceModificationsCommand, DisableHttpEndpointCommand, DownloadDBLogFilePortionCommand, EnableHttpEndpointCommand, FailoverDBClusterCommand, FailoverGlobalClusterCommand, ListTagsForResourceCommand, ModifyActivityStreamCommand, ModifyCertificatesCommand, ModifyCurrentDBClusterCapacityCommand, ModifyCustomDBEngineVersionCommand, ModifyDBClusterCommand, ModifyDBClusterEndpointCommand, ModifyDBClusterParameterGroupCommand, ModifyDBClusterSnapshotAttributeCommand, ModifyDBInstanceCommand, ModifyDBParameterGroupCommand, ModifyDBProxyCommand, ModifyDBProxyEndpointCommand, ModifyDBProxyTargetGroupCommand, ModifyDBRecommendationCommand, ModifyDBShardGroupCommand, ModifyDBSnapshotAttributeCommand, ModifyDBSnapshotCommand, ModifyDBSubnetGroupCommand, ModifyEventSubscriptionCommand, ModifyGlobalClusterCommand, ModifyIntegrationCommand, ModifyOptionGroupCommand, ModifyTenantDatabaseCommand, PromoteReadReplicaCommand, PromoteReadReplicaDBClusterCommand, PurchaseReservedDBInstancesOfferingCommand, RebootDBClusterCommand, RebootDBInstanceCommand, RebootDBShardGroupCommand, RegisterDBProxyTargetsCommand, RemoveFromGlobalClusterCommand, RemoveRoleFromDBClusterCommand, RemoveRoleFromDBInstanceCommand, RemoveSourceIdentifierFromSubscriptionCommand, RemoveTagsFromResourceCommand, ResetDBClusterParameterGroupCommand, ResetDBParameterGroupCommand, RestoreDBClusterFromS3Command, RestoreDBClusterFromSnapshotCommand, RestoreDBClusterToPointInTimeCommand, RestoreDBInstanceFromDBSnapshotCommand, RestoreDBInstanceFromS3Command, RestoreDBInstanceToPointInTimeCommand, RevokeDBSecurityGroupIngressCommand, StartActivityStreamCommand, StartDBClusterCommand, StartDBInstanceAutomatedBackupsReplicationCommand, StartDBInstanceCommand, StartExportTaskCommand, StopActivityStreamCommand, StopDBClusterCommand, StopDBInstanceAutomatedBackupsReplicationCommand, StopDBInstanceCommand, SwitchoverBlueGreenDeploymentCommand, SwitchoverGlobalClusterCommand, SwitchoverReadReplicaCommand, } from "@aws-sdk/client-rds";
|
|
4
|
+
import { AddRoleToDBClusterCommand, AddRoleToDBInstanceCommand, AddSourceIdentifierToSubscriptionCommand, AddTagsToResourceCommand, ApplyPendingMaintenanceActionCommand, AuthorizeDBSecurityGroupIngressCommand, BacktrackDBClusterCommand, CancelExportTaskCommand, CopyDBClusterParameterGroupCommand, CopyDBClusterSnapshotCommand, CopyDBParameterGroupCommand, CopyDBSnapshotCommand, CopyOptionGroupCommand, CreateBlueGreenDeploymentCommand, CreateCustomDBEngineVersionCommand, CreateDBClusterCommand, CreateDBClusterEndpointCommand, CreateDBClusterParameterGroupCommand, CreateDBClusterSnapshotCommand, CreateDBInstanceCommand, CreateDBInstanceReadReplicaCommand, CreateDBParameterGroupCommand, CreateDBProxyCommand, CreateDBProxyEndpointCommand, CreateDBSecurityGroupCommand, CreateDBShardGroupCommand, CreateDBSnapshotCommand, CreateDBSubnetGroupCommand, CreateEventSubscriptionCommand, CreateGlobalClusterCommand, CreateIntegrationCommand, CreateOptionGroupCommand, CreateTenantDatabaseCommand, DeleteBlueGreenDeploymentCommand, DeleteCustomDBEngineVersionCommand, DeleteDBClusterAutomatedBackupCommand, DeleteDBClusterCommand, DeleteDBClusterEndpointCommand, DeleteDBClusterParameterGroupCommand, DeleteDBClusterSnapshotCommand, DeleteDBInstanceAutomatedBackupCommand, DeleteDBInstanceCommand, DeleteDBParameterGroupCommand, DeleteDBProxyCommand, DeleteDBProxyEndpointCommand, DeleteDBSecurityGroupCommand, DeleteDBShardGroupCommand, DeleteDBSnapshotCommand, DeleteDBSubnetGroupCommand, DeleteEventSubscriptionCommand, DeleteGlobalClusterCommand, DeleteIntegrationCommand, DeleteOptionGroupCommand, DeleteTenantDatabaseCommand, DeregisterDBProxyTargetsCommand, DescribeAccountAttributesCommand, DescribeBlueGreenDeploymentsCommand, DescribeCertificatesCommand, DescribeDBClusterAutomatedBackupsCommand, DescribeDBClusterBacktracksCommand, DescribeDBClusterEndpointsCommand, DescribeDBClusterParameterGroupsCommand, DescribeDBClusterParametersCommand, DescribeDBClustersCommand, DescribeDBClusterSnapshotAttributesCommand, DescribeDBClusterSnapshotsCommand, DescribeDBEngineVersionsCommand, DescribeDBInstanceAutomatedBackupsCommand, DescribeDBInstancesCommand, DescribeDBLogFilesCommand, DescribeDBMajorEngineVersionsCommand, DescribeDBParameterGroupsCommand, DescribeDBParametersCommand, DescribeDBProxiesCommand, DescribeDBProxyEndpointsCommand, DescribeDBProxyTargetGroupsCommand, DescribeDBProxyTargetsCommand, DescribeDBRecommendationsCommand, DescribeDBSecurityGroupsCommand, DescribeDBShardGroupsCommand, DescribeDBSnapshotAttributesCommand, DescribeDBSnapshotsCommand, DescribeDBSnapshotTenantDatabasesCommand, DescribeDBSubnetGroupsCommand, DescribeEngineDefaultClusterParametersCommand, DescribeEngineDefaultParametersCommand, DescribeEventCategoriesCommand, DescribeEventsCommand, DescribeEventSubscriptionsCommand, DescribeExportTasksCommand, DescribeGlobalClustersCommand, DescribeIntegrationsCommand, DescribeOptionGroupOptionsCommand, DescribeOptionGroupsCommand, DescribeOrderableDBInstanceOptionsCommand, DescribePendingMaintenanceActionsCommand, DescribeReservedDBInstancesCommand, DescribeReservedDBInstancesOfferingsCommand, DescribeSourceRegionsCommand, DescribeTenantDatabasesCommand, DescribeValidDBInstanceModificationsCommand, DisableHttpEndpointCommand, DownloadDBLogFilePortionCommand, EnableHttpEndpointCommand, FailoverDBClusterCommand, FailoverGlobalClusterCommand, ListTagsForResourceCommand, ModifyActivityStreamCommand, ModifyCertificatesCommand, ModifyCurrentDBClusterCapacityCommand, ModifyCustomDBEngineVersionCommand, ModifyDBClusterCommand, ModifyDBClusterEndpointCommand, ModifyDBClusterParameterGroupCommand, ModifyDBClusterSnapshotAttributeCommand, ModifyDBInstanceCommand, ModifyDBParameterGroupCommand, ModifyDBProxyCommand, ModifyDBProxyEndpointCommand, ModifyDBProxyTargetGroupCommand, ModifyDBRecommendationCommand, ModifyDBShardGroupCommand, ModifyDBSnapshotAttributeCommand, ModifyDBSnapshotCommand, ModifyDBSubnetGroupCommand, ModifyEventSubscriptionCommand, ModifyGlobalClusterCommand, ModifyIntegrationCommand, ModifyOptionGroupCommand, ModifyTenantDatabaseCommand, PromoteReadReplicaCommand, PromoteReadReplicaDBClusterCommand, PurchaseReservedDBInstancesOfferingCommand, RebootDBClusterCommand, RebootDBInstanceCommand, RebootDBShardGroupCommand, RegisterDBProxyTargetsCommand, RemoveFromGlobalClusterCommand, RemoveRoleFromDBClusterCommand, RemoveRoleFromDBInstanceCommand, RemoveSourceIdentifierFromSubscriptionCommand, RemoveTagsFromResourceCommand, ResetDBClusterParameterGroupCommand, ResetDBParameterGroupCommand, RestoreDBClusterFromS3Command, RestoreDBClusterFromSnapshotCommand, RestoreDBClusterToPointInTimeCommand, RestoreDBInstanceFromDBSnapshotCommand, RestoreDBInstanceFromS3Command, RestoreDBInstanceToPointInTimeCommand, RevokeDBSecurityGroupIngressCommand, StartActivityStreamCommand, StartDBClusterCommand, StartDBInstanceAutomatedBackupsReplicationCommand, StartDBInstanceCommand, StartExportTaskCommand, StopActivityStreamCommand, StopDBClusterCommand, StopDBInstanceAutomatedBackupsReplicationCommand, StopDBInstanceCommand, SwitchoverBlueGreenDeploymentCommand, SwitchoverGlobalClusterCommand, SwitchoverReadReplicaCommand, } from "@aws-sdk/client-rds";
|
|
5
5
|
import { Service } from "@effect-aws/commons";
|
|
6
6
|
import { Effect, Layer } from "effect";
|
|
7
7
|
import { AllServiceErrors } from "./Errors.js";
|
|
@@ -78,6 +78,7 @@ const commands = {
|
|
|
78
78
|
DescribeDBInstanceAutomatedBackupsCommand,
|
|
79
79
|
DescribeDBInstancesCommand,
|
|
80
80
|
DescribeDBLogFilesCommand,
|
|
81
|
+
DescribeDBMajorEngineVersionsCommand,
|
|
81
82
|
DescribeDBParameterGroupsCommand,
|
|
82
83
|
DescribeDBParametersCommand,
|
|
83
84
|
DescribeDBProxiesCommand,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RDSService.js","sourceRoot":"","sources":["../../src/RDSService.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"RDSService.js","sourceRoot":"","sources":["../../src/RDSService.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/src/Errors.ts
CHANGED
|
@@ -144,6 +144,7 @@ import type {
|
|
|
144
144
|
TenantDatabaseNotFoundFault,
|
|
145
145
|
TenantDatabaseQuotaExceededFault,
|
|
146
146
|
UnsupportedDBEngineVersionFault,
|
|
147
|
+
VpcEncryptionControlViolationException,
|
|
147
148
|
} from "@aws-sdk/client-rds";
|
|
148
149
|
import type { TaggedException } from "@effect-aws/commons";
|
|
149
150
|
|
|
@@ -293,6 +294,7 @@ export const AllServiceErrors = [
|
|
|
293
294
|
"TenantDatabaseNotFoundFault",
|
|
294
295
|
"TenantDatabaseQuotaExceededFault",
|
|
295
296
|
"UnsupportedDBEngineVersionFault",
|
|
297
|
+
"VpcEncryptionControlViolationException",
|
|
296
298
|
] as const;
|
|
297
299
|
|
|
298
300
|
export type AuthorizationAlreadyExistsFaultError = TaggedException<AuthorizationAlreadyExistsFault>;
|
|
@@ -446,4 +448,5 @@ export type TenantDatabaseAlreadyExistsFaultError = TaggedException<TenantDataba
|
|
|
446
448
|
export type TenantDatabaseNotFoundFaultError = TaggedException<TenantDatabaseNotFoundFault>;
|
|
447
449
|
export type TenantDatabaseQuotaExceededFaultError = TaggedException<TenantDatabaseQuotaExceededFault>;
|
|
448
450
|
export type UnsupportedDBEngineVersionFaultError = TaggedException<UnsupportedDBEngineVersionFault>;
|
|
451
|
+
export type VpcEncryptionControlViolationError = TaggedException<VpcEncryptionControlViolationException>;
|
|
449
452
|
export type SdkError = TaggedException<Error & { name: "SdkError" }>;
|
package/src/RDSService.ts
CHANGED
|
@@ -212,6 +212,9 @@ import {
|
|
|
212
212
|
DescribeDBLogFilesCommand,
|
|
213
213
|
type DescribeDBLogFilesCommandInput,
|
|
214
214
|
type DescribeDBLogFilesCommandOutput,
|
|
215
|
+
DescribeDBMajorEngineVersionsCommand,
|
|
216
|
+
type DescribeDBMajorEngineVersionsCommandInput,
|
|
217
|
+
type DescribeDBMajorEngineVersionsCommandOutput,
|
|
215
218
|
DescribeDBParameterGroupsCommand,
|
|
216
219
|
type DescribeDBParameterGroupsCommandInput,
|
|
217
220
|
type DescribeDBParameterGroupsCommandOutput,
|
|
@@ -642,6 +645,7 @@ import type {
|
|
|
642
645
|
TenantDatabaseNotFoundFaultError,
|
|
643
646
|
TenantDatabaseQuotaExceededFaultError,
|
|
644
647
|
UnsupportedDBEngineVersionFaultError,
|
|
648
|
+
VpcEncryptionControlViolationError,
|
|
645
649
|
} from "./Errors.js";
|
|
646
650
|
import { AllServiceErrors } from "./Errors.js";
|
|
647
651
|
import * as Instance from "./RDSClientInstance.js";
|
|
@@ -718,6 +722,7 @@ const commands = {
|
|
|
718
722
|
DescribeDBInstanceAutomatedBackupsCommand,
|
|
719
723
|
DescribeDBInstancesCommand,
|
|
720
724
|
DescribeDBLogFilesCommand,
|
|
725
|
+
DescribeDBMajorEngineVersionsCommand,
|
|
721
726
|
DescribeDBParameterGroupsCommand,
|
|
722
727
|
DescribeDBParametersCommand,
|
|
723
728
|
DescribeDBProxiesCommand,
|
|
@@ -871,11 +876,16 @@ interface RDSService$ {
|
|
|
871
876
|
| BlueGreenDeploymentNotFoundFaultError
|
|
872
877
|
| DBClusterNotFoundFaultError
|
|
873
878
|
| DBInstanceNotFoundFaultError
|
|
879
|
+
| DBProxyEndpointNotFoundFaultError
|
|
874
880
|
| DBProxyNotFoundFaultError
|
|
875
881
|
| DBProxyTargetGroupNotFoundFaultError
|
|
882
|
+
| DBShardGroupNotFoundFaultError
|
|
876
883
|
| DBSnapshotNotFoundFaultError
|
|
877
884
|
| DBSnapshotTenantDatabaseNotFoundFaultError
|
|
878
885
|
| IntegrationNotFoundFaultError
|
|
886
|
+
| InvalidDBClusterEndpointStateFaultError
|
|
887
|
+
| InvalidDBClusterStateFaultError
|
|
888
|
+
| InvalidDBInstanceStateFaultError
|
|
879
889
|
| TenantDatabaseNotFoundFaultError
|
|
880
890
|
>;
|
|
881
891
|
|
|
@@ -1034,6 +1044,7 @@ interface RDSService$ {
|
|
|
1034
1044
|
| InvalidDBInstanceStateFaultError
|
|
1035
1045
|
| SourceClusterNotSupportedFaultError
|
|
1036
1046
|
| SourceDatabaseNotSupportedFaultError
|
|
1047
|
+
| StorageQuotaExceededFaultError
|
|
1037
1048
|
>;
|
|
1038
1049
|
|
|
1039
1050
|
/**
|
|
@@ -1048,8 +1059,10 @@ interface RDSService$ {
|
|
|
1048
1059
|
| SdkError
|
|
1049
1060
|
| CreateCustomDBEngineVersionFaultError
|
|
1050
1061
|
| CustomDBEngineVersionAlreadyExistsFaultError
|
|
1062
|
+
| CustomDBEngineVersionNotFoundFaultError
|
|
1051
1063
|
| CustomDBEngineVersionQuotaExceededFaultError
|
|
1052
1064
|
| Ec2ImagePropertiesNotSupportedFaultError
|
|
1065
|
+
| InvalidCustomDBEngineVersionStateFaultError
|
|
1053
1066
|
| KMSKeyNotAccessibleFaultError
|
|
1054
1067
|
>;
|
|
1055
1068
|
|
|
@@ -1082,8 +1095,11 @@ interface RDSService$ {
|
|
|
1082
1095
|
| InvalidSubnetError
|
|
1083
1096
|
| InvalidVPCNetworkStateFaultError
|
|
1084
1097
|
| KMSKeyNotAccessibleFaultError
|
|
1098
|
+
| NetworkTypeNotSupportedError
|
|
1085
1099
|
| OptionGroupNotFoundFaultError
|
|
1086
1100
|
| StorageQuotaExceededFaultError
|
|
1101
|
+
| StorageTypeNotSupportedFaultError
|
|
1102
|
+
| VpcEncryptionControlViolationError
|
|
1087
1103
|
>;
|
|
1088
1104
|
|
|
1089
1105
|
/**
|
|
@@ -1167,6 +1183,7 @@ interface RDSService$ {
|
|
|
1167
1183
|
| StorageQuotaExceededFaultError
|
|
1168
1184
|
| StorageTypeNotSupportedFaultError
|
|
1169
1185
|
| TenantDatabaseQuotaExceededFaultError
|
|
1186
|
+
| VpcEncryptionControlViolationError
|
|
1170
1187
|
>;
|
|
1171
1188
|
|
|
1172
1189
|
/**
|
|
@@ -1203,6 +1220,7 @@ interface RDSService$ {
|
|
|
1203
1220
|
| StorageQuotaExceededFaultError
|
|
1204
1221
|
| StorageTypeNotSupportedFaultError
|
|
1205
1222
|
| TenantDatabaseQuotaExceededFaultError
|
|
1223
|
+
| VpcEncryptionControlViolationError
|
|
1206
1224
|
>;
|
|
1207
1225
|
|
|
1208
1226
|
/**
|
|
@@ -1351,6 +1369,8 @@ interface RDSService$ {
|
|
|
1351
1369
|
| GlobalClusterAlreadyExistsFaultError
|
|
1352
1370
|
| GlobalClusterQuotaExceededFaultError
|
|
1353
1371
|
| InvalidDBClusterStateFaultError
|
|
1372
|
+
| InvalidDBShardGroupStateFaultError
|
|
1373
|
+
| ResourceNotFoundFaultError
|
|
1354
1374
|
>;
|
|
1355
1375
|
|
|
1356
1376
|
/**
|
|
@@ -1442,6 +1462,8 @@ interface RDSService$ {
|
|
|
1442
1462
|
| DBClusterSnapshotAlreadyExistsFaultError
|
|
1443
1463
|
| InvalidDBClusterSnapshotStateFaultError
|
|
1444
1464
|
| InvalidDBClusterStateFaultError
|
|
1465
|
+
| InvalidGlobalClusterStateFaultError
|
|
1466
|
+
| KMSKeyNotAccessibleFaultError
|
|
1445
1467
|
| SnapshotQuotaExceededFaultError
|
|
1446
1468
|
>;
|
|
1447
1469
|
|
|
@@ -1511,6 +1533,7 @@ interface RDSService$ {
|
|
|
1511
1533
|
| DBSnapshotAlreadyExistsFaultError
|
|
1512
1534
|
| InvalidDBClusterStateFaultError
|
|
1513
1535
|
| InvalidDBInstanceStateFaultError
|
|
1536
|
+
| KMSKeyNotAccessibleFaultError
|
|
1514
1537
|
| SnapshotQuotaExceededFaultError
|
|
1515
1538
|
>;
|
|
1516
1539
|
|
|
@@ -1672,6 +1695,7 @@ interface RDSService$ {
|
|
|
1672
1695
|
| Cause.TimeoutException
|
|
1673
1696
|
| SdkError
|
|
1674
1697
|
| DBInstanceNotFoundFaultError
|
|
1698
|
+
| DBSnapshotAlreadyExistsFaultError
|
|
1675
1699
|
| InvalidDBInstanceStateFaultError
|
|
1676
1700
|
| TenantDatabaseNotFoundFaultError
|
|
1677
1701
|
>;
|
|
@@ -1857,6 +1881,17 @@ interface RDSService$ {
|
|
|
1857
1881
|
Cause.TimeoutException | SdkError | DBInstanceNotFoundFaultError | DBInstanceNotReadyFaultError
|
|
1858
1882
|
>;
|
|
1859
1883
|
|
|
1884
|
+
/**
|
|
1885
|
+
* @see {@link DescribeDBMajorEngineVersionsCommand}
|
|
1886
|
+
*/
|
|
1887
|
+
describeDBMajorEngineVersions(
|
|
1888
|
+
args: DescribeDBMajorEngineVersionsCommandInput,
|
|
1889
|
+
options?: HttpHandlerOptions,
|
|
1890
|
+
): Effect.Effect<
|
|
1891
|
+
DescribeDBMajorEngineVersionsCommandOutput,
|
|
1892
|
+
Cause.TimeoutException | SdkError
|
|
1893
|
+
>;
|
|
1894
|
+
|
|
1860
1895
|
/**
|
|
1861
1896
|
* @see {@link DescribeDBParameterGroupsCommand}
|
|
1862
1897
|
*/
|
|
@@ -2277,8 +2312,10 @@ interface RDSService$ {
|
|
|
2277
2312
|
| BlueGreenDeploymentNotFoundFaultError
|
|
2278
2313
|
| DBClusterNotFoundFaultError
|
|
2279
2314
|
| DBInstanceNotFoundFaultError
|
|
2315
|
+
| DBProxyEndpointNotFoundFaultError
|
|
2280
2316
|
| DBProxyNotFoundFaultError
|
|
2281
2317
|
| DBProxyTargetGroupNotFoundFaultError
|
|
2318
|
+
| DBShardGroupNotFoundFaultError
|
|
2282
2319
|
| DBSnapshotNotFoundFaultError
|
|
2283
2320
|
| DBSnapshotTenantDatabaseNotFoundFaultError
|
|
2284
2321
|
| IntegrationNotFoundFaultError
|
|
@@ -2354,17 +2391,23 @@ interface RDSService$ {
|
|
|
2354
2391
|
| DBClusterNotFoundFaultError
|
|
2355
2392
|
| DBClusterParameterGroupNotFoundFaultError
|
|
2356
2393
|
| DBInstanceAlreadyExistsFaultError
|
|
2394
|
+
| DBParameterGroupNotFoundFaultError
|
|
2357
2395
|
| DBSubnetGroupNotFoundFaultError
|
|
2358
2396
|
| DomainNotFoundFaultError
|
|
2359
2397
|
| InvalidDBClusterStateFaultError
|
|
2360
2398
|
| InvalidDBInstanceStateFaultError
|
|
2361
2399
|
| InvalidDBSecurityGroupStateFaultError
|
|
2362
2400
|
| InvalidDBSubnetGroupStateFaultError
|
|
2401
|
+
| InvalidGlobalClusterStateFaultError
|
|
2363
2402
|
| InvalidSubnetError
|
|
2364
2403
|
| InvalidVPCNetworkStateFaultError
|
|
2404
|
+
| KMSKeyNotAccessibleFaultError
|
|
2405
|
+
| NetworkTypeNotSupportedError
|
|
2365
2406
|
| OptionGroupNotFoundFaultError
|
|
2366
2407
|
| StorageQuotaExceededFaultError
|
|
2367
2408
|
| StorageTypeNotAvailableFaultError
|
|
2409
|
+
| StorageTypeNotSupportedFaultError
|
|
2410
|
+
| VpcEncryptionControlViolationError
|
|
2368
2411
|
>;
|
|
2369
2412
|
|
|
2370
2413
|
/**
|
|
@@ -2441,6 +2484,7 @@ interface RDSService$ {
|
|
|
2441
2484
|
| StorageQuotaExceededFaultError
|
|
2442
2485
|
| StorageTypeNotSupportedFaultError
|
|
2443
2486
|
| TenantDatabaseQuotaExceededFaultError
|
|
2487
|
+
| VpcEncryptionControlViolationError
|
|
2444
2488
|
>;
|
|
2445
2489
|
|
|
2446
2490
|
/**
|
|
@@ -2534,7 +2578,11 @@ interface RDSService$ {
|
|
|
2534
2578
|
options?: HttpHandlerOptions,
|
|
2535
2579
|
): Effect.Effect<
|
|
2536
2580
|
ModifyDBSnapshotCommandOutput,
|
|
2537
|
-
Cause.TimeoutException
|
|
2581
|
+
| Cause.TimeoutException
|
|
2582
|
+
| SdkError
|
|
2583
|
+
| DBSnapshotNotFoundFaultError
|
|
2584
|
+
| InvalidDBSnapshotStateFaultError
|
|
2585
|
+
| KMSKeyNotAccessibleFaultError
|
|
2538
2586
|
>;
|
|
2539
2587
|
|
|
2540
2588
|
/**
|
|
@@ -2565,6 +2613,7 @@ interface RDSService$ {
|
|
|
2565
2613
|
| DBSubnetGroupDoesNotCoverEnoughAZsError
|
|
2566
2614
|
| DBSubnetGroupNotFoundFaultError
|
|
2567
2615
|
| DBSubnetQuotaExceededFaultError
|
|
2616
|
+
| InvalidDBSubnetGroupStateFaultError
|
|
2568
2617
|
| InvalidSubnetError
|
|
2569
2618
|
| SubnetAlreadyInUseError
|
|
2570
2619
|
>;
|
|
@@ -2707,7 +2756,11 @@ interface RDSService$ {
|
|
|
2707
2756
|
options?: HttpHandlerOptions,
|
|
2708
2757
|
): Effect.Effect<
|
|
2709
2758
|
RebootDBInstanceCommandOutput,
|
|
2710
|
-
Cause.TimeoutException
|
|
2759
|
+
| Cause.TimeoutException
|
|
2760
|
+
| SdkError
|
|
2761
|
+
| DBInstanceNotFoundFaultError
|
|
2762
|
+
| InvalidDBInstanceStateFaultError
|
|
2763
|
+
| KMSKeyNotAccessibleFaultError
|
|
2711
2764
|
>;
|
|
2712
2765
|
|
|
2713
2766
|
/**
|
|
@@ -2754,6 +2807,7 @@ interface RDSService$ {
|
|
|
2754
2807
|
| SdkError
|
|
2755
2808
|
| DBClusterNotFoundFaultError
|
|
2756
2809
|
| GlobalClusterNotFoundFaultError
|
|
2810
|
+
| InvalidDBClusterStateFaultError
|
|
2757
2811
|
| InvalidGlobalClusterStateFaultError
|
|
2758
2812
|
>;
|
|
2759
2813
|
|
|
@@ -2811,11 +2865,16 @@ interface RDSService$ {
|
|
|
2811
2865
|
| BlueGreenDeploymentNotFoundFaultError
|
|
2812
2866
|
| DBClusterNotFoundFaultError
|
|
2813
2867
|
| DBInstanceNotFoundFaultError
|
|
2868
|
+
| DBProxyEndpointNotFoundFaultError
|
|
2814
2869
|
| DBProxyNotFoundFaultError
|
|
2815
2870
|
| DBProxyTargetGroupNotFoundFaultError
|
|
2871
|
+
| DBShardGroupNotFoundFaultError
|
|
2816
2872
|
| DBSnapshotNotFoundFaultError
|
|
2817
2873
|
| DBSnapshotTenantDatabaseNotFoundFaultError
|
|
2818
2874
|
| IntegrationNotFoundFaultError
|
|
2875
|
+
| InvalidDBClusterEndpointStateFaultError
|
|
2876
|
+
| InvalidDBClusterStateFaultError
|
|
2877
|
+
| InvalidDBInstanceStateFaultError
|
|
2819
2878
|
| TenantDatabaseNotFoundFaultError
|
|
2820
2879
|
>;
|
|
2821
2880
|
|
|
@@ -2864,6 +2923,7 @@ interface RDSService$ {
|
|
|
2864
2923
|
| InvalidSubnetError
|
|
2865
2924
|
| InvalidVPCNetworkStateFaultError
|
|
2866
2925
|
| KMSKeyNotAccessibleFaultError
|
|
2926
|
+
| NetworkTypeNotSupportedError
|
|
2867
2927
|
| StorageQuotaExceededFaultError
|
|
2868
2928
|
| StorageTypeNotSupportedFaultError
|
|
2869
2929
|
>;
|
|
@@ -2896,8 +2956,11 @@ interface RDSService$ {
|
|
|
2896
2956
|
| InvalidSubnetError
|
|
2897
2957
|
| InvalidVPCNetworkStateFaultError
|
|
2898
2958
|
| KMSKeyNotAccessibleFaultError
|
|
2959
|
+
| NetworkTypeNotSupportedError
|
|
2899
2960
|
| OptionGroupNotFoundFaultError
|
|
2900
2961
|
| StorageQuotaExceededFaultError
|
|
2962
|
+
| StorageTypeNotSupportedFaultError
|
|
2963
|
+
| VpcEncryptionControlViolationError
|
|
2901
2964
|
>;
|
|
2902
2965
|
|
|
2903
2966
|
/**
|
|
@@ -2928,8 +2991,11 @@ interface RDSService$ {
|
|
|
2928
2991
|
| InvalidSubnetError
|
|
2929
2992
|
| InvalidVPCNetworkStateFaultError
|
|
2930
2993
|
| KMSKeyNotAccessibleFaultError
|
|
2994
|
+
| NetworkTypeNotSupportedError
|
|
2931
2995
|
| OptionGroupNotFoundFaultError
|
|
2932
2996
|
| StorageQuotaExceededFaultError
|
|
2997
|
+
| StorageTypeNotSupportedFaultError
|
|
2998
|
+
| VpcEncryptionControlViolationError
|
|
2933
2999
|
>;
|
|
2934
3000
|
|
|
2935
3001
|
/**
|
|
@@ -2966,6 +3032,7 @@ interface RDSService$ {
|
|
|
2966
3032
|
| StorageQuotaExceededFaultError
|
|
2967
3033
|
| StorageTypeNotSupportedFaultError
|
|
2968
3034
|
| TenantDatabaseQuotaExceededFaultError
|
|
3035
|
+
| VpcEncryptionControlViolationError
|
|
2969
3036
|
>;
|
|
2970
3037
|
|
|
2971
3038
|
/**
|
|
@@ -2997,6 +3064,7 @@ interface RDSService$ {
|
|
|
2997
3064
|
| ProvisionedIopsNotAvailableInAZFaultError
|
|
2998
3065
|
| StorageQuotaExceededFaultError
|
|
2999
3066
|
| StorageTypeNotSupportedFaultError
|
|
3067
|
+
| VpcEncryptionControlViolationError
|
|
3000
3068
|
>;
|
|
3001
3069
|
|
|
3002
3070
|
/**
|
|
@@ -3034,6 +3102,7 @@ interface RDSService$ {
|
|
|
3034
3102
|
| StorageQuotaExceededFaultError
|
|
3035
3103
|
| StorageTypeNotSupportedFaultError
|
|
3036
3104
|
| TenantDatabaseQuotaExceededFaultError
|
|
3105
|
+
| VpcEncryptionControlViolationError
|
|
3037
3106
|
>;
|
|
3038
3107
|
|
|
3039
3108
|
/**
|
|
@@ -3082,6 +3151,9 @@ interface RDSService$ {
|
|
|
3082
3151
|
| DBClusterNotFoundFaultError
|
|
3083
3152
|
| InvalidDBClusterStateFaultError
|
|
3084
3153
|
| InvalidDBInstanceStateFaultError
|
|
3154
|
+
| InvalidDBShardGroupStateFaultError
|
|
3155
|
+
| KMSKeyNotAccessibleFaultError
|
|
3156
|
+
| VpcEncryptionControlViolationError
|
|
3085
3157
|
>;
|
|
3086
3158
|
|
|
3087
3159
|
/**
|
|
@@ -3105,6 +3177,7 @@ interface RDSService$ {
|
|
|
3105
3177
|
| InvalidSubnetError
|
|
3106
3178
|
| InvalidVPCNetworkStateFaultError
|
|
3107
3179
|
| KMSKeyNotAccessibleFaultError
|
|
3180
|
+
| VpcEncryptionControlViolationError
|
|
3108
3181
|
>;
|
|
3109
3182
|
|
|
3110
3183
|
/**
|
|
@@ -3119,6 +3192,7 @@ interface RDSService$ {
|
|
|
3119
3192
|
| SdkError
|
|
3120
3193
|
| DBInstanceAutomatedBackupQuotaExceededFaultError
|
|
3121
3194
|
| DBInstanceNotFoundFaultError
|
|
3195
|
+
| InvalidDBInstanceAutomatedBackupStateFaultError
|
|
3122
3196
|
| InvalidDBInstanceStateFaultError
|
|
3123
3197
|
| KMSKeyNotAccessibleFaultError
|
|
3124
3198
|
| StorageTypeNotSupportedFaultError
|
|
@@ -3176,6 +3250,7 @@ interface RDSService$ {
|
|
|
3176
3250
|
| DBClusterNotFoundFaultError
|
|
3177
3251
|
| InvalidDBClusterStateFaultError
|
|
3178
3252
|
| InvalidDBInstanceStateFaultError
|
|
3253
|
+
| InvalidDBShardGroupStateFaultError
|
|
3179
3254
|
>;
|
|
3180
3255
|
|
|
3181
3256
|
/**
|