@aws-sdk/client-redshift 3.929.0 → 3.931.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 (176) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +7485 -14838
  3. package/dist-cjs/runtimeConfig.shared.js +7 -0
  4. package/dist-es/Redshift.js +2 -0
  5. package/dist-es/RedshiftClient.js +2 -0
  6. package/dist-es/commands/AcceptReservedNodeExchangeCommand.js +3 -9
  7. package/dist-es/commands/AddPartnerCommand.js +3 -9
  8. package/dist-es/commands/AssociateDataShareConsumerCommand.js +3 -9
  9. package/dist-es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +3 -9
  10. package/dist-es/commands/AuthorizeDataShareCommand.js +3 -9
  11. package/dist-es/commands/AuthorizeEndpointAccessCommand.js +3 -9
  12. package/dist-es/commands/AuthorizeSnapshotAccessCommand.js +3 -9
  13. package/dist-es/commands/BatchDeleteClusterSnapshotsCommand.js +3 -9
  14. package/dist-es/commands/BatchModifyClusterSnapshotsCommand.js +3 -9
  15. package/dist-es/commands/CancelResizeCommand.js +3 -9
  16. package/dist-es/commands/CopyClusterSnapshotCommand.js +3 -9
  17. package/dist-es/commands/CreateAuthenticationProfileCommand.js +3 -9
  18. package/dist-es/commands/CreateClusterCommand.js +3 -10
  19. package/dist-es/commands/CreateClusterParameterGroupCommand.js +3 -9
  20. package/dist-es/commands/CreateClusterSecurityGroupCommand.js +3 -9
  21. package/dist-es/commands/CreateClusterSnapshotCommand.js +3 -9
  22. package/dist-es/commands/CreateClusterSubnetGroupCommand.js +3 -9
  23. package/dist-es/commands/CreateCustomDomainAssociationCommand.js +3 -9
  24. package/dist-es/commands/CreateEndpointAccessCommand.js +3 -9
  25. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -9
  26. package/dist-es/commands/CreateHsmClientCertificateCommand.js +3 -9
  27. package/dist-es/commands/CreateHsmConfigurationCommand.js +3 -9
  28. package/dist-es/commands/CreateIntegrationCommand.js +3 -9
  29. package/dist-es/commands/CreateRedshiftIdcApplicationCommand.js +3 -9
  30. package/dist-es/commands/CreateScheduledActionCommand.js +3 -9
  31. package/dist-es/commands/CreateSnapshotCopyGrantCommand.js +3 -9
  32. package/dist-es/commands/CreateSnapshotScheduleCommand.js +3 -9
  33. package/dist-es/commands/CreateTagsCommand.js +3 -9
  34. package/dist-es/commands/CreateUsageLimitCommand.js +3 -9
  35. package/dist-es/commands/DeauthorizeDataShareCommand.js +3 -9
  36. package/dist-es/commands/DeleteAuthenticationProfileCommand.js +3 -9
  37. package/dist-es/commands/DeleteClusterCommand.js +3 -10
  38. package/dist-es/commands/DeleteClusterParameterGroupCommand.js +3 -9
  39. package/dist-es/commands/DeleteClusterSecurityGroupCommand.js +3 -9
  40. package/dist-es/commands/DeleteClusterSnapshotCommand.js +3 -9
  41. package/dist-es/commands/DeleteClusterSubnetGroupCommand.js +3 -9
  42. package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +3 -9
  43. package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -9
  44. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -9
  45. package/dist-es/commands/DeleteHsmClientCertificateCommand.js +3 -9
  46. package/dist-es/commands/DeleteHsmConfigurationCommand.js +3 -9
  47. package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
  48. package/dist-es/commands/DeletePartnerCommand.js +3 -9
  49. package/dist-es/commands/DeleteRedshiftIdcApplicationCommand.js +3 -9
  50. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  51. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
  52. package/dist-es/commands/DeleteSnapshotCopyGrantCommand.js +3 -9
  53. package/dist-es/commands/DeleteSnapshotScheduleCommand.js +3 -9
  54. package/dist-es/commands/DeleteTagsCommand.js +3 -9
  55. package/dist-es/commands/DeleteUsageLimitCommand.js +3 -9
  56. package/dist-es/commands/DeregisterNamespaceCommand.js +3 -9
  57. package/dist-es/commands/DescribeAccountAttributesCommand.js +3 -9
  58. package/dist-es/commands/DescribeAuthenticationProfilesCommand.js +3 -9
  59. package/dist-es/commands/DescribeClusterDbRevisionsCommand.js +3 -9
  60. package/dist-es/commands/DescribeClusterParameterGroupsCommand.js +3 -9
  61. package/dist-es/commands/DescribeClusterParametersCommand.js +3 -9
  62. package/dist-es/commands/DescribeClusterSecurityGroupsCommand.js +3 -9
  63. package/dist-es/commands/DescribeClusterSnapshotsCommand.js +3 -9
  64. package/dist-es/commands/DescribeClusterSubnetGroupsCommand.js +3 -9
  65. package/dist-es/commands/DescribeClusterTracksCommand.js +3 -9
  66. package/dist-es/commands/DescribeClusterVersionsCommand.js +3 -9
  67. package/dist-es/commands/DescribeClustersCommand.js +3 -10
  68. package/dist-es/commands/DescribeCustomDomainAssociationsCommand.js +3 -9
  69. package/dist-es/commands/DescribeDataSharesCommand.js +3 -9
  70. package/dist-es/commands/DescribeDataSharesForConsumerCommand.js +3 -9
  71. package/dist-es/commands/DescribeDataSharesForProducerCommand.js +3 -9
  72. package/dist-es/commands/DescribeDefaultClusterParametersCommand.js +3 -9
  73. package/dist-es/commands/DescribeEndpointAccessCommand.js +3 -9
  74. package/dist-es/commands/DescribeEndpointAuthorizationCommand.js +3 -9
  75. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -9
  76. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -9
  77. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  78. package/dist-es/commands/DescribeHsmClientCertificatesCommand.js +3 -9
  79. package/dist-es/commands/DescribeHsmConfigurationsCommand.js +3 -9
  80. package/dist-es/commands/DescribeInboundIntegrationsCommand.js +3 -9
  81. package/dist-es/commands/DescribeIntegrationsCommand.js +3 -9
  82. package/dist-es/commands/DescribeLoggingStatusCommand.js +3 -9
  83. package/dist-es/commands/DescribeNodeConfigurationOptionsCommand.js +3 -9
  84. package/dist-es/commands/DescribeOrderableClusterOptionsCommand.js +3 -9
  85. package/dist-es/commands/DescribePartnersCommand.js +3 -9
  86. package/dist-es/commands/DescribeRedshiftIdcApplicationsCommand.js +3 -9
  87. package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +3 -9
  88. package/dist-es/commands/DescribeReservedNodeOfferingsCommand.js +3 -9
  89. package/dist-es/commands/DescribeReservedNodesCommand.js +3 -9
  90. package/dist-es/commands/DescribeResizeCommand.js +3 -9
  91. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -9
  92. package/dist-es/commands/DescribeSnapshotCopyGrantsCommand.js +3 -9
  93. package/dist-es/commands/DescribeSnapshotSchedulesCommand.js +3 -9
  94. package/dist-es/commands/DescribeStorageCommand.js +3 -9
  95. package/dist-es/commands/DescribeTableRestoreStatusCommand.js +3 -9
  96. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  97. package/dist-es/commands/DescribeUsageLimitsCommand.js +3 -9
  98. package/dist-es/commands/DisableLoggingCommand.js +3 -9
  99. package/dist-es/commands/DisableSnapshotCopyCommand.js +3 -10
  100. package/dist-es/commands/DisassociateDataShareConsumerCommand.js +3 -9
  101. package/dist-es/commands/EnableLoggingCommand.js +3 -9
  102. package/dist-es/commands/EnableSnapshotCopyCommand.js +3 -10
  103. package/dist-es/commands/FailoverPrimaryComputeCommand.js +3 -10
  104. package/dist-es/commands/GetClusterCredentialsCommand.js +3 -10
  105. package/dist-es/commands/GetClusterCredentialsWithIAMCommand.js +3 -10
  106. package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +16 -0
  107. package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +3 -9
  108. package/dist-es/commands/GetReservedNodeExchangeOfferingsCommand.js +3 -9
  109. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  110. package/dist-es/commands/ListRecommendationsCommand.js +3 -9
  111. package/dist-es/commands/ModifyAquaConfigurationCommand.js +3 -9
  112. package/dist-es/commands/ModifyAuthenticationProfileCommand.js +3 -9
  113. package/dist-es/commands/ModifyClusterCommand.js +3 -10
  114. package/dist-es/commands/ModifyClusterDbRevisionCommand.js +3 -10
  115. package/dist-es/commands/ModifyClusterIamRolesCommand.js +3 -10
  116. package/dist-es/commands/ModifyClusterMaintenanceCommand.js +3 -10
  117. package/dist-es/commands/ModifyClusterParameterGroupCommand.js +3 -9
  118. package/dist-es/commands/ModifyClusterSnapshotCommand.js +3 -9
  119. package/dist-es/commands/ModifyClusterSnapshotScheduleCommand.js +3 -9
  120. package/dist-es/commands/ModifyClusterSubnetGroupCommand.js +3 -9
  121. package/dist-es/commands/ModifyCustomDomainAssociationCommand.js +3 -9
  122. package/dist-es/commands/ModifyEndpointAccessCommand.js +3 -9
  123. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -9
  124. package/dist-es/commands/ModifyIntegrationCommand.js +3 -9
  125. package/dist-es/commands/ModifyRedshiftIdcApplicationCommand.js +3 -9
  126. package/dist-es/commands/ModifyScheduledActionCommand.js +3 -9
  127. package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +3 -10
  128. package/dist-es/commands/ModifySnapshotScheduleCommand.js +3 -9
  129. package/dist-es/commands/ModifyUsageLimitCommand.js +3 -9
  130. package/dist-es/commands/PauseClusterCommand.js +3 -10
  131. package/dist-es/commands/PurchaseReservedNodeOfferingCommand.js +3 -9
  132. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  133. package/dist-es/commands/RebootClusterCommand.js +3 -10
  134. package/dist-es/commands/RegisterNamespaceCommand.js +3 -9
  135. package/dist-es/commands/RejectDataShareCommand.js +3 -9
  136. package/dist-es/commands/ResetClusterParameterGroupCommand.js +3 -9
  137. package/dist-es/commands/ResizeClusterCommand.js +3 -10
  138. package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +3 -10
  139. package/dist-es/commands/RestoreTableFromClusterSnapshotCommand.js +3 -9
  140. package/dist-es/commands/ResumeClusterCommand.js +3 -10
  141. package/dist-es/commands/RevokeClusterSecurityGroupIngressCommand.js +3 -9
  142. package/dist-es/commands/RevokeEndpointAccessCommand.js +3 -9
  143. package/dist-es/commands/RevokeSnapshotAccessCommand.js +3 -9
  144. package/dist-es/commands/RotateEncryptionKeyCommand.js +3 -10
  145. package/dist-es/commands/UpdatePartnerStatusCommand.js +3 -9
  146. package/dist-es/commands/index.js +1 -0
  147. package/dist-es/models/models_0.js +0 -71
  148. package/dist-es/models/models_1.js +12 -62
  149. package/dist-es/runtimeConfig.shared.js +7 -0
  150. package/dist-es/schemas/schemas_0.js +7184 -0
  151. package/dist-types/Redshift.d.ts +7 -0
  152. package/dist-types/RedshiftClient.d.ts +13 -3
  153. package/dist-types/commands/GetIdentityCenterAuthTokenCommand.d.ts +102 -0
  154. package/dist-types/commands/index.d.ts +1 -0
  155. package/dist-types/models/models_0.d.ts +16 -36
  156. package/dist-types/models/models_1.d.ts +77 -60
  157. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  158. package/dist-types/runtimeConfig.d.ts +1 -0
  159. package/dist-types/runtimeConfig.native.d.ts +1 -0
  160. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  161. package/dist-types/schemas/schemas_0.d.ts +719 -0
  162. package/dist-types/ts3.4/Redshift.d.ts +17 -0
  163. package/dist-types/ts3.4/RedshiftClient.d.ts +10 -0
  164. package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +51 -0
  165. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  166. package/dist-types/ts3.4/models/models_0.d.ts +0 -26
  167. package/dist-types/ts3.4/models/models_1.d.ts +14 -45
  168. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  169. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  170. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  171. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  172. package/dist-types/ts3.4/schemas/schemas_0.d.ts +725 -0
  173. package/package.json +34 -34
  174. package/dist-es/protocols/Aws_query.js +0 -13715
  175. package/dist-types/protocols/Aws_query.d.ts +0 -1253
  176. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1673
