@aws-sdk/client-redshift-serverless 3.975.0 → 3.978.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.
package/dist-cjs/index.js CHANGED
@@ -2623,6 +2623,34 @@ class UpdateWorkgroupCommand extends smithyClient.Command
2623
2623
  .build() {
2624
2624
  }
2625
2625
 
2626
+ const paginateListCustomDomainAssociations = core.createPaginator(RedshiftServerlessClient, ListCustomDomainAssociationsCommand, "nextToken", "nextToken", "maxResults");
2627
+
2628
+ const paginateListEndpointAccess = core.createPaginator(RedshiftServerlessClient, ListEndpointAccessCommand, "nextToken", "nextToken", "maxResults");
2629
+
2630
+ const paginateListManagedWorkgroups = core.createPaginator(RedshiftServerlessClient, ListManagedWorkgroupsCommand, "nextToken", "nextToken", "maxResults");
2631
+
2632
+ const paginateListNamespaces = core.createPaginator(RedshiftServerlessClient, ListNamespacesCommand, "nextToken", "nextToken", "maxResults");
2633
+
2634
+ const paginateListRecoveryPoints = core.createPaginator(RedshiftServerlessClient, ListRecoveryPointsCommand, "nextToken", "nextToken", "maxResults");
2635
+
2636
+ const paginateListReservationOfferings = core.createPaginator(RedshiftServerlessClient, ListReservationOfferingsCommand, "nextToken", "nextToken", "maxResults");
2637
+
2638
+ const paginateListReservations = core.createPaginator(RedshiftServerlessClient, ListReservationsCommand, "nextToken", "nextToken", "maxResults");
2639
+
2640
+ const paginateListScheduledActions = core.createPaginator(RedshiftServerlessClient, ListScheduledActionsCommand, "nextToken", "nextToken", "maxResults");
2641
+
2642
+ const paginateListSnapshotCopyConfigurations = core.createPaginator(RedshiftServerlessClient, ListSnapshotCopyConfigurationsCommand, "nextToken", "nextToken", "maxResults");
2643
+
2644
+ const paginateListSnapshots = core.createPaginator(RedshiftServerlessClient, ListSnapshotsCommand, "nextToken", "nextToken", "maxResults");
2645
+
2646
+ const paginateListTableRestoreStatus = core.createPaginator(RedshiftServerlessClient, ListTableRestoreStatusCommand, "nextToken", "nextToken", "maxResults");
2647
+
2648
+ const paginateListTracks = core.createPaginator(RedshiftServerlessClient, ListTracksCommand, "nextToken", "nextToken", "maxResults");
2649
+
2650
+ const paginateListUsageLimits = core.createPaginator(RedshiftServerlessClient, ListUsageLimitsCommand, "nextToken", "nextToken", "maxResults");
2651
+
2652
+ const paginateListWorkgroups = core.createPaginator(RedshiftServerlessClient, ListWorkgroupsCommand, "nextToken", "nextToken", "maxResults");
2653
+
2626
2654
  const commands = {
2627
2655
  ConvertRecoveryPointToSnapshotCommand,
2628
2656
  CreateCustomDomainAssociationCommand,
@@ -2690,37 +2718,25 @@ const commands = {
2690
2718
  UpdateUsageLimitCommand,
2691
2719
  UpdateWorkgroupCommand,
2692
2720
  };
2721
+ const paginators = {
2722
+ paginateListCustomDomainAssociations,
2723
+ paginateListEndpointAccess,
2724
+ paginateListManagedWorkgroups,
2725
+ paginateListNamespaces,
2726
+ paginateListRecoveryPoints,
2727
+ paginateListReservationOfferings,
2728
+ paginateListReservations,
2729
+ paginateListScheduledActions,
2730
+ paginateListSnapshotCopyConfigurations,
2731
+ paginateListSnapshots,
2732
+ paginateListTableRestoreStatus,
2733
+ paginateListTracks,
2734
+ paginateListUsageLimits,
2735
+ paginateListWorkgroups,
2736
+ };
2693
2737
  class RedshiftServerless extends RedshiftServerlessClient {
2694
2738
  }
2695
- smithyClient.createAggregatedClient(commands, RedshiftServerless);
2696
-
2697
- const paginateListCustomDomainAssociations = core.createPaginator(RedshiftServerlessClient, ListCustomDomainAssociationsCommand, "nextToken", "nextToken", "maxResults");
2698
-
2699
- const paginateListEndpointAccess = core.createPaginator(RedshiftServerlessClient, ListEndpointAccessCommand, "nextToken", "nextToken", "maxResults");
2700
-
2701
- const paginateListManagedWorkgroups = core.createPaginator(RedshiftServerlessClient, ListManagedWorkgroupsCommand, "nextToken", "nextToken", "maxResults");
2702
-
2703
- const paginateListNamespaces = core.createPaginator(RedshiftServerlessClient, ListNamespacesCommand, "nextToken", "nextToken", "maxResults");
2704
-
2705
- const paginateListRecoveryPoints = core.createPaginator(RedshiftServerlessClient, ListRecoveryPointsCommand, "nextToken", "nextToken", "maxResults");
2706
-
2707
- const paginateListReservationOfferings = core.createPaginator(RedshiftServerlessClient, ListReservationOfferingsCommand, "nextToken", "nextToken", "maxResults");
2708
-
2709
- const paginateListReservations = core.createPaginator(RedshiftServerlessClient, ListReservationsCommand, "nextToken", "nextToken", "maxResults");
2710
-
2711
- const paginateListScheduledActions = core.createPaginator(RedshiftServerlessClient, ListScheduledActionsCommand, "nextToken", "nextToken", "maxResults");
2712
-
2713
- const paginateListSnapshotCopyConfigurations = core.createPaginator(RedshiftServerlessClient, ListSnapshotCopyConfigurationsCommand, "nextToken", "nextToken", "maxResults");
2714
-
2715
- const paginateListSnapshots = core.createPaginator(RedshiftServerlessClient, ListSnapshotsCommand, "nextToken", "nextToken", "maxResults");
2716
-
2717
- const paginateListTableRestoreStatus = core.createPaginator(RedshiftServerlessClient, ListTableRestoreStatusCommand, "nextToken", "nextToken", "maxResults");
2718
-
2719
- const paginateListTracks = core.createPaginator(RedshiftServerlessClient, ListTracksCommand, "nextToken", "nextToken", "maxResults");
2720
-
2721
- const paginateListUsageLimits = core.createPaginator(RedshiftServerlessClient, ListUsageLimitsCommand, "nextToken", "nextToken", "maxResults");
2722
-
2723
- const paginateListWorkgroups = core.createPaginator(RedshiftServerlessClient, ListWorkgroupsCommand, "nextToken", "nextToken", "maxResults");
2739
+ smithyClient.createAggregatedClient(commands, RedshiftServerless, { paginators });
2724
2740
 
2725
2741
  const SnapshotStatus = {
2726
2742
  AVAILABLE: "AVAILABLE",
@@ -64,6 +64,20 @@ import { UpdateSnapshotCommand, } from "./commands/UpdateSnapshotCommand";
64
64
  import { UpdateSnapshotCopyConfigurationCommand, } from "./commands/UpdateSnapshotCopyConfigurationCommand";
65
65
  import { UpdateUsageLimitCommand, } from "./commands/UpdateUsageLimitCommand";
66
66
  import { UpdateWorkgroupCommand, } from "./commands/UpdateWorkgroupCommand";
67
+ import { paginateListCustomDomainAssociations } from "./pagination/ListCustomDomainAssociationsPaginator";
68
+ import { paginateListEndpointAccess } from "./pagination/ListEndpointAccessPaginator";
69
+ import { paginateListManagedWorkgroups } from "./pagination/ListManagedWorkgroupsPaginator";
70
+ import { paginateListNamespaces } from "./pagination/ListNamespacesPaginator";
71
+ import { paginateListRecoveryPoints } from "./pagination/ListRecoveryPointsPaginator";
72
+ import { paginateListReservationOfferings } from "./pagination/ListReservationOfferingsPaginator";
73
+ import { paginateListReservations } from "./pagination/ListReservationsPaginator";
74
+ import { paginateListScheduledActions } from "./pagination/ListScheduledActionsPaginator";
75
+ import { paginateListSnapshotCopyConfigurations } from "./pagination/ListSnapshotCopyConfigurationsPaginator";
76
+ import { paginateListSnapshots } from "./pagination/ListSnapshotsPaginator";
77
+ import { paginateListTableRestoreStatus } from "./pagination/ListTableRestoreStatusPaginator";
78
+ import { paginateListTracks } from "./pagination/ListTracksPaginator";
79
+ import { paginateListUsageLimits } from "./pagination/ListUsageLimitsPaginator";
80
+ import { paginateListWorkgroups } from "./pagination/ListWorkgroupsPaginator";
67
81
  import { RedshiftServerlessClient } from "./RedshiftServerlessClient";
68
82
  const commands = {
69
83
  ConvertRecoveryPointToSnapshotCommand,
@@ -132,6 +146,22 @@ const commands = {
132
146
  UpdateUsageLimitCommand,
133
147
  UpdateWorkgroupCommand,
134
148
  };
149
+ const paginators = {
150
+ paginateListCustomDomainAssociations,
151
+ paginateListEndpointAccess,
152
+ paginateListManagedWorkgroups,
153
+ paginateListNamespaces,
154
+ paginateListRecoveryPoints,
155
+ paginateListReservationOfferings,
156
+ paginateListReservations,
157
+ paginateListScheduledActions,
158
+ paginateListSnapshotCopyConfigurations,
159
+ paginateListSnapshots,
160
+ paginateListTableRestoreStatus,
161
+ paginateListTracks,
162
+ paginateListUsageLimits,
163
+ paginateListWorkgroups,
164
+ };
135
165
  export class RedshiftServerless extends RedshiftServerlessClient {
136
166
  }
137
- createAggregatedClient(commands, RedshiftServerless);
167
+ createAggregatedClient(commands, RedshiftServerless, { paginators });
@@ -1,4 +1,4 @@
1
- import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
2
  import { ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput } from "./commands/ConvertRecoveryPointToSnapshotCommand";
3
3
  import { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "./commands/CreateCustomDomainAssociationCommand";
4
4
  import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
@@ -472,6 +472,104 @@ export interface RedshiftServerless {
472
472
  updateWorkgroup(args: UpdateWorkgroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkgroupCommandOutput>;
473
473
  updateWorkgroup(args: UpdateWorkgroupCommandInput, cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void): void;
474
474
  updateWorkgroup(args: UpdateWorkgroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void): void;
475
+ /**
476
+ * @see {@link ListCustomDomainAssociationsCommand}
477
+ * @param args - command input.
478
+ * @param paginationConfig - optional pagination config.
479
+ * @returns AsyncIterable of {@link ListCustomDomainAssociationsCommandOutput}.
480
+ */
481
+ paginateListCustomDomainAssociations(args?: ListCustomDomainAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomDomainAssociationsCommandOutput>;
482
+ /**
483
+ * @see {@link ListEndpointAccessCommand}
484
+ * @param args - command input.
485
+ * @param paginationConfig - optional pagination config.
486
+ * @returns AsyncIterable of {@link ListEndpointAccessCommandOutput}.
487
+ */
488
+ paginateListEndpointAccess(args?: ListEndpointAccessCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEndpointAccessCommandOutput>;
489
+ /**
490
+ * @see {@link ListManagedWorkgroupsCommand}
491
+ * @param args - command input.
492
+ * @param paginationConfig - optional pagination config.
493
+ * @returns AsyncIterable of {@link ListManagedWorkgroupsCommandOutput}.
494
+ */
495
+ paginateListManagedWorkgroups(args?: ListManagedWorkgroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListManagedWorkgroupsCommandOutput>;
496
+ /**
497
+ * @see {@link ListNamespacesCommand}
498
+ * @param args - command input.
499
+ * @param paginationConfig - optional pagination config.
500
+ * @returns AsyncIterable of {@link ListNamespacesCommandOutput}.
501
+ */
502
+ paginateListNamespaces(args?: ListNamespacesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListNamespacesCommandOutput>;
503
+ /**
504
+ * @see {@link ListRecoveryPointsCommand}
505
+ * @param args - command input.
506
+ * @param paginationConfig - optional pagination config.
507
+ * @returns AsyncIterable of {@link ListRecoveryPointsCommandOutput}.
508
+ */
509
+ paginateListRecoveryPoints(args?: ListRecoveryPointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecoveryPointsCommandOutput>;
510
+ /**
511
+ * @see {@link ListReservationOfferingsCommand}
512
+ * @param args - command input.
513
+ * @param paginationConfig - optional pagination config.
514
+ * @returns AsyncIterable of {@link ListReservationOfferingsCommandOutput}.
515
+ */
516
+ paginateListReservationOfferings(args?: ListReservationOfferingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReservationOfferingsCommandOutput>;
517
+ /**
518
+ * @see {@link ListReservationsCommand}
519
+ * @param args - command input.
520
+ * @param paginationConfig - optional pagination config.
521
+ * @returns AsyncIterable of {@link ListReservationsCommandOutput}.
522
+ */
523
+ paginateListReservations(args?: ListReservationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReservationsCommandOutput>;
524
+ /**
525
+ * @see {@link ListScheduledActionsCommand}
526
+ * @param args - command input.
527
+ * @param paginationConfig - optional pagination config.
528
+ * @returns AsyncIterable of {@link ListScheduledActionsCommandOutput}.
529
+ */
530
+ paginateListScheduledActions(args?: ListScheduledActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListScheduledActionsCommandOutput>;
531
+ /**
532
+ * @see {@link ListSnapshotCopyConfigurationsCommand}
533
+ * @param args - command input.
534
+ * @param paginationConfig - optional pagination config.
535
+ * @returns AsyncIterable of {@link ListSnapshotCopyConfigurationsCommandOutput}.
536
+ */
537
+ paginateListSnapshotCopyConfigurations(args?: ListSnapshotCopyConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSnapshotCopyConfigurationsCommandOutput>;
538
+ /**
539
+ * @see {@link ListSnapshotsCommand}
540
+ * @param args - command input.
541
+ * @param paginationConfig - optional pagination config.
542
+ * @returns AsyncIterable of {@link ListSnapshotsCommandOutput}.
543
+ */
544
+ paginateListSnapshots(args?: ListSnapshotsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSnapshotsCommandOutput>;
545
+ /**
546
+ * @see {@link ListTableRestoreStatusCommand}
547
+ * @param args - command input.
548
+ * @param paginationConfig - optional pagination config.
549
+ * @returns AsyncIterable of {@link ListTableRestoreStatusCommandOutput}.
550
+ */
551
+ paginateListTableRestoreStatus(args?: ListTableRestoreStatusCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTableRestoreStatusCommandOutput>;
552
+ /**
553
+ * @see {@link ListTracksCommand}
554
+ * @param args - command input.
555
+ * @param paginationConfig - optional pagination config.
556
+ * @returns AsyncIterable of {@link ListTracksCommandOutput}.
557
+ */
558
+ paginateListTracks(args?: ListTracksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTracksCommandOutput>;
559
+ /**
560
+ * @see {@link ListUsageLimitsCommand}
561
+ * @param args - command input.
562
+ * @param paginationConfig - optional pagination config.
563
+ * @returns AsyncIterable of {@link ListUsageLimitsCommandOutput}.
564
+ */
565
+ paginateListUsageLimits(args?: ListUsageLimitsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUsageLimitsCommandOutput>;
566
+ /**
567
+ * @see {@link ListWorkgroupsCommand}
568
+ * @param args - command input.
569
+ * @param paginationConfig - optional pagination config.
570
+ * @returns AsyncIterable of {@link ListWorkgroupsCommandOutput}.
571
+ */
572
+ paginateListWorkgroups(args?: ListWorkgroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkgroupsCommandOutput>;
475
573
  }
476
574
  /**
477
575
  * <p>This is an interface reference for Amazon Redshift Serverless. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless. </p> <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you focus on using your data to acquire new insights for your business and customers. </p> <p> To learn more about Amazon Redshift Serverless, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless?</a>.</p>
@@ -1,4 +1,8 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import {
2
+ HttpHandlerOptions as __HttpHandlerOptions,
3
+ PaginationConfiguration,
4
+ Paginator,
5
+ } from "@smithy/types";
2
6
  import {
3
7
  ConvertRecoveryPointToSnapshotCommandInput,
4
8
  ConvertRecoveryPointToSnapshotCommandOutput,
@@ -1122,6 +1126,104 @@ export interface RedshiftServerless {
1122
1126
  options: __HttpHandlerOptions,
1123
1127
  cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void
1124
1128
  ): void;
1129
+ paginateListCustomDomainAssociations(
1130
+ args?: ListCustomDomainAssociationsCommandInput,
1131
+ paginationConfig?: Pick<
1132
+ PaginationConfiguration,
1133
+ Exclude<keyof PaginationConfiguration, "client">
1134
+ >
1135
+ ): Paginator<ListCustomDomainAssociationsCommandOutput>;
1136
+ paginateListEndpointAccess(
1137
+ args?: ListEndpointAccessCommandInput,
1138
+ paginationConfig?: Pick<
1139
+ PaginationConfiguration,
1140
+ Exclude<keyof PaginationConfiguration, "client">
1141
+ >
1142
+ ): Paginator<ListEndpointAccessCommandOutput>;
1143
+ paginateListManagedWorkgroups(
1144
+ args?: ListManagedWorkgroupsCommandInput,
1145
+ paginationConfig?: Pick<
1146
+ PaginationConfiguration,
1147
+ Exclude<keyof PaginationConfiguration, "client">
1148
+ >
1149
+ ): Paginator<ListManagedWorkgroupsCommandOutput>;
1150
+ paginateListNamespaces(
1151
+ args?: ListNamespacesCommandInput,
1152
+ paginationConfig?: Pick<
1153
+ PaginationConfiguration,
1154
+ Exclude<keyof PaginationConfiguration, "client">
1155
+ >
1156
+ ): Paginator<ListNamespacesCommandOutput>;
1157
+ paginateListRecoveryPoints(
1158
+ args?: ListRecoveryPointsCommandInput,
1159
+ paginationConfig?: Pick<
1160
+ PaginationConfiguration,
1161
+ Exclude<keyof PaginationConfiguration, "client">
1162
+ >
1163
+ ): Paginator<ListRecoveryPointsCommandOutput>;
1164
+ paginateListReservationOfferings(
1165
+ args?: ListReservationOfferingsCommandInput,
1166
+ paginationConfig?: Pick<
1167
+ PaginationConfiguration,
1168
+ Exclude<keyof PaginationConfiguration, "client">
1169
+ >
1170
+ ): Paginator<ListReservationOfferingsCommandOutput>;
1171
+ paginateListReservations(
1172
+ args?: ListReservationsCommandInput,
1173
+ paginationConfig?: Pick<
1174
+ PaginationConfiguration,
1175
+ Exclude<keyof PaginationConfiguration, "client">
1176
+ >
1177
+ ): Paginator<ListReservationsCommandOutput>;
1178
+ paginateListScheduledActions(
1179
+ args?: ListScheduledActionsCommandInput,
1180
+ paginationConfig?: Pick<
1181
+ PaginationConfiguration,
1182
+ Exclude<keyof PaginationConfiguration, "client">
1183
+ >
1184
+ ): Paginator<ListScheduledActionsCommandOutput>;
1185
+ paginateListSnapshotCopyConfigurations(
1186
+ args?: ListSnapshotCopyConfigurationsCommandInput,
1187
+ paginationConfig?: Pick<
1188
+ PaginationConfiguration,
1189
+ Exclude<keyof PaginationConfiguration, "client">
1190
+ >
1191
+ ): Paginator<ListSnapshotCopyConfigurationsCommandOutput>;
1192
+ paginateListSnapshots(
1193
+ args?: ListSnapshotsCommandInput,
1194
+ paginationConfig?: Pick<
1195
+ PaginationConfiguration,
1196
+ Exclude<keyof PaginationConfiguration, "client">
1197
+ >
1198
+ ): Paginator<ListSnapshotsCommandOutput>;
1199
+ paginateListTableRestoreStatus(
1200
+ args?: ListTableRestoreStatusCommandInput,
1201
+ paginationConfig?: Pick<
1202
+ PaginationConfiguration,
1203
+ Exclude<keyof PaginationConfiguration, "client">
1204
+ >
1205
+ ): Paginator<ListTableRestoreStatusCommandOutput>;
1206
+ paginateListTracks(
1207
+ args?: ListTracksCommandInput,
1208
+ paginationConfig?: Pick<
1209
+ PaginationConfiguration,
1210
+ Exclude<keyof PaginationConfiguration, "client">
1211
+ >
1212
+ ): Paginator<ListTracksCommandOutput>;
1213
+ paginateListUsageLimits(
1214
+ args?: ListUsageLimitsCommandInput,
1215
+ paginationConfig?: Pick<
1216
+ PaginationConfiguration,
1217
+ Exclude<keyof PaginationConfiguration, "client">
1218
+ >
1219
+ ): Paginator<ListUsageLimitsCommandOutput>;
1220
+ paginateListWorkgroups(
1221
+ args?: ListWorkgroupsCommandInput,
1222
+ paginationConfig?: Pick<
1223
+ PaginationConfiguration,
1224
+ Exclude<keyof PaginationConfiguration, "client">
1225
+ >
1226
+ ): Paginator<ListWorkgroupsCommandOutput>;
1125
1227
  }
1126
1228
  export declare class RedshiftServerless
1127
1229
  extends RedshiftServerlessClient
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.975.0",
4
+ "version": "3.978.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-redshift-serverless",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.1",
25
- "@aws-sdk/credential-provider-node": "^3.972.1",
26
- "@aws-sdk/middleware-host-header": "^3.972.1",
27
- "@aws-sdk/middleware-logger": "^3.972.1",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.1",
29
- "@aws-sdk/middleware-user-agent": "^3.972.2",
30
- "@aws-sdk/region-config-resolver": "^3.972.1",
31
- "@aws-sdk/types": "^3.973.0",
24
+ "@aws-sdk/core": "^3.973.4",
25
+ "@aws-sdk/credential-provider-node": "^3.972.2",
26
+ "@aws-sdk/middleware-host-header": "^3.972.2",
27
+ "@aws-sdk/middleware-logger": "^3.972.2",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.2",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.4",
30
+ "@aws-sdk/region-config-resolver": "^3.972.2",
31
+ "@aws-sdk/types": "^3.973.1",
32
32
  "@aws-sdk/util-endpoints": "3.972.0",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.1",
34
- "@aws-sdk/util-user-agent-node": "^3.972.1",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.2",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.2",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.21.1",
36
+ "@smithy/core": "^3.22.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.11",
42
- "@smithy/middleware-retry": "^4.4.27",
41
+ "@smithy/middleware-endpoint": "^4.4.12",
42
+ "@smithy/middleware-retry": "^4.4.29",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
46
  "@smithy/node-http-handler": "^4.4.8",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.10.12",
48
+ "@smithy/smithy-client": "^4.11.1",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.26",
55
- "@smithy/util-defaults-mode-node": "^4.2.29",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.28",
55
+ "@smithy/util-defaults-mode-node": "^4.2.31",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",