@aws-sdk/client-redshift-serverless 3.888.0 → 3.891.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/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateReservationCommand.d.ts +2 -0
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +2 -0
- package/dist-types/commands/GetCredentialsCommand.d.ts +2 -0
- package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +2 -0
- package/dist-types/commands/GetEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/GetRecoveryPointCommand.d.ts +2 -0
- package/dist-types/commands/GetReservationCommand.d.ts +2 -0
- package/dist-types/commands/GetReservationOfferingCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/GetSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetTrackCommand.d.ts +2 -0
- package/dist-types/commands/GetUsageLimitCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkgroupCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/ListManagedWorkgroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListRecoveryPointsCommand.d.ts +2 -0
- package/dist-types/commands/ListReservationOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +2 -0
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTracksCommand.d.ts +2 -0
- package/dist-types/commands/ListUsageLimitsCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +2 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +2 -0
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUsageLimitCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -34,6 +34,8 @@ declare const ConvertRecoveryPointToSnapshotCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { RedshiftServerlessClient, ConvertRecoveryPointToSnapshotCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
36
36
|
* // const { RedshiftServerlessClient, ConvertRecoveryPointToSnapshotCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
37
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
38
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
37
39
|
* const client = new RedshiftServerlessClient(config);
|
|
38
40
|
* const input = { // ConvertRecoveryPointToSnapshotRequest
|
|
39
41
|
* recoveryPointId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateCustomDomainAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, CreateCustomDomainAssociationCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, CreateCustomDomainAssociationCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // CreateCustomDomainAssociationRequest
|
|
38
40
|
* workgroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateEndpointAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, CreateEndpointAccessCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, CreateEndpointAccessCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // CreateEndpointAccessRequest
|
|
38
40
|
* endpointName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, CreateNamespaceCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, CreateNamespaceCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // CreateNamespaceRequest
|
|
38
40
|
* namespaceName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateReservationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { RedshiftServerlessClient, CreateReservationCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
36
36
|
* // const { RedshiftServerlessClient, CreateReservationCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
37
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
38
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
37
39
|
* const client = new RedshiftServerlessClient(config);
|
|
38
40
|
* const input = { // CreateReservationRequest
|
|
39
41
|
* capacity: Number("int"), // required
|
|
@@ -34,6 +34,8 @@ declare const CreateScheduledActionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { RedshiftServerlessClient, CreateScheduledActionCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
36
36
|
* // const { RedshiftServerlessClient, CreateScheduledActionCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
37
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
38
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
37
39
|
* const client = new RedshiftServerlessClient(config);
|
|
38
40
|
* const input = { // CreateScheduledActionRequest
|
|
39
41
|
* scheduledActionName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateSnapshotCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { RedshiftServerlessClient, CreateSnapshotCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
38
38
|
* // const { RedshiftServerlessClient, CreateSnapshotCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
39
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
40
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
39
41
|
* const client = new RedshiftServerlessClient(config);
|
|
40
42
|
* const input = { // CreateSnapshotRequest
|
|
41
43
|
* namespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateSnapshotCopyConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, CreateSnapshotCopyConfigurationCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, CreateSnapshotCopyConfigurationCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // CreateSnapshotCopyConfigurationRequest
|
|
38
40
|
* namespaceName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateUsageLimitCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { RedshiftServerlessClient, CreateUsageLimitCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
36
36
|
* // const { RedshiftServerlessClient, CreateUsageLimitCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
37
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
38
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
37
39
|
* const client = new RedshiftServerlessClient(config);
|
|
38
40
|
* const input = { // CreateUsageLimitRequest
|
|
39
41
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const CreateWorkgroupCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { RedshiftServerlessClient, CreateWorkgroupCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
52
52
|
* // const { RedshiftServerlessClient, CreateWorkgroupCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
53
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
54
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
53
55
|
* const client = new RedshiftServerlessClient(config);
|
|
54
56
|
* const input = { // CreateWorkgroupRequest
|
|
55
57
|
* workgroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCustomDomainAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, DeleteCustomDomainAssociationCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, DeleteCustomDomainAssociationCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteCustomDomainAssociationRequest
|
|
38
40
|
* workgroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteEndpointAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, DeleteEndpointAccessCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, DeleteEndpointAccessCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteEndpointAccessRequest
|
|
38
40
|
* endpointName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { RedshiftServerlessClient, DeleteNamespaceCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
36
36
|
* // const { RedshiftServerlessClient, DeleteNamespaceCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
37
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
38
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
37
39
|
* const client = new RedshiftServerlessClient(config);
|
|
38
40
|
* const input = { // DeleteNamespaceRequest
|
|
39
41
|
* namespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteResourcePolicyRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteScheduledActionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, DeleteScheduledActionCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, DeleteScheduledActionCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteScheduledActionRequest
|
|
38
40
|
* scheduledActionName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSnapshotCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, DeleteSnapshotCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, DeleteSnapshotCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteSnapshotRequest
|
|
38
40
|
* snapshotName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSnapshotCopyConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, DeleteSnapshotCopyConfigurationCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, DeleteSnapshotCopyConfigurationCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteSnapshotCopyConfigurationRequest
|
|
38
40
|
* snapshotCopyConfigurationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteUsageLimitCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, DeleteUsageLimitCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, DeleteUsageLimitCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteUsageLimitRequest
|
|
38
40
|
* usageLimitId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWorkgroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, DeleteWorkgroupCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, DeleteWorkgroupCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // DeleteWorkgroupRequest
|
|
38
40
|
* workgroupName: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const GetCredentialsCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { RedshiftServerlessClient, GetCredentialsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
43
43
|
* // const { RedshiftServerlessClient, GetCredentialsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
44
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
45
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
44
46
|
* const client = new RedshiftServerlessClient(config);
|
|
45
47
|
* const input = { // GetCredentialsRequest
|
|
46
48
|
* dbName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetCustomDomainAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetCustomDomainAssociationCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetCustomDomainAssociationCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetCustomDomainAssociationRequest
|
|
38
40
|
* customDomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetEndpointAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetEndpointAccessCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetEndpointAccessCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetEndpointAccessRequest
|
|
38
40
|
* endpointName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetNamespaceCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetNamespaceCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetNamespaceRequest
|
|
38
40
|
* namespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetRecoveryPointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetRecoveryPointCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetRecoveryPointCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetRecoveryPointRequest
|
|
38
40
|
* recoveryPointId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetReservationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { RedshiftServerlessClient, GetReservationCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
36
36
|
* // const { RedshiftServerlessClient, GetReservationCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
37
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
38
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
37
39
|
* const client = new RedshiftServerlessClient(config);
|
|
38
40
|
* const input = { // GetReservationRequest
|
|
39
41
|
* reservationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetReservationOfferingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetReservationOfferingCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetReservationOfferingCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetReservationOfferingRequest
|
|
38
40
|
* offeringId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetResourcePolicyCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetResourcePolicyCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetResourcePolicyRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetScheduledActionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetScheduledActionCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetScheduledActionCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetScheduledActionRequest
|
|
38
40
|
* scheduledActionName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSnapshotCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetSnapshotCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetSnapshotCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetSnapshotRequest
|
|
38
40
|
* snapshotName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetTableRestoreStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetTableRestoreStatusCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetTableRestoreStatusCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetTableRestoreStatusRequest
|
|
38
40
|
* tableRestoreRequestId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTrackCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetTrackCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetTrackCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetTrackRequest
|
|
38
40
|
* trackName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetUsageLimitCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetUsageLimitCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetUsageLimitCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetUsageLimitRequest
|
|
38
40
|
* usageLimitId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetWorkgroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, GetWorkgroupCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, GetWorkgroupCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // GetWorkgroupRequest
|
|
38
40
|
* workgroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListCustomDomainAssociationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListCustomDomainAssociationsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListCustomDomainAssociationsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListCustomDomainAssociationsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListEndpointAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListEndpointAccessCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListEndpointAccessCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListEndpointAccessRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListManagedWorkgroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListManagedWorkgroupsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListManagedWorkgroupsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListManagedWorkgroupsRequest
|
|
38
40
|
* sourceArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListNamespacesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListNamespacesCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListNamespacesCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListNamespacesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListRecoveryPointsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListRecoveryPointsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListRecoveryPointsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListRecoveryPointsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListReservationOfferingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListReservationOfferingsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListReservationOfferingsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListReservationOfferingsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListReservationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListReservationsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListReservationsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListReservationsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListScheduledActionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListScheduledActionsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListScheduledActionsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListScheduledActionsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListSnapshotCopyConfigurationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListSnapshotCopyConfigurationsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListSnapshotCopyConfigurationsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListSnapshotCopyConfigurationsRequest
|
|
38
40
|
* namespaceName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListSnapshotsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListSnapshotsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListSnapshotsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListSnapshotsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTableRestoreStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListTableRestoreStatusCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListTableRestoreStatusCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListTableRestoreStatusRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListTagsForResourceCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListTagsForResourceCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTracksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListTracksCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListTracksCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListTracksRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListUsageLimitsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListUsageLimitsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListUsageLimitsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListUsageLimitsRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListWorkgroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, ListWorkgroupsCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, ListWorkgroupsCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // ListWorkgroupsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, PutResourcePolicyCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, PutResourcePolicyCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // PutResourcePolicyRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RestoreFromRecoveryPointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, RestoreFromRecoveryPointCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, RestoreFromRecoveryPointCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // RestoreFromRecoveryPointRequest
|
|
38
40
|
* recoveryPointId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RestoreFromSnapshotCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, RestoreFromSnapshotCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, RestoreFromSnapshotCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // RestoreFromSnapshotRequest
|
|
38
40
|
* namespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RestoreTableFromRecoveryPointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, RestoreTableFromRecoveryPointCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, RestoreTableFromRecoveryPointCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // RestoreTableFromRecoveryPointRequest
|
|
38
40
|
* namespaceName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const RestoreTableFromSnapshotCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { RedshiftServerlessClient, RestoreTableFromSnapshotCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
36
36
|
* // const { RedshiftServerlessClient, RestoreTableFromSnapshotCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
37
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
38
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
37
39
|
* const client = new RedshiftServerlessClient(config);
|
|
38
40
|
* const input = { // RestoreTableFromSnapshotRequest
|
|
39
41
|
* namespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, TagResourceCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, TagResourceCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, UntagResourceCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, UntagResourceCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateCustomDomainAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, UpdateCustomDomainAssociationCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, UpdateCustomDomainAssociationCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateCustomDomainAssociationRequest
|
|
38
40
|
* workgroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateEndpointAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, UpdateEndpointAccessCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, UpdateEndpointAccessCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateEndpointAccessRequest
|
|
38
40
|
* endpointName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateNamespaceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { RedshiftServerlessClient, UpdateNamespaceCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
37
37
|
* // const { RedshiftServerlessClient, UpdateNamespaceCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
38
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
39
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
38
40
|
* const client = new RedshiftServerlessClient(config);
|
|
39
41
|
* const input = { // UpdateNamespaceRequest
|
|
40
42
|
* namespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateScheduledActionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, UpdateScheduledActionCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, UpdateScheduledActionCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateScheduledActionRequest
|
|
38
40
|
* scheduledActionName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, UpdateSnapshotCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, UpdateSnapshotCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateSnapshotRequest
|
|
38
40
|
* snapshotName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSnapshotCopyConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, UpdateSnapshotCopyConfigurationCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, UpdateSnapshotCopyConfigurationCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateSnapshotCopyConfigurationRequest
|
|
38
40
|
* snapshotCopyConfigurationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateUsageLimitCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RedshiftServerlessClient, UpdateUsageLimitCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
35
35
|
* // const { RedshiftServerlessClient, UpdateUsageLimitCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
36
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
37
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
36
38
|
* const client = new RedshiftServerlessClient(config);
|
|
37
39
|
* const input = { // UpdateUsageLimitRequest
|
|
38
40
|
* usageLimitId: "STRING_VALUE", // required
|
|
@@ -52,6 +52,8 @@ declare const UpdateWorkgroupCommand_base: {
|
|
|
52
52
|
* ```javascript
|
|
53
53
|
* import { RedshiftServerlessClient, UpdateWorkgroupCommand } from "@aws-sdk/client-redshift-serverless"; // ES Modules import
|
|
54
54
|
* // const { RedshiftServerlessClient, UpdateWorkgroupCommand } = require("@aws-sdk/client-redshift-serverless"); // CommonJS import
|
|
55
|
+
* // import type { RedshiftServerlessClientConfig } from "@aws-sdk/client-redshift-serverless";
|
|
56
|
+
* const config = {}; // type is RedshiftServerlessClientConfig
|
|
55
57
|
* const client = new RedshiftServerlessClient(config);
|
|
56
58
|
* const input = { // UpdateWorkgroupRequest
|
|
57
59
|
* workgroupName: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift-serverless",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.2.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
-
"@smithy/node-config-provider": "^4.2.
|
|
44
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.2",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
55
|
-
"@smithy/util-endpoints": "^3.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|