@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 UpdateSnapshotCopyConfigurationCommandOutput extends UpdateSnap
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSnapshotCopyConfigurationCommand_base: {
|
|
24
24
|
new (input: UpdateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a snapshot copy configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UpdateSnapshotCopyConfigurationCommand_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 UpdateSnapshotCopyConfigurationCommand extends UpdateSnapshotCopyConfigurationCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateUsageLimitCommandOutput extends UpdateUsageLimitResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateUsageLimitCommand_base: {
|
|
24
24
|
new (input: UpdateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update a usage limit in Amazon Redshift Serverless. You can't update the usage type or period of a usage limit.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const UpdateUsageLimitCommand_base: {
|
|
|
75
75
|
* @throws {@link RedshiftServerlessServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class UpdateUsageLimitCommand extends UpdateUsageLimitCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateWorkgroupCommandOutput extends UpdateWorkgroupResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateWorkgroupCommand_base: {
|
|
24
24
|
new (input: UpdateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a workgroup with the specified configuration settings. You can't update multiple parameters in one request. For example,
|
|
30
30
|
* you can update <code>baseCapacity</code> or <code>port</code> in a single request, but you can't update both in the same request.</p>
|
|
31
31
|
* @example
|
|
@@ -136,6 +136,7 @@ declare const UpdateWorkgroupCommand_base: {
|
|
|
136
136
|
* @throws {@link RedshiftServerlessServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
|
|
138
138
|
*
|
|
139
|
+
* @public
|
|
139
140
|
*/
|
|
140
141
|
export declare class UpdateWorkgroupCommand extends UpdateWorkgroupCommand_base {
|
|
141
142
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -22,5 +22,4 @@ export { RedshiftServerlessExtensionConfiguration } from "./extensionConfigurati
|
|
|
22
22
|
export * from "./commands";
|
|
23
23
|
export * from "./pagination";
|
|
24
24
|
export * from "./models";
|
|
25
|
-
import "@aws-sdk/util-endpoints";
|
|
26
25
|
export { RedshiftServerlessServiceException } from "./models/RedshiftServerlessServiceException";
|