@aws-sdk/client-redshift-serverless 3.1076.0 → 3.1078.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 +204 -783
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateCustomDomainAssociationCommand.js +2 -14
- package/dist-es/commands/CreateEndpointAccessCommand.js +2 -14
- package/dist-es/commands/CreateNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateReservationCommand.js +2 -14
- package/dist-es/commands/CreateScheduledActionCommand.js +2 -14
- package/dist-es/commands/CreateSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateUsageLimitCommand.js +2 -14
- package/dist-es/commands/CreateWorkgroupCommand.js +2 -14
- package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteEndpointAccessCommand.js +2 -14
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -14
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteUsageLimitCommand.js +2 -14
- package/dist-es/commands/DeleteWorkgroupCommand.js +2 -14
- package/dist-es/commands/GetCredentialsCommand.js +2 -14
- package/dist-es/commands/GetCustomDomainAssociationCommand.js +2 -14
- package/dist-es/commands/GetEndpointAccessCommand.js +2 -14
- package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +2 -14
- package/dist-es/commands/GetNamespaceCommand.js +2 -14
- package/dist-es/commands/GetRecoveryPointCommand.js +2 -14
- package/dist-es/commands/GetReservationCommand.js +2 -14
- package/dist-es/commands/GetReservationOfferingCommand.js +2 -14
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
- package/dist-es/commands/GetScheduledActionCommand.js +2 -14
- package/dist-es/commands/GetSnapshotCommand.js +2 -14
- package/dist-es/commands/GetTableRestoreStatusCommand.js +2 -14
- package/dist-es/commands/GetTrackCommand.js +2 -14
- package/dist-es/commands/GetUsageLimitCommand.js +2 -14
- package/dist-es/commands/GetWorkgroupCommand.js +2 -14
- package/dist-es/commands/ListCustomDomainAssociationsCommand.js +2 -14
- package/dist-es/commands/ListEndpointAccessCommand.js +2 -14
- package/dist-es/commands/ListManagedWorkgroupsCommand.js +2 -14
- package/dist-es/commands/ListNamespacesCommand.js +2 -14
- package/dist-es/commands/ListRecoveryPointsCommand.js +2 -14
- package/dist-es/commands/ListReservationOfferingsCommand.js +2 -14
- package/dist-es/commands/ListReservationsCommand.js +2 -14
- package/dist-es/commands/ListScheduledActionsCommand.js +2 -14
- package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListSnapshotsCommand.js +2 -14
- package/dist-es/commands/ListTableRestoreStatusCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTracksCommand.js +2 -14
- package/dist-es/commands/ListUsageLimitsCommand.js +2 -14
- package/dist-es/commands/ListWorkgroupsCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +2 -14
- package/dist-es/commands/RestoreFromSnapshotCommand.js +2 -14
- package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +2 -14
- package/dist-es/commands/RestoreTableFromSnapshotCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateEndpointAccessCommand.js +2 -14
- package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateNamespaceCommand.js +2 -14
- package/dist-es/commands/UpdateScheduledActionCommand.js +2 -14
- package/dist-es/commands/UpdateSnapshotCommand.js +2 -14
- package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateUsageLimitCommand.js +2 -14
- package/dist-es/commands/UpdateWorkgroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateReservationCommand.d.ts +3 -8
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +3 -8
- package/dist-types/commands/GetCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityCenterAuthTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetRecoveryPointCommand.d.ts +3 -8
- package/dist-types/commands/GetReservationCommand.d.ts +3 -8
- package/dist-types/commands/GetReservationOfferingCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/GetSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTrackCommand.d.ts +3 -8
- package/dist-types/commands/GetUsageLimitCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkgroupCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedWorkgroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListRecoveryPointsCommand.d.ts +3 -8
- package/dist-types/commands/ListReservationOfferingsCommand.d.ts +3 -8
- package/dist-types/commands/ListReservationsCommand.d.ts +3 -8
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTracksCommand.d.ts +3 -8
- package/dist-types/commands/ListUsageLimitsCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +3 -8
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +3 -8
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLakehouseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUsageLimitCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReservationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReservationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReservationOfferingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedWorkgroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReservationOfferingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTracksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultRedshiftServerlessHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1893,6 +1895,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1893
1895
|
serviceTarget: "RedshiftServerless",
|
|
1894
1896
|
},
|
|
1895
1897
|
serviceId: config?.serviceId ?? "Redshift Serverless",
|
|
1898
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1896
1899
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1897
1900
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1898
1901
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1926,7 +1929,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1926
1929
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1927
1930
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1928
1931
|
}, config),
|
|
1929
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1930
1932
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1931
1933
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1932
1934
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2014,784 +2016,203 @@ class RedshiftServerlessClient extends Client {
|
|
|
2014
2016
|
}
|
|
2015
2017
|
}
|
|
2016
2018
|
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
}
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
}
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
}
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
}
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
}
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
}
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
})
|
|
2215
|
-
.s("RedshiftServerless", "DeleteSnapshotCopyConfiguration", {})
|
|
2216
|
-
.n("RedshiftServerlessClient", "DeleteSnapshotCopyConfigurationCommand")
|
|
2217
|
-
.sc(DeleteSnapshotCopyConfiguration$)
|
|
2218
|
-
.build() {
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
class DeleteUsageLimitCommand extends Command
|
|
2222
|
-
.classBuilder()
|
|
2223
|
-
.ep(commonParams)
|
|
2224
|
-
.m(function (Command, cs, config, o) {
|
|
2225
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2226
|
-
})
|
|
2227
|
-
.s("RedshiftServerless", "DeleteUsageLimit", {})
|
|
2228
|
-
.n("RedshiftServerlessClient", "DeleteUsageLimitCommand")
|
|
2229
|
-
.sc(DeleteUsageLimit$)
|
|
2230
|
-
.build() {
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
class DeleteWorkgroupCommand extends Command
|
|
2234
|
-
.classBuilder()
|
|
2235
|
-
.ep(commonParams)
|
|
2236
|
-
.m(function (Command, cs, config, o) {
|
|
2237
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2238
|
-
})
|
|
2239
|
-
.s("RedshiftServerless", "DeleteWorkgroup", {})
|
|
2240
|
-
.n("RedshiftServerlessClient", "DeleteWorkgroupCommand")
|
|
2241
|
-
.sc(DeleteWorkgroup$)
|
|
2242
|
-
.build() {
|
|
2243
|
-
}
|
|
2244
|
-
|
|
2245
|
-
class GetCredentialsCommand extends Command
|
|
2246
|
-
.classBuilder()
|
|
2247
|
-
.ep(commonParams)
|
|
2248
|
-
.m(function (Command, cs, config, o) {
|
|
2249
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2250
|
-
})
|
|
2251
|
-
.s("RedshiftServerless", "GetCredentials", {})
|
|
2252
|
-
.n("RedshiftServerlessClient", "GetCredentialsCommand")
|
|
2253
|
-
.sc(GetCredentials$)
|
|
2254
|
-
.build() {
|
|
2255
|
-
}
|
|
2256
|
-
|
|
2257
|
-
class GetCustomDomainAssociationCommand extends Command
|
|
2258
|
-
.classBuilder()
|
|
2259
|
-
.ep(commonParams)
|
|
2260
|
-
.m(function (Command, cs, config, o) {
|
|
2261
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2262
|
-
})
|
|
2263
|
-
.s("RedshiftServerless", "GetCustomDomainAssociation", {})
|
|
2264
|
-
.n("RedshiftServerlessClient", "GetCustomDomainAssociationCommand")
|
|
2265
|
-
.sc(GetCustomDomainAssociation$)
|
|
2266
|
-
.build() {
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
class GetEndpointAccessCommand extends Command
|
|
2270
|
-
.classBuilder()
|
|
2271
|
-
.ep(commonParams)
|
|
2272
|
-
.m(function (Command, cs, config, o) {
|
|
2273
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2274
|
-
})
|
|
2275
|
-
.s("RedshiftServerless", "GetEndpointAccess", {})
|
|
2276
|
-
.n("RedshiftServerlessClient", "GetEndpointAccessCommand")
|
|
2277
|
-
.sc(GetEndpointAccess$)
|
|
2278
|
-
.build() {
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
class GetIdentityCenterAuthTokenCommand extends Command
|
|
2282
|
-
.classBuilder()
|
|
2283
|
-
.ep(commonParams)
|
|
2284
|
-
.m(function (Command, cs, config, o) {
|
|
2285
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2286
|
-
})
|
|
2287
|
-
.s("RedshiftServerless", "GetIdentityCenterAuthToken", {})
|
|
2288
|
-
.n("RedshiftServerlessClient", "GetIdentityCenterAuthTokenCommand")
|
|
2289
|
-
.sc(GetIdentityCenterAuthToken$)
|
|
2290
|
-
.build() {
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
|
-
class GetNamespaceCommand extends Command
|
|
2294
|
-
.classBuilder()
|
|
2295
|
-
.ep(commonParams)
|
|
2296
|
-
.m(function (Command, cs, config, o) {
|
|
2297
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2298
|
-
})
|
|
2299
|
-
.s("RedshiftServerless", "GetNamespace", {})
|
|
2300
|
-
.n("RedshiftServerlessClient", "GetNamespaceCommand")
|
|
2301
|
-
.sc(GetNamespace$)
|
|
2302
|
-
.build() {
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
class GetRecoveryPointCommand extends Command
|
|
2306
|
-
.classBuilder()
|
|
2307
|
-
.ep(commonParams)
|
|
2308
|
-
.m(function (Command, cs, config, o) {
|
|
2309
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2310
|
-
})
|
|
2311
|
-
.s("RedshiftServerless", "GetRecoveryPoint", {})
|
|
2312
|
-
.n("RedshiftServerlessClient", "GetRecoveryPointCommand")
|
|
2313
|
-
.sc(GetRecoveryPoint$)
|
|
2314
|
-
.build() {
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
class GetReservationCommand extends Command
|
|
2318
|
-
.classBuilder()
|
|
2319
|
-
.ep(commonParams)
|
|
2320
|
-
.m(function (Command, cs, config, o) {
|
|
2321
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2322
|
-
})
|
|
2323
|
-
.s("RedshiftServerless", "GetReservation", {})
|
|
2324
|
-
.n("RedshiftServerlessClient", "GetReservationCommand")
|
|
2325
|
-
.sc(GetReservation$)
|
|
2326
|
-
.build() {
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
|
-
class GetReservationOfferingCommand extends Command
|
|
2330
|
-
.classBuilder()
|
|
2331
|
-
.ep(commonParams)
|
|
2332
|
-
.m(function (Command, cs, config, o) {
|
|
2333
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2334
|
-
})
|
|
2335
|
-
.s("RedshiftServerless", "GetReservationOffering", {})
|
|
2336
|
-
.n("RedshiftServerlessClient", "GetReservationOfferingCommand")
|
|
2337
|
-
.sc(GetReservationOffering$)
|
|
2338
|
-
.build() {
|
|
2339
|
-
}
|
|
2340
|
-
|
|
2341
|
-
class GetResourcePolicyCommand extends Command
|
|
2342
|
-
.classBuilder()
|
|
2343
|
-
.ep(commonParams)
|
|
2344
|
-
.m(function (Command, cs, config, o) {
|
|
2345
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2346
|
-
})
|
|
2347
|
-
.s("RedshiftServerless", "GetResourcePolicy", {})
|
|
2348
|
-
.n("RedshiftServerlessClient", "GetResourcePolicyCommand")
|
|
2349
|
-
.sc(GetResourcePolicy$)
|
|
2350
|
-
.build() {
|
|
2351
|
-
}
|
|
2352
|
-
|
|
2353
|
-
class GetScheduledActionCommand extends Command
|
|
2354
|
-
.classBuilder()
|
|
2355
|
-
.ep(commonParams)
|
|
2356
|
-
.m(function (Command, cs, config, o) {
|
|
2357
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2358
|
-
})
|
|
2359
|
-
.s("RedshiftServerless", "GetScheduledAction", {})
|
|
2360
|
-
.n("RedshiftServerlessClient", "GetScheduledActionCommand")
|
|
2361
|
-
.sc(GetScheduledAction$)
|
|
2362
|
-
.build() {
|
|
2363
|
-
}
|
|
2364
|
-
|
|
2365
|
-
class GetSnapshotCommand extends Command
|
|
2366
|
-
.classBuilder()
|
|
2367
|
-
.ep(commonParams)
|
|
2368
|
-
.m(function (Command, cs, config, o) {
|
|
2369
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2370
|
-
})
|
|
2371
|
-
.s("RedshiftServerless", "GetSnapshot", {})
|
|
2372
|
-
.n("RedshiftServerlessClient", "GetSnapshotCommand")
|
|
2373
|
-
.sc(GetSnapshot$)
|
|
2374
|
-
.build() {
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
|
-
class GetTableRestoreStatusCommand extends Command
|
|
2378
|
-
.classBuilder()
|
|
2379
|
-
.ep(commonParams)
|
|
2380
|
-
.m(function (Command, cs, config, o) {
|
|
2381
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2382
|
-
})
|
|
2383
|
-
.s("RedshiftServerless", "GetTableRestoreStatus", {})
|
|
2384
|
-
.n("RedshiftServerlessClient", "GetTableRestoreStatusCommand")
|
|
2385
|
-
.sc(GetTableRestoreStatus$)
|
|
2386
|
-
.build() {
|
|
2387
|
-
}
|
|
2388
|
-
|
|
2389
|
-
class GetTrackCommand extends Command
|
|
2390
|
-
.classBuilder()
|
|
2391
|
-
.ep(commonParams)
|
|
2392
|
-
.m(function (Command, cs, config, o) {
|
|
2393
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2394
|
-
})
|
|
2395
|
-
.s("RedshiftServerless", "GetTrack", {})
|
|
2396
|
-
.n("RedshiftServerlessClient", "GetTrackCommand")
|
|
2397
|
-
.sc(GetTrack$)
|
|
2398
|
-
.build() {
|
|
2399
|
-
}
|
|
2400
|
-
|
|
2401
|
-
class GetUsageLimitCommand extends Command
|
|
2402
|
-
.classBuilder()
|
|
2403
|
-
.ep(commonParams)
|
|
2404
|
-
.m(function (Command, cs, config, o) {
|
|
2405
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2406
|
-
})
|
|
2407
|
-
.s("RedshiftServerless", "GetUsageLimit", {})
|
|
2408
|
-
.n("RedshiftServerlessClient", "GetUsageLimitCommand")
|
|
2409
|
-
.sc(GetUsageLimit$)
|
|
2410
|
-
.build() {
|
|
2411
|
-
}
|
|
2412
|
-
|
|
2413
|
-
class GetWorkgroupCommand extends Command
|
|
2414
|
-
.classBuilder()
|
|
2415
|
-
.ep(commonParams)
|
|
2416
|
-
.m(function (Command, cs, config, o) {
|
|
2417
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2418
|
-
})
|
|
2419
|
-
.s("RedshiftServerless", "GetWorkgroup", {})
|
|
2420
|
-
.n("RedshiftServerlessClient", "GetWorkgroupCommand")
|
|
2421
|
-
.sc(GetWorkgroup$)
|
|
2422
|
-
.build() {
|
|
2423
|
-
}
|
|
2424
|
-
|
|
2425
|
-
class ListCustomDomainAssociationsCommand extends Command
|
|
2426
|
-
.classBuilder()
|
|
2427
|
-
.ep(commonParams)
|
|
2428
|
-
.m(function (Command, cs, config, o) {
|
|
2429
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2430
|
-
})
|
|
2431
|
-
.s("RedshiftServerless", "ListCustomDomainAssociations", {})
|
|
2432
|
-
.n("RedshiftServerlessClient", "ListCustomDomainAssociationsCommand")
|
|
2433
|
-
.sc(ListCustomDomainAssociations$)
|
|
2434
|
-
.build() {
|
|
2435
|
-
}
|
|
2436
|
-
|
|
2437
|
-
class ListEndpointAccessCommand extends Command
|
|
2438
|
-
.classBuilder()
|
|
2439
|
-
.ep(commonParams)
|
|
2440
|
-
.m(function (Command, cs, config, o) {
|
|
2441
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2442
|
-
})
|
|
2443
|
-
.s("RedshiftServerless", "ListEndpointAccess", {})
|
|
2444
|
-
.n("RedshiftServerlessClient", "ListEndpointAccessCommand")
|
|
2445
|
-
.sc(ListEndpointAccess$)
|
|
2446
|
-
.build() {
|
|
2447
|
-
}
|
|
2448
|
-
|
|
2449
|
-
class ListManagedWorkgroupsCommand extends Command
|
|
2450
|
-
.classBuilder()
|
|
2451
|
-
.ep(commonParams)
|
|
2452
|
-
.m(function (Command, cs, config, o) {
|
|
2453
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2454
|
-
})
|
|
2455
|
-
.s("RedshiftServerless", "ListManagedWorkgroups", {})
|
|
2456
|
-
.n("RedshiftServerlessClient", "ListManagedWorkgroupsCommand")
|
|
2457
|
-
.sc(ListManagedWorkgroups$)
|
|
2458
|
-
.build() {
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
class ListNamespacesCommand extends Command
|
|
2462
|
-
.classBuilder()
|
|
2463
|
-
.ep(commonParams)
|
|
2464
|
-
.m(function (Command, cs, config, o) {
|
|
2465
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2466
|
-
})
|
|
2467
|
-
.s("RedshiftServerless", "ListNamespaces", {})
|
|
2468
|
-
.n("RedshiftServerlessClient", "ListNamespacesCommand")
|
|
2469
|
-
.sc(ListNamespaces$)
|
|
2470
|
-
.build() {
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
|
-
class ListRecoveryPointsCommand extends Command
|
|
2474
|
-
.classBuilder()
|
|
2475
|
-
.ep(commonParams)
|
|
2476
|
-
.m(function (Command, cs, config, o) {
|
|
2477
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2478
|
-
})
|
|
2479
|
-
.s("RedshiftServerless", "ListRecoveryPoints", {})
|
|
2480
|
-
.n("RedshiftServerlessClient", "ListRecoveryPointsCommand")
|
|
2481
|
-
.sc(ListRecoveryPoints$)
|
|
2482
|
-
.build() {
|
|
2483
|
-
}
|
|
2484
|
-
|
|
2485
|
-
class ListReservationOfferingsCommand extends Command
|
|
2486
|
-
.classBuilder()
|
|
2487
|
-
.ep(commonParams)
|
|
2488
|
-
.m(function (Command, cs, config, o) {
|
|
2489
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2490
|
-
})
|
|
2491
|
-
.s("RedshiftServerless", "ListReservationOfferings", {})
|
|
2492
|
-
.n("RedshiftServerlessClient", "ListReservationOfferingsCommand")
|
|
2493
|
-
.sc(ListReservationOfferings$)
|
|
2494
|
-
.build() {
|
|
2495
|
-
}
|
|
2496
|
-
|
|
2497
|
-
class ListReservationsCommand extends Command
|
|
2498
|
-
.classBuilder()
|
|
2499
|
-
.ep(commonParams)
|
|
2500
|
-
.m(function (Command, cs, config, o) {
|
|
2501
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2502
|
-
})
|
|
2503
|
-
.s("RedshiftServerless", "ListReservations", {})
|
|
2504
|
-
.n("RedshiftServerlessClient", "ListReservationsCommand")
|
|
2505
|
-
.sc(ListReservations$)
|
|
2506
|
-
.build() {
|
|
2507
|
-
}
|
|
2508
|
-
|
|
2509
|
-
class ListScheduledActionsCommand extends Command
|
|
2510
|
-
.classBuilder()
|
|
2511
|
-
.ep(commonParams)
|
|
2512
|
-
.m(function (Command, cs, config, o) {
|
|
2513
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2514
|
-
})
|
|
2515
|
-
.s("RedshiftServerless", "ListScheduledActions", {})
|
|
2516
|
-
.n("RedshiftServerlessClient", "ListScheduledActionsCommand")
|
|
2517
|
-
.sc(ListScheduledActions$)
|
|
2518
|
-
.build() {
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
class ListSnapshotCopyConfigurationsCommand extends Command
|
|
2522
|
-
.classBuilder()
|
|
2523
|
-
.ep(commonParams)
|
|
2524
|
-
.m(function (Command, cs, config, o) {
|
|
2525
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2526
|
-
})
|
|
2527
|
-
.s("RedshiftServerless", "ListSnapshotCopyConfigurations", {})
|
|
2528
|
-
.n("RedshiftServerlessClient", "ListSnapshotCopyConfigurationsCommand")
|
|
2529
|
-
.sc(ListSnapshotCopyConfigurations$)
|
|
2530
|
-
.build() {
|
|
2531
|
-
}
|
|
2532
|
-
|
|
2533
|
-
class ListSnapshotsCommand extends Command
|
|
2534
|
-
.classBuilder()
|
|
2535
|
-
.ep(commonParams)
|
|
2536
|
-
.m(function (Command, cs, config, o) {
|
|
2537
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2538
|
-
})
|
|
2539
|
-
.s("RedshiftServerless", "ListSnapshots", {})
|
|
2540
|
-
.n("RedshiftServerlessClient", "ListSnapshotsCommand")
|
|
2541
|
-
.sc(ListSnapshots$)
|
|
2542
|
-
.build() {
|
|
2543
|
-
}
|
|
2544
|
-
|
|
2545
|
-
class ListTableRestoreStatusCommand extends Command
|
|
2546
|
-
.classBuilder()
|
|
2547
|
-
.ep(commonParams)
|
|
2548
|
-
.m(function (Command, cs, config, o) {
|
|
2549
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2550
|
-
})
|
|
2551
|
-
.s("RedshiftServerless", "ListTableRestoreStatus", {})
|
|
2552
|
-
.n("RedshiftServerlessClient", "ListTableRestoreStatusCommand")
|
|
2553
|
-
.sc(ListTableRestoreStatus$)
|
|
2554
|
-
.build() {
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
|
-
class ListTagsForResourceCommand extends Command
|
|
2558
|
-
.classBuilder()
|
|
2559
|
-
.ep(commonParams)
|
|
2560
|
-
.m(function (Command, cs, config, o) {
|
|
2561
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2562
|
-
})
|
|
2563
|
-
.s("RedshiftServerless", "ListTagsForResource", {})
|
|
2564
|
-
.n("RedshiftServerlessClient", "ListTagsForResourceCommand")
|
|
2565
|
-
.sc(ListTagsForResource$)
|
|
2566
|
-
.build() {
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
class ListTracksCommand extends Command
|
|
2570
|
-
.classBuilder()
|
|
2571
|
-
.ep(commonParams)
|
|
2572
|
-
.m(function (Command, cs, config, o) {
|
|
2573
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2574
|
-
})
|
|
2575
|
-
.s("RedshiftServerless", "ListTracks", {})
|
|
2576
|
-
.n("RedshiftServerlessClient", "ListTracksCommand")
|
|
2577
|
-
.sc(ListTracks$)
|
|
2578
|
-
.build() {
|
|
2579
|
-
}
|
|
2580
|
-
|
|
2581
|
-
class ListUsageLimitsCommand extends Command
|
|
2582
|
-
.classBuilder()
|
|
2583
|
-
.ep(commonParams)
|
|
2584
|
-
.m(function (Command, cs, config, o) {
|
|
2585
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2586
|
-
})
|
|
2587
|
-
.s("RedshiftServerless", "ListUsageLimits", {})
|
|
2588
|
-
.n("RedshiftServerlessClient", "ListUsageLimitsCommand")
|
|
2589
|
-
.sc(ListUsageLimits$)
|
|
2590
|
-
.build() {
|
|
2591
|
-
}
|
|
2592
|
-
|
|
2593
|
-
class ListWorkgroupsCommand extends Command
|
|
2594
|
-
.classBuilder()
|
|
2595
|
-
.ep(commonParams)
|
|
2596
|
-
.m(function (Command, cs, config, o) {
|
|
2597
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2598
|
-
})
|
|
2599
|
-
.s("RedshiftServerless", "ListWorkgroups", {})
|
|
2600
|
-
.n("RedshiftServerlessClient", "ListWorkgroupsCommand")
|
|
2601
|
-
.sc(ListWorkgroups$)
|
|
2602
|
-
.build() {
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
class PutResourcePolicyCommand extends Command
|
|
2606
|
-
.classBuilder()
|
|
2607
|
-
.ep(commonParams)
|
|
2608
|
-
.m(function (Command, cs, config, o) {
|
|
2609
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2610
|
-
})
|
|
2611
|
-
.s("RedshiftServerless", "PutResourcePolicy", {})
|
|
2612
|
-
.n("RedshiftServerlessClient", "PutResourcePolicyCommand")
|
|
2613
|
-
.sc(PutResourcePolicy$)
|
|
2614
|
-
.build() {
|
|
2615
|
-
}
|
|
2616
|
-
|
|
2617
|
-
class RestoreFromRecoveryPointCommand extends Command
|
|
2618
|
-
.classBuilder()
|
|
2619
|
-
.ep(commonParams)
|
|
2620
|
-
.m(function (Command, cs, config, o) {
|
|
2621
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2622
|
-
})
|
|
2623
|
-
.s("RedshiftServerless", "RestoreFromRecoveryPoint", {})
|
|
2624
|
-
.n("RedshiftServerlessClient", "RestoreFromRecoveryPointCommand")
|
|
2625
|
-
.sc(RestoreFromRecoveryPoint$)
|
|
2626
|
-
.build() {
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
class RestoreFromSnapshotCommand extends Command
|
|
2630
|
-
.classBuilder()
|
|
2631
|
-
.ep(commonParams)
|
|
2632
|
-
.m(function (Command, cs, config, o) {
|
|
2633
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2634
|
-
})
|
|
2635
|
-
.s("RedshiftServerless", "RestoreFromSnapshot", {})
|
|
2636
|
-
.n("RedshiftServerlessClient", "RestoreFromSnapshotCommand")
|
|
2637
|
-
.sc(RestoreFromSnapshot$)
|
|
2638
|
-
.build() {
|
|
2639
|
-
}
|
|
2640
|
-
|
|
2641
|
-
class RestoreTableFromRecoveryPointCommand extends Command
|
|
2642
|
-
.classBuilder()
|
|
2643
|
-
.ep(commonParams)
|
|
2644
|
-
.m(function (Command, cs, config, o) {
|
|
2645
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2646
|
-
})
|
|
2647
|
-
.s("RedshiftServerless", "RestoreTableFromRecoveryPoint", {})
|
|
2648
|
-
.n("RedshiftServerlessClient", "RestoreTableFromRecoveryPointCommand")
|
|
2649
|
-
.sc(RestoreTableFromRecoveryPoint$)
|
|
2650
|
-
.build() {
|
|
2651
|
-
}
|
|
2652
|
-
|
|
2653
|
-
class RestoreTableFromSnapshotCommand extends Command
|
|
2654
|
-
.classBuilder()
|
|
2655
|
-
.ep(commonParams)
|
|
2656
|
-
.m(function (Command, cs, config, o) {
|
|
2657
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2658
|
-
})
|
|
2659
|
-
.s("RedshiftServerless", "RestoreTableFromSnapshot", {})
|
|
2660
|
-
.n("RedshiftServerlessClient", "RestoreTableFromSnapshotCommand")
|
|
2661
|
-
.sc(RestoreTableFromSnapshot$)
|
|
2662
|
-
.build() {
|
|
2663
|
-
}
|
|
2664
|
-
|
|
2665
|
-
class TagResourceCommand extends Command
|
|
2666
|
-
.classBuilder()
|
|
2667
|
-
.ep(commonParams)
|
|
2668
|
-
.m(function (Command, cs, config, o) {
|
|
2669
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2670
|
-
})
|
|
2671
|
-
.s("RedshiftServerless", "TagResource", {})
|
|
2672
|
-
.n("RedshiftServerlessClient", "TagResourceCommand")
|
|
2673
|
-
.sc(TagResource$)
|
|
2674
|
-
.build() {
|
|
2675
|
-
}
|
|
2676
|
-
|
|
2677
|
-
class UntagResourceCommand extends Command
|
|
2678
|
-
.classBuilder()
|
|
2679
|
-
.ep(commonParams)
|
|
2680
|
-
.m(function (Command, cs, config, o) {
|
|
2681
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2682
|
-
})
|
|
2683
|
-
.s("RedshiftServerless", "UntagResource", {})
|
|
2684
|
-
.n("RedshiftServerlessClient", "UntagResourceCommand")
|
|
2685
|
-
.sc(UntagResource$)
|
|
2686
|
-
.build() {
|
|
2687
|
-
}
|
|
2688
|
-
|
|
2689
|
-
class UpdateCustomDomainAssociationCommand extends Command
|
|
2690
|
-
.classBuilder()
|
|
2691
|
-
.ep(commonParams)
|
|
2692
|
-
.m(function (Command, cs, config, o) {
|
|
2693
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2694
|
-
})
|
|
2695
|
-
.s("RedshiftServerless", "UpdateCustomDomainAssociation", {})
|
|
2696
|
-
.n("RedshiftServerlessClient", "UpdateCustomDomainAssociationCommand")
|
|
2697
|
-
.sc(UpdateCustomDomainAssociation$)
|
|
2698
|
-
.build() {
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
class UpdateEndpointAccessCommand extends Command
|
|
2702
|
-
.classBuilder()
|
|
2703
|
-
.ep(commonParams)
|
|
2704
|
-
.m(function (Command, cs, config, o) {
|
|
2705
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2706
|
-
})
|
|
2707
|
-
.s("RedshiftServerless", "UpdateEndpointAccess", {})
|
|
2708
|
-
.n("RedshiftServerlessClient", "UpdateEndpointAccessCommand")
|
|
2709
|
-
.sc(UpdateEndpointAccess$)
|
|
2710
|
-
.build() {
|
|
2711
|
-
}
|
|
2712
|
-
|
|
2713
|
-
class UpdateLakehouseConfigurationCommand extends Command
|
|
2714
|
-
.classBuilder()
|
|
2715
|
-
.ep(commonParams)
|
|
2716
|
-
.m(function (Command, cs, config, o) {
|
|
2717
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2718
|
-
})
|
|
2719
|
-
.s("RedshiftServerless", "UpdateLakehouseConfiguration", {})
|
|
2720
|
-
.n("RedshiftServerlessClient", "UpdateLakehouseConfigurationCommand")
|
|
2721
|
-
.sc(UpdateLakehouseConfiguration$)
|
|
2722
|
-
.build() {
|
|
2723
|
-
}
|
|
2724
|
-
|
|
2725
|
-
class UpdateNamespaceCommand extends Command
|
|
2726
|
-
.classBuilder()
|
|
2727
|
-
.ep(commonParams)
|
|
2728
|
-
.m(function (Command, cs, config, o) {
|
|
2729
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2730
|
-
})
|
|
2731
|
-
.s("RedshiftServerless", "UpdateNamespace", {})
|
|
2732
|
-
.n("RedshiftServerlessClient", "UpdateNamespaceCommand")
|
|
2733
|
-
.sc(UpdateNamespace$)
|
|
2734
|
-
.build() {
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
|
-
class UpdateScheduledActionCommand extends Command
|
|
2738
|
-
.classBuilder()
|
|
2739
|
-
.ep(commonParams)
|
|
2740
|
-
.m(function (Command, cs, config, o) {
|
|
2741
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2742
|
-
})
|
|
2743
|
-
.s("RedshiftServerless", "UpdateScheduledAction", {})
|
|
2744
|
-
.n("RedshiftServerlessClient", "UpdateScheduledActionCommand")
|
|
2745
|
-
.sc(UpdateScheduledAction$)
|
|
2746
|
-
.build() {
|
|
2747
|
-
}
|
|
2748
|
-
|
|
2749
|
-
class UpdateSnapshotCommand extends Command
|
|
2750
|
-
.classBuilder()
|
|
2751
|
-
.ep(commonParams)
|
|
2752
|
-
.m(function (Command, cs, config, o) {
|
|
2753
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2754
|
-
})
|
|
2755
|
-
.s("RedshiftServerless", "UpdateSnapshot", {})
|
|
2756
|
-
.n("RedshiftServerlessClient", "UpdateSnapshotCommand")
|
|
2757
|
-
.sc(UpdateSnapshot$)
|
|
2758
|
-
.build() {
|
|
2759
|
-
}
|
|
2760
|
-
|
|
2761
|
-
class UpdateSnapshotCopyConfigurationCommand extends Command
|
|
2762
|
-
.classBuilder()
|
|
2763
|
-
.ep(commonParams)
|
|
2764
|
-
.m(function (Command, cs, config, o) {
|
|
2765
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2766
|
-
})
|
|
2767
|
-
.s("RedshiftServerless", "UpdateSnapshotCopyConfiguration", {})
|
|
2768
|
-
.n("RedshiftServerlessClient", "UpdateSnapshotCopyConfigurationCommand")
|
|
2769
|
-
.sc(UpdateSnapshotCopyConfiguration$)
|
|
2770
|
-
.build() {
|
|
2771
|
-
}
|
|
2772
|
-
|
|
2773
|
-
class UpdateUsageLimitCommand extends Command
|
|
2774
|
-
.classBuilder()
|
|
2775
|
-
.ep(commonParams)
|
|
2776
|
-
.m(function (Command, cs, config, o) {
|
|
2777
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2778
|
-
})
|
|
2779
|
-
.s("RedshiftServerless", "UpdateUsageLimit", {})
|
|
2780
|
-
.n("RedshiftServerlessClient", "UpdateUsageLimitCommand")
|
|
2781
|
-
.sc(UpdateUsageLimit$)
|
|
2782
|
-
.build() {
|
|
2783
|
-
}
|
|
2784
|
-
|
|
2785
|
-
class UpdateWorkgroupCommand extends Command
|
|
2786
|
-
.classBuilder()
|
|
2787
|
-
.ep(commonParams)
|
|
2788
|
-
.m(function (Command, cs, config, o) {
|
|
2789
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2790
|
-
})
|
|
2791
|
-
.s("RedshiftServerless", "UpdateWorkgroup", {})
|
|
2792
|
-
.n("RedshiftServerlessClient", "UpdateWorkgroupCommand")
|
|
2793
|
-
.sc(UpdateWorkgroup$)
|
|
2794
|
-
.build() {
|
|
2019
|
+
const command = makeBuilder(commonParams, "RedshiftServerless", "RedshiftServerlessClient", getEndpointPlugin);
|
|
2020
|
+
const _ep0 = {};
|
|
2021
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2022
|
+
|
|
2023
|
+
class ConvertRecoveryPointToSnapshotCommand extends command(_ep0, _mw0, "ConvertRecoveryPointToSnapshot", ConvertRecoveryPointToSnapshot$) {
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
class CreateCustomDomainAssociationCommand extends command(_ep0, _mw0, "CreateCustomDomainAssociation", CreateCustomDomainAssociation$) {
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2029
|
+
class CreateEndpointAccessCommand extends command(_ep0, _mw0, "CreateEndpointAccess", CreateEndpointAccess$) {
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
class CreateNamespaceCommand extends command(_ep0, _mw0, "CreateNamespace", CreateNamespace$) {
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
class CreateReservationCommand extends command(_ep0, _mw0, "CreateReservation", CreateReservation$) {
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
class CreateScheduledActionCommand extends command(_ep0, _mw0, "CreateScheduledAction", CreateScheduledAction$) {
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
class CreateSnapshotCommand extends command(_ep0, _mw0, "CreateSnapshot", CreateSnapshot$) {
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
class CreateSnapshotCopyConfigurationCommand extends command(_ep0, _mw0, "CreateSnapshotCopyConfiguration", CreateSnapshotCopyConfiguration$) {
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2047
|
+
class CreateUsageLimitCommand extends command(_ep0, _mw0, "CreateUsageLimit", CreateUsageLimit$) {
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
class CreateWorkgroupCommand extends command(_ep0, _mw0, "CreateWorkgroup", CreateWorkgroup$) {
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
class DeleteCustomDomainAssociationCommand extends command(_ep0, _mw0, "DeleteCustomDomainAssociation", DeleteCustomDomainAssociation$) {
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
class DeleteEndpointAccessCommand extends command(_ep0, _mw0, "DeleteEndpointAccess", DeleteEndpointAccess$) {
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
class DeleteNamespaceCommand extends command(_ep0, _mw0, "DeleteNamespace", DeleteNamespace$) {
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
class DeleteScheduledActionCommand extends command(_ep0, _mw0, "DeleteScheduledAction", DeleteScheduledAction$) {
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
class DeleteSnapshotCommand extends command(_ep0, _mw0, "DeleteSnapshot", DeleteSnapshot$) {
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
class DeleteSnapshotCopyConfigurationCommand extends command(_ep0, _mw0, "DeleteSnapshotCopyConfiguration", DeleteSnapshotCopyConfiguration$) {
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
class DeleteUsageLimitCommand extends command(_ep0, _mw0, "DeleteUsageLimit", DeleteUsageLimit$) {
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
class DeleteWorkgroupCommand extends command(_ep0, _mw0, "DeleteWorkgroup", DeleteWorkgroup$) {
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2080
|
+
class GetCredentialsCommand extends command(_ep0, _mw0, "GetCredentials", GetCredentials$) {
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
class GetCustomDomainAssociationCommand extends command(_ep0, _mw0, "GetCustomDomainAssociation", GetCustomDomainAssociation$) {
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
class GetEndpointAccessCommand extends command(_ep0, _mw0, "GetEndpointAccess", GetEndpointAccess$) {
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2089
|
+
class GetIdentityCenterAuthTokenCommand extends command(_ep0, _mw0, "GetIdentityCenterAuthToken", GetIdentityCenterAuthToken$) {
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
class GetNamespaceCommand extends command(_ep0, _mw0, "GetNamespace", GetNamespace$) {
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
class GetRecoveryPointCommand extends command(_ep0, _mw0, "GetRecoveryPoint", GetRecoveryPoint$) {
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
class GetReservationCommand extends command(_ep0, _mw0, "GetReservation", GetReservation$) {
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
class GetReservationOfferingCommand extends command(_ep0, _mw0, "GetReservationOffering", GetReservationOffering$) {
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
class GetScheduledActionCommand extends command(_ep0, _mw0, "GetScheduledAction", GetScheduledAction$) {
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
class GetSnapshotCommand extends command(_ep0, _mw0, "GetSnapshot", GetSnapshot$) {
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
class GetTableRestoreStatusCommand extends command(_ep0, _mw0, "GetTableRestoreStatus", GetTableRestoreStatus$) {
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
class GetTrackCommand extends command(_ep0, _mw0, "GetTrack", GetTrack$) {
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
class GetUsageLimitCommand extends command(_ep0, _mw0, "GetUsageLimit", GetUsageLimit$) {
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
class GetWorkgroupCommand extends command(_ep0, _mw0, "GetWorkgroup", GetWorkgroup$) {
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2125
|
+
class ListCustomDomainAssociationsCommand extends command(_ep0, _mw0, "ListCustomDomainAssociations", ListCustomDomainAssociations$) {
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
class ListEndpointAccessCommand extends command(_ep0, _mw0, "ListEndpointAccess", ListEndpointAccess$) {
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
class ListManagedWorkgroupsCommand extends command(_ep0, _mw0, "ListManagedWorkgroups", ListManagedWorkgroups$) {
|
|
2132
|
+
}
|
|
2133
|
+
|
|
2134
|
+
class ListNamespacesCommand extends command(_ep0, _mw0, "ListNamespaces", ListNamespaces$) {
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
class ListRecoveryPointsCommand extends command(_ep0, _mw0, "ListRecoveryPoints", ListRecoveryPoints$) {
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
class ListReservationOfferingsCommand extends command(_ep0, _mw0, "ListReservationOfferings", ListReservationOfferings$) {
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
class ListReservationsCommand extends command(_ep0, _mw0, "ListReservations", ListReservations$) {
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
class ListScheduledActionsCommand extends command(_ep0, _mw0, "ListScheduledActions", ListScheduledActions$) {
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2149
|
+
class ListSnapshotCopyConfigurationsCommand extends command(_ep0, _mw0, "ListSnapshotCopyConfigurations", ListSnapshotCopyConfigurations$) {
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
class ListSnapshotsCommand extends command(_ep0, _mw0, "ListSnapshots", ListSnapshots$) {
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2155
|
+
class ListTableRestoreStatusCommand extends command(_ep0, _mw0, "ListTableRestoreStatus", ListTableRestoreStatus$) {
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2161
|
+
class ListTracksCommand extends command(_ep0, _mw0, "ListTracks", ListTracks$) {
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
class ListUsageLimitsCommand extends command(_ep0, _mw0, "ListUsageLimits", ListUsageLimits$) {
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
class ListWorkgroupsCommand extends command(_ep0, _mw0, "ListWorkgroups", ListWorkgroups$) {
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
class RestoreFromRecoveryPointCommand extends command(_ep0, _mw0, "RestoreFromRecoveryPoint", RestoreFromRecoveryPoint$) {
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
class RestoreFromSnapshotCommand extends command(_ep0, _mw0, "RestoreFromSnapshot", RestoreFromSnapshot$) {
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
class RestoreTableFromRecoveryPointCommand extends command(_ep0, _mw0, "RestoreTableFromRecoveryPoint", RestoreTableFromRecoveryPoint$) {
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
class RestoreTableFromSnapshotCommand extends command(_ep0, _mw0, "RestoreTableFromSnapshot", RestoreTableFromSnapshot$) {
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
class UpdateCustomDomainAssociationCommand extends command(_ep0, _mw0, "UpdateCustomDomainAssociation", UpdateCustomDomainAssociation$) {
|
|
2192
|
+
}
|
|
2193
|
+
|
|
2194
|
+
class UpdateEndpointAccessCommand extends command(_ep0, _mw0, "UpdateEndpointAccess", UpdateEndpointAccess$) {
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
class UpdateLakehouseConfigurationCommand extends command(_ep0, _mw0, "UpdateLakehouseConfiguration", UpdateLakehouseConfiguration$) {
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
class UpdateNamespaceCommand extends command(_ep0, _mw0, "UpdateNamespace", UpdateNamespace$) {
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
class UpdateScheduledActionCommand extends command(_ep0, _mw0, "UpdateScheduledAction", UpdateScheduledAction$) {
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
class UpdateSnapshotCommand extends command(_ep0, _mw0, "UpdateSnapshot", UpdateSnapshot$) {
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
class UpdateSnapshotCopyConfigurationCommand extends command(_ep0, _mw0, "UpdateSnapshotCopyConfiguration", UpdateSnapshotCopyConfiguration$) {
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
class UpdateUsageLimitCommand extends command(_ep0, _mw0, "UpdateUsageLimit", UpdateUsageLimit$) {
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
class UpdateWorkgroupCommand extends command(_ep0, _mw0, "UpdateWorkgroup", UpdateWorkgroup$) {
|
|
2795
2216
|
}
|
|
2796
2217
|
|
|
2797
2218
|
const paginateListCustomDomainAssociations = createPaginator(RedshiftServerlessClient, ListCustomDomainAssociationsCommand, "nextToken", "nextToken", "maxResults");
|