@aws-sdk/client-redshift 3.936.0 → 3.938.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 (50) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +102 -27
  3. package/dist-es/Redshift.js +2 -0
  4. package/dist-es/commands/ModifyLakehouseConfigurationCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +16 -4
  7. package/dist-es/models/errors.js +12 -12
  8. package/dist-es/schemas/schemas_0.js +57 -11
  9. package/dist-types/Redshift.d.ts +7 -0
  10. package/dist-types/RedshiftClient.d.ts +3 -2
  11. package/dist-types/commands/CreateClusterCommand.d.ts +10 -0
  12. package/dist-types/commands/CreateRedshiftIdcApplicationCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
  14. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -0
  15. package/dist-types/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +8 -0
  16. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -0
  17. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +2 -0
  18. package/dist-types/commands/FailoverPrimaryComputeCommand.d.ts +2 -0
  19. package/dist-types/commands/ModifyClusterCommand.d.ts +2 -0
  20. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +2 -0
  21. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +2 -0
  22. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +2 -0
  23. package/dist-types/commands/ModifyLakehouseConfigurationCommand.d.ts +106 -0
  24. package/dist-types/commands/ModifyRedshiftIdcApplicationCommand.d.ts +16 -1
  25. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +2 -1
  26. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +2 -0
  27. package/dist-types/commands/PauseClusterCommand.d.ts +2 -0
  28. package/dist-types/commands/RebootClusterCommand.d.ts +2 -0
  29. package/dist-types/commands/ResizeClusterCommand.d.ts +2 -0
  30. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +10 -0
  31. package/dist-types/commands/ResumeClusterCommand.d.ts +2 -0
  32. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +2 -0
  33. package/dist-types/commands/index.d.ts +1 -0
  34. package/dist-types/models/enums.d.ts +48 -12
  35. package/dist-types/models/errors.d.ts +12 -12
  36. package/dist-types/models/models_0.d.ts +124 -99
  37. package/dist-types/models/models_1.d.ts +170 -2
  38. package/dist-types/schemas/schemas_0.d.ts +6 -0
  39. package/dist-types/ts3.4/Redshift.d.ts +17 -0
  40. package/dist-types/ts3.4/RedshiftClient.d.ts +6 -0
  41. package/dist-types/ts3.4/commands/ModifyLakehouseConfigurationCommand.d.ts +49 -0
  42. package/dist-types/ts3.4/commands/ModifyRedshiftIdcApplicationCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  45. package/dist-types/ts3.4/models/enums.d.ts +24 -6
  46. package/dist-types/ts3.4/models/errors.d.ts +10 -10
  47. package/dist-types/ts3.4/models/models_0.d.ts +43 -21
  48. package/dist-types/ts3.4/models/models_1.d.ts +37 -0
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  50. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ModifyRedshiftIdcApplicationMessage, ModifyRedshiftIdcApplicationResult } from "../models/models_0";
3
+ import { ModifyRedshiftIdcApplicationMessage, ModifyRedshiftIdcApplicationResult } from "../models/models_1";
4
4
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
5
5
  /**
6
6
  * @public
@@ -65,6 +65,13 @@ declare const ModifyRedshiftIdcApplicationCommand_base: {
65
65
  * },
66
66
  * },
67
67
  * ],
68
+ * Redshift: [ // RedshiftServiceIntegrations
69
+ * { // RedshiftScopeUnion Union: only one key present
70
+ * Connect: { // Connect
71
+ * Authorization: "Enabled" || "Disabled", // required
72
+ * },
73
+ * },
74
+ * ],
68
75
  * },
69
76
  * ],
70
77
  * };
@@ -104,8 +111,16 @@ declare const ModifyRedshiftIdcApplicationCommand_base: {
104
111
  * // },
105
112
  * // },
106
113
  * // ],
114
+ * // Redshift: [ // RedshiftServiceIntegrations
115
+ * // { // RedshiftScopeUnion Union: only one key present
116
+ * // Connect: { // Connect
117
+ * // Authorization: "Enabled" || "Disabled", // required
118
+ * // },
119
+ * // },
120
+ * // ],
107
121
  * // },
108
122
  * // ],
123
+ * // ApplicationType: "None" || "Lakehouse",
109
124
  * // Tags: [ // TagList
110
125
  * // { // Tag
111
126
  * // Key: "STRING_VALUE",
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ModifyScheduledActionMessage, ScheduledAction } from "../models/models_0";
3
+ import { ScheduledAction } from "../models/models_0";
4
+ import { ModifyScheduledActionMessage } from "../models/models_1";
4
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
5
6
  /**
6
7
  * @public
@@ -238,6 +238,8 @@ declare const ModifySnapshotCopyRetentionPeriodCommand_base: {
238
238
  * // },
239
239
  * // ],
240
240
  * // },
241
+ * // LakehouseRegistrationStatus: "STRING_VALUE",
242
+ * // CatalogArn: "STRING_VALUE",
241
243
  * // },
242
244
  * // };
243
245
  *
@@ -231,6 +231,8 @@ declare const PauseClusterCommand_base: {
231
231
  * // },
232
232
  * // ],
233
233
  * // },
234
+ * // LakehouseRegistrationStatus: "STRING_VALUE",
235
+ * // CatalogArn: "STRING_VALUE",
234
236
  * // },
235
237
  * // };
236
238
  *
@@ -237,6 +237,8 @@ declare const RebootClusterCommand_base: {
237
237
  * // },
238
238
  * // ],
239
239
  * // },
240
+ * // LakehouseRegistrationStatus: "STRING_VALUE",
241
+ * // CatalogArn: "STRING_VALUE",
240
242
  * // },
241
243
  * // };
242
244
  *
@@ -270,6 +270,8 @@ declare const ResizeClusterCommand_base: {
270
270
  * // },
271
271
  * // ],
272
272
  * // },
273
+ * // LakehouseRegistrationStatus: "STRING_VALUE",
274
+ * // CatalogArn: "STRING_VALUE",
273
275
  * // },
274
276
  * // };
275
277
  *
@@ -113,6 +113,8 @@ declare const RestoreFromClusterSnapshotCommand_base: {
113
113
  * MasterPasswordSecretKmsKeyId: "STRING_VALUE",
114
114
  * IpAddressType: "STRING_VALUE",
115
115
  * MultiAZ: true || false,
116
+ * CatalogName: "STRING_VALUE",
117
+ * RedshiftIdcApplicationArn: "STRING_VALUE",
116
118
  * };
117
119
  * const command = new RestoreFromClusterSnapshotCommand(input);
118
120
  * const response = await client.send(command);
@@ -305,6 +307,8 @@ declare const RestoreFromClusterSnapshotCommand_base: {
305
307
  * // },
306
308
  * // ],
307
309
  * // },
310
+ * // LakehouseRegistrationStatus: "STRING_VALUE",
311
+ * // CatalogArn: "STRING_VALUE",
308
312
  * // },
309
313
  * // };
310
314
  *
@@ -344,6 +348,9 @@ declare const RestoreFromClusterSnapshotCommand_base: {
344
348
  * <p>The cluster subnet group name does not refer to an existing cluster subnet
345
349
  * group.</p>
346
350
  *
351
+ * @throws {@link DependentServiceAccessDeniedFault} (client fault)
352
+ * <p>A dependent service denied access for the integration.</p>
353
+ *
347
354
  * @throws {@link DependentServiceRequestThrottlingFault} (client fault)
348
355
  * <p>The request cannot be completed because a dependent service is throttling requests
349
356
  * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
@@ -409,6 +416,9 @@ declare const RestoreFromClusterSnapshotCommand_base: {
409
416
  * in the <i>Amazon Redshift Cluster Management Guide</i>.
410
417
  * </p>
411
418
  *
419
+ * @throws {@link RedshiftIdcApplicationNotExistsFault} (client fault)
420
+ * <p>The application you attempted to find doesn't exist.</p>
421
+ *
412
422
  * @throws {@link ReservedNodeAlreadyExistsFault} (client fault)
413
423
  * <p>User already has a reservation with the given identifier.</p>
414
424
  *
@@ -231,6 +231,8 @@ declare const ResumeClusterCommand_base: {
231
231
  * // },
232
232
  * // ],
233
233
  * // },
234
+ * // LakehouseRegistrationStatus: "STRING_VALUE",
235
+ * // CatalogArn: "STRING_VALUE",
234
236
  * // },
235
237
  * // };
236
238
  *
@@ -230,6 +230,8 @@ declare const RotateEncryptionKeyCommand_base: {
230
230
  * // },
231
231
  * // ],
232
232
  * // },
233
+ * // LakehouseRegistrationStatus: "STRING_VALUE",
234
+ * // CatalogArn: "STRING_VALUE",
233
235
  * // },
234
236
  * // };
235
237
  *
@@ -117,6 +117,7 @@ export * from "./ModifyCustomDomainAssociationCommand";
117
117
  export * from "./ModifyEndpointAccessCommand";
118
118
  export * from "./ModifyEventSubscriptionCommand";
119
119
  export * from "./ModifyIntegrationCommand";
120
+ export * from "./ModifyLakehouseConfigurationCommand";
120
121
  export * from "./ModifyRedshiftIdcApplicationCommand";
121
122
  export * from "./ModifyScheduledActionCommand";
122
123
  export * from "./ModifySnapshotCopyRetentionPeriodCommand";
@@ -23,6 +23,18 @@ export declare const ActionType: {
23
23
  * @public
24
24
  */
