@aws-sdk/client-redshift-serverless 3.936.0 → 3.939.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 (89) hide show
  1. package/README.md +9 -9
  2. package/dist-cjs/index.js +146 -2
  3. package/dist-es/RedshiftServerless.js +2 -0
  4. package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +58 -0
  7. package/dist-es/models/errors.js +12 -0
  8. package/dist-es/models/models_0.js +1 -50
  9. package/dist-es/schemas/schemas_0.js +50 -3
  10. package/dist-types/RedshiftServerless.d.ts +8 -9
  11. package/dist-types/RedshiftServerlessClient.d.ts +4 -11
  12. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +2 -3
  13. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -1
  16. package/dist-types/commands/CreateReservationCommand.d.ts +2 -3
  17. package/dist-types/commands/CreateScheduledActionCommand.d.ts +2 -3
  18. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -5
  19. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateUsageLimitCommand.d.ts +2 -3
  21. package/dist-types/commands/CreateWorkgroupCommand.d.ts +2 -19
  22. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -3
  25. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +1 -1
  31. package/dist-types/commands/GetCredentialsCommand.d.ts +2 -10
  32. package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +1 -1
  33. package/dist-types/commands/GetEndpointAccessCommand.d.ts +1 -1
  34. package/dist-types/commands/GetNamespaceCommand.d.ts +3 -1
  35. package/dist-types/commands/GetRecoveryPointCommand.d.ts +1 -1
  36. package/dist-types/commands/GetReservationCommand.d.ts +2 -3
  37. package/dist-types/commands/GetReservationOfferingCommand.d.ts +1 -1
  38. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/GetScheduledActionCommand.d.ts +1 -1
  40. package/dist-types/commands/GetSnapshotCommand.d.ts +1 -1
  41. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +1 -1
  42. package/dist-types/commands/GetTrackCommand.d.ts +1 -1
  43. package/dist-types/commands/GetUsageLimitCommand.d.ts +1 -1
  44. package/dist-types/commands/GetWorkgroupCommand.d.ts +1 -1
  45. package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListEndpointAccessCommand.d.ts +1 -1
  47. package/dist-types/commands/ListNamespacesCommand.d.ts +3 -1
  48. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListReservationOfferingsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListScheduledActionsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListSnapshotsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +1 -1
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/ListTracksCommand.d.ts +1 -1
  57. package/dist-types/commands/ListUsageLimitsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListWorkgroupsCommand.d.ts +1 -1
  59. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  60. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +3 -1
  61. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +3 -1
  62. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +1 -1
  63. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +2 -3
  64. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateLakehouseConfigurationCommand.d.ts +97 -0
  69. package/dist-types/commands/UpdateNamespaceCommand.d.ts +4 -4
  70. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateSnapshotCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +2 -21
  75. package/dist-types/commands/index.d.ts +1 -0
  76. package/dist-types/index.d.ts +1 -9
  77. package/dist-types/models/enums.d.ts +154 -0
  78. package/dist-types/models/errors.d.ts +13 -1
  79. package/dist-types/models/models_0.d.ts +172 -476
  80. package/dist-types/schemas/schemas_0.d.ts +4 -0
  81. package/dist-types/ts3.4/RedshiftServerless.d.ts +17 -0
  82. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +6 -0
  83. package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  85. package/dist-types/ts3.4/models/enums.d.ts +79 -0
  86. package/dist-types/ts3.4/models/errors.d.ts +5 -0
  87. package/dist-types/ts3.4/models/models_0.d.ts +31 -68
  88. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  89. package/package.json +2 -2
@@ -44,6 +44,7 @@ export declare var DeleteUsageLimitRequest: StaticStructureSchema;
44
44
  export declare var DeleteUsageLimitResponse: StaticStructureSchema;
45
45
  export declare var DeleteWorkgroupRequest: StaticStructureSchema;
46
46
  export declare var DeleteWorkgroupResponse: StaticStructureSchema;
47
+ export declare var DryRunException: StaticErrorSchema;
47
48
  export declare var Endpoint: StaticStructureSchema;
48
49
  export declare var EndpointAccess: StaticStructureSchema;
49
50
  export declare var GetCredentialsRequest: StaticStructureSchema;
@@ -145,6 +146,8 @@ export declare var UpdateCustomDomainAssociationRequest: StaticStructureSchema;
145
146
  export declare var UpdateCustomDomainAssociationResponse: StaticStructureSchema;
