@aws-sdk/client-redshift-serverless 3.751.0 → 3.772.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 (33) hide show
  1. package/README.md +23 -7
  2. package/dist-cjs/index.js +158 -79
  3. package/dist-es/RedshiftServerless.js +4 -0
  4. package/dist-es/commands/GetTrackCommand.js +22 -0
  5. package/dist-es/commands/ListTracksCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/pagination/ListTracksPaginator.js +4 -0
  8. package/dist-es/pagination/index.js +1 -0
  9. package/dist-es/protocols/Aws_json1_1.js +40 -0
  10. package/dist-types/RedshiftServerless.d.ts +15 -0
  11. package/dist-types/RedshiftServerlessClient.d.ts +4 -2
  12. package/dist-types/commands/CreateWorkgroupCommand.d.ts +3 -0
  13. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +2 -0
  14. package/dist-types/commands/GetTrackCommand.d.ts +98 -0
  15. package/dist-types/commands/GetWorkgroupCommand.d.ts +2 -0
  16. package/dist-types/commands/ListTracksCommand.d.ts +99 -0
  17. package/dist-types/commands/ListWorkgroupsCommand.d.ts +2 -0
  18. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +3 -0
  19. package/dist-types/commands/index.d.ts +2 -0
  20. package/dist-types/models/models_0.d.ts +121 -0
  21. package/dist-types/pagination/ListTracksPaginator.d.ts +7 -0
  22. package/dist-types/pagination/index.d.ts +1 -0
  23. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  24. package/dist-types/ts3.4/RedshiftServerless.d.ts +35 -0
  25. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +12 -0
  26. package/dist-types/ts3.4/commands/GetTrackCommand.d.ts +47 -0
  27. package/dist-types/ts3.4/commands/ListTracksCommand.d.ts +47 -0
  28. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +27 -0
  30. package/dist-types/ts3.4/pagination/ListTracksPaginator.d.ts +11 -0
  31. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  32. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  33. package/package.json +13 -13
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  ConflictException: () => ConflictException,
26
26
  ConvertRecoveryPointToSnapshotCommand: () => ConvertRecoveryPointToSnapshotCommand,
@@ -55,6 +55,7 @@ __export(src_exports, {
55
55
  GetScheduledActionCommand: () => GetScheduledActionCommand,
56
56
  GetSnapshotCommand: () => GetSnapshotCommand,
57
57
  GetTableRestoreStatusCommand: () => GetTableRestoreStatusCommand,
58
+ GetTrackCommand: () => GetTrackCommand,
58
59
  GetUsageLimitCommand: () => GetUsageLimitCommand,
59
60
  GetWorkgroupCommand: () => GetWorkgroupCommand,
60
61
  InsufficientCapacityException: () => InsufficientCapacityException,
@@ -72,6 +73,7 @@ __export(src_exports, {
72
73
  ListSnapshotsCommand: () => ListSnapshotsCommand,
73
74
  ListTableRestoreStatusCommand: () => ListTableRestoreStatusCommand,
74
75
  ListTagsForResourceCommand: () => ListTagsForResourceCommand,
76
+ ListTracksCommand: () => ListTracksCommand,
75
77
  ListUsageLimitsCommand: () => ListUsageLimitsCommand,
76
78
  ListWorkgroupsCommand: () => ListWorkgroupsCommand,
77
79
  LogExport: () => LogExport,
@@ -124,10 +126,11 @@ __export(src_exports, {
124
126
  paginateListSnapshotCopyConfigurations: () => paginateListSnapshotCopyConfigurations,
125
127
  paginateListSnapshots: () => paginateListSnapshots,
126
128
  paginateListTableRestoreStatus: () => paginateListTableRestoreStatus,
129
+ paginateListTracks: () => paginateListTracks,
127
130
  paginateListUsageLimits: () => paginateListUsageLimits,
128
131
  paginateListWorkgroups: () => paginateListWorkgroups
129
132
  });
130
- module.exports = __toCommonJS(src_exports);
133
+ module.exports = __toCommonJS(index_exports);
131
134
 
132
135
  // src/RedshiftServerlessClient.ts
133
136
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -254,9 +257,9 @@ var RedshiftServerlessClient = class extends import_smithy_client.Client {
254
257
  this.middlewareStack.use(
255
258
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
256
259
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultRedshiftServerlessHttpAuthSchemeParametersProvider,
257
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
260
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
258
261
  "aws.auth#sigv4": config.credentials
259
- })
262
+ }), "identityProviderConfigProvider")
260
263
  })
261
264
  );