25
25
  export type ActionType = (typeof ActionType)[keyof typeof ActionType];
26
+ /**
27
+ * @public
28
+ * @enum
29
+ */
30
+ export declare const ApplicationType: {
31
+ readonly LAKEHOUSE: "Lakehouse";
32
+ readonly NONE: "None";
33
+ };
34
+ /**
35
+ * @public
36
+ */
37
+ export type ApplicationType = (typeof ApplicationType)[keyof typeof ApplicationType];
26
38
  /**
27
39
  * @public
28
40
  * @enum
@@ -129,6 +141,18 @@ export declare const ParameterApplyType: {
129
141
  * @public
130
142
  */
131
143
  export type ParameterApplyType = (typeof ParameterApplyType)[keyof typeof ParameterApplyType];
144
+ /**
145
+ * @public
146
+ * @enum
147
+ */
148
+ export declare const ServiceAuthorization: {
149
+ readonly DISABLED: "Disabled";
150
+ readonly ENABLED: "Enabled";
151
+ };
152
+ /**
153
+ * @public
154
+ */
155
+ export type ServiceAuthorization = (typeof ServiceAuthorization)[keyof typeof ServiceAuthorization];
132
156
  /**
133
157
  * @public
134
158
  * @enum
@@ -146,18 +170,6 @@ export declare const ZeroETLIntegrationStatus: {
146
170
  * @public
147
171
  */
