@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
@@ -399,6 +399,10 @@ import {
399
399
  GetClusterCredentialsWithIAMCommandInput,
400
400
  GetClusterCredentialsWithIAMCommandOutput,
401
401
  } from "./commands/GetClusterCredentialsWithIAMCommand";
402
+ import {
403
+ GetIdentityCenterAuthTokenCommandInput,
404
+ GetIdentityCenterAuthTokenCommandOutput,
405
+ } from "./commands/GetIdentityCenterAuthTokenCommand";
402
406
  import {
403
407
  GetReservedNodeExchangeConfigurationOptionsCommandInput,
404
408
  GetReservedNodeExchangeConfigurationOptionsCommandOutput,
@@ -1906,6 +1910,19 @@ export interface Redshift {
1906
1910
  options: __HttpHandlerOptions,
1907
1911
  cb: (err: any, data?: GetClusterCredentialsWithIAMCommandOutput) => void
1908
1912
  ): void;
1913
+ getIdentityCenterAuthToken(
1914
+ args: GetIdentityCenterAuthTokenCommandInput,
1915
+ options?: __HttpHandlerOptions
1916
+ ): Promise<GetIdentityCenterAuthTokenCommandOutput>;
1917
+ getIdentityCenterAuthToken(
1918
+ args: GetIdentityCenterAuthTokenCommandInput,
1919
+ cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void
1920
+ ): void;
1921
+ getIdentityCenterAuthToken(
1922
+ args: GetIdentityCenterAuthTokenCommandInput,
1923
+ options: __HttpHandlerOptions,
1924
+ cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void
1925
+ ): void;
1909
1926
  getReservedNodeExchangeConfigurationOptions(
1910
1927
  args: GetReservedNodeExchangeConfigurationOptionsCommandInput,
1911
1928
  options?: __HttpHandlerOptions
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -445,6 +448,10 @@ import {
445
448
  GetClusterCredentialsWithIAMCommandInput,
446
449
  GetClusterCredentialsWithIAMCommandOutput,
447
450
  } from "./commands/GetClusterCredentialsWithIAMCommand";
451
+ import {
452
+ GetIdentityCenterAuthTokenCommandInput,
453
+ GetIdentityCenterAuthTokenCommandOutput,
454
+ } from "./commands/GetIdentityCenterAuthTokenCommand";
448
455
  import {
449
456
  GetReservedNodeExchangeConfigurationOptionsCommandInput,
450
457
  GetReservedNodeExchangeConfigurationOptionsCommandOutput,
@@ -709,6 +716,7 @@ export type ServiceInputTypes =
709
716
  | FailoverPrimaryComputeCommandInput
710
717
  | GetClusterCredentialsCommandInput
711
718
  | GetClusterCredentialsWithIAMCommandInput
719
+ | GetIdentityCenterAuthTokenCommandInput
712
720
  | GetReservedNodeExchangeConfigurationOptionsCommandInput
713
721
  | GetReservedNodeExchangeOfferingsCommandInput
714
722
  | GetResourcePolicyCommandInput
@@ -849,6 +857,7 @@ export type ServiceOutputTypes =
849
857
  | FailoverPrimaryComputeCommandOutput
850
858
  | GetClusterCredentialsCommandOutput
851
859
  | GetClusterCredentialsWithIAMCommandOutput
860
+ | GetIdentityCenterAuthTokenCommandOutput
852
861
  | GetReservedNodeExchangeConfigurationOptionsCommandOutput
853
862
  | GetReservedNodeExchangeOfferingsCommandOutput
854
863
  | GetResourcePolicyCommandOutput
@@ -912,6 +921,7 @@ export interface ClientDefaults
912
921
  retryMode?: string | __Provider<string>;
913
922
  logger?: __Logger;
914
923
  extensions?: RuntimeExtension[];
924
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
915
925
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
916
926
  }
917
927
  export type RedshiftClientConfigType = Partial<
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetIdentityCenterAuthTokenRequest,
5
+ GetIdentityCenterAuthTokenResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ RedshiftClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../RedshiftClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetIdentityCenterAuthTokenCommandInput
15
+ extends GetIdentityCenterAuthTokenRequest {}
16
+ export interface GetIdentityCenterAuthTokenCommandOutput
17
+ extends GetIdentityCenterAuthTokenResponse,
18
+ __MetadataBearer {}
19
+ declare const GetIdentityCenterAuthTokenCommand_base: {
20
+ new (
21
+ input: GetIdentityCenterAuthTokenCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetIdentityCenterAuthTokenCommandInput,
24
+ GetIdentityCenterAuthTokenCommandOutput,
25
+ RedshiftClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetIdentityCenterAuthTokenCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetIdentityCenterAuthTokenCommandInput,
33
+ GetIdentityCenterAuthTokenCommandOutput,
34
+ RedshiftClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetIdentityCenterAuthTokenCommand extends GetIdentityCenterAuthTokenCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetIdentityCenterAuthTokenRequest;
44
+ output: GetIdentityCenterAuthTokenResponse;
45
+ };
46
+ sdk: {
47
+ input: GetIdentityCenterAuthTokenCommandInput;
48
+ output: GetIdentityCenterAuthTokenCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -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";
@@ -1591,7 +1591,6 @@ export declare namespace LakeFormationScopeUnion {
1591
1591
  LakeFormationQuery: (value: LakeFormationQuery) => T;
1592
1592
  _: (name: string, value: any) => T;
1593
1593
  }
1594
- const visit: <T>(value: LakeFormationScopeUnion, visitor: Visitor<T>) => T;
1595
1594
  }
1596
1595
  export interface ReadWriteAccess {
1597
1596
  Authorization: ServiceAuthorization | undefined;
@@ -1612,7 +1611,6 @@ export declare namespace S3AccessGrantsScopeUnion {
1612
1611
  ReadWriteAccess: (value: ReadWriteAccess) => T;
1613
1612
  _: (name: string, value: any) => T;
1614
1613
  }
1615
- const visit: <T>(value: S3AccessGrantsScopeUnion, visitor: Visitor<T>) => T;
1616
1614
  }
1617
1615
  export type ServiceIntegrationsUnion =
1618
1616
  | ServiceIntegrationsUnion.LakeFormationMember
@@ -1639,7 +1637,6 @@ export declare namespace ServiceIntegrationsUnion {
1639
1637
  S3AccessGrants: (value: S3AccessGrantsScopeUnion[]) => T;
1640
1638
  _: (name: string, value: any) => T;
1641
1639
  }
1642
- const visit: <T>(value: ServiceIntegrationsUnion, visitor: Visitor<T>) => T;
1643
1640
  }
1644
1641
  export interface CreateRedshiftIdcApplicationMessage {
1645
1642
  IdcInstanceArn: string | undefined;
@@ -2203,31 +2200,8 @@ export declare namespace NamespaceIdentifierUnion {
2203
2200
  ProvisionedIdentifier: (value: ProvisionedIdentifier) => T;
2204
2201
  _: (name: string, value: any) => T;
2205
2202
  }
2206
- const visit: <T>(value: NamespaceIdentifierUnion, visitor: Visitor<T>) => T;
2207
2203
  }
2208
2204
  export interface DeregisterNamespaceInputMessage {
2209
2205
  NamespaceIdentifier: NamespaceIdentifierUnion | undefined;
2210
2206
  ConsumerIdentifiers: string[] | undefined;
2211
2207
  }
2212
- export declare const PendingModifiedValuesFilterSensitiveLog: (
2213
- obj: PendingModifiedValues
2214
- ) => any;
2215
- export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
2216
- export declare const ClusterCredentialsFilterSensitiveLog: (
2217
- obj: ClusterCredentials
2218
- ) => any;
2219
- export declare const ClusterExtendedCredentialsFilterSensitiveLog: (
2220
- obj: ClusterExtendedCredentials
2221
- ) => any;
2222
- export declare const ClustersMessageFilterSensitiveLog: (
2223
- obj: ClustersMessage
2224
- ) => any;
2225
- export declare const CreateClusterMessageFilterSensitiveLog: (
2226
- obj: CreateClusterMessage
2227
- ) => any;
2228
- export declare const CreateClusterResultFilterSensitiveLog: (
2229
- obj: CreateClusterResult
2230
- ) => any;
2231
- export declare const DeleteClusterResultFilterSensitiveLog: (
2232
- obj: DeleteClusterResult
2233
- ) => any;
@@ -761,6 +761,20 @@ export interface GetClusterCredentialsWithIAMMessage {
761
761
  DurationSeconds?: number | undefined;
762
762
  CustomDomainName?: string | undefined;
763
763
  }
764
+ export interface GetIdentityCenterAuthTokenRequest {
765
+ ClusterIds: string[] | undefined;
766
+ }
767
+ export interface GetIdentityCenterAuthTokenResponse {
768
+ Token?: string | undefined;
769
+ ExpirationTime?: Date | undefined;
770
+ }
771
+ export declare class RedshiftInvalidParameterFault extends __BaseException {
772
+ readonly name: "RedshiftInvalidParameterFault";
773
+ readonly $fault: "client";
774
+ constructor(
775
+ opts: __ExceptionOptionType<RedshiftInvalidParameterFault, __BaseException>
776
+ );
777
+ }
764
778
  export declare const ReservedNodeExchangeActionType: {
765
779
  readonly RESIZE_CLUSTER: "resize-cluster";
766
780
  readonly RESTORE_CLUSTER: "restore-cluster";
@@ -1235,48 +1249,3 @@ export interface UpdatePartnerStatusInputMessage {
1235
1249
  Status: PartnerIntegrationStatus | undefined;
1236
1250
  StatusMessage?: string | undefined;
1237
1251
  }
1238
- export declare const DisableSnapshotCopyResultFilterSensitiveLog: (
1239
- obj: DisableSnapshotCopyResult
1240
- ) => any;
1241
- export declare const EnableSnapshotCopyResultFilterSensitiveLog: (
1242
- obj: EnableSnapshotCopyResult
1243
- ) => any;
1244
- export declare const FailoverPrimaryComputeResultFilterSensitiveLog: (
1245
- obj: FailoverPrimaryComputeResult
1246
- ) => any;
1247
- export declare const ModifyClusterMessageFilterSensitiveLog: (
1248
- obj: ModifyClusterMessage
1249
- ) => any;
1250
- export declare const ModifyClusterResultFilterSensitiveLog: (
1251
- obj: ModifyClusterResult
1252
- ) => any;
1253
- export declare const ModifyClusterDbRevisionResultFilterSensitiveLog: (
1254
- obj: ModifyClusterDbRevisionResult
1255
- ) => any;
1256
- export declare const ModifyClusterIamRolesResultFilterSensitiveLog: (
1257
- obj: ModifyClusterIamRolesResult
1258
- ) => any;
1259
- export declare const ModifyClusterMaintenanceResultFilterSensitiveLog: (
1260
- obj: ModifyClusterMaintenanceResult
1261
- ) => any;
1262
- export declare const ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog: (
1263
- obj: ModifySnapshotCopyRetentionPeriodResult
1264
- ) => any;
1265
- export declare const PauseClusterResultFilterSensitiveLog: (
1266
- obj: PauseClusterResult
1267
- ) => any;
1268
- export declare const RebootClusterResultFilterSensitiveLog: (
1269
- obj: RebootClusterResult
1270
- ) => any;
1271
- export declare const ResizeClusterResultFilterSensitiveLog: (
1272
- obj: ResizeClusterResult
1273
- ) => any;
1274
- export declare const RestoreFromClusterSnapshotResultFilterSensitiveLog: (
1275
- obj: RestoreFromClusterSnapshotResult
1276
- ) => any;
1277
- export declare const ResumeClusterResultFilterSensitiveLog: (
1278
- obj: ResumeClusterResult
1279
- ) => any;
1280
- export declare const RotateEncryptionKeyResultFilterSensitiveLog: (
1281
- obj: RotateEncryptionKeyResult
1282
- ) => any;
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ 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<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;