@aws-sdk/client-rds 3.534.0 → 3.536.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 +8 -0
- package/dist-cjs/index.js +90 -17
- package/dist-es/RDS.js +2 -0
- package/dist-es/commands/ModifyIntegrationCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/protocols/Aws_query.js +70 -17
- package/dist-types/RDS.d.ts +46 -1
- package/dist-types/RDSClient.d.ts +4 -3
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +2 -1
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +2 -1
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBProxyCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateIntegrationCommand.d.ts +6 -1
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBShardGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +4 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
- package/dist-types/commands/DisableHttpEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +2 -1
- package/dist-types/commands/EnableHttpEndpointCommand.d.ts +2 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +100 -0
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -1
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +2 -1
- package/dist-types/commands/RebootDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +2 -1
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +2 -1
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +2 -1
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +2 -1
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +2 -1
- package/dist-types/commands/StartActivityStreamCommand.d.ts +2 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
- package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopActivityStreamCommand.d.ts +2 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
- package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1284 -1259
- package/dist-types/models/models_1.d.ts +1320 -1294
- package/dist-types/protocols/Aws_query.d.ts +9 -0
- package/dist-types/ts3.4/RDS.d.ts +55 -0
- package/dist-types/ts3.4/RDSClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBlueGreenDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBShardGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTenantDatabaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBlueGreenDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBShardGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableHttpEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableHttpEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBRecommendationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBShardGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTenantDatabaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootDBShardGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/models/models_1.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/package.json +42 -42
package/README.md
CHANGED
|
@@ -1263,6 +1263,14 @@ ModifyGlobalCluster
|
|
|
1263
1263
|
|
|
1264
1264
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/ModifyGlobalClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/ModifyGlobalClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/ModifyGlobalClusterCommandOutput/)
|
|
1265
1265
|
|
|
1266
|
+
</details>
|
|
1267
|
+
<details>
|
|
1268
|
+
<summary>
|
|
1269
|
+
ModifyIntegration
|
|
1270
|
+
</summary>
|
|
1271
|
+
|
|
1272
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/ModifyIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/ModifyIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/ModifyIntegrationCommandOutput/)
|
|
1273
|
+
|
|
1266
1274
|
</details>
|
|
1267
1275
|
<details>
|
|
1268
1276
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -285,6 +285,7 @@ __export(src_exports, {
|
|
|
285
285
|
ModifyDBSubnetGroupCommand: () => ModifyDBSubnetGroupCommand,
|
|
286
286
|
ModifyEventSubscriptionCommand: () => ModifyEventSubscriptionCommand,
|
|
287
287
|
ModifyGlobalClusterCommand: () => ModifyGlobalClusterCommand,
|
|
288
|
+
ModifyIntegrationCommand: () => ModifyIntegrationCommand,
|
|
288
289
|
ModifyOptionGroupCommand: () => ModifyOptionGroupCommand,
|
|
289
290
|
ModifyTenantDatabaseCommand: () => ModifyTenantDatabaseCommand,
|
|
290
291
|
ModifyTenantDatabaseMessageFilterSensitiveLog: () => ModifyTenantDatabaseMessageFilterSensitiveLog,
|
|
@@ -4527,6 +4528,16 @@ var se_ModifyGlobalClusterCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
4527
4528
|
});
|
|
4528
4529
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4529
4530
|
}, "se_ModifyGlobalClusterCommand");
|
|
4531
|
+
var se_ModifyIntegrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4532
|
+
const headers = SHARED_HEADERS;
|
|
4533
|
+
let body;
|
|
4534
|
+
body = buildFormUrlencodedString({
|
|
4535
|
+
...se_ModifyIntegrationMessage(input, context),
|
|
4536
|
+
[_A]: _MI,
|
|
4537
|
+
[_V]: _
|
|
4538
|
+
});
|
|
4539
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4540
|
+
}, "se_ModifyIntegrationCommand");
|
|
4530
4541
|
var se_ModifyOptionGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4531
4542
|
const headers = SHARED_HEADERS;
|
|
4532
4543
|
let body;
|
|
@@ -6494,6 +6505,19 @@ var de_ModifyGlobalClusterCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
6494
6505
|
};
|
|
6495
6506
|
return response;
|
|
6496
6507
|
}, "de_ModifyGlobalClusterCommand");
|
|
6508
|
+
var de_ModifyIntegrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6509
|
+
if (output.statusCode >= 300) {
|
|
6510
|
+
return de_CommandError(output, context);
|
|
6511
|
+
}
|
|
6512
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
6513
|
+
let contents = {};
|
|
6514
|
+
contents = de_Integration(data.ModifyIntegrationResult, context);
|
|
6515
|
+
const response = {
|
|
6516
|
+
$metadata: deserializeMetadata(output),
|
|
6517
|
+
...contents
|
|
6518
|
+
};
|
|
6519
|
+
return response;
|
|
6520
|
+
}, "de_ModifyIntegrationCommand");
|
|
6497
6521
|
var de_ModifyOptionGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6498
6522
|
if (output.statusCode >= 300) {
|
|
6499
6523
|
return de_CommandError(output, context);
|
|
@@ -9315,8 +9339,8 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9315
9339
|
if (input[_AMVU] != null) {
|
|
9316
9340
|
entries[_AMVU] = input[_AMVU];
|
|
9317
9341
|
}
|
|
9318
|
-
if (input[
|
|
9319
|
-
entries[
|
|
9342
|
+
if (input[_MIo] != null) {
|
|
9343
|
+
entries[_MIo] = input[_MIo];
|
|
9320
9344
|
}
|
|
9321
9345
|
if (input[_MRA] != null) {
|
|
9322
9346
|
entries[_MRA] = input[_MRA];
|
|
@@ -9550,8 +9574,8 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9550
9574
|
if (input[_CTTS] != null) {
|
|
9551
9575
|
entries[_CTTS] = input[_CTTS];
|
|
9552
9576
|
}
|
|
9553
|
-
if (input[
|
|
9554
|
-
entries[
|
|
9577
|
+
if (input[_MIo] != null) {
|
|
9578
|
+
entries[_MIo] = input[_MIo];
|
|
9555
9579
|
}
|
|
9556
9580
|
if (input[_MRA] != null) {
|
|
9557
9581
|
entries[_MRA] = input[_MRA];
|
|
@@ -9703,8 +9727,8 @@ var se_CreateDBInstanceReadReplicaMessage = /* @__PURE__ */ __name((input, conte
|
|
|
9703
9727
|
if (input[_CTTS] != null) {
|
|
9704
9728
|
entries[_CTTS] = input[_CTTS];
|
|
9705
9729
|
}
|
|
9706
|
-
if (input[
|
|
9707
|
-
entries[
|
|
9730
|
+
if (input[_MIo] != null) {
|
|
9731
|
+
entries[_MIo] = input[_MIo];
|
|
9708
9732
|
}
|
|
9709
9733
|
if (input[_MRA] != null) {
|
|
9710
9734
|
entries[_MRA] = input[_MRA];
|
|
@@ -10137,6 +10161,12 @@ var se_CreateIntegrationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
10137
10161
|
entries[loc] = value;
|
|
10138
10162
|
});
|
|
10139
10163
|
}
|
|
10164
|
+
if (input[_DFa] != null) {
|
|
10165
|
+
entries[_DFa] = input[_DFa];
|
|
10166
|
+
}
|
|
10167
|
+
if (input[_D] != null) {
|
|
10168
|
+
entries[_D] = input[_D];
|
|
10169
|
+
}
|
|
10140
10170
|
return entries;
|
|
10141
10171
|
}, "se_CreateIntegrationMessage");
|
|
10142
10172
|
var se_CreateOptionGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11989,8 +12019,8 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
11989
12019
|
if (input[_AMVU] != null) {
|
|
11990
12020
|
entries[_AMVU] = input[_AMVU];
|
|
11991
12021
|
}
|
|
11992
|
-
if (input[
|
|
11993
|
-
entries[
|
|
12022
|
+
if (input[_MIo] != null) {
|
|
12023
|
+
entries[_MIo] = input[_MIo];
|
|
11994
12024
|
}
|
|
11995
12025
|
if (input[_MRA] != null) {
|
|
11996
12026
|
entries[_MRA] = input[_MRA];
|
|
@@ -12206,8 +12236,8 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12206
12236
|
if (input[_CTTS] != null) {
|
|
12207
12237
|
entries[_CTTS] = input[_CTTS];
|
|
12208
12238
|
}
|
|
12209
|
-
if (input[
|
|
12210
|
-
entries[
|
|
12239
|
+
if (input[_MIo] != null) {
|
|
12240
|
+
entries[_MIo] = input[_MIo];
|
|
12211
12241
|
}
|
|
12212
12242
|
if (input[_DBPNo] != null) {
|
|
12213
12243
|
entries[_DBPNo] = input[_DBPNo];
|
|
@@ -12556,6 +12586,22 @@ var se_ModifyGlobalClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12556
12586
|
}
|
|
12557
12587
|
return entries;
|
|
12558
12588
|
}, "se_ModifyGlobalClusterMessage");
|
|
12589
|
+
var se_ModifyIntegrationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
12590
|
+
const entries = {};
|
|
12591
|
+
if (input[_IIn] != null) {
|
|
12592
|
+
entries[_IIn] = input[_IIn];
|
|
12593
|
+
}
|
|
12594
|
+
if (input[_IN] != null) {
|
|
12595
|
+
entries[_IN] = input[_IN];
|
|
12596
|
+
}
|
|
12597
|
+
if (input[_DFa] != null) {
|
|
12598
|
+
entries[_DFa] = input[_DFa];
|
|
12599
|
+
}
|
|
12600
|
+
if (input[_D] != null) {
|
|
12601
|
+
entries[_D] = input[_D];
|
|
12602
|
+
}
|
|
12603
|
+
return entries;
|
|
12604
|
+
}, "se_ModifyIntegrationMessage");
|
|
12559
12605
|
var se_ModifyOptionGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
12560
12606
|
var _a, _b;
|
|
12561
12607
|
const entries = {};
|
|
@@ -13718,8 +13764,8 @@ var se_RestoreDBInstanceFromS3Message = /* @__PURE__ */ __name((input, context)
|
|
|
13718
13764
|
if (input[_CTTS] != null) {
|
|
13719
13765
|
entries[_CTTS] = input[_CTTS];
|
|
13720
13766
|
}
|
|
13721
|
-
if (input[
|
|
13722
|
-
entries[
|
|
13767
|
+
if (input[_MIo] != null) {
|
|
13768
|
+
entries[_MIo] = input[_MIo];
|
|
13723
13769
|
}
|
|
13724
13770
|
if (input[_MRA] != null) {
|
|
13725
13771
|
entries[_MRA] = input[_MRA];
|
|
@@ -15032,8 +15078,8 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15032
15078
|
if (output[_AMVU] != null) {
|
|
15033
15079
|
contents[_AMVU] = (0, import_smithy_client.parseBoolean)(output[_AMVU]);
|
|
15034
15080
|
}
|
|
15035
|
-
if (output[
|
|
15036
|
-
contents[
|
|
15081
|
+
if (output[_MIo] != null) {
|
|
15082
|
+
contents[_MIo] = (0, import_smithy_client.strictParseInt32)(output[_MIo]);
|
|
15037
15083
|
}
|
|
15038
15084
|
if (output[_MRA] != null) {
|
|
15039
15085
|
contents[_MRA] = (0, import_smithy_client.expectString)(output[_MRA]);
|
|
@@ -15968,8 +16014,8 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
15968
16014
|
if (output[_CTTS] != null) {
|
|
15969
16015
|
contents[_CTTS] = (0, import_smithy_client.parseBoolean)(output[_CTTS]);
|
|
15970
16016
|
}
|
|
15971
|
-
if (output[
|
|
15972
|
-
contents[
|
|
16017
|
+
if (output[_MIo] != null) {
|
|
16018
|
+
contents[_MIo] = (0, import_smithy_client.strictParseInt32)(output[_MIo]);
|
|
15973
16019
|
}
|
|
15974
16020
|
if (output[_EMRA] != null) {
|
|
15975
16021
|
contents[_EMRA] = (0, import_smithy_client.expectString)(output[_EMRA]);
|
|
@@ -18080,6 +18126,12 @@ var de_Integration = /* @__PURE__ */ __name((output, context) => {
|
|
|
18080
18126
|
} else if (output[_Er] != null && output[_Er][_IE] != null) {
|
|
18081
18127
|
contents[_Er] = de_IntegrationErrorList((0, import_smithy_client.getArrayIfSingleItem)(output[_Er][_IE]), context);
|
|
18082
18128
|
}
|
|
18129
|
+
if (output[_DFa] != null) {
|
|
18130
|
+
contents[_DFa] = (0, import_smithy_client.expectString)(output[_DFa]);
|
|
18131
|
+
}
|
|
18132
|
+
if (output[_D] != null) {
|
|
18133
|
+
contents[_D] = (0, import_smithy_client.expectString)(output[_D]);
|
|
18134
|
+
}
|
|
18083
18135
|
return contents;
|
|
18084
18136
|
}, "de_Integration");
|
|
18085
18137
|
var de_IntegrationAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -20684,6 +20736,7 @@ var _DES = "DeleteEventSubscription";
|
|
|
20684
20736
|
var _DESe = "DescribeEventSubscriptions";
|
|
20685
20737
|
var _DET = "DescribeExportTasks";
|
|
20686
20738
|
var _DF = "DomainFqdn";
|
|
20739
|
+
var _DFa = "DataFilter";
|
|
20687
20740
|
var _DGC = "DeleteGlobalCluster";
|
|
20688
20741
|
var _DGCe = "DescribeGlobalClusters";
|
|
20689
20742
|
var _DHE = "DisableHttpEndpoint";
|
|
@@ -20896,12 +20949,13 @@ var _MEV = "MajorEngineVersion";
|
|
|
20896
20949
|
var _MEVPAV = "MinimumEngineVersionPerAllowedValue";
|
|
20897
20950
|
var _MEVi = "MinimumEngineVersion";
|
|
20898
20951
|
var _MGC = "ModifyGlobalCluster";
|
|
20899
|
-
var _MI = "
|
|
20952
|
+
var _MI = "ModifyIntegration";
|
|
20900
20953
|
var _MICP = "MaxIdleConnectionsPercent";
|
|
20901
20954
|
var _MIPDI = "MinIopsPerDbInstance";
|
|
20902
20955
|
var _MIPDIa = "MaxIopsPerDbInstance";
|
|
20903
20956
|
var _MIPG = "MinIopsPerGib";
|
|
20904
20957
|
var _MIPGa = "MaxIopsPerGib";
|
|
20958
|
+
var _MIo = "MonitoringInterval";
|
|
20905
20959
|
var _MMUP = "ManageMasterUserPassword";
|
|
20906
20960
|
var _MOG = "ModifyOptionGroup";
|
|
20907
20961
|
var _MQ = "MetricQuery";
|
|
@@ -23450,6 +23504,23 @@ var _ModifyGlobalClusterCommand = class _ModifyGlobalClusterCommand extends impo
|
|
|
23450
23504
|
__name(_ModifyGlobalClusterCommand, "ModifyGlobalClusterCommand");
|
|
23451
23505
|
var ModifyGlobalClusterCommand = _ModifyGlobalClusterCommand;
|
|
23452
23506
|
|
|
23507
|
+
// src/commands/ModifyIntegrationCommand.ts
|
|
23508
|
+
|
|
23509
|
+
|
|
23510
|
+
|
|
23511
|
+
|
|
23512
|
+
var _ModifyIntegrationCommand = class _ModifyIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
23513
|
+
...commonParams
|
|
23514
|
+
}).m(function(Command, cs, config, o) {
|
|
23515
|
+
return [
|
|
23516
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23517
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23518
|
+
];
|
|
23519
|
+
}).s("AmazonRDSv19", "ModifyIntegration", {}).n("RDSClient", "ModifyIntegrationCommand").f(void 0, void 0).ser(se_ModifyIntegrationCommand).de(de_ModifyIntegrationCommand).build() {
|
|
23520
|
+
};
|
|
23521
|
+
__name(_ModifyIntegrationCommand, "ModifyIntegrationCommand");
|
|
23522
|
+
var ModifyIntegrationCommand = _ModifyIntegrationCommand;
|
|
23523
|
+
|
|
23453
23524
|
// src/commands/ModifyOptionGroupCommand.ts
|
|
23454
23525
|
|
|
23455
23526
|
|
|
@@ -24175,6 +24246,7 @@ var commands = {
|
|
|
24175
24246
|
ModifyDBSubnetGroupCommand,
|
|
24176
24247
|
ModifyEventSubscriptionCommand,
|
|
24177
24248
|
ModifyGlobalClusterCommand,
|
|
24249
|
+
ModifyIntegrationCommand,
|
|
24178
24250
|
ModifyOptionGroupCommand,
|
|
24179
24251
|
ModifyTenantDatabaseCommand,
|
|
24180
24252
|
PromoteReadReplicaCommand,
|
|
@@ -25459,6 +25531,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
25459
25531
|
ModifyDBSubnetGroupCommand,
|
|
25460
25532
|
ModifyEventSubscriptionCommand,
|
|
25461
25533
|
ModifyGlobalClusterCommand,
|
|
25534
|
+
ModifyIntegrationCommand,
|
|
25462
25535
|
ModifyOptionGroupCommand,
|
|
25463
25536
|
ModifyTenantDatabaseCommand,
|
|
25464
25537
|
PromoteReadReplicaCommand,
|
package/dist-es/RDS.js
CHANGED
|
@@ -125,6 +125,7 @@ import { ModifyDBSnapshotCommand, } from "./commands/ModifyDBSnapshotCommand";
|
|
|
125
125
|
import { ModifyDBSubnetGroupCommand, } from "./commands/ModifyDBSubnetGroupCommand";
|
|
126
126
|
import { ModifyEventSubscriptionCommand, } from "./commands/ModifyEventSubscriptionCommand";
|
|
127
127
|
import { ModifyGlobalClusterCommand, } from "./commands/ModifyGlobalClusterCommand";
|
|
128
|
+
import { ModifyIntegrationCommand, } from "./commands/ModifyIntegrationCommand";
|
|
128
129
|
import { ModifyOptionGroupCommand, } from "./commands/ModifyOptionGroupCommand";
|
|
129
130
|
import { ModifyTenantDatabaseCommand, } from "./commands/ModifyTenantDatabaseCommand";
|
|
130
131
|
import { PromoteReadReplicaCommand, } from "./commands/PromoteReadReplicaCommand";
|
|
@@ -288,6 +289,7 @@ const commands = {
|
|
|
288
289
|
ModifyDBSubnetGroupCommand,
|
|
289
290
|
ModifyEventSubscriptionCommand,
|
|
290
291
|
ModifyGlobalClusterCommand,
|
|
292
|
+
ModifyIntegrationCommand,
|
|
291
293
|
ModifyOptionGroupCommand,
|
|
292
294
|
ModifyTenantDatabaseCommand,
|
|
293
295
|
PromoteReadReplicaCommand,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ModifyIntegrationCommand, se_ModifyIntegrationCommand } from "../protocols/Aws_query";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ModifyIntegrationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonRDSv19", "ModifyIntegration", {})
|
|
19
|
+
.n("RDSClient", "ModifyIntegrationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ModifyIntegrationCommand)
|
|
22
|
+
.de(de_ModifyIntegrationCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -124,6 +124,7 @@ export * from "./ModifyDBSnapshotCommand";
|
|
|
124
124
|
export * from "./ModifyDBSubnetGroupCommand";
|
|
125
125
|
export * from "./ModifyEventSubscriptionCommand";
|
|
126
126
|
export * from "./ModifyGlobalClusterCommand";
|
|
127
|
+
export * from "./ModifyIntegrationCommand";
|
|
127
128
|
export * from "./ModifyOptionGroupCommand";
|
|
128
129
|
export * from "./ModifyTenantDatabaseCommand";
|
|
129
130
|
export * from "./PromoteReadReplicaCommand";
|
|
@@ -1264,6 +1264,16 @@ export const se_ModifyGlobalClusterCommand = async (input, context) => {
|
|
|
1264
1264
|
});
|
|
1265
1265
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1266
1266
|
};
|
|
1267
|
+
export const se_ModifyIntegrationCommand = async (input, context) => {
|
|
1268
|
+
const headers = SHARED_HEADERS;
|
|
1269
|
+
let body;
|
|
1270
|
+
body = buildFormUrlencodedString({
|
|
1271
|
+
...se_ModifyIntegrationMessage(input, context),
|
|
1272
|
+
[_A]: _MI,
|
|
1273
|
+
[_V]: _,
|
|
1274
|
+
});
|
|
1275
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1276
|
+
};
|
|
1267
1277
|
export const se_ModifyOptionGroupCommand = async (input, context) => {
|
|
1268
1278
|
const headers = SHARED_HEADERS;
|
|
1269
1279
|
let body;
|
|
@@ -3228,6 +3238,19 @@ export const de_ModifyGlobalClusterCommand = async (output, context) => {
|
|
|
3228
3238
|
};
|
|
3229
3239
|
return response;
|
|
3230
3240
|
};
|
|
3241
|
+
export const de_ModifyIntegrationCommand = async (output, context) => {
|
|
3242
|
+
if (output.statusCode >= 300) {
|
|
3243
|
+
return de_CommandError(output, context);
|
|
3244
|
+
}
|
|
3245
|
+
const data = await parseBody(output.body, context);
|
|
3246
|
+
let contents = {};
|
|
3247
|
+
contents = de_Integration(data.ModifyIntegrationResult, context);
|
|
3248
|
+
const response = {
|
|
3249
|
+
$metadata: deserializeMetadata(output),
|
|
3250
|
+
...contents,
|
|
3251
|
+
};
|
|
3252
|
+
return response;
|
|
3253
|
+
};
|
|
3231
3254
|
export const de_ModifyOptionGroupCommand = async (output, context) => {
|
|
3232
3255
|
if (output.statusCode >= 300) {
|
|
3233
3256
|
return de_CommandError(output, context);
|
|
@@ -6028,8 +6051,8 @@ const se_CreateDBClusterMessage = (input, context) => {
|
|
|
6028
6051
|
if (input[_AMVU] != null) {
|
|
6029
6052
|
entries[_AMVU] = input[_AMVU];
|
|
6030
6053
|
}
|
|
6031
|
-
if (input[
|
|
6032
|
-
entries[
|
|
6054
|
+
if (input[_MIo] != null) {
|
|
6055
|
+
entries[_MIo] = input[_MIo];
|
|
6033
6056
|
}
|
|
6034
6057
|
if (input[_MRA] != null) {
|
|
6035
6058
|
entries[_MRA] = input[_MRA];
|
|
@@ -6260,8 +6283,8 @@ const se_CreateDBInstanceMessage = (input, context) => {
|
|
|
6260
6283
|
if (input[_CTTS] != null) {
|
|
6261
6284
|
entries[_CTTS] = input[_CTTS];
|
|
6262
6285
|
}
|
|
6263
|
-
if (input[
|
|
6264
|
-
entries[
|
|
6286
|
+
if (input[_MIo] != null) {
|
|
6287
|
+
entries[_MIo] = input[_MIo];
|
|
6265
6288
|
}
|
|
6266
6289
|
if (input[_MRA] != null) {
|
|
6267
6290
|
entries[_MRA] = input[_MRA];
|
|
@@ -6412,8 +6435,8 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
|
|
|
6412
6435
|
if (input[_CTTS] != null) {
|
|
6413
6436
|
entries[_CTTS] = input[_CTTS];
|
|
6414
6437
|
}
|
|
6415
|
-
if (input[
|
|
6416
|
-
entries[
|
|
6438
|
+
if (input[_MIo] != null) {
|
|
6439
|
+
entries[_MIo] = input[_MIo];
|
|
6417
6440
|
}
|
|
6418
6441
|
if (input[_MRA] != null) {
|
|
6419
6442
|
entries[_MRA] = input[_MRA];
|
|
@@ -6838,6 +6861,12 @@ const se_CreateIntegrationMessage = (input, context) => {
|
|
|
6838
6861
|
entries[loc] = value;
|
|
6839
6862
|
});
|
|
6840
6863
|
}
|
|
6864
|
+
if (input[_DFa] != null) {
|
|
6865
|
+
entries[_DFa] = input[_DFa];
|
|
6866
|
+
}
|
|
6867
|
+
if (input[_D] != null) {
|
|
6868
|
+
entries[_D] = input[_D];
|
|
6869
|
+
}
|
|
6841
6870
|
return entries;
|
|
6842
6871
|
};
|
|
6843
6872
|
const se_CreateOptionGroupMessage = (input, context) => {
|
|
@@ -8644,8 +8673,8 @@ const se_ModifyDBClusterMessage = (input, context) => {
|
|
|
8644
8673
|
if (input[_AMVU] != null) {
|
|
8645
8674
|
entries[_AMVU] = input[_AMVU];
|
|
8646
8675
|
}
|
|
8647
|
-
if (input[
|
|
8648
|
-
entries[
|
|
8676
|
+
if (input[_MIo] != null) {
|
|
8677
|
+
entries[_MIo] = input[_MIo];
|
|
8649
8678
|
}
|
|
8650
8679
|
if (input[_MRA] != null) {
|
|
8651
8680
|
entries[_MRA] = input[_MRA];
|
|
@@ -8858,8 +8887,8 @@ const se_ModifyDBInstanceMessage = (input, context) => {
|
|
|
8858
8887
|
if (input[_CTTS] != null) {
|
|
8859
8888
|
entries[_CTTS] = input[_CTTS];
|
|
8860
8889
|
}
|
|
8861
|
-
if (input[
|
|
8862
|
-
entries[
|
|
8890
|
+
if (input[_MIo] != null) {
|
|
8891
|
+
entries[_MIo] = input[_MIo];
|
|
8863
8892
|
}
|
|
8864
8893
|
if (input[_DBPNo] != null) {
|
|
8865
8894
|
entries[_DBPNo] = input[_DBPNo];
|
|
@@ -9201,6 +9230,22 @@ const se_ModifyGlobalClusterMessage = (input, context) => {
|
|
|
9201
9230
|
}
|
|
9202
9231
|
return entries;
|
|
9203
9232
|
};
|
|
9233
|
+
const se_ModifyIntegrationMessage = (input, context) => {
|
|
9234
|
+
const entries = {};
|
|
9235
|
+
if (input[_IIn] != null) {
|
|
9236
|
+
entries[_IIn] = input[_IIn];
|
|
9237
|
+
}
|
|
9238
|
+
if (input[_IN] != null) {
|
|
9239
|
+
entries[_IN] = input[_IN];
|
|
9240
|
+
}
|
|
9241
|
+
if (input[_DFa] != null) {
|
|
9242
|
+
entries[_DFa] = input[_DFa];
|
|
9243
|
+
}
|
|
9244
|
+
if (input[_D] != null) {
|
|
9245
|
+
entries[_D] = input[_D];
|
|
9246
|
+
}
|
|
9247
|
+
return entries;
|
|
9248
|
+
};
|
|
9204
9249
|
const se_ModifyOptionGroupMessage = (input, context) => {
|
|
9205
9250
|
const entries = {};
|
|
9206
9251
|
if (input[_OGN] != null) {
|
|
@@ -10350,8 +10395,8 @@ const se_RestoreDBInstanceFromS3Message = (input, context) => {
|
|
|
10350
10395
|
if (input[_CTTS] != null) {
|
|
10351
10396
|
entries[_CTTS] = input[_CTTS];
|
|
10352
10397
|
}
|
|
10353
|
-
if (input[
|
|
10354
|
-
entries[
|
|
10398
|
+
if (input[_MIo] != null) {
|
|
10399
|
+
entries[_MIo] = input[_MIo];
|
|
10355
10400
|
}
|
|
10356
10401
|
if (input[_MRA] != null) {
|
|
10357
10402
|
entries[_MRA] = input[_MRA];
|
|
@@ -11701,8 +11746,8 @@ const de_DBCluster = (output, context) => {
|
|
|
11701
11746
|
if (output[_AMVU] != null) {
|
|
11702
11747
|
contents[_AMVU] = __parseBoolean(output[_AMVU]);
|
|
11703
11748
|
}
|
|
11704
|
-
if (output[
|
|
11705
|
-
contents[
|
|
11749
|
+
if (output[_MIo] != null) {
|
|
11750
|
+
contents[_MIo] = __strictParseInt32(output[_MIo]);
|
|
11706
11751
|
}
|
|
11707
11752
|
if (output[_MRA] != null) {
|
|
11708
11753
|
contents[_MRA] = __expectString(output[_MRA]);
|
|
@@ -12687,8 +12732,8 @@ const de_DBInstance = (output, context) => {
|
|
|
12687
12732
|
if (output[_CTTS] != null) {
|
|
12688
12733
|
contents[_CTTS] = __parseBoolean(output[_CTTS]);
|
|
12689
12734
|
}
|
|
12690
|
-
if (output[
|
|
12691
|
-
contents[
|
|
12735
|
+
if (output[_MIo] != null) {
|
|
12736
|
+
contents[_MIo] = __strictParseInt32(output[_MIo]);
|
|
12692
12737
|
}
|
|
12693
12738
|
if (output[_EMRA] != null) {
|
|
12694
12739
|
contents[_EMRA] = __expectString(output[_EMRA]);
|
|
@@ -14911,6 +14956,12 @@ const de_Integration = (output, context) => {
|
|
|
14911
14956
|
else if (output[_Er] != null && output[_Er][_IE] != null) {
|
|
14912
14957
|
contents[_Er] = de_IntegrationErrorList(__getArrayIfSingleItem(output[_Er][_IE]), context);
|
|
14913
14958
|
}
|
|
14959
|
+
if (output[_DFa] != null) {
|
|
14960
|
+
contents[_DFa] = __expectString(output[_DFa]);
|
|
14961
|
+
}
|
|
14962
|
+
if (output[_D] != null) {
|
|
14963
|
+
contents[_D] = __expectString(output[_D]);
|
|
14964
|
+
}
|
|
14914
14965
|
return contents;
|
|
14915
14966
|
};
|
|
14916
14967
|
const de_IntegrationAlreadyExistsFault = (output, context) => {
|
|
@@ -17651,6 +17702,7 @@ const _DES = "DeleteEventSubscription";
|
|
|
17651
17702
|
const _DESe = "DescribeEventSubscriptions";
|
|
17652
17703
|
const _DET = "DescribeExportTasks";
|
|
17653
17704
|
const _DF = "DomainFqdn";
|
|
17705
|
+
const _DFa = "DataFilter";
|
|
17654
17706
|
const _DGC = "DeleteGlobalCluster";
|
|
17655
17707
|
const _DGCe = "DescribeGlobalClusters";
|
|
17656
17708
|
const _DHE = "DisableHttpEndpoint";
|
|
@@ -17863,12 +17915,13 @@ const _MEV = "MajorEngineVersion";
|
|
|
17863
17915
|
const _MEVPAV = "MinimumEngineVersionPerAllowedValue";
|
|
17864
17916
|
const _MEVi = "MinimumEngineVersion";
|
|
17865
17917
|
const _MGC = "ModifyGlobalCluster";
|
|
17866
|
-
const _MI = "
|
|
17918
|
+
const _MI = "ModifyIntegration";
|
|
17867
17919
|
const _MICP = "MaxIdleConnectionsPercent";
|
|
17868
17920
|
const _MIPDI = "MinIopsPerDbInstance";
|
|
17869
17921
|
const _MIPDIa = "MaxIopsPerDbInstance";
|
|
17870
17922
|
const _MIPG = "MinIopsPerGib";
|
|
17871
17923
|
const _MIPGa = "MaxIopsPerGib";
|
|
17924
|
+
const _MIo = "MonitoringInterval";
|
|
17872
17925
|
const _MMUP = "ManageMasterUserPassword";
|
|
17873
17926
|
const _MOG = "ModifyOptionGroup";
|
|
17874
17927
|
const _MQ = "MetricQuery";
|