@aws-sdk/client-redshift 3.1019.0 → 3.1020.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 (56) hide show
  1. package/dist-es/Redshift.js +3 -3
  2. package/dist-es/waiters/waitForClusterAvailable.js +1 -1
  3. package/dist-es/waiters/waitForClusterDeleted.js +1 -1
  4. package/dist-es/waiters/waitForClusterRestored.js +1 -1
  5. package/dist-es/waiters/waitForSnapshotAvailable.js +1 -1
  6. package/dist-types/Redshift.d.ts +141 -141
  7. package/dist-types/RedshiftClient.d.ts +144 -144
  8. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  9. package/dist-types/index.d.ts +1 -1
  10. package/dist-types/models/models_0.d.ts +1 -1
  11. package/dist-types/models/models_1.d.ts +2 -2
  12. package/dist-types/pagination/DescribeClusterDbRevisionsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/DescribeClusterParameterGroupsPaginator.d.ts +1 -1
  14. package/dist-types/pagination/DescribeClusterParametersPaginator.d.ts +1 -1
  15. package/dist-types/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +1 -1
  16. package/dist-types/pagination/DescribeClusterSnapshotsPaginator.d.ts +1 -1
  17. package/dist-types/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/DescribeClusterTracksPaginator.d.ts +1 -1
  19. package/dist-types/pagination/DescribeClusterVersionsPaginator.d.ts +1 -1
  20. package/dist-types/pagination/DescribeClustersPaginator.d.ts +1 -1
  21. package/dist-types/pagination/DescribeCustomDomainAssociationsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +1 -1
  23. package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +1 -1
  24. package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +1 -1
  25. package/dist-types/pagination/DescribeDefaultClusterParametersPaginator.d.ts +1 -1
  26. package/dist-types/pagination/DescribeEndpointAccessPaginator.d.ts +1 -1
  27. package/dist-types/pagination/DescribeEndpointAuthorizationPaginator.d.ts +1 -1
  28. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
  30. package/dist-types/pagination/DescribeHsmClientCertificatesPaginator.d.ts +1 -1
  31. package/dist-types/pagination/DescribeHsmConfigurationsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/DescribeInboundIntegrationsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +1 -1
  35. package/dist-types/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +1 -1
  36. package/dist-types/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +1 -1
  37. package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +1 -1
  38. package/dist-types/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/DescribeReservedNodesPaginator.d.ts +1 -1
  40. package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/DescribeSnapshotSchedulesPaginator.d.ts +1 -1
  43. package/dist-types/pagination/DescribeTableRestoreStatusPaginator.d.ts +1 -1
  44. package/dist-types/pagination/DescribeTagsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/DescribeUsageLimitsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
  49. package/dist-types/ts3.4/RedshiftClient.d.ts +2 -3
  50. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_1.d.ts +3 -3
  52. package/dist-types/waiters/waitForClusterAvailable.d.ts +3 -3
  53. package/dist-types/waiters/waitForClusterDeleted.d.ts +3 -3
  54. package/dist-types/waiters/waitForClusterRestored.d.ts +3 -3
  55. package/dist-types/waiters/waitForSnapshotAvailable.d.ts +3 -3
  56. package/package.json +14 -14
@@ -1,6 +1,6 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AcceptReservedNodeExchangeCommand, } from "./commands/AcceptReservedNodeExchangeCommand";
3
- import { AddPartnerCommand } from "./commands/AddPartnerCommand";
3
+ import { AddPartnerCommand, } from "./commands/AddPartnerCommand";
4
4
  import { AssociateDataShareConsumerCommand, } from "./commands/AssociateDataShareConsumerCommand";
5
5
  import { AuthorizeClusterSecurityGroupIngressCommand, } from "./commands/AuthorizeClusterSecurityGroupIngressCommand";
6
6
  import { AuthorizeDataShareCommand, } from "./commands/AuthorizeDataShareCommand";
@@ -26,7 +26,7 @@ import { CreateRedshiftIdcApplicationCommand, } from "./commands/CreateRedshiftI
26
26
  import { CreateScheduledActionCommand, } from "./commands/CreateScheduledActionCommand";
27
27
  import { CreateSnapshotCopyGrantCommand, } from "./commands/CreateSnapshotCopyGrantCommand";
28
28
  import { CreateSnapshotScheduleCommand, } from "./commands/CreateSnapshotScheduleCommand";
29
- import { CreateTagsCommand } from "./commands/CreateTagsCommand";
29
+ import { CreateTagsCommand, } from "./commands/CreateTagsCommand";
30
30
  import { CreateUsageLimitCommand, } from "./commands/CreateUsageLimitCommand";
31
31
  import { DeauthorizeDataShareCommand, } from "./commands/DeauthorizeDataShareCommand";
32
32
  import { DeleteAuthenticationProfileCommand, } from "./commands/DeleteAuthenticationProfileCommand";
@@ -47,7 +47,7 @@ import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCom
47
47
  import { DeleteScheduledActionCommand, } from "./commands/DeleteScheduledActionCommand";
48
48
  import { DeleteSnapshotCopyGrantCommand, } from "./commands/DeleteSnapshotCopyGrantCommand";
49
49
  import { DeleteSnapshotScheduleCommand, } from "./commands/DeleteSnapshotScheduleCommand";
50
- import { DeleteTagsCommand } from "./commands/DeleteTagsCommand";
50
+ import { DeleteTagsCommand, } from "./commands/DeleteTagsCommand";
51
51
  import { DeleteUsageLimitCommand, } from "./commands/DeleteUsageLimitCommand";
