@aws-sdk/client-rds 3.1029.0 → 3.1031.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/README.md +7 -0
- package/dist-cjs/index.js +18 -0
- package/dist-cjs/schemas/schemas_0.js +36 -8
- package/dist-es/RDS.js +4 -0
- package/dist-es/commands/DescribeServerlessV2PlatformVersionsCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/pagination/DescribeServerlessV2PlatformVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +28 -0
- package/dist-types/RDS.d.ts +15 -0
- package/dist-types/RDSClient.d.ts +3 -2
- package/dist-types/commands/DescribeServerlessV2PlatformVersionsCommand.d.ts +160 -0
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +57 -36
- package/dist-types/models/models_1.d.ts +72 -0
- package/dist-types/pagination/DescribeServerlessV2PlatformVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/RDS.d.ts +31 -0
- package/dist-types/ts3.4/RDSClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeServerlessV2PlatformVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -14
- package/dist-types/ts3.4/models/models_1.d.ts +17 -0
- package/dist-types/ts3.4/pagination/DescribeServerlessV2PlatformVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +36 -36
package/README.md
CHANGED
|
@@ -867,6 +867,13 @@ DescribeReservedDBInstancesOfferings
|
|
|
867
867
|
</details>
|
|
868
868
|
<details>
|
|
869
869
|
<summary>
|
|
870
|
+
DescribeServerlessV2PlatformVersions
|
|
871
|
+
</summary>
|
|
872
|
+
|
|
873
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/DescribeServerlessV2PlatformVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/DescribeServerlessV2PlatformVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/DescribeServerlessV2PlatformVersionsCommandOutput/)
|
|
874
|
+
</details>
|
|
875
|
+
<details>
|
|
876
|
+
<summary>
|
|
870
877
|
DescribeSourceRegions
|
|
871
878
|
</summary>
|
|
872
879
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -1303,6 +1303,18 @@ class DescribeReservedDBInstancesOfferingsCommand extends smithyClient.Command
|
|
|
1303
1303
|
.build() {
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
+
class DescribeServerlessV2PlatformVersionsCommand extends smithyClient.Command
|
|
1307
|
+
.classBuilder()
|
|
1308
|
+
.ep(commonParams)
|
|
1309
|
+
.m(function (Command, cs, config, o) {
|
|
1310
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1311
|
+
})
|
|
1312
|
+
.s("AmazonRDSv19", "DescribeServerlessV2PlatformVersions", {})
|
|
1313
|
+
.n("RDSClient", "DescribeServerlessV2PlatformVersionsCommand")
|
|
1314
|
+
.sc(schemas_0.DescribeServerlessV2PlatformVersions$)
|
|
1315
|
+
.build() {
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1306
1318
|
class DescribeSourceRegionsCommand extends smithyClient.Command
|
|
1307
1319
|
.classBuilder()
|
|
1308
1320
|
.ep(commonParams)
|
|
@@ -2162,6 +2174,8 @@ const paginateDescribeReservedDBInstancesOfferings = core.createPaginator(RDSCli
|
|
|
2162
2174
|
|
|
2163
2175
|
const paginateDescribeReservedDBInstances = core.createPaginator(RDSClient, DescribeReservedDBInstancesCommand, "Marker", "Marker", "MaxRecords");
|
|
2164
2176
|
|
|
2177
|
+
const paginateDescribeServerlessV2PlatformVersions = core.createPaginator(RDSClient, DescribeServerlessV2PlatformVersionsCommand, "Marker", "Marker", "MaxRecords");
|
|
2178
|
+
|
|
2165
2179
|
const paginateDescribeSourceRegions = core.createPaginator(RDSClient, DescribeSourceRegionsCommand, "Marker", "Marker", "MaxRecords");
|
|
2166
2180
|
|
|
2167
2181
|
const paginateDescribeTenantDatabases = core.createPaginator(RDSClient, DescribeTenantDatabasesCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -3207,6 +3221,7 @@ const commands = {
|
|
|
3207
3221
|
DescribePendingMaintenanceActionsCommand,
|
|
3208
3222
|
DescribeReservedDBInstancesCommand,
|
|
3209
3223
|
DescribeReservedDBInstancesOfferingsCommand,
|
|
3224
|
+
DescribeServerlessV2PlatformVersionsCommand,
|
|
3210
3225
|
DescribeSourceRegionsCommand,
|
|
3211
3226
|
DescribeTenantDatabasesCommand,
|
|
3212
3227
|
DescribeValidDBInstanceModificationsCommand,
|
|
@@ -3312,6 +3327,7 @@ const paginators = {
|
|
|
3312
3327
|
paginateDescribePendingMaintenanceActions,
|
|
3313
3328
|
paginateDescribeReservedDBInstances,
|
|
3314
3329
|
paginateDescribeReservedDBInstancesOfferings,
|
|
3330
|
+
paginateDescribeServerlessV2PlatformVersions,
|
|
3315
3331
|
paginateDescribeSourceRegions,
|
|
3316
3332
|
paginateDescribeTenantDatabases,
|
|
3317
3333
|
paginateDownloadDBLogFilePortion,
|
|
@@ -3651,6 +3667,7 @@ exports.DescribeOrderableDBInstanceOptionsCommand = DescribeOrderableDBInstanceO
|
|
|
3651
3667
|
exports.DescribePendingMaintenanceActionsCommand = DescribePendingMaintenanceActionsCommand;
|
|
3652
3668
|
exports.DescribeReservedDBInstancesCommand = DescribeReservedDBInstancesCommand;
|
|
3653
3669
|
exports.DescribeReservedDBInstancesOfferingsCommand = DescribeReservedDBInstancesOfferingsCommand;
|
|
3670
|
+
exports.DescribeServerlessV2PlatformVersionsCommand = DescribeServerlessV2PlatformVersionsCommand;
|
|
3654
3671
|
exports.DescribeSourceRegionsCommand = DescribeSourceRegionsCommand;
|
|
3655
3672
|
exports.DescribeTenantDatabasesCommand = DescribeTenantDatabasesCommand;
|
|
3656
3673
|
exports.DescribeValidDBInstanceModificationsCommand = DescribeValidDBInstanceModificationsCommand;
|
|
@@ -3777,6 +3794,7 @@ exports.paginateDescribeOrderableDBInstanceOptions = paginateDescribeOrderableDB
|
|
|
3777
3794
|
exports.paginateDescribePendingMaintenanceActions = paginateDescribePendingMaintenanceActions;
|
|
3778
3795
|
exports.paginateDescribeReservedDBInstances = paginateDescribeReservedDBInstances;
|
|
3779
3796
|
exports.paginateDescribeReservedDBInstancesOfferings = paginateDescribeReservedDBInstancesOfferings;
|
|
3797
|
+
exports.paginateDescribeServerlessV2PlatformVersions = paginateDescribeServerlessV2PlatformVersions;
|
|
3780
3798
|
exports.paginateDescribeSourceRegions = paginateDescribeSourceRegions;
|
|
3781
3799
|
exports.paginateDescribeTenantDatabases = paginateDescribeTenantDatabases;
|
|
3782
3800
|
exports.paginateDownloadDBLogFilePortion = paginateDownloadDBLogFilePortion;
|
|
@@ -7,14 +7,14 @@ exports.CreateDBInstanceReadReplicaResult$ = exports.CreateDBInstanceReadReplica
|
|
|
7
7
|
exports.DBInstanceAutomatedBackupMessage$ = exports.DBInstanceAutomatedBackup$ = exports.DBInstance$ = exports.DBEngineVersionMessage$ = exports.DBEngineVersion$ = exports.DBClusterStatusInfo$ = exports.DBClusterSnapshotMessage$ = exports.DBClusterSnapshotAttributesResult$ = exports.DBClusterSnapshotAttribute$ = exports.DBClusterSnapshot$ = exports.DBClusterRole$ = exports.DBClusterParameterGroupsMessage$ = exports.DBClusterParameterGroupNameMessage$ = exports.DBClusterParameterGroupDetails$ = exports.DBClusterParameterGroup$ = exports.DBClusterOptionGroupStatus$ = exports.DBClusterMessage$ = exports.DBClusterMember$ = exports.DBClusterEndpointMessage$ = exports.DBClusterEndpoint$ = exports.DBClusterCapacityInfo$ = exports.DBClusterBacktrackMessage$ = exports.DBClusterBacktrack$ = exports.DBClusterAutomatedBackupMessage$ = exports.DBClusterAutomatedBackup$ = exports.DBCluster$ = exports.CustomDBEngineVersionAMI$ = exports.CreateTenantDatabaseResult$ = exports.CreateTenantDatabaseMessage$ = exports.CreateOptionGroupResult$ = exports.CreateOptionGroupMessage$ = exports.CreateIntegrationMessage$ = exports.CreateGlobalClusterResult$ = exports.CreateGlobalClusterMessage$ = exports.CreateEventSubscriptionResult$ = exports.CreateEventSubscriptionMessage$ = exports.CreateDBSubnetGroupResult$ = exports.CreateDBSubnetGroupMessage$ = exports.CreateDBSnapshotResult$ = exports.CreateDBSnapshotMessage$ = exports.CreateDBShardGroupMessage$ = exports.CreateDBSecurityGroupResult$ = exports.CreateDBSecurityGroupMessage$ = exports.CreateDBProxyResponse$ = exports.CreateDBProxyRequest$ = exports.CreateDBProxyEndpointResponse$ = exports.CreateDBProxyEndpointRequest$ = exports.CreateDBParameterGroupResult$ = exports.CreateDBParameterGroupMessage$ = exports.CreateDBInstanceResult$ = void 0;
|
|
8
8
|
exports.DeleteDBSecurityGroupMessage$ = exports.DeleteDBProxyResponse$ = exports.DeleteDBProxyRequest$ = exports.DeleteDBProxyEndpointResponse$ = exports.DeleteDBProxyEndpointRequest$ = exports.DeleteDBParameterGroupMessage$ = exports.DeleteDBInstanceResult$ = exports.DeleteDBInstanceMessage$ = exports.DeleteDBInstanceAutomatedBackupResult$ = exports.DeleteDBInstanceAutomatedBackupMessage$ = exports.DeleteDBClusterSnapshotResult$ = exports.DeleteDBClusterSnapshotMessage$ = exports.DeleteDBClusterResult$ = exports.DeleteDBClusterParameterGroupMessage$ = exports.DeleteDBClusterMessage$ = exports.DeleteDBClusterEndpointMessage$ = exports.DeleteDBClusterAutomatedBackupResult$ = exports.DeleteDBClusterAutomatedBackupMessage$ = exports.DeleteCustomDBEngineVersionMessage$ = exports.DeleteBlueGreenDeploymentResponse$ = exports.DeleteBlueGreenDeploymentRequest$ = exports.DBSubnetGroupMessage$ = exports.DBSubnetGroup$ = exports.DBSnapshotTenantDatabasesMessage$ = exports.DBSnapshotTenantDatabase$ = exports.DBSnapshotMessage$ = exports.DBSnapshotAttributesResult$ = exports.DBSnapshotAttribute$ = exports.DBSnapshot$ = exports.DBShardGroup$ = exports.DBSecurityGroupMessage$ = exports.DBSecurityGroupMembership$ = exports.DBSecurityGroup$ = exports.DBRecommendationsMessage$ = exports.DBRecommendationMessage$ = exports.DBRecommendation$ = exports.DBProxyTargetGroup$ = exports.DBProxyTarget$ = exports.DBProxyEndpoint$ = exports.DBProxy$ = exports.DBParameterGroupStatus$ = exports.DBParameterGroupsMessage$ = exports.DBParameterGroupNameMessage$ = exports.DBParameterGroupDetails$ = exports.DBParameterGroup$ = exports.DBMajorEngineVersion$ = exports.DBInstanceStatusInfo$ = exports.DBInstanceRole$ = exports.DBInstanceMessage$ = exports.DBInstanceAutomatedBackupsReplication$ = void 0;
|
|
9
9
|
exports.DescribeDBSnapshotAttributesMessage$ = exports.DescribeDBShardGroupsResponse$ = exports.DescribeDBShardGroupsMessage$ = exports.DescribeDBSecurityGroupsMessage$ = exports.DescribeDBRecommendationsMessage$ = exports.DescribeDBProxyTargetsResponse$ = exports.DescribeDBProxyTargetsRequest$ = exports.DescribeDBProxyTargetGroupsResponse$ = exports.DescribeDBProxyTargetGroupsRequest$ = exports.DescribeDBProxyEndpointsResponse$ = exports.DescribeDBProxyEndpointsRequest$ = exports.DescribeDBProxiesResponse$ = exports.DescribeDBProxiesRequest$ = exports.DescribeDBParametersMessage$ = exports.DescribeDBParameterGroupsMessage$ = exports.DescribeDBMajorEngineVersionsResponse$ = exports.DescribeDBMajorEngineVersionsRequest$ = exports.DescribeDBLogFilesResponse$ = exports.DescribeDBLogFilesMessage$ = exports.DescribeDBLogFilesDetails$ = exports.DescribeDBInstancesMessage$ = exports.DescribeDBInstanceAutomatedBackupsMessage$ = exports.DescribeDBEngineVersionsMessage$ = exports.DescribeDBClusterSnapshotsMessage$ = exports.DescribeDBClusterSnapshotAttributesResult$ = exports.DescribeDBClusterSnapshotAttributesMessage$ = exports.DescribeDBClustersMessage$ = exports.DescribeDBClusterParametersMessage$ = exports.DescribeDBClusterParameterGroupsMessage$ = exports.DescribeDBClusterEndpointsMessage$ = exports.DescribeDBClusterBacktracksMessage$ = exports.DescribeDBClusterAutomatedBackupsMessage$ = exports.DescribeCertificatesMessage$ = exports.DescribeBlueGreenDeploymentsResponse$ = exports.DescribeBlueGreenDeploymentsRequest$ = exports.DescribeAccountAttributesMessage$ = exports.DeregisterDBProxyTargetsResponse$ = exports.DeregisterDBProxyTargetsRequest$ = exports.DeleteTenantDatabaseResult$ = exports.DeleteTenantDatabaseMessage$ = exports.DeleteOptionGroupMessage$ = exports.DeleteIntegrationMessage$ = exports.DeleteGlobalClusterResult$ = exports.DeleteGlobalClusterMessage$ = exports.DeleteEventSubscriptionResult$ = exports.DeleteEventSubscriptionMessage$ = exports.DeleteDBSubnetGroupMessage$ = exports.DeleteDBSnapshotResult$ = exports.DeleteDBSnapshotMessage$ = exports.DeleteDBShardGroupMessage$ = void 0;
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.SwitchoverReadReplica$ = exports.SwitchoverGlobalCluster$ = exports.SwitchoverBlueGreenDeployment$ = exports.StopDBInstanceAutomatedBackupsReplication$ = exports.StopDBInstance$ = exports.StopDBCluster$ = exports.StopActivityStream$ = exports.StartExportTask$ = exports.StartDBInstanceAutomatedBackupsReplication$ = exports.StartDBInstance$ = exports.StartDBCluster$ = exports.StartActivityStream$ = exports.RevokeDBSecurityGroupIngress$ = exports.RestoreDBInstanceToPointInTime$ = exports.RestoreDBInstanceFromS3$ = exports.RestoreDBInstanceFromDBSnapshot$ = exports.RestoreDBClusterToPointInTime$ = exports.RestoreDBClusterFromSnapshot$ = exports.RestoreDBClusterFromS3$ = exports.ResetDBParameterGroup$ = exports.ResetDBClusterParameterGroup$ = exports.RemoveTagsFromResource$ = exports.RemoveSourceIdentifierFromSubscription$ = exports.RemoveRoleFromDBInstance$ = exports.RemoveRoleFromDBCluster$ = exports.RemoveFromGlobalCluster$ = exports.RegisterDBProxyTargets$ = exports.RebootDBShardGroup$ = exports.RebootDBInstance$ = exports.RebootDBCluster$ = exports.PurchaseReservedDBInstancesOffering$ = exports.PromoteReadReplicaDBCluster$ = exports.PromoteReadReplica$ = exports.ModifyTenantDatabase$ = exports.ModifyOptionGroup$ = exports.ModifyIntegration$ = exports.ModifyGlobalCluster$ = exports.ModifyEventSubscription$ = void 0;
|
|
10
|
+
exports.FailoverGlobalClusterResult$ = exports.FailoverGlobalClusterMessage$ = exports.FailoverDBClusterResult$ = exports.FailoverDBClusterMessage$ = exports.ExportTasksMessage$ = exports.ExportTask$ = exports.EventSubscriptionsMessage$ = exports.EventSubscription$ = exports.EventsMessage$ = exports.EventCategoriesMessage$ = exports.EventCategoriesMap$ = exports.Event$ = exports.EngineDefaults$ = exports.Endpoint$ = exports.EnableHttpEndpointResponse$ = exports.EnableHttpEndpointRequest$ = exports.EC2SecurityGroup$ = exports.DownloadDBLogFilePortionMessage$ = exports.DownloadDBLogFilePortionDetails$ = exports.DoubleRange$ = exports.DomainMembership$ = exports.DocLink$ = exports.DisableHttpEndpointResponse$ = exports.DisableHttpEndpointRequest$ = exports.DescribeValidDBInstanceModificationsResult$ = exports.DescribeValidDBInstanceModificationsMessage$ = exports.DescribeTenantDatabasesMessage$ = exports.DescribeSourceRegionsMessage$ = exports.DescribeServerlessV2PlatformVersionsMessage$ = exports.DescribeReservedDBInstancesOfferingsMessage$ = exports.DescribeReservedDBInstancesMessage$ = exports.DescribePendingMaintenanceActionsMessage$ = exports.DescribeOrderableDBInstanceOptionsMessage$ = exports.DescribeOptionGroupsMessage$ = exports.DescribeOptionGroupOptionsMessage$ = exports.DescribeIntegrationsResponse$ = exports.DescribeIntegrationsMessage$ = exports.DescribeGlobalClustersMessage$ = exports.DescribeExportTasksMessage$ = exports.DescribeEventSubscriptionsMessage$ = exports.DescribeEventsMessage$ = exports.DescribeEventCategoriesMessage$ = exports.DescribeEngineDefaultParametersResult$ = exports.DescribeEngineDefaultParametersMessage$ = exports.DescribeEngineDefaultClusterParametersResult$ = exports.DescribeEngineDefaultClusterParametersMessage$ = exports.DescribeDBSubnetGroupsMessage$ = exports.DescribeDBSnapshotTenantDatabasesMessage$ = exports.DescribeDBSnapshotsMessage$ = exports.DescribeDBSnapshotAttributesResult$ = void 0;
|
|
11
|
+
exports.ModifyGlobalClusterResult$ = exports.ModifyGlobalClusterMessage$ = exports.ModifyEventSubscriptionResult$ = exports.ModifyEventSubscriptionMessage$ = exports.ModifyDBSubnetGroupResult$ = exports.ModifyDBSubnetGroupMessage$ = exports.ModifyDBSnapshotResult$ = exports.ModifyDBSnapshotMessage$ = exports.ModifyDBSnapshotAttributeResult$ = exports.ModifyDBSnapshotAttributeMessage$ = exports.ModifyDBShardGroupMessage$ = exports.ModifyDBRecommendationMessage$ = exports.ModifyDBProxyTargetGroupResponse$ = exports.ModifyDBProxyTargetGroupRequest$ = exports.ModifyDBProxyResponse$ = exports.ModifyDBProxyRequest$ = exports.ModifyDBProxyEndpointResponse$ = exports.ModifyDBProxyEndpointRequest$ = exports.ModifyDBParameterGroupMessage$ = exports.ModifyDBInstanceResult$ = exports.ModifyDBInstanceMessage$ = exports.ModifyDBClusterSnapshotAttributeResult$ = exports.ModifyDBClusterSnapshotAttributeMessage$ = exports.ModifyDBClusterResult$ = exports.ModifyDBClusterParameterGroupMessage$ = exports.ModifyDBClusterMessage$ = exports.ModifyDBClusterEndpointMessage$ = exports.ModifyCustomDBEngineVersionMessage$ = exports.ModifyCurrentDBClusterCapacityMessage$ = exports.ModifyCertificatesResult$ = exports.ModifyCertificatesMessage$ = exports.ModifyAdditionalStorageVolume$ = exports.ModifyActivityStreamResponse$ = exports.ModifyActivityStreamRequest$ = exports.MinimumEngineVersionPerAllowedValue$ = exports.MetricReference$ = exports.MetricQuery$ = exports.Metric$ = exports.MasterUserSecret$ = exports.ListTagsForResourceMessage$ = exports.LimitlessDatabase$ = exports.IssueDetails$ = exports.IPRange$ = exports.IntegrationError$ = exports.Integration$ = exports.GlobalClustersMessage$ = exports.GlobalClusterMember$ = exports.GlobalCluster$ = exports.Filter$ = exports.FailoverState$ = void 0;
|
|
12
|
+
exports.RemoveRoleFromDBClusterMessage$ = exports.RemoveFromGlobalClusterResult$ = exports.RemoveFromGlobalClusterMessage$ = exports.RegisterDBProxyTargetsResponse$ = exports.RegisterDBProxyTargetsRequest$ = exports.ReferenceDetails$ = exports.RecurringCharge$ = exports.RecommendedActionUpdate$ = exports.RecommendedActionParameter$ = exports.RecommendedAction$ = exports.RebootDBShardGroupMessage$ = exports.RebootDBInstanceResult$ = exports.RebootDBInstanceMessage$ = exports.RebootDBClusterResult$ = exports.RebootDBClusterMessage$ = exports.RdsCustomClusterConfiguration$ = exports.Range$ = exports.PurchaseReservedDBInstancesOfferingResult$ = exports.PurchaseReservedDBInstancesOfferingMessage$ = exports.PromoteReadReplicaResult$ = exports.PromoteReadReplicaMessage$ = exports.PromoteReadReplicaDBClusterResult$ = exports.PromoteReadReplicaDBClusterMessage$ = exports.ProcessorFeature$ = exports.PerformanceIssueDetails$ = exports.PerformanceInsightsMetricQuery$ = exports.PerformanceInsightsMetricDimensionGroup$ = exports.PendingModifiedValues$ = exports.PendingMaintenanceActionsMessage$ = exports.PendingMaintenanceAction$ = exports.PendingCloudwatchLogsExports$ = exports.Parameter$ = exports.Outpost$ = exports.OrderableDBInstanceOptionsMessage$ = exports.OrderableDBInstanceOption$ = exports.OptionVersion$ = exports.OptionSetting$ = exports.OptionGroups$ = exports.OptionGroupOptionsMessage$ = exports.OptionGroupOptionSetting$ = exports.OptionGroupOption$ = exports.OptionGroupMembership$ = exports.OptionGroup$ = exports.OptionConfiguration$ = exports.Option$ = exports.ModifyTenantDatabaseResult$ = exports.ModifyTenantDatabaseMessage$ = exports.ModifyOptionGroupResult$ = exports.ModifyOptionGroupMessage$ = exports.ModifyIntegrationMessage$ = void 0;
|
|
13
|
+
exports.StopDBInstanceAutomatedBackupsReplicationMessage$ = exports.StopDBClusterResult$ = exports.StopDBClusterMessage$ = exports.StopActivityStreamResponse$ = exports.StopActivityStreamRequest$ = exports.StartExportTaskMessage$ = exports.StartDBInstanceResult$ = exports.StartDBInstanceMessage$ = exports.StartDBInstanceAutomatedBackupsReplicationResult$ = exports.StartDBInstanceAutomatedBackupsReplicationMessage$ = exports.StartDBClusterResult$ = exports.StartDBClusterMessage$ = exports.StartActivityStreamResponse$ = exports.StartActivityStreamRequest$ = exports.SourceRegionMessage$ = exports.SourceRegion$ = exports.ServerlessV2ScalingConfigurationInfo$ = exports.ServerlessV2ScalingConfiguration$ = exports.ServerlessV2PlatformVersionsMessage$ = exports.ServerlessV2PlatformVersionInfo$ = exports.ServerlessV2FeaturesSupport$ = exports.ScalingConfigurationInfo$ = exports.ScalingConfiguration$ = exports.ScalarReferenceDetails$ = exports.RevokeDBSecurityGroupIngressResult$ = exports.RevokeDBSecurityGroupIngressMessage$ = exports.RestoreWindow$ = exports.RestoreDBInstanceToPointInTimeResult$ = exports.RestoreDBInstanceToPointInTimeMessage$ = exports.RestoreDBInstanceFromS3Result$ = exports.RestoreDBInstanceFromS3Message$ = exports.RestoreDBInstanceFromDBSnapshotResult$ = exports.RestoreDBInstanceFromDBSnapshotMessage$ = exports.RestoreDBClusterToPointInTimeResult$ = exports.RestoreDBClusterToPointInTimeMessage$ = exports.RestoreDBClusterFromSnapshotResult$ = exports.RestoreDBClusterFromSnapshotMessage$ = exports.RestoreDBClusterFromS3Result$ = exports.RestoreDBClusterFromS3Message$ = exports.ResourcePendingMaintenanceActions$ = exports.ResetDBParameterGroupMessage$ = exports.ResetDBClusterParameterGroupMessage$ = exports.ReservedDBInstancesOfferingMessage$ = exports.ReservedDBInstancesOffering$ = exports.ReservedDBInstanceMessage$ = exports.ReservedDBInstance$ = exports.RemoveTagsFromResourceMessage$ = exports.RemoveSourceIdentifierFromSubscriptionResult$ = exports.RemoveSourceIdentifierFromSubscriptionMessage$ = exports.RemoveRoleFromDBInstanceMessage$ = void 0;
|
|
14
|
+
exports.CreateDBParameterGroup$ = exports.CreateDBInstanceReadReplica$ = exports.CreateDBInstance$ = exports.CreateDBClusterSnapshot$ = exports.CreateDBClusterParameterGroup$ = exports.CreateDBClusterEndpoint$ = exports.CreateDBCluster$ = exports.CreateCustomDBEngineVersion$ = exports.CreateBlueGreenDeployment$ = exports.CopyOptionGroup$ = exports.CopyDBSnapshot$ = exports.CopyDBParameterGroup$ = exports.CopyDBClusterSnapshot$ = exports.CopyDBClusterParameterGroup$ = exports.CancelExportTask$ = exports.BacktrackDBCluster$ = exports.AuthorizeDBSecurityGroupIngress$ = exports.ApplyPendingMaintenanceAction$ = exports.AddTagsToResource$ = exports.AddSourceIdentifierToSubscription$ = exports.AddRoleToDBInstance$ = exports.AddRoleToDBCluster$ = exports.VpcSecurityGroupMembership$ = exports.ValidVolumeOptions$ = exports.ValidStorageOptions$ = exports.ValidDBInstanceModificationsMessage$ = exports.ValidAdditionalStorageOptions$ = exports.UserAuthConfigInfo$ = exports.UserAuthConfig$ = exports.UpgradeTarget$ = exports.Timezone$ = exports.TenantDatabasesMessage$ = exports.TenantDatabasePendingModifiedValues$ = exports.TenantDatabase$ = exports.TargetHealth$ = exports.TagSpecification$ = exports.TagListMessage$ = exports.Tag$ = exports.SwitchoverReadReplicaResult$ = exports.SwitchoverReadReplicaMessage$ = exports.SwitchoverGlobalClusterResult$ = exports.SwitchoverGlobalClusterMessage$ = exports.SwitchoverDetail$ = exports.SwitchoverBlueGreenDeploymentResponse$ = exports.SwitchoverBlueGreenDeploymentRequest$ = exports.SupportedEngineLifecycle$ = exports.Subnet$ = exports.StopDBInstanceResult$ = exports.StopDBInstanceMessage$ = exports.StopDBInstanceAutomatedBackupsReplicationResult$ = void 0;
|
|
15
|
+
exports.DescribeDBParameterGroups$ = exports.DescribeDBMajorEngineVersions$ = exports.DescribeDBLogFiles$ = exports.DescribeDBInstances$ = exports.DescribeDBInstanceAutomatedBackups$ = exports.DescribeDBEngineVersions$ = exports.DescribeDBClusterSnapshots$ = exports.DescribeDBClusterSnapshotAttributes$ = exports.DescribeDBClusters$ = exports.DescribeDBClusterParameters$ = exports.DescribeDBClusterParameterGroups$ = exports.DescribeDBClusterEndpoints$ = exports.DescribeDBClusterBacktracks$ = exports.DescribeDBClusterAutomatedBackups$ = exports.DescribeCertificates$ = exports.DescribeBlueGreenDeployments$ = exports.DescribeAccountAttributes$ = exports.DeregisterDBProxyTargets$ = exports.DeleteTenantDatabase$ = exports.DeleteOptionGroup$ = exports.DeleteIntegration$ = exports.DeleteGlobalCluster$ = exports.DeleteEventSubscription$ = exports.DeleteDBSubnetGroup$ = exports.DeleteDBSnapshot$ = exports.DeleteDBShardGroup$ = exports.DeleteDBSecurityGroup$ = exports.DeleteDBProxyEndpoint$ = exports.DeleteDBProxy$ = exports.DeleteDBParameterGroup$ = exports.DeleteDBInstanceAutomatedBackup$ = exports.DeleteDBInstance$ = exports.DeleteDBClusterSnapshot$ = exports.DeleteDBClusterParameterGroup$ = exports.DeleteDBClusterEndpoint$ = exports.DeleteDBClusterAutomatedBackup$ = exports.DeleteDBCluster$ = exports.DeleteCustomDBEngineVersion$ = exports.DeleteBlueGreenDeployment$ = exports.CreateTenantDatabase$ = exports.CreateOptionGroup$ = exports.CreateIntegration$ = exports.CreateGlobalCluster$ = exports.CreateEventSubscription$ = exports.CreateDBSubnetGroup$ = exports.CreateDBSnapshot$ = exports.CreateDBShardGroup$ = exports.CreateDBSecurityGroup$ = exports.CreateDBProxyEndpoint$ = exports.CreateDBProxy$ = void 0;
|
|
16
|
+
exports.ModifyDBRecommendation$ = exports.ModifyDBProxyTargetGroup$ = exports.ModifyDBProxyEndpoint$ = exports.ModifyDBProxy$ = exports.ModifyDBParameterGroup$ = exports.ModifyDBInstance$ = exports.ModifyDBClusterSnapshotAttribute$ = exports.ModifyDBClusterParameterGroup$ = exports.ModifyDBClusterEndpoint$ = exports.ModifyDBCluster$ = exports.ModifyCustomDBEngineVersion$ = exports.ModifyCurrentDBClusterCapacity$ = exports.ModifyCertificates$ = exports.ModifyActivityStream$ = exports.ListTagsForResource$ = exports.FailoverGlobalCluster$ = exports.FailoverDBCluster$ = exports.EnableHttpEndpoint$ = exports.DownloadDBLogFilePortion$ = exports.DisableHttpEndpoint$ = exports.DescribeValidDBInstanceModifications$ = exports.DescribeTenantDatabases$ = exports.DescribeSourceRegions$ = exports.DescribeServerlessV2PlatformVersions$ = exports.DescribeReservedDBInstancesOfferings$ = exports.DescribeReservedDBInstances$ = exports.DescribePendingMaintenanceActions$ = exports.DescribeOrderableDBInstanceOptions$ = exports.DescribeOptionGroups$ = exports.DescribeOptionGroupOptions$ = exports.DescribeIntegrations$ = exports.DescribeGlobalClusters$ = exports.DescribeExportTasks$ = exports.DescribeEventSubscriptions$ = exports.DescribeEvents$ = exports.DescribeEventCategories$ = exports.DescribeEngineDefaultParameters$ = exports.DescribeEngineDefaultClusterParameters$ = exports.DescribeDBSubnetGroups$ = exports.DescribeDBSnapshotTenantDatabases$ = exports.DescribeDBSnapshots$ = exports.DescribeDBSnapshotAttributes$ = exports.DescribeDBShardGroups$ = exports.DescribeDBSecurityGroups$ = exports.DescribeDBRecommendations$ = exports.DescribeDBProxyTargets$ = exports.DescribeDBProxyTargetGroups$ = exports.DescribeDBProxyEndpoints$ = exports.DescribeDBProxies$ = exports.DescribeDBParameters$ = void 0;
|
|
17
|
+
exports.SwitchoverReadReplica$ = exports.SwitchoverGlobalCluster$ = exports.SwitchoverBlueGreenDeployment$ = exports.StopDBInstanceAutomatedBackupsReplication$ = exports.StopDBInstance$ = exports.StopDBCluster$ = exports.StopActivityStream$ = exports.StartExportTask$ = exports.StartDBInstanceAutomatedBackupsReplication$ = exports.StartDBInstance$ = exports.StartDBCluster$ = exports.StartActivityStream$ = exports.RevokeDBSecurityGroupIngress$ = exports.RestoreDBInstanceToPointInTime$ = exports.RestoreDBInstanceFromS3$ = exports.RestoreDBInstanceFromDBSnapshot$ = exports.RestoreDBClusterToPointInTime$ = exports.RestoreDBClusterFromSnapshot$ = exports.RestoreDBClusterFromS3$ = exports.ResetDBParameterGroup$ = exports.ResetDBClusterParameterGroup$ = exports.RemoveTagsFromResource$ = exports.RemoveSourceIdentifierFromSubscription$ = exports.RemoveRoleFromDBInstance$ = exports.RemoveRoleFromDBCluster$ = exports.RemoveFromGlobalCluster$ = exports.RegisterDBProxyTargets$ = exports.RebootDBShardGroup$ = exports.RebootDBInstance$ = exports.RebootDBCluster$ = exports.PurchaseReservedDBInstancesOffering$ = exports.PromoteReadReplicaDBCluster$ = exports.PromoteReadReplica$ = exports.ModifyTenantDatabase$ = exports.ModifyOptionGroup$ = exports.ModifyIntegration$ = exports.ModifyGlobalCluster$ = exports.ModifyEventSubscription$ = exports.ModifyDBSubnetGroup$ = exports.ModifyDBSnapshotAttribute$ = exports.ModifyDBSnapshot$ = exports.ModifyDBShardGroup$ = void 0;
|
|
18
18
|
const _A = "Auth";
|
|
19
19
|
const _AA = "ApplyAction";
|
|
20
20
|
const _AAAD = "AutoAppliedAfterDate";
|
|
@@ -656,6 +656,8 @@ const _DRI = "DbiResourceId";
|
|
|
656
656
|
const _DRL = "DoubleRangeList";
|
|
657
657
|
const _DSR = "DescribeSourceRegions";
|
|
658
658
|
const _DSRM = "DescribeSourceRegionsMessage";
|
|
659
|
+
const _DSVPV = "DescribeServerlessV2PlatformVersions";
|
|
660
|
+
const _DSVPVM = "DescribeServerlessV2PlatformVersionsMessage";
|
|
659
661
|
const _DT = "DeleteTime";
|
|
660
662
|
const _DTD = "DeleteTenantDatabase";
|
|
661
663
|
const _DTDM = "DeleteTenantDatabaseMessage";
|
|
@@ -1414,6 +1416,11 @@ const _STw = "SwitchoverTimeout";
|
|
|
1414
1416
|
const _SUAP = "SecondsUntilAutoPause";
|
|
1415
1417
|
const _SVFS = "ServerlessV2FeaturesSupport";
|
|
1416
1418
|
const _SVPV = "ServerlessV2PlatformVersion";
|
|
1419
|
+
const _SVPVD = "ServerlessV2PlatformVersionDescription";
|
|
1420
|
+
const _SVPVI = "ServerlessV2PlatformVersionInfo";
|
|
1421
|
+
const _SVPVL = "ServerlessV2PlatformVersionList";
|
|
1422
|
+
const _SVPVM = "ServerlessV2PlatformVersionsMessage";
|
|
1423
|
+
const _SVPVe = "ServerlessV2PlatformVersions";
|
|
1417
1424
|
const _SVS = "StorageVolumeStatus";
|
|
1418
1425
|
const _SVSC = "ServerlessV2ScalingConfiguration";
|
|
1419
1426
|
const _SVSCI = "ServerlessV2ScalingConfigurationInfo";
|
|
@@ -3563,6 +3570,11 @@ exports.DescribeReservedDBInstancesOfferingsMessage$ = [3, n0, _DRDBIOM,
|
|
|
3563
3570
|
[_RDBIOI, _DBIC, _Du, _PD, _OT, _MAZ, _Fi, _MR, _Ma],
|
|
3564
3571
|
[0, 0, 0, 0, 0, 2, [() => FilterList, 0], 1, 0]
|
|
3565
3572
|
];
|
|
3573
|
+
exports.DescribeServerlessV2PlatformVersionsMessage$ = [3, n0, _DSVPVM,
|
|
3574
|
+
0,
|
|
3575
|
+
[_SVPV, _E, _Fi, _DOe, _IA, _MR, _Ma],
|
|
3576
|
+
[0, 0, [() => FilterList, 0], 2, 2, 1, 0]
|
|
3577
|
+
];
|
|
3566
3578
|
exports.DescribeSourceRegionsMessage$ = [3, n0, _DSRM,
|
|
3567
3579
|
0,
|
|
3568
3580
|
[_RNe, _MR, _Ma, _Fi],
|
|
@@ -4353,6 +4365,16 @@ exports.ServerlessV2FeaturesSupport$ = [3, n0, _SVFS,
|
|
|
4353
4365
|
[_MC, _MCa],
|
|
4354
4366
|
[1, 1]
|
|
4355
4367
|
];
|
|
4368
|
+
exports.ServerlessV2PlatformVersionInfo$ = [3, n0, _SVPVI,
|
|
4369
|
+
0,
|
|
4370
|
+
[_SVPV, _SVPVD, _E, _SVFS, _St, _ID],
|
|
4371
|
+
[0, 0, 0, () => exports.ServerlessV2FeaturesSupport$, 0, 2]
|
|
4372
|
+
];
|
|
4373
|
+
exports.ServerlessV2PlatformVersionsMessage$ = [3, n0, _SVPVM,
|
|
4374
|
+
0,
|
|
4375
|
+
[_Ma, _SVPVe],
|
|
4376
|
+
[0, () => ServerlessV2PlatformVersionList]
|
|
4377
|
+
];
|
|
4356
4378
|
exports.ServerlessV2ScalingConfiguration$ = [3, n0, _SVSC,
|
|
4357
4379
|
0,
|
|
4358
4380
|
[_MC, _MCa, _SUAP],
|
|
@@ -4938,6 +4960,9 @@ var ReservedDBInstancesOfferingList = [1, n0, _RDBIOL,
|
|
|
4938
4960
|
0, [() => exports.ReservedDBInstancesOffering$,
|
|
4939
4961
|
{ [_xN]: _RDBIO }]
|
|
4940
4962
|
];
|
|
4963
|
+
var ServerlessV2PlatformVersionList = [1, n0, _SVPVL,
|
|
4964
|
+
0, () => exports.ServerlessV2PlatformVersionInfo$
|
|
4965
|
+
];
|
|
4941
4966
|
var SourceIdsList = [1, n0, _SIL,
|
|
4942
4967
|
0, [0,
|
|
4943
4968
|
{ [_xN]: _SIou }]
|
|
@@ -5310,6 +5335,9 @@ exports.DescribeReservedDBInstances$ = [9, n0, _DRDBI,
|
|
|
5310
5335
|
exports.DescribeReservedDBInstancesOfferings$ = [9, n0, _DRDBIO,
|
|
5311
5336
|
0, () => exports.DescribeReservedDBInstancesOfferingsMessage$, () => exports.ReservedDBInstancesOfferingMessage$
|
|
5312
5337
|
];
|
|
5338
|
+
exports.DescribeServerlessV2PlatformVersions$ = [9, n0, _DSVPV,
|
|
5339
|
+
0, () => exports.DescribeServerlessV2PlatformVersionsMessage$, () => exports.ServerlessV2PlatformVersionsMessage$
|
|
5340
|
+
];
|
|
5313
5341
|
exports.DescribeSourceRegions$ = [9, n0, _DSR,
|
|
5314
5342
|
0, () => exports.DescribeSourceRegionsMessage$, () => exports.SourceRegionMessage$
|
|
5315
5343
|
];
|
package/dist-es/RDS.js
CHANGED
|
@@ -97,6 +97,7 @@ import { DescribeOrderableDBInstanceOptionsCommand, } from "./commands/DescribeO
|
|
|
97
97
|
import { DescribePendingMaintenanceActionsCommand, } from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
98
98
|
import { DescribeReservedDBInstancesCommand, } from "./commands/DescribeReservedDBInstancesCommand";
|
|
99
99
|
import { DescribeReservedDBInstancesOfferingsCommand, } from "./commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
100
|
+
import { DescribeServerlessV2PlatformVersionsCommand, } from "./commands/DescribeServerlessV2PlatformVersionsCommand";
|
|
100
101
|
import { DescribeSourceRegionsCommand, } from "./commands/DescribeSourceRegionsCommand";
|
|
101
102
|
import { DescribeTenantDatabasesCommand, } from "./commands/DescribeTenantDatabasesCommand";
|
|
102
103
|
import { DescribeValidDBInstanceModificationsCommand, } from "./commands/DescribeValidDBInstanceModificationsCommand";
|
|
@@ -200,6 +201,7 @@ import { paginateDescribeOrderableDBInstanceOptions } from "./pagination/Describ
|
|
|
200
201
|
import { paginateDescribePendingMaintenanceActions } from "./pagination/DescribePendingMaintenanceActionsPaginator";
|
|
201
202
|
import { paginateDescribeReservedDBInstancesOfferings, } from "./pagination/DescribeReservedDBInstancesOfferingsPaginator";
|
|
202
203
|
import { paginateDescribeReservedDBInstances } from "./pagination/DescribeReservedDBInstancesPaginator";
|
|
204
|
+
import { paginateDescribeServerlessV2PlatformVersions, } from "./pagination/DescribeServerlessV2PlatformVersionsPaginator";
|
|
203
205
|
import { paginateDescribeSourceRegions } from "./pagination/DescribeSourceRegionsPaginator";
|
|
204
206
|
import { paginateDescribeTenantDatabases } from "./pagination/DescribeTenantDatabasesPaginator";
|
|
205
207
|
import { paginateDownloadDBLogFilePortion } from "./pagination/DownloadDBLogFilePortionPaginator";
|
|
@@ -313,6 +315,7 @@ const commands = {
|
|
|
313
315
|
DescribePendingMaintenanceActionsCommand,
|
|
314
316
|
DescribeReservedDBInstancesCommand,
|
|
315
317
|
DescribeReservedDBInstancesOfferingsCommand,
|
|
318
|
+
DescribeServerlessV2PlatformVersionsCommand,
|
|
316
319
|
DescribeSourceRegionsCommand,
|
|
317
320
|
DescribeTenantDatabasesCommand,
|
|
318
321
|
DescribeValidDBInstanceModificationsCommand,
|
|
@@ -418,6 +421,7 @@ const paginators = {
|
|
|
418
421
|
paginateDescribePendingMaintenanceActions,
|
|
419
422
|
paginateDescribeReservedDBInstances,
|
|
420
423
|
paginateDescribeReservedDBInstancesOfferings,
|
|
424
|
+
paginateDescribeServerlessV2PlatformVersions,
|
|
421
425
|
paginateDescribeSourceRegions,
|
|
422
426
|
paginateDescribeTenantDatabases,
|
|
423
427
|
paginateDownloadDBLogFilePortion,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeServerlessV2PlatformVersions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeServerlessV2PlatformVersionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonRDSv19", "DescribeServerlessV2PlatformVersions", {})
|
|
13
|
+
.n("RDSClient", "DescribeServerlessV2PlatformVersionsCommand")
|
|
14
|
+
.sc(DescribeServerlessV2PlatformVersions$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -96,6 +96,7 @@ export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
|
96
96
|
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
97
97
|
export * from "./DescribeReservedDBInstancesCommand";
|
|
98
98
|
export * from "./DescribeReservedDBInstancesOfferingsCommand";
|
|
99
|
+
export * from "./DescribeServerlessV2PlatformVersionsCommand";
|
|
99
100
|
export * from "./DescribeSourceRegionsCommand";
|
|
100
101
|
export * from "./DescribeTenantDatabasesCommand";
|
|
101
102
|
export * from "./DescribeValidDBInstanceModificationsCommand";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { DescribeServerlessV2PlatformVersionsCommand, } from "../commands/DescribeServerlessV2PlatformVersionsCommand";
|
|
3
|
+
import { RDSClient } from "../RDSClient";
|
|
4
|
+
export const paginateDescribeServerlessV2PlatformVersions = createPaginator(RDSClient, DescribeServerlessV2PlatformVersionsCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -37,6 +37,7 @@ export * from "./DescribeOrderableDBInstanceOptionsPaginator";
|
|
|
37
37
|
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
38
38
|
export * from "./DescribeReservedDBInstancesPaginator";
|
|
39
39
|
export * from "./DescribeReservedDBInstancesOfferingsPaginator";
|
|
40
|
+
export * from "./DescribeServerlessV2PlatformVersionsPaginator";
|
|
40
41
|
export * from "./DescribeSourceRegionsPaginator";
|
|
41
42
|
export * from "./DescribeTenantDatabasesPaginator";
|
|
42
43
|
export * from "./DownloadDBLogFilePortionPaginator";
|
|
@@ -639,6 +639,8 @@ const _DRI = "DbiResourceId";
|
|
|
639
639
|
const _DRL = "DoubleRangeList";
|
|
640
640
|
const _DSR = "DescribeSourceRegions";
|
|
641
641
|
const _DSRM = "DescribeSourceRegionsMessage";
|
|
642
|
+
const _DSVPV = "DescribeServerlessV2PlatformVersions";
|
|
643
|
+
const _DSVPVM = "DescribeServerlessV2PlatformVersionsMessage";
|
|
642
644
|
const _DT = "DeleteTime";
|
|
643
645
|
const _DTD = "DeleteTenantDatabase";
|
|
644
646
|
const _DTDM = "DeleteTenantDatabaseMessage";
|
|
@@ -1397,6 +1399,11 @@ const _STw = "SwitchoverTimeout";
|
|
|
1397
1399
|
const _SUAP = "SecondsUntilAutoPause";
|
|
1398
1400
|
const _SVFS = "ServerlessV2FeaturesSupport";
|
|
1399
1401
|
const _SVPV = "ServerlessV2PlatformVersion";
|
|
1402
|
+
const _SVPVD = "ServerlessV2PlatformVersionDescription";
|
|
1403
|
+
const _SVPVI = "ServerlessV2PlatformVersionInfo";
|
|
1404
|
+
const _SVPVL = "ServerlessV2PlatformVersionList";
|
|
1405
|
+
const _SVPVM = "ServerlessV2PlatformVersionsMessage";
|
|
1406
|
+
const _SVPVe = "ServerlessV2PlatformVersions";
|
|
1400
1407
|
const _SVS = "StorageVolumeStatus";
|
|
1401
1408
|
const _SVSC = "ServerlessV2ScalingConfiguration";
|
|
1402
1409
|
const _SVSCI = "ServerlessV2ScalingConfigurationInfo";
|
|
@@ -3546,6 +3553,11 @@ export var DescribeReservedDBInstancesOfferingsMessage$ = [3, n0, _DRDBIOM,
|
|
|
3546
3553
|
[_RDBIOI, _DBIC, _Du, _PD, _OT, _MAZ, _Fi, _MR, _Ma],
|
|
3547
3554
|
[0, 0, 0, 0, 0, 2, [() => FilterList, 0], 1, 0]
|
|
3548
3555
|
];
|
|
3556
|
+
export var DescribeServerlessV2PlatformVersionsMessage$ = [3, n0, _DSVPVM,
|
|
3557
|
+
0,
|
|
3558
|
+
[_SVPV, _E, _Fi, _DOe, _IA, _MR, _Ma],
|
|
3559
|
+
[0, 0, [() => FilterList, 0], 2, 2, 1, 0]
|
|
3560
|
+
];
|
|
3549
3561
|
export var DescribeSourceRegionsMessage$ = [3, n0, _DSRM,
|
|
3550
3562
|
0,
|
|
3551
3563
|
[_RNe, _MR, _Ma, _Fi],
|
|
@@ -4336,6 +4348,16 @@ export var ServerlessV2FeaturesSupport$ = [3, n0, _SVFS,
|
|
|
4336
4348
|
[_MC, _MCa],
|
|
4337
4349
|
[1, 1]
|
|
4338
4350
|
];
|
|
4351
|
+
export var ServerlessV2PlatformVersionInfo$ = [3, n0, _SVPVI,
|
|
4352
|
+
0,
|
|
4353
|
+
[_SVPV, _SVPVD, _E, _SVFS, _St, _ID],
|
|
4354
|
+
[0, 0, 0, () => ServerlessV2FeaturesSupport$, 0, 2]
|
|
4355
|
+
];
|
|
4356
|
+
export var ServerlessV2PlatformVersionsMessage$ = [3, n0, _SVPVM,
|
|
4357
|
+
0,
|
|
4358
|
+
[_Ma, _SVPVe],
|
|
4359
|
+
[0, () => ServerlessV2PlatformVersionList]
|
|
4360
|
+
];
|
|
4339
4361
|
export var ServerlessV2ScalingConfiguration$ = [3, n0, _SVSC,
|
|
4340
4362
|
0,
|
|
4341
4363
|
[_MC, _MCa, _SUAP],
|
|
@@ -4921,6 +4943,9 @@ var ReservedDBInstancesOfferingList = [1, n0, _RDBIOL,
|
|
|
4921
4943
|
0, [() => ReservedDBInstancesOffering$,
|
|
4922
4944
|
{ [_xN]: _RDBIO }]
|
|
4923
4945
|
];
|
|
4946
|
+
var ServerlessV2PlatformVersionList = [1, n0, _SVPVL,
|
|
4947
|
+
0, () => ServerlessV2PlatformVersionInfo$
|
|
4948
|
+
];
|
|
4924
4949
|
var SourceIdsList = [1, n0, _SIL,
|
|
4925
4950
|
0, [0,
|
|
4926
4951
|
{ [_xN]: _SIou }]
|
|
@@ -5293,6 +5318,9 @@ export var DescribeReservedDBInstances$ = [9, n0, _DRDBI,
|
|
|
5293
5318
|
export var DescribeReservedDBInstancesOfferings$ = [9, n0, _DRDBIO,
|
|
5294
5319
|
0, () => DescribeReservedDBInstancesOfferingsMessage$, () => ReservedDBInstancesOfferingMessage$
|
|
5295
5320
|
];
|
|
5321
|
+
export var DescribeServerlessV2PlatformVersions$ = [9, n0, _DSVPV,
|
|
5322
|
+
0, () => DescribeServerlessV2PlatformVersionsMessage$, () => ServerlessV2PlatformVersionsMessage$
|
|
5323
|
+
];
|
|
5296
5324
|
export var DescribeSourceRegions$ = [9, n0, _DSR,
|
|
5297
5325
|
0, () => DescribeSourceRegionsMessage$, () => SourceRegionMessage$
|
|
5298
5326
|
];
|
package/dist-types/RDS.d.ts
CHANGED
|
@@ -98,6 +98,7 @@ import { type DescribeOrderableDBInstanceOptionsCommandInput, type DescribeOrder
|
|
|
98
98
|
import { type DescribePendingMaintenanceActionsCommandInput, type DescribePendingMaintenanceActionsCommandOutput } from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
99
99
|
import { type DescribeReservedDBInstancesCommandInput, type DescribeReservedDBInstancesCommandOutput } from "./commands/DescribeReservedDBInstancesCommand";
|
|
100
100
|
import { type DescribeReservedDBInstancesOfferingsCommandInput, type DescribeReservedDBInstancesOfferingsCommandOutput } from "./commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
101
|
+
import { type DescribeServerlessV2PlatformVersionsCommandInput, type DescribeServerlessV2PlatformVersionsCommandOutput } from "./commands/DescribeServerlessV2PlatformVersionsCommand";
|
|
101
102
|
import { type DescribeSourceRegionsCommandInput, type DescribeSourceRegionsCommandOutput } from "./commands/DescribeSourceRegionsCommand";
|
|
102
103
|
import { type DescribeTenantDatabasesCommandInput, type DescribeTenantDatabasesCommandOutput } from "./commands/DescribeTenantDatabasesCommand";
|
|
103
104
|
import { type DescribeValidDBInstanceModificationsCommandInput, type DescribeValidDBInstanceModificationsCommandOutput } from "./commands/DescribeValidDBInstanceModificationsCommand";
|
|
@@ -785,6 +786,13 @@ export interface RDS {
|
|
|
785
786
|
describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedDBInstancesOfferingsCommandOutput>;
|
|
786
787
|
describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, cb: (err: any, data?: DescribeReservedDBInstancesOfferingsCommandOutput) => void): void;
|
|
787
788
|
describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedDBInstancesOfferingsCommandOutput) => void): void;
|
|
789
|
+
/**
|
|
790
|
+
* @see {@link DescribeServerlessV2PlatformVersionsCommand}
|
|
791
|
+
*/
|
|
792
|
+
describeServerlessV2PlatformVersions(): Promise<DescribeServerlessV2PlatformVersionsCommandOutput>;
|
|
793
|
+
describeServerlessV2PlatformVersions(args: DescribeServerlessV2PlatformVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServerlessV2PlatformVersionsCommandOutput>;
|
|
794
|
+
describeServerlessV2PlatformVersions(args: DescribeServerlessV2PlatformVersionsCommandInput, cb: (err: any, data?: DescribeServerlessV2PlatformVersionsCommandOutput) => void): void;
|
|
795
|
+
describeServerlessV2PlatformVersions(args: DescribeServerlessV2PlatformVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServerlessV2PlatformVersionsCommandOutput) => void): void;
|
|
788
796
|
/**
|
|
789
797
|
* @see {@link DescribeSourceRegionsCommand}
|
|
790
798
|
*/
|
|
@@ -1445,6 +1453,13 @@ export interface RDS {
|
|
|
1445
1453
|
* @returns AsyncIterable of {@link DescribeReservedDBInstancesOfferingsCommandOutput}.
|
|
1446
1454
|
*/
|
|
1447
1455
|
paginateDescribeReservedDBInstancesOfferings(args?: DescribeReservedDBInstancesOfferingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeReservedDBInstancesOfferingsCommandOutput>;
|
|
1456
|
+
/**
|
|
1457
|
+
* @see {@link DescribeServerlessV2PlatformVersionsCommand}
|
|
1458
|
+
* @param args - command input.
|
|
1459
|
+
* @param paginationConfig - optional pagination config.
|
|
1460
|
+
* @returns AsyncIterable of {@link DescribeServerlessV2PlatformVersionsCommandOutput}.
|
|
1461
|
+
*/
|
|
1462
|
+
paginateDescribeServerlessV2PlatformVersions(args?: DescribeServerlessV2PlatformVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeServerlessV2PlatformVersionsCommandOutput>;
|
|
1448
1463
|
/**
|
|
1449
1464
|
* @see {@link DescribeSourceRegionsCommand}
|
|
1450
1465
|
* @param args - command input.
|
|
@@ -105,6 +105,7 @@ import type { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableD
|
|
|
105
105
|
import type { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
106
106
|
import type { DescribeReservedDBInstancesCommandInput, DescribeReservedDBInstancesCommandOutput } from "./commands/DescribeReservedDBInstancesCommand";
|
|
107
107
|
import type { DescribeReservedDBInstancesOfferingsCommandInput, DescribeReservedDBInstancesOfferingsCommandOutput } from "./commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
108
|
+
import type { DescribeServerlessV2PlatformVersionsCommandInput, DescribeServerlessV2PlatformVersionsCommandOutput } from "./commands/DescribeServerlessV2PlatformVersionsCommand";
|
|
108
109
|
import type { DescribeSourceRegionsCommandInput, DescribeSourceRegionsCommandOutput } from "./commands/DescribeSourceRegionsCommand";
|
|
109
110
|
import type { DescribeTenantDatabasesCommandInput, DescribeTenantDatabasesCommandOutput } from "./commands/DescribeTenantDatabasesCommand";
|
|
110
111
|
import type { DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput } from "./commands/DescribeValidDBInstanceModificationsCommand";
|
|
@@ -176,11 +177,11 @@ export { __Client };
|
|
|
176
177
|
/**
|
|
177
178
|
* @public
|
|
178
179
|
*/
|
|
179
|
-
export type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateBlueGreenDeploymentCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBShardGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateIntegrationCommandInput | CreateOptionGroupCommandInput | CreateTenantDatabaseCommandInput | DeleteBlueGreenDeploymentCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterAutomatedBackupCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBShardGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteIntegrationCommandInput | DeleteOptionGroupCommandInput | DeleteTenantDatabaseCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeBlueGreenDeploymentsCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterAutomatedBackupsCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBMajorEngineVersionsCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBRecommendationsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBShardGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotTenantDatabasesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeIntegrationsCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeTenantDatabasesCommandInput | DescribeValidDBInstanceModificationsCommandInput | DisableHttpEndpointCommandInput | DownloadDBLogFilePortionCommandInput | EnableHttpEndpointCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ListTagsForResourceCommandInput | ModifyActivityStreamCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBRecommendationCommandInput | ModifyDBShardGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyIntegrationCommandInput | ModifyOptionGroupCommandInput | ModifyTenantDatabaseCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBClusterCommandInput | RebootDBInstanceCommandInput | RebootDBShardGroupCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput | SwitchoverBlueGreenDeploymentCommandInput | SwitchoverGlobalClusterCommandInput | SwitchoverReadReplicaCommandInput;
|
|
180
|
+
export type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateBlueGreenDeploymentCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBShardGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateIntegrationCommandInput | CreateOptionGroupCommandInput | CreateTenantDatabaseCommandInput | DeleteBlueGreenDeploymentCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterAutomatedBackupCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBShardGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteIntegrationCommandInput | DeleteOptionGroupCommandInput | DeleteTenantDatabaseCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeBlueGreenDeploymentsCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterAutomatedBackupsCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBMajorEngineVersionsCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBRecommendationsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBShardGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotTenantDatabasesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeIntegrationsCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeServerlessV2PlatformVersionsCommandInput | DescribeSourceRegionsCommandInput | DescribeTenantDatabasesCommandInput | DescribeValidDBInstanceModificationsCommandInput | DisableHttpEndpointCommandInput | DownloadDBLogFilePortionCommandInput | EnableHttpEndpointCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ListTagsForResourceCommandInput | ModifyActivityStreamCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBRecommendationCommandInput | ModifyDBShardGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyIntegrationCommandInput | ModifyOptionGroupCommandInput | ModifyTenantDatabaseCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBClusterCommandInput | RebootDBInstanceCommandInput | RebootDBShardGroupCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput | SwitchoverBlueGreenDeploymentCommandInput | SwitchoverGlobalClusterCommandInput | SwitchoverReadReplicaCommandInput;
|
|
180
181
|
/**
|
|
181
182
|
* @public
|
|
182
183
|
*/
|
|
183
|
-
export type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateBlueGreenDeploymentCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBShardGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateIntegrationCommandOutput | CreateOptionGroupCommandOutput | CreateTenantDatabaseCommandOutput | DeleteBlueGreenDeploymentCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterAutomatedBackupCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBShardGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteIntegrationCommandOutput | DeleteOptionGroupCommandOutput | DeleteTenantDatabaseCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeBlueGreenDeploymentsCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterAutomatedBackupsCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBMajorEngineVersionsCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBRecommendationsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBShardGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotTenantDatabasesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeIntegrationsCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeTenantDatabasesCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DisableHttpEndpointCommandOutput | DownloadDBLogFilePortionCommandOutput | EnableHttpEndpointCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyActivityStreamCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBRecommendationCommandOutput | ModifyDBShardGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyIntegrationCommandOutput | ModifyOptionGroupCommandOutput | ModifyTenantDatabaseCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBClusterCommandOutput | RebootDBInstanceCommandOutput | RebootDBShardGroupCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput | SwitchoverBlueGreenDeploymentCommandOutput | SwitchoverGlobalClusterCommandOutput | SwitchoverReadReplicaCommandOutput;
|
|
184
|
+
export type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateBlueGreenDeploymentCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBShardGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateIntegrationCommandOutput | CreateOptionGroupCommandOutput | CreateTenantDatabaseCommandOutput | DeleteBlueGreenDeploymentCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterAutomatedBackupCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBShardGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteIntegrationCommandOutput | DeleteOptionGroupCommandOutput | DeleteTenantDatabaseCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeBlueGreenDeploymentsCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterAutomatedBackupsCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBMajorEngineVersionsCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBRecommendationsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBShardGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotTenantDatabasesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeIntegrationsCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeServerlessV2PlatformVersionsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeTenantDatabasesCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DisableHttpEndpointCommandOutput | DownloadDBLogFilePortionCommandOutput | EnableHttpEndpointCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyActivityStreamCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBRecommendationCommandOutput | ModifyDBShardGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyIntegrationCommandOutput | ModifyOptionGroupCommandOutput | ModifyTenantDatabaseCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBClusterCommandOutput | RebootDBInstanceCommandOutput | RebootDBShardGroupCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput | SwitchoverBlueGreenDeploymentCommandOutput | SwitchoverGlobalClusterCommandOutput | SwitchoverReadReplicaCommandOutput;
|
|
184
185
|
/**
|
|
185
186
|
* @public
|
|
186
187
|
*/
|