@aws-sdk/client-rds 3.438.0 → 3.441.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.
Files changed (69) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/RDS.js +6 -0
  3. package/dist-cjs/commands/CreateIntegrationCommand.js +51 -0
  4. package/dist-cjs/commands/DeleteIntegrationCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeIntegrationsCommand.js +51 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +77 -3
  8. package/dist-cjs/pagination/DescribeIntegrationsPaginator.js +29 -0
  9. package/dist-cjs/pagination/index.js +1 -0
  10. package/dist-cjs/protocols/Aws_query.js +466 -6
  11. package/dist-es/RDS.js +6 -0
  12. package/dist-es/commands/CreateIntegrationCommand.js +47 -0
  13. package/dist-es/commands/DeleteIntegrationCommand.js +47 -0
  14. package/dist-es/commands/DescribeIntegrationsCommand.js +47 -0
  15. package/dist-es/commands/index.js +3 -0
  16. package/dist-es/models/models_0.js +69 -0
  17. package/dist-es/pagination/DescribeIntegrationsPaginator.js +25 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_query.js +455 -1
  20. package/dist-types/RDS.d.ts +21 -0
  21. package/dist-types/RDSClient.d.ts +5 -2
  22. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +2 -0
  24. package/dist-types/commands/CreateDBClusterCommand.d.ts +12 -0
  25. package/dist-types/commands/CreateIntegrationCommand.d.ts +130 -0
  26. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +2 -0
  27. package/dist-types/commands/DeleteDBClusterCommand.d.ts +8 -0
  28. package/dist-types/commands/DeleteIntegrationCommand.d.ts +107 -0
  29. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDBClustersCommand.d.ts +9 -1
  33. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +3 -2
  34. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +115 -0
  35. package/dist-types/commands/FailoverDBClusterCommand.d.ts +8 -0
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  37. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -0
  38. package/dist-types/commands/ModifyDBClusterCommand.d.ts +8 -0
  39. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +8 -0
  40. package/dist-types/commands/RebootDBClusterCommand.d.ts +8 -0
  41. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -0
  42. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +8 -0
  43. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -0
  44. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -0
  45. package/dist-types/commands/StartDBClusterCommand.d.ts +8 -0
  46. package/dist-types/commands/StopDBClusterCommand.d.ts +8 -0
  47. package/dist-types/commands/index.d.ts +3 -0
  48. package/dist-types/models/models_0.d.ts +256 -423
  49. package/dist-types/models/models_1.d.ts +481 -1
  50. package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +7 -0
  51. package/dist-types/pagination/index.d.ts +1 -0
  52. package/dist-types/protocols/Aws_query.d.ts +27 -0
  53. package/dist-types/ts3.4/RDS.d.ts +51 -0
  54. package/dist-types/ts3.4/RDSClient.d.ts +18 -0
  55. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +36 -0
  56. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +36 -0
  57. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -2
  62. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +42 -0
  63. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +85 -55
  65. package/dist-types/ts3.4/models/models_1.d.ts +71 -1
  66. package/dist-types/ts3.4/pagination/DescribeIntegrationsPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  68. package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
  69. package/package.json +4 -4
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.se_DescribeAccountAttributesCommand = exports.se_DeregisterDBProxyTargetsCommand = exports.se_DeleteOptionGroupCommand = exports.se_DeleteGlobalClusterCommand = exports.se_DeleteEventSubscriptionCommand = exports.se_DeleteDBSubnetGroupCommand = exports.se_DeleteDBSnapshotCommand = exports.se_DeleteDBSecurityGroupCommand = exports.se_DeleteDBProxyEndpointCommand = exports.se_DeleteDBProxyCommand = exports.se_DeleteDBParameterGroupCommand = exports.se_DeleteDBInstanceAutomatedBackupCommand = exports.se_DeleteDBInstanceCommand = exports.se_DeleteDBClusterSnapshotCommand = exports.se_DeleteDBClusterParameterGroupCommand = exports.se_DeleteDBClusterEndpointCommand = exports.se_DeleteDBClusterAutomatedBackupCommand = exports.se_DeleteDBClusterCommand = exports.se_DeleteCustomDBEngineVersionCommand = exports.se_DeleteBlueGreenDeploymentCommand = exports.se_CreateOptionGroupCommand = exports.se_CreateGlobalClusterCommand = exports.se_CreateEventSubscriptionCommand = exports.se_CreateDBSubnetGroupCommand = exports.se_CreateDBSnapshotCommand = exports.se_CreateDBSecurityGroupCommand = exports.se_CreateDBProxyEndpointCommand = exports.se_CreateDBProxyCommand = exports.se_CreateDBParameterGroupCommand = exports.se_CreateDBInstanceReadReplicaCommand = exports.se_CreateDBInstanceCommand = exports.se_CreateDBClusterSnapshotCommand = exports.se_CreateDBClusterParameterGroupCommand = exports.se_CreateDBClusterEndpointCommand = exports.se_CreateDBClusterCommand = exports.se_CreateCustomDBEngineVersionCommand = exports.se_CreateBlueGreenDeploymentCommand = exports.se_CopyOptionGroupCommand = exports.se_CopyDBSnapshotCommand = exports.se_CopyDBParameterGroupCommand = exports.se_CopyDBClusterSnapshotCommand = exports.se_CopyDBClusterParameterGroupCommand = exports.se_CancelExportTaskCommand = exports.se_BacktrackDBClusterCommand = exports.se_AuthorizeDBSecurityGroupIngressCommand = exports.se_ApplyPendingMaintenanceActionCommand = exports.se_AddTagsToResourceCommand = exports.se_AddSourceIdentifierToSubscriptionCommand = exports.se_AddRoleToDBInstanceCommand = exports.se_AddRoleToDBClusterCommand = void 0;
4
- exports.se_ModifyDBClusterParameterGroupCommand = exports.se_ModifyDBClusterEndpointCommand = exports.se_ModifyDBClusterCommand = exports.se_ModifyCustomDBEngineVersionCommand = exports.se_ModifyCurrentDBClusterCapacityCommand = exports.se_ModifyCertificatesCommand = exports.se_ModifyActivityStreamCommand = exports.se_ListTagsForResourceCommand = exports.se_FailoverGlobalClusterCommand = exports.se_FailoverDBClusterCommand = exports.se_DownloadDBLogFilePortionCommand = exports.se_DescribeValidDBInstanceModificationsCommand = exports.se_DescribeSourceRegionsCommand = exports.se_DescribeReservedDBInstancesOfferingsCommand = exports.se_DescribeReservedDBInstancesCommand = exports.se_DescribePendingMaintenanceActionsCommand = exports.se_DescribeOrderableDBInstanceOptionsCommand = exports.se_DescribeOptionGroupsCommand = exports.se_DescribeOptionGroupOptionsCommand = exports.se_DescribeGlobalClustersCommand = exports.se_DescribeExportTasksCommand = exports.se_DescribeEventSubscriptionsCommand = exports.se_DescribeEventsCommand = exports.se_DescribeEventCategoriesCommand = exports.se_DescribeEngineDefaultParametersCommand = exports.se_DescribeEngineDefaultClusterParametersCommand = exports.se_DescribeDBSubnetGroupsCommand = exports.se_DescribeDBSnapshotsCommand = exports.se_DescribeDBSnapshotAttributesCommand = exports.se_DescribeDBSecurityGroupsCommand = exports.se_DescribeDBProxyTargetsCommand = exports.se_DescribeDBProxyTargetGroupsCommand = exports.se_DescribeDBProxyEndpointsCommand = exports.se_DescribeDBProxiesCommand = exports.se_DescribeDBParametersCommand = exports.se_DescribeDBParameterGroupsCommand = exports.se_DescribeDBLogFilesCommand = exports.se_DescribeDBInstancesCommand = exports.se_DescribeDBInstanceAutomatedBackupsCommand = exports.se_DescribeDBEngineVersionsCommand = exports.se_DescribeDBClusterSnapshotsCommand = exports.se_DescribeDBClusterSnapshotAttributesCommand = exports.se_DescribeDBClustersCommand = exports.se_DescribeDBClusterParametersCommand = exports.se_DescribeDBClusterParameterGroupsCommand = exports.se_DescribeDBClusterEndpointsCommand = exports.se_DescribeDBClusterBacktracksCommand = exports.se_DescribeDBClusterAutomatedBackupsCommand = exports.se_DescribeCertificatesCommand = exports.se_DescribeBlueGreenDeploymentsCommand = void 0;
5
- exports.de_AuthorizeDBSecurityGroupIngressCommand = exports.de_ApplyPendingMaintenanceActionCommand = exports.de_AddTagsToResourceCommand = exports.de_AddSourceIdentifierToSubscriptionCommand = exports.de_AddRoleToDBInstanceCommand = exports.de_AddRoleToDBClusterCommand = exports.se_SwitchoverReadReplicaCommand = exports.se_SwitchoverGlobalClusterCommand = exports.se_SwitchoverBlueGreenDeploymentCommand = exports.se_StopDBInstanceAutomatedBackupsReplicationCommand = exports.se_StopDBInstanceCommand = exports.se_StopDBClusterCommand = exports.se_StopActivityStreamCommand = exports.se_StartExportTaskCommand = exports.se_StartDBInstanceAutomatedBackupsReplicationCommand = exports.se_StartDBInstanceCommand = exports.se_StartDBClusterCommand = exports.se_StartActivityStreamCommand = exports.se_RevokeDBSecurityGroupIngressCommand = exports.se_RestoreDBInstanceToPointInTimeCommand = exports.se_RestoreDBInstanceFromS3Command = exports.se_RestoreDBInstanceFromDBSnapshotCommand = exports.se_RestoreDBClusterToPointInTimeCommand = exports.se_RestoreDBClusterFromSnapshotCommand = exports.se_RestoreDBClusterFromS3Command = exports.se_ResetDBParameterGroupCommand = exports.se_ResetDBClusterParameterGroupCommand = exports.se_RemoveTagsFromResourceCommand = exports.se_RemoveSourceIdentifierFromSubscriptionCommand = exports.se_RemoveRoleFromDBInstanceCommand = exports.se_RemoveRoleFromDBClusterCommand = exports.se_RemoveFromGlobalClusterCommand = exports.se_RegisterDBProxyTargetsCommand = exports.se_RebootDBInstanceCommand = exports.se_RebootDBClusterCommand = exports.se_PurchaseReservedDBInstancesOfferingCommand = exports.se_PromoteReadReplicaDBClusterCommand = exports.se_PromoteReadReplicaCommand = exports.se_ModifyOptionGroupCommand = exports.se_ModifyGlobalClusterCommand = exports.se_ModifyEventSubscriptionCommand = exports.se_ModifyDBSubnetGroupCommand = exports.se_ModifyDBSnapshotAttributeCommand = exports.se_ModifyDBSnapshotCommand = exports.se_ModifyDBProxyTargetGroupCommand = exports.se_ModifyDBProxyEndpointCommand = exports.se_ModifyDBProxyCommand = exports.se_ModifyDBParameterGroupCommand = exports.se_ModifyDBInstanceCommand = exports.se_ModifyDBClusterSnapshotAttributeCommand = void 0;
6
- exports.de_DescribeDBClusterParameterGroupsCommand = exports.de_DescribeDBClusterEndpointsCommand = exports.de_DescribeDBClusterBacktracksCommand = exports.de_DescribeDBClusterAutomatedBackupsCommand = exports.de_DescribeCertificatesCommand = exports.de_DescribeBlueGreenDeploymentsCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeregisterDBProxyTargetsCommand = exports.de_DeleteOptionGroupCommand = exports.de_DeleteGlobalClusterCommand = exports.de_DeleteEventSubscriptionCommand = exports.de_DeleteDBSubnetGroupCommand = exports.de_DeleteDBSnapshotCommand = exports.de_DeleteDBSecurityGroupCommand = exports.de_DeleteDBProxyEndpointCommand = exports.de_DeleteDBProxyCommand = exports.de_DeleteDBParameterGroupCommand = exports.de_DeleteDBInstanceAutomatedBackupCommand = exports.de_DeleteDBInstanceCommand = exports.de_DeleteDBClusterSnapshotCommand = exports.de_DeleteDBClusterParameterGroupCommand = exports.de_DeleteDBClusterEndpointCommand = exports.de_DeleteDBClusterAutomatedBackupCommand = exports.de_DeleteDBClusterCommand = exports.de_DeleteCustomDBEngineVersionCommand = exports.de_DeleteBlueGreenDeploymentCommand = exports.de_CreateOptionGroupCommand = exports.de_CreateGlobalClusterCommand = exports.de_CreateEventSubscriptionCommand = exports.de_CreateDBSubnetGroupCommand = exports.de_CreateDBSnapshotCommand = exports.de_CreateDBSecurityGroupCommand = exports.de_CreateDBProxyEndpointCommand = exports.de_CreateDBProxyCommand = exports.de_CreateDBParameterGroupCommand = exports.de_CreateDBInstanceReadReplicaCommand = exports.de_CreateDBInstanceCommand = exports.de_CreateDBClusterSnapshotCommand = exports.de_CreateDBClusterParameterGroupCommand = exports.de_CreateDBClusterEndpointCommand = exports.de_CreateDBClusterCommand = exports.de_CreateCustomDBEngineVersionCommand = exports.de_CreateBlueGreenDeploymentCommand = exports.de_CopyOptionGroupCommand = exports.de_CopyDBSnapshotCommand = exports.de_CopyDBParameterGroupCommand = exports.de_CopyDBClusterSnapshotCommand = exports.de_CopyDBClusterParameterGroupCommand = exports.de_CancelExportTaskCommand = exports.de_BacktrackDBClusterCommand = void 0;
7
- exports.de_ModifyDBProxyTargetGroupCommand = exports.de_ModifyDBProxyEndpointCommand = exports.de_ModifyDBProxyCommand = exports.de_ModifyDBParameterGroupCommand = exports.de_ModifyDBInstanceCommand = exports.de_ModifyDBClusterSnapshotAttributeCommand = exports.de_ModifyDBClusterParameterGroupCommand = exports.de_ModifyDBClusterEndpointCommand = exports.de_ModifyDBClusterCommand = exports.de_ModifyCustomDBEngineVersionCommand = exports.de_ModifyCurrentDBClusterCapacityCommand = exports.de_ModifyCertificatesCommand = exports.de_ModifyActivityStreamCommand = exports.de_ListTagsForResourceCommand = exports.de_FailoverGlobalClusterCommand = exports.de_FailoverDBClusterCommand = exports.de_DownloadDBLogFilePortionCommand = exports.de_DescribeValidDBInstanceModificationsCommand = exports.de_DescribeSourceRegionsCommand = exports.de_DescribeReservedDBInstancesOfferingsCommand = exports.de_DescribeReservedDBInstancesCommand = exports.de_DescribePendingMaintenanceActionsCommand = exports.de_DescribeOrderableDBInstanceOptionsCommand = exports.de_DescribeOptionGroupsCommand = exports.de_DescribeOptionGroupOptionsCommand = exports.de_DescribeGlobalClustersCommand = exports.de_DescribeExportTasksCommand = exports.de_DescribeEventSubscriptionsCommand = exports.de_DescribeEventsCommand = exports.de_DescribeEventCategoriesCommand = exports.de_DescribeEngineDefaultParametersCommand = exports.de_DescribeEngineDefaultClusterParametersCommand = exports.de_DescribeDBSubnetGroupsCommand = exports.de_DescribeDBSnapshotsCommand = exports.de_DescribeDBSnapshotAttributesCommand = exports.de_DescribeDBSecurityGroupsCommand = exports.de_DescribeDBProxyTargetsCommand = exports.de_DescribeDBProxyTargetGroupsCommand = exports.de_DescribeDBProxyEndpointsCommand = exports.de_DescribeDBProxiesCommand = exports.de_DescribeDBParametersCommand = exports.de_DescribeDBParameterGroupsCommand = exports.de_DescribeDBLogFilesCommand = exports.de_DescribeDBInstancesCommand = exports.de_DescribeDBInstanceAutomatedBackupsCommand = exports.de_DescribeDBEngineVersionsCommand = exports.de_DescribeDBClusterSnapshotsCommand = exports.de_DescribeDBClusterSnapshotAttributesCommand = exports.de_DescribeDBClustersCommand = exports.de_DescribeDBClusterParametersCommand = void 0;
8
- exports.de_SwitchoverReadReplicaCommand = exports.de_SwitchoverGlobalClusterCommand = exports.de_SwitchoverBlueGreenDeploymentCommand = exports.de_StopDBInstanceAutomatedBackupsReplicationCommand = exports.de_StopDBInstanceCommand = exports.de_StopDBClusterCommand = exports.de_StopActivityStreamCommand = exports.de_StartExportTaskCommand = exports.de_StartDBInstanceAutomatedBackupsReplicationCommand = exports.de_StartDBInstanceCommand = exports.de_StartDBClusterCommand = exports.de_StartActivityStreamCommand = exports.de_RevokeDBSecurityGroupIngressCommand = exports.de_RestoreDBInstanceToPointInTimeCommand = exports.de_RestoreDBInstanceFromS3Command = exports.de_RestoreDBInstanceFromDBSnapshotCommand = exports.de_RestoreDBClusterToPointInTimeCommand = exports.de_RestoreDBClusterFromSnapshotCommand = exports.de_RestoreDBClusterFromS3Command = exports.de_ResetDBParameterGroupCommand = exports.de_ResetDBClusterParameterGroupCommand = exports.de_RemoveTagsFromResourceCommand = exports.de_RemoveSourceIdentifierFromSubscriptionCommand = exports.de_RemoveRoleFromDBInstanceCommand = exports.de_RemoveRoleFromDBClusterCommand = exports.de_RemoveFromGlobalClusterCommand = exports.de_RegisterDBProxyTargetsCommand = exports.de_RebootDBInstanceCommand = exports.de_RebootDBClusterCommand = exports.de_PurchaseReservedDBInstancesOfferingCommand = exports.de_PromoteReadReplicaDBClusterCommand = exports.de_PromoteReadReplicaCommand = exports.de_ModifyOptionGroupCommand = exports.de_ModifyGlobalClusterCommand = exports.de_ModifyEventSubscriptionCommand = exports.de_ModifyDBSubnetGroupCommand = exports.de_ModifyDBSnapshotAttributeCommand = exports.de_ModifyDBSnapshotCommand = void 0;
3
+ exports.se_DeleteOptionGroupCommand = exports.se_DeleteIntegrationCommand = exports.se_DeleteGlobalClusterCommand = exports.se_DeleteEventSubscriptionCommand = exports.se_DeleteDBSubnetGroupCommand = exports.se_DeleteDBSnapshotCommand = exports.se_DeleteDBSecurityGroupCommand = exports.se_DeleteDBProxyEndpointCommand = exports.se_DeleteDBProxyCommand = exports.se_DeleteDBParameterGroupCommand = exports.se_DeleteDBInstanceAutomatedBackupCommand = exports.se_DeleteDBInstanceCommand = exports.se_DeleteDBClusterSnapshotCommand = exports.se_DeleteDBClusterParameterGroupCommand = exports.se_DeleteDBClusterEndpointCommand = exports.se_DeleteDBClusterAutomatedBackupCommand = exports.se_DeleteDBClusterCommand = exports.se_DeleteCustomDBEngineVersionCommand = exports.se_DeleteBlueGreenDeploymentCommand = exports.se_CreateOptionGroupCommand = exports.se_CreateIntegrationCommand = exports.se_CreateGlobalClusterCommand = exports.se_CreateEventSubscriptionCommand = exports.se_CreateDBSubnetGroupCommand = exports.se_CreateDBSnapshotCommand = exports.se_CreateDBSecurityGroupCommand = exports.se_CreateDBProxyEndpointCommand = exports.se_CreateDBProxyCommand = exports.se_CreateDBParameterGroupCommand = exports.se_CreateDBInstanceReadReplicaCommand = exports.se_CreateDBInstanceCommand = exports.se_CreateDBClusterSnapshotCommand = exports.se_CreateDBClusterParameterGroupCommand = exports.se_CreateDBClusterEndpointCommand = exports.se_CreateDBClusterCommand = exports.se_CreateCustomDBEngineVersionCommand = exports.se_CreateBlueGreenDeploymentCommand = exports.se_CopyOptionGroupCommand = exports.se_CopyDBSnapshotCommand = exports.se_CopyDBParameterGroupCommand = exports.se_CopyDBClusterSnapshotCommand = exports.se_CopyDBClusterParameterGroupCommand = exports.se_CancelExportTaskCommand = exports.se_BacktrackDBClusterCommand = exports.se_AuthorizeDBSecurityGroupIngressCommand = exports.se_ApplyPendingMaintenanceActionCommand = exports.se_AddTagsToResourceCommand = exports.se_AddSourceIdentifierToSubscriptionCommand = exports.se_AddRoleToDBInstanceCommand = exports.se_AddRoleToDBClusterCommand = void 0;
4
+ exports.se_ModifyCustomDBEngineVersionCommand = exports.se_ModifyCurrentDBClusterCapacityCommand = exports.se_ModifyCertificatesCommand = exports.se_ModifyActivityStreamCommand = exports.se_ListTagsForResourceCommand = exports.se_FailoverGlobalClusterCommand = exports.se_FailoverDBClusterCommand = exports.se_DownloadDBLogFilePortionCommand = exports.se_DescribeValidDBInstanceModificationsCommand = exports.se_DescribeSourceRegionsCommand = exports.se_DescribeReservedDBInstancesOfferingsCommand = exports.se_DescribeReservedDBInstancesCommand = exports.se_DescribePendingMaintenanceActionsCommand = exports.se_DescribeOrderableDBInstanceOptionsCommand = exports.se_DescribeOptionGroupsCommand = exports.se_DescribeOptionGroupOptionsCommand = exports.se_DescribeIntegrationsCommand = exports.se_DescribeGlobalClustersCommand = exports.se_DescribeExportTasksCommand = exports.se_DescribeEventSubscriptionsCommand = exports.se_DescribeEventsCommand = exports.se_DescribeEventCategoriesCommand = exports.se_DescribeEngineDefaultParametersCommand = exports.se_DescribeEngineDefaultClusterParametersCommand = exports.se_DescribeDBSubnetGroupsCommand = exports.se_DescribeDBSnapshotsCommand = exports.se_DescribeDBSnapshotAttributesCommand = exports.se_DescribeDBSecurityGroupsCommand = exports.se_DescribeDBProxyTargetsCommand = exports.se_DescribeDBProxyTargetGroupsCommand = exports.se_DescribeDBProxyEndpointsCommand = exports.se_DescribeDBProxiesCommand = exports.se_DescribeDBParametersCommand = exports.se_DescribeDBParameterGroupsCommand = exports.se_DescribeDBLogFilesCommand = exports.se_DescribeDBInstancesCommand = exports.se_DescribeDBInstanceAutomatedBackupsCommand = exports.se_DescribeDBEngineVersionsCommand = exports.se_DescribeDBClusterSnapshotsCommand = exports.se_DescribeDBClusterSnapshotAttributesCommand = exports.se_DescribeDBClustersCommand = exports.se_DescribeDBClusterParametersCommand = exports.se_DescribeDBClusterParameterGroupsCommand = exports.se_DescribeDBClusterEndpointsCommand = exports.se_DescribeDBClusterBacktracksCommand = exports.se_DescribeDBClusterAutomatedBackupsCommand = exports.se_DescribeCertificatesCommand = exports.se_DescribeBlueGreenDeploymentsCommand = exports.se_DescribeAccountAttributesCommand = exports.se_DeregisterDBProxyTargetsCommand = void 0;
5
+ exports.de_AddSourceIdentifierToSubscriptionCommand = exports.de_AddRoleToDBInstanceCommand = exports.de_AddRoleToDBClusterCommand = exports.se_SwitchoverReadReplicaCommand = exports.se_SwitchoverGlobalClusterCommand = exports.se_SwitchoverBlueGreenDeploymentCommand = exports.se_StopDBInstanceAutomatedBackupsReplicationCommand = exports.se_StopDBInstanceCommand = exports.se_StopDBClusterCommand = exports.se_StopActivityStreamCommand = exports.se_StartExportTaskCommand = exports.se_StartDBInstanceAutomatedBackupsReplicationCommand = exports.se_StartDBInstanceCommand = exports.se_StartDBClusterCommand = exports.se_StartActivityStreamCommand = exports.se_RevokeDBSecurityGroupIngressCommand = exports.se_RestoreDBInstanceToPointInTimeCommand = exports.se_RestoreDBInstanceFromS3Command = exports.se_RestoreDBInstanceFromDBSnapshotCommand = exports.se_RestoreDBClusterToPointInTimeCommand = exports.se_RestoreDBClusterFromSnapshotCommand = exports.se_RestoreDBClusterFromS3Command = exports.se_ResetDBParameterGroupCommand = exports.se_ResetDBClusterParameterGroupCommand = exports.se_RemoveTagsFromResourceCommand = exports.se_RemoveSourceIdentifierFromSubscriptionCommand = exports.se_RemoveRoleFromDBInstanceCommand = exports.se_RemoveRoleFromDBClusterCommand = exports.se_RemoveFromGlobalClusterCommand = exports.se_RegisterDBProxyTargetsCommand = exports.se_RebootDBInstanceCommand = exports.se_RebootDBClusterCommand = exports.se_PurchaseReservedDBInstancesOfferingCommand = exports.se_PromoteReadReplicaDBClusterCommand = exports.se_PromoteReadReplicaCommand = exports.se_ModifyOptionGroupCommand = exports.se_ModifyGlobalClusterCommand = exports.se_ModifyEventSubscriptionCommand = exports.se_ModifyDBSubnetGroupCommand = exports.se_ModifyDBSnapshotAttributeCommand = exports.se_ModifyDBSnapshotCommand = exports.se_ModifyDBProxyTargetGroupCommand = exports.se_ModifyDBProxyEndpointCommand = exports.se_ModifyDBProxyCommand = exports.se_ModifyDBParameterGroupCommand = exports.se_ModifyDBInstanceCommand = exports.se_ModifyDBClusterSnapshotAttributeCommand = exports.se_ModifyDBClusterParameterGroupCommand = exports.se_ModifyDBClusterEndpointCommand = exports.se_ModifyDBClusterCommand = void 0;
6
+ exports.de_DescribeBlueGreenDeploymentsCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeregisterDBProxyTargetsCommand = exports.de_DeleteOptionGroupCommand = exports.de_DeleteIntegrationCommand = exports.de_DeleteGlobalClusterCommand = exports.de_DeleteEventSubscriptionCommand = exports.de_DeleteDBSubnetGroupCommand = exports.de_DeleteDBSnapshotCommand = exports.de_DeleteDBSecurityGroupCommand = exports.de_DeleteDBProxyEndpointCommand = exports.de_DeleteDBProxyCommand = exports.de_DeleteDBParameterGroupCommand = exports.de_DeleteDBInstanceAutomatedBackupCommand = exports.de_DeleteDBInstanceCommand = exports.de_DeleteDBClusterSnapshotCommand = exports.de_DeleteDBClusterParameterGroupCommand = exports.de_DeleteDBClusterEndpointCommand = exports.de_DeleteDBClusterAutomatedBackupCommand = exports.de_DeleteDBClusterCommand = exports.de_DeleteCustomDBEngineVersionCommand = exports.de_DeleteBlueGreenDeploymentCommand = exports.de_CreateOptionGroupCommand = exports.de_CreateIntegrationCommand = exports.de_CreateGlobalClusterCommand = exports.de_CreateEventSubscriptionCommand = exports.de_CreateDBSubnetGroupCommand = exports.de_CreateDBSnapshotCommand = exports.de_CreateDBSecurityGroupCommand = exports.de_CreateDBProxyEndpointCommand = exports.de_CreateDBProxyCommand = exports.de_CreateDBParameterGroupCommand = exports.de_CreateDBInstanceReadReplicaCommand = exports.de_CreateDBInstanceCommand = exports.de_CreateDBClusterSnapshotCommand = exports.de_CreateDBClusterParameterGroupCommand = exports.de_CreateDBClusterEndpointCommand = exports.de_CreateDBClusterCommand = exports.de_CreateCustomDBEngineVersionCommand = exports.de_CreateBlueGreenDeploymentCommand = exports.de_CopyOptionGroupCommand = exports.de_CopyDBSnapshotCommand = exports.de_CopyDBParameterGroupCommand = exports.de_CopyDBClusterSnapshotCommand = exports.de_CopyDBClusterParameterGroupCommand = exports.de_CancelExportTaskCommand = exports.de_BacktrackDBClusterCommand = exports.de_AuthorizeDBSecurityGroupIngressCommand = exports.de_ApplyPendingMaintenanceActionCommand = exports.de_AddTagsToResourceCommand = void 0;
7
+ exports.de_ModifyDBClusterParameterGroupCommand = exports.de_ModifyDBClusterEndpointCommand = exports.de_ModifyDBClusterCommand = exports.de_ModifyCustomDBEngineVersionCommand = exports.de_ModifyCurrentDBClusterCapacityCommand = exports.de_ModifyCertificatesCommand = exports.de_ModifyActivityStreamCommand = exports.de_ListTagsForResourceCommand = exports.de_FailoverGlobalClusterCommand = exports.de_FailoverDBClusterCommand = exports.de_DownloadDBLogFilePortionCommand = exports.de_DescribeValidDBInstanceModificationsCommand = exports.de_DescribeSourceRegionsCommand = exports.de_DescribeReservedDBInstancesOfferingsCommand = exports.de_DescribeReservedDBInstancesCommand = exports.de_DescribePendingMaintenanceActionsCommand = exports.de_DescribeOrderableDBInstanceOptionsCommand = exports.de_DescribeOptionGroupsCommand = exports.de_DescribeOptionGroupOptionsCommand = exports.de_DescribeIntegrationsCommand = exports.de_DescribeGlobalClustersCommand = exports.de_DescribeExportTasksCommand = exports.de_DescribeEventSubscriptionsCommand = exports.de_DescribeEventsCommand = exports.de_DescribeEventCategoriesCommand = exports.de_DescribeEngineDefaultParametersCommand = exports.de_DescribeEngineDefaultClusterParametersCommand = exports.de_DescribeDBSubnetGroupsCommand = exports.de_DescribeDBSnapshotsCommand = exports.de_DescribeDBSnapshotAttributesCommand = exports.de_DescribeDBSecurityGroupsCommand = exports.de_DescribeDBProxyTargetsCommand = exports.de_DescribeDBProxyTargetGroupsCommand = exports.de_DescribeDBProxyEndpointsCommand = exports.de_DescribeDBProxiesCommand = exports.de_DescribeDBParametersCommand = exports.de_DescribeDBParameterGroupsCommand = exports.de_DescribeDBLogFilesCommand = exports.de_DescribeDBInstancesCommand = exports.de_DescribeDBInstanceAutomatedBackupsCommand = exports.de_DescribeDBEngineVersionsCommand = exports.de_DescribeDBClusterSnapshotsCommand = exports.de_DescribeDBClusterSnapshotAttributesCommand = exports.de_DescribeDBClustersCommand = exports.de_DescribeDBClusterParametersCommand = exports.de_DescribeDBClusterParameterGroupsCommand = exports.de_DescribeDBClusterEndpointsCommand = exports.de_DescribeDBClusterBacktracksCommand = exports.de_DescribeDBClusterAutomatedBackupsCommand = exports.de_DescribeCertificatesCommand = void 0;
8
+ exports.de_SwitchoverReadReplicaCommand = exports.de_SwitchoverGlobalClusterCommand = exports.de_SwitchoverBlueGreenDeploymentCommand = exports.de_StopDBInstanceAutomatedBackupsReplicationCommand = exports.de_StopDBInstanceCommand = exports.de_StopDBClusterCommand = exports.de_StopActivityStreamCommand = exports.de_StartExportTaskCommand = exports.de_StartDBInstanceAutomatedBackupsReplicationCommand = exports.de_StartDBInstanceCommand = exports.de_StartDBClusterCommand = exports.de_StartActivityStreamCommand = exports.de_RevokeDBSecurityGroupIngressCommand = exports.de_RestoreDBInstanceToPointInTimeCommand = exports.de_RestoreDBInstanceFromS3Command = exports.de_RestoreDBInstanceFromDBSnapshotCommand = exports.de_RestoreDBClusterToPointInTimeCommand = exports.de_RestoreDBClusterFromSnapshotCommand = exports.de_RestoreDBClusterFromS3Command = exports.de_ResetDBParameterGroupCommand = exports.de_ResetDBClusterParameterGroupCommand = exports.de_RemoveTagsFromResourceCommand = exports.de_RemoveSourceIdentifierFromSubscriptionCommand = exports.de_RemoveRoleFromDBInstanceCommand = exports.de_RemoveRoleFromDBClusterCommand = exports.de_RemoveFromGlobalClusterCommand = exports.de_RegisterDBProxyTargetsCommand = exports.de_RebootDBInstanceCommand = exports.de_RebootDBClusterCommand = exports.de_PurchaseReservedDBInstancesOfferingCommand = exports.de_PromoteReadReplicaDBClusterCommand = exports.de_PromoteReadReplicaCommand = exports.de_ModifyOptionGroupCommand = exports.de_ModifyGlobalClusterCommand = exports.de_ModifyEventSubscriptionCommand = exports.de_ModifyDBSubnetGroupCommand = exports.de_ModifyDBSnapshotAttributeCommand = exports.de_ModifyDBSnapshotCommand = exports.de_ModifyDBProxyTargetGroupCommand = exports.de_ModifyDBProxyEndpointCommand = exports.de_ModifyDBProxyCommand = exports.de_ModifyDBParameterGroupCommand = exports.de_ModifyDBInstanceCommand = exports.de_ModifyDBClusterSnapshotAttributeCommand = void 0;
9
9
  const protocol_http_1 = require("@smithy/protocol-http");