148
172
  export type ZeroETLIntegrationStatus = (typeof ZeroETLIntegrationStatus)[keyof typeof ZeroETLIntegrationStatus];
149
- /**
150
- * @public
151
- * @enum
152
- */
153
- export declare const ServiceAuthorization: {
154
- readonly DISABLED: "Disabled";
155
- readonly ENABLED: "Enabled";
156
- };
157
- /**
158
- * @public
159
- */
160
- export type ServiceAuthorization = (typeof ServiceAuthorization)[keyof typeof ServiceAuthorization];
161
173
  /**
162
174
  * @public
163
175
  * @enum
@@ -448,6 +460,30 @@ export declare const ImpactRankingType: {
448
460
  * @public
449
461
  */
450
462
  export type ImpactRankingType = (typeof ImpactRankingType)[keyof typeof ImpactRankingType];
463
+ /**
464
+ * @public
465
+ * @enum
466
+ */
467
+ export declare const LakehouseIdcRegistration: {
468
+ readonly ASSOCIATE: "Associate";
469
+ readonly DISASSOCIATE: "Disassociate";
470
+ };
471
+ /**
472
+ * @public
473
+ */
474
+ export type LakehouseIdcRegistration = (typeof LakehouseIdcRegistration)[keyof typeof LakehouseIdcRegistration];
475
+ /**
476
+ * @public
477
+ * @enum
478
+ */
479
+ export declare const LakehouseRegistration: {
480
+ readonly DEREGISTER: "Deregister";
481
+ readonly REGISTER: "Register";
482
+ };
483
+ /**
484
+ * @public
485
+ */
486
+ export type LakehouseRegistration = (typeof LakehouseRegistration)[keyof typeof LakehouseRegistration];
451
487
  /**
452
488
  * @public
453
489
  * @enum
@@ -662,6 +662,18 @@ export declare class InvalidAuthenticationProfileRequestFault extends __BaseExce
662
662
  */
663
663
  constructor(opts: __ExceptionOptionType<InvalidAuthenticationProfileRequestFault, __BaseException>);
664
664
  }