@@ -99,6 +99,7 @@ import { EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput } from
99
99
  import { FailoverPrimaryComputeCommandInput, FailoverPrimaryComputeCommandOutput } from "./commands/FailoverPrimaryComputeCommand";
100
100
  import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput } from "./commands/GetClusterCredentialsCommand";
101
101
  import { GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput } from "./commands/GetClusterCredentialsWithIAMCommand";
102
+ import { GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput } from "./commands/GetIdentityCenterAuthTokenCommand";
102
103
  import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "./commands/GetReservedNodeExchangeConfigurationOptionsCommand";
103
104
  import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "./commands/GetReservedNodeExchangeOfferingsCommand";
104
105
  import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
@@ -777,6 +778,12 @@ export interface Redshift {
777
778
  getClusterCredentialsWithIAM(args: GetClusterCredentialsWithIAMCommandInput, options?: __HttpHandlerOptions): Promise<GetClusterCredentialsWithIAMCommandOutput>;
778
779
  getClusterCredentialsWithIAM(args: GetClusterCredentialsWithIAMCommandInput, cb: (err: any, data?: GetClusterCredentialsWithIAMCommandOutput) => void): void;
779
780
  getClusterCredentialsWithIAM(args: GetClusterCredentialsWithIAMCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClusterCredentialsWithIAMCommandOutput) => void): void;