262
265
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -486,18 +489,15 @@ var NamespaceStatus = {
486
489
  var Schedule;
487
490
  ((Schedule2) => {
488
491
  Schedule2.visit = /* @__PURE__ */ __name((value, visitor) => {
489
- if (value.at !== void 0)
490
- return visitor.at(value.at);
491
- if (value.cron !== void 0)
492
- return visitor.cron(value.cron);
492
+ if (value.at !== void 0) return visitor.at(value.at);
493
+ if (value.cron !== void 0) return visitor.cron(value.cron);
493
494
  return visitor._(value.$unknown[0], value.$unknown[1]);
494
495
  }, "visit");
495
496
  })(Schedule || (Schedule = {}));
496
497
  var TargetAction;
497
498
  ((TargetAction3) => {
498
499
  TargetAction3.visit = /* @__PURE__ */ __name((value, visitor) => {
499
- if (value.createSnapshot !== void 0)
500
- return visitor.createSnapshot(value.createSnapshot);
500
+ if (value.createSnapshot !== void 0) return visitor.createSnapshot(value.createSnapshot);
501
501
  return visitor._(value.$unknown[0], value.$unknown[1]);
502
502
  }, "visit");
503
503
  })(TargetAction || (TargetAction = {}));
@@ -802,6 +802,12 @@ var se_GetTableRestoreStatusCommand = /* @__PURE__ */ __name(async (input, conte
802
802
  body = JSON.stringify((0, import_smithy_client._json)(input));
803
803
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
804
804
  }, "se_GetTableRestoreStatusCommand");
805
+ var se_GetTrackCommand = /* @__PURE__ */ __name(async (input, context) => {
806
+ const headers = sharedHeaders("GetTrack");
807
+ let body;
808
+ body = JSON.stringify((0, import_smithy_client._json)(input));
809
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
810
+ }, "se_GetTrackCommand");
805
811
  var se_GetUsageLimitCommand = /* @__PURE__ */ __name(async (input, context) => {
806
812
  const headers = sharedHeaders("GetUsageLimit");
807
813
  let body;
@@ -874,6 +880,12 @@ var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context
874
880
  body = JSON.stringify((0, import_smithy_client._json)(input));
875
881
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
876
882
  }, "se_ListTagsForResourceCommand");
883
+ var se_ListTracksCommand = /* @__PURE__ */ __name(async (input, context) => {
884
+ const headers = sharedHeaders("ListTracks");
885
+ let body;
886
+ body = JSON.stringify((0, import_smithy_client._json)(input));
887
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
888
+ }, "se_ListTracksCommand");
877
889
  var se_ListUsageLimitsCommand = /* @__PURE__ */ __name(async (input, context) => {
878
890
  const headers = sharedHeaders("ListUsageLimits");
879
891
  let body;
@@ -1327,6 +1339,19 @@ var de_GetTableRestoreStatusCommand = /* @__PURE__ */ __name(async (output, cont
1327
1339
  };
1328
1340
  return response;
1329
1341
  }, "de_GetTableRestoreStatusCommand");
1342
+ var de_GetTrackCommand = /* @__PURE__ */ __name(async (output, context) => {
1343
+ if (output.statusCode >= 300) {
1344
+ return de_CommandError(output, context);
1345
+ }
1346
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1347
+ let contents = {};
1348
+ contents = (0, import_smithy_client._json)(data);
1349
+ const response = {
1350
+ $metadata: deserializeMetadata(output),
1351
+ ...contents
1352
+ };
1353
+ return response;
1354
+ }, "de_GetTrackCommand");
1330
1355
  var de_GetUsageLimitCommand = /* @__PURE__ */ __name(async (output, context) => {
1331
1356
  if (output.statusCode >= 300) {
1332
1357
  return de_CommandError(output, context);
@@ -1483,6 +1508,19 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
1483
1508
  };
1484
1509
  return response;
1485
1510
  }, "de_ListTagsForResourceCommand");
1511
+ var de_ListTracksCommand = /* @__PURE__ */ __name(async (output, context) => {
1512
+ if (output.statusCode >= 300) {
1513
+ return de_CommandError(output, context);
1514
+ }
1515
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1516
+ let contents = {};
1517
+ contents = (0, import_smithy_client._json)(data);
1518
+ const response = {
1519
+ $metadata: deserializeMetadata(output),
1520
+ ...contents
1521
+ };
1522
+ return response;
1523
+ }, "de_ListTracksCommand");
1486
1524
  var de_ListUsageLimitsCommand = /* @__PURE__ */ __name(async (output, context) => {
1487
1525
  if (output.statusCode >= 300) {
1488
1526
  return de_CommandError(output, context);
@@ -1855,60 +1893,60 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1855
1893
  var se_CreateScheduledActionRequest = /* @__PURE__ */ __name((input, context) => {
1856
1894
  return (0, import_smithy_client.take)(input, {
1857
1895
  enabled: [],
1858
- endTime: (_) => _.getTime() / 1e3,
1896
+ endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
1859
1897
  namespaceName: [],
1860
1898
  roleArn: [],
1861
- schedule: (_) => se_Schedule(_, context),
1899
+ schedule: /* @__PURE__ */ __name((_) => se_Schedule(_, context), "schedule"),
1862
1900
  scheduledActionDescription: [],
1863
1901
  scheduledActionName: [],
1864
- startTime: (_) => _.getTime() / 1e3,
1902
+ startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
1865
1903
  targetAction: import_smithy_client._json
1866
1904
  });
1867
1905
  }, "se_CreateScheduledActionRequest");
1868
1906
  var se_ListRecoveryPointsRequest = /* @__PURE__ */ __name((input, context) => {
1869
1907
  return (0, import_smithy_client.take)(input, {
1870
- endTime: (_) => _.getTime() / 1e3,
1908
+ endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
1871
1909
  maxResults: [],
1872
1910
  namespaceArn: [],
1873
1911
  namespaceName: [],
1874
1912
  nextToken: [],
1875
- startTime: (_) => _.getTime() / 1e3
1913
+ startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime")
1876
1914
  });
1877
1915
  }, "se_ListRecoveryPointsRequest");
1878
1916
  var se_ListSnapshotsRequest = /* @__PURE__ */ __name((input, context) => {
1879
1917
  return (0, import_smithy_client.take)(input, {
1880
- endTime: (_) => _.getTime() / 1e3,
1918
+ endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
1881
1919
  maxResults: [],
1882
1920
  namespaceArn: [],
1883
1921
  namespaceName: [],
1884
1922
  nextToken: [],
1885
1923
  ownerAccount: [],
1886
- startTime: (_) => _.getTime() / 1e3
1924
+ startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime")
1887
1925
  });
1888
1926
  }, "se_ListSnapshotsRequest");
1889
1927
  var se_Schedule = /* @__PURE__ */ __name((input, context) => {
1890
1928
  return Schedule.visit(input, {
1891
- at: (value) => ({ at: value.getTime() / 1e3 }),
1892
- cron: (value) => ({ cron: value }),
1893
- _: (name, value) => ({ [name]: value })
1929
+ at: /* @__PURE__ */ __name((value) => ({ at: value.getTime() / 1e3 }), "at"),
1930
+ cron: /* @__PURE__ */ __name((value) => ({ cron: value }), "cron"),
1931
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
1894
1932
  });
1895
1933
  }, "se_Schedule");
1896
1934
  var se_UpdateScheduledActionRequest = /* @__PURE__ */ __name((input, context) => {
1897
1935
  return (0, import_smithy_client.take)(input, {
1898
1936
  enabled: [],
1899
- endTime: (_) => _.getTime() / 1e3,
1937
+ endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
1900
1938
  roleArn: [],
1901
- schedule: (_) => se_Schedule(_, context),
1939
+ schedule: /* @__PURE__ */ __name((_) => se_Schedule(_, context), "schedule"),
1902
1940
  scheduledActionDescription: [],
1903
1941
  scheduledActionName: [],
1904
- startTime: (_) => _.getTime() / 1e3,
1942
+ startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
1905
1943
  targetAction: import_smithy_client._json
1906
1944
  });
1907
1945
  }, "se_UpdateScheduledActionRequest");
1908
1946
  var de_Association = /* @__PURE__ */ __name((output, context) => {
1909
1947
  return (0, import_smithy_client.take)(output, {
1910
1948
  customDomainCertificateArn: import_smithy_client.expectString,
1911
- customDomainCertificateExpiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1949
+ customDomainCertificateExpiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "customDomainCertificateExpiryTime"),
1912
1950
  customDomainName: import_smithy_client.expectString,
1913
1951
  workgroupName: import_smithy_client.expectString
1914
1952
  });
@@ -1921,72 +1959,72 @@ var de_AssociationList = /* @__PURE__ */ __name((output, context) => {
1921
1959
  }, "de_AssociationList");
1922
1960
  var de_ConvertRecoveryPointToSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
1923
1961
  return (0, import_smithy_client.take)(output, {
1924
- snapshot: (_) => de_Snapshot(_, context)
1962
+ snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "snapshot")
1925
1963
  });
1926
1964
  }, "de_ConvertRecoveryPointToSnapshotResponse");
1927
1965
  var de_CreateCustomDomainAssociationResponse = /* @__PURE__ */ __name((output, context) => {
1928
1966
  return (0, import_smithy_client.take)(output, {
1929
1967
  customDomainCertificateArn: import_smithy_client.expectString,
1930
- customDomainCertificateExpiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1968
+ customDomainCertificateExpiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "customDomainCertificateExpiryTime"),
1931
1969
  customDomainName: import_smithy_client.expectString,
1932
1970
  workgroupName: import_smithy_client.expectString
1933
1971
  });
1934
1972
  }, "de_CreateCustomDomainAssociationResponse");
1935
1973
  var de_CreateEndpointAccessResponse = /* @__PURE__ */ __name((output, context) => {
1936
1974
  return (0, import_smithy_client.take)(output, {
1937
- endpoint: (_) => de_EndpointAccess(_, context)
1975
+ endpoint: /* @__PURE__ */ __name((_) => de_EndpointAccess(_, context), "endpoint")
1938
1976
  });
1939
1977
  }, "de_CreateEndpointAccessResponse");
1940
1978
  var de_CreateNamespaceResponse = /* @__PURE__ */ __name((output, context) => {
1941
1979
  return (0, import_smithy_client.take)(output, {
1942
- namespace: (_) => de_Namespace(_, context)
1980
+ namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace")
1943
1981
  });
1944
1982
  }, "de_CreateNamespaceResponse");
1945
1983
  var de_CreateScheduledActionResponse = /* @__PURE__ */ __name((output, context) => {
1946
1984
  return (0, import_smithy_client.take)(output, {
1947
- scheduledAction: (_) => de_ScheduledActionResponse(_, context)
1985
+ scheduledAction: /* @__PURE__ */ __name((_) => de_ScheduledActionResponse(_, context), "scheduledAction")
1948
1986
  });
1949
1987
  }, "de_CreateScheduledActionResponse");
1950
1988
  var de_CreateSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
1951
1989
  return (0, import_smithy_client.take)(output, {
1952
- snapshot: (_) => de_Snapshot(_, context)
1990
+ snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "snapshot")
1953
1991
  });
1954
1992
  }, "de_CreateSnapshotResponse");
