@aws-sdk/client-redshift-serverless 3.529.1 → 3.535.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 (123) hide show
  1. package/dist-types/RedshiftServerless.d.ts +13 -1
  2. package/dist-types/RedshiftServerlessClient.d.ts +1 -1
  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/models/models_0.d.ts +451 -451
  59. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  60. package/dist-types/runtimeConfig.d.ts +2 -2
  61. package/dist-types/runtimeConfig.native.d.ts +2 -2
  62. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  63. package/dist-types/ts3.4/RedshiftServerless.d.ts +12 -0
  64. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  120. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  121. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  122. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  123. package/package.json +40 -40
@@ -167,6 +167,7 @@ export interface RedshiftServerless {
167
167
  /**
168
168
  * @see {@link GetCredentialsCommand}
169
169
  */
170
+ getCredentials(): Promise<GetCredentialsCommandOutput>;
170
171
  getCredentials(args: GetCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<GetCredentialsCommandOutput>;
171
172
  getCredentials(args: GetCredentialsCommandInput, cb: (err: any, data?: GetCredentialsCommandOutput) => void): void;
172
173
  getCredentials(args: GetCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCredentialsCommandOutput) => void): void;
@@ -209,6 +210,7 @@ export interface RedshiftServerless {
209
210
  /**
210
211
  * @see {@link GetSnapshotCommand}
211
212
  */
213
+ getSnapshot(): Promise<GetSnapshotCommandOutput>;
212
214
  getSnapshot(args: GetSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<GetSnapshotCommandOutput>;
213
215
  getSnapshot(args: GetSnapshotCommandInput, cb: (err: any, data?: GetSnapshotCommandOutput) => void): void;
214
216
  getSnapshot(args: GetSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSnapshotCommandOutput) => void): void;
@@ -233,48 +235,56 @@ export interface RedshiftServerless {
233
235
  /**
234
236
  * @see {@link ListCustomDomainAssociationsCommand}
235
237
  */
238
+ listCustomDomainAssociations(): Promise<ListCustomDomainAssociationsCommandOutput>;
236
239
  listCustomDomainAssociations(args: ListCustomDomainAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomDomainAssociationsCommandOutput>;
237
240
  listCustomDomainAssociations(args: ListCustomDomainAssociationsCommandInput, cb: (err: any, data?: ListCustomDomainAssociationsCommandOutput) => void): void;
238
241
  listCustomDomainAssociations(args: ListCustomDomainAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomDomainAssociationsCommandOutput) => void): void;
239
242
  /**
240
243
  * @see {@link ListEndpointAccessCommand}
241
244
  */
245
+ listEndpointAccess(): Promise<ListEndpointAccessCommandOutput>;
242
246
  listEndpointAccess(args: ListEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointAccessCommandOutput>;
243
247
  listEndpointAccess(args: ListEndpointAccessCommandInput, cb: (err: any, data?: ListEndpointAccessCommandOutput) => void): void;
244
248
  listEndpointAccess(args: ListEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointAccessCommandOutput) => void): void;
245
249
  /**
246
250
  * @see {@link ListNamespacesCommand}
247
251
  */
252
+ listNamespaces(): Promise<ListNamespacesCommandOutput>;
248
253
  listNamespaces(args: ListNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListNamespacesCommandOutput>;
249
254
  listNamespaces(args: ListNamespacesCommandInput, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
250
255
  listNamespaces(args: ListNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
251
256
  /**
252
257
  * @see {@link ListRecoveryPointsCommand}
253
258
  */
259
+ listRecoveryPoints(): Promise<ListRecoveryPointsCommandOutput>;
254
260
  listRecoveryPoints(args: ListRecoveryPointsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPointsCommandOutput>;
255
261
  listRecoveryPoints(args: ListRecoveryPointsCommandInput, cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void): void;
256
262
  listRecoveryPoints(args: ListRecoveryPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void): void;
257
263
  /**
258
264
  * @see {@link ListScheduledActionsCommand}
259
265
  */
266
+ listScheduledActions(): Promise<ListScheduledActionsCommandOutput>;
260
267
  listScheduledActions(args: ListScheduledActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListScheduledActionsCommandOutput>;
261
268
  listScheduledActions(args: ListScheduledActionsCommandInput, cb: (err: any, data?: ListScheduledActionsCommandOutput) => void): void;
262
269
  listScheduledActions(args: ListScheduledActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListScheduledActionsCommandOutput) => void): void;
263
270
  /**
264
271
  * @see {@link ListSnapshotCopyConfigurationsCommand}
265
272
  */
273
+ listSnapshotCopyConfigurations(): Promise<ListSnapshotCopyConfigurationsCommandOutput>;
266
274
  listSnapshotCopyConfigurations(args: ListSnapshotCopyConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSnapshotCopyConfigurationsCommandOutput>;
267
275
  listSnapshotCopyConfigurations(args: ListSnapshotCopyConfigurationsCommandInput, cb: (err: any, data?: ListSnapshotCopyConfigurationsCommandOutput) => void): void;
268
276
  listSnapshotCopyConfigurations(args: ListSnapshotCopyConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSnapshotCopyConfigurationsCommandOutput) => void): void;
269
277
  /**
270
278
  * @see {@link ListSnapshotsCommand}
271
279
  */
280
+ listSnapshots(): Promise<ListSnapshotsCommandOutput>;
272
281
  listSnapshots(args: ListSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<ListSnapshotsCommandOutput>;
273
282
  listSnapshots(args: ListSnapshotsCommandInput, cb: (err: any, data?: ListSnapshotsCommandOutput) => void): void;
274
283
  listSnapshots(args: ListSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSnapshotsCommandOutput) => void): void;
275
284
  /**
276
285
  * @see {@link ListTableRestoreStatusCommand}
277
286
  */
287
+ listTableRestoreStatus(): Promise<ListTableRestoreStatusCommandOutput>;
278
288
  listTableRestoreStatus(args: ListTableRestoreStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListTableRestoreStatusCommandOutput>;
279
289
  listTableRestoreStatus(args: ListTableRestoreStatusCommandInput, cb: (err: any, data?: ListTableRestoreStatusCommandOutput) => void): void;
280
290
  listTableRestoreStatus(args: ListTableRestoreStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTableRestoreStatusCommandOutput) => void): void;
@@ -287,12 +297,14 @@ export interface RedshiftServerless {
287
297
  /**
288
298
  * @see {@link ListUsageLimitsCommand}
289
299
  */
300
+ listUsageLimits(): Promise<ListUsageLimitsCommandOutput>;
290
301
  listUsageLimits(args: ListUsageLimitsCommandInput, options?: __HttpHandlerOptions): Promise<ListUsageLimitsCommandOutput>;
291
302
  listUsageLimits(args: ListUsageLimitsCommandInput, cb: (err: any, data?: ListUsageLimitsCommandOutput) => void): void;
292
303
  listUsageLimits(args: ListUsageLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsageLimitsCommandOutput) => void): void;
293
304
  /**
294
305
  * @see {@link ListWorkgroupsCommand}
295
306
  */
307
+ listWorkgroups(): Promise<ListWorkgroupsCommandOutput>;
296
308
  listWorkgroups(args: ListWorkgroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkgroupsCommandOutput>;
297
309
  listWorkgroups(args: ListWorkgroupsCommandInput, cb: (err: any, data?: ListWorkgroupsCommandOutput) => void): void;
298
310
  listWorkgroups(args: ListWorkgroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkgroupsCommandOutput) => void): void;
@@ -388,7 +400,6 @@ export interface RedshiftServerless {
388
400
  updateWorkgroup(args: UpdateWorkgroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void): void;
389
401
  }
390
402
  /**
391
- * @public
392
403
  * <p>This is an interface reference for Amazon Redshift Serverless.
393
404
  * It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
394
405
  * </p>
@@ -401,6 +412,7 @@ export interface RedshiftServerless {
401
412
  * To learn more about Amazon Redshift Serverless,
402
413
  * see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless</a>.
403
414
  * </p>
415
+ * @public
404
416
  */
405
417
  export declare class RedshiftServerless extends RedshiftServerlessClient implements RedshiftServerless {
406
418
  }
@@ -206,7 +206,6 @@ export type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfigu
206
206
  export interface RedshiftServerlessClientResolvedConfig extends RedshiftServerlessClientResolvedConfigType {
207
207
  }
208
208
  /**
209
- * @public
210
209
  * <p>This is an interface reference for Amazon Redshift Serverless.
211
210
  * It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
212
211
  * </p>
@@ -219,6 +218,7 @@ export interface RedshiftServerlessClientResolvedConfig extends RedshiftServerle
219
218
  * To learn more about Amazon Redshift Serverless,
220
219
  * see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless</a>.
221
220
  * </p>
221
+ * @public
222
222
  */
223
223
  export declare class RedshiftServerlessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RedshiftServerlessClientResolvedConfig> {
224
224
  /**
@@ -22,10 +22,10 @@ export interface ConvertRecoveryPointToSnapshotCommandOutput extends ConvertReco
22
22
  }
23
23
  declare const ConvertRecoveryPointToSnapshotCommand_base: {
24
24
  new (input: ConvertRecoveryPointToSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ConvertRecoveryPointToSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Converts a recovery point to a snapshot. For more information about recovery points and snapshots,
30
30
  * see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery.html">Working with snapshots and recovery points</a>.</p>
31
31
  * @example
@@ -107,6 +107,7 @@ declare const ConvertRecoveryPointToSnapshotCommand_base: {
107
107
  * @throws {@link RedshiftServerlessServiceException}
108
108
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class ConvertRecoveryPointToSnapshotCommand extends ConvertRecoveryPointToSnapshotCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface CreateCustomDomainAssociationCommandOutput extends CreateCustom
22
22
  }
23
23
  declare const CreateCustomDomainAssociationCommand_base: {
24
24
  new (input: CreateCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a custom domain association for Amazon Redshift Serverless.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const CreateCustomDomainAssociationCommand_base: {
76
76
  * @throws {@link RedshiftServerlessServiceException}
77
77
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CreateCustomDomainAssociationCommand extends CreateCustomDomainAssociationCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateEndpointAccessCommandOutput extends CreateEndpointAccessR
22
22
  }
23
23
  declare const CreateEndpointAccessCommand_base: {
24
24
  new (input: CreateEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon Redshift Serverless managed VPC endpoint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -108,6 +108,7 @@ declare const CreateEndpointAccessCommand_base: {
108
108
  * @throws {@link RedshiftServerlessServiceException}
109
109
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class CreateEndpointAccessCommand extends CreateEndpointAccessCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _
22
22
  }
23
23
  declare const CreateNamespaceCommand_base: {
24
24
  new (input: CreateNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a namespace in Amazon Redshift Serverless.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const CreateNamespaceCommand_base: {
103
103
  * @throws {@link RedshiftServerlessServiceException}
104
104
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreateNamespaceCommand extends CreateNamespaceCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface CreateScheduledActionCommandOutput extends CreateScheduledActio
22
22
  }
23
23
  declare const CreateScheduledActionCommand_base: {
24
24
  new (input: CreateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action.
30
30
  * For example, you can create a schedule of when to run the <code>CreateSnapshot</code> API operation.</p>
31
31
  * @example
@@ -118,6 +118,7 @@ declare const CreateScheduledActionCommand_base: {
118
118
  * @throws {@link RedshiftServerlessServiceException}
119
119
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class CreateScheduledActionCommand extends CreateScheduledActionCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __M
22
22
  }
23
23
  declare const CreateSnapshotCommand_base: {
24
24
  new (input: CreateSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a snapshot of all databases in a namespace.
30
30
  * For more information about snapshots, see
31
31
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery.html">
@@ -109,6 +109,7 @@ declare const CreateSnapshotCommand_base: {
109
109
  * @throws {@link RedshiftServerlessServiceException}
110
110
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface CreateSnapshotCopyConfigurationCommandOutput extends CreateSnap
22
22
  }
23
23
  declare const CreateSnapshotCopyConfigurationCommand_base: {
24
24
  new (input: CreateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const CreateSnapshotCopyConfigurationCommand_base: {
81
81
  * @throws {@link RedshiftServerlessServiceException}
82
82
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateSnapshotCopyConfigurationCommand extends CreateSnapshotCopyConfigurationCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CreateUsageLimitCommandOutput extends CreateUsageLimitResponse,
22
22
  }
23
23
  declare const CreateUsageLimitCommand_base: {
24
24
  new (input: CreateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier.
30
30
  * </p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const CreateUsageLimitCommand_base: {
81
81
  * @throws {@link RedshiftServerlessServiceException}
82
82
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateUsageLimitCommand extends CreateUsageLimitCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CreateWorkgroupCommandOutput extends CreateWorkgroupResponse, _
22
22
  }
23
23
  declare const CreateWorkgroupCommand_base: {
24
24
  new (input: CreateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an workgroup in Amazon Redshift Serverless.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -145,6 +145,7 @@ declare const CreateWorkgroupCommand_base: {
145
145
  * @throws {@link RedshiftServerlessServiceException}
146
146
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
147
147
  *
148
+ * @public
148
149
  */
149
150
  export declare class CreateWorkgroupCommand extends CreateWorkgroupCommand_base {
150
151
  }
@@ -22,10 +22,10 @@ export interface DeleteCustomDomainAssociationCommandOutput extends DeleteCustom
22
22
  }
23
23
  declare const DeleteCustomDomainAssociationCommand_base: {
24
24
  new (input: DeleteCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a custom domain association for Amazon Redshift Serverless.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DeleteCustomDomainAssociationCommand_base: {
70
70
  * @throws {@link RedshiftServerlessServiceException}
71
71
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteCustomDomainAssociationCommand extends DeleteCustomDomainAssociationCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteEndpointAccessCommandOutput extends DeleteEndpointAccessR
22
22
  }
23
23
  declare const DeleteEndpointAccessCommand_base: {
24
24
  new (input: DeleteEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon Redshift Serverless managed VPC endpoint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const DeleteEndpointAccessCommand_base: {
94
94
  * @throws {@link RedshiftServerlessServiceException}
95
95
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class DeleteEndpointAccessCommand extends DeleteEndpointAccessCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
22
22
  }
23
23
  declare const DeleteNamespaceCommand_base: {
24
24
  new (input: DeleteNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a namespace from Amazon Redshift Serverless.
30
30
  * Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.</p>
31
31
  * @example
@@ -86,6 +86,7 @@ declare const DeleteNamespaceCommand_base: {
86
86
  * @throws {@link RedshiftServerlessServiceException}
87
87
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
22
22
  }
23
23
  declare const DeleteResourcePolicyCommand_base: {
24
24
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified resource policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeleteResourcePolicyCommand_base: {
60
60
  * @throws {@link RedshiftServerlessServiceException}
61
61
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActio
22
22
  }
23
23
  declare const DeleteScheduledActionCommand_base: {
24
24
  new (input: DeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a scheduled action.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const DeleteScheduledActionCommand_base: {
91
91
  * @throws {@link RedshiftServerlessServiceException}
92
92
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class DeleteScheduledActionCommand extends DeleteScheduledActionCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __M
22
22
  }
23
23
  declare const DeleteSnapshotCommand_base: {
24
24
  new (input: DeleteSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a snapshot from Amazon Redshift Serverless.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const DeleteSnapshotCommand_base: {
92
92
  * @throws {@link RedshiftServerlessServiceException}
93
93
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface DeleteSnapshotCopyConfigurationCommandOutput extends DeleteSnap
22
22
  }
23
23
  declare const DeleteSnapshotCopyConfigurationCommand_base: {
24
24
  new (input: DeleteSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a snapshot copy configuration</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DeleteSnapshotCopyConfigurationCommand_base: {
75
75
  * @throws {@link RedshiftServerlessServiceException}
76
76
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteSnapshotCopyConfigurationCommand extends DeleteSnapshotCopyConfigurationCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteUsageLimitCommandOutput extends DeleteUsageLimitResponse,
22
22
  }
23
23
  declare const DeleteUsageLimitCommand_base: {
24
24
  new (input: DeleteUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a usage limit from Amazon Redshift Serverless.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const DeleteUsageLimitCommand_base: {
73
73
  * @throws {@link RedshiftServerlessServiceException}
74
74
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DeleteUsageLimitCommand extends DeleteUsageLimitCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface DeleteWorkgroupCommandOutput extends DeleteWorkgroupResponse, _
22
22
  }
23
23
  declare const DeleteWorkgroupCommand_base: {
24
24
  new (input: DeleteWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a workgroup.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -115,6 +115,7 @@ declare const DeleteWorkgroupCommand_base: {
115
115
  * @throws {@link RedshiftServerlessServiceException}
116
116
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class DeleteWorkgroupCommand extends DeleteWorkgroupCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface GetCredentialsCommandOutput extends GetCredentialsResponse, __M
22
22
  }
23
23
  declare const GetCredentialsCommand_base: {
24
24
  new (input: GetCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCredentialsCommandInput, GetCredentialsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetCredentialsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCredentialsCommandInput, GetCredentialsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a database user name and temporary password with
30
30
  * temporary authorization to log in to Amazon Redshift Serverless.</p>
31
31
  * <p>By default, the temporary credentials expire in 900 seconds.
@@ -78,6 +78,7 @@ declare const GetCredentialsCommand_base: {
78
78
  * @throws {@link RedshiftServerlessServiceException}
79
79
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetCredentialsCommand extends GetCredentialsCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetCustomDomainAssociationCommandOutput extends GetCustomDomain
22
22
  }
23
23
  declare const GetCustomDomainAssociationCommand_base: {
24
24
  new (input: GetCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a specific custom domain association.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const GetCustomDomainAssociationCommand_base: {
75
75
  * @throws {@link RedshiftServerlessServiceException}
76
76
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetCustomDomainAssociationCommand extends GetCustomDomainAssociationCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface GetEndpointAccessCommandOutput extends GetEndpointAccessRespons
22
22
  }
23
23
  declare const GetEndpointAccessCommand_base: {
24
24
  new (input: GetEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information, such as the name, about a VPC endpoint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const GetEndpointAccessCommand_base: {
94
94
  * @throws {@link RedshiftServerlessServiceException}
95
95
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class GetEndpointAccessCommand extends GetEndpointAccessCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __Metad
22
22
  }
23
23
  declare const GetNamespaceCommand_base: {
24
24
  new (input: GetNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a namespace in Amazon Redshift Serverless.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const GetNamespaceCommand_base: {
80
80
  * @throws {@link RedshiftServerlessServiceException}
81
81
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class GetNamespaceCommand extends GetNamespaceCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface GetRecoveryPointCommandOutput extends GetRecoveryPointResponse,
22
22
  }
23
23
  declare const GetRecoveryPointCommand_base: {
24
24
  new (input: GetRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a recovery point.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const GetRecoveryPointCommand_base: {
72
72
  * @throws {@link RedshiftServerlessServiceException}
73
73
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetRecoveryPointCommand extends GetRecoveryPointCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
22
22
  }
23
23
  declare const GetResourcePolicyCommand_base: {
24
24
  new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a resource policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const GetResourcePolicyCommand_base: {
65
65
  * @throws {@link RedshiftServerlessServiceException}
66
66
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
70
71
  }