@aws-sdk/client-redshift-serverless 3.943.0 → 3.947.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 (117) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +75 -344
  3. package/dist-cjs/runtimeConfig.browser.js +2 -2
  4. package/dist-cjs/runtimeConfig.js +3 -4
  5. package/dist-es/RedshiftServerless.js +2 -0
  6. package/dist-es/RedshiftServerlessClient.js +2 -2
  7. package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +16 -0
  8. package/dist-es/commands/index.js +1 -0
  9. package/dist-es/runtimeConfig.browser.js +2 -2
  10. package/dist-es/runtimeConfig.js +2 -3
  11. package/dist-es/schemas/schemas_0.js +62 -345
  12. package/dist-types/RedshiftServerless.d.ts +8 -1
  13. package/dist-types/RedshiftServerlessClient.d.ts +13 -12
  14. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  15. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  16. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateReservationCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateScheduledActionCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateUsageLimitCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateWorkgroupCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +3 -3
  35. package/dist-types/commands/GetCredentialsCommand.d.ts +3 -3
  36. package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +3 -3
  37. package/dist-types/commands/GetEndpointAccessCommand.d.ts +3 -3
  38. package/dist-types/commands/GetIdentityCenterAuthTokenCommand.d.ts +98 -0
  39. package/dist-types/commands/GetNamespaceCommand.d.ts +3 -3
  40. package/dist-types/commands/GetRecoveryPointCommand.d.ts +3 -3
  41. package/dist-types/commands/GetReservationCommand.d.ts +3 -3
  42. package/dist-types/commands/GetReservationOfferingCommand.d.ts +3 -3
  43. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -3
  44. package/dist-types/commands/GetScheduledActionCommand.d.ts +3 -3
  45. package/dist-types/commands/GetSnapshotCommand.d.ts +3 -3
  46. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +3 -3
  47. package/dist-types/commands/GetTrackCommand.d.ts +6 -3
  48. package/dist-types/commands/GetUsageLimitCommand.d.ts +3 -3
  49. package/dist-types/commands/GetWorkgroupCommand.d.ts +3 -3
  50. package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +3 -3
  51. package/dist-types/commands/ListEndpointAccessCommand.d.ts +3 -3
  52. package/dist-types/commands/ListManagedWorkgroupsCommand.d.ts +3 -3
  53. package/dist-types/commands/ListNamespacesCommand.d.ts +3 -3
  54. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +3 -3
  55. package/dist-types/commands/ListReservationOfferingsCommand.d.ts +3 -3
  56. package/dist-types/commands/ListReservationsCommand.d.ts +3 -3
  57. package/dist-types/commands/ListScheduledActionsCommand.d.ts +3 -3
  58. package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +3 -3
  59. package/dist-types/commands/ListSnapshotsCommand.d.ts +3 -3
  60. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +3 -3
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  62. package/dist-types/commands/ListTracksCommand.d.ts +3 -3
  63. package/dist-types/commands/ListUsageLimitsCommand.d.ts +3 -3
  64. package/dist-types/commands/ListWorkgroupsCommand.d.ts +3 -3
  65. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  66. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +3 -3
  67. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +3 -3
  68. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +3 -3
  69. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +3 -3
  70. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  71. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  72. package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +3 -3
  73. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +3 -3
  74. package/dist-types/commands/UpdateLakehouseConfigurationCommand.d.ts +3 -3
  75. package/dist-types/commands/UpdateNamespaceCommand.d.ts +3 -3
  76. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +3 -3
  77. package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -3
  78. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +3 -3
  79. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +3 -3
  80. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +3 -3
  81. package/dist-types/commands/index.d.ts +1 -0
  82. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  83. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  84. package/dist-types/extensionConfiguration.d.ts +4 -4
  85. package/dist-types/models/RedshiftServerlessServiceException.d.ts +1 -1
  86. package/dist-types/models/errors.d.ts +1 -1
  87. package/dist-types/models/models_0.d.ts +25 -0
  88. package/dist-types/pagination/Interfaces.d.ts +1 -1
  89. package/dist-types/pagination/ListCustomDomainAssociationsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListEndpointAccessPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListManagedWorkgroupsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListRecoveryPointsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListReservationOfferingsPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListScheduledActionsPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListSnapshotCopyConfigurationsPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListSnapshotsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListTableRestoreStatusPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListTracksPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListUsageLimitsPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListWorkgroupsPaginator.d.ts +1 -1
  103. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  104. package/dist-types/runtimeConfig.d.ts +1 -1
  105. package/dist-types/runtimeConfig.native.d.ts +1 -1
  106. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  107. package/dist-types/runtimeExtensions.d.ts +1 -1
  108. package/dist-types/schemas/schemas_0.d.ts +5 -2
  109. package/dist-types/ts3.4/RedshiftServerless.d.ts +17 -0
  110. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +9 -3
  111. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  114. package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +1 -1
  115. package/dist-types/ts3.4/models/models_0.d.ts +7 -0
  116. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -1
  117. package/package.json +13 -12
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetWorkgroupRequest, GetWorkgroupResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetWorkgroupRequest, GetWorkgroupResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListCustomDomainAssociationsRequest, ListCustomDomainAssociationsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListCustomDomainAssociationsRequest, ListCustomDomainAssociationsResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListEndpointAccessRequest, ListEndpointAccessResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListEndpointAccessRequest, ListEndpointAccessResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListManagedWorkgroupsRequest, ListManagedWorkgroupsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListManagedWorkgroupsRequest, ListManagedWorkgroupsResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListRecoveryPointsRequest, ListRecoveryPointsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListRecoveryPointsRequest, ListRecoveryPointsResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListReservationOfferingsRequest, ListReservationOfferingsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListReservationOfferingsRequest, ListReservationOfferingsResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListReservationsRequest, ListReservationsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListReservationsRequest, ListReservationsResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListScheduledActionsRequest, ListScheduledActionsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListScheduledActionsRequest, ListScheduledActionsResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListSnapshotCopyConfigurationsRequest, ListSnapshotCopyConfigurationsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListSnapshotCopyConfigurationsRequest, ListSnapshotCopyConfigurationsResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListSnapshotsRequest, ListSnapshotsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListSnapshotsRequest, ListSnapshotsResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTableRestoreStatusRequest, ListTableRestoreStatusResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListTableRestoreStatusRequest, ListTableRestoreStatusResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTracksRequest, ListTracksResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListTracksRequest, ListTracksResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListUsageLimitsRequest, ListUsageLimitsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListUsageLimitsRequest, ListUsageLimitsResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListWorkgroupsRequest, ListWorkgroupsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListWorkgroupsRequest, ListWorkgroupsResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { RestoreFromRecoveryPointRequest, RestoreFromRecoveryPointResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { RestoreFromRecoveryPointRequest, RestoreFromRecoveryPointResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { RestoreFromSnapshotRequest, RestoreFromSnapshotResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { RestoreFromSnapshotRequest, RestoreFromSnapshotResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { RestoreTableFromRecoveryPointRequest, RestoreTableFromRecoveryPointResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { RestoreTableFromRecoveryPointRequest, RestoreTableFromRecoveryPointResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { RestoreTableFromSnapshotRequest, RestoreTableFromSnapshotResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { RestoreTableFromSnapshotRequest, RestoreTableFromSnapshotResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateCustomDomainAssociationRequest, UpdateCustomDomainAssociationResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateCustomDomainAssociationRequest, UpdateCustomDomainAssociationResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateEndpointAccessRequest, UpdateEndpointAccessResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateEndpointAccessRequest, UpdateEndpointAccessResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateLakehouseConfigurationRequest, UpdateLakehouseConfigurationResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateLakehouseConfigurationRequest, UpdateLakehouseConfigurationResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateNamespaceRequest, UpdateNamespaceResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateNamespaceRequest, UpdateNamespaceResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateScheduledActionRequest, UpdateScheduledActionResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateScheduledActionRequest, UpdateScheduledActionResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateSnapshotCopyConfigurationRequest, UpdateSnapshotCopyConfigurationResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateSnapshotCopyConfigurationRequest, UpdateSnapshotCopyConfigurationResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateUsageLimitRequest, UpdateUsageLimitResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateUsageLimitRequest, UpdateUsageLimitResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateWorkgroupRequest, UpdateWorkgroupResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateWorkgroupRequest, UpdateWorkgroupResponse } from "../models/models_0";
4
+ import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -20,6 +20,7 @@ export * from "./DeleteWorkgroupCommand";
20
20
  export * from "./GetCredentialsCommand";
21
21
  export * from "./GetCustomDomainAssociationCommand";
22
22
  export * from "./GetEndpointAccessCommand";
23
+ export * from "./GetIdentityCenterAuthTokenCommand";
23
24
  export * from "./GetNamespaceCommand";
24
25
  export * from "./GetRecoveryPointCommand";
25
26
  export * from "./GetReservationCommand";
@@ -1,4 +1,4 @@
1
- import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
1
+ import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
8
8
  useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
10
  }
11
+ /**
12
+ * @public
13
+ */
11
14
  export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
12
15
  defaultSigningName: string;
13
16
  };
17
+ /**
18
+ * @internal
19
+ */
14
20
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
21
+ /**
22
+ * @internal
23
+ */
15
24
  export declare const commonParams: {
16
25
  readonly UseFIPS: {
17
26
  readonly type: "builtInParams";
@@ -30,6 +39,9 @@ export declare const commonParams: {
30
39
  readonly name: "useDualstackEndpoint";
31
40
  };
32
41
  };
42
+ /**
43
+ * @internal
44
+ */
33
45
  export interface EndpointParameters extends __EndpointParameters {
34
46
  Region?: string | undefined;
35
47
  UseDualStack?: boolean | undefined;
@@ -1,5 +1,8 @@
1
- import { EndpointV2, Logger } from "@smithy/types";
2
- import { EndpointParameters } from "./EndpointParameters";
1
+ import type { EndpointV2, Logger } from "@smithy/types";
2
+ import type { EndpointParameters } from "./EndpointParameters";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
7
  logger?: Logger;
5
8
  }) => EndpointV2;
@@ -1,7 +1,7 @@
1
- import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
- import { DefaultExtensionConfiguration } from "@smithy/types";
4
- import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
1
+ import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
+ import type { DefaultExtensionConfiguration } from "@smithy/types";
4
+ import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
6
6
  * @internal
7
7
  */
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { RedshiftServerlessServiceException as __BaseException } from "./RedshiftServerlessServiceException";
3
3
  /**
4
4
  * <p>You do not have sufficient access to perform this action.</p>
@@ -1710,6 +1710,31 @@ export interface GetCustomDomainAssociationResponse {
1710
1710
  */
1711
1711
  customDomainCertificateExpiryTime?: Date | undefined;
1712
1712
  }
1713
+ /**
1714
+ * @public
1715
+ */
1716
+ export interface GetIdentityCenterAuthTokenRequest {
1717
+ /**
1718
+ * <p>A list of workgroup names for which to generate the Identity Center authentication token.</p> <p>Constraints:</p> <ul> <li> <p>Must contain between 1 and 20 workgroup names.</p> </li> <li> <p>Each workgroup name must be a valid Amazon Redshift Serverless workgroup identifier.</p> </li> <li> <p>All specified workgroups must have Identity Center integration enabled.</p> </li> </ul>
1719
+ * @public
1720
+ */
1721
+ workgroupNames: string[] | undefined;
1722
+ }
1723
+ /**
1724
+ * @public
1725
+ */
1726
+ export interface GetIdentityCenterAuthTokenResponse {
1727
+ /**
1728
+ * <p>The Identity Center authentication token that can be used to access data in the specified workgroups.</p> <p>This token contains the Identity Center identity information and is encrypted for secure transmission.</p>
1729
+ * @public
1730
+ */
1731
+ token?: string | undefined;
1732
+ /**
1733
+ * <p>The date and time when the Identity Center authentication token expires.</p> <p>After this time, a new token must be requested for continued access.</p>
1734
+ * @public
1735
+ */
1736
+ expirationTime?: Date | undefined;
1737
+ }
1713
1738
  /**
1714
1739
  * @public
1715
1740
  */
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@smithy/types";
1
+ import type { PaginationConfiguration } from "@smithy/types";
2
2
  import { RedshiftServerlessClient } from "../RedshiftServerlessClient";
3
3
  /**
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListCustomDomainAssociationsCommandInput, ListCustomDomainAssociationsCommandOutput } from "../commands/ListCustomDomainAssociationsCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput } from "../commands/ListEndpointAccessCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListManagedWorkgroupsCommandInput, ListManagedWorkgroupsCommandOutput } from "../commands/ListManagedWorkgroupsCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput } from "../commands/ListRecoveryPointsCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListReservationOfferingsCommandInput, ListReservationOfferingsCommandOutput } from "../commands/ListReservationOfferingsCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput } from "../commands/ListScheduledActionsCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListSnapshotCopyConfigurationsCommandInput, ListSnapshotCopyConfigurationsCommandOutput } from "../commands/ListSnapshotCopyConfigurationsCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "../commands/ListSnapshotsCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListTableRestoreStatusCommandInput, ListTableRestoreStatusCommandOutput } from "../commands/ListTableRestoreStatusCommand";
3
3
  import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**