665
+ /**
666
+ * <p>A dependent service denied access for the integration.</p>
667
+ * @public
668
+ */
669
+ export declare class DependentServiceAccessDeniedFault extends __BaseException {
670
+ readonly name: "DependentServiceAccessDeniedFault";
671
+ readonly $fault: "client";
672
+ /**
673
+ * @internal
674
+ */
675
+ constructor(opts: __ExceptionOptionType<DependentServiceAccessDeniedFault, __BaseException>);
676
+ }
665
677
  /**
666
678
  * <p>There is no Amazon Redshift HSM client certificate with the specified
667
679
  * identifier.</p>
@@ -1147,18 +1159,6 @@ export declare class IntegrationTargetNotFoundFault extends __BaseException {
1147
1159
  */
1148
1160
  constructor(opts: __ExceptionOptionType<IntegrationTargetNotFoundFault, __BaseException>);
1149
1161
  }
1150
- /**
1151
- * <p>A dependent service denied access for the integration.</p>
1152
- * @public
1153
- */
1154
- export declare class DependentServiceAccessDeniedFault extends __BaseException {
1155
- readonly name: "DependentServiceAccessDeniedFault";
1156
- readonly $fault: "client";
1157
- /**
1158
- * @internal
1159
- */
1160
- constructor(opts: __ExceptionOptionType<DependentServiceAccessDeniedFault, __BaseException>);
1161
- }
1162
1162
  /**
1163
1163
  * <p>The application you attempted to add already exists.</p>
1164
1164
  * @public
@@ -1,4 +1,4 @@
1
- import { ActionType, AquaConfigurationStatus, AquaStatus, AuthorizationStatus, DataShareStatus, DataShareStatusForConsumer, DataShareStatusForProducer, DataShareType, DescribeIntegrationsFilterName, ImpactRankingType, LogDestinationType, Mode, NamespaceRegistrationStatus, NodeConfigurationOptionsFilterName, OperatorType, ParameterApplyType, PartnerIntegrationStatus, RecommendedActionType, ReservedNodeExchangeActionType, ReservedNodeExchangeStatusType, ReservedNodeOfferingType, ScheduledActionFilterName, ScheduledActionState, ScheduledActionTypeValues, ScheduleState, ServiceAuthorization, SnapshotAttributeToSortBy, SortByOrder, SourceType, TableRestoreStatusType, UsageLimitBreachAction, UsageLimitFeatureType, UsageLimitLimitType, UsageLimitPeriod, ZeroETLIntegrationStatus } from "./enums";
1
+ import { ActionType, ApplicationType, AquaConfigurationStatus, AquaStatus, AuthorizationStatus, DataShareStatus, DataShareStatusForConsumer, DataShareStatusForProducer, DataShareType, DescribeIntegrationsFilterName, ImpactRankingType, LogDestinationType, Mode, NamespaceRegistrationStatus, NodeConfigurationOptionsFilterName, OperatorType, ParameterApplyType, PartnerIntegrationStatus, RecommendedActionType, ReservedNodeExchangeActionType, ReservedNodeExchangeStatusType, ReservedNodeOfferingType, ScheduledActionFilterName, ScheduledActionState, ScheduledActionTypeValues, ScheduleState, ServiceAuthorization, SnapshotAttributeToSortBy, SortByOrder, SourceType, TableRestoreStatusType, UsageLimitBreachAction, UsageLimitFeatureType, UsageLimitLimitType, UsageLimitPeriod, ZeroETLIntegrationStatus } from "./enums";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -2280,6 +2280,16 @@ export interface Cluster {
2280
2280
  * @public
2281
2281
  */
2282
2282
  MultiAZSecondary?: SecondaryClusterInfo | undefined;
2283
+ /**
2284
+ * <p>The status of the lakehouse registration for the cluster. Indicates whether the cluster is successfully registered with Amazon Redshift federated permissions.</p>
2285
+ * @public
2286
+ */
2287
+ LakehouseRegistrationStatus?: string | undefined;
2288
+ /**
2289
+ * <p>The Amazon Resource Name (ARN) of the Glue data catalog associated with the cluster enabled with Amazon Redshift federated permissions.</p>
2290
+ * @public
2291
+ */
2292
+ CatalogArn?: string | undefined;
2283
2293
  }
2284
2294
  /**
2285
2295
  * <p>Temporary credentials with authorization to log on to an Amazon Redshift database.
@@ -2717,6 +2727,17 @@ export interface ClusterVersionsMessage {
2717
2727
  */