781
+ /**
782
+ * @see {@link GetIdentityCenterAuthTokenCommand}
783
+ */
784
+ getIdentityCenterAuthToken(args: GetIdentityCenterAuthTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetIdentityCenterAuthTokenCommandOutput>;
785
+ getIdentityCenterAuthToken(args: GetIdentityCenterAuthTokenCommandInput, cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void): void;
786
+ getIdentityCenterAuthToken(args: GetIdentityCenterAuthTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void): void;
780
787
  /**
781
788
  * @see {@link GetReservedNodeExchangeConfigurationOptionsCommand}
782
789
  */
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AcceptReservedNodeExchangeCommandInput, AcceptReservedNodeExchangeCommandOutput } from "./commands/AcceptReservedNodeExchangeCommand";
11
11
  import { AddPartnerCommandInput, AddPartnerCommandOutput } from "./commands/AddPartnerCommand";
@@ -107,6 +107,7 @@ import { EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput } from
107
107
  import { FailoverPrimaryComputeCommandInput, FailoverPrimaryComputeCommandOutput } from "./commands/FailoverPrimaryComputeCommand";
108
108
  import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput } from "./commands/GetClusterCredentialsCommand";
109
109
  import { GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput } from "./commands/GetClusterCredentialsWithIAMCommand";
110
+ import { GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput } from "./commands/GetIdentityCenterAuthTokenCommand";
110
111
  import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "./commands/GetReservedNodeExchangeConfigurationOptionsCommand";
111
112
  import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "./commands/GetReservedNodeExchangeOfferingsCommand";
112
113
  import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
@@ -152,11 +153,11 @@ export { __Client };
152
153
  /**
153
154
  * @public
154
155
  */
