@aws-sdk/client-redshift-serverless 3.948.0 → 3.953.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 (85) hide show
  1. package/dist-cjs/index.js +790 -513
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -2
  4. package/dist-es/commands/CreateCustomDomainAssociationCommand.js +2 -2
  5. package/dist-es/commands/CreateEndpointAccessCommand.js +2 -2
  6. package/dist-es/commands/CreateNamespaceCommand.js +2 -2
  7. package/dist-es/commands/CreateReservationCommand.js +2 -2
  8. package/dist-es/commands/CreateScheduledActionCommand.js +2 -2
  9. package/dist-es/commands/CreateSnapshotCommand.js +2 -2
  10. package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +2 -2
  11. package/dist-es/commands/CreateUsageLimitCommand.js +2 -2
  12. package/dist-es/commands/CreateWorkgroupCommand.js +2 -2
  13. package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +2 -2
  14. package/dist-es/commands/DeleteEndpointAccessCommand.js +2 -2
  15. package/dist-es/commands/DeleteNamespaceCommand.js +2 -2
  16. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  17. package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
  18. package/dist-es/commands/DeleteSnapshotCommand.js +2 -2
  19. package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +2 -2
  20. package/dist-es/commands/DeleteUsageLimitCommand.js +2 -2
  21. package/dist-es/commands/DeleteWorkgroupCommand.js +2 -2
  22. package/dist-es/commands/GetCredentialsCommand.js +2 -2
  23. package/dist-es/commands/GetCustomDomainAssociationCommand.js +2 -2
  24. package/dist-es/commands/GetEndpointAccessCommand.js +2 -2
  25. package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +2 -2
  26. package/dist-es/commands/GetNamespaceCommand.js +2 -2
  27. package/dist-es/commands/GetRecoveryPointCommand.js +2 -2
  28. package/dist-es/commands/GetReservationCommand.js +2 -2
  29. package/dist-es/commands/GetReservationOfferingCommand.js +2 -2
  30. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  31. package/dist-es/commands/GetScheduledActionCommand.js +2 -2
  32. package/dist-es/commands/GetSnapshotCommand.js +2 -2
  33. package/dist-es/commands/GetTableRestoreStatusCommand.js +2 -2
  34. package/dist-es/commands/GetTrackCommand.js +2 -2
  35. package/dist-es/commands/GetUsageLimitCommand.js +2 -2
  36. package/dist-es/commands/GetWorkgroupCommand.js +2 -2
  37. package/dist-es/commands/ListCustomDomainAssociationsCommand.js +2 -2
  38. package/dist-es/commands/ListEndpointAccessCommand.js +2 -2
  39. package/dist-es/commands/ListManagedWorkgroupsCommand.js +2 -2
  40. package/dist-es/commands/ListNamespacesCommand.js +2 -2
  41. package/dist-es/commands/ListRecoveryPointsCommand.js +2 -2
  42. package/dist-es/commands/ListReservationOfferingsCommand.js +2 -2
  43. package/dist-es/commands/ListReservationsCommand.js +2 -2
  44. package/dist-es/commands/ListScheduledActionsCommand.js +2 -2
  45. package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +2 -2
  46. package/dist-es/commands/ListSnapshotsCommand.js +2 -2
  47. package/dist-es/commands/ListTableRestoreStatusCommand.js +2 -2
  48. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  49. package/dist-es/commands/ListTracksCommand.js +2 -2
  50. package/dist-es/commands/ListUsageLimitsCommand.js +2 -2
  51. package/dist-es/commands/ListWorkgroupsCommand.js +2 -2
  52. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  53. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +2 -2
  54. package/dist-es/commands/RestoreFromSnapshotCommand.js +2 -2
  55. package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +2 -2
  56. package/dist-es/commands/RestoreTableFromSnapshotCommand.js +2 -2
  57. package/dist-es/commands/TagResourceCommand.js +2 -2
  58. package/dist-es/commands/UntagResourceCommand.js +2 -2
  59. package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +2 -2
  60. package/dist-es/commands/UpdateEndpointAccessCommand.js +2 -2
  61. package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +2 -2
  62. package/dist-es/commands/UpdateNamespaceCommand.js +2 -2
  63. package/dist-es/commands/UpdateScheduledActionCommand.js +2 -2
  64. package/dist-es/commands/UpdateSnapshotCommand.js +2 -2
  65. package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +2 -2
  66. package/dist-es/commands/UpdateUsageLimitCommand.js +2 -2
  67. package/dist-es/commands/UpdateWorkgroupCommand.js +2 -2
  68. package/dist-es/index.js +1 -0
  69. package/dist-es/runtimeConfig.shared.js +6 -6
  70. package/dist-es/schemas/schemas_0.js +465 -423
  71. package/dist-types/RedshiftServerlessClient.d.ts +1 -10
  72. package/dist-types/index.d.ts +1 -0
  73. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  74. package/dist-types/runtimeConfig.d.ts +6 -2
  75. package/dist-types/runtimeConfig.native.d.ts +6 -2
  76. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  77. package/dist-types/schemas/schemas_0.d.ts +236 -268
  78. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +0 -4
  79. package/dist-types/ts3.4/index.d.ts +1 -0
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  83. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -269
  85. package/package.json +34 -34
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListEndpointAccess } from "../schemas/schemas_0";
4
+ import { ListEndpointAccess$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListEndpointAccessCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListEndpointAccessCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListEndpointAccess", {})
13
13
  .n("RedshiftServerlessClient", "ListEndpointAccessCommand")
14
- .sc(ListEndpointAccess)
14
+ .sc(ListEndpointAccess$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListManagedWorkgroups } from "../schemas/schemas_0";
4
+ import { ListManagedWorkgroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListManagedWorkgroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListManagedWorkgroupsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListManagedWorkgroups", {})
13
13
  .n("RedshiftServerlessClient", "ListManagedWorkgroupsCommand")
14
- .sc(ListManagedWorkgroups)
14
+ .sc(ListManagedWorkgroups$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListNamespaces } from "../schemas/schemas_0";
4
+ import { ListNamespaces$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListNamespacesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListNamespacesCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListNamespaces", {})
13
13
  .n("RedshiftServerlessClient", "ListNamespacesCommand")
14
- .sc(ListNamespaces)
14
+ .sc(ListNamespaces$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListRecoveryPoints } from "../schemas/schemas_0";
4
+ import { ListRecoveryPoints$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListRecoveryPointsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListRecoveryPointsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListRecoveryPoints", {})
13
13
  .n("RedshiftServerlessClient", "ListRecoveryPointsCommand")
14
- .sc(ListRecoveryPoints)
14
+ .sc(ListRecoveryPoints$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListReservationOfferings } from "../schemas/schemas_0";
4
+ import { ListReservationOfferings$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListReservationOfferingsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListReservationOfferingsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListReservationOfferings", {})
13
13
  .n("RedshiftServerlessClient", "ListReservationOfferingsCommand")
14
- .sc(ListReservationOfferings)
14
+ .sc(ListReservationOfferings$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListReservations } from "../schemas/schemas_0";
4
+ import { ListReservations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListReservationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListReservationsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListReservations", {})
13
13
  .n("RedshiftServerlessClient", "ListReservationsCommand")
14
- .sc(ListReservations)
14
+ .sc(ListReservations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListScheduledActions } from "../schemas/schemas_0";
4
+ import { ListScheduledActions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListScheduledActionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListScheduledActionsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListScheduledActions", {})
13
13
  .n("RedshiftServerlessClient", "ListScheduledActionsCommand")
14
- .sc(ListScheduledActions)
14
+ .sc(ListScheduledActions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListSnapshotCopyConfigurations } from "../schemas/schemas_0";
4
+ import { ListSnapshotCopyConfigurations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListSnapshotCopyConfigurationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListSnapshotCopyConfigurationsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListSnapshotCopyConfigurations", {})
13
13
  .n("RedshiftServerlessClient", "ListSnapshotCopyConfigurationsCommand")
14
- .sc(ListSnapshotCopyConfigurations)
14
+ .sc(ListSnapshotCopyConfigurations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListSnapshots } from "../schemas/schemas_0";
4
+ import { ListSnapshots$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListSnapshotsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListSnapshotsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListSnapshots", {})
13
13
  .n("RedshiftServerlessClient", "ListSnapshotsCommand")
14
- .sc(ListSnapshots)
14
+ .sc(ListSnapshots$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTableRestoreStatus } from "../schemas/schemas_0";
4
+ import { ListTableRestoreStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTableRestoreStatusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTableRestoreStatusCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListTableRestoreStatus", {})
13
13
  .n("RedshiftServerlessClient", "ListTableRestoreStatusCommand")
14
- .sc(ListTableRestoreStatus)
14
+ .sc(ListTableRestoreStatus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListTagsForResource", {})
13
13
  .n("RedshiftServerlessClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTracks } from "../schemas/schemas_0";
4
+ import { ListTracks$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTracksCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTracksCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListTracks", {})
13
13
  .n("RedshiftServerlessClient", "ListTracksCommand")
14
- .sc(ListTracks)
14
+ .sc(ListTracks$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListUsageLimits } from "../schemas/schemas_0";
4
+ import { ListUsageLimits$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListUsageLimitsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListUsageLimitsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListUsageLimits", {})
13
13
  .n("RedshiftServerlessClient", "ListUsageLimitsCommand")
14
- .sc(ListUsageLimits)
14
+ .sc(ListUsageLimits$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListWorkgroups } from "../schemas/schemas_0";
4
+ import { ListWorkgroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListWorkgroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListWorkgroupsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListWorkgroups", {})
13
13
  .n("RedshiftServerlessClient", "ListWorkgroupsCommand")
14
- .sc(ListWorkgroups)
14
+ .sc(ListWorkgroups$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutResourcePolicy } from "../schemas/schemas_0";
4
+ import { PutResourcePolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutResourcePolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutResourcePolicyCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "PutResourcePolicy", {})
13
13
  .n("RedshiftServerlessClient", "PutResourcePolicyCommand")
14
- .sc(PutResourcePolicy)
14
+ .sc(PutResourcePolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RestoreFromRecoveryPoint } from "../schemas/schemas_0";
4
+ import { RestoreFromRecoveryPoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RestoreFromRecoveryPointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RestoreFromRecoveryPointCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "RestoreFromRecoveryPoint", {})
13
13
  .n("RedshiftServerlessClient", "RestoreFromRecoveryPointCommand")
14
- .sc(RestoreFromRecoveryPoint)
14
+ .sc(RestoreFromRecoveryPoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RestoreFromSnapshot } from "../schemas/schemas_0";
4
+ import { RestoreFromSnapshot$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RestoreFromSnapshotCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RestoreFromSnapshotCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "RestoreFromSnapshot", {})
13
13
  .n("RedshiftServerlessClient", "RestoreFromSnapshotCommand")
14
- .sc(RestoreFromSnapshot)
14
+ .sc(RestoreFromSnapshot$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RestoreTableFromRecoveryPoint } from "../schemas/schemas_0";
4
+ import { RestoreTableFromRecoveryPoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RestoreTableFromRecoveryPointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RestoreTableFromRecoveryPointCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "RestoreTableFromRecoveryPoint", {})
13
13
  .n("RedshiftServerlessClient", "RestoreTableFromRecoveryPointCommand")
14
- .sc(RestoreTableFromRecoveryPoint)
14
+ .sc(RestoreTableFromRecoveryPoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RestoreTableFromSnapshot } from "../schemas/schemas_0";
4
+ import { RestoreTableFromSnapshot$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RestoreTableFromSnapshotCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RestoreTableFromSnapshotCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "RestoreTableFromSnapshot", {})
13
13
  .n("RedshiftServerlessClient", "RestoreTableFromSnapshotCommand")
14
- .sc(RestoreTableFromSnapshot)
14
+ .sc(RestoreTableFromSnapshot$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "TagResource", {})
13
13
  .n("RedshiftServerlessClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "UntagResource", {})
13
13
  .n("RedshiftServerlessClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateCustomDomainAssociation } from "../schemas/schemas_0";
4
+ import { UpdateCustomDomainAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateCustomDomainAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateCustomDomainAssociationCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "UpdateCustomDomainAssociation", {})
13
13
  .n("RedshiftServerlessClient", "UpdateCustomDomainAssociationCommand")
14
- .sc(UpdateCustomDomainAssociation)
14
+ .sc(UpdateCustomDomainAssociation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateEndpointAccess } from "../schemas/schemas_0";
4
+ import { UpdateEndpointAccess$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateEndpointAccessCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateEndpointAccessCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "UpdateEndpointAccess", {})
13
13
  .n("RedshiftServerlessClient", "UpdateEndpointAccessCommand")
14
- .sc(UpdateEndpointAccess)
14
+ .sc(UpdateEndpointAccess$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateLakehouseConfiguration } from "../schemas/schemas_0";
4
+ import { UpdateLakehouseConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateLakehouseConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateLakehouseConfigurationCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "UpdateLakehouseConfiguration", {})
13
13
  .n("RedshiftServerlessClient", "UpdateLakehouseConfigurationCommand")
14
- .sc(UpdateLakehouseConfiguration)
14
+ .sc(UpdateLakehouseConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateNamespace } from "../schemas/schemas_0";
4
+ import { UpdateNamespace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateNamespaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateNamespaceCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "UpdateNamespace", {})
13
13
  .n("RedshiftServerlessClient", "UpdateNamespaceCommand")
14
- .sc(UpdateNamespace)
14
+ .sc(UpdateNamespace$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateScheduledAction } from "../schemas/schemas_0";
4
+ import { UpdateScheduledAction$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateScheduledActionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateScheduledActionCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "UpdateScheduledAction", {})
13
13
  .n("RedshiftServerlessClient", "UpdateScheduledActionCommand")
14
- .sc(UpdateScheduledAction)
14
+ .sc(UpdateScheduledAction$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateSnapshot } from "../schemas/schemas_0";
4
+ import { UpdateSnapshot$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateSnapshotCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateSnapshotCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "UpdateSnapshot", {})
13
13
  .n("RedshiftServerlessClient", "UpdateSnapshotCommand")
14
- .sc(UpdateSnapshot)
14
+ .sc(UpdateSnapshot$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateSnapshotCopyConfiguration } from "../schemas/schemas_0";
4
+ import { UpdateSnapshotCopyConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateSnapshotCopyConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateSnapshotCopyConfigurationCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "UpdateSnapshotCopyConfiguration", {})
13
13
  .n("RedshiftServerlessClient", "UpdateSnapshotCopyConfigurationCommand")
14
- .sc(UpdateSnapshotCopyConfiguration)
14
+ .sc(UpdateSnapshotCopyConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateUsageLimit } from "../schemas/schemas_0";
4
+ import { UpdateUsageLimit$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateUsageLimitCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateUsageLimitCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "UpdateUsageLimit", {})
13
13
  .n("RedshiftServerlessClient", "UpdateUsageLimitCommand")
14
- .sc(UpdateUsageLimit)
14
+ .sc(UpdateUsageLimit$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateWorkgroup } from "../schemas/schemas_0";
4
+ import { UpdateWorkgroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateWorkgroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateWorkgroupCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "UpdateWorkgroup", {})
13
13
  .n("RedshiftServerlessClient", "UpdateWorkgroupCommand")
14
- .sc(UpdateWorkgroup)
14
+ .sc(UpdateWorkgroup$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./RedshiftServerlessClient";
2
2
  export * from "./RedshiftServerless";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ??
27
- new AwsJson1_1Protocol({
28
- defaultNamespace: "com.amazonaws.redshiftserverless",
29
- serviceTarget: "RedshiftServerless",
30
- awsQueryCompatible: false,
31
- }),
26
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.redshiftserverless",
29
+ version: "2021-04-21",
30
+ serviceTarget: "RedshiftServerless",
31
+ },
32
32
  serviceId: config?.serviceId ?? "Redshift Serverless",
33
33
  urlParser: config?.urlParser ?? parseUrl,
34
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,