@aws-sdk/client-redshift-serverless 3.936.0 → 3.939.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 (89) hide show
  1. package/README.md +9 -9
  2. package/dist-cjs/index.js +146 -2
  3. package/dist-es/RedshiftServerless.js +2 -0
  4. package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +58 -0
  7. package/dist-es/models/errors.js +12 -0
  8. package/dist-es/models/models_0.js +1 -50
  9. package/dist-es/schemas/schemas_0.js +50 -3
  10. package/dist-types/RedshiftServerless.d.ts +8 -9
  11. package/dist-types/RedshiftServerlessClient.d.ts +4 -11
  12. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +2 -3
  13. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -1
  16. package/dist-types/commands/CreateReservationCommand.d.ts +2 -3
  17. package/dist-types/commands/CreateScheduledActionCommand.d.ts +2 -3
  18. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -5
  19. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateUsageLimitCommand.d.ts +2 -3
  21. package/dist-types/commands/CreateWorkgroupCommand.d.ts +2 -19
  22. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -3
  25. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +1 -1
  31. package/dist-types/commands/GetCredentialsCommand.d.ts +2 -10
  32. package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +1 -1
  33. package/dist-types/commands/GetEndpointAccessCommand.d.ts +1 -1
  34. package/dist-types/commands/GetNamespaceCommand.d.ts +3 -1
  35. package/dist-types/commands/GetRecoveryPointCommand.d.ts +1 -1
  36. package/dist-types/commands/GetReservationCommand.d.ts +2 -3
  37. package/dist-types/commands/GetReservationOfferingCommand.d.ts +1 -1
  38. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/GetScheduledActionCommand.d.ts +1 -1
  40. package/dist-types/commands/GetSnapshotCommand.d.ts +1 -1
  41. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +1 -1
  42. package/dist-types/commands/GetTrackCommand.d.ts +1 -1
  43. package/dist-types/commands/GetUsageLimitCommand.d.ts +1 -1
  44. package/dist-types/commands/GetWorkgroupCommand.d.ts +1 -1
  45. package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListEndpointAccessCommand.d.ts +1 -1
  47. package/dist-types/commands/ListNamespacesCommand.d.ts +3 -1
  48. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListReservationOfferingsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListScheduledActionsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListSnapshotsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +1 -1
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/ListTracksCommand.d.ts +1 -1
  57. package/dist-types/commands/ListUsageLimitsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListWorkgroupsCommand.d.ts +1 -1
  59. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  60. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +3 -1
  61. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +3 -1
  62. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +1 -1
  63. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +2 -3
  64. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateLakehouseConfigurationCommand.d.ts +97 -0
  69. package/dist-types/commands/UpdateNamespaceCommand.d.ts +4 -4
  70. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateSnapshotCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +2 -21
  75. package/dist-types/commands/index.d.ts +1 -0
  76. package/dist-types/index.d.ts +1 -9
  77. package/dist-types/models/enums.d.ts +154 -0
  78. package/dist-types/models/errors.d.ts +13 -1
  79. package/dist-types/models/models_0.d.ts +172 -476
  80. package/dist-types/schemas/schemas_0.d.ts +4 -0
  81. package/dist-types/ts3.4/RedshiftServerless.d.ts +17 -0
  82. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +6 -0
  83. package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  85. package/dist-types/ts3.4/models/enums.d.ts +79 -0
  86. package/dist-types/ts3.4/models/errors.d.ts +5 -0
  87. package/dist-types/ts3.4/models/models_0.d.ts +31 -68
  88. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  89. package/package.json +2 -2
@@ -64,6 +64,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
64
64
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
65
65
  import { UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput } from "./commands/UpdateCustomDomainAssociationCommand";
66
66
  import { UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput } from "./commands/UpdateEndpointAccessCommand";
67
+ import { UpdateLakehouseConfigurationCommandInput, UpdateLakehouseConfigurationCommandOutput } from "./commands/UpdateLakehouseConfigurationCommand";
67
68
  import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "./commands/UpdateNamespaceCommand";
68
69
  import { UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput } from "./commands/UpdateScheduledActionCommand";
69
70
  import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
@@ -76,11 +77,11 @@ export { __Client };
76
77
  /**
77
78
  * @public
78
79
  */