155
- 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 | CreateIntegrationCommandInput | CreateRedshiftIdcApplicationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCopyGrantCommandInput | CreateSnapshotScheduleCommandInput | CreateTagsCommandInput | CreateUsageLimitCommandInput | DeauthorizeDataShareCommandInput | DeleteAuthenticationProfileCommandInput | DeleteClusterCommandInput | DeleteClusterParameterGroupCommandInput | DeleteClusterSecurityGroupCommandInput | DeleteClusterSnapshotCommandInput | DeleteClusterSubnetGroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteEventSubscriptionCommandInput | DeleteHsmClientCertificateCommandInput | DeleteHsmConfigurationCommandInput | DeleteIntegrationCommandInput | DeletePartnerCommandInput | DeleteRedshiftIdcApplicationCommandInput | DeleteResourcePolicyCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCopyGrantCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTagsCommandInput | DeleteUsageLimitCommandInput | DeregisterNamespaceCommandInput | DescribeAccountAttributesCommandInput | DescribeAuthenticationProfilesCommandInput | DescribeClusterDbRevisionsCommandInput | DescribeClusterParameterGroupsCommandInput | DescribeClusterParametersCommandInput | DescribeClusterSecurityGroupsCommandInput | DescribeClusterSnapshotsCommandInput | DescribeClusterSubnetGroupsCommandInput | DescribeClusterTracksCommandInput | DescribeClusterVersionsCommandInput | DescribeClustersCommandInput | DescribeCustomDomainAssociationsCommandInput | DescribeDataSharesCommandInput | DescribeDataSharesForConsumerCommandInput | DescribeDataSharesForProducerCommandInput | DescribeDefaultClusterParametersCommandInput | DescribeEndpointAccessCommandInput | DescribeEndpointAuthorizationCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeHsmClientCertificatesCommandInput | DescribeHsmConfigurationsCommandInput | DescribeInboundIntegrationsCommandInput | DescribeIntegrationsCommandInput | DescribeLoggingStatusCommandInput | DescribeNodeConfigurationOptionsCommandInput | DescribeOrderableClusterOptionsCommandInput | DescribePartnersCommandInput | DescribeRedshiftIdcApplicationsCommandInput | DescribeReservedNodeExchangeStatusCommandInput | DescribeReservedNodeOfferingsCommandInput | DescribeReservedNodesCommandInput | DescribeResizeCommandInput | DescribeScheduledActionsCommandInput | DescribeSnapshotCopyGrantsCommandInput | DescribeSnapshotSchedulesCommandInput | DescribeStorageCommandInput | DescribeTableRestoreStatusCommandInput | DescribeTagsCommandInput | DescribeUsageLimitsCommandInput | DisableLoggingCommandInput | DisableSnapshotCopyCommandInput | DisassociateDataShareConsumerCommandInput | EnableLoggingCommandInput | EnableSnapshotCopyCommandInput | FailoverPrimaryComputeCommandInput | GetClusterCredentialsCommandInput | GetClusterCredentialsWithIAMCommandInput | GetReservedNodeExchangeConfigurationOptionsCommandInput | GetReservedNodeExchangeOfferingsCommandInput | GetResourcePolicyCommandInput | ListRecommendationsCommandInput | ModifyAquaConfigurationCommandInput | ModifyAuthenticationProfileCommandInput | ModifyClusterCommandInput | ModifyClusterDbRevisionCommandInput | ModifyClusterIamRolesCommandInput | ModifyClusterMaintenanceCommandInput | ModifyClusterParameterGroupCommandInput | ModifyClusterSnapshotCommandInput | ModifyClusterSnapshotScheduleCommandInput | ModifyClusterSubnetGroupCommandInput | ModifyCustomDomainAssociationCommandInput | ModifyEndpointAccessCommandInput | ModifyEventSubscriptionCommandInput | ModifyIntegrationCommandInput | ModifyRedshiftIdcApplicationCommandInput | ModifyScheduledActionCommandInput | ModifySnapshotCopyRetentionPeriodCommandInput | ModifySnapshotScheduleCommandInput | ModifyUsageLimitCommandInput | PauseClusterCommandInput | PurchaseReservedNodeOfferingCommandInput | PutResourcePolicyCommandInput | RebootClusterCommandInput | RegisterNamespaceCommandInput | RejectDataShareCommandInput | ResetClusterParameterGroupCommandInput | ResizeClusterCommandInput | RestoreFromClusterSnapshotCommandInput | RestoreTableFromClusterSnapshotCommandInput | ResumeClusterCommandInput | RevokeClusterSecurityGroupIngressCommandInput | RevokeEndpointAccessCommandInput | RevokeSnapshotAccessCommandInput | RotateEncryptionKeyCommandInput | UpdatePartnerStatusCommandInput;
156
+ 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 | CreateIntegrationCommandInput | CreateRedshiftIdcApplicationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCopyGrantCommandInput | CreateSnapshotScheduleCommandInput | CreateTagsCommandInput | CreateUsageLimitCommandInput | DeauthorizeDataShareCommandInput | DeleteAuthenticationProfileCommandInput | DeleteClusterCommandInput | DeleteClusterParameterGroupCommandInput | DeleteClusterSecurityGroupCommandInput | DeleteClusterSnapshotCommandInput | DeleteClusterSubnetGroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteEventSubscriptionCommandInput | DeleteHsmClientCertificateCommandInput | DeleteHsmConfigurationCommandInput | DeleteIntegrationCommandInput | DeletePartnerCommandInput | DeleteRedshiftIdcApplicationCommandInput | DeleteResourcePolicyCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCopyGrantCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTagsCommandInput | DeleteUsageLimitCommandInput | DeregisterNamespaceCommandInput | DescribeAccountAttributesCommandInput | DescribeAuthenticationProfilesCommandInput | DescribeClusterDbRevisionsCommandInput | DescribeClusterParameterGroupsCommandInput | DescribeClusterParametersCommandInput | DescribeClusterSecurityGroupsCommandInput | DescribeClusterSnapshotsCommandInput | DescribeClusterSubnetGroupsCommandInput | DescribeClusterTracksCommandInput | DescribeClusterVersionsCommandInput | DescribeClustersCommandInput | DescribeCustomDomainAssociationsCommandInput | DescribeDataSharesCommandInput | DescribeDataSharesForConsumerCommandInput | DescribeDataSharesForProducerCommandInput | DescribeDefaultClusterParametersCommandInput | DescribeEndpointAccessCommandInput | DescribeEndpointAuthorizationCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeHsmClientCertificatesCommandInput | DescribeHsmConfigurationsCommandInput | DescribeInboundIntegrationsCommandInput | DescribeIntegrationsCommandInput | DescribeLoggingStatusCommandInput | DescribeNodeConfigurationOptionsCommandInput | DescribeOrderableClusterOptionsCommandInput | DescribePartnersCommandInput | DescribeRedshiftIdcApplicationsCommandInput | DescribeReservedNodeExchangeStatusCommandInput | DescribeReservedNodeOfferingsCommandInput | DescribeReservedNodesCommandInput | DescribeResizeCommandInput | DescribeScheduledActionsCommandInput | DescribeSnapshotCopyGrantsCommandInput | DescribeSnapshotSchedulesCommandInput | DescribeStorageCommandInput | DescribeTableRestoreStatusCommandInput | DescribeTagsCommandInput | DescribeUsageLimitsCommandInput | DisableLoggingCommandInput | DisableSnapshotCopyCommandInput | DisassociateDataShareConsumerCommandInput | EnableLoggingCommandInput | EnableSnapshotCopyCommandInput | FailoverPrimaryComputeCommandInput | GetClusterCredentialsCommandInput | GetClusterCredentialsWithIAMCommandInput | GetIdentityCenterAuthTokenCommandInput | GetReservedNodeExchangeConfigurationOptionsCommandInput | GetReservedNodeExchangeOfferingsCommandInput | GetResourcePolicyCommandInput | ListRecommendationsCommandInput | ModifyAquaConfigurationCommandInput | ModifyAuthenticationProfileCommandInput | ModifyClusterCommandInput | ModifyClusterDbRevisionCommandInput | ModifyClusterIamRolesCommandInput | ModifyClusterMaintenanceCommandInput | ModifyClusterParameterGroupCommandInput | ModifyClusterSnapshotCommandInput | ModifyClusterSnapshotScheduleCommandInput | ModifyClusterSubnetGroupCommandInput | ModifyCustomDomainAssociationCommandInput | ModifyEndpointAccessCommandInput | ModifyEventSubscriptionCommandInput | ModifyIntegrationCommandInput | ModifyRedshiftIdcApplicationCommandInput | ModifyScheduledActionCommandInput | ModifySnapshotCopyRetentionPeriodCommandInput | ModifySnapshotScheduleCommandInput | ModifyUsageLimitCommandInput | PauseClusterCommandInput | PurchaseReservedNodeOfferingCommandInput | PutResourcePolicyCommandInput | RebootClusterCommandInput | RegisterNamespaceCommandInput | RejectDataShareCommandInput | ResetClusterParameterGroupCommandInput | ResizeClusterCommandInput | RestoreFromClusterSnapshotCommandInput | RestoreTableFromClusterSnapshotCommandInput | ResumeClusterCommandInput | RevokeClusterSecurityGroupIngressCommandInput | RevokeEndpointAccessCommandInput | RevokeSnapshotAccessCommandInput | RotateEncryptionKeyCommandInput | UpdatePartnerStatusCommandInput;
156
157
  /**
157
158
  * @public
158
159
  */