10
10
  const smithy_client_1 = require("@smithy/smithy-client");
11
11
  const fast_xml_parser_1 = require("fast-xml-parser");
@@ -331,6 +331,17 @@ const se_CreateGlobalClusterCommand = async (input, context) => {
331
331
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
332
332
  };
333
333
  exports.se_CreateGlobalClusterCommand = se_CreateGlobalClusterCommand;
334
+ const se_CreateIntegrationCommand = async (input, context) => {
335
+ const headers = SHARED_HEADERS;
336
+ let body;
337
+ body = buildFormUrlencodedString({
338
+ ...se_CreateIntegrationMessage(input, context),
339
+ Action: "CreateIntegration",
340
+ Version: "2014-10-31",
341
+ });
342
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
343
+ };
344
+ exports.se_CreateIntegrationCommand = se_CreateIntegrationCommand;
334
345
  const se_CreateOptionGroupCommand = async (input, context) => {
335
346
  const headers = SHARED_HEADERS;
336
347
  let body;
@@ -529,6 +540,17 @@ const se_DeleteGlobalClusterCommand = async (input, context) => {
529
540
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
530
541
  };
531
542
  exports.se_DeleteGlobalClusterCommand = se_DeleteGlobalClusterCommand;
543
+ const se_DeleteIntegrationCommand = async (input, context) => {
544
+ const headers = SHARED_HEADERS;
545
+ let body;
546
+ body = buildFormUrlencodedString({
547
+ ...se_DeleteIntegrationMessage(input, context),
548
+ Action: "DeleteIntegration",
549
+ Version: "2014-10-31",
550
+ });
551
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
552
+ };
553
+ exports.se_DeleteIntegrationCommand = se_DeleteIntegrationCommand;
532
554
  const se_DeleteOptionGroupCommand = async (input, context) => {
533
555
  const headers = SHARED_HEADERS;
534
556
  let body;
@@ -903,6 +925,17 @@ const se_DescribeGlobalClustersCommand = async (input, context) => {
903
925
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
904
926
  };
905
927
  exports.se_DescribeGlobalClustersCommand = se_DescribeGlobalClustersCommand;
928
+ const se_DescribeIntegrationsCommand = async (input, context) => {
929
+ const headers = SHARED_HEADERS;
930
+ let body;
931
+ body = buildFormUrlencodedString({
932
+ ...se_DescribeIntegrationsMessage(input, context),
933
+ Action: "DescribeIntegrations",
934
+ Version: "2014-10-31",
935
+ });
936
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
937
+ };
938
+ exports.se_DescribeIntegrationsCommand = se_DescribeIntegrationsCommand;
906
939
  const se_DescribeOptionGroupOptionsCommand = async (input, context) => {
907
940
  const headers = SHARED_HEADERS;
908
941
  let body;
@@ -1746,6 +1779,9 @@ const de_AddTagsToResourceCommandError = async (output, context) => {
1746
1779
  case "DBSnapshotNotFound":
1747
1780
  case "com.amazonaws.rds#DBSnapshotNotFoundFault":
1748
1781
  throw await de_DBSnapshotNotFoundFaultRes(parsedOutput, context);
1782
+ case "IntegrationNotFoundFault":
1783
+ case "com.amazonaws.rds#IntegrationNotFoundFault":
1784
+ throw await de_IntegrationNotFoundFaultRes(parsedOutput, context);
1749
1785
  default:
1750
1786
  const parsedBody = parsedOutput.body;
1751
1787
  return throwDefaultError({
@@ -2970,6 +3006,54 @@ const de_CreateGlobalClusterCommandError = async (output, context) => {
2970
3006
  });
2971
3007
  }
2972
3008
  };
3009
+ const de_CreateIntegrationCommand = async (output, context) => {
3010
+ if (output.statusCode >= 300) {
3011
+ return de_CreateIntegrationCommandError(output, context);
3012
+ }
3013
+ const data = await parseBody(output.body, context);
3014
+ let contents = {};
3015
+ contents = de_Integration(data.CreateIntegrationResult, context);
3016
+ const response = {
3017
+ $metadata: deserializeMetadata(output),
3018
+ ...contents,
3019
+ };
3020
+ return response;
3021
+ };
3022
+ exports.de_CreateIntegrationCommand = de_CreateIntegrationCommand;
3023
+ const de_CreateIntegrationCommandError = async (output, context) => {
3024
+ const parsedOutput = {
3025
+ ...output,
3026
+ body: await parseErrorBody(output.body, context),
3027
+ };
3028
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
3029
+ switch (errorCode) {
3030
+ case "DBClusterNotFoundFault":
3031
+ case "com.amazonaws.rds#DBClusterNotFoundFault":
3032
+ throw await de_DBClusterNotFoundFaultRes(parsedOutput, context);
3033
+ case "DBInstanceNotFound":
3034
+ case "com.amazonaws.rds#DBInstanceNotFoundFault":
3035
+ throw await de_DBInstanceNotFoundFaultRes(parsedOutput, context);
3036
+ case "IntegrationAlreadyExistsFault":
3037
+ case "com.amazonaws.rds#IntegrationAlreadyExistsFault":
3038
+ throw await de_IntegrationAlreadyExistsFaultRes(parsedOutput, context);
3039
+ case "IntegrationConflictOperationFault":
3040
+ case "com.amazonaws.rds#IntegrationConflictOperationFault":
3041
+ throw await de_IntegrationConflictOperationFaultRes(parsedOutput, context);
3042
+ case "IntegrationQuotaExceededFault":
3043
+ case "com.amazonaws.rds#IntegrationQuotaExceededFault":
3044
+ throw await de_IntegrationQuotaExceededFaultRes(parsedOutput, context);
3045
+ case "KMSKeyNotAccessibleFault":
3046
+ case "com.amazonaws.rds#KMSKeyNotAccessibleFault":
3047
+ throw await de_KMSKeyNotAccessibleFaultRes(parsedOutput, context);
3048
+ default:
3049
+ const parsedBody = parsedOutput.body;
3050
+ return throwDefaultError({
3051
+ output,
3052
+ parsedBody: parsedBody.Error,
3053
+ errorCode,
3054
+ });
3055
+ }
3056
+ };
2973
3057
  const de_CreateOptionGroupCommand = async (output, context) => {
2974
3058
  if (output.statusCode >= 300) {
2975
3059
  return de_CreateOptionGroupCommandError(output, context);
@@ -3636,6 +3720,45 @@ const de_DeleteGlobalClusterCommandError = async (output, context) => {
3636
3720
  });
3637
3721
  }
3638
3722
  };
3723
+ const de_DeleteIntegrationCommand = async (output, context) => {
3724
+ if (output.statusCode >= 300) {
3725
+ return de_DeleteIntegrationCommandError(output, context);
3726
+ }
3727
+ const data = await parseBody(output.body, context);
3728
+ let contents = {};
3729
+ contents = de_Integration(data.DeleteIntegrationResult, context);
3730
+ const response = {
3731
+ $metadata: deserializeMetadata(output),
3732
+ ...contents,
3733
+ };
3734
+ return response;
3735
+ };
3736
+ exports.de_DeleteIntegrationCommand = de_DeleteIntegrationCommand;
3737
+ const de_DeleteIntegrationCommandError = async (output, context) => {
3738
+ const parsedOutput = {
3739
+ ...output,
3740
+ body: await parseErrorBody(output.body, context),
3741
+ };
3742
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
3743
+ switch (errorCode) {
3744
+ case "IntegrationConflictOperationFault":
3745
+ case "com.amazonaws.rds#IntegrationConflictOperationFault":
3746
+ throw await de_IntegrationConflictOperationFaultRes(parsedOutput, context);
3747
+ case "IntegrationNotFoundFault":
3748
+ case "com.amazonaws.rds#IntegrationNotFoundFault":
3749
+ throw await de_IntegrationNotFoundFaultRes(parsedOutput, context);
3750
+ case "InvalidIntegrationStateFault":
3751
+ case "com.amazonaws.rds#InvalidIntegrationStateFault":
3752
+ throw await de_InvalidIntegrationStateFaultRes(parsedOutput, context);
3753
+ default:
3754
+ const parsedBody = parsedOutput.body;
3755
+ return throwDefaultError({
3756
+ output,
3757
+ parsedBody: parsedBody.Error,
3758
+ errorCode,
3759
+ });
3760
+ }
3761
+ };
3639
3762
  const de_DeleteOptionGroupCommand = async (output, context) => {
3640
3763
  if (output.statusCode >= 300) {
3641
3764
  return de_DeleteOptionGroupCommandError(output, context);
@@ -4752,6 +4875,39 @@ const de_DescribeGlobalClustersCommandError = async (output, context) => {
4752
4875
  });
4753
4876
  }
4754
4877
  };
4878
+ const de_DescribeIntegrationsCommand = async (output, context) => {
4879
+ if (output.statusCode >= 300) {
4880
+ return de_DescribeIntegrationsCommandError(output, context);
4881
+ }
4882
+ const data = await parseBody(output.body, context);
4883
+ let contents = {};
4884
+ contents = de_DescribeIntegrationsResponse(data.DescribeIntegrationsResult, context);
4885
+ const response = {
4886
+ $metadata: deserializeMetadata(output),
4887
+ ...contents,
4888
+ };
4889
+ return response;
4890
+ };
4891
+ exports.de_DescribeIntegrationsCommand = de_DescribeIntegrationsCommand;
4892
+ const de_DescribeIntegrationsCommandError = async (output, context) => {
4893
+ const parsedOutput = {
4894
+ ...output,
4895
+ body: await parseErrorBody(output.body, context),
4896
+ };
4897
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
4898
+ switch (errorCode) {
4899
+ case "IntegrationNotFoundFault":
4900
+ case "com.amazonaws.rds#IntegrationNotFoundFault":
4901
+ throw await de_IntegrationNotFoundFaultRes(parsedOutput, context);
4902
+ default:
4903
+ const parsedBody = parsedOutput.body;
4904
+ return throwDefaultError({
4905
+ output,
4906
+ parsedBody: parsedBody.Error,
4907
+ errorCode,
4908
+ });
4909
+ }
4910
+ };
4755
4911
  const de_DescribeOptionGroupOptionsCommand = async (output, context) => {
4756
4912
  if (output.statusCode >= 300) {
4757
4913
  return de_DescribeOptionGroupOptionsCommandError(output, context);
@@ -5157,6 +5313,9 @@ const de_ListTagsForResourceCommandError = async (output, context) => {
5157
5313
  case "DBSnapshotNotFound":
5158
5314
  case "com.amazonaws.rds#DBSnapshotNotFoundFault":
5159
5315
  throw await de_DBSnapshotNotFoundFaultRes(parsedOutput, context);
5316
+ case "IntegrationNotFoundFault":
5317
+ case "com.amazonaws.rds#IntegrationNotFoundFault":
5318
+ throw await de_IntegrationNotFoundFaultRes(parsedOutput, context);
5160
5319
  default:
5161
5320
  const parsedBody = parsedOutput.body;
5162
5321
  return throwDefaultError({
@@ -6420,6 +6579,9 @@ const de_RemoveTagsFromResourceCommandError = async (output, context) => {
6420
6579
  case "DBSnapshotNotFound":
6421
6580
  case "com.amazonaws.rds#DBSnapshotNotFoundFault":
6422
6581
  throw await de_DBSnapshotNotFoundFaultRes(parsedOutput, context);
6582
+ case "IntegrationNotFoundFault":
6583
+ case "com.amazonaws.rds#IntegrationNotFoundFault":
6584
+ throw await de_IntegrationNotFoundFaultRes(parsedOutput, context);
6423
6585
  default:
6424
6586
  const parsedBody = parsedOutput.body;
6425
6587
  return throwDefaultError({
@@ -8277,6 +8439,42 @@ const de_InsufficientStorageClusterCapacityFaultRes = async (parsedOutput, conte
8277
8439
  });
8278
8440
  return (0, smithy_client_1.decorateServiceException)(exception, body);
8279
8441
  };
8442
+ const de_IntegrationAlreadyExistsFaultRes = async (parsedOutput, context) => {
8443
+ const body = parsedOutput.body;
8444
+ const deserialized = de_IntegrationAlreadyExistsFault(body.Error, context);
8445
+ const exception = new models_0_1.IntegrationAlreadyExistsFault({
8446
+ $metadata: deserializeMetadata(parsedOutput),
8447
+ ...deserialized,
8448
+ });
8449
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8450
+ };
8451
+ const de_IntegrationConflictOperationFaultRes = async (parsedOutput, context) => {
8452
+ const body = parsedOutput.body;
8453
+ const deserialized = de_IntegrationConflictOperationFault(body.Error, context);
8454
+ const exception = new models_0_1.IntegrationConflictOperationFault({
8455
+ $metadata: deserializeMetadata(parsedOutput),
8456
+ ...deserialized,
8457
+ });
8458
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8459
+ };
8460
+ const de_IntegrationNotFoundFaultRes = async (parsedOutput, context) => {
8461
+ const body = parsedOutput.body;
8462
+ const deserialized = de_IntegrationNotFoundFault(body.Error, context);
8463
+ const exception = new models_0_1.IntegrationNotFoundFault({
8464
+ $metadata: deserializeMetadata(parsedOutput),
8465
+ ...deserialized,
8466
+ });
8467
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8468
+ };
8469
+ const de_IntegrationQuotaExceededFaultRes = async (parsedOutput, context) => {
8470
+ const body = parsedOutput.body;
8471
+ const deserialized = de_IntegrationQuotaExceededFault(body.Error, context);
8472
+ const exception = new models_0_1.IntegrationQuotaExceededFault({
8473
+ $metadata: deserializeMetadata(parsedOutput),
8474
+ ...deserialized,
8475
+ });
8476
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8477
+ };
8280
8478
  const de_InvalidBlueGreenDeploymentStateFaultRes = async (parsedOutput, context) => {
8281
8479
  const body = parsedOutput.body;
8282
8480
  const deserialized = de_InvalidBlueGreenDeploymentStateFault(body.Error, context);
@@ -8475,6 +8673,15 @@ const de_InvalidGlobalClusterStateFaultRes = async (parsedOutput, context) => {
8475
8673
  });
8476
8674
  return (0, smithy_client_1.decorateServiceException)(exception, body);
8477
8675
  };
8676
+ const de_InvalidIntegrationStateFaultRes = async (parsedOutput, context) => {
8677
+ const body = parsedOutput.body;
8678
+ const deserialized = de_InvalidIntegrationStateFault(body.Error, context);
8679
+ const exception = new models_0_1.InvalidIntegrationStateFault({
8680
+ $metadata: deserializeMetadata(parsedOutput),
8681
+ ...deserialized,
8682
+ });
8683
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8684
+ };
8478
8685
  const de_InvalidOptionGroupStateFaultRes = async (parsedOutput, context) => {
8479
8686
  const body = parsedOutput.body;
8480
8687
  const deserialized = de_InvalidOptionGroupStateFault(body.Error, context);
@@ -9315,6 +9522,13 @@ const se_CreateDBClusterMessage = (input, context) => {
9315
9522
  entries[loc] = value;
9316
9523
  });
9317
9524
  }
9525
+ if (input.RdsCustomClusterConfiguration != null) {
9526
+ const memberEntries = se_RdsCustomClusterConfiguration(input.RdsCustomClusterConfiguration, context);
9527
+ Object.entries(memberEntries).forEach(([key, value]) => {
9528
+ const loc = `RdsCustomClusterConfiguration.${key}`;
9529
+ entries[loc] = value;
9530
+ });
9531
+ }
9318
9532
  if (input.DeletionProtection != null) {
9319
9533
  entries["DeletionProtection"] = input.DeletionProtection;
9320
9534
  }
@@ -10105,6 +10319,39 @@ const se_CreateGlobalClusterMessage = (input, context) => {
10105
10319
  }
10106
10320
  return entries;
10107
10321
  };
10322
+ const se_CreateIntegrationMessage = (input, context) => {
10323
+ const entries = {};
10324
+ if (input.SourceArn != null) {
10325
+ entries["SourceArn"] = input.SourceArn;
10326
+ }
10327
+ if (input.TargetArn != null) {
10328
+ entries["TargetArn"] = input.TargetArn;
10329
+ }
10330
+ if (input.IntegrationName != null) {
10331
+ entries["IntegrationName"] = input.IntegrationName;
10332
+ }
10333
+ if (input.KMSKeyId != null) {
10334
+ entries["KMSKeyId"] = input.KMSKeyId;
10335
+ }
10336
+ if (input.AdditionalEncryptionContext != null) {
10337
+ const memberEntries = se_EncryptionContextMap(input.AdditionalEncryptionContext, context);
10338
+ Object.entries(memberEntries).forEach(([key, value]) => {
10339
+ const loc = `AdditionalEncryptionContext.${key}`;
10340
+ entries[loc] = value;
10341
+ });
10342
+ }
10343
+ if (input.Tags != null) {
10344
+ const memberEntries = se_TagList(input.Tags, context);
10345
+ if (input.Tags?.length === 0) {
10346
+ entries.Tags = [];
10347
+ }
10348
+ Object.entries(memberEntries).forEach(([key, value]) => {
10349
+ const loc = `Tags.${key}`;
10350
+ entries[loc] = value;
10351
+ });
10352
+ }
10353
+ return entries;
10354
+ };
10108
10355
  const se_CreateOptionGroupMessage = (input, context) => {
10109
10356
  const entries = {};
10110
10357
  if (input.OptionGroupName != null) {
@@ -10289,6 +10536,13 @@ const se_DeleteGlobalClusterMessage = (input, context) => {
10289
10536
  }
10290
10537
  return entries;
10291
10538
  };
10539
+ const se_DeleteIntegrationMessage = (input, context) => {
10540
+ const entries = {};
10541
+ if (input.IntegrationIdentifier != null) {
10542
+ entries["IntegrationIdentifier"] = input.IntegrationIdentifier;
10543
+ }
10544
+ return entries;
10545
+ };
10292
10546
  const se_DeleteOptionGroupMessage = (input, context) => {
10293
10547
  const entries = {};
10294
10548
  if (input.OptionGroupName != null) {
@@ -11123,6 +11377,29 @@ const se_DescribeGlobalClustersMessage = (input, context) => {
11123
11377
  }
11124
11378
  return entries;
11125
11379
  };
11380
+ const se_DescribeIntegrationsMessage = (input, context) => {
11381
+ const entries = {};
11382
+ if (input.IntegrationIdentifier != null) {
11383
+ entries["IntegrationIdentifier"] = input.IntegrationIdentifier;
11384
+ }
11385
+ if (input.Filters != null) {
11386
+ const memberEntries = se_FilterList(input.Filters, context);
11387
+ if (input.Filters?.length === 0) {
11388
+ entries.Filters = [];
11389
+ }
11390
+ Object.entries(memberEntries).forEach(([key, value]) => {
11391
+ const loc = `Filters.${key}`;
11392
+ entries[loc] = value;
11393
+ });
11394
+ }
11395
+ if (input.MaxRecords != null) {
11396
+ entries["MaxRecords"] = input.MaxRecords;
11397
+ }
11398
+ if (input.Marker != null) {
11399
+ entries["Marker"] = input.Marker;
11400
+ }
11401
+ return entries;
11402
+ };
11126
11403
  const se_DescribeOptionGroupOptionsMessage = (input, context) => {
11127
11404
  const entries = {};
11128
11405
  if (input.EngineName != null) {
@@ -11367,6 +11644,18 @@ const se_DownloadDBLogFilePortionMessage = (input, context) => {
11367
11644
  }
11368
11645
  return entries;
11369
11646
  };
11647
+ const se_EncryptionContextMap = (input, context) => {
11648
+ const entries = {};
11649
+ let counter = 1;
11650
+ Object.keys(input)
11651
+ .filter((key) => input[key] != null)
11652
+ .forEach((key) => {
11653
+ entries[`entry.${counter}.key`] = key;
11654
+ entries[`entry.${counter}.value`] = input[key];
11655
+ counter++;
11656
+ });
11657
+ return entries;
11658
+ };
11370
11659
  const se_EngineModeList = (input, context) => {
11371
11660
  const entries = {};
11372
11661
  let counter = 1;
@@ -12476,6 +12765,16 @@ const se_PurchaseReservedDBInstancesOfferingMessage = (input, context) => {
12476
12765
  }
12477
12766
  return entries;
12478
12767
  };
12768
+ const se_RdsCustomClusterConfiguration = (input, context) => {
12769
+ const entries = {};
12770
+ if (input.InterconnectSubnetId != null) {
12771
+ entries["InterconnectSubnetId"] = input.InterconnectSubnetId;
12772
+ }
12773
+ if (input.TransitGatewayMulticastDomainId != null) {
12774
+ entries["TransitGatewayMulticastDomainId"] = input.TransitGatewayMulticastDomainId;
12775
+ }
12776
+ return entries;
12777
+ };
12479
12778
  const se_RebootDBClusterMessage = (input, context) => {
12480
12779
  const entries = {};
12481
12780
  if (input.DBClusterIdentifier != null) {
@@ -12892,6 +13191,13 @@ const se_RestoreDBClusterFromSnapshotMessage = (input, context) => {
12892
13191
  if (input.NetworkType != null) {
12893
13192
  entries["NetworkType"] = input.NetworkType;
12894
13193
  }
13194
+ if (input.RdsCustomClusterConfiguration != null) {
13195
+ const memberEntries = se_RdsCustomClusterConfiguration(input.RdsCustomClusterConfiguration, context);
13196
+ Object.entries(memberEntries).forEach(([key, value]) => {
13197
+ const loc = `RdsCustomClusterConfiguration.${key}`;
13198
+ entries[loc] = value;
13199
+ });
13200
+ }
12895
13201
  return entries;
12896
13202
  };
12897
13203
  const se_RestoreDBClusterToPointInTimeMessage = (input, context) => {
@@ -13009,6 +13315,13 @@ const se_RestoreDBClusterToPointInTimeMessage = (input, context) => {
13009
13315
  if (input.SourceDbClusterResourceId != null) {
13010
13316
  entries["SourceDbClusterResourceId"] = input.SourceDbClusterResourceId;
13011
13317
  }
13318
+ if (input.RdsCustomClusterConfiguration != null) {
13319
+ const memberEntries = se_RdsCustomClusterConfiguration(input.RdsCustomClusterConfiguration, context);
13320
+ Object.entries(memberEntries).forEach(([key, value]) => {
13321
+ const loc = `RdsCustomClusterConfiguration.${key}`;
13322
+ entries[loc] = value;
13323
+ });
13324
+ }
13012
13325
  return entries;
13013
13326
  };
13014
13327
  const se_RestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
@@ -14156,6 +14469,9 @@ const de_ClusterPendingModifiedValues = (output, context) => {
14156
14469
  if (output["AllocatedStorage"] !== undefined) {
14157
14470
  contents.AllocatedStorage = (0, smithy_client_1.strictParseInt32)(output["AllocatedStorage"]);
14158
14471
  }
14472
+ if (output["RdsCustomClusterConfiguration"] !== undefined) {
14473
+ contents.RdsCustomClusterConfiguration = de_RdsCustomClusterConfiguration(output["RdsCustomClusterConfiguration"], context);
14474
+ }
14159
14475
  if (output["Iops"] !== undefined) {
14160
14476
  contents.Iops = (0, smithy_client_1.strictParseInt32)(output["Iops"]);
14161
14477
  }
@@ -14534,6 +14850,9 @@ const de_DBCluster = (output, context) => {
14534
14850
  if (output["ScalingConfigurationInfo"] !== undefined) {
14535
14851
  contents.ScalingConfigurationInfo = de_ScalingConfigurationInfo(output["ScalingConfigurationInfo"], context);
14536
14852
  }
14853
+ if (output["RdsCustomClusterConfiguration"] !== undefined) {
14854
+ contents.RdsCustomClusterConfiguration = de_RdsCustomClusterConfiguration(output["RdsCustomClusterConfiguration"], context);
14855
+ }
14537
14856
  if (output["DeletionProtection"] !== undefined) {
14538
14857
  contents.DeletionProtection = (0, smithy_client_1.parseBoolean)(output["DeletionProtection"]);
14539
14858
  }
@@ -15369,6 +15688,9 @@ const de_DBEngineVersion = (output, context) => {
15369
15688
  if (output["SupportsLocalWriteForwarding"] !== undefined) {
15370
15689
  contents.SupportsLocalWriteForwarding = (0, smithy_client_1.parseBoolean)(output["SupportsLocalWriteForwarding"]);
15371
15690
  }
15691
+ if (output["SupportsIntegrations"] !== undefined) {
15692
+ contents.SupportsIntegrations = (0, smithy_client_1.parseBoolean)(output["SupportsIntegrations"]);
15693
+ }
15372
15694
  return contents;
15373
15695
  };
15374
15696
  const de_DBEngineVersionList = (output, context) => {
@@ -16865,6 +17187,19 @@ const de_DescribeEngineDefaultParametersResult = (output, context) => {
16865
17187
  }
16866
17188
  return contents;
16867
17189
  };
17190
+ const de_DescribeIntegrationsResponse = (output, context) => {
17191
+ const contents = {};
17192
+ if (output["Marker"] !== undefined) {
17193
+ contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
17194
+ }
17195
+ if (output.Integrations === "") {
17196
+ contents.Integrations = [];
17197
+ }
17198
+ else if (output["Integrations"] !== undefined && output["Integrations"]["Integration"] !== undefined) {
17199
+ contents.Integrations = de_IntegrationList((0, smithy_client_1.getArrayIfSingleItem)(output["Integrations"]["Integration"]), context);
17200
+ }
17201
+ return contents;
17202
+ };
16868
17203
  const de_DescribeValidDBInstanceModificationsResult = (output, context) => {
16869
17204
  const contents = {};
16870
17205
  if (output["ValidDBInstanceModificationsMessage"] !== undefined) {
@@ -16974,6 +17309,15 @@ const de_EC2SecurityGroupList = (output, context) => {
16974
17309
  return de_EC2SecurityGroup(entry, context);
16975
17310
  });
16976
17311
  };
17312
+ const de_EncryptionContextMap = (output, context) => {
17313
+ return output.reduce((acc, pair) => {
17314
+ if (pair["value"] === null) {
17315
+ return acc;
17316
+ }
17317
+ acc[pair["key"]] = (0, smithy_client_1.expectString)(pair["value"]);
17318
+ return acc;
17319
+ }, {});
17320
+ };
16977
17321
  const de_Endpoint = (output, context) => {
16978
17322
  const contents = {};
16979
17323
  if (output["Address"] !== undefined) {
@@ -17448,6 +17792,102 @@ const de_InsufficientStorageClusterCapacityFault = (output, context) => {
17448
17792
  }
17449
17793
  return contents;
17450
17794
  };
17795
+ const de_Integration = (output, context) => {
17796
+ const contents = {};
17797
+ if (output["SourceArn"] !== undefined) {
17798
+ contents.SourceArn = (0, smithy_client_1.expectString)(output["SourceArn"]);
17799
+ }
17800
+ if (output["TargetArn"] !== undefined) {
17801
+ contents.TargetArn = (0, smithy_client_1.expectString)(output["TargetArn"]);
17802
+ }
17803
+ if (output["IntegrationName"] !== undefined) {
17804
+ contents.IntegrationName = (0, smithy_client_1.expectString)(output["IntegrationName"]);
17805
+ }
17806
+ if (output["IntegrationArn"] !== undefined) {
17807
+ contents.IntegrationArn = (0, smithy_client_1.expectString)(output["IntegrationArn"]);
17808
+ }
17809
+ if (output["KMSKeyId"] !== undefined) {
17810
+ contents.KMSKeyId = (0, smithy_client_1.expectString)(output["KMSKeyId"]);
17811
+ }
17812
+ if (output.AdditionalEncryptionContext === "") {
17813
+ contents.AdditionalEncryptionContext = {};
17814
+ }
17815
+ else if (output["AdditionalEncryptionContext"] !== undefined &&
17816
+ output["AdditionalEncryptionContext"]["entry"] !== undefined) {
17817
+ contents.AdditionalEncryptionContext = de_EncryptionContextMap((0, smithy_client_1.getArrayIfSingleItem)(output["AdditionalEncryptionContext"]["entry"]), context);
17818
+ }
17819
+ if (output["Status"] !== undefined) {
17820
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
17821
+ }
17822
+ if (output.Tags === "") {
17823
+ contents.Tags = [];
17824
+ }
17825
+ else if (output["Tags"] !== undefined && output["Tags"]["Tag"] !== undefined) {
17826
+ contents.Tags = de_TagList((0, smithy_client_1.getArrayIfSingleItem)(output["Tags"]["Tag"]), context);
17827
+ }
17828
+ if (output["CreateTime"] !== undefined) {
17829
+ contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreateTime"]));
17830
+ }
17831
+ if (output.Errors === "") {
17832
+ contents.Errors = [];
17833
+ }
17834
+ else if (output["Errors"] !== undefined && output["Errors"]["IntegrationError"] !== undefined) {
17835
+ contents.Errors = de_IntegrationErrorList((0, smithy_client_1.getArrayIfSingleItem)(output["Errors"]["IntegrationError"]), context);
17836
+ }
17837
+ return contents;
17838
+ };
17839
+ const de_IntegrationAlreadyExistsFault = (output, context) => {
17840
+ const contents = {};
17841
+ if (output["message"] !== undefined) {
17842
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
17843
+ }
17844
+ return contents;
17845
+ };
17846
+ const de_IntegrationConflictOperationFault = (output, context) => {
17847
+ const contents = {};
17848
+ if (output["message"] !== undefined) {
17849
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
17850
+ }
17851
+ return contents;
17852
+ };
17853
+ const de_IntegrationError = (output, context) => {
17854
+ const contents = {};
17855
+ if (output["ErrorCode"] !== undefined) {
17856
+ contents.ErrorCode = (0, smithy_client_1.expectString)(output["ErrorCode"]);
17857
+ }
17858
+ if (output["ErrorMessage"] !== undefined) {
17859
+ contents.ErrorMessage = (0, smithy_client_1.expectString)(output["ErrorMessage"]);
17860
+ }
17861
+ return contents;
17862
+ };
17863
+ const de_IntegrationErrorList = (output, context) => {
17864
+ return (output || [])
17865
+ .filter((e) => e != null)
17866
+ .map((entry) => {
17867
+ return de_IntegrationError(entry, context);
17868
+ });
17869
+ };
17870
+ const de_IntegrationList = (output, context) => {
17871
+ return (output || [])
17872
+ .filter((e) => e != null)
17873
+ .map((entry) => {
17874
+ return de_Integration(entry, context);
17875
+ });
17876
+ };
17877
+ const de_IntegrationNotFoundFault = (output, context) => {
17878
+ const contents = {};
17879
+ if (output["message"] !== undefined) {
17880
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
17881
+ }
17882
+ return contents;
17883
+ };
17884
+ const de_IntegrationQuotaExceededFault = (output, context) => {
17885
+ const contents = {};
17886
+ if (output["message"] !== undefined) {
17887
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
17888
+ }
17889
+ return contents;
17890
+ };
17451
17891
  const de_InvalidBlueGreenDeploymentStateFault = (output, context) => {
17452
17892
  const contents = {};
17453
17893
  if (output["message"] !== undefined) {
@@ -17602,6 +18042,13 @@ const de_InvalidGlobalClusterStateFault = (output, context) => {
17602
18042
  }
17603
18043
  return contents;
17604
18044
  };
18045
+ const de_InvalidIntegrationStateFault = (output, context) => {
18046
+ const contents = {};
18047
+ if (output["message"] !== undefined) {
18048
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
18049
+ }
18050
+ return contents;
18051
+ };
17605
18052
  const de_InvalidOptionGroupStateFault = (output, context) => {
17606
18053
  const contents = {};
17607
18054
  if (output["message"] !== undefined) {
@@ -18578,6 +19025,16 @@ const de_RangeList = (output, context) => {
18578
19025
  return de_Range(entry, context);
18579
19026
  });
18580
19027
  };
19028
+ const de_RdsCustomClusterConfiguration = (output, context) => {
19029
+ const contents = {};
19030
+ if (output["InterconnectSubnetId"] !== undefined) {
19031
+ contents.InterconnectSubnetId = (0, smithy_client_1.expectString)(output["InterconnectSubnetId"]);
19032
+ }
19033
+ if (output["TransitGatewayMulticastDomainId"] !== undefined) {
19034
+ contents.TransitGatewayMulticastDomainId = (0, smithy_client_1.expectString)(output["TransitGatewayMulticastDomainId"]);
19035
+ }
19036
+ return contents;
19037
+ };
18581
19038
  const de_ReadersArnList = (output, context) => {
18582
19039
  return (output || [])
18583
19040
  .filter((e) => e != null)
@@ -19341,6 +19798,9 @@ const de_UpgradeTarget = (output, context) => {
19341
19798
  if (output["SupportsLocalWriteForwarding"] !== undefined) {
19342
19799
  contents.SupportsLocalWriteForwarding = (0, smithy_client_1.parseBoolean)(output["SupportsLocalWriteForwarding"]);
19343
19800
  }
19801
+ if (output["SupportsIntegrations"] !== undefined) {
19802
+ contents.SupportsIntegrations = (0, smithy_client_1.parseBoolean)(output["SupportsIntegrations"]);
19803
+ }
19344
19804
  return contents;
19345
19805
  };
19346
19806
  const de_UserAuthConfigInfo = (output, context) => {