@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
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsJson1_1Protocol({
31
- defaultNamespace: "com.amazonaws.redshiftserverless",
32
- serviceTarget: "RedshiftServerless",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.redshiftserverless",
32
+ version: "2021-04-21",
33
+ serviceTarget: "RedshiftServerless",
34
+ },
35
35
  serviceId: config?.serviceId ?? "Redshift Serverless",
36
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -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 { ConvertRecoveryPointToSnapshot } from "../schemas/schemas_0";
4
+ import { ConvertRecoveryPointToSnapshot$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ConvertRecoveryPointToSnapshotCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ConvertRecoveryPointToSnapshotCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ConvertRecoveryPointToSnapshot", {})
13
13
  .n("RedshiftServerlessClient", "ConvertRecoveryPointToSnapshotCommand")
14
- .sc(ConvertRecoveryPointToSnapshot)
14
+ .sc(ConvertRecoveryPointToSnapshot$)
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 { CreateCustomDomainAssociation } from "../schemas/schemas_0";
4
+ import { CreateCustomDomainAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateCustomDomainAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateCustomDomainAssociationCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "CreateCustomDomainAssociation", {})
13
13
  .n("RedshiftServerlessClient", "CreateCustomDomainAssociationCommand")
14
- .sc(CreateCustomDomainAssociation)
14
+ .sc(CreateCustomDomainAssociation$)
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 { CreateEndpointAccess } from "../schemas/schemas_0";
4
+ import { CreateEndpointAccess$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateEndpointAccessCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateEndpointAccessCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "CreateEndpointAccess", {})
13
13
  .n("RedshiftServerlessClient", "CreateEndpointAccessCommand")
14
- .sc(CreateEndpointAccess)
14
+ .sc(CreateEndpointAccess$)
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 { CreateNamespace } from "../schemas/schemas_0";
4
+ import { CreateNamespace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateNamespaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateNamespaceCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "CreateNamespace", {})
13
13
  .n("RedshiftServerlessClient", "CreateNamespaceCommand")
14
- .sc(CreateNamespace)
14
+ .sc(CreateNamespace$)
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 { CreateReservation } from "../schemas/schemas_0";
4
+ import { CreateReservation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateReservationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateReservationCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "CreateReservation", {})
13
13
  .n("RedshiftServerlessClient", "CreateReservationCommand")
14
- .sc(CreateReservation)
14
+ .sc(CreateReservation$)
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 { CreateScheduledAction } from "../schemas/schemas_0";
4
+ import { CreateScheduledAction$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateScheduledActionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateScheduledActionCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "CreateScheduledAction", {})
13
13
  .n("RedshiftServerlessClient", "CreateScheduledActionCommand")
14
- .sc(CreateScheduledAction)
14
+ .sc(CreateScheduledAction$)
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 { CreateSnapshot } from "../schemas/schemas_0";
4
+ import { CreateSnapshot$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateSnapshotCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateSnapshotCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "CreateSnapshot", {})
13
13
  .n("RedshiftServerlessClient", "CreateSnapshotCommand")
14
- .sc(CreateSnapshot)
14
+ .sc(CreateSnapshot$)
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 { CreateSnapshotCopyConfiguration } from "../schemas/schemas_0";
4
+ import { CreateSnapshotCopyConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateSnapshotCopyConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateSnapshotCopyConfigurationCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "CreateSnapshotCopyConfiguration", {})
13
13
  .n("RedshiftServerlessClient", "CreateSnapshotCopyConfigurationCommand")
14
- .sc(CreateSnapshotCopyConfiguration)
14
+ .sc(CreateSnapshotCopyConfiguration$)
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 { CreateUsageLimit } from "../schemas/schemas_0";
4
+ import { CreateUsageLimit$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateUsageLimitCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateUsageLimitCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "CreateUsageLimit", {})
13
13
  .n("RedshiftServerlessClient", "CreateUsageLimitCommand")
14
- .sc(CreateUsageLimit)
14
+ .sc(CreateUsageLimit$)
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 { CreateWorkgroup } from "../schemas/schemas_0";
4
+ import { CreateWorkgroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateWorkgroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateWorkgroupCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "CreateWorkgroup", {})
13
13
  .n("RedshiftServerlessClient", "CreateWorkgroupCommand")
14
- .sc(CreateWorkgroup)
14
+ .sc(CreateWorkgroup$)
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 { DeleteCustomDomainAssociation } from "../schemas/schemas_0";
4
+ import { DeleteCustomDomainAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteCustomDomainAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteCustomDomainAssociationCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "DeleteCustomDomainAssociation", {})
13
13
  .n("RedshiftServerlessClient", "DeleteCustomDomainAssociationCommand")
14
- .sc(DeleteCustomDomainAssociation)
14
+ .sc(DeleteCustomDomainAssociation$)
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 { DeleteEndpointAccess } from "../schemas/schemas_0";
4
+ import { DeleteEndpointAccess$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteEndpointAccessCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteEndpointAccessCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "DeleteEndpointAccess", {})
13
13
  .n("RedshiftServerlessClient", "DeleteEndpointAccessCommand")
14
- .sc(DeleteEndpointAccess)
14
+ .sc(DeleteEndpointAccess$)
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 { DeleteNamespace } from "../schemas/schemas_0";
4
+ import { DeleteNamespace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteNamespaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteNamespaceCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "DeleteNamespace", {})
13
13
  .n("RedshiftServerlessClient", "DeleteNamespaceCommand")
14
- .sc(DeleteNamespace)
14
+ .sc(DeleteNamespace$)
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 { DeleteResourcePolicy } from "../schemas/schemas_0";
4
+ import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteResourcePolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteResourcePolicyCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "DeleteResourcePolicy", {})
13
13
  .n("RedshiftServerlessClient", "DeleteResourcePolicyCommand")
14
- .sc(DeleteResourcePolicy)
14
+ .sc(DeleteResourcePolicy$)
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 { DeleteScheduledAction } from "../schemas/schemas_0";
4
+ import { DeleteScheduledAction$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteScheduledActionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteScheduledActionCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "DeleteScheduledAction", {})
13
13
  .n("RedshiftServerlessClient", "DeleteScheduledActionCommand")
14
- .sc(DeleteScheduledAction)
14
+ .sc(DeleteScheduledAction$)
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 { DeleteSnapshot } from "../schemas/schemas_0";
4
+ import { DeleteSnapshot$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteSnapshotCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteSnapshotCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "DeleteSnapshot", {})
13
13
  .n("RedshiftServerlessClient", "DeleteSnapshotCommand")
14
- .sc(DeleteSnapshot)
14
+ .sc(DeleteSnapshot$)
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 { DeleteSnapshotCopyConfiguration } from "../schemas/schemas_0";
4
+ import { DeleteSnapshotCopyConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteSnapshotCopyConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteSnapshotCopyConfigurationCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "DeleteSnapshotCopyConfiguration", {})
13
13
  .n("RedshiftServerlessClient", "DeleteSnapshotCopyConfigurationCommand")
14
- .sc(DeleteSnapshotCopyConfiguration)
14
+ .sc(DeleteSnapshotCopyConfiguration$)
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 { DeleteUsageLimit } from "../schemas/schemas_0";
4
+ import { DeleteUsageLimit$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteUsageLimitCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteUsageLimitCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "DeleteUsageLimit", {})
13
13
  .n("RedshiftServerlessClient", "DeleteUsageLimitCommand")
14
- .sc(DeleteUsageLimit)
14
+ .sc(DeleteUsageLimit$)
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 { DeleteWorkgroup } from "../schemas/schemas_0";
4
+ import { DeleteWorkgroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteWorkgroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteWorkgroupCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "DeleteWorkgroup", {})
13
13
  .n("RedshiftServerlessClient", "DeleteWorkgroupCommand")
14
- .sc(DeleteWorkgroup)
14
+ .sc(DeleteWorkgroup$)
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 { GetCredentials } from "../schemas/schemas_0";
4
+ import { GetCredentials$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCredentialsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCredentialsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetCredentials", {})
13
13
  .n("RedshiftServerlessClient", "GetCredentialsCommand")
14
- .sc(GetCredentials)
14
+ .sc(GetCredentials$)
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 { GetCustomDomainAssociation } from "../schemas/schemas_0";
4
+ import { GetCustomDomainAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCustomDomainAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCustomDomainAssociationCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetCustomDomainAssociation", {})
13
13
  .n("RedshiftServerlessClient", "GetCustomDomainAssociationCommand")
14
- .sc(GetCustomDomainAssociation)
14
+ .sc(GetCustomDomainAssociation$)
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 { GetEndpointAccess } from "../schemas/schemas_0";
4
+ import { GetEndpointAccess$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetEndpointAccessCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetEndpointAccessCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetEndpointAccess", {})
13
13
  .n("RedshiftServerlessClient", "GetEndpointAccessCommand")
14
- .sc(GetEndpointAccess)
14
+ .sc(GetEndpointAccess$)
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 { GetIdentityCenterAuthToken } from "../schemas/schemas_0";
4
+ import { GetIdentityCenterAuthToken$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetIdentityCenterAuthTokenCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetIdentityCenterAuthTokenCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetIdentityCenterAuthToken", {})
13
13
  .n("RedshiftServerlessClient", "GetIdentityCenterAuthTokenCommand")
14
- .sc(GetIdentityCenterAuthToken)
14
+ .sc(GetIdentityCenterAuthToken$)
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 { GetNamespace } from "../schemas/schemas_0";
4
+ import { GetNamespace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetNamespaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetNamespaceCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetNamespace", {})
13
13
  .n("RedshiftServerlessClient", "GetNamespaceCommand")
14
- .sc(GetNamespace)
14
+ .sc(GetNamespace$)
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 { GetRecoveryPoint } from "../schemas/schemas_0";
4
+ import { GetRecoveryPoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetRecoveryPointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetRecoveryPointCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetRecoveryPoint", {})
13
13
  .n("RedshiftServerlessClient", "GetRecoveryPointCommand")
14
- .sc(GetRecoveryPoint)
14
+ .sc(GetRecoveryPoint$)
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 { GetReservation } from "../schemas/schemas_0";
4
+ import { GetReservation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetReservationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetReservationCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetReservation", {})
13
13
  .n("RedshiftServerlessClient", "GetReservationCommand")
14
- .sc(GetReservation)
14
+ .sc(GetReservation$)
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 { GetReservationOffering } from "../schemas/schemas_0";
4
+ import { GetReservationOffering$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetReservationOfferingCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetReservationOfferingCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetReservationOffering", {})
13
13
  .n("RedshiftServerlessClient", "GetReservationOfferingCommand")
14
- .sc(GetReservationOffering)
14
+ .sc(GetReservationOffering$)
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 { GetResourcePolicy } from "../schemas/schemas_0";
4
+ import { GetResourcePolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetResourcePolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetResourcePolicyCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetResourcePolicy", {})
13
13
  .n("RedshiftServerlessClient", "GetResourcePolicyCommand")
14
- .sc(GetResourcePolicy)
14
+ .sc(GetResourcePolicy$)
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 { GetScheduledAction } from "../schemas/schemas_0";
4
+ import { GetScheduledAction$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetScheduledActionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetScheduledActionCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetScheduledAction", {})
13
13
  .n("RedshiftServerlessClient", "GetScheduledActionCommand")
14
- .sc(GetScheduledAction)
14
+ .sc(GetScheduledAction$)
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 { GetSnapshot } from "../schemas/schemas_0";
4
+ import { GetSnapshot$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetSnapshotCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetSnapshotCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetSnapshot", {})
13
13
  .n("RedshiftServerlessClient", "GetSnapshotCommand")
14
- .sc(GetSnapshot)
14
+ .sc(GetSnapshot$)
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 { GetTableRestoreStatus } from "../schemas/schemas_0";
4
+ import { GetTableRestoreStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTableRestoreStatusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTableRestoreStatusCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetTableRestoreStatus", {})
13
13
  .n("RedshiftServerlessClient", "GetTableRestoreStatusCommand")
14
- .sc(GetTableRestoreStatus)
14
+ .sc(GetTableRestoreStatus$)
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 { GetTrack } from "../schemas/schemas_0";
4
+ import { GetTrack$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTrackCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTrackCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetTrack", {})
13
13
  .n("RedshiftServerlessClient", "GetTrackCommand")
14
- .sc(GetTrack)
14
+ .sc(GetTrack$)
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 { GetUsageLimit } from "../schemas/schemas_0";
4
+ import { GetUsageLimit$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetUsageLimitCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetUsageLimitCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetUsageLimit", {})
13
13
  .n("RedshiftServerlessClient", "GetUsageLimitCommand")
14
- .sc(GetUsageLimit)
14
+ .sc(GetUsageLimit$)
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 { GetWorkgroup } from "../schemas/schemas_0";
4
+ import { GetWorkgroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetWorkgroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetWorkgroupCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "GetWorkgroup", {})
13
13
  .n("RedshiftServerlessClient", "GetWorkgroupCommand")
14
- .sc(GetWorkgroup)
14
+ .sc(GetWorkgroup$)
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 { ListCustomDomainAssociations } from "../schemas/schemas_0";
4
+ import { ListCustomDomainAssociations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCustomDomainAssociationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCustomDomainAssociationsCommand extends $Command
11
11
  })
12
12
  .s("RedshiftServerless", "ListCustomDomainAssociations", {})
13
13
  .n("RedshiftServerlessClient", "ListCustomDomainAssociationsCommand")
14
- .sc(ListCustomDomainAssociations)
14
+ .sc(ListCustomDomainAssociations$)
15
15
  .build() {
16
16
  }