159
- 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 | CreateIntegrationCommandOutput | CreateRedshiftIdcApplicationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCopyGrantCommandOutput | CreateSnapshotScheduleCommandOutput | CreateTagsCommandOutput | CreateUsageLimitCommandOutput | DeauthorizeDataShareCommandOutput | DeleteAuthenticationProfileCommandOutput | DeleteClusterCommandOutput | DeleteClusterParameterGroupCommandOutput | DeleteClusterSecurityGroupCommandOutput | DeleteClusterSnapshotCommandOutput | DeleteClusterSubnetGroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteHsmClientCertificateCommandOutput | DeleteHsmConfigurationCommandOutput | DeleteIntegrationCommandOutput | DeletePartnerCommandOutput | DeleteRedshiftIdcApplicationCommandOutput | DeleteResourcePolicyCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCopyGrantCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTagsCommandOutput | DeleteUsageLimitCommandOutput | DeregisterNamespaceCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAuthenticationProfilesCommandOutput | DescribeClusterDbRevisionsCommandOutput | DescribeClusterParameterGroupsCommandOutput | DescribeClusterParametersCommandOutput | DescribeClusterSecurityGroupsCommandOutput | DescribeClusterSnapshotsCommandOutput | DescribeClusterSubnetGroupsCommandOutput | DescribeClusterTracksCommandOutput | DescribeClusterVersionsCommandOutput | DescribeClustersCommandOutput | DescribeCustomDomainAssociationsCommandOutput | DescribeDataSharesCommandOutput | DescribeDataSharesForConsumerCommandOutput | DescribeDataSharesForProducerCommandOutput | DescribeDefaultClusterParametersCommandOutput | DescribeEndpointAccessCommandOutput | DescribeEndpointAuthorizationCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeHsmClientCertificatesCommandOutput | DescribeHsmConfigurationsCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeIntegrationsCommandOutput | DescribeLoggingStatusCommandOutput | DescribeNodeConfigurationOptionsCommandOutput | DescribeOrderableClusterOptionsCommandOutput | DescribePartnersCommandOutput | DescribeRedshiftIdcApplicationsCommandOutput | DescribeReservedNodeExchangeStatusCommandOutput | DescribeReservedNodeOfferingsCommandOutput | DescribeReservedNodesCommandOutput | DescribeResizeCommandOutput | DescribeScheduledActionsCommandOutput | DescribeSnapshotCopyGrantsCommandOutput | DescribeSnapshotSchedulesCommandOutput | DescribeStorageCommandOutput | DescribeTableRestoreStatusCommandOutput | DescribeTagsCommandOutput | DescribeUsageLimitsCommandOutput | DisableLoggingCommandOutput | DisableSnapshotCopyCommandOutput | DisassociateDataShareConsumerCommandOutput | EnableLoggingCommandOutput | EnableSnapshotCopyCommandOutput | FailoverPrimaryComputeCommandOutput | GetClusterCredentialsCommandOutput | GetClusterCredentialsWithIAMCommandOutput | GetReservedNodeExchangeConfigurationOptionsCommandOutput | GetReservedNodeExchangeOfferingsCommandOutput | GetResourcePolicyCommandOutput | ListRecommendationsCommandOutput | ModifyAquaConfigurationCommandOutput | ModifyAuthenticationProfileCommandOutput | ModifyClusterCommandOutput | ModifyClusterDbRevisionCommandOutput | ModifyClusterIamRolesCommandOutput | ModifyClusterMaintenanceCommandOutput | ModifyClusterParameterGroupCommandOutput | ModifyClusterSnapshotCommandOutput | ModifyClusterSnapshotScheduleCommandOutput | ModifyClusterSubnetGroupCommandOutput | ModifyCustomDomainAssociationCommandOutput | ModifyEndpointAccessCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyIntegrationCommandOutput | ModifyRedshiftIdcApplicationCommandOutput | ModifyScheduledActionCommandOutput | ModifySnapshotCopyRetentionPeriodCommandOutput | ModifySnapshotScheduleCommandOutput | ModifyUsageLimitCommandOutput | PauseClusterCommandOutput | PurchaseReservedNodeOfferingCommandOutput | PutResourcePolicyCommandOutput | RebootClusterCommandOutput | RegisterNamespaceCommandOutput | RejectDataShareCommandOutput | ResetClusterParameterGroupCommandOutput | ResizeClusterCommandOutput | RestoreFromClusterSnapshotCommandOutput | RestoreTableFromClusterSnapshotCommandOutput | ResumeClusterCommandOutput | RevokeClusterSecurityGroupIngressCommandOutput | RevokeEndpointAccessCommandOutput | RevokeSnapshotAccessCommandOutput | RotateEncryptionKeyCommandOutput | UpdatePartnerStatusCommandOutput;
160
+ 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 | CreateIntegrationCommandOutput | CreateRedshiftIdcApplicationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCopyGrantCommandOutput | CreateSnapshotScheduleCommandOutput | CreateTagsCommandOutput | CreateUsageLimitCommandOutput | DeauthorizeDataShareCommandOutput | DeleteAuthenticationProfileCommandOutput | DeleteClusterCommandOutput | DeleteClusterParameterGroupCommandOutput | DeleteClusterSecurityGroupCommandOutput | DeleteClusterSnapshotCommandOutput | DeleteClusterSubnetGroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteHsmClientCertificateCommandOutput | DeleteHsmConfigurationCommandOutput | DeleteIntegrationCommandOutput | DeletePartnerCommandOutput | DeleteRedshiftIdcApplicationCommandOutput | DeleteResourcePolicyCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCopyGrantCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTagsCommandOutput | DeleteUsageLimitCommandOutput | DeregisterNamespaceCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAuthenticationProfilesCommandOutput | DescribeClusterDbRevisionsCommandOutput | DescribeClusterParameterGroupsCommandOutput | DescribeClusterParametersCommandOutput | DescribeClusterSecurityGroupsCommandOutput | DescribeClusterSnapshotsCommandOutput | DescribeClusterSubnetGroupsCommandOutput | DescribeClusterTracksCommandOutput | DescribeClusterVersionsCommandOutput | DescribeClustersCommandOutput | DescribeCustomDomainAssociationsCommandOutput | DescribeDataSharesCommandOutput | DescribeDataSharesForConsumerCommandOutput | DescribeDataSharesForProducerCommandOutput | DescribeDefaultClusterParametersCommandOutput | DescribeEndpointAccessCommandOutput | DescribeEndpointAuthorizationCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeHsmClientCertificatesCommandOutput | DescribeHsmConfigurationsCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeIntegrationsCommandOutput | DescribeLoggingStatusCommandOutput | DescribeNodeConfigurationOptionsCommandOutput | DescribeOrderableClusterOptionsCommandOutput | DescribePartnersCommandOutput | DescribeRedshiftIdcApplicationsCommandOutput | DescribeReservedNodeExchangeStatusCommandOutput | DescribeReservedNodeOfferingsCommandOutput | DescribeReservedNodesCommandOutput | DescribeResizeCommandOutput | DescribeScheduledActionsCommandOutput | DescribeSnapshotCopyGrantsCommandOutput | DescribeSnapshotSchedulesCommandOutput | DescribeStorageCommandOutput | DescribeTableRestoreStatusCommandOutput | DescribeTagsCommandOutput | DescribeUsageLimitsCommandOutput | DisableLoggingCommandOutput | DisableSnapshotCopyCommandOutput | DisassociateDataShareConsumerCommandOutput | EnableLoggingCommandOutput | EnableSnapshotCopyCommandOutput | FailoverPrimaryComputeCommandOutput | GetClusterCredentialsCommandOutput | GetClusterCredentialsWithIAMCommandOutput | GetIdentityCenterAuthTokenCommandOutput | GetReservedNodeExchangeConfigurationOptionsCommandOutput | GetReservedNodeExchangeOfferingsCommandOutput | GetResourcePolicyCommandOutput | ListRecommendationsCommandOutput | ModifyAquaConfigurationCommandOutput | ModifyAuthenticationProfileCommandOutput | ModifyClusterCommandOutput | ModifyClusterDbRevisionCommandOutput | ModifyClusterIamRolesCommandOutput | ModifyClusterMaintenanceCommandOutput | ModifyClusterParameterGroupCommandOutput | ModifyClusterSnapshotCommandOutput | ModifyClusterSnapshotScheduleCommandOutput | ModifyClusterSubnetGroupCommandOutput | ModifyCustomDomainAssociationCommandOutput | ModifyEndpointAccessCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyIntegrationCommandOutput | ModifyRedshiftIdcApplicationCommandOutput | ModifyScheduledActionCommandOutput | ModifySnapshotCopyRetentionPeriodCommandOutput | ModifySnapshotScheduleCommandOutput | ModifyUsageLimitCommandOutput | PauseClusterCommandOutput | PurchaseReservedNodeOfferingCommandOutput | PutResourcePolicyCommandOutput | RebootClusterCommandOutput | RegisterNamespaceCommandOutput | RejectDataShareCommandOutput | ResetClusterParameterGroupCommandOutput | ResizeClusterCommandOutput | RestoreFromClusterSnapshotCommandOutput | RestoreTableFromClusterSnapshotCommandOutput | ResumeClusterCommandOutput | RevokeClusterSecurityGroupIngressCommandOutput | RevokeEndpointAccessCommandOutput | RevokeSnapshotAccessCommandOutput | RotateEncryptionKeyCommandOutput | UpdatePartnerStatusCommandOutput;
160
161
  /**
161
162
  * @public
162
163
  */
