@aws-sdk/client-redshift 3.452.0 → 3.458.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 (68) hide show
  1. package/README.md +160 -128
  2. package/dist-cjs/Redshift.js +8 -0
  3. package/dist-cjs/commands/CreateRedshiftIdcApplicationCommand.js +51 -0
  4. package/dist-cjs/commands/DeleteRedshiftIdcApplicationCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeRedshiftIdcApplicationsCommand.js +51 -0
  6. package/dist-cjs/commands/ModifyRedshiftIdcApplicationCommand.js +51 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/models/models_0.js +74 -2
  9. package/dist-cjs/pagination/DescribeRedshiftIdcApplicationsPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_query.js +657 -6
  12. package/dist-es/Redshift.js +8 -0
  13. package/dist-es/commands/CreateRedshiftIdcApplicationCommand.js +47 -0
  14. package/dist-es/commands/DeleteRedshiftIdcApplicationCommand.js +47 -0
  15. package/dist-es/commands/DescribeRedshiftIdcApplicationsCommand.js +47 -0
  16. package/dist-es/commands/ModifyRedshiftIdcApplicationCommand.js +47 -0
  17. package/dist-es/commands/index.js +4 -0
  18. package/dist-es/models/models_0.js +68 -0
  19. package/dist-es/pagination/DescribeRedshiftIdcApplicationsPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_query.js +645 -2
  22. package/dist-types/Redshift.d.ts +28 -0
  23. package/dist-types/RedshiftClient.d.ts +6 -2
  24. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +3 -0
  25. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +3 -0
  26. package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
  27. package/dist-types/commands/CreateRedshiftIdcApplicationCommand.d.ts +140 -0
  28. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +2 -0
  29. package/dist-types/commands/DeleteRedshiftIdcApplicationCommand.d.ts +84 -0
  30. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeDataSharesCommand.d.ts +3 -1
  33. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +3 -1
  34. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +3 -1
  35. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +1 -2
  38. package/dist-types/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +119 -0
  39. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +2 -0
  40. package/dist-types/commands/ModifyRedshiftIdcApplicationCommand.d.ts +136 -0
  41. package/dist-types/commands/RejectDataShareCommand.d.ts +2 -0
  42. package/dist-types/commands/index.d.ts +4 -0
  43. package/dist-types/models/models_0.d.ts +291 -361
  44. package/dist-types/models/models_1.d.ts +456 -1
  45. package/dist-types/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +1 -0
  47. package/dist-types/protocols/Aws_query.d.ts +36 -0
  48. package/dist-types/ts3.4/Redshift.d.ts +68 -0
  49. package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
  50. package/dist-types/ts3.4/commands/CreateRedshiftIdcApplicationCommand.d.ts +42 -0
  51. package/dist-types/ts3.4/commands/DeleteRedshiftIdcApplicationCommand.d.ts +38 -0
  52. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +42 -0
  61. package/dist-types/ts3.4/commands/ModifyRedshiftIdcApplicationCommand.d.ts +42 -0
  62. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  63. package/dist-types/ts3.4/models/models_0.d.ts +121 -68
  64. package/dist-types/ts3.4/models/models_1.d.ts +96 -0
  65. package/dist-types/ts3.4/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +11 -0
  66. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  67. package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
  68. package/package.json +3 -3
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.se_DescribeClusterParameterGroupsCommand = exports.se_DescribeClusterDbRevisionsCommand = exports.se_DescribeAuthenticationProfilesCommand = exports.se_DescribeAccountAttributesCommand = exports.se_DeleteUsageLimitCommand = exports.se_DeleteTagsCommand = exports.se_DeleteSnapshotScheduleCommand = exports.se_DeleteSnapshotCopyGrantCommand = exports.se_DeleteScheduledActionCommand = exports.se_DeleteResourcePolicyCommand = exports.se_DeletePartnerCommand = exports.se_DeleteHsmConfigurationCommand = exports.se_DeleteHsmClientCertificateCommand = exports.se_DeleteEventSubscriptionCommand = exports.se_DeleteEndpointAccessCommand = exports.se_DeleteCustomDomainAssociationCommand = exports.se_DeleteClusterSubnetGroupCommand = exports.se_DeleteClusterSnapshotCommand = exports.se_DeleteClusterSecurityGroupCommand = exports.se_DeleteClusterParameterGroupCommand = exports.se_DeleteClusterCommand = exports.se_DeleteAuthenticationProfileCommand = exports.se_DeauthorizeDataShareCommand = exports.se_CreateUsageLimitCommand = exports.se_CreateTagsCommand = exports.se_CreateSnapshotScheduleCommand = exports.se_CreateSnapshotCopyGrantCommand = exports.se_CreateScheduledActionCommand = exports.se_CreateHsmConfigurationCommand = exports.se_CreateHsmClientCertificateCommand = exports.se_CreateEventSubscriptionCommand = exports.se_CreateEndpointAccessCommand = exports.se_CreateCustomDomainAssociationCommand = exports.se_CreateClusterSubnetGroupCommand = exports.se_CreateClusterSnapshotCommand = exports.se_CreateClusterSecurityGroupCommand = exports.se_CreateClusterParameterGroupCommand = exports.se_CreateClusterCommand = exports.se_CreateAuthenticationProfileCommand = exports.se_CopyClusterSnapshotCommand = exports.se_CancelResizeCommand = exports.se_BatchModifyClusterSnapshotsCommand = exports.se_BatchDeleteClusterSnapshotsCommand = exports.se_AuthorizeSnapshotAccessCommand = exports.se_AuthorizeEndpointAccessCommand = exports.se_AuthorizeDataShareCommand = exports.se_AuthorizeClusterSecurityGroupIngressCommand = exports.se_AssociateDataShareConsumerCommand = exports.se_AddPartnerCommand = exports.se_AcceptReservedNodeExchangeCommand = void 0;
4
- exports.se_ModifyClusterDbRevisionCommand = exports.se_ModifyClusterCommand = exports.se_ModifyAuthenticationProfileCommand = exports.se_ModifyAquaConfigurationCommand = exports.se_GetResourcePolicyCommand = exports.se_GetReservedNodeExchangeOfferingsCommand = exports.se_GetReservedNodeExchangeConfigurationOptionsCommand = exports.se_GetClusterCredentialsWithIAMCommand = exports.se_GetClusterCredentialsCommand = exports.se_FailoverPrimaryComputeCommand = exports.se_EnableSnapshotCopyCommand = exports.se_EnableLoggingCommand = exports.se_DisassociateDataShareConsumerCommand = exports.se_DisableSnapshotCopyCommand = exports.se_DisableLoggingCommand = exports.se_DescribeUsageLimitsCommand = exports.se_DescribeTagsCommand = exports.se_DescribeTableRestoreStatusCommand = exports.se_DescribeStorageCommand = exports.se_DescribeSnapshotSchedulesCommand = exports.se_DescribeSnapshotCopyGrantsCommand = exports.se_DescribeScheduledActionsCommand = exports.se_DescribeResizeCommand = exports.se_DescribeReservedNodesCommand = exports.se_DescribeReservedNodeOfferingsCommand = exports.se_DescribeReservedNodeExchangeStatusCommand = exports.se_DescribePartnersCommand = exports.se_DescribeOrderableClusterOptionsCommand = exports.se_DescribeNodeConfigurationOptionsCommand = exports.se_DescribeLoggingStatusCommand = exports.se_DescribeInboundIntegrationsCommand = exports.se_DescribeHsmConfigurationsCommand = exports.se_DescribeHsmClientCertificatesCommand = exports.se_DescribeEventSubscriptionsCommand = exports.se_DescribeEventsCommand = exports.se_DescribeEventCategoriesCommand = exports.se_DescribeEndpointAuthorizationCommand = exports.se_DescribeEndpointAccessCommand = exports.se_DescribeDefaultClusterParametersCommand = exports.se_DescribeDataSharesForProducerCommand = exports.se_DescribeDataSharesForConsumerCommand = exports.se_DescribeDataSharesCommand = exports.se_DescribeCustomDomainAssociationsCommand = exports.se_DescribeClusterVersionsCommand = exports.se_DescribeClusterTracksCommand = exports.se_DescribeClusterSubnetGroupsCommand = exports.se_DescribeClusterSnapshotsCommand = exports.se_DescribeClusterSecurityGroupsCommand = exports.se_DescribeClustersCommand = exports.se_DescribeClusterParametersCommand = void 0;
5
- exports.de_CreateHsmConfigurationCommand = exports.de_CreateHsmClientCertificateCommand = exports.de_CreateEventSubscriptionCommand = exports.de_CreateEndpointAccessCommand = exports.de_CreateCustomDomainAssociationCommand = exports.de_CreateClusterSubnetGroupCommand = exports.de_CreateClusterSnapshotCommand = exports.de_CreateClusterSecurityGroupCommand = exports.de_CreateClusterParameterGroupCommand = exports.de_CreateClusterCommand = exports.de_CreateAuthenticationProfileCommand = exports.de_CopyClusterSnapshotCommand = exports.de_CancelResizeCommand = exports.de_BatchModifyClusterSnapshotsCommand = exports.de_BatchDeleteClusterSnapshotsCommand = exports.de_AuthorizeSnapshotAccessCommand = exports.de_AuthorizeEndpointAccessCommand = exports.de_AuthorizeDataShareCommand = exports.de_AuthorizeClusterSecurityGroupIngressCommand = exports.de_AssociateDataShareConsumerCommand = exports.de_AddPartnerCommand = exports.de_AcceptReservedNodeExchangeCommand = exports.se_UpdatePartnerStatusCommand = exports.se_RotateEncryptionKeyCommand = exports.se_RevokeSnapshotAccessCommand = exports.se_RevokeEndpointAccessCommand = exports.se_RevokeClusterSecurityGroupIngressCommand = exports.se_ResumeClusterCommand = exports.se_RestoreTableFromClusterSnapshotCommand = exports.se_RestoreFromClusterSnapshotCommand = exports.se_ResizeClusterCommand = exports.se_ResetClusterParameterGroupCommand = exports.se_RejectDataShareCommand = exports.se_RebootClusterCommand = exports.se_PutResourcePolicyCommand = exports.se_PurchaseReservedNodeOfferingCommand = exports.se_PauseClusterCommand = exports.se_ModifyUsageLimitCommand = exports.se_ModifySnapshotScheduleCommand = exports.se_ModifySnapshotCopyRetentionPeriodCommand = exports.se_ModifyScheduledActionCommand = exports.se_ModifyEventSubscriptionCommand = exports.se_ModifyEndpointAccessCommand = exports.se_ModifyCustomDomainAssociationCommand = exports.se_ModifyClusterSubnetGroupCommand = exports.se_ModifyClusterSnapshotScheduleCommand = exports.se_ModifyClusterSnapshotCommand = exports.se_ModifyClusterParameterGroupCommand = exports.se_ModifyClusterMaintenanceCommand = exports.se_ModifyClusterIamRolesCommand = void 0;
6
- exports.de_DescribeNodeConfigurationOptionsCommand = exports.de_DescribeLoggingStatusCommand = exports.de_DescribeInboundIntegrationsCommand = exports.de_DescribeHsmConfigurationsCommand = exports.de_DescribeHsmClientCertificatesCommand = exports.de_DescribeEventSubscriptionsCommand = exports.de_DescribeEventsCommand = exports.de_DescribeEventCategoriesCommand = exports.de_DescribeEndpointAuthorizationCommand = exports.de_DescribeEndpointAccessCommand = exports.de_DescribeDefaultClusterParametersCommand = exports.de_DescribeDataSharesForProducerCommand = exports.de_DescribeDataSharesForConsumerCommand = exports.de_DescribeDataSharesCommand = exports.de_DescribeCustomDomainAssociationsCommand = exports.de_DescribeClusterVersionsCommand = exports.de_DescribeClusterTracksCommand = exports.de_DescribeClusterSubnetGroupsCommand = exports.de_DescribeClusterSnapshotsCommand = exports.de_DescribeClusterSecurityGroupsCommand = exports.de_DescribeClustersCommand = exports.de_DescribeClusterParametersCommand = exports.de_DescribeClusterParameterGroupsCommand = exports.de_DescribeClusterDbRevisionsCommand = exports.de_DescribeAuthenticationProfilesCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeleteUsageLimitCommand = exports.de_DeleteTagsCommand = exports.de_DeleteSnapshotScheduleCommand = exports.de_DeleteSnapshotCopyGrantCommand = exports.de_DeleteScheduledActionCommand = exports.de_DeleteResourcePolicyCommand = exports.de_DeletePartnerCommand = exports.de_DeleteHsmConfigurationCommand = exports.de_DeleteHsmClientCertificateCommand = exports.de_DeleteEventSubscriptionCommand = exports.de_DeleteEndpointAccessCommand = exports.de_DeleteCustomDomainAssociationCommand = exports.de_DeleteClusterSubnetGroupCommand = exports.de_DeleteClusterSnapshotCommand = exports.de_DeleteClusterSecurityGroupCommand = exports.de_DeleteClusterParameterGroupCommand = exports.de_DeleteClusterCommand = exports.de_DeleteAuthenticationProfileCommand = exports.de_DeauthorizeDataShareCommand = exports.de_CreateUsageLimitCommand = exports.de_CreateTagsCommand = exports.de_CreateSnapshotScheduleCommand = exports.de_CreateSnapshotCopyGrantCommand = exports.de_CreateScheduledActionCommand = void 0;
7
- exports.de_RestoreTableFromClusterSnapshotCommand = exports.de_RestoreFromClusterSnapshotCommand = exports.de_ResizeClusterCommand = exports.de_ResetClusterParameterGroupCommand = exports.de_RejectDataShareCommand = exports.de_RebootClusterCommand = exports.de_PutResourcePolicyCommand = exports.de_PurchaseReservedNodeOfferingCommand = exports.de_PauseClusterCommand = exports.de_ModifyUsageLimitCommand = exports.de_ModifySnapshotScheduleCommand = exports.de_ModifySnapshotCopyRetentionPeriodCommand = exports.de_ModifyScheduledActionCommand = exports.de_ModifyEventSubscriptionCommand = exports.de_ModifyEndpointAccessCommand = exports.de_ModifyCustomDomainAssociationCommand = exports.de_ModifyClusterSubnetGroupCommand = exports.de_ModifyClusterSnapshotScheduleCommand = exports.de_ModifyClusterSnapshotCommand = exports.de_ModifyClusterParameterGroupCommand = exports.de_ModifyClusterMaintenanceCommand = exports.de_ModifyClusterIamRolesCommand = exports.de_ModifyClusterDbRevisionCommand = exports.de_ModifyClusterCommand = exports.de_ModifyAuthenticationProfileCommand = exports.de_ModifyAquaConfigurationCommand = exports.de_GetResourcePolicyCommand = exports.de_GetReservedNodeExchangeOfferingsCommand = exports.de_GetReservedNodeExchangeConfigurationOptionsCommand = exports.de_GetClusterCredentialsWithIAMCommand = exports.de_GetClusterCredentialsCommand = exports.de_FailoverPrimaryComputeCommand = exports.de_EnableSnapshotCopyCommand = exports.de_EnableLoggingCommand = exports.de_DisassociateDataShareConsumerCommand = exports.de_DisableSnapshotCopyCommand = exports.de_DisableLoggingCommand = exports.de_DescribeUsageLimitsCommand = exports.de_DescribeTagsCommand = exports.de_DescribeTableRestoreStatusCommand = exports.de_DescribeStorageCommand = exports.de_DescribeSnapshotSchedulesCommand = exports.de_DescribeSnapshotCopyGrantsCommand = exports.de_DescribeScheduledActionsCommand = exports.de_DescribeResizeCommand = exports.de_DescribeReservedNodesCommand = exports.de_DescribeReservedNodeOfferingsCommand = exports.de_DescribeReservedNodeExchangeStatusCommand = exports.de_DescribePartnersCommand = exports.de_DescribeOrderableClusterOptionsCommand = void 0;
8
- exports.de_UpdatePartnerStatusCommand = exports.de_RotateEncryptionKeyCommand = exports.de_RevokeSnapshotAccessCommand = exports.de_RevokeEndpointAccessCommand = exports.de_RevokeClusterSecurityGroupIngressCommand = exports.de_ResumeClusterCommand = void 0;
3
+ exports.se_DescribeAuthenticationProfilesCommand = exports.se_DescribeAccountAttributesCommand = exports.se_DeleteUsageLimitCommand = exports.se_DeleteTagsCommand = exports.se_DeleteSnapshotScheduleCommand = exports.se_DeleteSnapshotCopyGrantCommand = exports.se_DeleteScheduledActionCommand = exports.se_DeleteResourcePolicyCommand = exports.se_DeleteRedshiftIdcApplicationCommand = exports.se_DeletePartnerCommand = exports.se_DeleteHsmConfigurationCommand = exports.se_DeleteHsmClientCertificateCommand = exports.se_DeleteEventSubscriptionCommand = exports.se_DeleteEndpointAccessCommand = exports.se_DeleteCustomDomainAssociationCommand = exports.se_DeleteClusterSubnetGroupCommand = exports.se_DeleteClusterSnapshotCommand = exports.se_DeleteClusterSecurityGroupCommand = exports.se_DeleteClusterParameterGroupCommand = exports.se_DeleteClusterCommand = exports.se_DeleteAuthenticationProfileCommand = exports.se_DeauthorizeDataShareCommand = exports.se_CreateUsageLimitCommand = exports.se_CreateTagsCommand = exports.se_CreateSnapshotScheduleCommand = exports.se_CreateSnapshotCopyGrantCommand = exports.se_CreateScheduledActionCommand = exports.se_CreateRedshiftIdcApplicationCommand = exports.se_CreateHsmConfigurationCommand = exports.se_CreateHsmClientCertificateCommand = exports.se_CreateEventSubscriptionCommand = exports.se_CreateEndpointAccessCommand = exports.se_CreateCustomDomainAssociationCommand = exports.se_CreateClusterSubnetGroupCommand = exports.se_CreateClusterSnapshotCommand = exports.se_CreateClusterSecurityGroupCommand = exports.se_CreateClusterParameterGroupCommand = exports.se_CreateClusterCommand = exports.se_CreateAuthenticationProfileCommand = exports.se_CopyClusterSnapshotCommand = exports.se_CancelResizeCommand = exports.se_BatchModifyClusterSnapshotsCommand = exports.se_BatchDeleteClusterSnapshotsCommand = exports.se_AuthorizeSnapshotAccessCommand = exports.se_AuthorizeEndpointAccessCommand = exports.se_AuthorizeDataShareCommand = exports.se_AuthorizeClusterSecurityGroupIngressCommand = exports.se_AssociateDataShareConsumerCommand = exports.se_AddPartnerCommand = exports.se_AcceptReservedNodeExchangeCommand = void 0;
4
+ exports.se_ModifyAquaConfigurationCommand = exports.se_GetResourcePolicyCommand = exports.se_GetReservedNodeExchangeOfferingsCommand = exports.se_GetReservedNodeExchangeConfigurationOptionsCommand = exports.se_GetClusterCredentialsWithIAMCommand = exports.se_GetClusterCredentialsCommand = exports.se_FailoverPrimaryComputeCommand = exports.se_EnableSnapshotCopyCommand = exports.se_EnableLoggingCommand = exports.se_DisassociateDataShareConsumerCommand = exports.se_DisableSnapshotCopyCommand = exports.se_DisableLoggingCommand = exports.se_DescribeUsageLimitsCommand = exports.se_DescribeTagsCommand = exports.se_DescribeTableRestoreStatusCommand = exports.se_DescribeStorageCommand = exports.se_DescribeSnapshotSchedulesCommand = exports.se_DescribeSnapshotCopyGrantsCommand = exports.se_DescribeScheduledActionsCommand = exports.se_DescribeResizeCommand = exports.se_DescribeReservedNodesCommand = exports.se_DescribeReservedNodeOfferingsCommand = exports.se_DescribeReservedNodeExchangeStatusCommand = exports.se_DescribeRedshiftIdcApplicationsCommand = exports.se_DescribePartnersCommand = exports.se_DescribeOrderableClusterOptionsCommand = exports.se_DescribeNodeConfigurationOptionsCommand = exports.se_DescribeLoggingStatusCommand = exports.se_DescribeInboundIntegrationsCommand = exports.se_DescribeHsmConfigurationsCommand = exports.se_DescribeHsmClientCertificatesCommand = exports.se_DescribeEventSubscriptionsCommand = exports.se_DescribeEventsCommand = exports.se_DescribeEventCategoriesCommand = exports.se_DescribeEndpointAuthorizationCommand = exports.se_DescribeEndpointAccessCommand = exports.se_DescribeDefaultClusterParametersCommand = exports.se_DescribeDataSharesForProducerCommand = exports.se_DescribeDataSharesForConsumerCommand = exports.se_DescribeDataSharesCommand = exports.se_DescribeCustomDomainAssociationsCommand = exports.se_DescribeClusterVersionsCommand = exports.se_DescribeClusterTracksCommand = exports.se_DescribeClusterSubnetGroupsCommand = exports.se_DescribeClusterSnapshotsCommand = exports.se_DescribeClusterSecurityGroupsCommand = exports.se_DescribeClustersCommand = exports.se_DescribeClusterParametersCommand = exports.se_DescribeClusterParameterGroupsCommand = exports.se_DescribeClusterDbRevisionsCommand = void 0;
5
+ exports.de_CreateCustomDomainAssociationCommand = exports.de_CreateClusterSubnetGroupCommand = exports.de_CreateClusterSnapshotCommand = exports.de_CreateClusterSecurityGroupCommand = exports.de_CreateClusterParameterGroupCommand = exports.de_CreateClusterCommand = exports.de_CreateAuthenticationProfileCommand = exports.de_CopyClusterSnapshotCommand = exports.de_CancelResizeCommand = exports.de_BatchModifyClusterSnapshotsCommand = exports.de_BatchDeleteClusterSnapshotsCommand = exports.de_AuthorizeSnapshotAccessCommand = exports.de_AuthorizeEndpointAccessCommand = exports.de_AuthorizeDataShareCommand = exports.de_AuthorizeClusterSecurityGroupIngressCommand = exports.de_AssociateDataShareConsumerCommand = exports.de_AddPartnerCommand = exports.de_AcceptReservedNodeExchangeCommand = exports.se_UpdatePartnerStatusCommand = exports.se_RotateEncryptionKeyCommand = exports.se_RevokeSnapshotAccessCommand = exports.se_RevokeEndpointAccessCommand = exports.se_RevokeClusterSecurityGroupIngressCommand = exports.se_ResumeClusterCommand = exports.se_RestoreTableFromClusterSnapshotCommand = exports.se_RestoreFromClusterSnapshotCommand = exports.se_ResizeClusterCommand = exports.se_ResetClusterParameterGroupCommand = exports.se_RejectDataShareCommand = exports.se_RebootClusterCommand = exports.se_PutResourcePolicyCommand = exports.se_PurchaseReservedNodeOfferingCommand = exports.se_PauseClusterCommand = exports.se_ModifyUsageLimitCommand = exports.se_ModifySnapshotScheduleCommand = exports.se_ModifySnapshotCopyRetentionPeriodCommand = exports.se_ModifyScheduledActionCommand = exports.se_ModifyRedshiftIdcApplicationCommand = exports.se_ModifyEventSubscriptionCommand = exports.se_ModifyEndpointAccessCommand = exports.se_ModifyCustomDomainAssociationCommand = exports.se_ModifyClusterSubnetGroupCommand = exports.se_ModifyClusterSnapshotScheduleCommand = exports.se_ModifyClusterSnapshotCommand = exports.se_ModifyClusterParameterGroupCommand = exports.se_ModifyClusterMaintenanceCommand = exports.se_ModifyClusterIamRolesCommand = exports.se_ModifyClusterDbRevisionCommand = exports.se_ModifyClusterCommand = exports.se_ModifyAuthenticationProfileCommand = void 0;
6
+ exports.de_DescribeEventsCommand = exports.de_DescribeEventCategoriesCommand = exports.de_DescribeEndpointAuthorizationCommand = exports.de_DescribeEndpointAccessCommand = exports.de_DescribeDefaultClusterParametersCommand = exports.de_DescribeDataSharesForProducerCommand = exports.de_DescribeDataSharesForConsumerCommand = exports.de_DescribeDataSharesCommand = exports.de_DescribeCustomDomainAssociationsCommand = exports.de_DescribeClusterVersionsCommand = exports.de_DescribeClusterTracksCommand = exports.de_DescribeClusterSubnetGroupsCommand = exports.de_DescribeClusterSnapshotsCommand = exports.de_DescribeClusterSecurityGroupsCommand = exports.de_DescribeClustersCommand = exports.de_DescribeClusterParametersCommand = exports.de_DescribeClusterParameterGroupsCommand = exports.de_DescribeClusterDbRevisionsCommand = exports.de_DescribeAuthenticationProfilesCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeleteUsageLimitCommand = exports.de_DeleteTagsCommand = exports.de_DeleteSnapshotScheduleCommand = exports.de_DeleteSnapshotCopyGrantCommand = exports.de_DeleteScheduledActionCommand = exports.de_DeleteResourcePolicyCommand = exports.de_DeleteRedshiftIdcApplicationCommand = exports.de_DeletePartnerCommand = exports.de_DeleteHsmConfigurationCommand = exports.de_DeleteHsmClientCertificateCommand = exports.de_DeleteEventSubscriptionCommand = exports.de_DeleteEndpointAccessCommand = exports.de_DeleteCustomDomainAssociationCommand = exports.de_DeleteClusterSubnetGroupCommand = exports.de_DeleteClusterSnapshotCommand = exports.de_DeleteClusterSecurityGroupCommand = exports.de_DeleteClusterParameterGroupCommand = exports.de_DeleteClusterCommand = exports.de_DeleteAuthenticationProfileCommand = exports.de_DeauthorizeDataShareCommand = exports.de_CreateUsageLimitCommand = exports.de_CreateTagsCommand = exports.de_CreateSnapshotScheduleCommand = exports.de_CreateSnapshotCopyGrantCommand = exports.de_CreateScheduledActionCommand = exports.de_CreateRedshiftIdcApplicationCommand = exports.de_CreateHsmConfigurationCommand = exports.de_CreateHsmClientCertificateCommand = exports.de_CreateEventSubscriptionCommand = exports.de_CreateEndpointAccessCommand = void 0;
7
+ exports.de_PauseClusterCommand = exports.de_ModifyUsageLimitCommand = exports.de_ModifySnapshotScheduleCommand = exports.de_ModifySnapshotCopyRetentionPeriodCommand = exports.de_ModifyScheduledActionCommand = exports.de_ModifyRedshiftIdcApplicationCommand = exports.de_ModifyEventSubscriptionCommand = exports.de_ModifyEndpointAccessCommand = exports.de_ModifyCustomDomainAssociationCommand = exports.de_ModifyClusterSubnetGroupCommand = exports.de_ModifyClusterSnapshotScheduleCommand = exports.de_ModifyClusterSnapshotCommand = exports.de_ModifyClusterParameterGroupCommand = exports.de_ModifyClusterMaintenanceCommand = exports.de_ModifyClusterIamRolesCommand = exports.de_ModifyClusterDbRevisionCommand = exports.de_ModifyClusterCommand = exports.de_ModifyAuthenticationProfileCommand = exports.de_ModifyAquaConfigurationCommand = exports.de_GetResourcePolicyCommand = exports.de_GetReservedNodeExchangeOfferingsCommand = exports.de_GetReservedNodeExchangeConfigurationOptionsCommand = exports.de_GetClusterCredentialsWithIAMCommand = exports.de_GetClusterCredentialsCommand = exports.de_FailoverPrimaryComputeCommand = exports.de_EnableSnapshotCopyCommand = exports.de_EnableLoggingCommand = exports.de_DisassociateDataShareConsumerCommand = exports.de_DisableSnapshotCopyCommand = exports.de_DisableLoggingCommand = exports.de_DescribeUsageLimitsCommand = exports.de_DescribeTagsCommand = exports.de_DescribeTableRestoreStatusCommand = exports.de_DescribeStorageCommand = exports.de_DescribeSnapshotSchedulesCommand = exports.de_DescribeSnapshotCopyGrantsCommand = exports.de_DescribeScheduledActionsCommand = exports.de_DescribeResizeCommand = exports.de_DescribeReservedNodesCommand = exports.de_DescribeReservedNodeOfferingsCommand = exports.de_DescribeReservedNodeExchangeStatusCommand = exports.de_DescribeRedshiftIdcApplicationsCommand = exports.de_DescribePartnersCommand = exports.de_DescribeOrderableClusterOptionsCommand = exports.de_DescribeNodeConfigurationOptionsCommand = exports.de_DescribeLoggingStatusCommand = exports.de_DescribeInboundIntegrationsCommand = exports.de_DescribeHsmConfigurationsCommand = exports.de_DescribeHsmClientCertificatesCommand = exports.de_DescribeEventSubscriptionsCommand = void 0;
8
+ exports.de_UpdatePartnerStatusCommand = exports.de_RotateEncryptionKeyCommand = exports.de_RevokeSnapshotAccessCommand = exports.de_RevokeEndpointAccessCommand = exports.de_RevokeClusterSecurityGroupIngressCommand = exports.de_ResumeClusterCommand = exports.de_RestoreTableFromClusterSnapshotCommand = exports.de_RestoreFromClusterSnapshotCommand = exports.de_ResizeClusterCommand = exports.de_ResetClusterParameterGroupCommand = exports.de_RejectDataShareCommand = exports.de_RebootClusterCommand = exports.de_PutResourcePolicyCommand = exports.de_PurchaseReservedNodeOfferingCommand = 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");
@@ -254,6 +254,17 @@ const se_CreateHsmConfigurationCommand = async (input, context) => {
254
254
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
255
255
  };