1955
1993
  var de_CreateWorkgroupResponse = /* @__PURE__ */ __name((output, context) => {
1956
1994
  return (0, import_smithy_client.take)(output, {
1957
- workgroup: (_) => de_Workgroup(_, context)
1995
+ workgroup: /* @__PURE__ */ __name((_) => de_Workgroup(_, context), "workgroup")
1958
1996
  });
1959
1997
  }, "de_CreateWorkgroupResponse");
1960
1998
  var de_DeleteEndpointAccessResponse = /* @__PURE__ */ __name((output, context) => {
1961
1999
  return (0, import_smithy_client.take)(output, {
1962
- endpoint: (_) => de_EndpointAccess(_, context)
2000
+ endpoint: /* @__PURE__ */ __name((_) => de_EndpointAccess(_, context), "endpoint")
1963
2001
  });
1964
2002
  }, "de_DeleteEndpointAccessResponse");
1965
2003
  var de_DeleteNamespaceResponse = /* @__PURE__ */ __name((output, context) => {
1966
2004
  return (0, import_smithy_client.take)(output, {
1967
- namespace: (_) => de_Namespace(_, context)
2005
+ namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace")
1968
2006
  });
1969
2007
  }, "de_DeleteNamespaceResponse");
1970
2008
  var de_DeleteScheduledActionResponse = /* @__PURE__ */ __name((output, context) => {
1971
2009
  return (0, import_smithy_client.take)(output, {
1972
- scheduledAction: (_) => de_ScheduledActionResponse(_, context)
2010
+ scheduledAction: /* @__PURE__ */ __name((_) => de_ScheduledActionResponse(_, context), "scheduledAction")
1973
2011
  });
1974
2012
  }, "de_DeleteScheduledActionResponse");
