@aws-sdk/client-rds 3.40.0 → 3.45.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/CHANGELOG.md +44 -0
- package/dist-cjs/RDS.js +15 -0
- package/dist-cjs/commands/RebootDBClusterCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +10 -1
- package/dist-cjs/models/models_1.js +14 -2
- package/dist-cjs/protocols/Aws_query.js +248 -4
- package/dist-es/RDS.js +15 -0
- package/dist-es/commands/RebootDBClusterCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +10 -1
- package/dist-es/models/models_1.js +8 -0
- package/dist-es/protocols/Aws_query.js +250 -0
- package/dist-types/RDS.d.ts +199 -118
- package/dist-types/RDSClient.d.ts +3 -2
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +2 -7
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +2 -2
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -4
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +12 -8
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +6 -10
- package/dist-types/commands/CreateDBClusterCommand.d.ts +12 -9
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +4 -4
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -6
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +9 -5
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -3
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -3
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -4
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +8 -4
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +10 -5
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +17 -9
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -2
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +12 -8
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +10 -6
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -4
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -4
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootDBClusterCommand.d.ts +52 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -5
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +8 -5
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +2 -2
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -6
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -5
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +477 -170
- package/dist-types/models/models_1.d.ts +670 -122
- package/dist-types/protocols/Aws_query.d.ts +3 -0
- package/dist-types/ts3.4/RDS.d.ts +5 -0
- package/dist-types/ts3.4/RDSClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -0
- package/dist-types/ts3.4/models/models_1.d.ts +58 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
- package/package.json +7 -7
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.serializeAws_queryDescribeAccountAttributesCommand = exports.serializeAws_queryDeregisterDBProxyTargetsCommand = exports.serializeAws_queryDeleteOptionGroupCommand = exports.serializeAws_queryDeleteInstallationMediaCommand = exports.serializeAws_queryDeleteGlobalClusterCommand = exports.serializeAws_queryDeleteEventSubscriptionCommand = exports.serializeAws_queryDeleteDBSubnetGroupCommand = exports.serializeAws_queryDeleteDBSnapshotCommand = exports.serializeAws_queryDeleteDBSecurityGroupCommand = exports.serializeAws_queryDeleteDBProxyEndpointCommand = exports.serializeAws_queryDeleteDBProxyCommand = exports.serializeAws_queryDeleteDBParameterGroupCommand = exports.serializeAws_queryDeleteDBInstanceAutomatedBackupCommand = exports.serializeAws_queryDeleteDBInstanceCommand = exports.serializeAws_queryDeleteDBClusterSnapshotCommand = exports.serializeAws_queryDeleteDBClusterParameterGroupCommand = exports.serializeAws_queryDeleteDBClusterEndpointCommand = exports.serializeAws_queryDeleteDBClusterCommand = exports.serializeAws_queryDeleteCustomDBEngineVersionCommand = exports.serializeAws_queryDeleteCustomAvailabilityZoneCommand = exports.serializeAws_queryCreateOptionGroupCommand = exports.serializeAws_queryCreateGlobalClusterCommand = exports.serializeAws_queryCreateEventSubscriptionCommand = exports.serializeAws_queryCreateDBSubnetGroupCommand = exports.serializeAws_queryCreateDBSnapshotCommand = exports.serializeAws_queryCreateDBSecurityGroupCommand = exports.serializeAws_queryCreateDBProxyEndpointCommand = exports.serializeAws_queryCreateDBProxyCommand = exports.serializeAws_queryCreateDBParameterGroupCommand = exports.serializeAws_queryCreateDBInstanceReadReplicaCommand = exports.serializeAws_queryCreateDBInstanceCommand = exports.serializeAws_queryCreateDBClusterSnapshotCommand = exports.serializeAws_queryCreateDBClusterParameterGroupCommand = exports.serializeAws_queryCreateDBClusterEndpointCommand = exports.serializeAws_queryCreateDBClusterCommand = exports.serializeAws_queryCreateCustomDBEngineVersionCommand = exports.serializeAws_queryCreateCustomAvailabilityZoneCommand = exports.serializeAws_queryCopyOptionGroupCommand = exports.serializeAws_queryCopyDBSnapshotCommand = exports.serializeAws_queryCopyDBParameterGroupCommand = exports.serializeAws_queryCopyDBClusterSnapshotCommand = exports.serializeAws_queryCopyDBClusterParameterGroupCommand = exports.serializeAws_queryCancelExportTaskCommand = exports.serializeAws_queryBacktrackDBClusterCommand = exports.serializeAws_queryAuthorizeDBSecurityGroupIngressCommand = exports.serializeAws_queryApplyPendingMaintenanceActionCommand = exports.serializeAws_queryAddTagsToResourceCommand = exports.serializeAws_queryAddSourceIdentifierToSubscriptionCommand = exports.serializeAws_queryAddRoleToDBInstanceCommand = exports.serializeAws_queryAddRoleToDBClusterCommand = void 0;
|
|
4
4
|
exports.serializeAws_queryModifyDBClusterParameterGroupCommand = exports.serializeAws_queryModifyDBClusterEndpointCommand = exports.serializeAws_queryModifyDBClusterCommand = exports.serializeAws_queryModifyCustomDBEngineVersionCommand = exports.serializeAws_queryModifyCurrentDBClusterCapacityCommand = exports.serializeAws_queryModifyCertificatesCommand = exports.serializeAws_queryListTagsForResourceCommand = exports.serializeAws_queryImportInstallationMediaCommand = exports.serializeAws_queryFailoverGlobalClusterCommand = exports.serializeAws_queryFailoverDBClusterCommand = exports.serializeAws_queryDownloadDBLogFilePortionCommand = exports.serializeAws_queryDescribeValidDBInstanceModificationsCommand = exports.serializeAws_queryDescribeSourceRegionsCommand = exports.serializeAws_queryDescribeReservedDBInstancesOfferingsCommand = exports.serializeAws_queryDescribeReservedDBInstancesCommand = exports.serializeAws_queryDescribePendingMaintenanceActionsCommand = exports.serializeAws_queryDescribeOrderableDBInstanceOptionsCommand = exports.serializeAws_queryDescribeOptionGroupsCommand = exports.serializeAws_queryDescribeOptionGroupOptionsCommand = exports.serializeAws_queryDescribeInstallationMediaCommand = exports.serializeAws_queryDescribeGlobalClustersCommand = exports.serializeAws_queryDescribeExportTasksCommand = exports.serializeAws_queryDescribeEventSubscriptionsCommand = exports.serializeAws_queryDescribeEventsCommand = exports.serializeAws_queryDescribeEventCategoriesCommand = exports.serializeAws_queryDescribeEngineDefaultParametersCommand = exports.serializeAws_queryDescribeEngineDefaultClusterParametersCommand = exports.serializeAws_queryDescribeDBSubnetGroupsCommand = exports.serializeAws_queryDescribeDBSnapshotsCommand = exports.serializeAws_queryDescribeDBSnapshotAttributesCommand = exports.serializeAws_queryDescribeDBSecurityGroupsCommand = exports.serializeAws_queryDescribeDBProxyTargetsCommand = exports.serializeAws_queryDescribeDBProxyTargetGroupsCommand = exports.serializeAws_queryDescribeDBProxyEndpointsCommand = exports.serializeAws_queryDescribeDBProxiesCommand = exports.serializeAws_queryDescribeDBParametersCommand = exports.serializeAws_queryDescribeDBParameterGroupsCommand = exports.serializeAws_queryDescribeDBLogFilesCommand = exports.serializeAws_queryDescribeDBInstancesCommand = exports.serializeAws_queryDescribeDBInstanceAutomatedBackupsCommand = exports.serializeAws_queryDescribeDBEngineVersionsCommand = exports.serializeAws_queryDescribeDBClusterSnapshotsCommand = exports.serializeAws_queryDescribeDBClusterSnapshotAttributesCommand = exports.serializeAws_queryDescribeDBClustersCommand = exports.serializeAws_queryDescribeDBClusterParametersCommand = exports.serializeAws_queryDescribeDBClusterParameterGroupsCommand = exports.serializeAws_queryDescribeDBClusterEndpointsCommand = exports.serializeAws_queryDescribeDBClusterBacktracksCommand = exports.serializeAws_queryDescribeCustomAvailabilityZonesCommand = exports.serializeAws_queryDescribeCertificatesCommand = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.deserializeAws_queryStopDBInstanceAutomatedBackupsReplicationCommand = exports.deserializeAws_queryStopDBInstanceCommand = exports.deserializeAws_queryStopDBClusterCommand = exports.deserializeAws_queryStopActivityStreamCommand = exports.deserializeAws_queryStartExportTaskCommand = exports.deserializeAws_queryStartDBInstanceAutomatedBackupsReplicationCommand = exports.deserializeAws_queryStartDBInstanceCommand = exports.deserializeAws_queryStartDBClusterCommand = exports.deserializeAws_queryStartActivityStreamCommand = exports.deserializeAws_queryRevokeDBSecurityGroupIngressCommand = exports.deserializeAws_queryRestoreDBInstanceToPointInTimeCommand = exports.deserializeAws_queryRestoreDBInstanceFromS3Command = exports.deserializeAws_queryRestoreDBInstanceFromDBSnapshotCommand = exports.deserializeAws_queryRestoreDBClusterToPointInTimeCommand = exports.deserializeAws_queryRestoreDBClusterFromSnapshotCommand = exports.deserializeAws_queryRestoreDBClusterFromS3Command = exports.deserializeAws_queryResetDBParameterGroupCommand = exports.deserializeAws_queryResetDBClusterParameterGroupCommand = exports.deserializeAws_queryRemoveTagsFromResourceCommand = exports.deserializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand = exports.deserializeAws_queryRemoveRoleFromDBInstanceCommand = exports.deserializeAws_queryRemoveRoleFromDBClusterCommand = exports.deserializeAws_queryRemoveFromGlobalClusterCommand = exports.deserializeAws_queryRegisterDBProxyTargetsCommand = exports.deserializeAws_queryRebootDBInstanceCommand = exports.deserializeAws_queryPurchaseReservedDBInstancesOfferingCommand = exports.deserializeAws_queryPromoteReadReplicaDBClusterCommand = exports.deserializeAws_queryPromoteReadReplicaCommand = exports.deserializeAws_queryModifyOptionGroupCommand = exports.deserializeAws_queryModifyGlobalClusterCommand = void 0;
|
|
5
|
+
exports.deserializeAws_queryCopyDBClusterParameterGroupCommand = exports.deserializeAws_queryCancelExportTaskCommand = exports.deserializeAws_queryBacktrackDBClusterCommand = exports.deserializeAws_queryAuthorizeDBSecurityGroupIngressCommand = exports.deserializeAws_queryApplyPendingMaintenanceActionCommand = exports.deserializeAws_queryAddTagsToResourceCommand = exports.deserializeAws_queryAddSourceIdentifierToSubscriptionCommand = exports.deserializeAws_queryAddRoleToDBInstanceCommand = exports.deserializeAws_queryAddRoleToDBClusterCommand = exports.serializeAws_queryStopDBInstanceAutomatedBackupsReplicationCommand = exports.serializeAws_queryStopDBInstanceCommand = exports.serializeAws_queryStopDBClusterCommand = exports.serializeAws_queryStopActivityStreamCommand = exports.serializeAws_queryStartExportTaskCommand = exports.serializeAws_queryStartDBInstanceAutomatedBackupsReplicationCommand = exports.serializeAws_queryStartDBInstanceCommand = exports.serializeAws_queryStartDBClusterCommand = exports.serializeAws_queryStartActivityStreamCommand = exports.serializeAws_queryRevokeDBSecurityGroupIngressCommand = exports.serializeAws_queryRestoreDBInstanceToPointInTimeCommand = exports.serializeAws_queryRestoreDBInstanceFromS3Command = exports.serializeAws_queryRestoreDBInstanceFromDBSnapshotCommand = exports.serializeAws_queryRestoreDBClusterToPointInTimeCommand = exports.serializeAws_queryRestoreDBClusterFromSnapshotCommand = exports.serializeAws_queryRestoreDBClusterFromS3Command = exports.serializeAws_queryResetDBParameterGroupCommand = exports.serializeAws_queryResetDBClusterParameterGroupCommand = exports.serializeAws_queryRemoveTagsFromResourceCommand = exports.serializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand = exports.serializeAws_queryRemoveRoleFromDBInstanceCommand = exports.serializeAws_queryRemoveRoleFromDBClusterCommand = exports.serializeAws_queryRemoveFromGlobalClusterCommand = exports.serializeAws_queryRegisterDBProxyTargetsCommand = exports.serializeAws_queryRebootDBInstanceCommand = exports.serializeAws_queryRebootDBClusterCommand = exports.serializeAws_queryPurchaseReservedDBInstancesOfferingCommand = exports.serializeAws_queryPromoteReadReplicaDBClusterCommand = exports.serializeAws_queryPromoteReadReplicaCommand = exports.serializeAws_queryModifyOptionGroupCommand = exports.serializeAws_queryModifyGlobalClusterCommand = exports.serializeAws_queryModifyEventSubscriptionCommand = exports.serializeAws_queryModifyDBSubnetGroupCommand = exports.serializeAws_queryModifyDBSnapshotAttributeCommand = exports.serializeAws_queryModifyDBSnapshotCommand = exports.serializeAws_queryModifyDBProxyTargetGroupCommand = exports.serializeAws_queryModifyDBProxyEndpointCommand = exports.serializeAws_queryModifyDBProxyCommand = exports.serializeAws_queryModifyDBParameterGroupCommand = exports.serializeAws_queryModifyDBInstanceCommand = exports.serializeAws_queryModifyDBClusterSnapshotAttributeCommand = void 0;
|
|
6
|
+
exports.deserializeAws_queryDescribeDBClusterSnapshotsCommand = exports.deserializeAws_queryDescribeDBClusterSnapshotAttributesCommand = exports.deserializeAws_queryDescribeDBClustersCommand = exports.deserializeAws_queryDescribeDBClusterParametersCommand = exports.deserializeAws_queryDescribeDBClusterParameterGroupsCommand = exports.deserializeAws_queryDescribeDBClusterEndpointsCommand = exports.deserializeAws_queryDescribeDBClusterBacktracksCommand = exports.deserializeAws_queryDescribeCustomAvailabilityZonesCommand = exports.deserializeAws_queryDescribeCertificatesCommand = exports.deserializeAws_queryDescribeAccountAttributesCommand = exports.deserializeAws_queryDeregisterDBProxyTargetsCommand = exports.deserializeAws_queryDeleteOptionGroupCommand = exports.deserializeAws_queryDeleteInstallationMediaCommand = exports.deserializeAws_queryDeleteGlobalClusterCommand = exports.deserializeAws_queryDeleteEventSubscriptionCommand = exports.deserializeAws_queryDeleteDBSubnetGroupCommand = exports.deserializeAws_queryDeleteDBSnapshotCommand = exports.deserializeAws_queryDeleteDBSecurityGroupCommand = exports.deserializeAws_queryDeleteDBProxyEndpointCommand = exports.deserializeAws_queryDeleteDBProxyCommand = exports.deserializeAws_queryDeleteDBParameterGroupCommand = exports.deserializeAws_queryDeleteDBInstanceAutomatedBackupCommand = exports.deserializeAws_queryDeleteDBInstanceCommand = exports.deserializeAws_queryDeleteDBClusterSnapshotCommand = exports.deserializeAws_queryDeleteDBClusterParameterGroupCommand = exports.deserializeAws_queryDeleteDBClusterEndpointCommand = exports.deserializeAws_queryDeleteDBClusterCommand = exports.deserializeAws_queryDeleteCustomDBEngineVersionCommand = exports.deserializeAws_queryDeleteCustomAvailabilityZoneCommand = exports.deserializeAws_queryCreateOptionGroupCommand = exports.deserializeAws_queryCreateGlobalClusterCommand = exports.deserializeAws_queryCreateEventSubscriptionCommand = exports.deserializeAws_queryCreateDBSubnetGroupCommand = exports.deserializeAws_queryCreateDBSnapshotCommand = exports.deserializeAws_queryCreateDBSecurityGroupCommand = exports.deserializeAws_queryCreateDBProxyEndpointCommand = exports.deserializeAws_queryCreateDBProxyCommand = exports.deserializeAws_queryCreateDBParameterGroupCommand = exports.deserializeAws_queryCreateDBInstanceReadReplicaCommand = exports.deserializeAws_queryCreateDBInstanceCommand = exports.deserializeAws_queryCreateDBClusterSnapshotCommand = exports.deserializeAws_queryCreateDBClusterParameterGroupCommand = exports.deserializeAws_queryCreateDBClusterEndpointCommand = exports.deserializeAws_queryCreateDBClusterCommand = exports.deserializeAws_queryCreateCustomDBEngineVersionCommand = exports.deserializeAws_queryCreateCustomAvailabilityZoneCommand = exports.deserializeAws_queryCopyOptionGroupCommand = exports.deserializeAws_queryCopyDBSnapshotCommand = exports.deserializeAws_queryCopyDBParameterGroupCommand = exports.deserializeAws_queryCopyDBClusterSnapshotCommand = void 0;
|
|
7
|
+
exports.deserializeAws_queryModifyDBSubnetGroupCommand = exports.deserializeAws_queryModifyDBSnapshotAttributeCommand = exports.deserializeAws_queryModifyDBSnapshotCommand = exports.deserializeAws_queryModifyDBProxyTargetGroupCommand = exports.deserializeAws_queryModifyDBProxyEndpointCommand = exports.deserializeAws_queryModifyDBProxyCommand = exports.deserializeAws_queryModifyDBParameterGroupCommand = exports.deserializeAws_queryModifyDBInstanceCommand = exports.deserializeAws_queryModifyDBClusterSnapshotAttributeCommand = exports.deserializeAws_queryModifyDBClusterParameterGroupCommand = exports.deserializeAws_queryModifyDBClusterEndpointCommand = exports.deserializeAws_queryModifyDBClusterCommand = exports.deserializeAws_queryModifyCustomDBEngineVersionCommand = exports.deserializeAws_queryModifyCurrentDBClusterCapacityCommand = exports.deserializeAws_queryModifyCertificatesCommand = exports.deserializeAws_queryListTagsForResourceCommand = exports.deserializeAws_queryImportInstallationMediaCommand = exports.deserializeAws_queryFailoverGlobalClusterCommand = exports.deserializeAws_queryFailoverDBClusterCommand = exports.deserializeAws_queryDownloadDBLogFilePortionCommand = exports.deserializeAws_queryDescribeValidDBInstanceModificationsCommand = exports.deserializeAws_queryDescribeSourceRegionsCommand = exports.deserializeAws_queryDescribeReservedDBInstancesOfferingsCommand = exports.deserializeAws_queryDescribeReservedDBInstancesCommand = exports.deserializeAws_queryDescribePendingMaintenanceActionsCommand = exports.deserializeAws_queryDescribeOrderableDBInstanceOptionsCommand = exports.deserializeAws_queryDescribeOptionGroupsCommand = exports.deserializeAws_queryDescribeOptionGroupOptionsCommand = exports.deserializeAws_queryDescribeInstallationMediaCommand = exports.deserializeAws_queryDescribeGlobalClustersCommand = exports.deserializeAws_queryDescribeExportTasksCommand = exports.deserializeAws_queryDescribeEventSubscriptionsCommand = exports.deserializeAws_queryDescribeEventsCommand = exports.deserializeAws_queryDescribeEventCategoriesCommand = exports.deserializeAws_queryDescribeEngineDefaultParametersCommand = exports.deserializeAws_queryDescribeEngineDefaultClusterParametersCommand = exports.deserializeAws_queryDescribeDBSubnetGroupsCommand = exports.deserializeAws_queryDescribeDBSnapshotsCommand = exports.deserializeAws_queryDescribeDBSnapshotAttributesCommand = exports.deserializeAws_queryDescribeDBSecurityGroupsCommand = exports.deserializeAws_queryDescribeDBProxyTargetsCommand = exports.deserializeAws_queryDescribeDBProxyTargetGroupsCommand = exports.deserializeAws_queryDescribeDBProxyEndpointsCommand = exports.deserializeAws_queryDescribeDBProxiesCommand = exports.deserializeAws_queryDescribeDBParametersCommand = exports.deserializeAws_queryDescribeDBParameterGroupsCommand = exports.deserializeAws_queryDescribeDBLogFilesCommand = exports.deserializeAws_queryDescribeDBInstancesCommand = exports.deserializeAws_queryDescribeDBInstanceAutomatedBackupsCommand = exports.deserializeAws_queryDescribeDBEngineVersionsCommand = void 0;
|
|
8
|
+
exports.deserializeAws_queryStopDBInstanceAutomatedBackupsReplicationCommand = exports.deserializeAws_queryStopDBInstanceCommand = exports.deserializeAws_queryStopDBClusterCommand = exports.deserializeAws_queryStopActivityStreamCommand = exports.deserializeAws_queryStartExportTaskCommand = exports.deserializeAws_queryStartDBInstanceAutomatedBackupsReplicationCommand = exports.deserializeAws_queryStartDBInstanceCommand = exports.deserializeAws_queryStartDBClusterCommand = exports.deserializeAws_queryStartActivityStreamCommand = exports.deserializeAws_queryRevokeDBSecurityGroupIngressCommand = exports.deserializeAws_queryRestoreDBInstanceToPointInTimeCommand = exports.deserializeAws_queryRestoreDBInstanceFromS3Command = exports.deserializeAws_queryRestoreDBInstanceFromDBSnapshotCommand = exports.deserializeAws_queryRestoreDBClusterToPointInTimeCommand = exports.deserializeAws_queryRestoreDBClusterFromSnapshotCommand = exports.deserializeAws_queryRestoreDBClusterFromS3Command = exports.deserializeAws_queryResetDBParameterGroupCommand = exports.deserializeAws_queryResetDBClusterParameterGroupCommand = exports.deserializeAws_queryRemoveTagsFromResourceCommand = exports.deserializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand = exports.deserializeAws_queryRemoveRoleFromDBInstanceCommand = exports.deserializeAws_queryRemoveRoleFromDBClusterCommand = exports.deserializeAws_queryRemoveFromGlobalClusterCommand = exports.deserializeAws_queryRegisterDBProxyTargetsCommand = exports.deserializeAws_queryRebootDBInstanceCommand = exports.deserializeAws_queryRebootDBClusterCommand = exports.deserializeAws_queryPurchaseReservedDBInstancesOfferingCommand = exports.deserializeAws_queryPromoteReadReplicaDBClusterCommand = exports.deserializeAws_queryPromoteReadReplicaCommand = exports.deserializeAws_queryModifyOptionGroupCommand = exports.deserializeAws_queryModifyGlobalClusterCommand = exports.deserializeAws_queryModifyEventSubscriptionCommand = void 0;
|
|
9
9
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
10
10
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
11
11
|
const entities_1 = require("entities");
|
|
@@ -1505,6 +1505,19 @@ const serializeAws_queryPurchaseReservedDBInstancesOfferingCommand = async (inpu
|
|
|
1505
1505
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1506
1506
|
};
|
|
1507
1507
|
exports.serializeAws_queryPurchaseReservedDBInstancesOfferingCommand = serializeAws_queryPurchaseReservedDBInstancesOfferingCommand;
|
|
1508
|
+
const serializeAws_queryRebootDBClusterCommand = async (input, context) => {
|
|
1509
|
+
const headers = {
|
|
1510
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
1511
|
+
};
|
|
1512
|
+
let body;
|
|
1513
|
+
body = buildFormUrlencodedString({
|
|
1514
|
+
...serializeAws_queryRebootDBClusterMessage(input, context),
|
|
1515
|
+
Action: "RebootDBCluster",
|
|
1516
|
+
Version: "2014-10-31",
|
|
1517
|
+
});
|
|
1518
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1519
|
+
};
|
|
1520
|
+
exports.serializeAws_queryRebootDBClusterCommand = serializeAws_queryRebootDBClusterCommand;
|
|
1508
1521
|
const serializeAws_queryRebootDBInstanceCommand = async (input, context) => {
|
|
1509
1522
|
const headers = {
|
|
1510
1523
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -9067,6 +9080,69 @@ const deserializeAws_queryPurchaseReservedDBInstancesOfferingCommandError = asyn
|
|
|
9067
9080
|
delete response.Message;
|
|
9068
9081
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
9069
9082
|
};
|
|
9083
|
+
const deserializeAws_queryRebootDBClusterCommand = async (output, context) => {
|
|
9084
|
+
if (output.statusCode >= 300) {
|
|
9085
|
+
return deserializeAws_queryRebootDBClusterCommandError(output, context);
|
|
9086
|
+
}
|
|
9087
|
+
const data = await parseBody(output.body, context);
|
|
9088
|
+
let contents = {};
|
|
9089
|
+
contents = deserializeAws_queryRebootDBClusterResult(data.RebootDBClusterResult, context);
|
|
9090
|
+
const response = {
|
|
9091
|
+
$metadata: deserializeMetadata(output),
|
|
9092
|
+
...contents,
|
|
9093
|
+
};
|
|
9094
|
+
return Promise.resolve(response);
|
|
9095
|
+
};
|
|
9096
|
+
exports.deserializeAws_queryRebootDBClusterCommand = deserializeAws_queryRebootDBClusterCommand;
|
|
9097
|
+
const deserializeAws_queryRebootDBClusterCommandError = async (output, context) => {
|
|
9098
|
+
const parsedOutput = {
|
|
9099
|
+
...output,
|
|
9100
|
+
body: await parseBody(output.body, context),
|
|
9101
|
+
};
|
|
9102
|
+
let response;
|
|
9103
|
+
let errorCode = "UnknownError";
|
|
9104
|
+
errorCode = loadQueryErrorCode(output, parsedOutput.body);
|
|
9105
|
+
switch (errorCode) {
|
|
9106
|
+
case "DBClusterNotFoundFault":
|
|
9107
|
+
case "com.amazonaws.rds#DBClusterNotFoundFault":
|
|
9108
|
+
response = {
|
|
9109
|
+
...(await deserializeAws_queryDBClusterNotFoundFaultResponse(parsedOutput, context)),
|
|
9110
|
+
name: errorCode,
|
|
9111
|
+
$metadata: deserializeMetadata(output),
|
|
9112
|
+
};
|
|
9113
|
+
break;
|
|
9114
|
+
case "InvalidDBClusterStateFault":
|
|
9115
|
+
case "com.amazonaws.rds#InvalidDBClusterStateFault":
|
|
9116
|
+
response = {
|
|
9117
|
+
...(await deserializeAws_queryInvalidDBClusterStateFaultResponse(parsedOutput, context)),
|
|
9118
|
+
name: errorCode,
|
|
9119
|
+
$metadata: deserializeMetadata(output),
|
|
9120
|
+
};
|
|
9121
|
+
break;
|
|
9122
|
+
case "InvalidDBInstanceStateFault":
|
|
9123
|
+
case "com.amazonaws.rds#InvalidDBInstanceStateFault":
|
|
9124
|
+
response = {
|
|
9125
|
+
...(await deserializeAws_queryInvalidDBInstanceStateFaultResponse(parsedOutput, context)),
|
|
9126
|
+
name: errorCode,
|
|
9127
|
+
$metadata: deserializeMetadata(output),
|
|
9128
|
+
};
|
|
9129
|
+
break;
|
|
9130
|
+
default:
|
|
9131
|
+
const parsedBody = parsedOutput.body;
|
|
9132
|
+
errorCode = parsedBody.Error.code || parsedBody.Error.Code || errorCode;
|
|
9133
|
+
response = {
|
|
9134
|
+
...parsedBody.Error,
|
|
9135
|
+
name: `${errorCode}`,
|
|
9136
|
+
message: parsedBody.Error.message || parsedBody.Error.Message || errorCode,
|
|
9137
|
+
$fault: "client",
|
|
9138
|
+
$metadata: deserializeMetadata(output),
|
|
9139
|
+
};
|
|
9140
|
+
}
|
|
9141
|
+
const message = response.message || response.Message || errorCode;
|
|
9142
|
+
response.message = message;
|
|
9143
|
+
delete response.Message;
|
|
9144
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
9145
|
+
};
|
|
9070
9146
|
const deserializeAws_queryRebootDBInstanceCommand = async (output, context) => {
|
|
9071
9147
|
if (output.statusCode >= 300) {
|
|
9072
9148
|
return deserializeAws_queryRebootDBInstanceCommandError(output, context);
|
|
@@ -13388,6 +13464,39 @@ const serializeAws_queryCreateDBClusterMessage = (input, context) => {
|
|
|
13388
13464
|
if (input.EnableGlobalWriteForwarding !== undefined && input.EnableGlobalWriteForwarding !== null) {
|
|
13389
13465
|
entries["EnableGlobalWriteForwarding"] = input.EnableGlobalWriteForwarding;
|
|
13390
13466
|
}
|
|
13467
|
+
if (input.DBClusterInstanceClass !== undefined && input.DBClusterInstanceClass !== null) {
|
|
13468
|
+
entries["DBClusterInstanceClass"] = input.DBClusterInstanceClass;
|
|
13469
|
+
}
|
|
13470
|
+
if (input.AllocatedStorage !== undefined && input.AllocatedStorage !== null) {
|
|
13471
|
+
entries["AllocatedStorage"] = input.AllocatedStorage;
|
|
13472
|
+
}
|
|
13473
|
+
if (input.StorageType !== undefined && input.StorageType !== null) {
|
|
13474
|
+
entries["StorageType"] = input.StorageType;
|
|
13475
|
+
}
|
|
13476
|
+
if (input.Iops !== undefined && input.Iops !== null) {
|
|
13477
|
+
entries["Iops"] = input.Iops;
|
|
13478
|
+
}
|
|
13479
|
+
if (input.PubliclyAccessible !== undefined && input.PubliclyAccessible !== null) {
|
|
13480
|
+
entries["PubliclyAccessible"] = input.PubliclyAccessible;
|
|
13481
|
+
}
|
|
13482
|
+
if (input.AutoMinorVersionUpgrade !== undefined && input.AutoMinorVersionUpgrade !== null) {
|
|
13483
|
+
entries["AutoMinorVersionUpgrade"] = input.AutoMinorVersionUpgrade;
|
|
13484
|
+
}
|
|
13485
|
+
if (input.MonitoringInterval !== undefined && input.MonitoringInterval !== null) {
|
|
13486
|
+
entries["MonitoringInterval"] = input.MonitoringInterval;
|
|
13487
|
+
}
|
|
13488
|
+
if (input.MonitoringRoleArn !== undefined && input.MonitoringRoleArn !== null) {
|
|
13489
|
+
entries["MonitoringRoleArn"] = input.MonitoringRoleArn;
|
|
13490
|
+
}
|
|
13491
|
+
if (input.EnablePerformanceInsights !== undefined && input.EnablePerformanceInsights !== null) {
|
|
13492
|
+
entries["EnablePerformanceInsights"] = input.EnablePerformanceInsights;
|
|
13493
|
+
}
|
|
13494
|
+
if (input.PerformanceInsightsKMSKeyId !== undefined && input.PerformanceInsightsKMSKeyId !== null) {
|
|
13495
|
+
entries["PerformanceInsightsKMSKeyId"] = input.PerformanceInsightsKMSKeyId;
|
|
13496
|
+
}
|
|
13497
|
+
if (input.PerformanceInsightsRetentionPeriod !== undefined && input.PerformanceInsightsRetentionPeriod !== null) {
|
|
13498
|
+
entries["PerformanceInsightsRetentionPeriod"] = input.PerformanceInsightsRetentionPeriod;
|
|
13499
|
+
}
|
|
13391
13500
|
return entries;
|
|
13392
13501
|
};
|
|
13393
13502
|
const serializeAws_queryCreateDBClusterParameterGroupMessage = (input, context) => {
|
|
@@ -13596,6 +13705,9 @@ const serializeAws_queryCreateDBInstanceMessage = (input, context) => {
|
|
|
13596
13705
|
if (input.CustomIamInstanceProfile !== undefined && input.CustomIamInstanceProfile !== null) {
|
|
13597
13706
|
entries["CustomIamInstanceProfile"] = input.CustomIamInstanceProfile;
|
|
13598
13707
|
}
|
|
13708
|
+
if (input.BackupTarget !== undefined && input.BackupTarget !== null) {
|
|
13709
|
+
entries["BackupTarget"] = input.BackupTarget;
|
|
13710
|
+
}
|
|
13599
13711
|
return entries;
|
|
13600
13712
|
};
|
|
13601
13713
|
const serializeAws_queryCreateDBInstanceReadReplicaMessage = (input, context) => {
|
|
@@ -15362,6 +15474,36 @@ const serializeAws_queryModifyDBClusterMessage = (input, context) => {
|
|
|
15362
15474
|
if (input.EnableGlobalWriteForwarding !== undefined && input.EnableGlobalWriteForwarding !== null) {
|
|
15363
15475
|
entries["EnableGlobalWriteForwarding"] = input.EnableGlobalWriteForwarding;
|
|
15364
15476
|
}
|
|
15477
|
+
if (input.DBClusterInstanceClass !== undefined && input.DBClusterInstanceClass !== null) {
|
|
15478
|
+
entries["DBClusterInstanceClass"] = input.DBClusterInstanceClass;
|
|
15479
|
+
}
|
|
15480
|
+
if (input.AllocatedStorage !== undefined && input.AllocatedStorage !== null) {
|
|
15481
|
+
entries["AllocatedStorage"] = input.AllocatedStorage;
|
|
15482
|
+
}
|
|
15483
|
+
if (input.StorageType !== undefined && input.StorageType !== null) {
|
|
15484
|
+
entries["StorageType"] = input.StorageType;
|
|
15485
|
+
}
|
|
15486
|
+
if (input.Iops !== undefined && input.Iops !== null) {
|
|
15487
|
+
entries["Iops"] = input.Iops;
|
|
15488
|
+
}
|
|
15489
|
+
if (input.AutoMinorVersionUpgrade !== undefined && input.AutoMinorVersionUpgrade !== null) {
|
|
15490
|
+
entries["AutoMinorVersionUpgrade"] = input.AutoMinorVersionUpgrade;
|
|
15491
|
+
}
|
|
15492
|
+
if (input.MonitoringInterval !== undefined && input.MonitoringInterval !== null) {
|
|
15493
|
+
entries["MonitoringInterval"] = input.MonitoringInterval;
|
|
15494
|
+
}
|
|
15495
|
+
if (input.MonitoringRoleArn !== undefined && input.MonitoringRoleArn !== null) {
|
|
15496
|
+
entries["MonitoringRoleArn"] = input.MonitoringRoleArn;
|
|
15497
|
+
}
|
|
15498
|
+
if (input.EnablePerformanceInsights !== undefined && input.EnablePerformanceInsights !== null) {
|
|
15499
|
+
entries["EnablePerformanceInsights"] = input.EnablePerformanceInsights;
|
|
15500
|
+
}
|
|
15501
|
+
if (input.PerformanceInsightsKMSKeyId !== undefined && input.PerformanceInsightsKMSKeyId !== null) {
|
|
15502
|
+
entries["PerformanceInsightsKMSKeyId"] = input.PerformanceInsightsKMSKeyId;
|
|
15503
|
+
}
|
|
15504
|
+
if (input.PerformanceInsightsRetentionPeriod !== undefined && input.PerformanceInsightsRetentionPeriod !== null) {
|
|
15505
|
+
entries["PerformanceInsightsRetentionPeriod"] = input.PerformanceInsightsRetentionPeriod;
|
|
15506
|
+
}
|
|
15365
15507
|
return entries;
|
|
15366
15508
|
};
|
|
15367
15509
|
const serializeAws_queryModifyDBClusterParameterGroupMessage = (input, context) => {
|
|
@@ -15998,6 +16140,13 @@ const serializeAws_queryPurchaseReservedDBInstancesOfferingMessage = (input, con
|
|
|
15998
16140
|
}
|
|
15999
16141
|
return entries;
|
|
16000
16142
|
};
|
|
16143
|
+
const serializeAws_queryRebootDBClusterMessage = (input, context) => {
|
|
16144
|
+
const entries = {};
|
|
16145
|
+
if (input.DBClusterIdentifier !== undefined && input.DBClusterIdentifier !== null) {
|
|
16146
|
+
entries["DBClusterIdentifier"] = input.DBClusterIdentifier;
|
|
16147
|
+
}
|
|
16148
|
+
return entries;
|
|
16149
|
+
};
|
|
16001
16150
|
const serializeAws_queryRebootDBInstanceMessage = (input, context) => {
|
|
16002
16151
|
const entries = {};
|
|
16003
16152
|
if (input.DBInstanceIdentifier !== undefined && input.DBInstanceIdentifier !== null) {
|
|
@@ -16327,6 +16476,18 @@ const serializeAws_queryRestoreDBClusterFromSnapshotMessage = (input, context) =
|
|
|
16327
16476
|
if (input.DomainIAMRoleName !== undefined && input.DomainIAMRoleName !== null) {
|
|
16328
16477
|
entries["DomainIAMRoleName"] = input.DomainIAMRoleName;
|
|
16329
16478
|
}
|
|
16479
|
+
if (input.DBClusterInstanceClass !== undefined && input.DBClusterInstanceClass !== null) {
|
|
16480
|
+
entries["DBClusterInstanceClass"] = input.DBClusterInstanceClass;
|
|
16481
|
+
}
|
|
16482
|
+
if (input.StorageType !== undefined && input.StorageType !== null) {
|
|
16483
|
+
entries["StorageType"] = input.StorageType;
|
|
16484
|
+
}
|
|
16485
|
+
if (input.Iops !== undefined && input.Iops !== null) {
|
|
16486
|
+
entries["Iops"] = input.Iops;
|
|
16487
|
+
}
|
|
16488
|
+
if (input.PubliclyAccessible !== undefined && input.PubliclyAccessible !== null) {
|
|
16489
|
+
entries["PubliclyAccessible"] = input.PubliclyAccessible;
|
|
16490
|
+
}
|
|
16330
16491
|
return entries;
|
|
16331
16492
|
};
|
|
16332
16493
|
const serializeAws_queryRestoreDBClusterToPointInTimeMessage = (input, context) => {
|
|
@@ -16410,6 +16571,18 @@ const serializeAws_queryRestoreDBClusterToPointInTimeMessage = (input, context)
|
|
|
16410
16571
|
if (input.EngineMode !== undefined && input.EngineMode !== null) {
|
|
16411
16572
|
entries["EngineMode"] = input.EngineMode;
|
|
16412
16573
|
}
|
|
16574
|
+
if (input.DBClusterInstanceClass !== undefined && input.DBClusterInstanceClass !== null) {
|
|
16575
|
+
entries["DBClusterInstanceClass"] = input.DBClusterInstanceClass;
|
|
16576
|
+
}
|
|
16577
|
+
if (input.StorageType !== undefined && input.StorageType !== null) {
|
|
16578
|
+
entries["StorageType"] = input.StorageType;
|
|
16579
|
+
}
|
|
16580
|
+
if (input.PubliclyAccessible !== undefined && input.PubliclyAccessible !== null) {
|
|
16581
|
+
entries["PubliclyAccessible"] = input.PubliclyAccessible;
|
|
16582
|
+
}
|
|
16583
|
+
if (input.Iops !== undefined && input.Iops !== null) {
|
|
16584
|
+
entries["Iops"] = input.Iops;
|
|
16585
|
+
}
|
|
16413
16586
|
return entries;
|
|
16414
16587
|
};
|
|
16415
16588
|
const serializeAws_queryRestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
|
|
@@ -16520,6 +16693,9 @@ const serializeAws_queryRestoreDBInstanceFromDBSnapshotMessage = (input, context
|
|
|
16520
16693
|
if (input.CustomIamInstanceProfile !== undefined && input.CustomIamInstanceProfile !== null) {
|
|
16521
16694
|
entries["CustomIamInstanceProfile"] = input.CustomIamInstanceProfile;
|
|
16522
16695
|
}
|
|
16696
|
+
if (input.BackupTarget !== undefined && input.BackupTarget !== null) {
|
|
16697
|
+
entries["BackupTarget"] = input.BackupTarget;
|
|
16698
|
+
}
|
|
16523
16699
|
return entries;
|
|
16524
16700
|
};
|
|
16525
16701
|
const serializeAws_queryRestoreDBInstanceFromS3Message = (input, context) => {
|
|
@@ -16801,6 +16977,9 @@ const serializeAws_queryRestoreDBInstanceToPointInTimeMessage = (input, context)
|
|
|
16801
16977
|
if (input.CustomIamInstanceProfile !== undefined && input.CustomIamInstanceProfile !== null) {
|
|
16802
16978
|
entries["CustomIamInstanceProfile"] = input.CustomIamInstanceProfile;
|
|
16803
16979
|
}
|
|
16980
|
+
if (input.BackupTarget !== undefined && input.BackupTarget !== null) {
|
|
16981
|
+
entries["BackupTarget"] = input.BackupTarget;
|
|
16982
|
+
}
|
|
16804
16983
|
return entries;
|
|
16805
16984
|
};
|
|
16806
16985
|
const serializeAws_queryRevokeDBSecurityGroupIngressMessage = (input, context) => {
|
|
@@ -17720,6 +17899,16 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
17720
17899
|
GlobalWriteForwardingStatus: undefined,
|
|
17721
17900
|
GlobalWriteForwardingRequested: undefined,
|
|
17722
17901
|
PendingModifiedValues: undefined,
|
|
17902
|
+
DBClusterInstanceClass: undefined,
|
|
17903
|
+
StorageType: undefined,
|
|
17904
|
+
Iops: undefined,
|
|
17905
|
+
PubliclyAccessible: undefined,
|
|
17906
|
+
AutoMinorVersionUpgrade: undefined,
|
|
17907
|
+
MonitoringInterval: undefined,
|
|
17908
|
+
MonitoringRoleArn: undefined,
|
|
17909
|
+
PerformanceInsightsEnabled: undefined,
|
|
17910
|
+
PerformanceInsightsKMSKeyId: undefined,
|
|
17911
|
+
PerformanceInsightsRetentionPeriod: undefined,
|
|
17723
17912
|
};
|
|
17724
17913
|
if (output["AllocatedStorage"] !== undefined) {
|
|
17725
17914
|
contents.AllocatedStorage = smithy_client_1.strictParseInt32(output["AllocatedStorage"]);
|
|
@@ -17926,6 +18115,36 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
17926
18115
|
if (output["PendingModifiedValues"] !== undefined) {
|
|
17927
18116
|
contents.PendingModifiedValues = deserializeAws_queryClusterPendingModifiedValues(output["PendingModifiedValues"], context);
|
|
17928
18117
|
}
|
|
18118
|
+
if (output["DBClusterInstanceClass"] !== undefined) {
|
|
18119
|
+
contents.DBClusterInstanceClass = smithy_client_1.expectString(output["DBClusterInstanceClass"]);
|
|
18120
|
+
}
|
|
18121
|
+
if (output["StorageType"] !== undefined) {
|
|
18122
|
+
contents.StorageType = smithy_client_1.expectString(output["StorageType"]);
|
|
18123
|
+
}
|
|
18124
|
+
if (output["Iops"] !== undefined) {
|
|
18125
|
+
contents.Iops = smithy_client_1.strictParseInt32(output["Iops"]);
|
|
18126
|
+
}
|
|
18127
|
+
if (output["PubliclyAccessible"] !== undefined) {
|
|
18128
|
+
contents.PubliclyAccessible = smithy_client_1.parseBoolean(output["PubliclyAccessible"]);
|
|
18129
|
+
}
|
|
18130
|
+
if (output["AutoMinorVersionUpgrade"] !== undefined) {
|
|
18131
|
+
contents.AutoMinorVersionUpgrade = smithy_client_1.parseBoolean(output["AutoMinorVersionUpgrade"]);
|
|
18132
|
+
}
|
|
18133
|
+
if (output["MonitoringInterval"] !== undefined) {
|
|
18134
|
+
contents.MonitoringInterval = smithy_client_1.strictParseInt32(output["MonitoringInterval"]);
|
|
18135
|
+
}
|
|
18136
|
+
if (output["MonitoringRoleArn"] !== undefined) {
|
|
18137
|
+
contents.MonitoringRoleArn = smithy_client_1.expectString(output["MonitoringRoleArn"]);
|
|
18138
|
+
}
|
|
18139
|
+
if (output["PerformanceInsightsEnabled"] !== undefined) {
|
|
18140
|
+
contents.PerformanceInsightsEnabled = smithy_client_1.parseBoolean(output["PerformanceInsightsEnabled"]);
|
|
18141
|
+
}
|
|
18142
|
+
if (output["PerformanceInsightsKMSKeyId"] !== undefined) {
|
|
18143
|
+
contents.PerformanceInsightsKMSKeyId = smithy_client_1.expectString(output["PerformanceInsightsKMSKeyId"]);
|
|
18144
|
+
}
|
|
18145
|
+
if (output["PerformanceInsightsRetentionPeriod"] !== undefined) {
|
|
18146
|
+
contents.PerformanceInsightsRetentionPeriod = smithy_client_1.strictParseInt32(output["PerformanceInsightsRetentionPeriod"]);
|
|
18147
|
+
}
|
|
17929
18148
|
return contents;
|
|
17930
18149
|
};
|
|
17931
18150
|
const deserializeAws_queryDBClusterAlreadyExistsFault = (output, context) => {
|
|
@@ -18784,6 +19003,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
18784
19003
|
AutomationMode: undefined,
|
|
18785
19004
|
ResumeFullAutomationModeTime: undefined,
|
|
18786
19005
|
CustomIamInstanceProfile: undefined,
|
|
19006
|
+
BackupTarget: undefined,
|
|
18787
19007
|
};
|
|
18788
19008
|
if (output["DBInstanceIdentifier"] !== undefined) {
|
|
18789
19009
|
contents.DBInstanceIdentifier = smithy_client_1.expectString(output["DBInstanceIdentifier"]);
|
|
@@ -19049,6 +19269,9 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
19049
19269
|
if (output["CustomIamInstanceProfile"] !== undefined) {
|
|
19050
19270
|
contents.CustomIamInstanceProfile = smithy_client_1.expectString(output["CustomIamInstanceProfile"]);
|
|
19051
19271
|
}
|
|
19272
|
+
if (output["BackupTarget"] !== undefined) {
|
|
19273
|
+
contents.BackupTarget = smithy_client_1.expectString(output["BackupTarget"]);
|
|
19274
|
+
}
|
|
19052
19275
|
return contents;
|
|
19053
19276
|
};
|
|
19054
19277
|
const deserializeAws_queryDBInstanceAlreadyExistsFault = (output, context) => {
|
|
@@ -19088,6 +19311,7 @@ const deserializeAws_queryDBInstanceAutomatedBackup = (output, context) => {
|
|
|
19088
19311
|
BackupRetentionPeriod: undefined,
|
|
19089
19312
|
DBInstanceAutomatedBackupsArn: undefined,
|
|
19090
19313
|
DBInstanceAutomatedBackupsReplications: undefined,
|
|
19314
|
+
BackupTarget: undefined,
|
|
19091
19315
|
};
|
|
19092
19316
|
if (output["DBInstanceArn"] !== undefined) {
|
|
19093
19317
|
contents.DBInstanceArn = smithy_client_1.expectString(output["DBInstanceArn"]);
|
|
@@ -19171,6 +19395,9 @@ const deserializeAws_queryDBInstanceAutomatedBackup = (output, context) => {
|
|
|
19171
19395
|
output["DBInstanceAutomatedBackupsReplications"]["DBInstanceAutomatedBackupsReplication"] !== undefined) {
|
|
19172
19396
|
contents.DBInstanceAutomatedBackupsReplications = deserializeAws_queryDBInstanceAutomatedBackupsReplicationList(smithy_client_1.getArrayIfSingleItem(output["DBInstanceAutomatedBackupsReplications"]["DBInstanceAutomatedBackupsReplication"]), context);
|
|
19173
19397
|
}
|
|
19398
|
+
if (output["BackupTarget"] !== undefined) {
|
|
19399
|
+
contents.BackupTarget = smithy_client_1.expectString(output["BackupTarget"]);
|
|
19400
|
+
}
|
|
19174
19401
|
return contents;
|
|
19175
19402
|
};
|
|
19176
19403
|
const deserializeAws_queryDBInstanceAutomatedBackupList = (output, context) => {
|
|
@@ -19948,6 +20175,7 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
19948
20175
|
DbiResourceId: undefined,
|
|
19949
20176
|
TagList: undefined,
|
|
19950
20177
|
OriginalSnapshotCreateTime: undefined,
|
|
20178
|
+
SnapshotTarget: undefined,
|
|
19951
20179
|
};
|
|
19952
20180
|
if (output["DBSnapshotIdentifier"] !== undefined) {
|
|
19953
20181
|
contents.DBSnapshotIdentifier = smithy_client_1.expectString(output["DBSnapshotIdentifier"]);
|
|
@@ -20045,6 +20273,9 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
20045
20273
|
if (output["OriginalSnapshotCreateTime"] !== undefined) {
|
|
20046
20274
|
contents.OriginalSnapshotCreateTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["OriginalSnapshotCreateTime"]));
|
|
20047
20275
|
}
|
|
20276
|
+
if (output["SnapshotTarget"] !== undefined) {
|
|
20277
|
+
contents.SnapshotTarget = smithy_client_1.expectString(output["SnapshotTarget"]);
|
|
20278
|
+
}
|
|
20048
20279
|
return contents;
|
|
20049
20280
|
};
|
|
20050
20281
|
const deserializeAws_queryDBSnapshotAlreadyExistsFault = (output, context) => {
|
|
@@ -22174,6 +22405,7 @@ const deserializeAws_queryOrderableDBInstanceOption = (output, context) => {
|
|
|
22174
22405
|
OutpostCapable: undefined,
|
|
22175
22406
|
SupportedActivityStreamModes: undefined,
|
|
22176
22407
|
SupportsGlobalDatabases: undefined,
|
|
22408
|
+
SupportsClusters: undefined,
|
|
22177
22409
|
};
|
|
22178
22410
|
if (output["Engine"] !== undefined) {
|
|
22179
22411
|
contents.Engine = smithy_client_1.expectString(output["Engine"]);
|
|
@@ -22273,6 +22505,9 @@ const deserializeAws_queryOrderableDBInstanceOption = (output, context) => {
|
|
|
22273
22505
|
if (output["SupportsGlobalDatabases"] !== undefined) {
|
|
22274
22506
|
contents.SupportsGlobalDatabases = smithy_client_1.parseBoolean(output["SupportsGlobalDatabases"]);
|
|
22275
22507
|
}
|
|
22508
|
+
if (output["SupportsClusters"] !== undefined) {
|
|
22509
|
+
contents.SupportsClusters = smithy_client_1.parseBoolean(output["SupportsClusters"]);
|
|
22510
|
+
}
|
|
22276
22511
|
return contents;
|
|
22277
22512
|
};
|
|
22278
22513
|
const deserializeAws_queryOrderableDBInstanceOptionsList = (output, context) => {
|
|
@@ -22673,6 +22908,15 @@ const deserializeAws_queryReadReplicaIdentifierList = (output, context) => {
|
|
|
22673
22908
|
return smithy_client_1.expectString(entry);
|
|
22674
22909
|
});
|
|
22675
22910
|
};
|
|
22911
|
+
const deserializeAws_queryRebootDBClusterResult = (output, context) => {
|
|
22912
|
+
const contents = {
|
|
22913
|
+
DBCluster: undefined,
|
|
22914
|
+
};
|
|
22915
|
+
if (output["DBCluster"] !== undefined) {
|
|
22916
|
+
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
22917
|
+
}
|
|
22918
|
+
return contents;
|
|
22919
|
+
};
|
|
22676
22920
|
const deserializeAws_queryRebootDBInstanceResult = (output, context) => {
|
|
22677
22921
|
const contents = {
|
|
22678
22922
|
DBInstance: undefined,
|
package/dist-es/RDS.js
CHANGED
|
@@ -114,6 +114,7 @@ import { ModifyOptionGroupCommand, } from "./commands/ModifyOptionGroupCommand";
|
|
|
114
114
|
import { PromoteReadReplicaCommand, } from "./commands/PromoteReadReplicaCommand";
|
|
115
115
|
import { PromoteReadReplicaDBClusterCommand, } from "./commands/PromoteReadReplicaDBClusterCommand";
|
|
116
116
|
import { PurchaseReservedDBInstancesOfferingCommand, } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
117
|
+
import { RebootDBClusterCommand, } from "./commands/RebootDBClusterCommand";
|
|
117
118
|
import { RebootDBInstanceCommand, } from "./commands/RebootDBInstanceCommand";
|
|
118
119
|
import { RegisterDBProxyTargetsCommand, } from "./commands/RegisterDBProxyTargetsCommand";
|
|
119
120
|
import { RemoveFromGlobalClusterCommand, } from "./commands/RemoveFromGlobalClusterCommand";
|
|
@@ -1755,6 +1756,20 @@ var RDS = (function (_super) {
|
|
|
1755
1756
|
return this.send(command, optionsOrCb);
|
|
1756
1757
|
}
|
|
1757
1758
|
};
|
|
1759
|
+
RDS.prototype.rebootDBCluster = function (args, optionsOrCb, cb) {
|
|
1760
|
+
var command = new RebootDBClusterCommand(args);
|
|
1761
|
+
if (typeof optionsOrCb === "function") {
|
|
1762
|
+
this.send(command, optionsOrCb);
|
|
1763
|
+
}
|
|
1764
|
+
else if (typeof cb === "function") {
|
|
1765
|
+
if (typeof optionsOrCb !== "object")
|
|
1766
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1767
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1768
|
+
}
|
|
1769
|
+
else {
|
|
1770
|
+
return this.send(command, optionsOrCb);
|
|
1771
|
+
}
|
|
1772
|
+
};
|
|
1758
1773
|
RDS.prototype.rebootDBInstance = function (args, optionsOrCb, cb) {
|
|
1759
1774
|
var command = new RebootDBInstanceCommand(args);
|
|
1760
1775
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { RebootDBClusterMessage, RebootDBClusterResult } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_queryRebootDBClusterCommand, serializeAws_queryRebootDBClusterCommand, } from "../protocols/Aws_query";
|
|
6
|
+
var RebootDBClusterCommand = (function (_super) {
|
|
7
|
+
__extends(RebootDBClusterCommand, _super);
|
|
8
|
+
function RebootDBClusterCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
RebootDBClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "RDSClient";
|
|
18
|
+
var commandName = "RebootDBClusterCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: RebootDBClusterMessage.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RebootDBClusterResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
RebootDBClusterCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_queryRebootDBClusterCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
RebootDBClusterCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_queryRebootDBClusterCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return RebootDBClusterCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { RebootDBClusterCommand };
|
|
@@ -113,6 +113,7 @@ export * from "./ModifyOptionGroupCommand";
|
|
|
113
113
|
export * from "./PromoteReadReplicaCommand";
|
|
114
114
|
export * from "./PromoteReadReplicaDBClusterCommand";
|
|
115
115
|
export * from "./PurchaseReservedDBInstancesOfferingCommand";
|
|
116
|
+
export * from "./RebootDBClusterCommand";
|
|
116
117
|
export * from "./RebootDBInstanceCommand";
|
|
117
118
|
export * from "./RegisterDBProxyTargetsCommand";
|
|
118
119
|
export * from "./RemoveFromGlobalClusterCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -97,6 +97,7 @@ var partitionHash = {
|
|
|
97
97
|
"ap-south-1",
|
|
98
98
|
"ap-southeast-1",
|
|
99
99
|
"ap-southeast-2",
|
|
100
|
+
"ap-southeast-3",
|
|
100
101
|
"ca-central-1",
|
|
101
102
|
"ca-central-1-fips",
|
|
102
103
|
"eu-central-1",
|
|
@@ -176,6 +177,10 @@ var partitionHash = {
|
|
|
176
177
|
hostname: "rds.{region}.c2s.ic.gov",
|
|
177
178
|
tags: [],
|
|
178
179
|
},
|
|
180
|
+
{
|
|
181
|
+
hostname: "rds-fips.{region}.c2s.ic.gov",
|
|
182
|
+
tags: ["fips"],
|
|
183
|
+
},
|
|
179
184
|
],
|
|
180
185
|
},
|
|
181
186
|
"aws-iso-b": {
|
|
@@ -186,6 +191,10 @@ var partitionHash = {
|
|
|
186
191
|
hostname: "rds.{region}.sc2s.sgov.gov",
|
|
187
192
|
tags: [],
|
|
188
193
|
},
|
|
194
|
+
{
|
|
195
|
+
hostname: "rds-fips.{region}.sc2s.sgov.gov",
|
|
196
|
+
tags: ["fips"],
|
|
197
|
+
},
|
|
189
198
|
],
|
|
190
199
|
},
|
|
191
200
|
"aws-us-gov": {
|
|
@@ -204,7 +213,7 @@ var partitionHash = {
|
|
|
204
213
|
tags: [],
|
|
205
214
|
},
|
|
206
215
|
{
|
|
207
|
-
hostname: "rds
|
|
216
|
+
hostname: "rds.{region}.amazonaws.com",
|
|
208
217
|
tags: ["fips"],
|
|
209
218
|
},
|
|
210
219
|
{
|
|
@@ -527,6 +527,14 @@ export var ReservedDBInstanceQuotaExceededFault;
|
|
|
527
527
|
(function (ReservedDBInstanceQuotaExceededFault) {
|
|
528
528
|
ReservedDBInstanceQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
529
|
})(ReservedDBInstanceQuotaExceededFault || (ReservedDBInstanceQuotaExceededFault = {}));
|
|
530
|
+
export var RebootDBClusterMessage;
|
|
531
|
+
(function (RebootDBClusterMessage) {
|
|
532
|
+
RebootDBClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
})(RebootDBClusterMessage || (RebootDBClusterMessage = {}));
|
|
534
|
+
export var RebootDBClusterResult;
|
|
535
|
+
(function (RebootDBClusterResult) {
|
|
536
|
+
RebootDBClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
})(RebootDBClusterResult || (RebootDBClusterResult = {}));
|
|
530
538
|
export var RebootDBInstanceMessage;
|
|
531
539
|
(function (RebootDBInstanceMessage) {
|
|
532
540
|
RebootDBInstanceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|