52
52
  import { DeregisterNamespaceCommand, } from "./commands/DeregisterNamespaceCommand";
53
53
  import { DescribeAccountAttributesCommand, } from "./commands/DescribeAccountAttributesCommand";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeClustersCommand } from "../commands/DescribeClustersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeClustersCommand } from "../commands/DescribeClustersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeClustersCommand } from "../commands/DescribeClustersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeClusterSnapshotsCommand, } from "../commands/DescribeClusterSnapshotsCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,146 +1,146 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { AcceptReservedNodeExchangeCommandInput, AcceptReservedNodeExchangeCommandOutput } from "./commands/AcceptReservedNodeExchangeCommand";
4
- import { AddPartnerCommandInput, AddPartnerCommandOutput } from "./commands/AddPartnerCommand";
5
- import { AssociateDataShareConsumerCommandInput, AssociateDataShareConsumerCommandOutput } from "./commands/AssociateDataShareConsumerCommand";
6
- import { AuthorizeClusterSecurityGroupIngressCommandInput, AuthorizeClusterSecurityGroupIngressCommandOutput } from "./commands/AuthorizeClusterSecurityGroupIngressCommand";
7
- import { AuthorizeDataShareCommandInput, AuthorizeDataShareCommandOutput } from "./commands/AuthorizeDataShareCommand";
8
- import { AuthorizeEndpointAccessCommandInput, AuthorizeEndpointAccessCommandOutput } from "./commands/AuthorizeEndpointAccessCommand";
9
- import { AuthorizeSnapshotAccessCommandInput, AuthorizeSnapshotAccessCommandOutput } from "./commands/AuthorizeSnapshotAccessCommand";
10
- import { BatchDeleteClusterSnapshotsCommandInput, BatchDeleteClusterSnapshotsCommandOutput } from "./commands/BatchDeleteClusterSnapshotsCommand";
11
- import { BatchModifyClusterSnapshotsCommandInput, BatchModifyClusterSnapshotsCommandOutput } from "./commands/BatchModifyClusterSnapshotsCommand";
12
- import { CancelResizeCommandInput, CancelResizeCommandOutput } from "./commands/CancelResizeCommand";
13
- import { CopyClusterSnapshotCommandInput, CopyClusterSnapshotCommandOutput } from "./commands/CopyClusterSnapshotCommand";
14
- import { CreateAuthenticationProfileCommandInput, CreateAuthenticationProfileCommandOutput } from "./commands/CreateAuthenticationProfileCommand";
15
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
16
- import { CreateClusterParameterGroupCommandInput, CreateClusterParameterGroupCommandOutput } from "./commands/CreateClusterParameterGroupCommand";
17
- import { CreateClusterSecurityGroupCommandInput, CreateClusterSecurityGroupCommandOutput } from "./commands/CreateClusterSecurityGroupCommand";
18
- import { CreateClusterSnapshotCommandInput, CreateClusterSnapshotCommandOutput } from "./commands/CreateClusterSnapshotCommand";
19
- import { CreateClusterSubnetGroupCommandInput, CreateClusterSubnetGroupCommandOutput } from "./commands/CreateClusterSubnetGroupCommand";
20
- import { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "./commands/CreateCustomDomainAssociationCommand";
21
- import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
22
- import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
23
- import { CreateHsmClientCertificateCommandInput, CreateHsmClientCertificateCommandOutput } from "./commands/CreateHsmClientCertificateCommand";
24
- import { CreateHsmConfigurationCommandInput, CreateHsmConfigurationCommandOutput } from "./commands/CreateHsmConfigurationCommand";
25
- import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "./commands/CreateIntegrationCommand";
26
- import { CreateRedshiftIdcApplicationCommandInput, CreateRedshiftIdcApplicationCommandOutput } from "./commands/CreateRedshiftIdcApplicationCommand";
27
- import { CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput } from "./commands/CreateScheduledActionCommand";
28
- import { CreateSnapshotCopyGrantCommandInput, CreateSnapshotCopyGrantCommandOutput } from "./commands/CreateSnapshotCopyGrantCommand";
29
- import { CreateSnapshotScheduleCommandInput, CreateSnapshotScheduleCommandOutput } from "./commands/CreateSnapshotScheduleCommand";
30
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
31
- import { CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput } from "./commands/CreateUsageLimitCommand";
32
- import { DeauthorizeDataShareCommandInput, DeauthorizeDataShareCommandOutput } from "./commands/DeauthorizeDataShareCommand";
33
- import { DeleteAuthenticationProfileCommandInput, DeleteAuthenticationProfileCommandOutput } from "./commands/DeleteAuthenticationProfileCommand";
34
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
35
- import { DeleteClusterParameterGroupCommandInput, DeleteClusterParameterGroupCommandOutput } from "./commands/DeleteClusterParameterGroupCommand";
36
- import { DeleteClusterSecurityGroupCommandInput, DeleteClusterSecurityGroupCommandOutput } from "./commands/DeleteClusterSecurityGroupCommand";
37
- import { DeleteClusterSnapshotCommandInput, DeleteClusterSnapshotCommandOutput } from "./commands/DeleteClusterSnapshotCommand";
38
- import { DeleteClusterSubnetGroupCommandInput, DeleteClusterSubnetGroupCommandOutput } from "./commands/DeleteClusterSubnetGroupCommand";
39
- import { DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput } from "./commands/DeleteCustomDomainAssociationCommand";
40
- import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "./commands/DeleteEndpointAccessCommand";
41
- import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
42
- import { DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificateCommandOutput } from "./commands/DeleteHsmClientCertificateCommand";
43
- import { DeleteHsmConfigurationCommandInput, DeleteHsmConfigurationCommandOutput } from "./commands/DeleteHsmConfigurationCommand";
44
- import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
45
- import { DeletePartnerCommandInput, DeletePartnerCommandOutput } from "./commands/DeletePartnerCommand";
46
- import { DeleteRedshiftIdcApplicationCommandInput, DeleteRedshiftIdcApplicationCommandOutput } from "./commands/DeleteRedshiftIdcApplicationCommand";
47
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
48
- import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
49
- import { DeleteSnapshotCopyGrantCommandInput, DeleteSnapshotCopyGrantCommandOutput } from "./commands/DeleteSnapshotCopyGrantCommand";
50
- import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
51
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
52
- import { DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput } from "./commands/DeleteUsageLimitCommand";
53
- import { DeregisterNamespaceCommandInput, DeregisterNamespaceCommandOutput } from "./commands/DeregisterNamespaceCommand";
54
- import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
55
- import { DescribeAuthenticationProfilesCommandInput, DescribeAuthenticationProfilesCommandOutput } from "./commands/DescribeAuthenticationProfilesCommand";
56
- import { DescribeClusterDbRevisionsCommandInput, DescribeClusterDbRevisionsCommandOutput } from "./commands/DescribeClusterDbRevisionsCommand";
57
- import { DescribeClusterParameterGroupsCommandInput, DescribeClusterParameterGroupsCommandOutput } from "./commands/DescribeClusterParameterGroupsCommand";
58
- import { DescribeClusterParametersCommandInput, DescribeClusterParametersCommandOutput } from "./commands/DescribeClusterParametersCommand";
59
- import { DescribeClustersCommandInput, DescribeClustersCommandOutput } from "./commands/DescribeClustersCommand";
60
- import { DescribeClusterSecurityGroupsCommandInput, DescribeClusterSecurityGroupsCommandOutput } from "./commands/DescribeClusterSecurityGroupsCommand";
61
- import { DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOutput } from "./commands/DescribeClusterSnapshotsCommand";
62
- import { DescribeClusterSubnetGroupsCommandInput, DescribeClusterSubnetGroupsCommandOutput } from "./commands/DescribeClusterSubnetGroupsCommand";
63
- import { DescribeClusterTracksCommandInput, DescribeClusterTracksCommandOutput } from "./commands/DescribeClusterTracksCommand";
64
- import { DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput } from "./commands/DescribeClusterVersionsCommand";
65
- import { DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput } from "./commands/DescribeCustomDomainAssociationsCommand";
66
- import { DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput } from "./commands/DescribeDataSharesCommand";
67
- import { DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput } from "./commands/DescribeDataSharesForConsumerCommand";
68
- import { DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput } from "./commands/DescribeDataSharesForProducerCommand";
69
- import { DescribeDefaultClusterParametersCommandInput, DescribeDefaultClusterParametersCommandOutput } from "./commands/DescribeDefaultClusterParametersCommand";
70
- import { DescribeEndpointAccessCommandInput, DescribeEndpointAccessCommandOutput } from "./commands/DescribeEndpointAccessCommand";
71
- import { DescribeEndpointAuthorizationCommandInput, DescribeEndpointAuthorizationCommandOutput } from "./commands/DescribeEndpointAuthorizationCommand";
72
- import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
73
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
74
- import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
75
- import { DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput } from "./commands/DescribeHsmClientCertificatesCommand";
76
- import { DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput } from "./commands/DescribeHsmConfigurationsCommand";
77
- import { DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput } from "./commands/DescribeInboundIntegrationsCommand";
78
- import { DescribeIntegrationsCommandInput, DescribeIntegrationsCommandOutput } from "./commands/DescribeIntegrationsCommand";
79
- import { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput } from "./commands/DescribeLoggingStatusCommand";
80
- import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "./commands/DescribeNodeConfigurationOptionsCommand";
81
- import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "./commands/DescribeOrderableClusterOptionsCommand";
82
- import { DescribePartnersCommandInput, DescribePartnersCommandOutput } from "./commands/DescribePartnersCommand";
83
- import { DescribeRedshiftIdcApplicationsCommandInput, DescribeRedshiftIdcApplicationsCommandOutput } from "./commands/DescribeRedshiftIdcApplicationsCommand";
84
- import { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "./commands/DescribeReservedNodeExchangeStatusCommand";
85
- import { DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput } from "./commands/DescribeReservedNodeOfferingsCommand";
86
- import { DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput } from "./commands/DescribeReservedNodesCommand";
87
- import { DescribeResizeCommandInput, DescribeResizeCommandOutput } from "./commands/DescribeResizeCommand";
88
- import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "./commands/DescribeScheduledActionsCommand";
89
- import { DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput } from "./commands/DescribeSnapshotCopyGrantsCommand";
90
- import { DescribeSnapshotSchedulesCommandInput, DescribeSnapshotSchedulesCommandOutput } from "./commands/DescribeSnapshotSchedulesCommand";
91
- import { DescribeStorageCommandInput, DescribeStorageCommandOutput } from "./commands/DescribeStorageCommand";
92
- import { DescribeTableRestoreStatusCommandInput, DescribeTableRestoreStatusCommandOutput } from "./commands/DescribeTableRestoreStatusCommand";
93
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
94
- import { DescribeUsageLimitsCommandInput, DescribeUsageLimitsCommandOutput } from "./commands/DescribeUsageLimitsCommand";
95
- import { DisableLoggingCommandInput, DisableLoggingCommandOutput } from "./commands/DisableLoggingCommand";
96
- import { DisableSnapshotCopyCommandInput, DisableSnapshotCopyCommandOutput } from "./commands/DisableSnapshotCopyCommand";
97
- import { DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsumerCommandOutput } from "./commands/DisassociateDataShareConsumerCommand";
98
- import { EnableLoggingCommandInput, EnableLoggingCommandOutput } from "./commands/EnableLoggingCommand";
99
- import { EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput } from "./commands/EnableSnapshotCopyCommand";
100
- import { FailoverPrimaryComputeCommandInput, FailoverPrimaryComputeCommandOutput } from "./commands/FailoverPrimaryComputeCommand";
101
- import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput } from "./commands/GetClusterCredentialsCommand";
102
- import { GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput } from "./commands/GetClusterCredentialsWithIAMCommand";
103
- import { GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput } from "./commands/GetIdentityCenterAuthTokenCommand";
104
- import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "./commands/GetReservedNodeExchangeConfigurationOptionsCommand";
105
- import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "./commands/GetReservedNodeExchangeOfferingsCommand";
106
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
107
- import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
108
- import { ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput } from "./commands/ModifyAquaConfigurationCommand";
109
- import { ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput } from "./commands/ModifyAuthenticationProfileCommand";
110
- import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
111
- import { ModifyClusterDbRevisionCommandInput, ModifyClusterDbRevisionCommandOutput } from "./commands/ModifyClusterDbRevisionCommand";
112
- import { ModifyClusterIamRolesCommandInput, ModifyClusterIamRolesCommandOutput } from "./commands/ModifyClusterIamRolesCommand";
113
- import { ModifyClusterMaintenanceCommandInput, ModifyClusterMaintenanceCommandOutput } from "./commands/ModifyClusterMaintenanceCommand";
114
- import { ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCommandOutput } from "./commands/ModifyClusterParameterGroupCommand";
115
- import { ModifyClusterSnapshotCommandInput, ModifyClusterSnapshotCommandOutput } from "./commands/ModifyClusterSnapshotCommand";
116
- import { ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput } from "./commands/ModifyClusterSnapshotScheduleCommand";
117
- import { ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOutput } from "./commands/ModifyClusterSubnetGroupCommand";
118
- import { ModifyCustomDomainAssociationCommandInput, ModifyCustomDomainAssociationCommandOutput } from "./commands/ModifyCustomDomainAssociationCommand";
119
- import { ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutput } from "./commands/ModifyEndpointAccessCommand";
120
- import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
121
- import { ModifyIntegrationCommandInput, ModifyIntegrationCommandOutput } from "./commands/ModifyIntegrationCommand";
122
- import { ModifyLakehouseConfigurationCommandInput, ModifyLakehouseConfigurationCommandOutput } from "./commands/ModifyLakehouseConfigurationCommand";
123
- import { ModifyRedshiftIdcApplicationCommandInput, ModifyRedshiftIdcApplicationCommandOutput } from "./commands/ModifyRedshiftIdcApplicationCommand";
124
- import { ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput } from "./commands/ModifyScheduledActionCommand";
125
- import { ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput } from "./commands/ModifySnapshotCopyRetentionPeriodCommand";
126
- import { ModifySnapshotScheduleCommandInput, ModifySnapshotScheduleCommandOutput } from "./commands/ModifySnapshotScheduleCommand";
127
- import { ModifyUsageLimitCommandInput, ModifyUsageLimitCommandOutput } from "./commands/ModifyUsageLimitCommand";
128
- import { PauseClusterCommandInput, PauseClusterCommandOutput } from "./commands/PauseClusterCommand";
129
- import { PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput } from "./commands/PurchaseReservedNodeOfferingCommand";
130
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
131
- import { RebootClusterCommandInput, RebootClusterCommandOutput } from "./commands/RebootClusterCommand";
132
- import { RegisterNamespaceCommandInput, RegisterNamespaceCommandOutput } from "./commands/RegisterNamespaceCommand";
133
- import { RejectDataShareCommandInput, RejectDataShareCommandOutput } from "./commands/RejectDataShareCommand";
134
- import { ResetClusterParameterGroupCommandInput, ResetClusterParameterGroupCommandOutput } from "./commands/ResetClusterParameterGroupCommand";
135
- import { ResizeClusterCommandInput, ResizeClusterCommandOutput } from "./commands/ResizeClusterCommand";
136
- import { RestoreFromClusterSnapshotCommandInput, RestoreFromClusterSnapshotCommandOutput } from "./commands/RestoreFromClusterSnapshotCommand";
137
- import { RestoreTableFromClusterSnapshotCommandInput, RestoreTableFromClusterSnapshotCommandOutput } from "./commands/RestoreTableFromClusterSnapshotCommand";
138
- import { ResumeClusterCommandInput, ResumeClusterCommandOutput } from "./commands/ResumeClusterCommand";
139
- import { RevokeClusterSecurityGroupIngressCommandInput, RevokeClusterSecurityGroupIngressCommandOutput } from "./commands/RevokeClusterSecurityGroupIngressCommand";
140
- import { RevokeEndpointAccessCommandInput, RevokeEndpointAccessCommandOutput } from "./commands/RevokeEndpointAccessCommand";
141
- import { RevokeSnapshotAccessCommandInput, RevokeSnapshotAccessCommandOutput } from "./commands/RevokeSnapshotAccessCommand";
142
- import { RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput } from "./commands/RotateEncryptionKeyCommand";
143
- import { UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput } from "./commands/UpdatePartnerStatusCommand";
3
+ import { type AcceptReservedNodeExchangeCommandInput, type AcceptReservedNodeExchangeCommandOutput } from "./commands/AcceptReservedNodeExchangeCommand";
4
+ import { type AddPartnerCommandInput, type AddPartnerCommandOutput } from "./commands/AddPartnerCommand";
5
+ import { type AssociateDataShareConsumerCommandInput, type AssociateDataShareConsumerCommandOutput } from "./commands/AssociateDataShareConsumerCommand";
6
+ import { type AuthorizeClusterSecurityGroupIngressCommandInput, type AuthorizeClusterSecurityGroupIngressCommandOutput } from "./commands/AuthorizeClusterSecurityGroupIngressCommand";
7
+ import { type AuthorizeDataShareCommandInput, type AuthorizeDataShareCommandOutput } from "./commands/AuthorizeDataShareCommand";
8
+ import { type AuthorizeEndpointAccessCommandInput, type AuthorizeEndpointAccessCommandOutput } from "./commands/AuthorizeEndpointAccessCommand";
9
+ import { type AuthorizeSnapshotAccessCommandInput, type AuthorizeSnapshotAccessCommandOutput } from "./commands/AuthorizeSnapshotAccessCommand";
10
+ import { type BatchDeleteClusterSnapshotsCommandInput, type BatchDeleteClusterSnapshotsCommandOutput } from "./commands/BatchDeleteClusterSnapshotsCommand";
11
+ import { type BatchModifyClusterSnapshotsCommandInput, type BatchModifyClusterSnapshotsCommandOutput } from "./commands/BatchModifyClusterSnapshotsCommand";
12
+ import { type CancelResizeCommandInput, type CancelResizeCommandOutput } from "./commands/CancelResizeCommand";
13
+ import { type CopyClusterSnapshotCommandInput, type CopyClusterSnapshotCommandOutput } from "./commands/CopyClusterSnapshotCommand";
14
+ import { type CreateAuthenticationProfileCommandInput, type CreateAuthenticationProfileCommandOutput } from "./commands/CreateAuthenticationProfileCommand";
15
+ import { type CreateClusterCommandInput, type CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
16
+ import { type CreateClusterParameterGroupCommandInput, type CreateClusterParameterGroupCommandOutput } from "./commands/CreateClusterParameterGroupCommand";
17
+ import { type CreateClusterSecurityGroupCommandInput, type CreateClusterSecurityGroupCommandOutput } from "./commands/CreateClusterSecurityGroupCommand";
18
+ import { type CreateClusterSnapshotCommandInput, type CreateClusterSnapshotCommandOutput } from "./commands/CreateClusterSnapshotCommand";
19
+ import { type CreateClusterSubnetGroupCommandInput, type CreateClusterSubnetGroupCommandOutput } from "./commands/CreateClusterSubnetGroupCommand";
20
+ import { type CreateCustomDomainAssociationCommandInput, type CreateCustomDomainAssociationCommandOutput } from "./commands/CreateCustomDomainAssociationCommand";
21
+ import { type CreateEndpointAccessCommandInput, type CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
22
+ import { type CreateEventSubscriptionCommandInput, type CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
23
+ import { type CreateHsmClientCertificateCommandInput, type CreateHsmClientCertificateCommandOutput } from "./commands/CreateHsmClientCertificateCommand";
24
+ import { type CreateHsmConfigurationCommandInput, type CreateHsmConfigurationCommandOutput } from "./commands/CreateHsmConfigurationCommand";
25
+ import { type CreateIntegrationCommandInput, type CreateIntegrationCommandOutput } from "./commands/CreateIntegrationCommand";
26
+ import { type CreateRedshiftIdcApplicationCommandInput, type CreateRedshiftIdcApplicationCommandOutput } from "./commands/CreateRedshiftIdcApplicationCommand";
27
+ import { type CreateScheduledActionCommandInput, type CreateScheduledActionCommandOutput } from "./commands/CreateScheduledActionCommand";
28
+ import { type CreateSnapshotCopyGrantCommandInput, type CreateSnapshotCopyGrantCommandOutput } from "./commands/CreateSnapshotCopyGrantCommand";
29
+ import { type CreateSnapshotScheduleCommandInput, type CreateSnapshotScheduleCommandOutput } from "./commands/CreateSnapshotScheduleCommand";
30
+ import { type CreateTagsCommandInput, type CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
31
+ import { type CreateUsageLimitCommandInput, type CreateUsageLimitCommandOutput } from "./commands/CreateUsageLimitCommand";
32
+ import { type DeauthorizeDataShareCommandInput, type DeauthorizeDataShareCommandOutput } from "./commands/DeauthorizeDataShareCommand";
33
+ import { type DeleteAuthenticationProfileCommandInput, type DeleteAuthenticationProfileCommandOutput } from "./commands/DeleteAuthenticationProfileCommand";
34
+ import { type DeleteClusterCommandInput, type DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
35
+ import { type DeleteClusterParameterGroupCommandInput, type DeleteClusterParameterGroupCommandOutput } from "./commands/DeleteClusterParameterGroupCommand";
36
+ import { type DeleteClusterSecurityGroupCommandInput, type DeleteClusterSecurityGroupCommandOutput } from "./commands/DeleteClusterSecurityGroupCommand";
37
+ import { type DeleteClusterSnapshotCommandInput, type DeleteClusterSnapshotCommandOutput } from "./commands/DeleteClusterSnapshotCommand";
38
+ import { type DeleteClusterSubnetGroupCommandInput, type DeleteClusterSubnetGroupCommandOutput } from "./commands/DeleteClusterSubnetGroupCommand";
39
+ import { type DeleteCustomDomainAssociationCommandInput, type DeleteCustomDomainAssociationCommandOutput } from "./commands/DeleteCustomDomainAssociationCommand";
40
+ import { type DeleteEndpointAccessCommandInput, type DeleteEndpointAccessCommandOutput } from "./commands/DeleteEndpointAccessCommand";
41
+ import { type DeleteEventSubscriptionCommandInput, type DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
42
+ import { type DeleteHsmClientCertificateCommandInput, type DeleteHsmClientCertificateCommandOutput } from "./commands/DeleteHsmClientCertificateCommand";
43
+ import { type DeleteHsmConfigurationCommandInput, type DeleteHsmConfigurationCommandOutput } from "./commands/DeleteHsmConfigurationCommand";
44
+ import { type DeleteIntegrationCommandInput, type DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
45
+ import { type DeletePartnerCommandInput, type DeletePartnerCommandOutput } from "./commands/DeletePartnerCommand";
46
+ import { type DeleteRedshiftIdcApplicationCommandInput, type DeleteRedshiftIdcApplicationCommandOutput } from "./commands/DeleteRedshiftIdcApplicationCommand";
47
+ import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
48
+ import { type DeleteScheduledActionCommandInput, type DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
49
+ import { type DeleteSnapshotCopyGrantCommandInput, type DeleteSnapshotCopyGrantCommandOutput } from "./commands/DeleteSnapshotCopyGrantCommand";
50
+ import { type DeleteSnapshotScheduleCommandInput, type DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
51
+ import { type DeleteTagsCommandInput, type DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
52
+ import { type DeleteUsageLimitCommandInput, type DeleteUsageLimitCommandOutput } from "./commands/DeleteUsageLimitCommand";
53
+ import { type DeregisterNamespaceCommandInput, type DeregisterNamespaceCommandOutput } from "./commands/DeregisterNamespaceCommand";
54
+ import { type DescribeAccountAttributesCommandInput, type DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
55
+ import { type DescribeAuthenticationProfilesCommandInput, type DescribeAuthenticationProfilesCommandOutput } from "./commands/DescribeAuthenticationProfilesCommand";
56
+ import { type DescribeClusterDbRevisionsCommandInput, type DescribeClusterDbRevisionsCommandOutput } from "./commands/DescribeClusterDbRevisionsCommand";
57
+ import { type DescribeClusterParameterGroupsCommandInput, type DescribeClusterParameterGroupsCommandOutput } from "./commands/DescribeClusterParameterGroupsCommand";
58
+ import { type DescribeClusterParametersCommandInput, type DescribeClusterParametersCommandOutput } from "./commands/DescribeClusterParametersCommand";
59
+ import { type DescribeClustersCommandInput, type DescribeClustersCommandOutput } from "./commands/DescribeClustersCommand";
60
+ import { type DescribeClusterSecurityGroupsCommandInput, type DescribeClusterSecurityGroupsCommandOutput } from "./commands/DescribeClusterSecurityGroupsCommand";
61
+ import { type DescribeClusterSnapshotsCommandInput, type DescribeClusterSnapshotsCommandOutput } from "./commands/DescribeClusterSnapshotsCommand";
62
+ import { type DescribeClusterSubnetGroupsCommandInput, type DescribeClusterSubnetGroupsCommandOutput } from "./commands/DescribeClusterSubnetGroupsCommand";
63
+ import { type DescribeClusterTracksCommandInput, type DescribeClusterTracksCommandOutput } from "./commands/DescribeClusterTracksCommand";
64
+ import { type DescribeClusterVersionsCommandInput, type DescribeClusterVersionsCommandOutput } from "./commands/DescribeClusterVersionsCommand";
65
+ import { type DescribeCustomDomainAssociationsCommandInput, type DescribeCustomDomainAssociationsCommandOutput } from "./commands/DescribeCustomDomainAssociationsCommand";
66
+ import { type DescribeDataSharesCommandInput, type DescribeDataSharesCommandOutput } from "./commands/DescribeDataSharesCommand";
67
+ import { type DescribeDataSharesForConsumerCommandInput, type DescribeDataSharesForConsumerCommandOutput } from "./commands/DescribeDataSharesForConsumerCommand";
68
+ import { type DescribeDataSharesForProducerCommandInput, type DescribeDataSharesForProducerCommandOutput } from "./commands/DescribeDataSharesForProducerCommand";
69
+ import { type DescribeDefaultClusterParametersCommandInput, type DescribeDefaultClusterParametersCommandOutput } from "./commands/DescribeDefaultClusterParametersCommand";
70
+ import { type DescribeEndpointAccessCommandInput, type DescribeEndpointAccessCommandOutput } from "./commands/DescribeEndpointAccessCommand";
71
+ import { type DescribeEndpointAuthorizationCommandInput, type DescribeEndpointAuthorizationCommandOutput } from "./commands/DescribeEndpointAuthorizationCommand";
72
+ import { type DescribeEventCategoriesCommandInput, type DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
73
+ import { type DescribeEventsCommandInput, type DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
74
+ import { type DescribeEventSubscriptionsCommandInput, type DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
75
+ import { type DescribeHsmClientCertificatesCommandInput, type DescribeHsmClientCertificatesCommandOutput } from "./commands/DescribeHsmClientCertificatesCommand";
76
+ import { type DescribeHsmConfigurationsCommandInput, type DescribeHsmConfigurationsCommandOutput } from "./commands/DescribeHsmConfigurationsCommand";
77
+ import { type DescribeInboundIntegrationsCommandInput, type DescribeInboundIntegrationsCommandOutput } from "./commands/DescribeInboundIntegrationsCommand";
78
+ import { type DescribeIntegrationsCommandInput, type DescribeIntegrationsCommandOutput } from "./commands/DescribeIntegrationsCommand";
79
+ import { type DescribeLoggingStatusCommandInput, type DescribeLoggingStatusCommandOutput } from "./commands/DescribeLoggingStatusCommand";
80
+ import { type DescribeNodeConfigurationOptionsCommandInput, type DescribeNodeConfigurationOptionsCommandOutput } from "./commands/DescribeNodeConfigurationOptionsCommand";
81
+ import { type DescribeOrderableClusterOptionsCommandInput, type DescribeOrderableClusterOptionsCommandOutput } from "./commands/DescribeOrderableClusterOptionsCommand";
82
+ import { type DescribePartnersCommandInput, type DescribePartnersCommandOutput } from "./commands/DescribePartnersCommand";
83
+ import { type DescribeRedshiftIdcApplicationsCommandInput, type DescribeRedshiftIdcApplicationsCommandOutput } from "./commands/DescribeRedshiftIdcApplicationsCommand";
84
+ import { type DescribeReservedNodeExchangeStatusCommandInput, type DescribeReservedNodeExchangeStatusCommandOutput } from "./commands/DescribeReservedNodeExchangeStatusCommand";
85
+ import { type DescribeReservedNodeOfferingsCommandInput, type DescribeReservedNodeOfferingsCommandOutput } from "./commands/DescribeReservedNodeOfferingsCommand";
86
+ import { type DescribeReservedNodesCommandInput, type DescribeReservedNodesCommandOutput } from "./commands/DescribeReservedNodesCommand";
87
+ import { type DescribeResizeCommandInput, type DescribeResizeCommandOutput } from "./commands/DescribeResizeCommand";
88
+ import { type DescribeScheduledActionsCommandInput, type DescribeScheduledActionsCommandOutput } from "./commands/DescribeScheduledActionsCommand";
89
+ import { type DescribeSnapshotCopyGrantsCommandInput, type DescribeSnapshotCopyGrantsCommandOutput } from "./commands/DescribeSnapshotCopyGrantsCommand";
90
+ import { type DescribeSnapshotSchedulesCommandInput, type DescribeSnapshotSchedulesCommandOutput } from "./commands/DescribeSnapshotSchedulesCommand";
91
+ import { type DescribeStorageCommandInput, type DescribeStorageCommandOutput } from "./commands/DescribeStorageCommand";
92
+ import { type DescribeTableRestoreStatusCommandInput, type DescribeTableRestoreStatusCommandOutput } from "./commands/DescribeTableRestoreStatusCommand";
93
+ import { type DescribeTagsCommandInput, type DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
94
+ import { type DescribeUsageLimitsCommandInput, type DescribeUsageLimitsCommandOutput } from "./commands/DescribeUsageLimitsCommand";
95
+ import { type DisableLoggingCommandInput, type DisableLoggingCommandOutput } from "./commands/DisableLoggingCommand";
96
+ import { type DisableSnapshotCopyCommandInput, type DisableSnapshotCopyCommandOutput } from "./commands/DisableSnapshotCopyCommand";
97
+ import { type DisassociateDataShareConsumerCommandInput, type DisassociateDataShareConsumerCommandOutput } from "./commands/DisassociateDataShareConsumerCommand";
98
+ import { type EnableLoggingCommandInput, type EnableLoggingCommandOutput } from "./commands/EnableLoggingCommand";
99
+ import { type EnableSnapshotCopyCommandInput, type EnableSnapshotCopyCommandOutput } from "./commands/EnableSnapshotCopyCommand";
100
+ import { type FailoverPrimaryComputeCommandInput, type FailoverPrimaryComputeCommandOutput } from "./commands/FailoverPrimaryComputeCommand";
101
+ import { type GetClusterCredentialsCommandInput, type GetClusterCredentialsCommandOutput } from "./commands/GetClusterCredentialsCommand";
102
+ import { type GetClusterCredentialsWithIAMCommandInput, type GetClusterCredentialsWithIAMCommandOutput } from "./commands/GetClusterCredentialsWithIAMCommand";
103
+ import { type GetIdentityCenterAuthTokenCommandInput, type GetIdentityCenterAuthTokenCommandOutput } from "./commands/GetIdentityCenterAuthTokenCommand";
104
+ import { type GetReservedNodeExchangeConfigurationOptionsCommandInput, type GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "./commands/GetReservedNodeExchangeConfigurationOptionsCommand";
105
+ import { type GetReservedNodeExchangeOfferingsCommandInput, type GetReservedNodeExchangeOfferingsCommandOutput } from "./commands/GetReservedNodeExchangeOfferingsCommand";
106
+ import { type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
107
+ import { type ListRecommendationsCommandInput, type ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
108
+ import { type ModifyAquaConfigurationCommandInput, type ModifyAquaConfigurationCommandOutput } from "./commands/ModifyAquaConfigurationCommand";
109
+ import { type ModifyAuthenticationProfileCommandInput, type ModifyAuthenticationProfileCommandOutput } from "./commands/ModifyAuthenticationProfileCommand";
110
+ import { type ModifyClusterCommandInput, type ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
111
+ import { type ModifyClusterDbRevisionCommandInput, type ModifyClusterDbRevisionCommandOutput } from "./commands/ModifyClusterDbRevisionCommand";
112
+ import { type ModifyClusterIamRolesCommandInput, type ModifyClusterIamRolesCommandOutput } from "./commands/ModifyClusterIamRolesCommand";
113
+ import { type ModifyClusterMaintenanceCommandInput, type ModifyClusterMaintenanceCommandOutput } from "./commands/ModifyClusterMaintenanceCommand";
114
+ import { type ModifyClusterParameterGroupCommandInput, type ModifyClusterParameterGroupCommandOutput } from "./commands/ModifyClusterParameterGroupCommand";
115
+ import { type ModifyClusterSnapshotCommandInput, type ModifyClusterSnapshotCommandOutput } from "./commands/ModifyClusterSnapshotCommand";
116
+ import { type ModifyClusterSnapshotScheduleCommandInput, type ModifyClusterSnapshotScheduleCommandOutput } from "./commands/ModifyClusterSnapshotScheduleCommand";
117
+ import { type ModifyClusterSubnetGroupCommandInput, type ModifyClusterSubnetGroupCommandOutput } from "./commands/ModifyClusterSubnetGroupCommand";
118
+ import { type ModifyCustomDomainAssociationCommandInput, type ModifyCustomDomainAssociationCommandOutput } from "./commands/ModifyCustomDomainAssociationCommand";
119
+ import { type ModifyEndpointAccessCommandInput, type ModifyEndpointAccessCommandOutput } from "./commands/ModifyEndpointAccessCommand";
120
+ import { type ModifyEventSubscriptionCommandInput, type ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
121
+ import { type ModifyIntegrationCommandInput, type ModifyIntegrationCommandOutput } from "./commands/ModifyIntegrationCommand";
122
+ import { type ModifyLakehouseConfigurationCommandInput, type ModifyLakehouseConfigurationCommandOutput } from "./commands/ModifyLakehouseConfigurationCommand";
123
+ import { type ModifyRedshiftIdcApplicationCommandInput, type ModifyRedshiftIdcApplicationCommandOutput } from "./commands/ModifyRedshiftIdcApplicationCommand";
124
+ import { type ModifyScheduledActionCommandInput, type ModifyScheduledActionCommandOutput } from "./commands/ModifyScheduledActionCommand";
125
+ import { type ModifySnapshotCopyRetentionPeriodCommandInput, type ModifySnapshotCopyRetentionPeriodCommandOutput } from "./commands/ModifySnapshotCopyRetentionPeriodCommand";
126
+ import { type ModifySnapshotScheduleCommandInput, type ModifySnapshotScheduleCommandOutput } from "./commands/ModifySnapshotScheduleCommand";
127
+ import { type ModifyUsageLimitCommandInput, type ModifyUsageLimitCommandOutput } from "./commands/ModifyUsageLimitCommand";
128
+ import { type PauseClusterCommandInput, type PauseClusterCommandOutput } from "./commands/PauseClusterCommand";
129
+ import { type PurchaseReservedNodeOfferingCommandInput, type PurchaseReservedNodeOfferingCommandOutput } from "./commands/PurchaseReservedNodeOfferingCommand";
130
+ import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
131
+ import { type RebootClusterCommandInput, type RebootClusterCommandOutput } from "./commands/RebootClusterCommand";
132
+ import { type RegisterNamespaceCommandInput, type RegisterNamespaceCommandOutput } from "./commands/RegisterNamespaceCommand";
133
+ import { type RejectDataShareCommandInput, type RejectDataShareCommandOutput } from "./commands/RejectDataShareCommand";
134
+ import { type ResetClusterParameterGroupCommandInput, type ResetClusterParameterGroupCommandOutput } from "./commands/ResetClusterParameterGroupCommand";
135
+ import { type ResizeClusterCommandInput, type ResizeClusterCommandOutput } from "./commands/ResizeClusterCommand";
136
+ import { type RestoreFromClusterSnapshotCommandInput, type RestoreFromClusterSnapshotCommandOutput } from "./commands/RestoreFromClusterSnapshotCommand";
137
+ import { type RestoreTableFromClusterSnapshotCommandInput, type RestoreTableFromClusterSnapshotCommandOutput } from "./commands/RestoreTableFromClusterSnapshotCommand";
138
+ import { type ResumeClusterCommandInput, type ResumeClusterCommandOutput } from "./commands/ResumeClusterCommand";
139
+ import { type RevokeClusterSecurityGroupIngressCommandInput, type RevokeClusterSecurityGroupIngressCommandOutput } from "./commands/RevokeClusterSecurityGroupIngressCommand";
140
+ import { type RevokeEndpointAccessCommandInput, type RevokeEndpointAccessCommandOutput } from "./commands/RevokeEndpointAccessCommand";
141
+ import { type RevokeSnapshotAccessCommandInput, type RevokeSnapshotAccessCommandOutput } from "./commands/RevokeSnapshotAccessCommand";
142
+ import { type RotateEncryptionKeyCommandInput, type RotateEncryptionKeyCommandOutput } from "./commands/RotateEncryptionKeyCommand";
143
+ import { type UpdatePartnerStatusCommandInput, type UpdatePartnerStatusCommandOutput } from "./commands/UpdatePartnerStatusCommand";
144
144
  import { RedshiftClient } from "./RedshiftClient";
145
145
  export interface Redshift {
146
146
  /**