@@ -280,6 +281,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
280
281
  * Optional extensions
281
282
  */
282
283
  extensions?: RuntimeExtension[];
284
+ /**
285
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
286
+ * may be overridden. A default will always be set by the client.
287
+ * Available options depend on the service's supported protocols and will not be validated by
288
+ * the client.
289
+ * @alpha
290
+ *
291
+ */
292
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
283
293
  /**
284
294
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
285
295
  */
@@ -0,0 +1,102 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetIdentityCenterAuthTokenRequest, GetIdentityCenterAuthTokenResponse } from "../models/models_1";
4
+ import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetIdentityCenterAuthTokenCommand}.
14
+ */
15
+ export interface GetIdentityCenterAuthTokenCommandInput extends GetIdentityCenterAuthTokenRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetIdentityCenterAuthTokenCommand}.
21
+ */
22
+ export interface GetIdentityCenterAuthTokenCommandOutput extends GetIdentityCenterAuthTokenResponse, __MetadataBearer {
23
+ }
24
+ declare const GetIdentityCenterAuthTokenCommand_base: {
25
+ new (input: GetIdentityCenterAuthTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIdentityCenterAuthTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Generates an encrypted authentication token that propagates the caller's
31
+ * Amazon Web Services IAM Identity Center identity to Amazon Redshift clusters. This API extracts the
32
+ * Amazon Web Services IAM Identity Center identity from enhanced credentials and creates a secure token
33
+ * that Amazon Redshift drivers can use for authentication.</p>
34
+ * <p>The token is encrypted using Key Management Service (KMS) and can only be
35
+ * decrypted by the specified Amazon Redshift clusters. The token contains the caller's
36
+ * Amazon Web Services IAM Identity Center identity information and is valid for a limited time period.</p>
37
+ * <p>This API is exclusively for use with Amazon Web Services IAM Identity Center enhanced credentials. If the
38
+ * caller is not using enhanced credentials with embedded Amazon Web Services IAM Identity Center identity, the API will
39
+ * return an error.</p>
40
+ * @example
41
+ * Use a bare-bones client and the command you need to make an API call.
42
+ * ```javascript
43
+ * import { RedshiftClient, GetIdentityCenterAuthTokenCommand } from "@aws-sdk/client-redshift"; // ES Modules import
44
+ * // const { RedshiftClient, GetIdentityCenterAuthTokenCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
45
+ * // import type { RedshiftClientConfig } from "@aws-sdk/client-redshift";
46
+ * const config = {}; // type is RedshiftClientConfig
47
+ * const client = new RedshiftClient(config);
48
+ * const input = { // GetIdentityCenterAuthTokenRequest
49
+ * ClusterIds: [ // ClusterIdentifierList // required
50
+ * "STRING_VALUE",
51
+ * ],
52
+ * };
53
+ * const command = new GetIdentityCenterAuthTokenCommand(input);
54
+ * const response = await client.send(command);
55
+ * // { // GetIdentityCenterAuthTokenResponse
56
+ * // Token: "STRING_VALUE",
57
+ * // ExpirationTime: new Date("TIMESTAMP"),
58
+ * // };
59
+ *
60
+ * ```
61
+ *
62
+ * @param GetIdentityCenterAuthTokenCommandInput - {@link GetIdentityCenterAuthTokenCommandInput}
63
+ * @returns {@link GetIdentityCenterAuthTokenCommandOutput}
64
+ * @see {@link GetIdentityCenterAuthTokenCommandInput} for command's `input` shape.
65
+ * @see {@link GetIdentityCenterAuthTokenCommandOutput} for command's `response` shape.
66
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
67
+ *
68
+ * @throws {@link ClusterNotFoundFault} (client fault)
69
+ * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
70
+ * </p>
71
+ *
72
+ * @throws {@link InvalidClusterStateFault} (client fault)
73
+ * <p>The specified cluster is not in the <code>available</code> state. </p>
74
+ *
75
+ * @throws {@link RedshiftInvalidParameterFault} (client fault)
76
+ * <p>The request contains one or more invalid parameters.
77
+ * This error occurs when required parameters are missing,
78
+ * parameter values are outside acceptable ranges,
79
+ * or parameter formats are incorrect.</p>
80
+ *
81
+ * @throws {@link UnsupportedOperationFault} (client fault)
82
+ * <p>The requested operation isn't supported.</p>
83
+ *
84
+ * @throws {@link RedshiftServiceException}
85
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
86
+ *
87
+ *
88
+ * @public
89
+ */
90
+ export declare class GetIdentityCenterAuthTokenCommand extends GetIdentityCenterAuthTokenCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetIdentityCenterAuthTokenRequest;
95
+ output: GetIdentityCenterAuthTokenResponse;
96
+ };
97
+ sdk: {
98
+ input: GetIdentityCenterAuthTokenCommandInput;
99
+ output: GetIdentityCenterAuthTokenCommandOutput;
100
+ };
101
+ };
102
+ }
@@ -98,6 +98,7 @@ export * from "./EnableSnapshotCopyCommand";
98
98
  export * from "./FailoverPrimaryComputeCommand";