256
256
  exports.se_CreateHsmConfigurationCommand = se_CreateHsmConfigurationCommand;
257
+ const se_CreateRedshiftIdcApplicationCommand = async (input, context) => {
258
+ const headers = SHARED_HEADERS;
259
+ let body;
260
+ body = buildFormUrlencodedString({
261
+ ...se_CreateRedshiftIdcApplicationMessage(input, context),
262
+ Action: "CreateRedshiftIdcApplication",
263
+ Version: "2012-12-01",
264
+ });
265
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
266
+ };
267
+ exports.se_CreateRedshiftIdcApplicationCommand = se_CreateRedshiftIdcApplicationCommand;
257
268
  const se_CreateScheduledActionCommand = async (input, context) => {
258
269
  const headers = SHARED_HEADERS;
259
270
  let body;
@@ -452,6 +463,17 @@ const se_DeletePartnerCommand = async (input, context) => {
452
463
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
453
464
  };
454
465
  exports.se_DeletePartnerCommand = se_DeletePartnerCommand;
466
+ const se_DeleteRedshiftIdcApplicationCommand = async (input, context) => {
467
+ const headers = SHARED_HEADERS;
468
+ let body;
469
+ body = buildFormUrlencodedString({
470
+ ...se_DeleteRedshiftIdcApplicationMessage(input, context),
471
+ Action: "DeleteRedshiftIdcApplication",
472
+ Version: "2012-12-01",
473
+ });
474
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
475
+ };
476
+ exports.se_DeleteRedshiftIdcApplicationCommand = se_DeleteRedshiftIdcApplicationCommand;
455
477
  const se_DeleteResourcePolicyCommand = async (input, context) => {
456
478
  const headers = SHARED_HEADERS;
457
479
  let body;
@@ -826,6 +848,17 @@ const se_DescribePartnersCommand = async (input, context) => {
826
848
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
827
849
  };
828
850
  exports.se_DescribePartnersCommand = se_DescribePartnersCommand;
851
+ const se_DescribeRedshiftIdcApplicationsCommand = async (input, context) => {
852
+ const headers = SHARED_HEADERS;
853
+ let body;
854
+ body = buildFormUrlencodedString({
855
+ ...se_DescribeRedshiftIdcApplicationsMessage(input, context),
856
+ Action: "DescribeRedshiftIdcApplications",
857
+ Version: "2012-12-01",
858
+ });
859
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
860
+ };
861
+ exports.se_DescribeRedshiftIdcApplicationsCommand = se_DescribeRedshiftIdcApplicationsCommand;
829
862
  const se_DescribeReservedNodeExchangeStatusCommand = async (input, context) => {
830
863
  const headers = SHARED_HEADERS;
831
864
  let body;
@@ -1209,6 +1242,17 @@ const se_ModifyEventSubscriptionCommand = async (input, context) => {
1209
1242
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
1210
1243
  };
1211
1244
  exports.se_ModifyEventSubscriptionCommand = se_ModifyEventSubscriptionCommand;
1245
+ const se_ModifyRedshiftIdcApplicationCommand = async (input, context) => {
1246
+ const headers = SHARED_HEADERS;
1247
+ let body;
1248
+ body = buildFormUrlencodedString({
1249
+ ...se_ModifyRedshiftIdcApplicationMessage(input, context),
1250
+ Action: "ModifyRedshiftIdcApplication",
1251
+ Version: "2012-12-01",
1252
+ });
1253
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1254
+ };
1255
+ exports.se_ModifyRedshiftIdcApplicationCommand = se_ModifyRedshiftIdcApplicationCommand;
1212
1256
  const se_ModifyScheduledActionCommand = async (input, context) => {
1213
1257
  const headers = SHARED_HEADERS;
1214
1258
  let body;
@@ -2000,6 +2044,9 @@ const de_CreateClusterCommandError = async (output, context) => {
2000
2044
  case "NumberOfNodesQuotaExceeded":
2001
2045
  case "com.amazonaws.redshift#NumberOfNodesQuotaExceededFault":
2002
2046
  throw await de_NumberOfNodesQuotaExceededFaultRes(parsedOutput, context);
2047
+ case "RedshiftIdcApplicationNotExists":
2048
+ case "com.amazonaws.redshift#RedshiftIdcApplicationNotExistsFault":
2049
+ throw await de_RedshiftIdcApplicationNotExistsFaultRes(parsedOutput, context);
2003
2050
  case "SnapshotScheduleNotFound":
2004
2051
  case "com.amazonaws.redshift#SnapshotScheduleNotFoundFault":
2005
2052
  throw await de_SnapshotScheduleNotFoundFaultRes(parsedOutput, context);
@@ -2456,6 +2503,51 @@ const de_CreateHsmConfigurationCommandError = async (output, context) => {
2456
2503
  });
2457
2504
  }
2458
2505
  };
2506
+ const de_CreateRedshiftIdcApplicationCommand = async (output, context) => {
2507
+ if (output.statusCode >= 300) {
2508
+ return de_CreateRedshiftIdcApplicationCommandError(output, context);
2509
+ }
2510
+ const data = await parseBody(output.body, context);
2511
+ let contents = {};
2512
+ contents = de_CreateRedshiftIdcApplicationResult(data.CreateRedshiftIdcApplicationResult, context);
2513
+ const response = {
2514
+ $metadata: deserializeMetadata(output),
2515
+ ...contents,
2516
+ };
2517
+ return response;
2518
+ };
2519
+ exports.de_CreateRedshiftIdcApplicationCommand = de_CreateRedshiftIdcApplicationCommand;
2520
+ const de_CreateRedshiftIdcApplicationCommandError = async (output, context) => {
2521
+ const parsedOutput = {
2522
+ ...output,
2523
+ body: await parseErrorBody(output.body, context),
2524
+ };
2525
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
2526
+ switch (errorCode) {
2527
+ case "DependentServiceAccessDenied":
2528
+ case "com.amazonaws.redshift#DependentServiceAccessDeniedFault":
2529
+ throw await de_DependentServiceAccessDeniedFaultRes(parsedOutput, context);
2530
+ case "DependentServiceUnavailableFault":
2531
+ case "com.amazonaws.redshift#DependentServiceUnavailableFault":
2532
+ throw await de_DependentServiceUnavailableFaultRes(parsedOutput, context);
2533
+ case "RedshiftIdcApplicationAlreadyExists":
2534
+ case "com.amazonaws.redshift#RedshiftIdcApplicationAlreadyExistsFault":
2535
+ throw await de_RedshiftIdcApplicationAlreadyExistsFaultRes(parsedOutput, context);
2536
+ case "RedshiftIdcApplicationQuotaExceeded":
2537
+ case "com.amazonaws.redshift#RedshiftIdcApplicationQuotaExceededFault":
2538
+ throw await de_RedshiftIdcApplicationQuotaExceededFaultRes(parsedOutput, context);
2539
+ case "UnsupportedOperation":
2540
+ case "com.amazonaws.redshift#UnsupportedOperationFault":
2541
+ throw await de_UnsupportedOperationFaultRes(parsedOutput, context);
2542
+ default:
2543
+ const parsedBody = parsedOutput.body;
2544
+ return throwDefaultError({
2545
+ output,
2546
+ parsedBody: parsedBody.Error,
2547
+ errorCode,
2548
+ });
2549
+ }
2550
+ };
2459
2551
  const de_CreateScheduledActionCommand = async (output, context) => {
2460
2552
  if (output.statusCode >= 300) {
2461
2553
  return de_CreateScheduledActionCommandError(output, context);
@@ -3173,6 +3265,45 @@ const de_DeletePartnerCommandError = async (output, context) => {
3173
3265
  });
3174
3266
  }
3175
3267
  };
3268
+ const de_DeleteRedshiftIdcApplicationCommand = async (output, context) => {
3269
+ if (output.statusCode >= 300) {
3270
+ return de_DeleteRedshiftIdcApplicationCommandError(output, context);
3271
+ }
3272
+ await (0, smithy_client_1.collectBody)(output.body, context);
3273
+ const response = {
3274
+ $metadata: deserializeMetadata(output),
3275
+ };
3276
+ return response;
3277
+ };
3278
+ exports.de_DeleteRedshiftIdcApplicationCommand = de_DeleteRedshiftIdcApplicationCommand;
3279
+ const de_DeleteRedshiftIdcApplicationCommandError = async (output, context) => {
3280
+ const parsedOutput = {
3281
+ ...output,
3282
+ body: await parseErrorBody(output.body, context),
3283
+ };
3284
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
3285
+ switch (errorCode) {
3286
+ case "DependentServiceAccessDenied":
3287
+ case "com.amazonaws.redshift#DependentServiceAccessDeniedFault":
3288
+ throw await de_DependentServiceAccessDeniedFaultRes(parsedOutput, context);
3289
+ case "DependentServiceUnavailableFault":
3290
+ case "com.amazonaws.redshift#DependentServiceUnavailableFault":
3291
+ throw await de_DependentServiceUnavailableFaultRes(parsedOutput, context);
3292
+ case "RedshiftIdcApplicationNotExists":
3293
+ case "com.amazonaws.redshift#RedshiftIdcApplicationNotExistsFault":
3294
+ throw await de_RedshiftIdcApplicationNotExistsFaultRes(parsedOutput, context);
3295
+ case "UnsupportedOperation":
3296
+ case "com.amazonaws.redshift#UnsupportedOperationFault":
3297
+ throw await de_UnsupportedOperationFaultRes(parsedOutput, context);
3298
+ default:
3299
+ const parsedBody = parsedOutput.body;
3300
+ return throwDefaultError({
3301
+ output,
3302
+ parsedBody: parsedBody.Error,
3303
+ errorCode,
3304
+ });
3305
+ }
3306
+ };
3176
3307
  const de_DeleteResourcePolicyCommand = async (output, context) => {
3177
3308
  if (output.statusCode >= 300) {
3178
3309
  return de_DeleteResourcePolicyCommandError(output, context);
@@ -4337,6 +4468,48 @@ const de_DescribePartnersCommandError = async (output, context) => {
4337
4468
  });
4338
4469
  }
4339
4470
  };