1975
2013
  var de_DeleteSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
1976
2014
  return (0, import_smithy_client.take)(output, {
1977
- snapshot: (_) => de_Snapshot(_, context)
2015
+ snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "snapshot")
1978
2016
  });
1979
2017
  }, "de_DeleteSnapshotResponse");
1980
2018
  var de_DeleteWorkgroupResponse = /* @__PURE__ */ __name((output, context) => {
1981
2019
  return (0, import_smithy_client.take)(output, {
1982
- workgroup: (_) => de_Workgroup(_, context)
2020
+ workgroup: /* @__PURE__ */ __name((_) => de_Workgroup(_, context), "workgroup")
1983
2021
  });
1984
2022
  }, "de_DeleteWorkgroupResponse");
1985
2023
  var de_EndpointAccess = /* @__PURE__ */ __name((output, context) => {
1986
2024
  return (0, import_smithy_client.take)(output, {
1987
2025
  address: import_smithy_client.expectString,
1988
2026
  endpointArn: import_smithy_client.expectString,
1989
- endpointCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2027
+ endpointCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endpointCreateTime"),
1990
2028
  endpointName: import_smithy_client.expectString,
1991
2029
  endpointStatus: import_smithy_client.expectString,
1992
2030
  port: import_smithy_client.expectInt32,
@@ -2006,104 +2044,104 @@ var de_GetCredentialsResponse = /* @__PURE__ */ __name((output, context) => {
2006
2044
  return (0, import_smithy_client.take)(output, {
2007
2045
  dbPassword: import_smithy_client.expectString,
2008
2046
  dbUser: import_smithy_client.expectString,
2009
- expiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2010
- nextRefreshTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2047
+ expiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expiration"),
2048
+ nextRefreshTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "nextRefreshTime")
2011
2049
  });
2012
2050
  }, "de_GetCredentialsResponse");
2013
2051
  var de_GetCustomDomainAssociationResponse = /* @__PURE__ */ __name((output, context) => {
2014
2052
  return (0, import_smithy_client.take)(output, {
2015
2053
  customDomainCertificateArn: import_smithy_client.expectString,
2016
- customDomainCertificateExpiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2054
+ customDomainCertificateExpiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "customDomainCertificateExpiryTime"),
2017
2055
  customDomainName: import_smithy_client.expectString,
2018
2056
  workgroupName: import_smithy_client.expectString
2019
2057
  });
2020
2058
  }, "de_GetCustomDomainAssociationResponse");
2021
2059
  var de_GetEndpointAccessResponse = /* @__PURE__ */ __name((output, context) => {
2022
2060
  return (0, import_smithy_client.take)(output, {
2023
- endpoint: (_) => de_EndpointAccess(_, context)
2061
+ endpoint: /* @__PURE__ */ __name((_) => de_EndpointAccess(_, context), "endpoint")
2024
2062
  });
2025
2063
  }, "de_GetEndpointAccessResponse");
2026
2064
  var de_GetNamespaceResponse = /* @__PURE__ */ __name((output, context) => {
2027
2065
  return (0, import_smithy_client.take)(output, {
2028
- namespace: (_) => de_Namespace(_, context)
2066
+ namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace")
2029
2067
  });
2030
2068
  }, "de_GetNamespaceResponse");
2031
2069
  var de_GetRecoveryPointResponse = /* @__PURE__ */ __name((output, context) => {
2032
2070
  return (0, import_smithy_client.take)(output, {
2033
- recoveryPoint: (_) => de_RecoveryPoint(_, context)
2071
+ recoveryPoint: /* @__PURE__ */ __name((_) => de_RecoveryPoint(_, context), "recoveryPoint")
2034
2072
  });
2035
2073
  }, "de_GetRecoveryPointResponse");
2036
2074
  var de_GetScheduledActionResponse = /* @__PURE__ */ __name((output, context) => {
2037
2075
  return (0, import_smithy_client.take)(output, {
2038
- scheduledAction: (_) => de_ScheduledActionResponse(_, context)
2076
+ scheduledAction: /* @__PURE__ */ __name((_) => de_ScheduledActionResponse(_, context), "scheduledAction")
2039
2077
  });
2040
2078
  }, "de_GetScheduledActionResponse");
2041
2079
  var de_GetSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
2042
2080
  return (0, import_smithy_client.take)(output, {
2043
- snapshot: (_) => de_Snapshot(_, context)
2081
+ snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "snapshot")
2044
2082
  });
2045
2083
  }, "de_GetSnapshotResponse");
