@aws-sdk/client-redshift-serverless 3.948.0 → 3.953.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/index.js +790 -513
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/CreateEndpointAccessCommand.js +2 -2
- package/dist-es/commands/CreateNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateReservationCommand.js +2 -2
- package/dist-es/commands/CreateScheduledActionCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateUsageLimitCommand.js +2 -2
- package/dist-es/commands/CreateWorkgroupCommand.js +2 -2
- package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointAccessCommand.js +2 -2
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteUsageLimitCommand.js +2 -2
- package/dist-es/commands/DeleteWorkgroupCommand.js +2 -2
- package/dist-es/commands/GetCredentialsCommand.js +2 -2
- package/dist-es/commands/GetCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/GetEndpointAccessCommand.js +2 -2
- package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +2 -2
- package/dist-es/commands/GetNamespaceCommand.js +2 -2
- package/dist-es/commands/GetRecoveryPointCommand.js +2 -2
- package/dist-es/commands/GetReservationCommand.js +2 -2
- package/dist-es/commands/GetReservationOfferingCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetScheduledActionCommand.js +2 -2
- package/dist-es/commands/GetSnapshotCommand.js +2 -2
- package/dist-es/commands/GetTableRestoreStatusCommand.js +2 -2
- package/dist-es/commands/GetTrackCommand.js +2 -2
- package/dist-es/commands/GetUsageLimitCommand.js +2 -2
- package/dist-es/commands/GetWorkgroupCommand.js +2 -2
- package/dist-es/commands/ListCustomDomainAssociationsCommand.js +2 -2
- package/dist-es/commands/ListEndpointAccessCommand.js +2 -2
- package/dist-es/commands/ListManagedWorkgroupsCommand.js +2 -2
- package/dist-es/commands/ListNamespacesCommand.js +2 -2
- package/dist-es/commands/ListRecoveryPointsCommand.js +2 -2
- package/dist-es/commands/ListReservationOfferingsCommand.js +2 -2
- package/dist-es/commands/ListReservationsCommand.js +2 -2
- package/dist-es/commands/ListScheduledActionsCommand.js +2 -2
- package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListSnapshotsCommand.js +2 -2
- package/dist-es/commands/ListTableRestoreStatusCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTracksCommand.js +2 -2
- package/dist-es/commands/ListUsageLimitsCommand.js +2 -2
- package/dist-es/commands/ListWorkgroupsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +2 -2
- package/dist-es/commands/RestoreFromSnapshotCommand.js +2 -2
- package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +2 -2
- package/dist-es/commands/RestoreTableFromSnapshotCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateEndpointAccessCommand.js +2 -2
- package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateScheduledActionCommand.js +2 -2
- package/dist-es/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateUsageLimitCommand.js +2 -2
- package/dist-es/commands/UpdateWorkgroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +465 -423
- package/dist-types/RedshiftServerlessClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +236 -268
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -269
- package/package.json +34 -34
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.redshiftserverless",
|
|
32
|
+
version: "2021-04-21",
|
|
33
|
+
serviceTarget: "RedshiftServerless",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Redshift Serverless",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ConvertRecoveryPointToSnapshot } from "../schemas/schemas_0";
|
|
4
|
+
import { ConvertRecoveryPointToSnapshot$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ConvertRecoveryPointToSnapshotCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ConvertRecoveryPointToSnapshotCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "ConvertRecoveryPointToSnapshot", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "ConvertRecoveryPointToSnapshotCommand")
|
|
14
|
-
.sc(ConvertRecoveryPointToSnapshot)
|
|
14
|
+
.sc(ConvertRecoveryPointToSnapshot$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateCustomDomainAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateCustomDomainAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateCustomDomainAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateCustomDomainAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "CreateCustomDomainAssociation", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "CreateCustomDomainAssociationCommand")
|
|
14
|
-
.sc(CreateCustomDomainAssociation)
|
|
14
|
+
.sc(CreateCustomDomainAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateEndpointAccess } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateEndpointAccess$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateEndpointAccessCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateEndpointAccessCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "CreateEndpointAccess", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "CreateEndpointAccessCommand")
|
|
14
|
-
.sc(CreateEndpointAccess)
|
|
14
|
+
.sc(CreateEndpointAccess$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateNamespace } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateNamespace$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateNamespaceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateNamespaceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "CreateNamespace", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "CreateNamespaceCommand")
|
|
14
|
-
.sc(CreateNamespace)
|
|
14
|
+
.sc(CreateNamespace$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateReservation } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateReservation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateReservationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateReservationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "CreateReservation", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "CreateReservationCommand")
|
|
14
|
-
.sc(CreateReservation)
|
|
14
|
+
.sc(CreateReservation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateScheduledAction } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateScheduledAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateScheduledActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateScheduledActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "CreateScheduledAction", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "CreateScheduledActionCommand")
|
|
14
|
-
.sc(CreateScheduledAction)
|
|
14
|
+
.sc(CreateScheduledAction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSnapshot } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSnapshot$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSnapshotCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSnapshotCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "CreateSnapshot", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "CreateSnapshotCommand")
|
|
14
|
-
.sc(CreateSnapshot)
|
|
14
|
+
.sc(CreateSnapshot$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSnapshotCopyConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSnapshotCopyConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSnapshotCopyConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSnapshotCopyConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "CreateSnapshotCopyConfiguration", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "CreateSnapshotCopyConfigurationCommand")
|
|
14
|
-
.sc(CreateSnapshotCopyConfiguration)
|
|
14
|
+
.sc(CreateSnapshotCopyConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateUsageLimit } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateUsageLimit$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateUsageLimitCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateUsageLimitCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "CreateUsageLimit", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "CreateUsageLimitCommand")
|
|
14
|
-
.sc(CreateUsageLimit)
|
|
14
|
+
.sc(CreateUsageLimit$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateWorkgroup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateWorkgroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateWorkgroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateWorkgroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "CreateWorkgroup", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "CreateWorkgroupCommand")
|
|
14
|
-
.sc(CreateWorkgroup)
|
|
14
|
+
.sc(CreateWorkgroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCustomDomainAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCustomDomainAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCustomDomainAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCustomDomainAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "DeleteCustomDomainAssociation", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "DeleteCustomDomainAssociationCommand")
|
|
14
|
-
.sc(DeleteCustomDomainAssociation)
|
|
14
|
+
.sc(DeleteCustomDomainAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteEndpointAccess } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEndpointAccess$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEndpointAccessCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEndpointAccessCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "DeleteEndpointAccess", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "DeleteEndpointAccessCommand")
|
|
14
|
-
.sc(DeleteEndpointAccess)
|
|
14
|
+
.sc(DeleteEndpointAccess$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteNamespace } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteNamespace$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteNamespaceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteNamespaceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "DeleteNamespace", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "DeleteNamespaceCommand")
|
|
14
|
-
.sc(DeleteNamespace)
|
|
14
|
+
.sc(DeleteNamespace$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "DeleteResourcePolicy", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "DeleteResourcePolicyCommand")
|
|
14
|
-
.sc(DeleteResourcePolicy)
|
|
14
|
+
.sc(DeleteResourcePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteScheduledAction } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteScheduledAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteScheduledActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteScheduledActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "DeleteScheduledAction", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "DeleteScheduledActionCommand")
|
|
14
|
-
.sc(DeleteScheduledAction)
|
|
14
|
+
.sc(DeleteScheduledAction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSnapshot } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSnapshot$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSnapshotCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSnapshotCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "DeleteSnapshot", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "DeleteSnapshotCommand")
|
|
14
|
-
.sc(DeleteSnapshot)
|
|
14
|
+
.sc(DeleteSnapshot$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSnapshotCopyConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSnapshotCopyConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSnapshotCopyConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSnapshotCopyConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "DeleteSnapshotCopyConfiguration", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "DeleteSnapshotCopyConfigurationCommand")
|
|
14
|
-
.sc(DeleteSnapshotCopyConfiguration)
|
|
14
|
+
.sc(DeleteSnapshotCopyConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteUsageLimit } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteUsageLimit$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteUsageLimitCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteUsageLimitCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "DeleteUsageLimit", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "DeleteUsageLimitCommand")
|
|
14
|
-
.sc(DeleteUsageLimit)
|
|
14
|
+
.sc(DeleteUsageLimit$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteWorkgroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteWorkgroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteWorkgroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteWorkgroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "DeleteWorkgroup", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "DeleteWorkgroupCommand")
|
|
14
|
-
.sc(DeleteWorkgroup)
|
|
14
|
+
.sc(DeleteWorkgroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCredentials } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCredentials$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCredentialsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCredentialsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetCredentials", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetCredentialsCommand")
|
|
14
|
-
.sc(GetCredentials)
|
|
14
|
+
.sc(GetCredentials$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCustomDomainAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCustomDomainAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCustomDomainAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCustomDomainAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetCustomDomainAssociation", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetCustomDomainAssociationCommand")
|
|
14
|
-
.sc(GetCustomDomainAssociation)
|
|
14
|
+
.sc(GetCustomDomainAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEndpointAccess } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEndpointAccess$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEndpointAccessCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEndpointAccessCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetEndpointAccess", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetEndpointAccessCommand")
|
|
14
|
-
.sc(GetEndpointAccess)
|
|
14
|
+
.sc(GetEndpointAccess$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetIdentityCenterAuthToken } from "../schemas/schemas_0";
|
|
4
|
+
import { GetIdentityCenterAuthToken$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetIdentityCenterAuthTokenCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetIdentityCenterAuthTokenCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetIdentityCenterAuthToken", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetIdentityCenterAuthTokenCommand")
|
|
14
|
-
.sc(GetIdentityCenterAuthToken)
|
|
14
|
+
.sc(GetIdentityCenterAuthToken$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetNamespace } from "../schemas/schemas_0";
|
|
4
|
+
import { GetNamespace$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetNamespaceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetNamespaceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetNamespace", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetNamespaceCommand")
|
|
14
|
-
.sc(GetNamespace)
|
|
14
|
+
.sc(GetNamespace$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRecoveryPoint } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRecoveryPoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRecoveryPointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRecoveryPointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetRecoveryPoint", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetRecoveryPointCommand")
|
|
14
|
-
.sc(GetRecoveryPoint)
|
|
14
|
+
.sc(GetRecoveryPoint$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetReservation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetReservation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetReservationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetReservationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetReservation", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetReservationCommand")
|
|
14
|
-
.sc(GetReservation)
|
|
14
|
+
.sc(GetReservation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetReservationOffering } from "../schemas/schemas_0";
|
|
4
|
+
import { GetReservationOffering$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetReservationOfferingCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetReservationOfferingCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetReservationOffering", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetReservationOfferingCommand")
|
|
14
|
-
.sc(GetReservationOffering)
|
|
14
|
+
.sc(GetReservationOffering$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetResourcePolicy", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetResourcePolicyCommand")
|
|
14
|
-
.sc(GetResourcePolicy)
|
|
14
|
+
.sc(GetResourcePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetScheduledAction } from "../schemas/schemas_0";
|
|
4
|
+
import { GetScheduledAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetScheduledActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetScheduledActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetScheduledAction", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetScheduledActionCommand")
|
|
14
|
-
.sc(GetScheduledAction)
|
|
14
|
+
.sc(GetScheduledAction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetSnapshot } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSnapshot$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSnapshotCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSnapshotCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetSnapshot", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetSnapshotCommand")
|
|
14
|
-
.sc(GetSnapshot)
|
|
14
|
+
.sc(GetSnapshot$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetTableRestoreStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTableRestoreStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTableRestoreStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTableRestoreStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetTableRestoreStatus", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetTableRestoreStatusCommand")
|
|
14
|
-
.sc(GetTableRestoreStatus)
|
|
14
|
+
.sc(GetTableRestoreStatus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetTrack } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTrack$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTrackCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTrackCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetTrack", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetTrackCommand")
|
|
14
|
-
.sc(GetTrack)
|
|
14
|
+
.sc(GetTrack$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetUsageLimit } from "../schemas/schemas_0";
|
|
4
|
+
import { GetUsageLimit$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetUsageLimitCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetUsageLimitCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetUsageLimit", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetUsageLimitCommand")
|
|
14
|
-
.sc(GetUsageLimit)
|
|
14
|
+
.sc(GetUsageLimit$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetWorkgroup } from "../schemas/schemas_0";
|
|
4
|
+
import { GetWorkgroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetWorkgroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetWorkgroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "GetWorkgroup", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "GetWorkgroupCommand")
|
|
14
|
-
.sc(GetWorkgroup)
|
|
14
|
+
.sc(GetWorkgroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCustomDomainAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCustomDomainAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCustomDomainAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCustomDomainAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("RedshiftServerless", "ListCustomDomainAssociations", {})
|
|
13
13
|
.n("RedshiftServerlessClient", "ListCustomDomainAssociationsCommand")
|
|
14
|
-
.sc(ListCustomDomainAssociations)
|
|
14
|
+
.sc(ListCustomDomainAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|