79
- export type ServiceInputTypes = ConvertRecoveryPointToSnapshotCommandInput | CreateCustomDomainAssociationCommandInput | CreateEndpointAccessCommandInput | CreateNamespaceCommandInput | CreateReservationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCommandInput | CreateSnapshotCopyConfigurationCommandInput | CreateUsageLimitCommandInput | CreateWorkgroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteNamespaceCommandInput | DeleteResourcePolicyCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCommandInput | DeleteSnapshotCopyConfigurationCommandInput | DeleteUsageLimitCommandInput | DeleteWorkgroupCommandInput | GetCredentialsCommandInput | GetCustomDomainAssociationCommandInput | GetEndpointAccessCommandInput | GetNamespaceCommandInput | GetRecoveryPointCommandInput | GetReservationCommandInput | GetReservationOfferingCommandInput | GetResourcePolicyCommandInput | GetScheduledActionCommandInput | GetSnapshotCommandInput | GetTableRestoreStatusCommandInput | GetTrackCommandInput | GetUsageLimitCommandInput | GetWorkgroupCommandInput | ListCustomDomainAssociationsCommandInput | ListEndpointAccessCommandInput | ListManagedWorkgroupsCommandInput | ListNamespacesCommandInput | ListRecoveryPointsCommandInput | ListReservationOfferingsCommandInput | ListReservationsCommandInput | ListScheduledActionsCommandInput | ListSnapshotCopyConfigurationsCommandInput | ListSnapshotsCommandInput | ListTableRestoreStatusCommandInput | ListTagsForResourceCommandInput | ListTracksCommandInput | ListUsageLimitsCommandInput | ListWorkgroupsCommandInput | PutResourcePolicyCommandInput | RestoreFromRecoveryPointCommandInput | RestoreFromSnapshotCommandInput | RestoreTableFromRecoveryPointCommandInput | RestoreTableFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCustomDomainAssociationCommandInput | UpdateEndpointAccessCommandInput | UpdateNamespaceCommandInput | UpdateScheduledActionCommandInput | UpdateSnapshotCommandInput | UpdateSnapshotCopyConfigurationCommandInput | UpdateUsageLimitCommandInput | UpdateWorkgroupCommandInput;
80
+ export type ServiceInputTypes = ConvertRecoveryPointToSnapshotCommandInput | CreateCustomDomainAssociationCommandInput | CreateEndpointAccessCommandInput | CreateNamespaceCommandInput | CreateReservationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCommandInput | CreateSnapshotCopyConfigurationCommandInput | CreateUsageLimitCommandInput | CreateWorkgroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteNamespaceCommandInput | DeleteResourcePolicyCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCommandInput | DeleteSnapshotCopyConfigurationCommandInput | DeleteUsageLimitCommandInput | DeleteWorkgroupCommandInput | GetCredentialsCommandInput | GetCustomDomainAssociationCommandInput | GetEndpointAccessCommandInput | GetNamespaceCommandInput | GetRecoveryPointCommandInput | GetReservationCommandInput | GetReservationOfferingCommandInput | GetResourcePolicyCommandInput | GetScheduledActionCommandInput | GetSnapshotCommandInput | GetTableRestoreStatusCommandInput | GetTrackCommandInput | GetUsageLimitCommandInput | GetWorkgroupCommandInput | ListCustomDomainAssociationsCommandInput | ListEndpointAccessCommandInput | ListManagedWorkgroupsCommandInput | ListNamespacesCommandInput | ListRecoveryPointsCommandInput | ListReservationOfferingsCommandInput | ListReservationsCommandInput | ListScheduledActionsCommandInput | ListSnapshotCopyConfigurationsCommandInput | ListSnapshotsCommandInput | ListTableRestoreStatusCommandInput | ListTagsForResourceCommandInput | ListTracksCommandInput | ListUsageLimitsCommandInput | ListWorkgroupsCommandInput | PutResourcePolicyCommandInput | RestoreFromRecoveryPointCommandInput | RestoreFromSnapshotCommandInput | RestoreTableFromRecoveryPointCommandInput | RestoreTableFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCustomDomainAssociationCommandInput | UpdateEndpointAccessCommandInput | UpdateLakehouseConfigurationCommandInput | UpdateNamespaceCommandInput | UpdateScheduledActionCommandInput | UpdateSnapshotCommandInput | UpdateSnapshotCopyConfigurationCommandInput | UpdateUsageLimitCommandInput | UpdateWorkgroupCommandInput;
80
81
  /**
81
82
  * @public
82
83
  */