4471
+ const de_DescribeRedshiftIdcApplicationsCommand = async (output, context) => {
4472
+ if (output.statusCode >= 300) {
4473
+ return de_DescribeRedshiftIdcApplicationsCommandError(output, context);
4474
+ }
4475
+ const data = await parseBody(output.body, context);
4476
+ let contents = {};
4477
+ contents = de_DescribeRedshiftIdcApplicationsResult(data.DescribeRedshiftIdcApplicationsResult, context);
4478
+ const response = {
4479
+ $metadata: deserializeMetadata(output),
4480
+ ...contents,
4481
+ };
4482
+ return response;
4483
+ };
4484
+ exports.de_DescribeRedshiftIdcApplicationsCommand = de_DescribeRedshiftIdcApplicationsCommand;
4485
+ const de_DescribeRedshiftIdcApplicationsCommandError = async (output, context) => {
4486
+ const parsedOutput = {
4487
+ ...output,
4488
+ body: await parseErrorBody(output.body, context),
4489
+ };
4490
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
4491
+ switch (errorCode) {
4492
+ case "DependentServiceAccessDenied":
4493
+ case "com.amazonaws.redshift#DependentServiceAccessDeniedFault":
4494
+ throw await de_DependentServiceAccessDeniedFaultRes(parsedOutput, context);
4495
+ case "DependentServiceUnavailableFault":
4496
+ case "com.amazonaws.redshift#DependentServiceUnavailableFault":
4497
+ throw await de_DependentServiceUnavailableFaultRes(parsedOutput, context);
4498
+ case "RedshiftIdcApplicationNotExists":
4499
+ case "com.amazonaws.redshift#RedshiftIdcApplicationNotExistsFault":
4500
+ throw await de_RedshiftIdcApplicationNotExistsFaultRes(parsedOutput, context);
4501
+ case "UnsupportedOperation":
4502
+ case "com.amazonaws.redshift#UnsupportedOperationFault":
4503
+ throw await de_UnsupportedOperationFaultRes(parsedOutput, context);
4504
+ default:
4505
+ const parsedBody = parsedOutput.body;
4506
+ return throwDefaultError({
4507
+ output,
4508
+ parsedBody: parsedBody.Error,
4509
+ errorCode,
4510
+ });
4511
+ }
4512
+ };
4340
4513
  const de_DescribeReservedNodeExchangeStatusCommand = async (output, context) => {
4341
4514
  if (output.statusCode >= 300) {
4342
4515
  return de_DescribeReservedNodeExchangeStatusCommandError(output, context);
@@ -5807,6 +5980,48 @@ const de_ModifyEventSubscriptionCommandError = async (output, context) => {
5807
5980
  });
5808
5981
  }