2046
2084
  var de_GetTableRestoreStatusResponse = /* @__PURE__ */ __name((output, context) => {
2047
2085
  return (0, import_smithy_client.take)(output, {
2048
- tableRestoreStatus: (_) => de_TableRestoreStatus(_, context)
2086
+ tableRestoreStatus: /* @__PURE__ */ __name((_) => de_TableRestoreStatus(_, context), "tableRestoreStatus")
2049
2087
  });
2050
2088
  }, "de_GetTableRestoreStatusResponse");
2051
2089
  var de_GetWorkgroupResponse = /* @__PURE__ */ __name((output, context) => {
2052
2090
  return (0, import_smithy_client.take)(output, {
2053
- workgroup: (_) => de_Workgroup(_, context)
2091
+ workgroup: /* @__PURE__ */ __name((_) => de_Workgroup(_, context), "workgroup")
2054
2092
  });
2055
2093
  }, "de_GetWorkgroupResponse");
2056
2094
  var de_ListCustomDomainAssociationsResponse = /* @__PURE__ */ __name((output, context) => {
2057
2095
  return (0, import_smithy_client.take)(output, {
2058
- associations: (_) => de_AssociationList(_, context),
2096
+ associations: /* @__PURE__ */ __name((_) => de_AssociationList(_, context), "associations"),
2059
2097
  nextToken: import_smithy_client.expectString
2060
2098
  });
2061
2099
  }, "de_ListCustomDomainAssociationsResponse");
2062
2100
  var de_ListEndpointAccessResponse = /* @__PURE__ */ __name((output, context) => {
2063
2101
  return (0, import_smithy_client.take)(output, {
2064
- endpoints: (_) => de_EndpointAccessList(_, context),
2102
+ endpoints: /* @__PURE__ */ __name((_) => de_EndpointAccessList(_, context), "endpoints"),
2065
2103
  nextToken: import_smithy_client.expectString
2066
2104
  });
2067
2105
  }, "de_ListEndpointAccessResponse");
2068
2106
  var de_ListManagedWorkgroupsResponse = /* @__PURE__ */ __name((output, context) => {
2069
2107
  return (0, import_smithy_client.take)(output, {
2070
- managedWorkgroups: (_) => de_ManagedWorkgroups(_, context),
2108
+ managedWorkgroups: /* @__PURE__ */ __name((_) => de_ManagedWorkgroups(_, context), "managedWorkgroups"),
2071
2109
  nextToken: import_smithy_client.expectString
2072
2110
  });
2073
2111
  }, "de_ListManagedWorkgroupsResponse");
2074
2112
  var de_ListNamespacesResponse = /* @__PURE__ */ __name((output, context) => {
2075
2113
  return (0, import_smithy_client.take)(output, {
2076
- namespaces: (_) => de_NamespaceList(_, context),
2114
+ namespaces: /* @__PURE__ */ __name((_) => de_NamespaceList(_, context), "namespaces"),
2077
2115
  nextToken: import_smithy_client.expectString
2078
2116
  });
2079
2117
  }, "de_ListNamespacesResponse");
2080
2118
  var de_ListRecoveryPointsResponse = /* @__PURE__ */ __name((output, context) => {
2081
2119
  return (0, import_smithy_client.take)(output, {
2082
2120
  nextToken: import_smithy_client.expectString,
2083
- recoveryPoints: (_) => de_RecoveryPointList(_, context)
2121
+ recoveryPoints: /* @__PURE__ */ __name((_) => de_RecoveryPointList(_, context), "recoveryPoints")
2084
2122
  });
2085
2123
  }, "de_ListRecoveryPointsResponse");
2086
2124
  var de_ListSnapshotsResponse = /* @__PURE__ */ __name((output, context) => {
2087
2125
  return (0, import_smithy_client.take)(output, {
2088
2126
  nextToken: import_smithy_client.expectString,
2089
- snapshots: (_) => de_SnapshotList(_, context)
2127
+ snapshots: /* @__PURE__ */ __name((_) => de_SnapshotList(_, context), "snapshots")
2090
2128
  });
2091
2129
  }, "de_ListSnapshotsResponse");
2092
2130
  var de_ListTableRestoreStatusResponse = /* @__PURE__ */ __name((output, context) => {
2093
2131
  return (0, import_smithy_client.take)(output, {
2094
2132
  nextToken: import_smithy_client.expectString,
2095
- tableRestoreStatuses: (_) => de_TableRestoreStatusList(_, context)
2133
+ tableRestoreStatuses: /* @__PURE__ */ __name((_) => de_TableRestoreStatusList(_, context), "tableRestoreStatuses")
2096
2134
  });
2097
2135
  }, "de_ListTableRestoreStatusResponse");
2098
2136
  var de_ListWorkgroupsResponse = /* @__PURE__ */ __name((output, context) => {
2099
2137
  return (0, import_smithy_client.take)(output, {
2100
2138
  nextToken: import_smithy_client.expectString,
2101
- workgroups: (_) => de_WorkgroupList(_, context)
2139
+ workgroups: /* @__PURE__ */ __name((_) => de_WorkgroupList(_, context), "workgroups")
2102
2140
  });
2103
2141
  }, "de_ListWorkgroupsResponse");