146
147
  export declare var UpdateEndpointAccessRequest: StaticStructureSchema;
147
148
  export declare var UpdateEndpointAccessResponse: StaticStructureSchema;
149
+ export declare var UpdateLakehouseConfigurationRequest: StaticStructureSchema;
150
+ export declare var UpdateLakehouseConfigurationResponse: StaticStructureSchema;
148
151
  export declare var UpdateNamespaceRequest: StaticStructureSchema;
149
152
  export declare var UpdateNamespaceResponse: StaticStructureSchema;
150
153
  export declare var UpdateScheduledActionRequest: StaticStructureSchema;
@@ -253,6 +256,7 @@ export declare var TagResource: StaticOperationSchema;
253
256
  export declare var UntagResource: StaticOperationSchema;
254
257
  export declare var UpdateCustomDomainAssociation: StaticOperationSchema;
255
258
  export declare var UpdateEndpointAccess: StaticOperationSchema;
259
+ export declare var UpdateLakehouseConfiguration: StaticOperationSchema;
256
260
  export declare var UpdateNamespace: StaticOperationSchema;
257
261
  export declare var UpdateScheduledAction: StaticOperationSchema;
258
262
  export declare var UpdateSnapshot: StaticOperationSchema;
@@ -227,6 +227,10 @@ import {
227
227
  UpdateEndpointAccessCommandInput,
228
228
  UpdateEndpointAccessCommandOutput,
229
229
  } from "./commands/UpdateEndpointAccessCommand";