99
99
  export * from "./GetClusterCredentialsCommand";
100
100
  export * from "./GetClusterCredentialsWithIAMCommand";
101
+ export * from "./GetIdentityCenterAuthTokenCommand";
101
102
  export * from "./GetReservedNodeExchangeConfigurationOptionsCommand";
102
103
  export * from "./GetReservedNodeExchangeOfferingsCommand";
103
104
  export * from "./GetResourcePolicyCommand";
@@ -5382,11 +5382,14 @@ export declare namespace LakeFormationScopeUnion {
5382
5382
  LakeFormationQuery?: never;
5383
5383
  $unknown: [string, any];
5384
5384
  }
5385
+ /**
5386
+ * @deprecated unused in schema-serde mode.
5387
+ *
5388
+ */
5385
5389
  interface Visitor<T> {
5386
5390
  LakeFormationQuery: (value: LakeFormationQuery) => T;
5387
5391
  _: (name: string, value: any) => T;
5388
5392
  }
5389
- const visit: <T>(value: LakeFormationScopeUnion, visitor: Visitor<T>) => T;
5390
5393
  }
5391
5394
  /**
5392
5395
  * <p>The S3 Access Grants scope.</p>
@@ -5423,11 +5426,14 @@ export declare namespace S3AccessGrantsScopeUnion {
5423
5426
  ReadWriteAccess?: never;
5424
5427
  $unknown: [string, any];
5425
5428
  }
5429
+ /**
5430
+ * @deprecated unused in schema-serde mode.
5431
+ *
5432
+ */
5426
5433
  interface Visitor<T> {
5427
5434
  ReadWriteAccess: (value: ReadWriteAccess) => T;
5428
5435
  _: (name: string, value: any) => T;
5429
5436
  }
5430
- const visit: <T>(value: S3AccessGrantsScopeUnion, visitor: Visitor<T>) => T;
5431
5437
  }
5432
5438
  /**
5433
5439
  * <p>A list of service integrations.</p>
@@ -5464,12 +5470,15 @@ export declare namespace ServiceIntegrationsUnion {
5464
5470
  S3AccessGrants?: never;
5465
5471
  $unknown: [string, any];
5466
5472
  }
5473
+ /**
5474
+ * @deprecated unused in schema-serde mode.
5475
+ *
5476
+ */
5467
5477
  interface Visitor<T> {
5468
5478
  LakeFormation: (value: LakeFormationScopeUnion[]) => T;
5469
5479
  S3AccessGrants: (value: S3AccessGrantsScopeUnion[]) => T;
5470
5480
  _: (name: string, value: any) => T;
5471
5481
  }
5472
- const visit: <T>(value: ServiceIntegrationsUnion, visitor: Visitor<T>) => T;
5473
5482
  }
5474
5483
  /**
5475
5484
  * @public
@@ -7021,12 +7030,15 @@ export declare namespace NamespaceIdentifierUnion {
7021
7030
  ProvisionedIdentifier?: never;
7022
7031
  $unknown: [string, any];
7023
7032
  }
7033
+ /**
7034
+ * @deprecated unused in schema-serde mode.
7035
+ *
7036
+ */
7024
7037
  interface Visitor<T> {
7025
7038
  ServerlessIdentifier: (value: ServerlessIdentifier) => T;
7026
7039
  ProvisionedIdentifier: (value: ProvisionedIdentifier) => T;
7027
7040
  _: (name: string, value: any) => T;
7028
7041
  }
7029
- const visit: <T>(value: NamespaceIdentifierUnion, visitor: Visitor<T>) => T;
7030
7042
  }
7031
7043
  /**
7032
7044
  * @public
@@ -7045,35 +7057,3 @@ export interface DeregisterNamespaceInputMessage {
7045
7057
  */
7046
7058
  ConsumerIdentifiers: string[] | undefined;
7047
7059
  }
7048
- /**
7049
- * @internal
7050
- */
7051
- export declare const PendingModifiedValuesFilterSensitiveLog: (obj: PendingModifiedValues) => any;
7052
- /**
7053
- * @internal
7054
- */
7055
- export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
7056
- /**
7057
- * @internal
7058
- */
7059
- export declare const ClusterCredentialsFilterSensitiveLog: (obj: ClusterCredentials) => any;
7060
- /**
7061
- * @internal
7062
- */
7063
- export declare const ClusterExtendedCredentialsFilterSensitiveLog: (obj: ClusterExtendedCredentials) => any;
7064
- /**
7065
- * @internal
7066
- */
7067
- export declare const ClustersMessageFilterSensitiveLog: (obj: ClustersMessage) => any;
7068
- /**
7069
- * @internal
7070
- */
7071
- export declare const CreateClusterMessageFilterSensitiveLog: (obj: CreateClusterMessage) => any;
7072
- /**
7073
- * @internal
7074
- */
7075
- export declare const CreateClusterResultFilterSensitiveLog: (obj: CreateClusterResult) => any;
7076
- /**
7077
- * @internal
7078
- */
7079
- export declare const DeleteClusterResultFilterSensitiveLog: (obj: DeleteClusterResult) => any;
@@ -3478,6 +3478,83 @@ export interface GetClusterCredentialsWithIAMMessage {
3478
3478
  */
3479
3479
  CustomDomainName?: string | undefined;
3480
3480
  }