2104
2142
  var de_ManagedWorkgroupListItem = /* @__PURE__ */ __name((output, context) => {
2105
2143
  return (0, import_smithy_client.take)(output, {
2106
- creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2144
+ creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationDate"),
2107
2145
  managedWorkgroupId: import_smithy_client.expectString,
2108
2146
  managedWorkgroupName: import_smithy_client.expectString,
2109
2147
  sourceArn: import_smithy_client.expectString,
@@ -2121,7 +2159,7 @@ var de_Namespace = /* @__PURE__ */ __name((output, context) => {
2121
2159
  adminPasswordSecretArn: import_smithy_client.expectString,
2122
2160
  adminPasswordSecretKmsKeyId: import_smithy_client.expectString,
2123
2161
  adminUsername: import_smithy_client.expectString,
2124
- creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2162
+ creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationDate"),
2125
2163
  dbName: import_smithy_client.expectString,
2126
2164
  defaultIamRoleArn: import_smithy_client.expectString,
2127
2165
  iamRoles: import_smithy_client._json,
@@ -2149,7 +2187,7 @@ var de_RecoveryPoint = /* @__PURE__ */ __name((output, context) => {
2149
2187
  return (0, import_smithy_client.take)(output, {
2150
2188
  namespaceArn: import_smithy_client.expectString,
2151
2189
  namespaceName: import_smithy_client.expectString,
2152
- recoveryPointCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2190
+ recoveryPointCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "recoveryPointCreateTime"),
2153
2191
  recoveryPointId: import_smithy_client.expectString,
2154
2192
  totalSizeInMegaBytes: import_smithy_client.limitedParseDouble,
2155
2193
  workgroupName: import_smithy_client.expectString
@@ -2163,25 +2201,25 @@ var de_RecoveryPointList = /* @__PURE__ */ __name((output, context) => {
2163
2201
  }, "de_RecoveryPointList");
2164
2202
  var de_RestoreFromRecoveryPointResponse = /* @__PURE__ */ __name((output, context) => {
2165
2203
  return (0, import_smithy_client.take)(output, {
2166
- namespace: (_) => de_Namespace(_, context),
2204
+ namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace"),
2167
2205
  recoveryPointId: import_smithy_client.expectString
2168
2206
  });
2169
2207
  }, "de_RestoreFromRecoveryPointResponse");
2170
2208
  var de_RestoreFromSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
2171
2209
  return (0, import_smithy_client.take)(output, {
2172
- namespace: (_) => de_Namespace(_, context),
2210
+ namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace"),
2173
2211
  ownerAccount: import_smithy_client.expectString,
2174
2212
  snapshotName: import_smithy_client.expectString
2175
2213
  });
2176
2214
  }, "de_RestoreFromSnapshotResponse");
2177
2215
  var de_RestoreTableFromRecoveryPointResponse = /* @__PURE__ */ __name((output, context) => {
2178
2216
  return (0, import_smithy_client.take)(output, {
2179
- tableRestoreStatus: (_) => de_TableRestoreStatus(_, context)
2217
+ tableRestoreStatus: /* @__PURE__ */ __name((_) => de_TableRestoreStatus(_, context), "tableRestoreStatus")
2180
2218
  });
2181
2219
  }, "de_RestoreTableFromRecoveryPointResponse");
2182
2220
  var de_RestoreTableFromSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
2183
2221
  return (0, import_smithy_client.take)(output, {
2184
- tableRestoreStatus: (_) => de_TableRestoreStatus(_, context)
2222
+ tableRestoreStatus: /* @__PURE__ */ __name((_) => de_TableRestoreStatus(_, context), "tableRestoreStatus")
2185
2223
  });
2186
2224
  }, "de_RestoreTableFromSnapshotResponse");
2187
2225
  var de_Schedule = /* @__PURE__ */ __name((output, context) => {
@@ -2197,17 +2235,17 @@ var de_Schedule = /* @__PURE__ */ __name((output, context) => {
2197
2235
  }, "de_Schedule");
2198
2236
  var de_ScheduledActionResponse = /* @__PURE__ */ __name((output, context) => {
2199
2237
  return (0, import_smithy_client.take)(output, {
2200
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2238
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
2201
2239
  namespaceName: import_smithy_client.expectString,
2202
- nextInvocations: (_) => de_NextInvocationsList(_, context),
2240
+ nextInvocations: /* @__PURE__ */ __name((_) => de_NextInvocationsList(_, context), "nextInvocations"),
2203
2241
  roleArn: import_smithy_client.expectString,
2204
- schedule: (_) => de_Schedule((0, import_core2.awsExpectUnion)(_), context),
2242
+ schedule: /* @__PURE__ */ __name((_) => de_Schedule((0, import_core2.awsExpectUnion)(_), context), "schedule"),
2205
2243
  scheduledActionDescription: import_smithy_client.expectString,
2206
2244
  scheduledActionName: import_smithy_client.expectString,
2207
2245
  scheduledActionUuid: import_smithy_client.expectString,
2208
- startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2246
+ startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
2209
2247
  state: import_smithy_client.expectString,
2210
- targetAction: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
2248
+ targetAction: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "targetAction")
2211
2249
  });
2212
2250
  }, "de_ScheduledActionResponse");
2213
2251
  var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
@@ -2227,11 +2265,11 @@ var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
2227
2265
  namespaceName: import_smithy_client.expectString,
2228
2266
  ownerAccount: import_smithy_client.expectString,
2229
2267
  snapshotArn: import_smithy_client.expectString,
2230
- snapshotCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2268
+ snapshotCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "snapshotCreateTime"),
2231
2269
  snapshotName: import_smithy_client.expectString,
2232
2270
  snapshotRemainingDays: import_smithy_client.expectInt32,
2233
2271
  snapshotRetentionPeriod: import_smithy_client.expectInt32,
2234
- snapshotRetentionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2272
+ snapshotRetentionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "snapshotRetentionStartTime"),
2235
2273
  status: import_smithy_client.expectString,
2236
2274
  totalBackupSizeInMegaBytes: import_smithy_client.limitedParseDouble
2237
2275
  });
@@ -2249,7 +2287,7 @@ var de_TableRestoreStatus = /* @__PURE__ */ __name((output, context) => {
2249
2287
  newTableName: import_smithy_client.expectString,
2250
2288
  progressInMegaBytes: import_smithy_client.expectLong,
2251
2289
  recoveryPointId: import_smithy_client.expectString,
2252
- requestTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2290
+ requestTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "requestTime"),
2253
2291
  snapshotName: import_smithy_client.expectString,
2254
2292
  sourceDatabaseName: import_smithy_client.expectString,
2255
2293
  sourceSchemaName: import_smithy_client.expectString,
@@ -2271,44 +2309,44 @@ var de_TableRestoreStatusList = /* @__PURE__ */ __name((output, context) => {
2271
2309
  var de_UpdateCustomDomainAssociationResponse = /* @__PURE__ */ __name((output, context) => {
2272
2310
  return (0, import_smithy_client.take)(output, {
2273
2311
  customDomainCertificateArn: import_smithy_client.expectString,
2274
- customDomainCertificateExpiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2312
+ customDomainCertificateExpiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "customDomainCertificateExpiryTime"),
2275
2313
  customDomainName: import_smithy_client.expectString,
2276
2314
  workgroupName: import_smithy_client.expectString
2277
2315
  });
2278
2316
  }, "de_UpdateCustomDomainAssociationResponse");
2279
2317
  var de_UpdateEndpointAccessResponse = /* @__PURE__ */ __name((output, context) => {
2280
2318
  return (0, import_smithy_client.take)(output, {
2281
- endpoint: (_) => de_EndpointAccess(_, context)
2319
+ endpoint: /* @__PURE__ */ __name((_) => de_EndpointAccess(_, context), "endpoint")
2282
2320
  });
2283
2321
  }, "de_UpdateEndpointAccessResponse");
2284
2322
  var de_UpdateNamespaceResponse = /* @__PURE__ */ __name((output, context) => {
2285
2323
  return (0, import_smithy_client.take)(output, {
2286
- namespace: (_) => de_Namespace(_, context)
2324
+ namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace")
2287
2325
  });
2288
2326
  }, "de_UpdateNamespaceResponse");
2289
2327
  var de_UpdateScheduledActionResponse = /* @__PURE__ */ __name((output, context) => {
2290
2328
  return (0, import_smithy_client.take)(output, {
2291
- scheduledAction: (_) => de_ScheduledActionResponse(_, context)
2329
+ scheduledAction: /* @__PURE__ */ __name((_) => de_ScheduledActionResponse(_, context), "scheduledAction")
2292
2330
  });
2293
2331
  }, "de_UpdateScheduledActionResponse");
2294
2332
  var de_UpdateSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
2295
2333
  return (0, import_smithy_client.take)(output, {
2296
- snapshot: (_) => de_Snapshot(_, context)
2334
+ snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "snapshot")
2297
2335
  });
2298
2336
  }, "de_UpdateSnapshotResponse");
2299
2337
  var de_UpdateWorkgroupResponse = /* @__PURE__ */ __name((output, context) => {
2300
2338
  return (0, import_smithy_client.take)(output, {
2301
- workgroup: (_) => de_Workgroup(_, context)
2339
+ workgroup: /* @__PURE__ */ __name((_) => de_Workgroup(_, context), "workgroup")
2302
2340
  });
2303
2341
  }, "de_UpdateWorkgroupResponse");
2304
2342
  var de_Workgroup = /* @__PURE__ */ __name((output, context) => {
2305
2343
  return (0, import_smithy_client.take)(output, {
2306
2344
  baseCapacity: import_smithy_client.expectInt32,
2307
2345
  configParameters: import_smithy_client._json,
2308
- creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2346
+ creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationDate"),
2309
2347
  crossAccountVpcs: import_smithy_client._json,
2310
2348
  customDomainCertificateArn: import_smithy_client.expectString,
2311
- customDomainCertificateExpiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2349
+ customDomainCertificateExpiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "customDomainCertificateExpiryTime"),
2312
2350
  customDomainName: import_smithy_client.expectString,
2313
2351
  endpoint: import_smithy_client._json,
2314
2352
  enhancedVpcRouting: import_smithy_client.expectBoolean,
@@ -2316,12 +2354,14 @@ var de_Workgroup = /* @__PURE__ */ __name((output, context) => {
2316
2354
  maxCapacity: import_smithy_client.expectInt32,
2317
2355
  namespaceName: import_smithy_client.expectString,
2318
2356
  patchVersion: import_smithy_client.expectString,
2357
+ pendingTrackName: import_smithy_client.expectString,
2319
2358
  port: import_smithy_client.expectInt32,
2320
2359
  pricePerformanceTarget: import_smithy_client._json,
2321
2360
  publiclyAccessible: import_smithy_client.expectBoolean,
2322
2361
  securityGroupIds: import_smithy_client._json,
2323
2362
  status: import_smithy_client.expectString,
2324
2363
  subnetIds: import_smithy_client._json,
2364
+ trackName: import_smithy_client.expectString,
2325
2365
  workgroupArn: import_smithy_client.expectString,
2326
2366
  workgroupId: import_smithy_client.expectString,
2327
2367
  workgroupName: import_smithy_client.expectString,
@@ -2769,6 +2809,21 @@ var GetTableRestoreStatusCommand = class extends import_smithy_client.Command.cl
2769
2809
  }
2770
2810
  };
2771
2811
 
2812
+ // src/commands/GetTrackCommand.ts
2813
+
2814
+
2815
+
2816
+ var GetTrackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2817
+ return [
2818
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2819
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2820
+ ];
2821
+ }).s("RedshiftServerless", "GetTrack", {}).n("RedshiftServerlessClient", "GetTrackCommand").f(void 0, void 0).ser(se_GetTrackCommand).de(de_GetTrackCommand).build() {
2822
+ static {
2823
+ __name(this, "GetTrackCommand");
2824
+ }
2825
+ };
2826
+
2772
2827
  // src/commands/GetUsageLimitCommand.ts
2773
2828
 
2774
2829
 
@@ -2949,6 +3004,21 @@ var ListTagsForResourceCommand = class extends import_smithy_client.Command.clas
2949
3004
  }
2950
3005
  };