230
+ import {
231
+ UpdateLakehouseConfigurationCommandInput,
232
+ UpdateLakehouseConfigurationCommandOutput,
233
+ } from "./commands/UpdateLakehouseConfigurationCommand";
230
234
  import {
231
235
  UpdateNamespaceCommandInput,
232
236
  UpdateNamespaceCommandOutput,
@@ -1010,6 +1014,19 @@ export interface RedshiftServerless {
1010
1014
  options: __HttpHandlerOptions,
1011
1015
  cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void
1012
1016
  ): void;
1017
+ updateLakehouseConfiguration(
1018
+ args: UpdateLakehouseConfigurationCommandInput,
1019
+ options?: __HttpHandlerOptions
1020
+ ): Promise<UpdateLakehouseConfigurationCommandOutput>;
1021
+ updateLakehouseConfiguration(
1022
+ args: UpdateLakehouseConfigurationCommandInput,
1023
+ cb: (err: any, data?: UpdateLakehouseConfigurationCommandOutput) => void
1024
+ ): void;
1025
+ updateLakehouseConfiguration(
1026
+ args: UpdateLakehouseConfigurationCommandInput,
1027
+ options: __HttpHandlerOptions,
1028
+ cb: (err: any, data?: UpdateLakehouseConfigurationCommandOutput) => void
1029
+ ): void;
1013
1030
  updateNamespace(
1014
1031
  args: UpdateNamespaceCommandInput,
1015
1032
  options?: __HttpHandlerOptions
@@ -276,6 +276,10 @@ import {
276
276
  UpdateEndpointAccessCommandInput,
277
277
  UpdateEndpointAccessCommandOutput,
278
278
  } from "./commands/UpdateEndpointAccessCommand";
279
+ import {
280
+ UpdateLakehouseConfigurationCommandInput,
281
+ UpdateLakehouseConfigurationCommandOutput,
282
+ } from "./commands/UpdateLakehouseConfigurationCommand";
279
283
  import {
280
284
  UpdateNamespaceCommandInput,
281
285
  UpdateNamespaceCommandOutput,
@@ -365,6 +369,7 @@ export type ServiceInputTypes =
365
369
  | UntagResourceCommandInput
366
370
  | UpdateCustomDomainAssociationCommandInput
367
371
  | UpdateEndpointAccessCommandInput
372
+ | UpdateLakehouseConfigurationCommandInput
368
373
  | UpdateNamespaceCommandInput
369
374
  | UpdateScheduledActionCommandInput
370
375
  | UpdateSnapshotCommandInput
@@ -429,6 +434,7 @@ export type ServiceOutputTypes =
429
434
  | UntagResourceCommandOutput
430
435
  | UpdateCustomDomainAssociationCommandOutput
431
436
  | UpdateEndpointAccessCommandOutput
437
+ | UpdateLakehouseConfigurationCommandOutput
432
438
  | UpdateNamespaceCommandOutput
433
439
  | UpdateScheduledActionCommandOutput
434
440
  | UpdateSnapshotCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateLakehouseConfigurationRequest,
5
+ UpdateLakehouseConfigurationResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ RedshiftServerlessClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../RedshiftServerlessClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateLakehouseConfigurationCommandInput
15
+ extends UpdateLakehouseConfigurationRequest {}
16
+ export interface UpdateLakehouseConfigurationCommandOutput
17
+ extends UpdateLakehouseConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateLakehouseConfigurationCommand_base: {
20
+ new (
21
+ input: UpdateLakehouseConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateLakehouseConfigurationCommandInput,
24
+ UpdateLakehouseConfigurationCommandOutput,
25
+ RedshiftServerlessClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateLakehouseConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateLakehouseConfigurationCommandInput,
33
+ UpdateLakehouseConfigurationCommandOutput,
34
+ RedshiftServerlessClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateLakehouseConfigurationCommand extends UpdateLakehouseConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateLakehouseConfigurationRequest;
44
+ output: UpdateLakehouseConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateLakehouseConfigurationCommandInput;
48
+ output: UpdateLakehouseConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -55,6 +55,7 @@ export * from "./TagResourceCommand";
55
55
  export * from "./UntagResourceCommand";
56
56
  export * from "./UpdateCustomDomainAssociationCommand";
57
57
  export * from "./UpdateEndpointAccessCommand";
58
+ export * from "./UpdateLakehouseConfigurationCommand";
58
59
  export * from "./UpdateNamespaceCommand";
59
60
  export * from "./UpdateScheduledActionCommand";
60
61
  export * from "./UpdateSnapshotCommand";
@@ -1,3 +1,82 @@
1
+ export declare const SnapshotStatus: {
2
+ readonly AVAILABLE: "AVAILABLE";
3
+ readonly CANCELLED: "CANCELLED";
4
+ readonly COPYING: "COPYING";
5
+ readonly CREATING: "CREATING";
6
+ readonly DELETED: "DELETED";
7
+ readonly FAILED: "FAILED";
8
+ };
9
+ export type SnapshotStatus =
10
+ (typeof SnapshotStatus)[keyof typeof SnapshotStatus];
11
+ export declare const LogExport: {
12
+ readonly CONNECTION_LOG: "connectionlog";
13
+ readonly USER_ACTIVITY_LOG: "useractivitylog";
14
+ readonly USER_LOG: "userlog";
15
+ };
16
+ export type LogExport = (typeof LogExport)[keyof typeof LogExport];
17
+ export declare const NamespaceStatus: {
18
+ readonly AVAILABLE: "AVAILABLE";
19
+ readonly DELETING: "DELETING";
20
+ readonly MODIFYING: "MODIFYING";
21
+ };
22
+ export type NamespaceStatus =
23
+ (typeof NamespaceStatus)[keyof typeof NamespaceStatus];
24
+ export declare const OfferingType: {
25
+ readonly ALL_UPFRONT: "ALL_UPFRONT";
26
+ readonly NO_UPFRONT: "NO_UPFRONT";
27
+ };
28
+ export type OfferingType = (typeof OfferingType)[keyof typeof OfferingType];
29
+ export declare const State: {
30
+ readonly ACTIVE: "ACTIVE";
31
+ readonly DISABLED: "DISABLED";
32
+ };
33
+ export type State = (typeof State)[keyof typeof State];
34
+ export declare const UsageLimitBreachAction: {
35
+ readonly DEACTIVATE: "deactivate";
36
+ readonly EMIT_METRIC: "emit-metric";
37
+ readonly LOG: "log";
38
+ };
39
+ export type UsageLimitBreachAction =
40
+ (typeof UsageLimitBreachAction)[keyof typeof UsageLimitBreachAction];
41
+ export declare const UsageLimitPeriod: {
42
+ readonly DAILY: "daily";
43
+ readonly MONTHLY: "monthly";
44
+ readonly WEEKLY: "weekly";
45
+ };
46
+ export type UsageLimitPeriod =
47
+ (typeof UsageLimitPeriod)[keyof typeof UsageLimitPeriod];
48
+ export declare const UsageLimitUsageType: {
49
+ readonly CROSS_REGION_DATASHARING: "cross-region-datasharing";
50
+ readonly SERVERLESS_COMPUTE: "serverless-compute";
51
+ };
52
+ export type UsageLimitUsageType =
53
+ (typeof UsageLimitUsageType)[keyof typeof UsageLimitUsageType];
54
+ export declare const PerformanceTargetStatus: {
55
+ readonly DISABLED: "DISABLED";
56
+ readonly ENABLED: "ENABLED";
57
+ };
58
+ export type PerformanceTargetStatus =
59
+ (typeof PerformanceTargetStatus)[keyof typeof PerformanceTargetStatus];
60
+ export declare const WorkgroupStatus: {
61
+ readonly AVAILABLE: "AVAILABLE";
62
+ readonly CREATING: "CREATING";
63
+ readonly DELETING: "DELETING";
64
+ readonly MODIFYING: "MODIFYING";
65
+ };
66
+ export type WorkgroupStatus =
67
+ (typeof WorkgroupStatus)[keyof typeof WorkgroupStatus];
68
+ export declare const LakehouseIdcRegistration: {
69
+ readonly ASSOCIATE: "Associate";
70
+ readonly DISASSOCIATE: "Disassociate";
71
+ };
72
+ export type LakehouseIdcRegistration =
73
+ (typeof LakehouseIdcRegistration)[keyof typeof LakehouseIdcRegistration];
74
+ export declare const LakehouseRegistration: {
75
+ readonly DEREGISTER: "Deregister";
76
+ readonly REGISTER: "Register";
77
+ };
78
+ export type LakehouseRegistration =
79
+ (typeof LakehouseRegistration)[keyof typeof LakehouseRegistration];
1
80
  export declare const ManagedWorkgroupStatus: {
2
81
  readonly AVAILABLE: "AVAILABLE";
3
82
  readonly CREATING: "CREATING";
@@ -75,6 +75,11 @@ export declare class Ipv6CidrBlockNotFoundException extends __BaseException {
75
75
  opts: __ExceptionOptionType<Ipv6CidrBlockNotFoundException, __BaseException>
76
76
  );
77
77
  }
78
+ export declare class DryRunException extends __BaseException {
79
+ readonly name: "DryRunException";
80
+ readonly $fault: "client";
81
+ constructor(opts: __ExceptionOptionType<DryRunException, __BaseException>);
82
+ }
78
83
  export declare class InvalidPaginationException extends __BaseException {
79
84
  readonly name: "InvalidPaginationException";
80
85
  readonly $fault: "client";
@@ -1,4 +1,18 @@
1
- import { ManagedWorkgroupStatus } from "./enums";
1
+ import {
2
+ LakehouseIdcRegistration,
3
+ LakehouseRegistration,
4
+ LogExport,
5
+ ManagedWorkgroupStatus,
6
+ NamespaceStatus,
7
+ OfferingType,
8
+ PerformanceTargetStatus,
9
+ SnapshotStatus,
10
+ State,
11
+ UsageLimitBreachAction,
12
+ UsageLimitPeriod,
13
+ UsageLimitUsageType,
14
+ WorkgroupStatus,
15
+ } from "./enums";
2
16
  export interface Association {
3
17
  customDomainCertificateArn?: string | undefined;
4
18
  customDomainCertificateExpiryTime?: Date | undefined;
@@ -19,16 +33,6 @@ export interface ConvertRecoveryPointToSnapshotRequest {
19
33
  retentionPeriod?: number | undefined;
20
34
  tags?: Tag[] | undefined;
21
35
  }
22
- export declare const SnapshotStatus: {
23
- readonly AVAILABLE: "AVAILABLE";
24
- readonly CANCELLED: "CANCELLED";
25
- readonly COPYING: "COPYING";
26
- readonly CREATING: "CREATING";
27
- readonly DELETED: "DELETED";
28
- readonly FAILED: "FAILED";
29
- };
30
- export type SnapshotStatus =
31
- (typeof SnapshotStatus)[keyof typeof SnapshotStatus];
32
36
  export interface Snapshot {
33
37
  namespaceName?: string | undefined;
34
38
  namespaceArn?: string | undefined;
@@ -105,12 +109,6 @@ export interface EndpointAccess {
105
109
  export interface CreateEndpointAccessResponse {
106
110
  endpoint?: EndpointAccess | undefined;
107
111
  }
108
- export declare const LogExport: {
109
- readonly CONNECTION_LOG: "connectionlog";
110
- readonly USER_ACTIVITY_LOG: "useractivitylog";
111
- readonly USER_LOG: "userlog";
112
- };
113
- export type LogExport = (typeof LogExport)[keyof typeof LogExport];
114
112
  export interface CreateNamespaceRequest {
115
113
  namespaceName: string | undefined;
116
114
  adminUsername?: string | undefined;
@@ -125,13 +123,6 @@ export interface CreateNamespaceRequest {
125
123
  adminPasswordSecretKmsKeyId?: string | undefined;
126
124
  redshiftIdcApplicationArn?: string | undefined;
127
125
  }
128
- export declare const NamespaceStatus: {
129
- readonly AVAILABLE: "AVAILABLE";
130
- readonly DELETING: "DELETING";
131
- readonly MODIFYING: "MODIFYING";
132
- };
133
- export type NamespaceStatus =
134
- (typeof NamespaceStatus)[keyof typeof NamespaceStatus];
135
126
  export interface Namespace {
136
127
  namespaceArn?: string | undefined;
137
128
  namespaceId?: string | undefined;
@@ -146,6 +137,8 @@ export interface Namespace {
146
137
  creationDate?: Date | undefined;
147
138
  adminPasswordSecretArn?: string | undefined;
148
139
  adminPasswordSecretKmsKeyId?: string | undefined;
140
+ lakehouseRegistrationStatus?: string | undefined;
141
+ catalogArn?: string | undefined;
149
142
  }
150
143
  export interface CreateNamespaceResponse {
151
144
  namespace?: Namespace | undefined;
@@ -155,11 +148,6 @@ export interface CreateReservationRequest {
155
148
  offeringId: string | undefined;
156
149
  clientToken?: string | undefined;
157
150
  }
158
- export declare const OfferingType: {
159
- readonly ALL_UPFRONT: "ALL_UPFRONT";
160
- readonly NO_UPFRONT: "NO_UPFRONT";
161
- };
162
- export type OfferingType = (typeof OfferingType)[keyof typeof OfferingType];
163
151
  export interface ReservationOffering {
164
152
  offeringId?: string | undefined;
165
153
  duration?: number | undefined;
@@ -240,11 +228,6 @@ export interface CreateScheduledActionRequest {
240
228
  startTime?: Date | undefined;
241
229
  endTime?: Date | undefined;
242
230
  }
243
- export declare const State: {
244
- readonly ACTIVE: "ACTIVE";
245
- readonly DISABLED: "DISABLED";
246
- };
247
- export type State = (typeof State)[keyof typeof State];
248
231
  export interface ScheduledActionResponse {
249
232
  scheduledActionName?: string | undefined;
250
233
  schedule?: Schedule | undefined;
@@ -287,26 +270,6 @@ export interface SnapshotCopyConfiguration {
287
270
  export interface CreateSnapshotCopyConfigurationResponse {
288
271
  snapshotCopyConfiguration: SnapshotCopyConfiguration | undefined;
289
272
  }
290
- export declare const UsageLimitBreachAction: {
291
- readonly DEACTIVATE: "deactivate";
292
- readonly EMIT_METRIC: "emit-metric";
293
- readonly LOG: "log";
294
- };
295
- export type UsageLimitBreachAction =
296
- (typeof UsageLimitBreachAction)[keyof typeof UsageLimitBreachAction];
297
- export declare const UsageLimitPeriod: {
298
- readonly DAILY: "daily";
299
- readonly MONTHLY: "monthly";
300
- readonly WEEKLY: "weekly";
301
- };
302
- export type UsageLimitPeriod =
303
- (typeof UsageLimitPeriod)[keyof typeof UsageLimitPeriod];
304
- export declare const UsageLimitUsageType: {
305
- readonly CROSS_REGION_DATASHARING: "cross-region-datasharing";
306
- readonly SERVERLESS_COMPUTE: "serverless-compute";
307
- };
308
- export type UsageLimitUsageType =
309
- (typeof UsageLimitUsageType)[keyof typeof UsageLimitUsageType];
310
273
  export interface CreateUsageLimitRequest {
311
274
  resourceArn: string | undefined;
312
275
  usageType: UsageLimitUsageType | undefined;
@@ -326,12 +289,6 @@ export interface UsageLimit {
326
289
  export interface CreateUsageLimitResponse {
327
290
  usageLimit?: UsageLimit | undefined;
328
291
  }
329
- export declare const PerformanceTargetStatus: {
330
- readonly DISABLED: "DISABLED";
331
- readonly ENABLED: "ENABLED";
332
- };
333
- export type PerformanceTargetStatus =
334
- (typeof PerformanceTargetStatus)[keyof typeof PerformanceTargetStatus];
335
292
  export interface PerformanceTarget {
336
293
  status?: PerformanceTargetStatus | undefined;
337
294
  level?: number | undefined;
@@ -357,14 +314,6 @@ export interface Endpoint {
357
314
  port?: number | undefined;
358
315
  vpcEndpoints?: VpcEndpoint[] | undefined;
359
316
  }
360
- export declare const WorkgroupStatus: {
361
- readonly AVAILABLE: "AVAILABLE";
362
- readonly CREATING: "CREATING";
363
- readonly DELETING: "DELETING";
364
- readonly MODIFYING: "MODIFYING";
365
- };
366
- export type WorkgroupStatus =
367
- (typeof WorkgroupStatus)[keyof typeof WorkgroupStatus];
368
317
  export interface Workgroup {
369
318
  workgroupId?: string | undefined;
370
319
  workgroupArn?: string | undefined;
@@ -741,6 +690,20 @@ export interface ListWorkgroupsResponse {
741
690
  nextToken?: string | undefined;
742
691
  workgroups: Workgroup[] | undefined;
743
692
  }
693
+ export interface UpdateLakehouseConfigurationRequest {
694
+ namespaceName: string | undefined;
695
+ lakehouseRegistration?: LakehouseRegistration | undefined;
696
+ catalogName?: string | undefined;
697
+ lakehouseIdcRegistration?: LakehouseIdcRegistration | undefined;
698
+ lakehouseIdcApplicationArn?: string | undefined;
699
+ dryRun?: boolean | undefined;
700
+ }
701
+ export interface UpdateLakehouseConfigurationResponse {
702
+ namespaceName?: string | undefined;
703
+ lakehouseIdcApplicationArn?: string | undefined;
704
+ lakehouseRegistrationStatus?: string | undefined;
705
+ catalogArn?: string | undefined;
706
+ }
744
707
  export interface UpdateNamespaceRequest {
745
708
  namespaceName: string | undefined;
746
709
  adminUserPassword?: string | undefined;
@@ -50,6 +50,7 @@ export declare var DeleteUsageLimitRequest: StaticStructureSchema;
50
50
  export declare var DeleteUsageLimitResponse: StaticStructureSchema;
51
51
  export declare var DeleteWorkgroupRequest: StaticStructureSchema;
52
52
  export declare var DeleteWorkgroupResponse: StaticStructureSchema;
53
+ export declare var DryRunException: StaticErrorSchema;
53
54
  export declare var Endpoint: StaticStructureSchema;
54
55
  export declare var EndpointAccess: StaticStructureSchema;
55
56
  export declare var GetCredentialsRequest: StaticStructureSchema;
@@ -151,6 +152,8 @@ export declare var UpdateCustomDomainAssociationRequest: StaticStructureSchema;
151
152
  export declare var UpdateCustomDomainAssociationResponse: StaticStructureSchema;
152
153
  export declare var UpdateEndpointAccessRequest: StaticStructureSchema;
153
154
  export declare var UpdateEndpointAccessResponse: StaticStructureSchema;
155
+ export declare var UpdateLakehouseConfigurationRequest: StaticStructureSchema;
156
+ export declare var UpdateLakehouseConfigurationResponse: StaticStructureSchema;
154
157
  export declare var UpdateNamespaceRequest: StaticStructureSchema;
155
158
  export declare var UpdateNamespaceResponse: StaticStructureSchema;
156
159
  export declare var UpdateScheduledActionRequest: StaticStructureSchema;
@@ -259,6 +262,7 @@ export declare var TagResource: StaticOperationSchema;
259
262
  export declare var UntagResource: StaticOperationSchema;
260
263
  export declare var UpdateCustomDomainAssociation: StaticOperationSchema;
261
264
  export declare var UpdateEndpointAccess: StaticOperationSchema;
265
+ export declare var UpdateLakehouseConfiguration: StaticOperationSchema;
262
266
  export declare var UpdateNamespace: StaticOperationSchema;
263
267
  export declare var UpdateScheduledAction: StaticOperationSchema;
264
268
  export declare var UpdateSnapshot: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-redshift-serverless",
3
3
  "description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
4
- "version": "3.936.0",
4
+ "version": "3.939.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-redshift-serverless",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.936.0",
24
- "@aws-sdk/credential-provider-node": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.939.0",
25
25
  "@aws-sdk/middleware-host-header": "3.936.0",
26
26
  "@aws-sdk/middleware-logger": "3.936.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.936.0",