@aws-sdk/client-redshift-serverless 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/models/models_0.d.ts +451 -451
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- 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/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -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
|
}
|