@aws-sdk/client-rds 3.1087.0 → 3.1089.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 +40 -40
|
@@ -114,9 +114,7 @@ export interface ResourcePendingMaintenanceActions {
|
|
|
114
114
|
PendingMaintenanceActionDetails?: PendingMaintenanceAction[] | undefined;
|
|
115
115
|
}
|
|
116
116
|
export interface ApplyPendingMaintenanceActionResult {
|
|
117
|
-
ResourcePendingMaintenanceActions?:
|
|
118
|
-
| ResourcePendingMaintenanceActions
|
|
119
|
-
| undefined;
|
|
117
|
+
ResourcePendingMaintenanceActions?: ResourcePendingMaintenanceActions | undefined;
|
|
120
118
|
}
|
|
121
119
|
export interface AuthorizeDBSecurityGroupIngressMessage {
|
|
122
120
|
DBSecurityGroupName: string | undefined;
|
|
@@ -554,9 +552,7 @@ export interface CreateDBClusterMessage {
|
|
|
554
552
|
DomainIAMRoleName?: string | undefined;
|
|
555
553
|
EnableGlobalWriteForwarding?: boolean | undefined;
|
|
556
554
|
NetworkType?: string | undefined;
|
|
557
|
-
ServerlessV2ScalingConfiguration?:
|
|
558
|
-
| ServerlessV2ScalingConfiguration
|
|
559
|
-
| undefined;
|
|
555
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
560
556
|
MonitoringInterval?: number | undefined;
|
|
561
557
|
MonitoringRoleArn?: string | undefined;
|
|
562
558
|
DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
|
|
@@ -719,9 +715,7 @@ export interface DBCluster {
|
|
|
719
715
|
GlobalWriteForwardingRequested?: boolean | undefined;
|
|
720
716
|
NetworkType?: string | undefined;
|
|
721
717
|
AutomaticRestartTime?: Date | undefined;
|
|
722
|
-
ServerlessV2ScalingConfiguration?:
|
|
723
|
-
| ServerlessV2ScalingConfigurationInfo
|
|
724
|
-
| undefined;
|
|
718
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfigurationInfo | undefined;
|
|
725
719
|
ServerlessV2PlatformVersion?: string | undefined;
|
|
726
720
|
MonitoringInterval?: number | undefined;
|
|
727
721
|
MonitoringRoleArn?: string | undefined;
|
|
@@ -998,9 +992,7 @@ export interface DBInstance {
|
|
|
998
992
|
ActivityStreamMode?: ActivityStreamMode | undefined;
|
|
999
993
|
ActivityStreamEngineNativeAuditFieldsIncluded?: boolean | undefined;
|
|
1000
994
|
AwsBackupRecoveryPointArn?: string | undefined;
|
|
1001
|
-
DBInstanceAutomatedBackupsReplications?:
|
|
1002
|
-
| DBInstanceAutomatedBackupsReplication[]
|
|
1003
|
-
| undefined;
|
|
995
|
+
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[] | undefined;
|
|
1004
996
|
BackupTarget?: string | undefined;
|
|
1005
997
|
AutomaticRestartTime?: Date | undefined;
|
|
1006
998
|
CustomIamInstanceProfile?: string | undefined;
|
|
@@ -1452,9 +1444,7 @@ export interface DBInstanceAutomatedBackup {
|
|
|
1452
1444
|
BackupRetentionPeriod?: number | undefined;
|
|
1453
1445
|
PreferredBackupWindow?: string | undefined;
|
|
1454
1446
|
DBInstanceAutomatedBackupsArn?: string | undefined;
|
|
1455
|
-
DBInstanceAutomatedBackupsReplications?:
|
|
1456
|
-
| DBInstanceAutomatedBackupsReplication[]
|
|
1457
|
-
| undefined;
|
|
1447
|
+
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[] | undefined;
|
|
1458
1448
|
BackupTarget?: string | undefined;
|
|
1459
1449
|
MultiTenant?: boolean | undefined;
|
|
1460
1450
|
AwsBackupRecoveryPointArn?: string | undefined;
|
|
@@ -1655,9 +1645,7 @@ export interface DBClusterSnapshotAttributesResult {
|
|
|
1655
1645
|
DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[] | undefined;
|
|
1656
1646
|
}
|
|
1657
1647
|
export interface DescribeDBClusterSnapshotAttributesResult {
|
|
1658
|
-
DBClusterSnapshotAttributesResult?:
|
|
1659
|
-
| DBClusterSnapshotAttributesResult
|
|
1660
|
-
| undefined;
|
|
1648
|
+
DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult | undefined;
|
|
1661
1649
|
}
|
|
1662
1650
|
export interface DBClusterSnapshotMessage {
|
|
1663
1651
|
Marker?: string | undefined;
|
|
@@ -2145,9 +2133,7 @@ export interface OptionGroupOptionSetting {
|
|
|
2145
2133
|
AllowedValues?: string | undefined;
|
|
2146
2134
|
IsModifiable?: boolean | undefined;
|
|
2147
2135
|
IsRequired?: boolean | undefined;
|
|
2148
|
-
MinimumEngineVersionPerAllowedValue?:
|
|
2149
|
-
| MinimumEngineVersionPerAllowedValue[]
|
|
2150
|
-
| undefined;
|
|
2136
|
+
MinimumEngineVersionPerAllowedValue?: MinimumEngineVersionPerAllowedValue[] | undefined;
|
|
2151
2137
|
}
|
|
2152
2138
|
export interface OptionVersion {
|
|
2153
2139
|
Version?: string | undefined;
|
|
@@ -2257,9 +2243,7 @@ export interface OrderableDBInstanceOption {
|
|
|
2257
2243
|
SupportsDedicatedLogVolume?: boolean | undefined;
|
|
2258
2244
|
SupportsAdditionalStorageVolumes?: boolean | undefined;
|
|
2259
2245
|
SupportsHttpEndpoint?: boolean | undefined;
|
|
2260
|
-
AvailableAdditionalStorageVolumesOptions?:
|
|
2261
|
-
| AvailableAdditionalStorageVolumesOption[]
|
|
2262
|
-
| undefined;
|
|
2246
|
+
AvailableAdditionalStorageVolumesOptions?: AvailableAdditionalStorageVolumesOption[] | undefined;
|
|
2263
2247
|
}
|
|
2264
2248
|
export interface OrderableDBInstanceOptionsMessage {
|
|
2265
2249
|
OrderableDBInstanceOptions?: OrderableDBInstanceOption[] | undefined;
|
|
@@ -101,9 +101,7 @@ export interface ValidDBInstanceModificationsMessage {
|
|
|
101
101
|
AdditionalStorage?: ValidAdditionalStorageOptions | undefined;
|
|
102
102
|
}
|
|
103
103
|
export interface DescribeValidDBInstanceModificationsResult {
|
|
104
|
-
ValidDBInstanceModificationsMessage?:
|
|
105
|
-
| ValidDBInstanceModificationsMessage
|
|
106
|
-
| undefined;
|
|
104
|
+
ValidDBInstanceModificationsMessage?: ValidDBInstanceModificationsMessage | undefined;
|
|
107
105
|
}
|
|
108
106
|
export interface DisableHttpEndpointRequest {
|
|
109
107
|
ResourceArn: string | undefined;
|
|
@@ -209,9 +207,7 @@ export interface ModifyDBClusterMessage {
|
|
|
209
207
|
PreferredMaintenanceWindow?: string | undefined;
|
|
210
208
|
EnableIAMDatabaseAuthentication?: boolean | undefined;
|
|
211
209
|
BacktrackWindow?: number | undefined;
|
|
212
|
-
CloudwatchLogsExportConfiguration?:
|
|
213
|
-
| CloudwatchLogsExportConfiguration
|
|
214
|
-
| undefined;
|
|
210
|
+
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration | undefined;
|
|
215
211
|
EngineVersion?: string | undefined;
|
|
216
212
|
AllowMajorVersionUpgrade?: boolean | undefined;
|
|
217
213
|
DBInstanceParameterGroupName?: string | undefined;
|
|
@@ -228,9 +224,7 @@ export interface ModifyDBClusterMessage {
|
|
|
228
224
|
Iops?: number | undefined;
|
|
229
225
|
AutoMinorVersionUpgrade?: boolean | undefined;
|
|
230
226
|
NetworkType?: string | undefined;
|
|
231
|
-
ServerlessV2ScalingConfiguration?:
|
|
232
|
-
| ServerlessV2ScalingConfiguration
|
|
233
|
-
| undefined;
|
|
227
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
234
228
|
MonitoringInterval?: number | undefined;
|
|
235
229
|
MonitoringRoleArn?: string | undefined;
|
|
236
230
|
DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
|
|
@@ -247,6 +241,7 @@ export interface ModifyDBClusterMessage {
|
|
|
247
241
|
EnableLimitlessDatabase?: boolean | undefined;
|
|
248
242
|
CACertificateIdentifier?: string | undefined;
|
|
249
243
|
MasterUserAuthenticationType?: MasterUserAuthenticationType | undefined;
|
|
244
|
+
EngineLifecycleSupport?: string | undefined;
|
|
250
245
|
}
|
|
251
246
|
export interface ModifyDBClusterResult {
|
|
252
247
|
DBCluster?: DBCluster | undefined;
|
|
@@ -271,9 +266,7 @@ export interface ModifyDBClusterSnapshotAttributeMessage {
|
|
|
271
266
|
ValuesToRemove?: string[] | undefined;
|
|
272
267
|
}
|
|
273
268
|
export interface ModifyDBClusterSnapshotAttributeResult {
|
|
274
|
-
DBClusterSnapshotAttributesResult?:
|
|
275
|
-
| DBClusterSnapshotAttributesResult
|
|
276
|
-
| undefined;
|
|
269
|
+
DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult | undefined;
|
|
277
270
|
}
|
|
278
271
|
export interface ModifyAdditionalStorageVolume {
|
|
279
272
|
VolumeName: string | undefined;
|
|
@@ -328,9 +321,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
328
321
|
EnablePerformanceInsights?: boolean | undefined;
|
|
329
322
|
PerformanceInsightsKMSKeyId?: string | undefined;
|
|
330
323
|
PerformanceInsightsRetentionPeriod?: number | undefined;
|
|
331
|
-
CloudwatchLogsExportConfiguration?:
|
|
332
|
-
| CloudwatchLogsExportConfiguration
|
|
333
|
-
| undefined;
|
|
324
|
+
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration | undefined;
|
|
334
325
|
ProcessorFeatures?: ProcessorFeature[] | undefined;
|
|
335
326
|
UseDefaultProcessorFeatures?: boolean | undefined;
|
|
336
327
|
DeletionProtection?: boolean | undefined;
|
|
@@ -351,6 +342,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
351
342
|
AdditionalStorageVolumes?: ModifyAdditionalStorageVolume[] | undefined;
|
|
352
343
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
353
344
|
MasterUserAuthenticationType?: MasterUserAuthenticationType | undefined;
|
|
345
|
+
EngineLifecycleSupport?: string | undefined;
|
|
354
346
|
}
|
|
355
347
|
export interface ModifyDBInstanceResult {
|
|
356
348
|
DBInstance?: DBInstance | undefined;
|
|
@@ -620,9 +612,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
620
612
|
DomainIAMRoleName?: string | undefined;
|
|
621
613
|
StorageType?: string | undefined;
|
|
622
614
|
NetworkType?: string | undefined;
|
|
623
|
-
ServerlessV2ScalingConfiguration?:
|
|
624
|
-
| ServerlessV2ScalingConfiguration
|
|
625
|
-
| undefined;
|
|
615
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
626
616
|
ManageMasterUserPassword?: boolean | undefined;
|
|
627
617
|
MasterUserSecretKmsKeyId?: string | undefined;
|
|
628
618
|
EngineLifecycleSupport?: string | undefined;
|
|
@@ -659,9 +649,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
659
649
|
Iops?: number | undefined;
|
|
660
650
|
PubliclyAccessible?: boolean | undefined;
|
|
661
651
|
NetworkType?: string | undefined;
|
|
662
|
-
ServerlessV2ScalingConfiguration?:
|
|
663
|
-
| ServerlessV2ScalingConfiguration
|
|
664
|
-
| undefined;
|
|
652
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
665
653
|
RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration | undefined;
|
|
666
654
|
MonitoringInterval?: number | undefined;
|
|
667
655
|
MonitoringRoleArn?: string | undefined;
|
|
@@ -704,9 +692,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
704
692
|
Iops?: number | undefined;
|
|
705
693
|
NetworkType?: string | undefined;
|
|
706
694
|
SourceDbClusterResourceId?: string | undefined;
|
|
707
|
-
ServerlessV2ScalingConfiguration?:
|
|
708
|
-
| ServerlessV2ScalingConfiguration
|
|
709
|
-
| undefined;
|
|
695
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
710
696
|
ScalingConfiguration?: ScalingConfiguration | undefined;
|
|
711
697
|
EngineMode?: string | undefined;
|
|
712
698
|
RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration | undefined;
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
98
85
|
signer?:
|
|
99
86
|
| import("@smithy/types").RequestSigner
|
|
100
87
|
| ((
|
|
101
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
102
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
103
90
|
signingEscapePath?: boolean;
|
|
104
91
|
systemClockOffset?: number;
|
|
105
92
|
signingRegion?: string;
|
|
106
93
|
signerConstructor?: new (
|
|
107
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
108
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
109
96
|
) => import("@smithy/types").RequestSigner;
|
|
110
97
|
};
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
10
|
context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger;
|
|
12
|
-
}
|
|
12
|
+
},
|
|
13
13
|
) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RDSHttpAuthSchemeProvider;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import {
|
|
3
|
-
StaticErrorSchema,
|
|
4
|
-
StaticOperationSchema,
|
|
5
|
-
StaticStructureSchema,
|
|
6
|
-
} from "@smithy/types";
|
|
2
|
+
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
7
3
|
export declare var RDSServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var AuthorizationAlreadyExistsFault$: StaticErrorSchema;
|
|
9
5
|
export declare var AuthorizationNotFoundFault$: StaticErrorSchema;
|
|
@@ -7,11 +7,9 @@ import { RDSServiceException } from "../models/RDSServiceException";
|
|
|
7
7
|
import { RDSClient } from "../RDSClient";
|
|
8
8
|
export declare const waitForDBClusterAvailable: (
|
|
9
9
|
params: WaiterConfiguration<RDSClient>,
|
|
10
|
-
input: DescribeDBClustersCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<DescribeDBClustersCommandOutput | RDSServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: DescribeDBClustersCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<DescribeDBClustersCommandOutput | RDSServiceException>>;
|
|
14
12
|
export declare const waitUntilDBClusterAvailable: (
|
|
15
13
|
params: WaiterConfiguration<RDSClient>,
|
|
16
|
-
input: DescribeDBClustersCommandInput
|
|
14
|
+
input: DescribeDBClustersCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<DescribeDBClustersCommandOutput>>;
|
|
@@ -8,13 +8,9 @@ import { RDSServiceException } from "../models/RDSServiceException";
|
|
|
8
8
|
import { RDSClient } from "../RDSClient";
|
|
9
9
|
export declare const waitForDBClusterDeleted: (
|
|
10
10
|
params: WaiterConfiguration<RDSClient>,
|
|
11
|
-
input: DescribeDBClustersCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<DescribeDBClustersCommandOutput | RDSServiceException>
|
|
14
|
-
>;
|
|
11
|
+
input: DescribeDBClustersCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<DescribeDBClustersCommandOutput | RDSServiceException>>;
|
|
15
13
|
export declare const waitUntilDBClusterDeleted: (
|
|
16
14
|
params: WaiterConfiguration<RDSClient>,
|
|
17
|
-
input: DescribeDBClustersCommandInput
|
|
18
|
-
) => Promise<
|
|
19
|
-
WaiterResult<DescribeDBClustersCommandOutput | DBClusterNotFoundFault>
|
|
20
|
-
>;
|
|
15
|
+
input: DescribeDBClustersCommandInput,
|
|
16
|
+
) => Promise<WaiterResult<DescribeDBClustersCommandOutput | DBClusterNotFoundFault>>;
|
|
@@ -7,11 +7,9 @@ import { RDSServiceException } from "../models/RDSServiceException";
|
|
|
7
7
|
import { RDSClient } from "../RDSClient";
|
|
8
8
|
export declare const waitForDBClusterSnapshotAvailable: (
|
|
9
9
|
params: WaiterConfiguration<RDSClient>,
|
|
10
|
-
input: DescribeDBClusterSnapshotsCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<DescribeDBClusterSnapshotsCommandOutput | RDSServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: DescribeDBClusterSnapshotsCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<DescribeDBClusterSnapshotsCommandOutput | RDSServiceException>>;
|
|
14
12
|
export declare const waitUntilDBClusterSnapshotAvailable: (
|
|
15
13
|
params: WaiterConfiguration<RDSClient>,
|
|
16
|
-
input: DescribeDBClusterSnapshotsCommandInput
|
|
14
|
+
input: DescribeDBClusterSnapshotsCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<DescribeDBClusterSnapshotsCommandOutput>>;
|
|
@@ -8,15 +8,11 @@ import { RDSServiceException } from "../models/RDSServiceException";
|
|
|
8
8
|
import { RDSClient } from "../RDSClient";
|
|
9
9
|
export declare const waitForDBClusterSnapshotDeleted: (
|
|
10
10
|
params: WaiterConfiguration<RDSClient>,
|
|
11
|
-
input: DescribeDBClusterSnapshotsCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<DescribeDBClusterSnapshotsCommandOutput | RDSServiceException>
|
|
14
|
-
>;
|
|
11
|
+
input: DescribeDBClusterSnapshotsCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<DescribeDBClusterSnapshotsCommandOutput | RDSServiceException>>;
|
|
15
13
|
export declare const waitUntilDBClusterSnapshotDeleted: (
|
|
16
14
|
params: WaiterConfiguration<RDSClient>,
|
|
17
|
-
input: DescribeDBClusterSnapshotsCommandInput
|
|
15
|
+
input: DescribeDBClusterSnapshotsCommandInput,
|
|
18
16
|
) => Promise<
|
|
19
|
-
WaiterResult<
|
|
20
|
-
DescribeDBClusterSnapshotsCommandOutput | DBClusterSnapshotNotFoundFault
|
|
21
|
-
>
|
|
17
|
+
WaiterResult<DescribeDBClusterSnapshotsCommandOutput | DBClusterSnapshotNotFoundFault>
|
|
22
18
|
>;
|
|
@@ -7,11 +7,9 @@ import { RDSServiceException } from "../models/RDSServiceException";
|
|
|
7
7
|
import { RDSClient } from "../RDSClient";
|
|
8
8
|
export declare const waitForDBInstanceAvailable: (
|
|
9
9
|
params: WaiterConfiguration<RDSClient>,
|
|
10
|
-
input: DescribeDBInstancesCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<DescribeDBInstancesCommandOutput | RDSServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: DescribeDBInstancesCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<DescribeDBInstancesCommandOutput | RDSServiceException>>;
|
|
14
12
|
export declare const waitUntilDBInstanceAvailable: (
|
|
15
13
|
params: WaiterConfiguration<RDSClient>,
|
|
16
|
-
input: DescribeDBInstancesCommandInput
|
|
14
|
+
input: DescribeDBInstancesCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<DescribeDBInstancesCommandOutput>>;
|
|
@@ -8,13 +8,9 @@ import { RDSServiceException } from "../models/RDSServiceException";
|
|
|
8
8
|
import { RDSClient } from "../RDSClient";
|
|
9
9
|
export declare const waitForDBInstanceDeleted: (
|
|
10
10
|
params: WaiterConfiguration<RDSClient>,
|
|
11
|
-
input: DescribeDBInstancesCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<DescribeDBInstancesCommandOutput | RDSServiceException>
|
|
14
|
-
>;
|
|
11
|
+
input: DescribeDBInstancesCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<DescribeDBInstancesCommandOutput | RDSServiceException>>;
|
|
15
13
|
export declare const waitUntilDBInstanceDeleted: (
|
|
16
14
|
params: WaiterConfiguration<RDSClient>,
|
|
17
|
-
input: DescribeDBInstancesCommandInput
|
|
18
|
-
) => Promise<
|
|
19
|
-
WaiterResult<DescribeDBInstancesCommandOutput | DBInstanceNotFoundFault>
|
|
20
|
-
>;
|
|
15
|
+
input: DescribeDBInstancesCommandInput,
|
|
16
|
+
) => Promise<WaiterResult<DescribeDBInstancesCommandOutput | DBInstanceNotFoundFault>>;
|
|
@@ -7,11 +7,9 @@ import { RDSServiceException } from "../models/RDSServiceException";
|
|
|
7
7
|
import { RDSClient } from "../RDSClient";
|
|
8
8
|
export declare const waitForDBSnapshotAvailable: (
|
|
9
9
|
params: WaiterConfiguration<RDSClient>,
|
|
10
|
-
input: DescribeDBSnapshotsCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<DescribeDBSnapshotsCommandOutput | RDSServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: DescribeDBSnapshotsCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<DescribeDBSnapshotsCommandOutput | RDSServiceException>>;
|
|
14
12
|
export declare const waitUntilDBSnapshotAvailable: (
|
|
15
13
|
params: WaiterConfiguration<RDSClient>,
|
|
16
|
-
input: DescribeDBSnapshotsCommandInput
|
|
14
|
+
input: DescribeDBSnapshotsCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<DescribeDBSnapshotsCommandOutput>>;
|
|
@@ -8,13 +8,9 @@ import { RDSServiceException } from "../models/RDSServiceException";
|
|
|
8
8
|
import { RDSClient } from "../RDSClient";
|
|
9
9
|
export declare const waitForDBSnapshotDeleted: (
|
|
10
10
|
params: WaiterConfiguration<RDSClient>,
|
|
11
|
-
input: DescribeDBSnapshotsCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<DescribeDBSnapshotsCommandOutput | RDSServiceException>
|
|
14
|
-
>;
|
|
11
|
+
input: DescribeDBSnapshotsCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<DescribeDBSnapshotsCommandOutput | RDSServiceException>>;
|
|
15
13
|
export declare const waitUntilDBSnapshotDeleted: (
|
|
16
14
|
params: WaiterConfiguration<RDSClient>,
|
|
17
|
-
input: DescribeDBSnapshotsCommandInput
|
|
18
|
-
) => Promise<
|
|
19
|
-
WaiterResult<DescribeDBSnapshotsCommandOutput | DBSnapshotNotFoundFault>
|
|
20
|
-
>;
|
|
15
|
+
input: DescribeDBSnapshotsCommandInput,
|
|
16
|
+
) => Promise<WaiterResult<DescribeDBSnapshotsCommandOutput | DBSnapshotNotFoundFault>>;
|
|
@@ -7,11 +7,9 @@ import { RDSServiceException } from "../models/RDSServiceException";
|
|
|
7
7
|
import { RDSClient } from "../RDSClient";
|
|
8
8
|
export declare const waitForTenantDatabaseAvailable: (
|
|
9
9
|
params: WaiterConfiguration<RDSClient>,
|
|
10
|
-
input: DescribeTenantDatabasesCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<DescribeTenantDatabasesCommandOutput | RDSServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: DescribeTenantDatabasesCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<DescribeTenantDatabasesCommandOutput | RDSServiceException>>;
|
|
14
12
|
export declare const waitUntilTenantDatabaseAvailable: (
|
|
15
13
|
params: WaiterConfiguration<RDSClient>,
|
|
16
|
-
input: DescribeTenantDatabasesCommandInput
|
|
14
|
+
input: DescribeTenantDatabasesCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<DescribeTenantDatabasesCommandOutput>>;
|
|
@@ -8,13 +8,9 @@ import { RDSServiceException } from "../models/RDSServiceException";
|
|
|
8
8
|
import { RDSClient } from "../RDSClient";
|
|
9
9
|
export declare const waitForTenantDatabaseDeleted: (
|
|
10
10
|
params: WaiterConfiguration<RDSClient>,
|
|
11
|
-
input: DescribeTenantDatabasesCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<DescribeTenantDatabasesCommandOutput | RDSServiceException>
|
|
14
|
-
>;
|
|
11
|
+
input: DescribeTenantDatabasesCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<DescribeTenantDatabasesCommandOutput | RDSServiceException>>;
|
|
15
13
|
export declare const waitUntilTenantDatabaseDeleted: (
|
|
16
14
|
params: WaiterConfiguration<RDSClient>,
|
|
17
|
-
input: DescribeTenantDatabasesCommandInput
|
|
18
|
-
) => Promise<
|
|
19
|
-
WaiterResult<DescribeTenantDatabasesCommandOutput | DBInstanceNotFoundFault>
|
|
20
|
-
>;
|
|
15
|
+
input: DescribeTenantDatabasesCommandInput,
|
|
16
|
+
) => Promise<WaiterResult<DescribeTenantDatabasesCommandOutput | DBInstanceNotFoundFault>>;
|