3481
+ /**
3482
+ * <p>The request parameters for <code>GetIdentityCenterAuthToken</code>.</p>
3483
+ * @public
3484
+ */
3485
+ export interface GetIdentityCenterAuthTokenRequest {
3486
+ /**
3487
+ * <p>A list of cluster identifiers that the generated token can be used with.
3488
+ * The token will be scoped to only allow authentication to the specified clusters.</p>
3489
+ * <p>Constraints:</p>
3490
+ * <ul>
3491
+ * <li>
3492
+ * <p>
3493
+ * <code>ClusterIds</code> must contain at least 1 cluster identifier.</p>
3494
+ * </li>
3495
+ * <li>
3496
+ * <p>
3497
+ * <code>ClusterIds</code> can hold a maximum of 20 cluster identifiers.</p>
3498
+ * </li>
3499
+ * <li>
3500
+ * <p>Cluster identifiers must be 1 to 63 characters in length.</p>
3501
+ * </li>
3502
+ * <li>
3503
+ * <p>The characters accepted for cluster identifiers are the following:</p>
3504
+ * <ul>
3505
+ * <li>
3506
+ * <p>Alphanumeric characters</p>
3507
+ * </li>
3508
+ * <li>
3509
+ * <p>Hyphens</p>
3510
+ * </li>
3511
+ * </ul>
3512
+ * </li>
3513
+ * <li>
3514
+ * <p>Cluster identifiers must start with a letter.</p>
3515
+ * </li>
3516
+ * <li>
3517
+ * <p>Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.</p>
3518
+ * </li>
3519
+ * </ul>
3520
+ * @public
3521
+ */
3522
+ ClusterIds: string[] | undefined;
3523
+ }
3524
+ /**
3525
+ * <p>The response from GetIdentityCenterAuthToken containing the encrypted authentication token and expiration time.</p>
3526
+ * @public
3527
+ */
3528
+ export interface GetIdentityCenterAuthTokenResponse {
3529
+ /**
3530
+ * <p>The encrypted authentication token containing the caller's Amazon Web Services IAM Identity Center identity information.
3531
+ * This token is encrypted using Key Management Service and can only be decrypted by the specified Amazon Redshift clusters.
3532
+ * Use this token with Amazon Redshift drivers to authenticate using your Amazon Web Services IAM Identity Center identity.</p>
3533
+ * @public
3534
+ */
3535
+ Token?: string | undefined;
3536
+ /**
3537
+ * <p>The time (UTC) when the token expires. After this timestamp,
3538
+ * the token will no longer be valid for authentication.</p>
3539
+ * @public
3540
+ */
3541
+ ExpirationTime?: Date | undefined;
3542
+ }
3543
+ /**
3544
+ * <p>The request contains one or more invalid parameters.
3545
+ * This error occurs when required parameters are missing,
3546
+ * parameter values are outside acceptable ranges,
3547
+ * or parameter formats are incorrect.</p>
3548
+ * @public
3549
+ */
3550
+ export declare class RedshiftInvalidParameterFault extends __BaseException {
3551
+ readonly name: "RedshiftInvalidParameterFault";
3552
+ readonly $fault: "client";
3553
+ /**
3554
+ * @internal
3555
+ */
3556
+ constructor(opts: __ExceptionOptionType<RedshiftInvalidParameterFault, __BaseException>);
3557
+ }
3481
3558
  /**
3482
3559
  * @public
3483
3560
  * @enum
@@ -5615,63 +5692,3 @@ export interface UpdatePartnerStatusInputMessage {
5615
5692
  */
5616
5693
  StatusMessage?: string | undefined;
5617
5694
  }
5618
- /**
5619
- * @internal
5620
- */
5621
- export declare const DisableSnapshotCopyResultFilterSensitiveLog: (obj: DisableSnapshotCopyResult) => any;
5622
- /**
5623
- * @internal
5624
- */
5625
- export declare const EnableSnapshotCopyResultFilterSensitiveLog: (obj: EnableSnapshotCopyResult) => any;
5626
- /**
5627
- * @internal
5628
- */
5629
- export declare const FailoverPrimaryComputeResultFilterSensitiveLog: (obj: FailoverPrimaryComputeResult) => any;
5630
- /**
5631
- * @internal
5632
- */
5633
- export declare const ModifyClusterMessageFilterSensitiveLog: (obj: ModifyClusterMessage) => any;
5634
- /**
5635
- * @internal
5636
- */
5637
- export declare const ModifyClusterResultFilterSensitiveLog: (obj: ModifyClusterResult) => any;
5638
- /**
5639
- * @internal
5640
- */
5641
- export declare const ModifyClusterDbRevisionResultFilterSensitiveLog: (obj: ModifyClusterDbRevisionResult) => any;
5642
- /**
5643
- * @internal
5644
- */
5645
- export declare const ModifyClusterIamRolesResultFilterSensitiveLog: (obj: ModifyClusterIamRolesResult) => any;
5646
- /**
5647
- * @internal
5648
- */
5649
- export declare const ModifyClusterMaintenanceResultFilterSensitiveLog: (obj: ModifyClusterMaintenanceResult) => any;
5650
- /**
5651
- * @internal
5652
- */
5653
- export declare const ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog: (obj: ModifySnapshotCopyRetentionPeriodResult) => any;
5654
- /**
5655
- * @internal
5656
- */
5657
- export declare const PauseClusterResultFilterSensitiveLog: (obj: PauseClusterResult) => any;
5658
- /**
5659
- * @internal
5660
- */
5661
- export declare const RebootClusterResultFilterSensitiveLog: (obj: RebootClusterResult) => any;
5662
- /**
5663
- * @internal
5664
- */
5665
- export declare const ResizeClusterResultFilterSensitiveLog: (obj: ResizeClusterResult) => any;
5666
- /**
5667
- * @internal
5668
- */
5669
- export declare const RestoreFromClusterSnapshotResultFilterSensitiveLog: (obj: RestoreFromClusterSnapshotResult) => any;
5670
- /**
5671
- * @internal
5672
- */
5673
- export declare const ResumeClusterResultFilterSensitiveLog: (obj: ResumeClusterResult) => any;
5674
- /**
5675
- * @internal
5676
- */
5677
- export declare const RotateEncryptionKeyResultFilterSensitiveLog: (obj: RotateEncryptionKeyResult) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RedshiftHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;