2718
2728
  ClusterVersions?: ClusterVersion[] | undefined;
2719
2729
  }
2730
+ /**
2731
+ * <p>A structure that defines the Amazon Redshift connect service integration scope.</p>
2732
+ * @public
2733
+ */
2734
+ export interface Connect {
2735
+ /**
2736
+ * <p>Determines whether the Amazon Redshift connect integration is enabled or disabled for the application.</p>
2737
+ * @public
2738
+ */
2739
+ Authorization: ServiceAuthorization | undefined;
2740
+ }
2720
2741
  /**
2721
2742
  * <p></p>
2722
2743
  * @public
@@ -3238,6 +3259,24 @@ export interface CreateClusterMessage {
3238
3259
  * @public
3239
3260
  */
3240
3261
  RedshiftIdcApplicationArn?: string | undefined;
3262
+ /**
3263
+ * <p>The name of the Glue data catalog that will be associated with the cluster enabled with Amazon Redshift federated permissions.</p>
3264
+ * <p>Constraints:</p>
3265
+ * <ul>
3266
+ * <li>
3267
+ * <p>Must contain at least one lowercase letter.</p>
3268
+ * </li>
3269
+ * <li>
3270
+ * <p>Can only contain lowercase letters (a-z), numbers (0-9), underscores (_), and hyphens (-).</p>
3271
+ * </li>
3272
+ * </ul>
3273
+ * <p>Pattern: <code>^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$</code>
3274
+ * </p>
3275
+ * <p>Example: <code>my-catalog_01</code>
3276
+ * </p>
3277
+ * @public
3278
+ */
3279
+ CatalogName?: string | undefined;
3241
3280
  }
3242
3281
  /**
3243
3282
  * @public
@@ -4083,6 +4122,39 @@ export declare namespace LakeFormationScopeUnion {
4083
4122
  _: (name: string, value: any) => T;
4084
4123
  }
4085
4124
  }
4125
+ /**
4126
+ * <p>A union structure that defines the scope of Amazon Redshift service integrations. Contains configuration for different integration types such as Amazon Redshift.</p>
4127
+ * @public
4128
+ */
4129
+ export type RedshiftScopeUnion = RedshiftScopeUnion.ConnectMember | RedshiftScopeUnion.$UnknownMember;
4130
+ /**
4131
+ * @public
4132
+ */
4133
+ export declare namespace RedshiftScopeUnion {
4134
+ /**
4135
+ * <p>The Amazon Redshift connect integration scope configuration. Defines authorization settings for Amazon Redshift connect service integration.</p>
4136
+ * @public
4137
+ */
4138
+ interface ConnectMember {
4139
+ Connect: Connect;
4140
+ $unknown?: never;
4141
+ }
4142
+ /**
4143
+ * @public
4144
+ */
4145
+ interface $UnknownMember {
4146
+ Connect?: never;
4147
+ $unknown: [string, any];
4148
+ }
4149
+ /**
4150
+ * @deprecated unused in schema-serde mode.
4151
+ *
4152
+ */
4153
+ interface Visitor<T> {
4154
+ Connect: (value: Connect) => T;
4155
+ _: (name: string, value: any) => T;
4156
+ }
4157
+ }
4086
4158
  /**
4087
4159
  * <p>The S3 Access Grants scope.</p>
4088
4160
  * @public
@@ -4131,7 +4203,7 @@ export declare namespace S3AccessGrantsScopeUnion {
4131
4203
  * <p>A list of service integrations.</p>
4132
4204
  * @public
4133
4205
  */
4134
- export type ServiceIntegrationsUnion = ServiceIntegrationsUnion.LakeFormationMember | ServiceIntegrationsUnion.S3AccessGrantsMember | ServiceIntegrationsUnion.$UnknownMember;
4206
+ export type ServiceIntegrationsUnion = ServiceIntegrationsUnion.LakeFormationMember | ServiceIntegrationsUnion.RedshiftMember | ServiceIntegrationsUnion.S3AccessGrantsMember | ServiceIntegrationsUnion.$UnknownMember;
4135
4207
  /**
4136
4208
  * @public
4137
4209
  */