83
- export type ServiceOutputTypes = ConvertRecoveryPointToSnapshotCommandOutput | CreateCustomDomainAssociationCommandOutput | CreateEndpointAccessCommandOutput | CreateNamespaceCommandOutput | CreateReservationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCommandOutput | CreateSnapshotCopyConfigurationCommandOutput | CreateUsageLimitCommandOutput | CreateWorkgroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteNamespaceCommandOutput | DeleteResourcePolicyCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCommandOutput | DeleteSnapshotCopyConfigurationCommandOutput | DeleteUsageLimitCommandOutput | DeleteWorkgroupCommandOutput | GetCredentialsCommandOutput | GetCustomDomainAssociationCommandOutput | GetEndpointAccessCommandOutput | GetNamespaceCommandOutput | GetRecoveryPointCommandOutput | GetReservationCommandOutput | GetReservationOfferingCommandOutput | GetResourcePolicyCommandOutput | GetScheduledActionCommandOutput | GetSnapshotCommandOutput | GetTableRestoreStatusCommandOutput | GetTrackCommandOutput | GetUsageLimitCommandOutput | GetWorkgroupCommandOutput | ListCustomDomainAssociationsCommandOutput | ListEndpointAccessCommandOutput | ListManagedWorkgroupsCommandOutput | ListNamespacesCommandOutput | ListRecoveryPointsCommandOutput | ListReservationOfferingsCommandOutput | ListReservationsCommandOutput | ListScheduledActionsCommandOutput | ListSnapshotCopyConfigurationsCommandOutput | ListSnapshotsCommandOutput | ListTableRestoreStatusCommandOutput | ListTagsForResourceCommandOutput | ListTracksCommandOutput | ListUsageLimitsCommandOutput | ListWorkgroupsCommandOutput | PutResourcePolicyCommandOutput | RestoreFromRecoveryPointCommandOutput | RestoreFromSnapshotCommandOutput | RestoreTableFromRecoveryPointCommandOutput | RestoreTableFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCustomDomainAssociationCommandOutput | UpdateEndpointAccessCommandOutput | UpdateNamespaceCommandOutput | UpdateScheduledActionCommandOutput | UpdateSnapshotCommandOutput | UpdateSnapshotCopyConfigurationCommandOutput | UpdateUsageLimitCommandOutput | UpdateWorkgroupCommandOutput;
84
+ export type ServiceOutputTypes = ConvertRecoveryPointToSnapshotCommandOutput | CreateCustomDomainAssociationCommandOutput | CreateEndpointAccessCommandOutput | CreateNamespaceCommandOutput | CreateReservationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCommandOutput | CreateSnapshotCopyConfigurationCommandOutput | CreateUsageLimitCommandOutput | CreateWorkgroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteNamespaceCommandOutput | DeleteResourcePolicyCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCommandOutput | DeleteSnapshotCopyConfigurationCommandOutput | DeleteUsageLimitCommandOutput | DeleteWorkgroupCommandOutput | GetCredentialsCommandOutput | GetCustomDomainAssociationCommandOutput | GetEndpointAccessCommandOutput | GetNamespaceCommandOutput | GetRecoveryPointCommandOutput | GetReservationCommandOutput | GetReservationOfferingCommandOutput | GetResourcePolicyCommandOutput | GetScheduledActionCommandOutput | GetSnapshotCommandOutput | GetTableRestoreStatusCommandOutput | GetTrackCommandOutput | GetUsageLimitCommandOutput | GetWorkgroupCommandOutput | ListCustomDomainAssociationsCommandOutput | ListEndpointAccessCommandOutput | ListManagedWorkgroupsCommandOutput | ListNamespacesCommandOutput | ListRecoveryPointsCommandOutput | ListReservationOfferingsCommandOutput | ListReservationsCommandOutput | ListScheduledActionsCommandOutput | ListSnapshotCopyConfigurationsCommandOutput | ListSnapshotsCommandOutput | ListTableRestoreStatusCommandOutput | ListTagsForResourceCommandOutput | ListTracksCommandOutput | ListUsageLimitsCommandOutput | ListWorkgroupsCommandOutput | PutResourcePolicyCommandOutput | RestoreFromRecoveryPointCommandOutput | RestoreFromSnapshotCommandOutput | RestoreTableFromRecoveryPointCommandOutput | RestoreTableFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCustomDomainAssociationCommandOutput | UpdateEndpointAccessCommandOutput | UpdateLakehouseConfigurationCommandOutput | UpdateNamespaceCommandOutput | UpdateScheduledActionCommandOutput | UpdateSnapshotCommandOutput | UpdateSnapshotCopyConfigurationCommandOutput | UpdateUsageLimitCommandOutput | UpdateWorkgroupCommandOutput;
84
85
  /**
85
86
  * @public
86
87
  */
