@aws-sdk/client-redshift 3.354.0 → 3.357.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 (76) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/Redshift.js +8 -0
  3. package/dist-cjs/commands/CreateCustomDomainAssociationCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteCustomDomainAssociationCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeCustomDomainAssociationsCommand.js +46 -0
  6. package/dist-cjs/commands/ModifyCustomDomainAssociationCommand.js +46 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/endpoint/ruleset.js +3 -3
  9. package/dist-cjs/models/models_0.js +28 -9
  10. package/dist-cjs/models/models_1.js +8 -1
  11. package/dist-cjs/pagination/DescribeCustomDomainAssociationsPaginator.js +29 -0
  12. package/dist-cjs/pagination/index.js +2 -1
  13. package/dist-cjs/protocols/Aws_query.js +401 -25
  14. package/dist-es/Redshift.js +8 -0
  15. package/dist-es/commands/CreateCustomDomainAssociationCommand.js +42 -0
  16. package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +42 -0
  17. package/dist-es/commands/DescribeCustomDomainAssociationsCommand.js +42 -0
  18. package/dist-es/commands/ModifyCustomDomainAssociationCommand.js +42 -0
  19. package/dist-es/commands/index.js +4 -0
  20. package/dist-es/endpoint/ruleset.js +3 -3
  21. package/dist-es/models/models_0.js +24 -7
  22. package/dist-es/models/models_1.js +7 -0
  23. package/dist-es/pagination/DescribeCustomDomainAssociationsPaginator.js +25 -0
  24. package/dist-es/pagination/index.js +2 -1
  25. package/dist-es/protocols/Aws_query.js +376 -8
  26. package/dist-types/Redshift.d.ts +28 -0
  27. package/dist-types/RedshiftClient.d.ts +7 -3
  28. package/dist-types/commands/CreateClusterCommand.d.ts +3 -0
  29. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +89 -0
  30. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -0
  31. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +81 -0
  32. package/dist-types/commands/DescribeClustersCommand.d.ts +3 -0
  33. package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +94 -0
  34. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
  38. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +3 -0
  39. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +3 -0
  40. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +2 -1
  41. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +2 -1
  42. package/dist-types/commands/ModifyClusterCommand.d.ts +9 -0
  43. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +3 -0
  44. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +3 -0
  45. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +3 -0
  46. package/dist-types/commands/ModifyCustomDomainAssociationCommand.d.ts +88 -0
  47. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +3 -0
  48. package/dist-types/commands/PauseClusterCommand.d.ts +3 -0
  49. package/dist-types/commands/RebootClusterCommand.d.ts +3 -0
  50. package/dist-types/commands/ResizeClusterCommand.d.ts +3 -0
  51. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +3 -0
  52. package/dist-types/commands/ResumeClusterCommand.d.ts +3 -0
  53. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +3 -0
  54. package/dist-types/commands/index.d.ts +4 -0
  55. package/dist-types/models/models_0.d.ts +156 -323
  56. package/dist-types/models/models_1.d.ts +369 -6
  57. package/dist-types/pagination/DescribeCustomDomainAssociationsPaginator.d.ts +7 -0
  58. package/dist-types/pagination/index.d.ts +2 -1
  59. package/dist-types/protocols/Aws_query.d.ts +36 -0
  60. package/dist-types/ts3.4/Redshift.d.ts +68 -0
  61. package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
  62. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +42 -0
  63. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +38 -0
  64. package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +42 -0
  65. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ModifyCustomDomainAssociationCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  71. package/dist-types/ts3.4/models/models_0.d.ts +53 -55
  72. package/dist-types/ts3.4/models/models_1.d.ts +72 -2
  73. package/dist-types/ts3.4/pagination/DescribeCustomDomainAssociationsPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/index.d.ts +2 -1
  75. package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
  76. package/package.json +29 -29