5809
5982
  };
5983
+ const de_ModifyRedshiftIdcApplicationCommand = async (output, context) => {
5984
+ if (output.statusCode >= 300) {
5985
+ return de_ModifyRedshiftIdcApplicationCommandError(output, context);
5986
+ }
5987
+ const data = await parseBody(output.body, context);
5988
+ let contents = {};
5989
+ contents = de_ModifyRedshiftIdcApplicationResult(data.ModifyRedshiftIdcApplicationResult, context);
5990
+ const response = {
5991
+ $metadata: deserializeMetadata(output),
5992
+ ...contents,
5993
+ };
5994
+ return response;
5995
+ };
5996
+ exports.de_ModifyRedshiftIdcApplicationCommand = de_ModifyRedshiftIdcApplicationCommand;
5997
+ const de_ModifyRedshiftIdcApplicationCommandError = async (output, context) => {
5998
+ const parsedOutput = {
5999
+ ...output,
6000
+ body: await parseErrorBody(output.body, context),
6001
+ };
6002
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
6003
+ switch (errorCode) {
6004
+ case "DependentServiceAccessDenied":
6005
+ case "com.amazonaws.redshift#DependentServiceAccessDeniedFault":
6006
+ throw await de_DependentServiceAccessDeniedFaultRes(parsedOutput, context);
6007
+ case "DependentServiceUnavailableFault":
6008
+ case "com.amazonaws.redshift#DependentServiceUnavailableFault":
6009
+ throw await de_DependentServiceUnavailableFaultRes(parsedOutput, context);
6010
+ case "RedshiftIdcApplicationNotExists":
6011
+ case "com.amazonaws.redshift#RedshiftIdcApplicationNotExistsFault":
6012
+ throw await de_RedshiftIdcApplicationNotExistsFaultRes(parsedOutput, context);
6013
+ case "UnsupportedOperation":
6014
+ case "com.amazonaws.redshift#UnsupportedOperationFault":
6015
+ throw await de_UnsupportedOperationFaultRes(parsedOutput, context);
6016
+ default:
6017
+ const parsedBody = parsedOutput.body;
6018
+ return throwDefaultError({
6019
+ output,
6020
+ parsedBody: parsedBody.Error,
6021
+ errorCode,
6022
+ });
6023
+ }
6024
+ };
5810
6025
  const de_ModifyScheduledActionCommand = async (output, context) => {
5811
6026
  if (output.statusCode >= 300) {
5812
6027
  return de_ModifyScheduledActionCommandError(output, context);
@@ -7010,6 +7225,15 @@ const de_CustomDomainAssociationNotFoundFaultRes = async (parsedOutput, context)
7010
7225
  });
