@aws-sdk/client-redshift-serverless 3.588.0 → 3.592.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 (119) hide show
  1. package/dist-cjs/index.js +0 -55
  2. package/dist-types/RedshiftServerlessClient.d.ts +4 -4
  3. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateScheduledActionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateUsageLimitCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateWorkgroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +2 -1
  21. package/dist-types/commands/GetCredentialsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +2 -1
  23. package/dist-types/commands/GetEndpointAccessCommand.d.ts +2 -1
  24. package/dist-types/commands/GetNamespaceCommand.d.ts +2 -1
  25. package/dist-types/commands/GetRecoveryPointCommand.d.ts +2 -1
  26. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/GetScheduledActionCommand.d.ts +2 -1
  28. package/dist-types/commands/GetSnapshotCommand.d.ts +2 -1
  29. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +2 -1
  30. package/dist-types/commands/GetUsageLimitCommand.d.ts +2 -1
  31. package/dist-types/commands/GetWorkgroupCommand.d.ts +2 -1
  32. package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListEndpointAccessCommand.d.ts +2 -1
  34. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListScheduledActionsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListSnapshotsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +2 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/ListUsageLimitsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListWorkgroupsCommand.d.ts +2 -1
  43. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  44. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +2 -1
  45. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +2 -1
  46. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +2 -1
  47. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +2 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateNamespaceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +2 -1
  58. package/dist-types/index.d.ts +2 -2
  59. package/dist-types/models/RedshiftServerlessServiceException.d.ts +2 -1
  60. package/dist-types/runtimeConfig.native.d.ts +1 -1
  61. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +2 -1
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  119. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutpu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -17,8 +17,8 @@
17
17
  export * from "./RedshiftServerlessClient";
18
18
  export * from "./RedshiftServerless";
19
19
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
20
- export { RuntimeExtension } from "./runtimeExtensions";
21
- export { RedshiftServerlessExtensionConfiguration } from "./extensionConfiguration";
20
+ export type { RuntimeExtension } from "./runtimeExtensions";
21
+ export type { RedshiftServerlessExtensionConfiguration } from "./extensionConfiguration";
22
22
  export * from "./commands";
23
23
  export * from "./pagination";
24
24
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: RedshiftServerlessClientConfig)
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -400,8 +400,8 @@ export interface ClientDefaults
400
400
  serviceId?: string;
401
401
  useDualstackEndpoint?: boolean | __Provider<boolean>;
402
402
  useFipsEndpoint?: boolean | __Provider<boolean>;
403
- defaultUserAgentProvider?: Provider<__UserAgent>;
404
403
  region?: string | __Provider<string>;
404
+ defaultUserAgentProvider?: Provider<__UserAgent>;
405
405
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
406
406
  maxAttempts?: number | __Provider<number>;
407
407
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ConvertRecoveryPointToSnapshotCommandInput
14
15
  extends ConvertRecoveryPointToSnapshotRequest {}
15
16
  export interface ConvertRecoveryPointToSnapshotCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateCustomDomainAssociationCommandInput
14
15
  extends CreateCustomDomainAssociationRequest {}
15
16
  export interface CreateCustomDomainAssociationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateEndpointAccessCommandInput
14
15
  extends CreateEndpointAccessRequest {}
15
16
  export interface CreateEndpointAccessCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {}
14
15
  export interface CreateNamespaceCommandOutput
15
16
  extends CreateNamespaceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateScheduledActionCommandInput
14
15
  extends CreateScheduledActionRequest {}
15
16
  export interface CreateScheduledActionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
14
15
  export interface CreateSnapshotCommandOutput
15
16
  extends CreateSnapshotResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateSnapshotCopyConfigurationCommandInput
14
15
  extends CreateSnapshotCopyConfigurationRequest {}
15
16
  export interface CreateSnapshotCopyConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateUsageLimitCommandInput extends CreateUsageLimitRequest {}
14
15
  export interface CreateUsageLimitCommandOutput
15
16
  extends CreateUsageLimitResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateWorkgroupCommandInput extends CreateWorkgroupRequest {}
14
15
  export interface CreateWorkgroupCommandOutput
15
16
  extends CreateWorkgroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteCustomDomainAssociationCommandInput
14
15
  extends DeleteCustomDomainAssociationRequest {}
15
16
  export interface DeleteCustomDomainAssociationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteEndpointAccessCommandInput
14
15
  extends DeleteEndpointAccessRequest {}
15
16
  export interface DeleteEndpointAccessCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
14
15
  export interface DeleteNamespaceCommandOutput
15
16
  extends DeleteNamespaceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteResourcePolicyCommandInput
14
15
  extends DeleteResourcePolicyRequest {}
15
16
  export interface DeleteResourcePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteScheduledActionCommandInput
14
15
  extends DeleteScheduledActionRequest {}
15
16
  export interface DeleteScheduledActionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
14
15
  export interface DeleteSnapshotCommandOutput
15
16
  extends DeleteSnapshotResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSnapshotCopyConfigurationCommandInput
14
15
  extends DeleteSnapshotCopyConfigurationRequest {}
15
16
  export interface DeleteSnapshotCopyConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteUsageLimitCommandInput extends DeleteUsageLimitRequest {}
14
15
  export interface DeleteUsageLimitCommandOutput
15
16
  extends DeleteUsageLimitResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteWorkgroupCommandInput extends DeleteWorkgroupRequest {}
14
15
  export interface DeleteWorkgroupCommandOutput
15
16
  extends DeleteWorkgroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCredentialsCommandInput extends GetCredentialsRequest {}
14
15
  export interface GetCredentialsCommandOutput
15
16
  extends GetCredentialsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RedshiftServerlessClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCustomDomainAssociationCommandInput
14
15
  extends GetCustomDomainAssociationRequest {}
15
16
  export interface GetCustomDomainAssociationCommandOutput