@@ -25,6 +25,7 @@ import { CreateClusterParameterGroupCommandInput, CreateClusterParameterGroupCom
25
25
  import { CreateClusterSecurityGroupCommandInput, CreateClusterSecurityGroupCommandOutput } from "./commands/CreateClusterSecurityGroupCommand";
26
26
  import { CreateClusterSnapshotCommandInput, CreateClusterSnapshotCommandOutput } from "./commands/CreateClusterSnapshotCommand";
27
27
  import { CreateClusterSubnetGroupCommandInput, CreateClusterSubnetGroupCommandOutput } from "./commands/CreateClusterSubnetGroupCommand";
28
+ import { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "./commands/CreateCustomDomainAssociationCommand";
28
29
  import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
29
30
  import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
30
31
  import { CreateHsmClientCertificateCommandInput, CreateHsmClientCertificateCommandOutput } from "./commands/CreateHsmClientCertificateCommand";
@@ -41,6 +42,7 @@ import { DeleteClusterParameterGroupCommandInput, DeleteClusterParameterGroupCom
41
42
  import { DeleteClusterSecurityGroupCommandInput, DeleteClusterSecurityGroupCommandOutput } from "./commands/DeleteClusterSecurityGroupCommand";
42
43
  import { DeleteClusterSnapshotCommandInput, DeleteClusterSnapshotCommandOutput } from "./commands/DeleteClusterSnapshotCommand";
43
44
  import { DeleteClusterSubnetGroupCommandInput, DeleteClusterSubnetGroupCommandOutput } from "./commands/DeleteClusterSubnetGroupCommand";
45
+ import { DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput } from "./commands/DeleteCustomDomainAssociationCommand";
44
46
  import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "./commands/DeleteEndpointAccessCommand";
45
47
  import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
46
48
  import { DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificateCommandOutput } from "./commands/DeleteHsmClientCertificateCommand";
@@ -62,6 +64,7 @@ import { DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOu
62
64
  import { DescribeClusterSubnetGroupsCommandInput, DescribeClusterSubnetGroupsCommandOutput } from "./commands/DescribeClusterSubnetGroupsCommand";
63
65
  import { DescribeClusterTracksCommandInput, DescribeClusterTracksCommandOutput } from "./commands/DescribeClusterTracksCommand";
64
66
  import { DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput } from "./commands/DescribeClusterVersionsCommand";
67
+ import { DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput } from "./commands/DescribeCustomDomainAssociationsCommand";
65
68
  import { DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput } from "./commands/DescribeDataSharesCommand";
66
69
  import { DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput } from "./commands/DescribeDataSharesForConsumerCommand";
67
70
  import { DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput } from "./commands/DescribeDataSharesForProducerCommand";
@@ -107,6 +110,7 @@ import { ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCom
107
110
  import { ModifyClusterSnapshotCommandInput, ModifyClusterSnapshotCommandOutput } from "./commands/ModifyClusterSnapshotCommand";
108
111
  import { ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput } from "./commands/ModifyClusterSnapshotScheduleCommand";
109
112
  import { ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOutput } from "./commands/ModifyClusterSubnetGroupCommand";
113
+ import { ModifyCustomDomainAssociationCommandInput, ModifyCustomDomainAssociationCommandOutput } from "./commands/ModifyCustomDomainAssociationCommand";
110
114
  import { ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutput } from "./commands/ModifyEndpointAccessCommand";
111
115
  import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
112
116
  import { ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput } from "./commands/ModifyScheduledActionCommand";
@@ -132,11 +136,11 @@ export { __Client };
132
136
  /**
133
137
  * @public
134
138
  */
135
- export type ServiceInputTypes = AcceptReservedNodeExchangeCommandInput | AddPartnerCommandInput | AssociateDataShareConsumerCommandInput | AuthorizeClusterSecurityGroupIngressCommandInput | AuthorizeDataShareCommandInput | AuthorizeEndpointAccessCommandInput | AuthorizeSnapshotAccessCommandInput | BatchDeleteClusterSnapshotsCommandInput | BatchModifyClusterSnapshotsCommandInput | CancelResizeCommandInput | CopyClusterSnapshotCommandInput | CreateAuthenticationProfileCommandInput | CreateClusterCommandInput | CreateClusterParameterGroupCommandInput | CreateClusterSecurityGroupCommandInput | CreateClusterSnapshotCommandInput | CreateClusterSubnetGroupCommandInput | CreateEndpointAccessCommandInput | CreateEventSubscriptionCommandInput | CreateHsmClientCertificateCommandInput | CreateHsmConfigurationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCopyGrantCommandInput | CreateSnapshotScheduleCommandInput | CreateTagsCommandInput | CreateUsageLimitCommandInput | DeauthorizeDataShareCommandInput | DeleteAuthenticationProfileCommandInput | DeleteClusterCommandInput | DeleteClusterParameterGroupCommandInput | DeleteClusterSecurityGroupCommandInput | DeleteClusterSnapshotCommandInput | DeleteClusterSubnetGroupCommandInput | DeleteEndpointAccessCommandInput | DeleteEventSubscriptionCommandInput | DeleteHsmClientCertificateCommandInput | DeleteHsmConfigurationCommandInput | DeletePartnerCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCopyGrantCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTagsCommandInput | DeleteUsageLimitCommandInput | DescribeAccountAttributesCommandInput | DescribeAuthenticationProfilesCommandInput | DescribeClusterDbRevisionsCommandInput | DescribeClusterParameterGroupsCommandInput | DescribeClusterParametersCommandInput | DescribeClusterSecurityGroupsCommandInput | DescribeClusterSnapshotsCommandInput | DescribeClusterSubnetGroupsCommandInput | DescribeClusterTracksCommandInput | DescribeClusterVersionsCommandInput | DescribeClustersCommandInput | DescribeDataSharesCommandInput | DescribeDataSharesForConsumerCommandInput | DescribeDataSharesForProducerCommandInput | DescribeDefaultClusterParametersCommandInput | DescribeEndpointAccessCommandInput | DescribeEndpointAuthorizationCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeHsmClientCertificatesCommandInput | DescribeHsmConfigurationsCommandInput | DescribeLoggingStatusCommandInput | DescribeNodeConfigurationOptionsCommandInput | DescribeOrderableClusterOptionsCommandInput | DescribePartnersCommandInput | DescribeReservedNodeExchangeStatusCommandInput | DescribeReservedNodeOfferingsCommandInput | DescribeReservedNodesCommandInput | DescribeResizeCommandInput | DescribeScheduledActionsCommandInput | DescribeSnapshotCopyGrantsCommandInput | DescribeSnapshotSchedulesCommandInput | DescribeStorageCommandInput | DescribeTableRestoreStatusCommandInput | DescribeTagsCommandInput | DescribeUsageLimitsCommandInput | DisableLoggingCommandInput | DisableSnapshotCopyCommandInput | DisassociateDataShareConsumerCommandInput | EnableLoggingCommandInput | EnableSnapshotCopyCommandInput | GetClusterCredentialsCommandInput | GetClusterCredentialsWithIAMCommandInput | GetReservedNodeExchangeConfigurationOptionsCommandInput | GetReservedNodeExchangeOfferingsCommandInput | ModifyAquaConfigurationCommandInput | ModifyAuthenticationProfileCommandInput | ModifyClusterCommandInput | ModifyClusterDbRevisionCommandInput | ModifyClusterIamRolesCommandInput | ModifyClusterMaintenanceCommandInput | ModifyClusterParameterGroupCommandInput | ModifyClusterSnapshotCommandInput | ModifyClusterSnapshotScheduleCommandInput | ModifyClusterSubnetGroupCommandInput | ModifyEndpointAccessCommandInput | ModifyEventSubscriptionCommandInput | ModifyScheduledActionCommandInput | ModifySnapshotCopyRetentionPeriodCommandInput | ModifySnapshotScheduleCommandInput | ModifyUsageLimitCommandInput | PauseClusterCommandInput | PurchaseReservedNodeOfferingCommandInput | RebootClusterCommandInput | RejectDataShareCommandInput | ResetClusterParameterGroupCommandInput | ResizeClusterCommandInput | RestoreFromClusterSnapshotCommandInput | RestoreTableFromClusterSnapshotCommandInput | ResumeClusterCommandInput | RevokeClusterSecurityGroupIngressCommandInput | RevokeEndpointAccessCommandInput | RevokeSnapshotAccessCommandInput | RotateEncryptionKeyCommandInput | UpdatePartnerStatusCommandInput;
139
+ export type ServiceInputTypes = AcceptReservedNodeExchangeCommandInput | AddPartnerCommandInput | AssociateDataShareConsumerCommandInput | AuthorizeClusterSecurityGroupIngressCommandInput | AuthorizeDataShareCommandInput | AuthorizeEndpointAccessCommandInput | AuthorizeSnapshotAccessCommandInput | BatchDeleteClusterSnapshotsCommandInput | BatchModifyClusterSnapshotsCommandInput | CancelResizeCommandInput | CopyClusterSnapshotCommandInput | CreateAuthenticationProfileCommandInput | CreateClusterCommandInput | CreateClusterParameterGroupCommandInput | CreateClusterSecurityGroupCommandInput | CreateClusterSnapshotCommandInput | CreateClusterSubnetGroupCommandInput | CreateCustomDomainAssociationCommandInput | CreateEndpointAccessCommandInput | CreateEventSubscriptionCommandInput | CreateHsmClientCertificateCommandInput | CreateHsmConfigurationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCopyGrantCommandInput | CreateSnapshotScheduleCommandInput | CreateTagsCommandInput | CreateUsageLimitCommandInput | DeauthorizeDataShareCommandInput | DeleteAuthenticationProfileCommandInput | DeleteClusterCommandInput | DeleteClusterParameterGroupCommandInput | DeleteClusterSecurityGroupCommandInput | DeleteClusterSnapshotCommandInput | DeleteClusterSubnetGroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteEventSubscriptionCommandInput | DeleteHsmClientCertificateCommandInput | DeleteHsmConfigurationCommandInput | DeletePartnerCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCopyGrantCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTagsCommandInput | DeleteUsageLimitCommandInput | DescribeAccountAttributesCommandInput | DescribeAuthenticationProfilesCommandInput | DescribeClusterDbRevisionsCommandInput | DescribeClusterParameterGroupsCommandInput | DescribeClusterParametersCommandInput | DescribeClusterSecurityGroupsCommandInput | DescribeClusterSnapshotsCommandInput | DescribeClusterSubnetGroupsCommandInput | DescribeClusterTracksCommandInput | DescribeClusterVersionsCommandInput | DescribeClustersCommandInput | DescribeCustomDomainAssociationsCommandInput | DescribeDataSharesCommandInput | DescribeDataSharesForConsumerCommandInput | DescribeDataSharesForProducerCommandInput | DescribeDefaultClusterParametersCommandInput | DescribeEndpointAccessCommandInput | DescribeEndpointAuthorizationCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeHsmClientCertificatesCommandInput | DescribeHsmConfigurationsCommandInput | DescribeLoggingStatusCommandInput | DescribeNodeConfigurationOptionsCommandInput | DescribeOrderableClusterOptionsCommandInput | DescribePartnersCommandInput | DescribeReservedNodeExchangeStatusCommandInput | DescribeReservedNodeOfferingsCommandInput | DescribeReservedNodesCommandInput | DescribeResizeCommandInput | DescribeScheduledActionsCommandInput | DescribeSnapshotCopyGrantsCommandInput | DescribeSnapshotSchedulesCommandInput | DescribeStorageCommandInput | DescribeTableRestoreStatusCommandInput | DescribeTagsCommandInput | DescribeUsageLimitsCommandInput | DisableLoggingCommandInput | DisableSnapshotCopyCommandInput | DisassociateDataShareConsumerCommandInput | EnableLoggingCommandInput | EnableSnapshotCopyCommandInput | GetClusterCredentialsCommandInput | GetClusterCredentialsWithIAMCommandInput | GetReservedNodeExchangeConfigurationOptionsCommandInput | GetReservedNodeExchangeOfferingsCommandInput | ModifyAquaConfigurationCommandInput | ModifyAuthenticationProfileCommandInput | ModifyClusterCommandInput | ModifyClusterDbRevisionCommandInput | ModifyClusterIamRolesCommandInput | ModifyClusterMaintenanceCommandInput | ModifyClusterParameterGroupCommandInput | ModifyClusterSnapshotCommandInput | ModifyClusterSnapshotScheduleCommandInput | ModifyClusterSubnetGroupCommandInput | ModifyCustomDomainAssociationCommandInput | ModifyEndpointAccessCommandInput | ModifyEventSubscriptionCommandInput | ModifyScheduledActionCommandInput | ModifySnapshotCopyRetentionPeriodCommandInput | ModifySnapshotScheduleCommandInput | ModifyUsageLimitCommandInput | PauseClusterCommandInput | PurchaseReservedNodeOfferingCommandInput | RebootClusterCommandInput | RejectDataShareCommandInput | ResetClusterParameterGroupCommandInput | ResizeClusterCommandInput | RestoreFromClusterSnapshotCommandInput | RestoreTableFromClusterSnapshotCommandInput | ResumeClusterCommandInput | RevokeClusterSecurityGroupIngressCommandInput | RevokeEndpointAccessCommandInput | RevokeSnapshotAccessCommandInput | RotateEncryptionKeyCommandInput | UpdatePartnerStatusCommandInput;
136
140
  /**
137
141
  * @public
138
142
  */
139
- export type ServiceOutputTypes = AcceptReservedNodeExchangeCommandOutput | AddPartnerCommandOutput | AssociateDataShareConsumerCommandOutput | AuthorizeClusterSecurityGroupIngressCommandOutput | AuthorizeDataShareCommandOutput | AuthorizeEndpointAccessCommandOutput | AuthorizeSnapshotAccessCommandOutput | BatchDeleteClusterSnapshotsCommandOutput | BatchModifyClusterSnapshotsCommandOutput | CancelResizeCommandOutput | CopyClusterSnapshotCommandOutput | CreateAuthenticationProfileCommandOutput | CreateClusterCommandOutput | CreateClusterParameterGroupCommandOutput | CreateClusterSecurityGroupCommandOutput | CreateClusterSnapshotCommandOutput | CreateClusterSubnetGroupCommandOutput | CreateEndpointAccessCommandOutput | CreateEventSubscriptionCommandOutput | CreateHsmClientCertificateCommandOutput | CreateHsmConfigurationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCopyGrantCommandOutput | CreateSnapshotScheduleCommandOutput | CreateTagsCommandOutput | CreateUsageLimitCommandOutput | DeauthorizeDataShareCommandOutput | DeleteAuthenticationProfileCommandOutput | DeleteClusterCommandOutput | DeleteClusterParameterGroupCommandOutput | DeleteClusterSecurityGroupCommandOutput | DeleteClusterSnapshotCommandOutput | DeleteClusterSubnetGroupCommandOutput | DeleteEndpointAccessCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteHsmClientCertificateCommandOutput | DeleteHsmConfigurationCommandOutput | DeletePartnerCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCopyGrantCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTagsCommandOutput | DeleteUsageLimitCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAuthenticationProfilesCommandOutput | DescribeClusterDbRevisionsCommandOutput | DescribeClusterParameterGroupsCommandOutput | DescribeClusterParametersCommandOutput | DescribeClusterSecurityGroupsCommandOutput | DescribeClusterSnapshotsCommandOutput | DescribeClusterSubnetGroupsCommandOutput | DescribeClusterTracksCommandOutput | DescribeClusterVersionsCommandOutput | DescribeClustersCommandOutput | DescribeDataSharesCommandOutput | DescribeDataSharesForConsumerCommandOutput | DescribeDataSharesForProducerCommandOutput | DescribeDefaultClusterParametersCommandOutput | DescribeEndpointAccessCommandOutput | DescribeEndpointAuthorizationCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeHsmClientCertificatesCommandOutput | DescribeHsmConfigurationsCommandOutput | DescribeLoggingStatusCommandOutput | DescribeNodeConfigurationOptionsCommandOutput | DescribeOrderableClusterOptionsCommandOutput | DescribePartnersCommandOutput | DescribeReservedNodeExchangeStatusCommandOutput | DescribeReservedNodeOfferingsCommandOutput | DescribeReservedNodesCommandOutput | DescribeResizeCommandOutput | DescribeScheduledActionsCommandOutput | DescribeSnapshotCopyGrantsCommandOutput | DescribeSnapshotSchedulesCommandOutput | DescribeStorageCommandOutput | DescribeTableRestoreStatusCommandOutput | DescribeTagsCommandOutput | DescribeUsageLimitsCommandOutput | DisableLoggingCommandOutput | DisableSnapshotCopyCommandOutput | DisassociateDataShareConsumerCommandOutput | EnableLoggingCommandOutput | EnableSnapshotCopyCommandOutput | GetClusterCredentialsCommandOutput | GetClusterCredentialsWithIAMCommandOutput | GetReservedNodeExchangeConfigurationOptionsCommandOutput | GetReservedNodeExchangeOfferingsCommandOutput | ModifyAquaConfigurationCommandOutput | ModifyAuthenticationProfileCommandOutput | ModifyClusterCommandOutput | ModifyClusterDbRevisionCommandOutput | ModifyClusterIamRolesCommandOutput | ModifyClusterMaintenanceCommandOutput | ModifyClusterParameterGroupCommandOutput | ModifyClusterSnapshotCommandOutput | ModifyClusterSnapshotScheduleCommandOutput | ModifyClusterSubnetGroupCommandOutput | ModifyEndpointAccessCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyScheduledActionCommandOutput | ModifySnapshotCopyRetentionPeriodCommandOutput | ModifySnapshotScheduleCommandOutput | ModifyUsageLimitCommandOutput | PauseClusterCommandOutput | PurchaseReservedNodeOfferingCommandOutput | RebootClusterCommandOutput | RejectDataShareCommandOutput | ResetClusterParameterGroupCommandOutput | ResizeClusterCommandOutput | RestoreFromClusterSnapshotCommandOutput | RestoreTableFromClusterSnapshotCommandOutput | ResumeClusterCommandOutput | RevokeClusterSecurityGroupIngressCommandOutput | RevokeEndpointAccessCommandOutput | RevokeSnapshotAccessCommandOutput | RotateEncryptionKeyCommandOutput | UpdatePartnerStatusCommandOutput;
143
+ export type ServiceOutputTypes = AcceptReservedNodeExchangeCommandOutput | AddPartnerCommandOutput | AssociateDataShareConsumerCommandOutput | AuthorizeClusterSecurityGroupIngressCommandOutput | AuthorizeDataShareCommandOutput | AuthorizeEndpointAccessCommandOutput | AuthorizeSnapshotAccessCommandOutput | BatchDeleteClusterSnapshotsCommandOutput | BatchModifyClusterSnapshotsCommandOutput | CancelResizeCommandOutput | CopyClusterSnapshotCommandOutput | CreateAuthenticationProfileCommandOutput | CreateClusterCommandOutput | CreateClusterParameterGroupCommandOutput | CreateClusterSecurityGroupCommandOutput | CreateClusterSnapshotCommandOutput | CreateClusterSubnetGroupCommandOutput | CreateCustomDomainAssociationCommandOutput | CreateEndpointAccessCommandOutput | CreateEventSubscriptionCommandOutput | CreateHsmClientCertificateCommandOutput | CreateHsmConfigurationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCopyGrantCommandOutput | CreateSnapshotScheduleCommandOutput | CreateTagsCommandOutput | CreateUsageLimitCommandOutput | DeauthorizeDataShareCommandOutput | DeleteAuthenticationProfileCommandOutput | DeleteClusterCommandOutput | DeleteClusterParameterGroupCommandOutput | DeleteClusterSecurityGroupCommandOutput | DeleteClusterSnapshotCommandOutput | DeleteClusterSubnetGroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteHsmClientCertificateCommandOutput | DeleteHsmConfigurationCommandOutput | DeletePartnerCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCopyGrantCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTagsCommandOutput | DeleteUsageLimitCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAuthenticationProfilesCommandOutput | DescribeClusterDbRevisionsCommandOutput | DescribeClusterParameterGroupsCommandOutput | DescribeClusterParametersCommandOutput | DescribeClusterSecurityGroupsCommandOutput | DescribeClusterSnapshotsCommandOutput | DescribeClusterSubnetGroupsCommandOutput | DescribeClusterTracksCommandOutput | DescribeClusterVersionsCommandOutput | DescribeClustersCommandOutput | DescribeCustomDomainAssociationsCommandOutput | DescribeDataSharesCommandOutput | DescribeDataSharesForConsumerCommandOutput | DescribeDataSharesForProducerCommandOutput | DescribeDefaultClusterParametersCommandOutput | DescribeEndpointAccessCommandOutput | DescribeEndpointAuthorizationCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeHsmClientCertificatesCommandOutput | DescribeHsmConfigurationsCommandOutput | DescribeLoggingStatusCommandOutput | DescribeNodeConfigurationOptionsCommandOutput | DescribeOrderableClusterOptionsCommandOutput | DescribePartnersCommandOutput | DescribeReservedNodeExchangeStatusCommandOutput | DescribeReservedNodeOfferingsCommandOutput | DescribeReservedNodesCommandOutput | DescribeResizeCommandOutput | DescribeScheduledActionsCommandOutput | DescribeSnapshotCopyGrantsCommandOutput | DescribeSnapshotSchedulesCommandOutput | DescribeStorageCommandOutput | DescribeTableRestoreStatusCommandOutput | DescribeTagsCommandOutput | DescribeUsageLimitsCommandOutput | DisableLoggingCommandOutput | DisableSnapshotCopyCommandOutput | DisassociateDataShareConsumerCommandOutput | EnableLoggingCommandOutput | EnableSnapshotCopyCommandOutput | GetClusterCredentialsCommandOutput | GetClusterCredentialsWithIAMCommandOutput | GetReservedNodeExchangeConfigurationOptionsCommandOutput | GetReservedNodeExchangeOfferingsCommandOutput | ModifyAquaConfigurationCommandOutput | ModifyAuthenticationProfileCommandOutput | ModifyClusterCommandOutput | ModifyClusterDbRevisionCommandOutput | ModifyClusterIamRolesCommandOutput | ModifyClusterMaintenanceCommandOutput | ModifyClusterParameterGroupCommandOutput | ModifyClusterSnapshotCommandOutput | ModifyClusterSnapshotScheduleCommandOutput | ModifyClusterSubnetGroupCommandOutput | ModifyCustomDomainAssociationCommandOutput | ModifyEndpointAccessCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyScheduledActionCommandOutput | ModifySnapshotCopyRetentionPeriodCommandOutput | ModifySnapshotScheduleCommandOutput | ModifyUsageLimitCommandOutput | PauseClusterCommandOutput | PurchaseReservedNodeOfferingCommandOutput | RebootClusterCommandOutput | RejectDataShareCommandOutput | ResetClusterParameterGroupCommandOutput | ResizeClusterCommandOutput | RestoreFromClusterSnapshotCommandOutput | RestoreTableFromClusterSnapshotCommandOutput | ResumeClusterCommandOutput | RevokeClusterSecurityGroupIngressCommandOutput | RevokeEndpointAccessCommandOutput | RevokeSnapshotAccessCommandOutput | RotateEncryptionKeyCommandOutput | UpdatePartnerStatusCommandOutput;
140
144
  /**
141
145
  * @public
142
146
  */
@@ -192,7 +196,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
192
196
  */
193
197
  runtime?: string;
194
198
  /**
195
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
199
+ * Disable dynamically changing the endpoint of the client based on the hostPrefix
196
200
  * trait of an operation.
197
201
  */
198
202
  disableHostPrefix?: boolean;
@@ -256,6 +256,9 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
256
256
  * // TargetReservedNodeType: "STRING_VALUE",
257
257
  * // TargetReservedNodeCount: Number("int"),
258
258
  * // },
259
+ * // CustomDomainName: "STRING_VALUE",
260
+ * // CustomDomainCertificateArn: "STRING_VALUE",
261
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
259
262
  * // },
260
263
  * // };
261
264
  *
@@ -0,0 +1,89 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { CreateCustomDomainAssociationMessage, CreateCustomDomainAssociationResult } from "../models/models_0";
5
+ import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateCustomDomainAssociationCommand}.
14
+ */
15
+ export interface CreateCustomDomainAssociationCommandInput extends CreateCustomDomainAssociationMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateCustomDomainAssociationCommand}.
21
+ */
22
+ export interface CreateCustomDomainAssociationCommandOutput extends CreateCustomDomainAssociationResult, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Used to create a custom domain name for a cluster. Properties include the custom domain name, the
27
+ * cluster the custom domain is associated with, and the certificate Amazon Resource Name (ARN).</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { RedshiftClient, CreateCustomDomainAssociationCommand } from "@aws-sdk/client-redshift"; // ES Modules import
32
+ * // const { RedshiftClient, CreateCustomDomainAssociationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
33
+ * const client = new RedshiftClient(config);
34
+ * const input = { // CreateCustomDomainAssociationMessage
35
+ * CustomDomainName: "STRING_VALUE", // required
36
+ * CustomDomainCertificateArn: "STRING_VALUE", // required
37
+ * ClusterIdentifier: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new CreateCustomDomainAssociationCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // CreateCustomDomainAssociationResult
42
+ * // CustomDomainName: "STRING_VALUE",
43
+ * // CustomDomainCertificateArn: "STRING_VALUE",
44
+ * // ClusterIdentifier: "STRING_VALUE",
45
+ * // CustomDomainCertExpiryTime: "STRING_VALUE",
46
+ * // };
47
+ *
48
+ * ```
49
+ *
50
+ * @param CreateCustomDomainAssociationCommandInput - {@link CreateCustomDomainAssociationCommandInput}
51
+ * @returns {@link CreateCustomDomainAssociationCommandOutput}
52
+ * @see {@link CreateCustomDomainAssociationCommandInput} for command's `input` shape.
53
+ * @see {@link CreateCustomDomainAssociationCommandOutput} for command's `response` shape.
54
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
55
+ *
56
+ * @throws {@link ClusterNotFoundFault} (client fault)
57
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
58
+ * </p>
59
+ *
60
+ * @throws {@link CustomCnameAssociationFault} (client fault)
61
+ * <p>An error occurred when an attempt was made to change the custom domain association.</p>
62
+ *
63
+ * @throws {@link UnsupportedOperationFault} (client fault)
64
+ * <p>The requested operation isn't supported.</p>
65
+ *
66
+ * @throws {@link RedshiftServiceException}
67
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
68
+ *
69
+ */
70
+ export declare class CreateCustomDomainAssociationCommand extends $Command<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, RedshiftClientResolvedConfig> {
71
+ readonly input: CreateCustomDomainAssociationCommandInput;
72
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
76
+ constructor(input: CreateCustomDomainAssociationCommandInput);
77
+ /**
78
+ * @internal
79
+ */
80
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
84
+ private serialize;
85
+ /**
86
+ * @internal
87
+ */
88
+ private deserialize;
89
+ }
@@ -224,6 +224,9 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResult, __Metad
224
224
  * // TargetReservedNodeType: "STRING_VALUE",
225
225
  * // TargetReservedNodeCount: Number("int"),
226
226
  * // },
227
+ * // CustomDomainName: "STRING_VALUE",
228
+ * // CustomDomainCertificateArn: "STRING_VALUE",
229
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
227
230
  * // },
228
231
  * // };
229
232
  *
@@ -0,0 +1,81 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DeleteCustomDomainAssociationMessage } from "../models/models_0";
5
+ import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteCustomDomainAssociationCommand}.
14
+ */
15
+ export interface DeleteCustomDomainAssociationCommandInput extends DeleteCustomDomainAssociationMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteCustomDomainAssociationCommand}.
21
+ */
22
+ export interface DeleteCustomDomainAssociationCommandOutput extends __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Contains information about deleting a custom domain association for a cluster.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { RedshiftClient, DeleteCustomDomainAssociationCommand } from "@aws-sdk/client-redshift"; // ES Modules import
31
+ * // const { RedshiftClient, DeleteCustomDomainAssociationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
32
+ * const client = new RedshiftClient(config);
33
+ * const input = { // DeleteCustomDomainAssociationMessage
34
+ * ClusterIdentifier: "STRING_VALUE", // required
35
+ * };
36
+ * const command = new DeleteCustomDomainAssociationCommand(input);
37
+ * const response = await client.send(command);
38
+ * // {};
39
+ *
40
+ * ```
41
+ *
42
+ * @param DeleteCustomDomainAssociationCommandInput - {@link DeleteCustomDomainAssociationCommandInput}
43
+ * @returns {@link DeleteCustomDomainAssociationCommandOutput}
44
+ * @see {@link DeleteCustomDomainAssociationCommandInput} for command's `input` shape.
45
+ * @see {@link DeleteCustomDomainAssociationCommandOutput} for command's `response` shape.
46
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
47
+ *
48
+ * @throws {@link ClusterNotFoundFault} (client fault)
49
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
50
+ * </p>
51
+ *
52
+ * @throws {@link CustomCnameAssociationFault} (client fault)
53
+ * <p>An error occurred when an attempt was made to change the custom domain association.</p>
54
+ *
55
+ * @throws {@link UnsupportedOperationFault} (client fault)
56
+ * <p>The requested operation isn't supported.</p>
57
+ *
58
+ * @throws {@link RedshiftServiceException}
59
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
60
+ *
61
+ */
62
+ export declare class DeleteCustomDomainAssociationCommand extends $Command<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput, RedshiftClientResolvedConfig> {
63
+ readonly input: DeleteCustomDomainAssociationCommandInput;
64
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
68
+ constructor(input: DeleteCustomDomainAssociationCommandInput);
69
+ /**
70
+ * @internal
71
+ */
72
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
76
+ private serialize;
77
+ /**
78
+ * @internal
79
+ */
80
+ private deserialize;
81
+ }
@@ -228,6 +228,9 @@ export interface DescribeClustersCommandOutput extends ClustersMessage, __Metada
228
228
  * // TargetReservedNodeType: "STRING_VALUE",
229
229
  * // TargetReservedNodeCount: Number("int"),
230
230
  * // },
231
+ * // CustomDomainName: "STRING_VALUE",
232
+ * // CustomDomainCertificateArn: "STRING_VALUE",
233
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
231
234
  * // },
232
235
  * // ],
233
236
  * // };
@@ -0,0 +1,94 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { CustomDomainAssociationsMessage, DescribeCustomDomainAssociationsMessage } from "../models/models_0";
5
+ import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeCustomDomainAssociationsCommand}.
14
+ */
15
+ export interface DescribeCustomDomainAssociationsCommandInput extends DescribeCustomDomainAssociationsMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeCustomDomainAssociationsCommand}.
21
+ */
22
+ export interface DescribeCustomDomainAssociationsCommandOutput extends CustomDomainAssociationsMessage, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Contains information for custom domain associations for a cluster.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { RedshiftClient, DescribeCustomDomainAssociationsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
31
+ * // const { RedshiftClient, DescribeCustomDomainAssociationsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
32
+ * const client = new RedshiftClient(config);
33
+ * const input = { // DescribeCustomDomainAssociationsMessage
34
+ * CustomDomainName: "STRING_VALUE",
35
+ * CustomDomainCertificateArn: "STRING_VALUE",
36
+ * MaxRecords: Number("int"),
37
+ * Marker: "STRING_VALUE",
38
+ * };
39
+ * const command = new DescribeCustomDomainAssociationsCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // CustomDomainAssociationsMessage
42
+ * // Marker: "STRING_VALUE",
43
+ * // Associations: [ // AssociationList
44
+ * // { // Association
45
+ * // CustomDomainCertificateArn: "STRING_VALUE",
46
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
47
+ * // CertificateAssociations: [ // CertificateAssociationList
48
+ * // { // CertificateAssociation
49
+ * // CustomDomainName: "STRING_VALUE",
50
+ * // ClusterIdentifier: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // },
54
+ * // ],
55
+ * // };
56
+ *
57
+ * ```
58
+ *
59
+ * @param DescribeCustomDomainAssociationsCommandInput - {@link DescribeCustomDomainAssociationsCommandInput}
60
+ * @returns {@link DescribeCustomDomainAssociationsCommandOutput}
61
+ * @see {@link DescribeCustomDomainAssociationsCommandInput} for command's `input` shape.
62
+ * @see {@link DescribeCustomDomainAssociationsCommandOutput} for command's `response` shape.
63
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
64
+ *
65
+ * @throws {@link CustomDomainAssociationNotFoundFault} (client fault)
66
+ * <p>An error occurred. The custom domain name couldn't be found.</p>
67
+ *
68
+ * @throws {@link UnsupportedOperationFault} (client fault)
69
+ * <p>The requested operation isn't supported.</p>
70
+ *
71
+ * @throws {@link RedshiftServiceException}
72
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
73
+ *
74
+ */
75
+ export declare class DescribeCustomDomainAssociationsCommand extends $Command<DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput, RedshiftClientResolvedConfig> {
76
+ readonly input: DescribeCustomDomainAssociationsCommandInput;
77
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
81
+ constructor(input: DescribeCustomDomainAssociationsCommandInput);
82
+ /**
83
+ * @internal
84
+ */
85
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
89
+ private serialize;
90
+ /**
91
+ * @internal
92
+ */
93
+ private deserialize;
94
+ }
@@ -1,7 +1,8 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0";
4
+ import { DescribeEventCategoriesMessage } from "../models/models_0";
5
+ import { EventCategoriesMessage } from "../models/models_1";
5
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
7
  /**
7
8
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_0";
4
+ import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeEventsMessage, EventsMessage } from "../models/models_0";
4
+ import { DescribeEventsMessage, EventsMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeHsmClientCertificatesMessage, HsmClientCertificateMessage } from "../models/models_0";
4
+ import { DescribeHsmClientCertificatesMessage, HsmClientCertificateMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
6
  /**
7
7
  * @public
@@ -210,6 +210,9 @@ export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyRes
210
210
  * // TargetReservedNodeType: "STRING_VALUE",
211
211
  * // TargetReservedNodeCount: Number("int"),
212
212
  * // },
213
+ * // CustomDomainName: "STRING_VALUE",
214
+ * // CustomDomainCertificateArn: "STRING_VALUE",
215
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
213
216
  * // },
214
217
  * // };
215
218
  *
@@ -211,6 +211,9 @@ export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResul
211
211
  * // TargetReservedNodeType: "STRING_VALUE",
212
212
  * // TargetReservedNodeCount: Number("int"),
213
213
  * // },
214
+ * // CustomDomainName: "STRING_VALUE",
215
+ * // CustomDomainCertificateArn: "STRING_VALUE",
216
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
214
217
  * // },
215
218
  * // };
216
219
  *
@@ -54,12 +54,13 @@ export interface GetClusterCredentialsCommandOutput extends ClusterCredentials,
54
54
  * const input = { // GetClusterCredentialsMessage
55
55
  * DbUser: "STRING_VALUE", // required
56
56
  * DbName: "STRING_VALUE",
57
- * ClusterIdentifier: "STRING_VALUE", // required
57
+ * ClusterIdentifier: "STRING_VALUE",
58
58
  * DurationSeconds: Number("int"),
59
59
  * AutoCreate: true || false,
60
60
  * DbGroups: [ // DbGroupList
61
61
  * "STRING_VALUE",
62
62
  * ],
63
+ * CustomDomainName: "STRING_VALUE",
63
64
  * };
64
65
  * const command = new GetClusterCredentialsCommand(input);
65
66
  * const response = await client.send(command);
@@ -42,8 +42,9 @@ export interface GetClusterCredentialsWithIAMCommandOutput extends ClusterExtend
42
42
  * const client = new RedshiftClient(config);
43
43
  * const input = { // GetClusterCredentialsWithIAMMessage
44
44
  * DbName: "STRING_VALUE",
45
- * ClusterIdentifier: "STRING_VALUE", // required
45
+ * ClusterIdentifier: "STRING_VALUE",
46
46
  * DurationSeconds: Number("int"),
47
+ * CustomDomainName: "STRING_VALUE",
47
48
  * };
48
49
  * const command = new GetClusterCredentialsWithIAMCommand(input);
49
50
  * const response = await client.send(command);
@@ -242,6 +242,9 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
242
242
  * // TargetReservedNodeType: "STRING_VALUE",
243
243
  * // TargetReservedNodeCount: Number("int"),
244
244
  * // },
245
+ * // CustomDomainName: "STRING_VALUE",
246
+ * // CustomDomainCertificateArn: "STRING_VALUE",
247
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
245
248
  * // },
246
249
  * // };
247
250
  *
@@ -267,6 +270,9 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
267
270
  * <p>The cluster security group name does not refer to an existing cluster security
268
271
  * group.</p>
269
272
  *
273
+ * @throws {@link CustomCnameAssociationFault} (client fault)
274
+ * <p>An error occurred when an attempt was made to change the custom domain association.</p>
275
+ *
270
276
  * @throws {@link DependentServiceRequestThrottlingFault} (client fault)
271
277
  * <p>The request cannot be completed because a dependent service is throttling requests
272
278
  * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
@@ -318,6 +324,9 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
318
324
  * @throws {@link UnauthorizedOperation} (client fault)
319
325
  * <p>Your account is not authorized to perform the requested operation.</p>
320
326
  *
327
+ * @throws {@link UnsupportedOperationFault} (client fault)
328
+ * <p>The requested operation isn't supported.</p>
329
+ *
321
330
  * @throws {@link UnsupportedOptionFault} (client fault)
322
331
  * <p>A request option was specified that is not supported.</p>
323
332
  *
@@ -208,6 +208,9 @@ export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRev
208
208
  * // TargetReservedNodeType: "STRING_VALUE",
209
209
  * // TargetReservedNodeCount: Number("int"),
210
210
  * // },
211
+ * // CustomDomainName: "STRING_VALUE",
212
+ * // CustomDomainCertificateArn: "STRING_VALUE",
213
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
211
214
  * // },
212
215
  * // };
213
216
  *
@@ -217,6 +217,9 @@ export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRole
217
217
  * // TargetReservedNodeType: "STRING_VALUE",
218
218
  * // TargetReservedNodeCount: Number("int"),
219
219
  * // },
220
+ * // CustomDomainName: "STRING_VALUE",
221
+ * // CustomDomainCertificateArn: "STRING_VALUE",
222
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
220
223
  * // },
221
224
  * // };
222
225
  *
@@ -211,6 +211,9 @@ export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMain
211
211
  * // TargetReservedNodeType: "STRING_VALUE",
212
212
  * // TargetReservedNodeCount: Number("int"),
213
213
  * // },
214
+ * // CustomDomainName: "STRING_VALUE",
215
+ * // CustomDomainCertificateArn: "STRING_VALUE",
216
+ * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
214
217
  * // },
215
218
  * // };
216
219
  *
@@ -0,0 +1,88 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ModifyCustomDomainAssociationMessage, ModifyCustomDomainAssociationResult } from "../models/models_1";
5
+ import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ModifyCustomDomainAssociationCommand}.
14
+ */
15
+ export interface ModifyCustomDomainAssociationCommandInput extends ModifyCustomDomainAssociationMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ModifyCustomDomainAssociationCommand}.
21
+ */
22
+ export interface ModifyCustomDomainAssociationCommandOutput extends ModifyCustomDomainAssociationResult, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Contains information for changing a custom domain association.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { RedshiftClient, ModifyCustomDomainAssociationCommand } from "@aws-sdk/client-redshift"; // ES Modules import
31
+ * // const { RedshiftClient, ModifyCustomDomainAssociationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
32
+ * const client = new RedshiftClient(config);
33
+ * const input = { // ModifyCustomDomainAssociationMessage
34
+ * CustomDomainName: "STRING_VALUE",
35
+ * CustomDomainCertificateArn: "STRING_VALUE",
36
+ * ClusterIdentifier: "STRING_VALUE", // required
37
+ * };
38
+ * const command = new ModifyCustomDomainAssociationCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // ModifyCustomDomainAssociationResult
41
+ * // CustomDomainName: "STRING_VALUE",
42
+ * // CustomDomainCertificateArn: "STRING_VALUE",
43
+ * // ClusterIdentifier: "STRING_VALUE",
44
+ * // CustomDomainCertExpiryTime: "STRING_VALUE",
45
+ * // };
46
+ *
47
+ * ```
48
+ *
49
+ * @param ModifyCustomDomainAssociationCommandInput - {@link ModifyCustomDomainAssociationCommandInput}
50
+ * @returns {@link ModifyCustomDomainAssociationCommandOutput}
51
+ * @see {@link ModifyCustomDomainAssociationCommandInput} for command's `input` shape.
52
+ * @see {@link ModifyCustomDomainAssociationCommandOutput} for command's `response` shape.
53
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
54
+ *
55
+ * @throws {@link ClusterNotFoundFault} (client fault)
56
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
57
+ * </p>
58
+ *
59
+ * @throws {@link CustomCnameAssociationFault} (client fault)
60
+ * <p>An error occurred when an attempt was made to change the custom domain association.</p>
61
+ *
62
+ * @throws {@link UnsupportedOperationFault} (client fault)
63
+ * <p>The requested operation isn't supported.</p>
64
+ *
65
+ * @throws {@link RedshiftServiceException}
66
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
67
+ *
68
+ */
69
+ export declare class ModifyCustomDomainAssociationCommand extends $Command<ModifyCustomDomainAssociationCommandInput, ModifyCustomDomainAssociationCommandOutput, RedshiftClientResolvedConfig> {
70
+ readonly input: ModifyCustomDomainAssociationCommandInput;
71
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
75
+ constructor(input: ModifyCustomDomainAssociationCommandInput);
76
+ /**
77
+ * @internal
78
+ */
79
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyCustomDomainAssociationCommandInput, ModifyCustomDomainAssociationCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
83
+ private serialize;
84
+ /**
85
+ * @internal
86
+ */
87
+ private deserialize;
88
+ }