7011
7226
  return (0, smithy_client_1.decorateServiceException)(exception, body);
7012
7227
  };
7228
+ const de_DependentServiceAccessDeniedFaultRes = async (parsedOutput, context) => {
7229
+ const body = parsedOutput.body;
7230
+ const deserialized = de_DependentServiceAccessDeniedFault(body.Error, context);
7231
+ const exception = new models_0_1.DependentServiceAccessDeniedFault({
7232
+ $metadata: deserializeMetadata(parsedOutput),
7233
+ ...deserialized,
7234
+ });
7235
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7236
+ };
7013
7237
  const de_DependentServiceRequestThrottlingFaultRes = async (parsedOutput, context) => {
7014
7238
  const body = parsedOutput.body;
7015
7239
  const deserialized = de_DependentServiceRequestThrottlingFault(body.Error, context);
@@ -7523,6 +7747,33 @@ const de_PartnerNotFoundFaultRes = async (parsedOutput, context) => {
7523
7747
  });
7524
7748
  return (0, smithy_client_1.decorateServiceException)(exception, body);
7525
7749
  };
7750
+ const de_RedshiftIdcApplicationAlreadyExistsFaultRes = async (parsedOutput, context) => {
7751
+ const body = parsedOutput.body;
7752
+ const deserialized = de_RedshiftIdcApplicationAlreadyExistsFault(body.Error, context);
7753
+ const exception = new models_0_1.RedshiftIdcApplicationAlreadyExistsFault({
7754
+ $metadata: deserializeMetadata(parsedOutput),
7755
+ ...deserialized,
7756
+ });
7757
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7758
+ };
7759
+ const de_RedshiftIdcApplicationNotExistsFaultRes = async (parsedOutput, context) => {
7760
+ const body = parsedOutput.body;
7761
+ const deserialized = de_RedshiftIdcApplicationNotExistsFault(body.Error, context);
7762
+ const exception = new models_0_1.RedshiftIdcApplicationNotExistsFault({
7763
+ $metadata: deserializeMetadata(parsedOutput),
7764
+ ...deserialized,
7765
+ });
7766
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7767
+ };
7768
+ const de_RedshiftIdcApplicationQuotaExceededFaultRes = async (parsedOutput, context) => {
7769
+ const body = parsedOutput.body;
7770
+ const deserialized = de_RedshiftIdcApplicationQuotaExceededFault(body.Error, context);
7771
+ const exception = new models_0_1.RedshiftIdcApplicationQuotaExceededFault({
7772
+ $metadata: deserializeMetadata(parsedOutput),
7773
+ ...deserialized,
7774
+ });
7775
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7776
+ };
7526
7777
  const de_ReservedNodeAlreadyExistsFaultRes = async (parsedOutput, context) => {
7527
7778
  const body = parsedOutput.body;
7528
7779
  const deserialized = de_ReservedNodeAlreadyExistsFault(body.Error, context);
@@ -7934,6 +8185,9 @@ const se_AssociateDataShareConsumerMessage = (input, context) => {
7934
8185
  if (input.ConsumerRegion != null) {
7935
8186
  entries["ConsumerRegion"] = input.ConsumerRegion;
7936
8187
  }
8188
+ if (input.AllowWrites != null) {
8189
+ entries["AllowWrites"] = input.AllowWrites;
8190
+ }
7937
8191
  return entries;
7938
8192
  };
7939
8193
  const se_AttributeNameList = (input, context) => {
@@ -7972,6 +8226,53 @@ const se_AuthorizeDataShareMessage = (input, context) => {
7972
8226
  if (input.ConsumerIdentifier != null) {
7973
8227
  entries["ConsumerIdentifier"] = input.ConsumerIdentifier;
7974
8228
  }
8229
+ if (input.AllowWrites != null) {
8230
+ entries["AllowWrites"] = input.AllowWrites;
8231
+ }
8232
+ return entries;
8233
+ };
8234
+ const se_AuthorizedAudienceList = (input, context) => {
8235
+ const entries = {};
8236
+ let counter = 1;
8237
+ for (const entry of input) {
8238
+ if (entry === null) {
8239
+ continue;
8240
+ }
8241
+ entries[`member.${counter}`] = entry;
8242
+ counter++;
8243
+ }
8244
+ return entries;
8245
+ };
8246
+ const se_AuthorizedTokenIssuer = (input, context) => {
8247
+ const entries = {};
8248
+ if (input.TrustedTokenIssuerArn != null) {
8249
+ entries["TrustedTokenIssuerArn"] = input.TrustedTokenIssuerArn;
8250
+ }
8251
+ if (input.AuthorizedAudiencesList != null) {
8252
+ const memberEntries = se_AuthorizedAudienceList(input.AuthorizedAudiencesList, context);
8253
+ if (input.AuthorizedAudiencesList?.length === 0) {
8254
+ entries.AuthorizedAudiencesList = [];
8255
+ }
8256
+ Object.entries(memberEntries).forEach(([key, value]) => {
8257
+ const loc = `AuthorizedAudiencesList.${key}`;
8258
+ entries[loc] = value;
8259
+ });
8260
+ }
8261
+ return entries;
8262
+ };
8263
+ const se_AuthorizedTokenIssuerList = (input, context) => {
8264
+ const entries = {};
8265
+ let counter = 1;
8266
+ for (const entry of input) {
8267
+ if (entry === null) {
8268
+ continue;
8269
+ }
8270
+ const memberEntries = se_AuthorizedTokenIssuer(entry, context);
8271
+ Object.entries(memberEntries).forEach(([key, value]) => {
8272
+ entries[`member.${counter}.${key}`] = value;
8273
+ });
8274
+ counter++;
8275
+ }
7975
8276
  return entries;
7976
8277
  };
7977
8278
  const se_AuthorizeEndpointAccessMessage = (input, context) => {
@@ -8233,6 +8534,9 @@ const se_CreateClusterMessage = (input, context) => {
8233
8534
  if (input.MultiAZ != null) {
8234
8535
  entries["MultiAZ"] = input.MultiAZ;
8235
8536
  }
8537
+ if (input.RedshiftIdcApplicationArn != null) {
8538
+ entries["RedshiftIdcApplicationArn"] = input.RedshiftIdcApplicationArn;
8539
+ }
8236
8540
  return entries;
8237
8541
  };
8238
8542
  const se_CreateClusterParameterGroupMessage = (input, context) => {
@@ -8468,6 +8772,45 @@ const se_CreateHsmConfigurationMessage = (input, context) => {
8468
8772
  }
8469
8773
  return entries;
8470
8774
  };
8775
+ const se_CreateRedshiftIdcApplicationMessage = (input, context) => {
8776
+ const entries = {};
8777
+ if (input.IdcInstanceArn != null) {
8778
+ entries["IdcInstanceArn"] = input.IdcInstanceArn;
8779
+ }
8780
+ if (input.RedshiftIdcApplicationName != null) {
8781
+ entries["RedshiftIdcApplicationName"] = input.RedshiftIdcApplicationName;
8782
+ }
8783
+ if (input.IdentityNamespace != null) {
8784
+ entries["IdentityNamespace"] = input.IdentityNamespace;
8785
+ }
8786
+ if (input.IdcDisplayName != null) {
8787
+ entries["IdcDisplayName"] = input.IdcDisplayName;
8788
+ }
8789
+ if (input.IamRoleArn != null) {
8790
+ entries["IamRoleArn"] = input.IamRoleArn;
8791
+ }
8792
+ if (input.AuthorizedTokenIssuerList != null) {
8793
+ const memberEntries = se_AuthorizedTokenIssuerList(input.AuthorizedTokenIssuerList, context);
8794
+ if (input.AuthorizedTokenIssuerList?.length === 0) {
8795
+ entries.AuthorizedTokenIssuerList = [];
8796
+ }
8797
+ Object.entries(memberEntries).forEach(([key, value]) => {
8798
+ const loc = `AuthorizedTokenIssuerList.${key}`;
8799
+ entries[loc] = value;
8800
+ });
8801
+ }
8802
+ if (input.ServiceIntegrations != null) {
8803
+ const memberEntries = se_ServiceIntegrationList(input.ServiceIntegrations, context);
8804
+ if (input.ServiceIntegrations?.length === 0) {
8805
+ entries.ServiceIntegrations = [];
8806
+ }
8807
+ Object.entries(memberEntries).forEach(([key, value]) => {
8808
+ const loc = `ServiceIntegrations.${key}`;
8809
+ entries[loc] = value;
8810
+ });
8811
+ }
8812
+ return entries;
8813
+ };
8471
8814
  const se_CreateScheduledActionMessage = (input, context) => {
8472
8815
  const entries = {};
8473
8816
  if (input.ScheduledActionName != null) {
@@ -8734,6 +9077,13 @@ const se_DeleteHsmConfigurationMessage = (input, context) => {
8734
9077
  }
8735
9078
  return entries;
8736
9079
  };
9080
+ const se_DeleteRedshiftIdcApplicationMessage = (input, context) => {
9081
+ const entries = {};
9082
+ if (input.RedshiftIdcApplicationArn != null) {
9083
+ entries["RedshiftIdcApplicationArn"] = input.RedshiftIdcApplicationArn;
9084
+ }
9085
+ return entries;
9086
+ };
8737
9087
  const se_DeleteResourcePolicyMessage = (input, context) => {
8738
9088
  const entries = {};
8739
9089
  if (input.ResourceArn != null) {
@@ -9397,6 +9747,19 @@ const se_DescribePartnersInputMessage = (input, context) => {
9397
9747
  }
9398
9748
  return entries;
9399
9749
  };
9750
+ const se_DescribeRedshiftIdcApplicationsMessage = (input, context) => {
9751
+ const entries = {};
9752
+ if (input.RedshiftIdcApplicationArn != null) {
9753
+ entries["RedshiftIdcApplicationArn"] = input.RedshiftIdcApplicationArn;
9754
+ }
9755
+ if (input.MaxRecords != null) {
9756
+ entries["MaxRecords"] = input.MaxRecords;
9757
+ }
9758
+ if (input.Marker != null) {
9759
+ entries["Marker"] = input.Marker;
9760
+ }
9761
+ return entries;
9762
+ };
9400
9763
  const se_DescribeReservedNodeExchangeStatusInputMessage = (input, context) => {
9401
9764
  const entries = {};
9402
9765
  if (input.ReservedNodeId != null) {
@@ -9834,6 +10197,44 @@ const se_IamRoleArnList = (input, context) => {
9834
10197
  }
9835
10198
  return entries;
9836
10199
  };
10200
+ const se_LakeFormationQuery = (input, context) => {
10201
+ const entries = {};
10202
+ if (input.Authorization != null) {
10203
+ entries["Authorization"] = input.Authorization;
10204
+ }
10205
+ return entries;
10206
+ };
10207
+ const se_LakeFormationScopeUnion = (input, context) => {
10208
+ const entries = {};
10209
+ models_0_1.LakeFormationScopeUnion.visit(input, {
10210
+ LakeFormationQuery: (value) => {
10211
+ const memberEntries = se_LakeFormationQuery(value, context);
10212
+ Object.entries(memberEntries).forEach(([key, value]) => {
10213
+ const loc = `LakeFormationQuery.${key}`;
10214
+ entries[loc] = value;
10215
+ });
10216
+ },
10217
+ _: (name, value) => {
10218
+ entries[name] = value;
10219
+ },
10220
+ });
10221
+ return entries;
10222
+ };
10223
+ const se_LakeFormationServiceIntegrations = (input, context) => {
10224
+ const entries = {};
10225
+ let counter = 1;
10226
+ for (const entry of input) {
10227
+ if (entry === null) {
10228
+ continue;
10229
+ }
10230
+ const memberEntries = se_LakeFormationScopeUnion(entry, context);
10231
+ Object.entries(memberEntries).forEach(([key, value]) => {
10232
+ entries[`member.${counter}.${key}`] = value;
10233
+ });
10234
+ counter++;
10235
+ }
10236
+ return entries;
10237
+ };
9837
10238
  const se_LogTypeList = (input, context) => {
9838
10239
  const entries = {};
9839
10240
  let counter = 1;
@@ -10165,6 +10566,42 @@ const se_ModifyEventSubscriptionMessage = (input, context) => {
10165
10566
  }
10166
10567
  return entries;
10167
10568
  };
10569
+ const se_ModifyRedshiftIdcApplicationMessage = (input, context) => {
10570
+ const entries = {};
10571
+ if (input.RedshiftIdcApplicationArn != null) {
10572
+ entries["RedshiftIdcApplicationArn"] = input.RedshiftIdcApplicationArn;
10573
+ }
10574
+ if (input.IdentityNamespace != null) {
10575
+ entries["IdentityNamespace"] = input.IdentityNamespace;
10576
+ }
10577
+ if (input.IamRoleArn != null) {
10578
+ entries["IamRoleArn"] = input.IamRoleArn;
10579
+ }
10580
+ if (input.IdcDisplayName != null) {
10581
+ entries["IdcDisplayName"] = input.IdcDisplayName;
10582
+ }
10583
+ if (input.AuthorizedTokenIssuerList != null) {
10584
+ const memberEntries = se_AuthorizedTokenIssuerList(input.AuthorizedTokenIssuerList, context);
10585
+ if (input.AuthorizedTokenIssuerList?.length === 0) {
10586
+ entries.AuthorizedTokenIssuerList = [];
10587
+ }
10588
+ Object.entries(memberEntries).forEach(([key, value]) => {
10589
+ const loc = `AuthorizedTokenIssuerList.${key}`;
10590
+ entries[loc] = value;
10591
+ });
10592
+ }
10593
+ if (input.ServiceIntegrations != null) {
10594
+ const memberEntries = se_ServiceIntegrationList(input.ServiceIntegrations, context);
10595
+ if (input.ServiceIntegrations?.length === 0) {
10596
+ entries.ServiceIntegrations = [];
10597
+ }
10598
+ Object.entries(memberEntries).forEach(([key, value]) => {
10599
+ const loc = `ServiceIntegrations.${key}`;
10600
+ entries[loc] = value;
10601
+ });
10602
+ }
10603
+ return entries;
10604
+ };
10168
10605
  const se_ModifyScheduledActionMessage = (input, context) => {
10169
10606
  const entries = {};
10170
10607
  if (input.ScheduledActionName != null) {
@@ -10728,6 +11165,40 @@ const se_ScheduleDefinitionList = (input, context) => {
10728
11165
  }
10729
11166
  return entries;
10730
11167
  };
11168
+ const se_ServiceIntegrationList = (input, context) => {
11169
+ const entries = {};
11170
+ let counter = 1;
11171
+ for (const entry of input) {
11172
+ if (entry === null) {
11173
+ continue;
11174
+ }
11175
+ const memberEntries = se_ServiceIntegrationsUnion(entry, context);
11176
+ Object.entries(memberEntries).forEach(([key, value]) => {
11177
+ entries[`member.${counter}.${key}`] = value;
11178
+ });
11179
+ counter++;
11180
+ }
11181
+ return entries;
11182
+ };
11183
+ const se_ServiceIntegrationsUnion = (input, context) => {
11184
+ const entries = {};
11185
+ models_0_1.ServiceIntegrationsUnion.visit(input, {
11186
+ LakeFormation: (value) => {
11187
+ const memberEntries = se_LakeFormationServiceIntegrations(value, context);
11188
+ if (value?.length === 0) {
11189
+ entries.LakeFormation = [];
11190
+ }
11191
+ Object.entries(memberEntries).forEach(([key, value]) => {
11192
+ const loc = `LakeFormation.${key}`;
11193
+ entries[loc] = value;
11194
+ });
11195
+ },
11196
+ _: (name, value) => {
11197
+ entries[name] = value;
11198
+ },
11199
+ });
11200
+ return entries;
11201
+ };
10731
11202
  const se_SnapshotIdentifierList = (input, context) => {
10732
11203
  const entries = {};
10733
11204
  let counter = 1;
@@ -11087,6 +11558,34 @@ const de_AuthorizeClusterSecurityGroupIngressResult = (output, context) => {
11087
11558
  }
11088
11559
  return contents;
11089
11560
  };
11561
+ const de_AuthorizedAudienceList = (output, context) => {
11562
+ return (output || [])
11563
+ .filter((e) => e != null)
11564
+ .map((entry) => {
11565
+ return (0, smithy_client_1.expectString)(entry);
11566
+ });
11567
+ };
11568
+ const de_AuthorizedTokenIssuer = (output, context) => {
11569
+ const contents = {};
11570
+ if (output["TrustedTokenIssuerArn"] !== undefined) {
11571
+ contents.TrustedTokenIssuerArn = (0, smithy_client_1.expectString)(output["TrustedTokenIssuerArn"]);
11572
+ }
11573
+ if (output.AuthorizedAudiencesList === "") {
11574
+ contents.AuthorizedAudiencesList = [];
11575
+ }
11576
+ else if (output["AuthorizedAudiencesList"] !== undefined &&
11577
+ output["AuthorizedAudiencesList"]["member"] !== undefined) {
11578
+ contents.AuthorizedAudiencesList = de_AuthorizedAudienceList((0, smithy_client_1.getArrayIfSingleItem)(output["AuthorizedAudiencesList"]["member"]), context);
11579
+ }
11580
+ return contents;
11581
+ };
11582
+ const de_AuthorizedTokenIssuerList = (output, context) => {
11583
+ return (output || [])
11584
+ .filter((e) => e != null)
11585
+ .map((entry) => {
11586
+ return de_AuthorizedTokenIssuer(entry, context);
11587
+ });
11588
+ };
11090
11589
  const de_AuthorizeSnapshotAccessResult = (output, context) => {
11091
11590
  const contents = {};
11092
11591
  if (output["Snapshot"] !== undefined) {
@@ -12041,6 +12540,13 @@ const de_CreateHsmConfigurationResult = (output, context) => {
12041
12540
  }
12042
12541
  return contents;
12043
12542
  };
12543
+ const de_CreateRedshiftIdcApplicationResult = (output, context) => {
12544
+ const contents = {};
12545
+ if (output["RedshiftIdcApplication"] !== undefined) {
12546
+ contents.RedshiftIdcApplication = de_RedshiftIdcApplication(output["RedshiftIdcApplication"], context);
12547
+ }
12548
+ return contents;
12549
+ };
12044
12550
  const de_CreateSnapshotCopyGrantResult = (output, context) => {
12045
12551
  const contents = {};
12046
12552
  if (output["SnapshotCopyGrant"] !== undefined) {
@@ -12124,6 +12630,12 @@ const de_DataShareAssociation = (output, context) => {
12124
12630
  if (output["StatusChangeDate"] !== undefined) {
12125
12631
  contents.StatusChangeDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["StatusChangeDate"]));
12126
12632
  }
12633
+ if (output["ProducerAllowedWrites"] !== undefined) {
12634
+ contents.ProducerAllowedWrites = (0, smithy_client_1.parseBoolean)(output["ProducerAllowedWrites"]);
12635
+ }
12636
+ if (output["ConsumerAcceptedWrites"] !== undefined) {
12637
+ contents.ConsumerAcceptedWrites = (0, smithy_client_1.parseBoolean)(output["ConsumerAcceptedWrites"]);
12638
+ }
12127
12639
  return contents;
12128
12640
  };
12129
12641
  const de_DataShareAssociationList = (output, context) => {
@@ -12219,6 +12731,13 @@ const de_DeleteClusterSnapshotResult = (output, context) => {
12219
12731
  }
12220
12732
  return contents;
12221
12733
  };
12734
+ const de_DependentServiceAccessDeniedFault = (output, context) => {
12735
+ const contents = {};
12736
+ if (output["message"] !== undefined) {
12737
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
12738
+ }
12739
+ return contents;
12740
+ };
12222
12741
  const de_DependentServiceRequestThrottlingFault = (output, context) => {
12223
12742
  const contents = {};
12224
12743
  if (output["message"] !== undefined) {
@@ -12301,6 +12820,20 @@ const de_DescribePartnersOutputMessage = (output, context) => {
12301
12820
  }
12302
12821
  return contents;
12303
12822
  };
12823
+ const de_DescribeRedshiftIdcApplicationsResult = (output, context) => {
12824
+ const contents = {};
12825
+ if (output.RedshiftIdcApplications === "") {
12826
+ contents.RedshiftIdcApplications = [];
12827
+ }
12828
+ else if (output["RedshiftIdcApplications"] !== undefined &&
12829
+ output["RedshiftIdcApplications"]["member"] !== undefined) {
12830
+ contents.RedshiftIdcApplications = de_RedshiftIdcApplicationList((0, smithy_client_1.getArrayIfSingleItem)(output["RedshiftIdcApplications"]["member"]), context);
12831
+ }
12832
+ if (output["Marker"] !== undefined) {
12833
+ contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
12834
+ }
12835
+ return contents;
12836
+ };
12304
12837
  const de_DescribeReservedNodeExchangeStatusOutputMessage = (output, context) => {
12305
12838
  const contents = {};
12306
12839
  if (output.ReservedNodeExchangeStatusDetails === "") {
@@ -13294,6 +13827,28 @@ const de_Ipv6CidrBlockNotFoundFault = (output, context) => {
13294
13827
  }
13295
13828
  return contents;
13296
13829
  };
13830
+ const de_LakeFormationQuery = (output, context) => {
13831
+ const contents = {};
13832
+ if (output["Authorization"] !== undefined) {
13833
+ contents.Authorization = (0, smithy_client_1.expectString)(output["Authorization"]);
13834
+ }
13835
+ return contents;
13836
+ };
13837
+ const de_LakeFormationScopeUnion = (output, context) => {
13838
+ if (output["LakeFormationQuery"] !== undefined) {
13839
+ return {
13840
+ LakeFormationQuery: de_LakeFormationQuery(output["LakeFormationQuery"], context),
13841
+ };
13842
+ }
13843
+ return { $unknown: Object.entries(output)[0] };
13844
+ };
13845
+ const de_LakeFormationServiceIntegrations = (output, context) => {
13846
+ return (output || [])
13847
+ .filter((e) => e != null)
13848
+ .map((entry) => {
13849
+ return de_LakeFormationScopeUnion((0, smithy_client_1.expectUnion)(entry), context);
13850
+ });
13851
+ };
13297
13852
  const de_LimitExceededFault = (output, context) => {
13298
13853
  const contents = {};
13299
13854
  if (output["message"] !== undefined) {
@@ -13437,6 +13992,13 @@ const de_ModifyEventSubscriptionResult = (output, context) => {
13437
13992
  }
13438
13993
  return contents;
13439
13994
  };
13995
+ const de_ModifyRedshiftIdcApplicationResult = (output, context) => {
13996
+ const contents = {};
13997
+ if (output["RedshiftIdcApplication"] !== undefined) {
13998
+ contents.RedshiftIdcApplication = de_RedshiftIdcApplication(output["RedshiftIdcApplication"], context);
13999
+ }
14000
+ return contents;
14001
+ };
13440
14002
  const de_ModifySnapshotCopyRetentionPeriodResult = (output, context) => {
13441
14003
  const contents = {};
13442
14004
  if (output["Cluster"] !== undefined) {
@@ -13749,6 +14311,75 @@ const de_RecurringChargeList = (output, context) => {
13749
14311
  return de_RecurringCharge(entry, context);
13750
14312
  });
13751
14313
  };
14314
+ const de_RedshiftIdcApplication = (output, context) => {
14315
+ const contents = {};
14316
+ if (output["IdcInstanceArn"] !== undefined) {
14317
+ contents.IdcInstanceArn = (0, smithy_client_1.expectString)(output["IdcInstanceArn"]);
14318
+ }
14319
+ if (output["RedshiftIdcApplicationName"] !== undefined) {
14320
+ contents.RedshiftIdcApplicationName = (0, smithy_client_1.expectString)(output["RedshiftIdcApplicationName"]);
14321
+ }
14322
+ if (output["RedshiftIdcApplicationArn"] !== undefined) {
14323
+ contents.RedshiftIdcApplicationArn = (0, smithy_client_1.expectString)(output["RedshiftIdcApplicationArn"]);
14324
+ }
14325
+ if (output["IdentityNamespace"] !== undefined) {
14326
+ contents.IdentityNamespace = (0, smithy_client_1.expectString)(output["IdentityNamespace"]);
14327
+ }
14328
+ if (output["IdcDisplayName"] !== undefined) {
14329
+ contents.IdcDisplayName = (0, smithy_client_1.expectString)(output["IdcDisplayName"]);
14330
+ }
14331
+ if (output["IamRoleArn"] !== undefined) {
14332
+ contents.IamRoleArn = (0, smithy_client_1.expectString)(output["IamRoleArn"]);
14333
+ }
14334
+ if (output["IdcManagedApplicationArn"] !== undefined) {
14335
+ contents.IdcManagedApplicationArn = (0, smithy_client_1.expectString)(output["IdcManagedApplicationArn"]);
14336
+ }
14337
+ if (output["IdcOnboardStatus"] !== undefined) {
14338
+ contents.IdcOnboardStatus = (0, smithy_client_1.expectString)(output["IdcOnboardStatus"]);
14339
+ }
14340
+ if (output.AuthorizedTokenIssuerList === "") {
14341
+ contents.AuthorizedTokenIssuerList = [];
14342
+ }
14343
+ else if (output["AuthorizedTokenIssuerList"] !== undefined &&
14344
+ output["AuthorizedTokenIssuerList"]["member"] !== undefined) {
14345
+ contents.AuthorizedTokenIssuerList = de_AuthorizedTokenIssuerList((0, smithy_client_1.getArrayIfSingleItem)(output["AuthorizedTokenIssuerList"]["member"]), context);
14346
+ }
14347
+ if (output.ServiceIntegrations === "") {
14348
+ contents.ServiceIntegrations = [];
14349
+ }
14350
+ else if (output["ServiceIntegrations"] !== undefined && output["ServiceIntegrations"]["member"] !== undefined) {
14351
+ contents.ServiceIntegrations = de_ServiceIntegrationList((0, smithy_client_1.getArrayIfSingleItem)(output["ServiceIntegrations"]["member"]), context);
14352
+ }
14353
+ return contents;
14354
+ };
14355
+ const de_RedshiftIdcApplicationAlreadyExistsFault = (output, context) => {
14356
+ const contents = {};
14357
+ if (output["message"] !== undefined) {
14358
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
14359
+ }
14360
+ return contents;
14361
+ };
14362
+ const de_RedshiftIdcApplicationList = (output, context) => {
14363
+ return (output || [])
14364
+ .filter((e) => e != null)
14365
+ .map((entry) => {
14366
+ return de_RedshiftIdcApplication(entry, context);
14367
+ });
14368
+ };
14369
+ const de_RedshiftIdcApplicationNotExistsFault = (output, context) => {
14370
+ const contents = {};
14371
+ if (output["message"] !== undefined) {
14372
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
14373
+ }
14374
+ return contents;
14375
+ };
14376
+ const de_RedshiftIdcApplicationQuotaExceededFault = (output, context) => {
14377
+ const contents = {};
14378
+ if (output["message"] !== undefined) {
14379
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
14380
+ }
14381
+ return contents;
14382
+ };
13752
14383
  const de_ReservedNode = (output, context) => {
13753
14384
  const contents = {};
13754
14385
  if (output["ReservedNodeId"] !== undefined) {
@@ -14334,6 +14965,26 @@ const de_SecondaryClusterInfo = (output, context) => {
14334
14965
  }
14335
14966
  return contents;
14336
14967
  };
14968
+ const de_ServiceIntegrationList = (output, context) => {
14969
+ return (output || [])
14970
+ .filter((e) => e != null)
14971
+ .map((entry) => {
14972
+ return de_ServiceIntegrationsUnion((0, smithy_client_1.expectUnion)(entry), context);
14973
+ });
14974
+ };
14975
+ const de_ServiceIntegrationsUnion = (output, context) => {
14976
+ if (output.LakeFormation === "") {
14977
+ return {
14978
+ LakeFormation: [],
14979
+ };
14980
+ }
14981
+ else if (output["LakeFormation"] !== undefined && output["LakeFormation"]["member"] !== undefined) {
14982
+ return {
14983
+ LakeFormation: de_LakeFormationServiceIntegrations((0, smithy_client_1.getArrayIfSingleItem)(output["LakeFormation"]["member"]), context),
14984
+ };
14985
+ }
14986
+ return { $unknown: Object.entries(output)[0] };
14987
+ };
14337
14988
  const de_Snapshot = (output, context) => {
14338
14989
  const contents = {};
14339
14990
  if (output["SnapshotIdentifier"] !== undefined) {