@@ -4143,6 +4215,7 @@ export declare namespace ServiceIntegrationsUnion {
4143
4215
  interface LakeFormationMember {
4144
4216
  LakeFormation: LakeFormationScopeUnion[];
4145
4217
  S3AccessGrants?: never;
4218
+ Redshift?: never;
4146
4219
  $unknown?: never;
4147
4220
  }
4148
4221
  /**
@@ -4152,6 +4225,17 @@ export declare namespace ServiceIntegrationsUnion {
4152
4225
  interface S3AccessGrantsMember {
4153
4226
  LakeFormation?: never;
4154
4227
  S3AccessGrants: S3AccessGrantsScopeUnion[];
4228
+ Redshift?: never;
4229
+ $unknown?: never;
4230
+ }
4231
+ /**
4232
+ * <p>A list of scopes set up for Amazon Redshift integration.</p>
4233
+ * @public
4234
+ */
4235
+ interface RedshiftMember {
4236
+ LakeFormation?: never;
4237
+ S3AccessGrants?: never;
4238
+ Redshift: RedshiftScopeUnion[];
4155
4239
  $unknown?: never;
4156
4240
  }
4157
4241
  /**
@@ -4160,6 +4244,7 @@ export declare namespace ServiceIntegrationsUnion {
4160
4244
  interface $UnknownMember {
4161
4245
  LakeFormation?: never;
4162
4246
  S3AccessGrants?: never;
4247
+ Redshift?: never;
4163
4248
  $unknown: [string, any];
4164
4249
  }
4165
4250
  /**
@@ -4169,6 +4254,7 @@ export declare namespace ServiceIntegrationsUnion {
4169
4254
  interface Visitor<T> {
4170
4255
  LakeFormation: (value: LakeFormationScopeUnion[]) => T;
4171
4256
  S3AccessGrants: (value: S3AccessGrantsScopeUnion[]) => T;
4257
+ Redshift: (value: RedshiftScopeUnion[]) => T;
4172
4258
  _: (name: string, value: any) => T;
4173
4259
  }
4174
4260
  }
@@ -4213,6 +4299,11 @@ export interface CreateRedshiftIdcApplicationMessage {
4213
4299
  * @public
4214
4300
  */
4215
4301
  ServiceIntegrations?: ServiceIntegrationsUnion[] | undefined;
4302
+ /**
4303
+ * <p>The type of application being created. Valid values are <code>None</code> or <code>Lakehouse</code>. Use <code>Lakehouse</code> to enable Amazon Redshift federated permissions on cluster.</p>
4304
+ * @public
4305
+ */
4306
+ ApplicationType?: ApplicationType | undefined;
4216
4307
  /**
4217
4308
  * <p>A list of tags.</p>
4218
4309
  * @public
@@ -4281,6 +4372,11 @@ export interface RedshiftIdcApplication {
4281
4372
  * @public
4282
4373
  */
4283
4374
  ServiceIntegrations?: ServiceIntegrationsUnion[] | undefined;
4375
+ /**
4376
+ * <p>The type of application being created. Valid values are <code>None</code> or <code>Lakehouse</code>. Use <code>Lakehouse</code> to enable Amazon Redshift federated permissions on cluster.</p>
4377
+ * @public
4378
+ */
4379
+ ApplicationType?: ApplicationType | undefined;
4284
4380
  /**
4285
4381
  * <p>A list of tags.</p>
4286
4382
  * @public
@@ -8662,6 +8758,32 @@ export interface GetResourcePolicyResult {
8662
8758
  */
8663
8759
  ResourcePolicy?: ResourcePolicy | undefined;
8664
8760
  }
8761
+ /**
8762
+ * <p>Contains configuration information for lakehouse integration, including the cluster identifier, catalog ARN, and registration status.</p>
8763
+ * @public
8764
+ */
8765
+ export interface LakehouseConfiguration {
8766
+ /**
8767
+ * <p>The unique identifier of the cluster associated with this lakehouse configuration.</p>
8768
+ * @public
8769
+ */
8770
+ ClusterIdentifier?: string | undefined;
8771
+ /**
8772
+ * <p>The Amazon Resource Name (ARN) of the IAM Identity Center application used for enabling Amazon Web Services IAM Identity Center trusted identity propagation on a cluster enabled with Amazon Redshift federated permissions.</p>
8773
+ * @public
8774
+ */
8775
+ LakehouseIdcApplicationArn?: string | undefined;
8776
+ /**
8777
+ * <p>The current status of the lakehouse registration. Indicates whether the cluster is successfully registered with the lakehouse.</p>
8778
+ * @public
8779
+ */
8780
+ LakehouseRegistrationStatus?: string | undefined;
8781
+ /**
8782
+ * <p>The Amazon Resource Name (ARN) of the Glue data catalog associated with the lakehouse configuration.</p>
8783
+ * @public
8784
+ */
8785
+ CatalogArn?: string | undefined;
8786
+ }
8665
8787
  /**
8666
8788
  * @public
8667
8789
  */