@@ -241,15 +242,7 @@ export type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfigu
241
242
  export interface RedshiftServerlessClientResolvedConfig extends RedshiftServerlessClientResolvedConfigType {
242
243
  }
243
244
  /**
244
- * <p>This is an interface reference for Amazon Redshift Serverless.
245
- * It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
246
- * </p>
247
- * <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the
248
- * underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high
249
- * performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you
250
- * focus on using your data to acquire new insights for your business and customers.
251
- * </p>
252
- * <p> To learn more about Amazon Redshift Serverless, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless?</a>.</p>
245
+ * <p>This is an interface reference for Amazon Redshift Serverless. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless. </p> <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you focus on using your data to acquire new insights for your business and customers. </p> <p> To learn more about Amazon Redshift Serverless, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless?</a>.</p>
253
246
  * @public
254
247
  */
255
248
  export declare class RedshiftServerlessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RedshiftServerlessClientResolvedConfig> {
@@ -27,8 +27,7 @@ declare const ConvertRecoveryPointToSnapshotCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Converts a recovery point to a snapshot. For more information about recovery points and snapshots,
31
- * see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html">Working with snapshots and recovery points</a>.</p>
30
+ * <p>Converts a recovery point to a snapshot. For more information about recovery points and snapshots, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html">Working with snapshots and recovery points</a>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -105,7 +104,7 @@ declare const ConvertRecoveryPointToSnapshotCommand_base: {
105
104
  * <p>The request exceeded the number of tags allowed for a resource.</p>
106
105
  *
107
106
  * @throws {@link ValidationException} (client fault)
108
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
107
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
109
108
  *
110
109
  * @throws {@link RedshiftServerlessServiceException}
111
110
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -74,7 +74,7 @@ declare const CreateCustomDomainAssociationCommand_base: {
74
74
  * <p>The request was denied due to request throttling.</p>
75
75
  *
76
76
  * @throws {@link ValidationException} (client fault)
77
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
77
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
78
78
  *
79
79
  * @throws {@link RedshiftServerlessServiceException}
80
80
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -107,7 +107,7 @@ declare const CreateEndpointAccessCommand_base: {
107
107
  * <p>The service limit was exceeded.</p>
108
108
  *
109
109
  * @throws {@link ValidationException} (client fault)
110
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
110
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
111
111
  *
112
112
  * @throws {@link RedshiftServerlessServiceException}
113
113
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -80,6 +80,8 @@ declare const CreateNamespaceCommand_base: {
80
80
  * // creationDate: new Date("TIMESTAMP"),
81
81
  * // adminPasswordSecretArn: "STRING_VALUE",
82
82
  * // adminPasswordSecretKmsKeyId: "STRING_VALUE",
83
+ * // lakehouseRegistrationStatus: "STRING_VALUE",
84
+ * // catalogArn: "STRING_VALUE",
83
85
  * // },
84
86
  * // };
85
87
  *
@@ -101,7 +103,7 @@ declare const CreateNamespaceCommand_base: {
101
103
  * <p>The request exceeded the number of tags allowed for a resource.</p>
102
104
  *
103
105
  * @throws {@link ValidationException} (client fault)
104
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
106
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
105
107
  *
106
108
  * @throws {@link RedshiftServerlessServiceException}
107
109
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -27,8 +27,7 @@ declare const CreateReservationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an Amazon Redshift Serverless reservation, which gives you the option to commit to a specified number of Redshift Processing Units (RPUs)
31
- * for a year at a discount from Serverless on-demand (OD) rates.</p>
30
+ * <p>Creates an Amazon Redshift Serverless reservation, which gives you the option to commit to a specified number of Redshift Processing Units (RPUs) for a year at a discount from Serverless on-demand (OD) rates.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -90,7 +89,7 @@ declare const CreateReservationCommand_base: {
90
89
  * <p>The request exceeded the number of tags allowed for a resource.</p>
91
90
  *
92
91
  * @throws {@link ValidationException} (client fault)
93
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
92
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
94
93
  *
95
94
  * @throws {@link RedshiftServerlessServiceException}
96
95
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -27,8 +27,7 @@ declare const CreateScheduledActionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action.
31
- * For example, you can create a schedule of when to run the <code>CreateSnapshot</code> API operation.</p>
30
+ * <p>Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action. For example, you can create a schedule of when to run the <code>CreateSnapshot</code> API operation.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -116,7 +115,7 @@ declare const CreateScheduledActionCommand_base: {
116
115
  * <p>The resource could not be found.</p>
117
116
  *
118
117
  * @throws {@link ValidationException} (client fault)
119
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
118
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
120
119
  *
121
120
  * @throws {@link RedshiftServerlessServiceException}
122
121
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -27,10 +27,7 @@ declare const CreateSnapshotCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a snapshot of all databases in a namespace.
31
- * For more information about snapshots, see
32
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html">
33
- * Working with snapshots and recovery points</a>.</p>
30
+ * <p>Creates a snapshot of all databases in a namespace. For more information about snapshots, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html"> Working with snapshots and recovery points</a>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -107,7 +104,7 @@ declare const CreateSnapshotCommand_base: {
107
104
  * <p>The request exceeded the number of tags allowed for a resource.</p>
108
105
  *
109
106
  * @throws {@link ValidationException} (client fault)
110
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
107
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
111
108
  *
112
109
  * @throws {@link RedshiftServerlessServiceException}
113
110
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -79,7 +79,7 @@ declare const CreateSnapshotCopyConfigurationCommand_base: {
79
79
  * <p>The service limit was exceeded.</p>
80
80
  *
81
81
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
82
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
83
83
  *
84
84
  * @throws {@link RedshiftServerlessServiceException}
85
85
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -27,8 +27,7 @@ declare const CreateUsageLimitCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier.
31
- * </p>
30
+ * <p>Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier. </p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -79,7 +78,7 @@ declare const CreateUsageLimitCommand_base: {
79
78
  * <p>The service limit was exceeded.</p>
80
79
  *
81
80
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
81
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
83
82
  *
84
83
  * @throws {@link RedshiftServerlessServiceException}
85
84
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -27,24 +27,7 @@ declare const CreateWorkgroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an workgroup in Amazon Redshift Serverless.</p>
31
- * <p>VPC Block Public Access (BPA) enables you to block resources in VPCs and subnets that
32
- * you own in a Region from reaching or being reached from the internet through internet
33
- * gateways and egress-only internet gateways. If a workgroup is in an account with VPC BPA
34
- * turned on, the following capabilities are blocked: </p>
35
- * <ul>
36
- * <li>
37
- * <p>Creating a public access workgroup</p>
38
- * </li>
39
- * <li>
40
- * <p>Modifying a private workgroup to public</p>
41
- * </li>
42
- * <li>
43
- * <p>Adding a subnet with VPC BPA turned on to the workgroup when the workgroup is
44
- * public</p>
45
- * </li>
46
- * </ul>
47
- * <p>For more information about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
30
+ * <p>Creates an workgroup in Amazon Redshift Serverless.</p> <p>VPC Block Public Access (BPA) enables you to block resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways. If a workgroup is in an account with VPC BPA turned on, the following capabilities are blocked: </p> <ul> <li> <p>Creating a public access workgroup</p> </li> <li> <p>Modifying a private workgroup to public</p> </li> <li> <p>Adding a subnet with VPC BPA turned on to the workgroup when the workgroup is public</p> </li> </ul> <p>For more information about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
48
31
  * @example
49
32
  * Use a bare-bones client and the command you need to make an API call.
50
33
  * ```javascript
@@ -177,7 +160,7 @@ declare const CreateWorkgroupCommand_base: {
177
160
  * <p>The request exceeded the number of tags allowed for a resource.</p>
178
161
  *
179
162
  * @throws {@link ValidationException} (client fault)
180
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
163
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
181
164
  *
182
165
  * @throws {@link RedshiftServerlessServiceException}
183
166
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -68,7 +68,7 @@ declare const DeleteCustomDomainAssociationCommand_base: {
68
68
  * <p>The request was denied due to request throttling.</p>
69
69
  *
70
70
  * @throws {@link ValidationException} (client fault)
71
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
71
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
72
72
  *
73
73
  * @throws {@link RedshiftServerlessServiceException}
74
74
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -93,7 +93,7 @@ declare const DeleteEndpointAccessCommand_base: {
93
93
  * <p>The resource could not be found.</p>
94
94
  *
95
95
  * @throws {@link ValidationException} (client fault)
96
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
96
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
97
97
  *
98
98
  * @throws {@link RedshiftServerlessServiceException}
99
99
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -27,8 +27,7 @@ declare const DeleteNamespaceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a namespace from Amazon Redshift Serverless.
31
- * Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.</p>
30
+ * <p>Deletes a namespace from Amazon Redshift Serverless. Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -63,6 +62,8 @@ declare const DeleteNamespaceCommand_base: {
63
62
  * // creationDate: new Date("TIMESTAMP"),
64
63
  * // adminPasswordSecretArn: "STRING_VALUE",
65
64
  * // adminPasswordSecretKmsKeyId: "STRING_VALUE",
65
+ * // lakehouseRegistrationStatus: "STRING_VALUE",
66
+ * // catalogArn: "STRING_VALUE",
66
67
  * // },
67
68
  * // };
68
69
  *
@@ -84,7 +85,7 @@ declare const DeleteNamespaceCommand_base: {
84
85
  * <p>The resource could not be found.</p>
85
86
  *
86
87
  * @throws {@link ValidationException} (client fault)
87
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
88
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
88
89
  *
89
90
  * @throws {@link RedshiftServerlessServiceException}
90
91
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -58,7 +58,7 @@ declare const DeleteResourcePolicyCommand_base: {
58
58
  * <p>The resource could not be found.</p>
59
59
  *
60
60
  * @throws {@link ValidationException} (client fault)
61
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
61
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
62
62
  *
63
63
  * @throws {@link RedshiftServerlessServiceException}
64
64
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -89,7 +89,7 @@ declare const DeleteScheduledActionCommand_base: {
89
89
  * <p>The resource could not be found.</p>
90
90
  *
91
91
  * @throws {@link ValidationException} (client fault)
92
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
92
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
93
93
  *
94
94
  * @throws {@link RedshiftServerlessServiceException}
95
95
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -90,7 +90,7 @@ declare const DeleteSnapshotCommand_base: {
90
90
  * <p>The resource could not be found.</p>
91
91
  *
92
92
  * @throws {@link ValidationException} (client fault)
93
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
93
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
94
94
  *
95
95
  * @throws {@link RedshiftServerlessServiceException}
96
96
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -73,7 +73,7 @@ declare const DeleteSnapshotCopyConfigurationCommand_base: {
73
73
  * <p>The resource could not be found.</p>
74
74
  *
75
75
  * @throws {@link ValidationException} (client fault)
76
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
76
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
77
77
  *
78
78
  * @throws {@link RedshiftServerlessServiceException}
79
79
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -71,7 +71,7 @@ declare const DeleteUsageLimitCommand_base: {
71
71
  * <p>The resource could not be found.</p>
72
72
  *
73
73
  * @throws {@link ValidationException} (client fault)
74
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
74
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
75
75
  *
76
76
  * @throws {@link RedshiftServerlessServiceException}
77
77
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -121,7 +121,7 @@ declare const DeleteWorkgroupCommand_base: {
121
121
  * <p>The resource could not be found.</p>
122
122
  *
123
123
  * @throws {@link ValidationException} (client fault)
124
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
124
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
125
125
  *
126
126
  * @throws {@link RedshiftServerlessServiceException}
127
127
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -27,15 +27,7 @@ declare const GetCredentialsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a database user name and temporary password with
31
- * temporary authorization to log in to Amazon Redshift Serverless.</p>
32
- * <p>By default, the temporary credentials expire in 900 seconds.
33
- * You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes).</p>
34
- * <p>The Identity and Access Management (IAM) user or role that runs
35
- * GetCredentials must have an IAM policy attached that allows access to all
36
- * necessary actions and resources.</p>
37
- * <p>If the <code>DbName</code> parameter is specified, the IAM policy must
38
- * allow access to the resource dbname for the specified database name.</p>
30
+ * <p>Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless.</p> <p>By default, the temporary credentials expire in 900 seconds. You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes).</p> <p>The Identity and Access Management (IAM) user or role that runs GetCredentials must have an IAM policy attached that allows access to all necessary actions and resources.</p> <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access to the resource dbname for the specified database name.</p>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -74,7 +66,7 @@ declare const GetCredentialsCommand_base: {
74
66
  * <p>The resource could not be found.</p>
75
67
  *
76
68
  * @throws {@link ValidationException} (client fault)
77
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
69
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
78
70
  *
79
71
  * @throws {@link RedshiftServerlessServiceException}
80
72
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -73,7 +73,7 @@ declare const GetCustomDomainAssociationCommand_base: {
73
73
  * <p>The request was denied due to request throttling.</p>
74
74
  *
75
75
  * @throws {@link ValidationException} (client fault)
76
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
76
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
77
77
  *
78
78
  * @throws {@link RedshiftServerlessServiceException}
79
79
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -93,7 +93,7 @@ declare const GetEndpointAccessCommand_base: {
93
93
  * <p>The resource could not be found.</p>
94
94
  *
95
95
  * @throws {@link ValidationException} (client fault)
96
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
96
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
97
97
  *
98
98
  * @throws {@link RedshiftServerlessServiceException}
99
99
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -60,6 +60,8 @@ declare const GetNamespaceCommand_base: {
60
60
  * // creationDate: new Date("TIMESTAMP"),
61
61
  * // adminPasswordSecretArn: "STRING_VALUE",
62
62
  * // adminPasswordSecretKmsKeyId: "STRING_VALUE",
63
+ * // lakehouseRegistrationStatus: "STRING_VALUE",
64
+ * // catalogArn: "STRING_VALUE",
63
65
  * // },
64
66
  * // };
65
67
  *
@@ -78,7 +80,7 @@ declare const GetNamespaceCommand_base: {
78
80
  * <p>The resource could not be found.</p>
79
81
  *
80
82
  * @throws {@link ValidationException} (client fault)
81
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
83
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
82
84
  *
83
85
  * @throws {@link RedshiftServerlessServiceException}
84
86
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -70,7 +70,7 @@ declare const GetRecoveryPointCommand_base: {
70
70
  * <p>The resource could not be found.</p>
71
71
  *
72
72
  * @throws {@link ValidationException} (client fault)
73
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
73
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
74
74
  *
75
75
  * @throws {@link RedshiftServerlessServiceException}
76
76
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -27,8 +27,7 @@ declare const GetReservationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets an Amazon Redshift Serverless reservation. A reservation gives you the option to commit to a specified number of Redshift Processing Units (RPUs)
31
- * for a year at a discount from Serverless on-demand (OD) rates.</p>
30
+ * <p>Gets an Amazon Redshift Serverless reservation. A reservation gives you the option to commit to a specified number of Redshift Processing Units (RPUs) for a year at a discount from Serverless on-demand (OD) rates.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -79,7 +78,7 @@ declare const GetReservationCommand_base: {
79
78
  * <p>The request was denied due to request throttling.</p>
80
79
  *
81
80
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
81
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
83
82
  *
84
83
  * @throws {@link RedshiftServerlessServiceException}
85
84
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -70,7 +70,7 @@ declare const GetReservationOfferingCommand_base: {
70
70
  * <p>The request was denied due to request throttling.</p>
71
71
  *
72
72
  * @throws {@link ValidationException} (client fault)
73
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
73
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
74
74
  *
75
75
  * @throws {@link RedshiftServerlessServiceException}
76
76
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -63,7 +63,7 @@ declare const GetResourcePolicyCommand_base: {
63
63
  * <p>The resource could not be found.</p>
64
64
  *
65
65
  * @throws {@link ValidationException} (client fault)
66
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
66
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
67
67
  *
68
68
  * @throws {@link RedshiftServerlessServiceException}
69
69
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -89,7 +89,7 @@ declare const GetScheduledActionCommand_base: {
89
89
  * <p>The resource could not be found.</p>
90
90
  *
91
91
  * @throws {@link ValidationException} (client fault)
92
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
92
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
93
93
  *
94
94
  * @throws {@link RedshiftServerlessServiceException}
95
95
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -89,7 +89,7 @@ declare const GetSnapshotCommand_base: {
89
89
  * <p>The resource could not be found.</p>
90
90
  *
91
91
  * @throws {@link ValidationException} (client fault)
92
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
92
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
93
93
  *
94
94
  * @throws {@link RedshiftServerlessServiceException}
95
95
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -74,7 +74,7 @@ declare const GetTableRestoreStatusCommand_base: {
74
74
  * <p>The resource could not be found.</p>
75
75
  *
76
76
  * @throws {@link ValidationException} (client fault)
77
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
77
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
78
78
  *
79
79
  * @throws {@link RedshiftServerlessServiceException}
80
80
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -78,7 +78,7 @@ declare const GetTrackCommand_base: {
78
78
  * <p>The request was denied due to request throttling.</p>
79
79
  *
80
80
  * @throws {@link ValidationException} (client fault)
81
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
81
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
82
82
  *
83
83
  * @throws {@link RedshiftServerlessServiceException}
84
84
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -71,7 +71,7 @@ declare const GetUsageLimitCommand_base: {
71
71
  * <p>The resource could not be found.</p>
72
72
  *
73
73
  * @throws {@link ValidationException} (client fault)
74
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
74
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
75
75
  *
76
76
  * @throws {@link RedshiftServerlessServiceException}
77
77
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -118,7 +118,7 @@ declare const GetWorkgroupCommand_base: {
118
118
  * <p>The resource could not be found.</p>
119
119
  *
120
120
  * @throws {@link ValidationException} (client fault)
121
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
121
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
122
122
  *
123
123
  * @throws {@link RedshiftServerlessServiceException}
124
124
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -77,7 +77,7 @@ declare const ListCustomDomainAssociationsCommand_base: {
77
77
  * <p>The request was denied due to request throttling.</p>
78
78
  *
79
79
  * @throws {@link ValidationException} (client fault)
80
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
80
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
81
81
  *
82
82
  * @throws {@link RedshiftServerlessServiceException}
83
83
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -100,7 +100,7 @@ declare const ListEndpointAccessCommand_base: {
100
100
  * <p>The resource could not be found.</p>
101
101
  *
102
102
  * @throws {@link ValidationException} (client fault)
103
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
103
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
104
104
  *
105
105
  * @throws {@link RedshiftServerlessServiceException}
106
106
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -63,6 +63,8 @@ declare const ListNamespacesCommand_base: {
63
63
  * // creationDate: new Date("TIMESTAMP"),
64
64
  * // adminPasswordSecretArn: "STRING_VALUE",
65
65
  * // adminPasswordSecretKmsKeyId: "STRING_VALUE",
66
+ * // lakehouseRegistrationStatus: "STRING_VALUE",
67
+ * // catalogArn: "STRING_VALUE",
66
68
  * // },
67
69
  * // ],
68
70
  * // };
@@ -79,7 +81,7 @@ declare const ListNamespacesCommand_base: {
79
81
  * <p>The request processing has failed because of an unknown error, exception or failure.</p>
80
82
  *
81
83
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
84
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
83
85
  *
84
86
  * @throws {@link RedshiftServerlessServiceException}
85
87
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -72,7 +72,7 @@ declare const ListRecoveryPointsCommand_base: {
72
72
  * <p>The request processing has failed because of an unknown error, exception or failure.</p>
73
73
  *
74
74
  * @throws {@link ValidationException} (client fault)
75
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
75
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
76
76
  *
77
77
  * @throws {@link RedshiftServerlessServiceException}
78
78
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -71,7 +71,7 @@ declare const ListReservationOfferingsCommand_base: {
71
71
  * <p>The request was denied due to request throttling.</p>
72
72
  *
73
73
  * @throws {@link ValidationException} (client fault)
74
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
74
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
75
75
  *
76
76
  * @throws {@link RedshiftServerlessServiceException}
77
77
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
@@ -79,7 +79,7 @@ declare const ListReservationsCommand_base: {
79
79
  * <p>The request was denied due to request throttling.</p>
80
80
  *
81
81
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input failed to satisfy the constraints specified by an AWS service.</p>
82
+ * <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
83
83
  *
84
84
  * @throws {@link RedshiftServerlessServiceException}
85
85
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>