@aws-sdk/client-redshift-serverless 3.533.0 → 3.540.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/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/RedshiftServerless.d.ts +13 -1
- package/dist-types/RedshiftServerlessClient.d.ts +1 -1
- package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +2 -1
- package/dist-types/commands/GetCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/GetNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/GetRecoveryPointCommand.d.ts +2 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetScheduledActionCommand.d.ts +2 -1
- package/dist-types/commands/GetSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetUsageLimitCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkgroupCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -1
- package/dist-types/commands/ListRecoveryPointsCommand.d.ts +2 -1
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListUsageLimitsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +2 -1
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +2 -1
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUsageLimitCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +451 -451
- package/dist-types/ts3.4/RedshiftServerless.d.ts +12 -0
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface GetRecoveryPointCommandOutput extends GetRecoveryPointResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetRecoveryPointCommand_base: {
|
|
24
24
|
new (input: GetRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a recovery point.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const GetRecoveryPointCommand_base: {
|
|
|
72
72
|
* @throws {@link RedshiftServerlessServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class GetRecoveryPointCommand extends GetRecoveryPointCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetResourcePolicyCommand_base: {
|
|
24
24
|
new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a resource policy.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
65
65
|
* @throws {@link RedshiftServerlessServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetScheduledActionCommandOutput extends GetScheduledActionRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetScheduledActionCommand_base: {
|
|
24
24
|
new (input: GetScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetScheduledActionCommandInput, GetScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetScheduledActionCommandInput, GetScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a scheduled action.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -91,6 +91,7 @@ declare const GetScheduledActionCommand_base: {
|
|
|
91
91
|
* @throws {@link RedshiftServerlessServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetScheduledActionCommand extends GetScheduledActionCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSnapshotCommandOutput extends GetSnapshotResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSnapshotCommand_base: {
|
|
24
24
|
new (input: GetSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetSnapshotCommandInput, GetSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetSnapshotCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSnapshotCommandInput, GetSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a specific snapshot.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -91,6 +91,7 @@ declare const GetSnapshotCommand_base: {
|
|
|
91
91
|
* @throws {@link RedshiftServerlessServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetSnapshotCommand extends GetSnapshotCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTableRestoreStatusCommandOutput extends GetTableRestoreStatu
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTableRestoreStatusCommand_base: {
|
|
24
24
|
new (input: GetTableRestoreStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTableRestoreStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a <code>TableRestoreStatus</code> object.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const GetTableRestoreStatusCommand_base: {
|
|
|
76
76
|
* @throws {@link RedshiftServerlessServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetTableRestoreStatusCommand extends GetTableRestoreStatusCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetUsageLimitCommandOutput extends GetUsageLimitResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetUsageLimitCommand_base: {
|
|
24
24
|
new (input: GetUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageLimitCommandInput, GetUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageLimitCommandInput, GetUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a usage limit.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const GetUsageLimitCommand_base: {
|
|
|
73
73
|
* @throws {@link RedshiftServerlessServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetUsageLimitCommand extends GetUsageLimitCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetWorkgroupCommandOutput extends GetWorkgroupResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetWorkgroupCommand_base: {
|
|
24
24
|
new (input: GetWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkgroupCommandInput, GetWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkgroupCommandInput, GetWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a specific workgroup.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -112,6 +112,7 @@ declare const GetWorkgroupCommand_base: {
|
|
|
112
112
|
* @throws {@link RedshiftServerlessServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
114
114
|
*
|
|
115
|
+
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class GetWorkgroupCommand extends GetWorkgroupCommand_base {
|
|
117
118
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCustomDomainAssociationsCommandOutput extends ListCustomDom
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCustomDomainAssociationsCommand_base: {
|
|
24
24
|
new (input: ListCustomDomainAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomDomainAssociationsCommandInput, ListCustomDomainAssociationsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCustomDomainAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCustomDomainAssociationsCommandInput, ListCustomDomainAssociationsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Lists custom domain associations for Amazon Redshift Serverless.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const ListCustomDomainAssociationsCommand_base: {
|
|
|
79
79
|
* @throws {@link RedshiftServerlessServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListCustomDomainAssociationsCommand extends ListCustomDomainAssociationsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEndpointAccessCommandOutput extends ListEndpointAccessRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEndpointAccessCommand_base: {
|
|
24
24
|
new (input: ListEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEndpointAccessCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns an array of <code>EndpointAccess</code> objects and relevant information.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -101,6 +101,7 @@ declare const ListEndpointAccessCommand_base: {
|
|
|
101
101
|
* @throws {@link RedshiftServerlessServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ListEndpointAccessCommand extends ListEndpointAccessCommand_base {
|
|
106
107
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListNamespacesCommand_base: {
|
|
24
24
|
new (input: ListNamespacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNamespacesCommandInput, ListNamespacesCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListNamespacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListNamespacesCommandInput, ListNamespacesCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a list of specified namespaces.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const ListNamespacesCommand_base: {
|
|
|
81
81
|
* @throws {@link RedshiftServerlessServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListNamespacesCommand extends ListNamespacesCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRecoveryPointsCommandOutput extends ListRecoveryPointsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRecoveryPointsCommand_base: {
|
|
24
24
|
new (input: ListRecoveryPointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRecoveryPointsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns an array of recovery points.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const ListRecoveryPointsCommand_base: {
|
|
|
74
74
|
* @throws {@link RedshiftServerlessServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListRecoveryPointsCommand extends ListRecoveryPointsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListScheduledActionsCommandOutput extends ListScheduledActionsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListScheduledActionsCommand_base: {
|
|
24
24
|
new (input: ListScheduledActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListScheduledActionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of scheduled actions. You can use the flags to filter the list of returned scheduled actions.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ListScheduledActionsCommand_base: {
|
|
|
70
70
|
* @throws {@link RedshiftServerlessServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListScheduledActionsCommand extends ListScheduledActionsCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSnapshotCopyConfigurationsCommandOutput extends ListSnapsho
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSnapshotCopyConfigurationsCommand_base: {
|
|
24
24
|
new (input: ListSnapshotCopyConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSnapshotCopyConfigurationsCommandInput, ListSnapshotCopyConfigurationsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSnapshotCopyConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSnapshotCopyConfigurationsCommandInput, ListSnapshotCopyConfigurationsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of snapshot copy configurations.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const ListSnapshotCopyConfigurationsCommand_base: {
|
|
|
80
80
|
* @throws {@link RedshiftServerlessServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListSnapshotCopyConfigurationsCommand extends ListSnapshotCopyConfigurationsCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSnapshotsCommandOutput extends ListSnapshotsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSnapshotsCommand_base: {
|
|
24
24
|
new (input: ListSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSnapshotsCommandInput, ListSnapshotsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSnapshotsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSnapshotsCommandInput, ListSnapshotsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of snapshots.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -98,6 +98,7 @@ declare const ListSnapshotsCommand_base: {
|
|
|
98
98
|
* @throws {@link RedshiftServerlessServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class ListSnapshotsCommand extends ListSnapshotsCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTableRestoreStatusCommandOutput extends ListTableRestoreSta
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTableRestoreStatusCommand_base: {
|
|
24
24
|
new (input: ListTableRestoreStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListTableRestoreStatusCommandInput, ListTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTableRestoreStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTableRestoreStatusCommandInput, ListTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about an array of <code>TableRestoreStatus</code> objects.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const ListTableRestoreStatusCommand_base: {
|
|
|
85
85
|
* @throws {@link RedshiftServerlessServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListTableRestoreStatusCommand extends ListTableRestoreStatusCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags assigned to a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link RedshiftServerlessServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListUsageLimitsCommandOutput extends ListUsageLimitsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListUsageLimitsCommand_base: {
|
|
24
24
|
new (input: ListUsageLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListUsageLimitsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all usage limits within Amazon Redshift Serverless.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const ListUsageLimitsCommand_base: {
|
|
|
82
82
|
* @throws {@link RedshiftServerlessServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListUsageLimitsCommand extends ListUsageLimitsCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListWorkgroupsCommandOutput extends ListWorkgroupsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListWorkgroupsCommand_base: {
|
|
24
24
|
new (input: ListWorkgroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListWorkgroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a list of specified workgroups.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -114,6 +114,7 @@ declare const ListWorkgroupsCommand_base: {
|
|
|
114
114
|
* @throws {@link RedshiftServerlessServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
116
116
|
*
|
|
117
|
+
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class ListWorkgroupsCommand extends ListWorkgroupsCommand_base {
|
|
119
120
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutResourcePolicyCommand_base: {
|
|
24
24
|
new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates a resource policy. Currently, you can use policies to share snapshots across Amazon Web Services accounts.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
72
72
|
* @throws {@link RedshiftServerlessServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface RestoreFromRecoveryPointCommandOutput extends RestoreFromRecove
|
|
|
22
22
|
}
|
|
23
23
|
declare const RestoreFromRecoveryPointCommand_base: {
|
|
24
24
|
new (input: RestoreFromRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RestoreFromRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Restore the data from a recovery point.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const RestoreFromRecoveryPointCommand_base: {
|
|
|
86
86
|
* @throws {@link RedshiftServerlessServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class RestoreFromRecoveryPointCommand extends RestoreFromRecoveryPointCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const RestoreFromSnapshotCommand_base: {
|
|
24
24
|
new (input: RestoreFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RestoreFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Restores a namespace from a snapshot.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const RestoreFromSnapshotCommand_base: {
|
|
|
94
94
|
* @throws {@link RedshiftServerlessServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class RestoreFromSnapshotCommand extends RestoreFromSnapshotCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface RestoreTableFromRecoveryPointCommandOutput extends RestoreTable
|
|
|
22
22
|
}
|
|
23
23
|
declare const RestoreTableFromRecoveryPointCommand_base: {
|
|
24
24
|
new (input: RestoreTableFromRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromRecoveryPointCommandInput, RestoreTableFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RestoreTableFromRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromRecoveryPointCommandInput, RestoreTableFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Restores a table from a recovery point to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -91,6 +91,7 @@ declare const RestoreTableFromRecoveryPointCommand_base: {
|
|
|
91
91
|
* @throws {@link RedshiftServerlessServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class RestoreTableFromRecoveryPointCommand extends RestoreTableFromRecoveryPointCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface RestoreTableFromSnapshotCommandOutput extends RestoreTableFromS
|
|
|
22
22
|
}
|
|
23
23
|
declare const RestoreTableFromSnapshotCommand_base: {
|
|
24
24
|
new (input: RestoreTableFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RestoreTableFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to
|
|
30
30
|
* 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>
|
|
31
31
|
* @example
|
|
@@ -92,6 +92,7 @@ declare const RestoreTableFromSnapshotCommand_base: {
|
|
|
92
92
|
* @throws {@link RedshiftServerlessServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class RestoreTableFromSnapshotCommand extends RestoreTableFromSnapshotCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Assigns one or more tags to a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const TagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link RedshiftServerlessServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a tag or set of tags from a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const UntagResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link RedshiftServerlessServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCustomDomainAssociationCommandOutput extends UpdateCustom
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCustomDomainAssociationCommand_base: {
|
|
24
24
|
new (input: UpdateCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an Amazon Redshift Serverless certificate associated with a custom domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UpdateCustomDomainAssociationCommand_base: {
|
|
|
76
76
|
* @throws {@link RedshiftServerlessServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateCustomDomainAssociationCommand extends UpdateCustomDomainAssociationCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateEndpointAccessCommandOutput extends UpdateEndpointAccessR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateEndpointAccessCommand_base: {
|
|
24
24
|
new (input: UpdateEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an Amazon Redshift Serverless managed endpoint.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const UpdateEndpointAccessCommand_base: {
|
|
|
100
100
|
* @throws {@link RedshiftServerlessServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class UpdateEndpointAccessCommand extends UpdateEndpointAccessCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateNamespaceCommandOutput extends UpdateNamespaceResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateNamespaceCommand_base: {
|
|
24
24
|
new (input: UpdateNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a namespace with the specified settings. Unless required, you can't update multiple parameters in one request. For example,
|
|
30
30
|
* you must specify both <code>adminUsername</code> and <code>adminUserPassword</code> to update either field, but you can't update both <code>kmsKeyId</code>
|
|
31
31
|
* and <code>logExports</code> in a single request.</p>
|
|
@@ -97,6 +97,7 @@ declare const UpdateNamespaceCommand_base: {
|
|
|
97
97
|
* @throws {@link RedshiftServerlessServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class UpdateNamespaceCommand extends UpdateNamespaceCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateScheduledActionCommandOutput extends UpdateScheduledActio
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateScheduledActionCommand_base: {
|
|
24
24
|
new (input: UpdateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a scheduled action.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -116,6 +116,7 @@ declare const UpdateScheduledActionCommand_base: {
|
|
|
116
116
|
* @throws {@link RedshiftServerlessServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
118
118
|
*
|
|
119
|
+
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class UpdateScheduledActionCommand extends UpdateScheduledActionCommand_base {
|
|
121
122
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSnapshotCommandOutput extends UpdateSnapshotResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSnapshotCommand_base: {
|
|
24
24
|
new (input: UpdateSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a snapshot.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
93
93
|
* @throws {@link RedshiftServerlessServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateSnapshotCommand extends UpdateSnapshotCommand_base {
|
|
98
99
|
}
|