@@ -9577,100 +9699,3 @@ export interface ModifyIntegrationMessage {
9577
9699
  */
9578
9700
  IntegrationName?: string | undefined;
9579
9701
  }
9580
- /**
9581
- * @public
9582
- */
9583
- export interface ModifyRedshiftIdcApplicationMessage {
9584
- /**
9585
- * <p>The ARN for the Redshift application that integrates with IAM Identity Center.</p>
9586
- * @public
9587
- */
9588
- RedshiftIdcApplicationArn: string | undefined;
9589
- /**
9590
- * <p>The namespace for the Amazon Redshift IAM Identity Center application to change. It determines which managed application
9591
- * verifies the connection token.</p>
9592
- * @public
9593
- */
9594
- IdentityNamespace?: string | undefined;
9595
- /**
9596
- * <p>The IAM role ARN associated with the Amazon Redshift IAM Identity Center application to change. It has the required permissions
9597
- * to be assumed and invoke the IDC Identity Center API.</p>
9598
- * @public
9599
- */
9600
- IamRoleArn?: string | undefined;
9601
- /**
9602
- * <p>The display name for the Amazon Redshift IAM Identity Center application to change. It appears on the console.</p>
9603
- * @public
9604
- */
9605
- IdcDisplayName?: string | undefined;
9606
- /**
9607
- * <p>The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.</p>
9608
- * @public
9609
- */
9610
- AuthorizedTokenIssuerList?: AuthorizedTokenIssuer[] | undefined;
9611
- /**
9612
- * <p>A collection of service integrations associated with the application.</p>
9613
- * @public
9614
- */
9615
- ServiceIntegrations?: ServiceIntegrationsUnion[] | undefined;
9616
- }
9617
- /**
9618
- * @public
9619
- */
9620
- export interface ModifyRedshiftIdcApplicationResult {
9621
- /**
9622
- * <p>Contains properties for the Redshift IDC application.</p>
9623
- * @public
9624
- */
9625
- RedshiftIdcApplication?: RedshiftIdcApplication | undefined;
9626
- }
9627
- /**
9628
- * @public
9629
- */
9630
- export interface ModifyScheduledActionMessage {
9631
- /**
9632
- * <p>The name of the scheduled action to modify. </p>
9633
- * @public
9634
- */
9635
- ScheduledActionName: string | undefined;
9636
- /**
9637
- * <p>A modified JSON format of the scheduled action.
9638
- * For more information about this parameter, see <a>ScheduledAction</a>. </p>
9639
- * @public
9640
- */
9641
- TargetAction?: ScheduledActionType | undefined;
9642
- /**
9643
- * <p>A modified schedule in either <code>at( )</code> or <code>cron( )</code> format.
9644
- * For more information about this parameter, see <a>ScheduledAction</a>.</p>
9645
- * @public
9646
- */
9647
- Schedule?: string | undefined;
9648
- /**
9649
- * <p>A different IAM role to assume to run the target action.
9650
- * For more information about this parameter, see <a>ScheduledAction</a>.</p>
9651
- * @public
9652
- */
9653
- IamRole?: string | undefined;
9654
- /**
9655
- * <p>A modified description of the scheduled action. </p>
9656
- * @public
9657
- */
9658
- ScheduledActionDescription?: string | undefined;
9659
- /**
9660
- * <p>A modified start time of the scheduled action.
9661
- * For more information about this parameter, see <a>ScheduledAction</a>. </p>
9662
- * @public
9663
- */
9664
- StartTime?: Date | undefined;
9665
- /**
9666
- * <p>A modified end time of the scheduled action.
9667
- * For more information about this parameter, see <a>ScheduledAction</a>. </p>
9668
- * @public
9669
- */
9670
- EndTime?: Date | undefined;
9671
- /**
9672
- * <p>A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled. </p>
9673
- * @public
9674
- */
9675
- Enable?: boolean | undefined;
9676
- }