2951
3006
 
3007
+ // src/commands/ListTracksCommand.ts
3008
+
3009
+
3010
+
3011
+ var ListTracksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3012
+ return [
3013
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3014
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3015
+ ];
3016
+ }).s("RedshiftServerless", "ListTracks", {}).n("RedshiftServerlessClient", "ListTracksCommand").f(void 0, void 0).ser(se_ListTracksCommand).de(de_ListTracksCommand).build() {
3017
+ static {
3018
+ __name(this, "ListTracksCommand");
3019
+ }
3020
+ };
3021
+
2952
3022
  // src/commands/ListUsageLimitsCommand.ts
2953
3023
 
2954
3024
 
@@ -3233,6 +3303,7 @@ var commands = {
3233
3303
  GetScheduledActionCommand,
3234
3304
  GetSnapshotCommand,
3235
3305
  GetTableRestoreStatusCommand,
3306
+ GetTrackCommand,
3236
3307
  GetUsageLimitCommand,
3237
3308
  GetWorkgroupCommand,
3238
3309
  ListCustomDomainAssociationsCommand,
@@ -3245,6 +3316,7 @@ var commands = {
3245
3316
  ListSnapshotsCommand,
3246
3317
  ListTableRestoreStatusCommand,
3247
3318
  ListTagsForResourceCommand,
3319
+ ListTracksCommand,
3248
3320
  ListUsageLimitsCommand,
3249
3321
  ListWorkgroupsCommand,
3250
3322
  PutResourcePolicyCommand,
@@ -3306,6 +3378,10 @@ var paginateListSnapshots = (0, import_core.createPaginator)(RedshiftServerlessC
3306
3378
 
3307
3379
  var paginateListTableRestoreStatus = (0, import_core.createPaginator)(RedshiftServerlessClient, ListTableRestoreStatusCommand, "nextToken", "nextToken", "maxResults");
3308
3380
 
3381
+ // src/pagination/ListTracksPaginator.ts
3382
+
3383
+ var paginateListTracks = (0, import_core.createPaginator)(RedshiftServerlessClient, ListTracksCommand, "nextToken", "nextToken", "maxResults");
3384
+
3309
3385
  // src/pagination/ListUsageLimitsPaginator.ts
3310
3386
 
3311
3387
  var paginateListUsageLimits = (0, import_core.createPaginator)(RedshiftServerlessClient, ListUsageLimitsCommand, "nextToken", "nextToken", "maxResults");
@@ -3348,6 +3424,7 @@ var paginateListWorkgroups = (0, import_core.createPaginator)(RedshiftServerless
3348
3424
  GetScheduledActionCommand,
3349
3425
  GetSnapshotCommand,
3350
3426
  GetTableRestoreStatusCommand,
3427
+ GetTrackCommand,
3351
3428
  GetUsageLimitCommand,
3352
3429
  GetWorkgroupCommand,
3353
3430
  ListCustomDomainAssociationsCommand,
@@ -3360,6 +3437,7 @@ var paginateListWorkgroups = (0, import_core.createPaginator)(RedshiftServerless
3360
3437
  ListSnapshotsCommand,
3361
3438
  ListTableRestoreStatusCommand,
3362
3439
  ListTagsForResourceCommand,
3440
+ ListTracksCommand,
3363
3441
  ListUsageLimitsCommand,
3364
3442
  ListWorkgroupsCommand,
3365
3443
  PutResourcePolicyCommand,
@@ -3386,6 +3464,7 @@ var paginateListWorkgroups = (0, import_core.createPaginator)(RedshiftServerless
3386
3464
  paginateListSnapshotCopyConfigurations,
3387
3465
  paginateListSnapshots,
3388
3466
  paginateListTableRestoreStatus,
3467
+ paginateListTracks,
3389
3468
  paginateListUsageLimits,
3390
3469
  paginateListWorkgroups,
3391
3470
  AccessDeniedException,