@aws-sdk/client-redshift-serverless 3.935.0 → 3.938.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.
- package/README.md +9 -9
- package/dist-cjs/index.js +76 -2
- package/dist-es/RedshiftServerless.js +2 -0
- package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/schemas/schemas_0.js +50 -3
- package/dist-types/RedshiftServerless.d.ts +8 -9
- package/dist-types/RedshiftServerlessClient.d.ts +4 -11
- package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +2 -3
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -1
- package/dist-types/commands/CreateReservationCommand.d.ts +2 -3
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +2 -3
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -5
- package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +2 -3
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +2 -19
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -3
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +1 -1
- package/dist-types/commands/GetCredentialsCommand.d.ts +2 -10
- package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -1
- package/dist-types/commands/GetRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/GetReservationCommand.d.ts +2 -3
- package/dist-types/commands/GetReservationOfferingCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/GetSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetTrackCommand.d.ts +1 -1
- package/dist-types/commands/GetUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkgroupCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -1
- package/dist-types/commands/ListRecoveryPointsCommand.d.ts +1 -1
- package/dist-types/commands/ListReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTracksCommand.d.ts +1 -1
- package/dist-types/commands/ListUsageLimitsCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +3 -1
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +3 -1
- package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +2 -3
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLakehouseConfigurationCommand.d.ts +97 -0
- package/dist-types/commands/UpdateNamespaceCommand.d.ts +4 -4
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +2 -21
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -9
- package/dist-types/models/errors.d.ts +13 -1
- package/dist-types/models/models_0.d.ts +195 -345
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/RedshiftServerless.d.ts +17 -0
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/errors.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +28 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +12 -12
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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>
|
|
@@ -71,7 +71,7 @@ declare const ListScheduledActionsCommand_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
|
|
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>
|
|
@@ -78,7 +78,7 @@ declare const ListSnapshotCopyConfigurationsCommand_base: {
|
|
|
78
78
|
* <p>The resource could not be found.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ValidationException} (client fault)
|
|
81
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
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>
|
|
@@ -96,7 +96,7 @@ declare const ListSnapshotsCommand_base: {
|
|
|
96
96
|
* <p>The resource could not be found.</p>
|
|
97
97
|
*
|
|
98
98
|
* @throws {@link ValidationException} (client fault)
|
|
99
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
99
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link RedshiftServerlessServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -83,7 +83,7 @@ declare const ListTableRestoreStatusCommand_base: {
|
|
|
83
83
|
* <p>The resource could not be found.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link ValidationException} (client fault)
|
|
86
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
86
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link RedshiftServerlessServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -68,7 +68,7 @@ declare const ListTagsForResourceCommand_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
|
|
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>
|
|
@@ -79,7 +79,7 @@ declare const ListTracksCommand_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
|
|
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>
|
|
@@ -80,7 +80,7 @@ declare const ListUsageLimitsCommand_base: {
|
|
|
80
80
|
* <p>The resource could not be found.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link ValidationException} (client fault)
|
|
83
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
83
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link RedshiftServerlessServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -120,7 +120,7 @@ declare const ListWorkgroupsCommand_base: {
|
|
|
120
120
|
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
121
121
|
*
|
|
122
122
|
* @throws {@link ValidationException} (client fault)
|
|
123
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
123
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
124
124
|
*
|
|
125
125
|
* @throws {@link RedshiftServerlessServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -70,7 +70,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
70
70
|
* <p>The service limit was exceeded.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
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,6 +63,8 @@ declare const RestoreFromRecoveryPointCommand_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
|
*
|
|
@@ -84,7 +86,7 @@ declare const RestoreFromRecoveryPointCommand_base: {
|
|
|
84
86
|
* <p>The resource could not be found.</p>
|
|
85
87
|
*
|
|
86
88
|
* @throws {@link ValidationException} (client fault)
|
|
87
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
89
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
88
90
|
*
|
|
89
91
|
* @throws {@link RedshiftServerlessServiceException}
|
|
90
92
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -68,6 +68,8 @@ declare const RestoreFromSnapshotCommand_base: {
|
|
|
68
68
|
* // creationDate: new Date("TIMESTAMP"),
|
|
69
69
|
* // adminPasswordSecretArn: "STRING_VALUE",
|
|
70
70
|
* // adminPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
71
|
+
* // lakehouseRegistrationStatus: "STRING_VALUE",
|
|
72
|
+
* // catalogArn: "STRING_VALUE",
|
|
71
73
|
* // },
|
|
72
74
|
* // };
|
|
73
75
|
*
|
|
@@ -92,7 +94,7 @@ declare const RestoreFromSnapshotCommand_base: {
|
|
|
92
94
|
* <p>The service limit was exceeded.</p>
|
|
93
95
|
*
|
|
94
96
|
* @throws {@link ValidationException} (client fault)
|
|
95
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
97
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
96
98
|
*
|
|
97
99
|
* @throws {@link RedshiftServerlessServiceException}
|
|
98
100
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -89,7 +89,7 @@ declare const RestoreTableFromRecoveryPointCommand_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
|
|
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>
|
|
@@ -27,8 +27,7 @@ declare const RestoreTableFromSnapshotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to
|
|
31
|
-
* restore tables with <a href="https://docs.aws.amazon.com/redshift/latest/dg/t_Sorting_data.html#t_Sorting_data-interleaved">interleaved sort keys</a>.</p>
|
|
30
|
+
* <p>Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with <a href="https://docs.aws.amazon.com/redshift/latest/dg/t_Sorting_data.html#t_Sorting_data-interleaved">interleaved sort keys</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
|
|
@@ -90,7 +89,7 @@ declare const RestoreTableFromSnapshotCommand_base: {
|
|
|
90
89
|
* <p>The resource could not be found.</p>
|
|
91
90
|
*
|
|
92
91
|
* @throws {@link ValidationException} (client fault)
|
|
93
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
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>
|
|
@@ -70,7 +70,7 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* <p>The request exceeded the number of tags allowed for a resource.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
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>
|
|
@@ -64,7 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* <p>The request was denied due to request throttling.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ValidationException} (client fault)
|
|
67
|
-
* <p>The input failed to satisfy the constraints specified by an
|
|
67
|
+
* <p>The input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link RedshiftServerlessServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
@@ -74,7 +74,7 @@ declare const UpdateCustomDomainAssociationCommand_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
|
|
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>
|