@aws-sdk/client-redshift-serverless 3.758.0 → 3.772.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 +76 -79
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
ConflictException: () => ConflictException,
|
|
26
26
|
ConvertRecoveryPointToSnapshotCommand: () => ConvertRecoveryPointToSnapshotCommand,
|
|
@@ -130,7 +130,7 @@ __export(src_exports, {
|
|
|
130
130
|
paginateListUsageLimits: () => paginateListUsageLimits,
|
|
131
131
|
paginateListWorkgroups: () => paginateListWorkgroups
|
|
132
132
|
});
|
|
133
|
-
module.exports = __toCommonJS(
|
|
133
|
+
module.exports = __toCommonJS(index_exports);
|
|
134
134
|
|
|
135
135
|
// src/RedshiftServerlessClient.ts
|
|
136
136
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -257,9 +257,9 @@ var RedshiftServerlessClient = class extends import_smithy_client.Client {
|
|
|
257
257
|
this.middlewareStack.use(
|
|
258
258
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
259
259
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultRedshiftServerlessHttpAuthSchemeParametersProvider,
|
|
260
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
260
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
261
261
|
"aws.auth#sigv4": config.credentials
|
|
262
|
-
})
|
|
262
|
+
}), "identityProviderConfigProvider")
|
|
263
263
|
})
|
|
264
264
|
);
|
|
265
265
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -489,18 +489,15 @@ var NamespaceStatus = {
|
|
|
489
489
|
var Schedule;
|
|
490
490
|
((Schedule2) => {
|
|
491
491
|
Schedule2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
492
|
-
if (value.at !== void 0)
|
|
493
|
-
|
|
494
|
-
if (value.cron !== void 0)
|
|
495
|
-
return visitor.cron(value.cron);
|
|
492
|
+
if (value.at !== void 0) return visitor.at(value.at);
|
|
493
|
+
if (value.cron !== void 0) return visitor.cron(value.cron);
|
|
496
494
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
497
495
|
}, "visit");
|
|
498
496
|
})(Schedule || (Schedule = {}));
|
|
499
497
|
var TargetAction;
|
|
500
498
|
((TargetAction3) => {
|
|
501
499
|
TargetAction3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
502
|
-
if (value.createSnapshot !== void 0)
|
|
503
|
-
return visitor.createSnapshot(value.createSnapshot);
|
|
500
|
+
if (value.createSnapshot !== void 0) return visitor.createSnapshot(value.createSnapshot);
|
|
504
501
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
505
502
|
}, "visit");
|
|
506
503
|
})(TargetAction || (TargetAction = {}));
|
|
@@ -1896,60 +1893,60 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1896
1893
|
var se_CreateScheduledActionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1897
1894
|
return (0, import_smithy_client.take)(input, {
|
|
1898
1895
|
enabled: [],
|
|
1899
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
1896
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
1900
1897
|
namespaceName: [],
|
|
1901
1898
|
roleArn: [],
|
|
1902
|
-
schedule: (_) => se_Schedule(_, context),
|
|
1899
|
+
schedule: /* @__PURE__ */ __name((_) => se_Schedule(_, context), "schedule"),
|
|
1903
1900
|
scheduledActionDescription: [],
|
|
1904
1901
|
scheduledActionName: [],
|
|
1905
|
-
startTime: (_) => _.getTime() / 1e3,
|
|
1902
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
|
|
1906
1903
|
targetAction: import_smithy_client._json
|
|
1907
1904
|
});
|
|
1908
1905
|
}, "se_CreateScheduledActionRequest");
|
|
1909
1906
|
var se_ListRecoveryPointsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1910
1907
|
return (0, import_smithy_client.take)(input, {
|
|
1911
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
1908
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
1912
1909
|
maxResults: [],
|
|
1913
1910
|
namespaceArn: [],
|
|
1914
1911
|
namespaceName: [],
|
|
1915
1912
|
nextToken: [],
|
|
1916
|
-
startTime: (_) => _.getTime() / 1e3
|
|
1913
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime")
|
|
1917
1914
|
});
|
|
1918
1915
|
}, "se_ListRecoveryPointsRequest");
|
|
1919
1916
|
var se_ListSnapshotsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1920
1917
|
return (0, import_smithy_client.take)(input, {
|
|
1921
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
1918
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
1922
1919
|
maxResults: [],
|
|
1923
1920
|
namespaceArn: [],
|
|
1924
1921
|
namespaceName: [],
|
|
1925
1922
|
nextToken: [],
|
|
1926
1923
|
ownerAccount: [],
|
|
1927
|
-
startTime: (_) => _.getTime() / 1e3
|
|
1924
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime")
|
|
1928
1925
|
});
|
|
1929
1926
|
}, "se_ListSnapshotsRequest");
|
|
1930
1927
|
var se_Schedule = /* @__PURE__ */ __name((input, context) => {
|
|
1931
1928
|
return Schedule.visit(input, {
|
|
1932
|
-
at: (value) => ({ at: value.getTime() / 1e3 }),
|
|
1933
|
-
cron: (value) => ({ cron: value }),
|
|
1934
|
-
_: (name, value) => ({ [name]: value })
|
|
1929
|
+
at: /* @__PURE__ */ __name((value) => ({ at: value.getTime() / 1e3 }), "at"),
|
|
1930
|
+
cron: /* @__PURE__ */ __name((value) => ({ cron: value }), "cron"),
|
|
1931
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
1935
1932
|
});
|
|
1936
1933
|
}, "se_Schedule");
|
|
1937
1934
|
var se_UpdateScheduledActionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1938
1935
|
return (0, import_smithy_client.take)(input, {
|
|
1939
1936
|
enabled: [],
|
|
1940
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
1937
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
1941
1938
|
roleArn: [],
|
|
1942
|
-
schedule: (_) => se_Schedule(_, context),
|
|
1939
|
+
schedule: /* @__PURE__ */ __name((_) => se_Schedule(_, context), "schedule"),
|
|
1943
1940
|
scheduledActionDescription: [],
|
|
1944
1941
|
scheduledActionName: [],
|
|
1945
|
-
startTime: (_) => _.getTime() / 1e3,
|
|
1942
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
|
|
1946
1943
|
targetAction: import_smithy_client._json
|
|
1947
1944
|
});
|
|
1948
1945
|
}, "se_UpdateScheduledActionRequest");
|
|
1949
1946
|
var de_Association = /* @__PURE__ */ __name((output, context) => {
|
|
1950
1947
|
return (0, import_smithy_client.take)(output, {
|
|
1951
1948
|
customDomainCertificateArn: import_smithy_client.expectString,
|
|
1952
|
-
customDomainCertificateExpiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1949
|
+
customDomainCertificateExpiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "customDomainCertificateExpiryTime"),
|
|
1953
1950
|
customDomainName: import_smithy_client.expectString,
|
|
1954
1951
|
workgroupName: import_smithy_client.expectString
|
|
1955
1952
|
});
|
|
@@ -1962,72 +1959,72 @@ var de_AssociationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1962
1959
|
}, "de_AssociationList");
|
|
1963
1960
|
var de_ConvertRecoveryPointToSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1964
1961
|
return (0, import_smithy_client.take)(output, {
|
|
1965
|
-
snapshot: (_) => de_Snapshot(_, context)
|
|
1962
|
+
snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "snapshot")
|
|
1966
1963
|
});
|
|
1967
1964
|
}, "de_ConvertRecoveryPointToSnapshotResponse");
|
|
1968
1965
|
var de_CreateCustomDomainAssociationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1969
1966
|
return (0, import_smithy_client.take)(output, {
|
|
1970
1967
|
customDomainCertificateArn: import_smithy_client.expectString,
|
|
1971
|
-
customDomainCertificateExpiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1968
|
+
customDomainCertificateExpiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "customDomainCertificateExpiryTime"),
|
|
1972
1969
|
customDomainName: import_smithy_client.expectString,
|
|
1973
1970
|
workgroupName: import_smithy_client.expectString
|
|
1974
1971
|
});
|
|
1975
1972
|
}, "de_CreateCustomDomainAssociationResponse");
|
|
1976
1973
|
var de_CreateEndpointAccessResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1977
1974
|
return (0, import_smithy_client.take)(output, {
|
|
1978
|
-
endpoint: (_) => de_EndpointAccess(_, context)
|
|
1975
|
+
endpoint: /* @__PURE__ */ __name((_) => de_EndpointAccess(_, context), "endpoint")
|
|
1979
1976
|
});
|
|
1980
1977
|
}, "de_CreateEndpointAccessResponse");
|
|
1981
1978
|
var de_CreateNamespaceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1982
1979
|
return (0, import_smithy_client.take)(output, {
|
|
1983
|
-
namespace: (_) => de_Namespace(_, context)
|
|
1980
|
+
namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace")
|
|
1984
1981
|
});
|
|
1985
1982
|
}, "de_CreateNamespaceResponse");
|
|
1986
1983
|
var de_CreateScheduledActionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1987
1984
|
return (0, import_smithy_client.take)(output, {
|
|
1988
|
-
scheduledAction: (_) => de_ScheduledActionResponse(_, context)
|
|
1985
|
+
scheduledAction: /* @__PURE__ */ __name((_) => de_ScheduledActionResponse(_, context), "scheduledAction")
|
|
1989
1986
|
});
|
|
1990
1987
|
}, "de_CreateScheduledActionResponse");
|
|
1991
1988
|
var de_CreateSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1992
1989
|
return (0, import_smithy_client.take)(output, {
|
|
1993
|
-
snapshot: (_) => de_Snapshot(_, context)
|
|
1990
|
+
snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "snapshot")
|
|
1994
1991
|
});
|
|
1995
1992
|
}, "de_CreateSnapshotResponse");
|
|
1996
1993
|
var de_CreateWorkgroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1997
1994
|
return (0, import_smithy_client.take)(output, {
|
|
1998
|
-
workgroup: (_) => de_Workgroup(_, context)
|
|
1995
|
+
workgroup: /* @__PURE__ */ __name((_) => de_Workgroup(_, context), "workgroup")
|
|
1999
1996
|
});
|
|
2000
1997
|
}, "de_CreateWorkgroupResponse");
|
|
2001
1998
|
var de_DeleteEndpointAccessResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2002
1999
|
return (0, import_smithy_client.take)(output, {
|
|
2003
|
-
endpoint: (_) => de_EndpointAccess(_, context)
|
|
2000
|
+
endpoint: /* @__PURE__ */ __name((_) => de_EndpointAccess(_, context), "endpoint")
|
|
2004
2001
|
});
|
|
2005
2002
|
}, "de_DeleteEndpointAccessResponse");
|
|
2006
2003
|
var de_DeleteNamespaceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2007
2004
|
return (0, import_smithy_client.take)(output, {
|
|
2008
|
-
namespace: (_) => de_Namespace(_, context)
|
|
2005
|
+
namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace")
|
|
2009
2006
|
});
|
|
2010
2007
|
}, "de_DeleteNamespaceResponse");
|
|
2011
2008
|
var de_DeleteScheduledActionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2012
2009
|
return (0, import_smithy_client.take)(output, {
|
|
2013
|
-
scheduledAction: (_) => de_ScheduledActionResponse(_, context)
|
|
2010
|
+
scheduledAction: /* @__PURE__ */ __name((_) => de_ScheduledActionResponse(_, context), "scheduledAction")
|
|
2014
2011
|
});
|
|
2015
2012
|
}, "de_DeleteScheduledActionResponse");
|
|
2016
2013
|
var de_DeleteSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2017
2014
|
return (0, import_smithy_client.take)(output, {
|
|
2018
|
-
snapshot: (_) => de_Snapshot(_, context)
|
|
2015
|
+
snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "snapshot")
|
|
2019
2016
|
});
|
|
2020
2017
|
}, "de_DeleteSnapshotResponse");
|
|
2021
2018
|
var de_DeleteWorkgroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2022
2019
|
return (0, import_smithy_client.take)(output, {
|
|
2023
|
-
workgroup: (_) => de_Workgroup(_, context)
|
|
2020
|
+
workgroup: /* @__PURE__ */ __name((_) => de_Workgroup(_, context), "workgroup")
|
|
2024
2021
|
});
|
|
2025
2022
|
}, "de_DeleteWorkgroupResponse");
|
|
2026
2023
|
var de_EndpointAccess = /* @__PURE__ */ __name((output, context) => {
|
|
2027
2024
|
return (0, import_smithy_client.take)(output, {
|
|
2028
2025
|
address: import_smithy_client.expectString,
|
|
2029
2026
|
endpointArn: import_smithy_client.expectString,
|
|
2030
|
-
endpointCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2027
|
+
endpointCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endpointCreateTime"),
|
|
2031
2028
|
endpointName: import_smithy_client.expectString,
|
|
2032
2029
|
endpointStatus: import_smithy_client.expectString,
|
|
2033
2030
|
port: import_smithy_client.expectInt32,
|
|
@@ -2047,104 +2044,104 @@ var de_GetCredentialsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2047
2044
|
return (0, import_smithy_client.take)(output, {
|
|
2048
2045
|
dbPassword: import_smithy_client.expectString,
|
|
2049
2046
|
dbUser: import_smithy_client.expectString,
|
|
2050
|
-
expiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2051
|
-
nextRefreshTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2047
|
+
expiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expiration"),
|
|
2048
|
+
nextRefreshTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "nextRefreshTime")
|
|
2052
2049
|
});
|
|
2053
2050
|
}, "de_GetCredentialsResponse");
|
|
2054
2051
|
var de_GetCustomDomainAssociationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2055
2052
|
return (0, import_smithy_client.take)(output, {
|
|
2056
2053
|
customDomainCertificateArn: import_smithy_client.expectString,
|
|
2057
|
-
customDomainCertificateExpiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2054
|
+
customDomainCertificateExpiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "customDomainCertificateExpiryTime"),
|
|
2058
2055
|
customDomainName: import_smithy_client.expectString,
|
|
2059
2056
|
workgroupName: import_smithy_client.expectString
|
|
2060
2057
|
});
|
|
2061
2058
|
}, "de_GetCustomDomainAssociationResponse");
|
|
2062
2059
|
var de_GetEndpointAccessResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2063
2060
|
return (0, import_smithy_client.take)(output, {
|
|
2064
|
-
endpoint: (_) => de_EndpointAccess(_, context)
|
|
2061
|
+
endpoint: /* @__PURE__ */ __name((_) => de_EndpointAccess(_, context), "endpoint")
|
|
2065
2062
|
});
|
|
2066
2063
|
}, "de_GetEndpointAccessResponse");
|
|
2067
2064
|
var de_GetNamespaceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2068
2065
|
return (0, import_smithy_client.take)(output, {
|
|
2069
|
-
namespace: (_) => de_Namespace(_, context)
|
|
2066
|
+
namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace")
|
|
2070
2067
|
});
|
|
2071
2068
|
}, "de_GetNamespaceResponse");
|
|
2072
2069
|
var de_GetRecoveryPointResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2073
2070
|
return (0, import_smithy_client.take)(output, {
|
|
2074
|
-
recoveryPoint: (_) => de_RecoveryPoint(_, context)
|
|
2071
|
+
recoveryPoint: /* @__PURE__ */ __name((_) => de_RecoveryPoint(_, context), "recoveryPoint")
|
|
2075
2072
|
});
|
|
2076
2073
|
}, "de_GetRecoveryPointResponse");
|
|
2077
2074
|
var de_GetScheduledActionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2078
2075
|
return (0, import_smithy_client.take)(output, {
|
|
2079
|
-
scheduledAction: (_) => de_ScheduledActionResponse(_, context)
|
|
2076
|
+
scheduledAction: /* @__PURE__ */ __name((_) => de_ScheduledActionResponse(_, context), "scheduledAction")
|
|
2080
2077
|
});
|
|
2081
2078
|
}, "de_GetScheduledActionResponse");
|
|
2082
2079
|
var de_GetSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2083
2080
|
return (0, import_smithy_client.take)(output, {
|
|
2084
|
-
snapshot: (_) => de_Snapshot(_, context)
|
|
2081
|
+
snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "snapshot")
|
|
2085
2082
|
});
|
|
2086
2083
|
}, "de_GetSnapshotResponse");
|
|
2087
2084
|
var de_GetTableRestoreStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2088
2085
|
return (0, import_smithy_client.take)(output, {
|
|
2089
|
-
tableRestoreStatus: (_) => de_TableRestoreStatus(_, context)
|
|
2086
|
+
tableRestoreStatus: /* @__PURE__ */ __name((_) => de_TableRestoreStatus(_, context), "tableRestoreStatus")
|
|
2090
2087
|
});
|
|
2091
2088
|
}, "de_GetTableRestoreStatusResponse");
|
|
2092
2089
|
var de_GetWorkgroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2093
2090
|
return (0, import_smithy_client.take)(output, {
|
|
2094
|
-
workgroup: (_) => de_Workgroup(_, context)
|
|
2091
|
+
workgroup: /* @__PURE__ */ __name((_) => de_Workgroup(_, context), "workgroup")
|
|
2095
2092
|
});
|
|
2096
2093
|
}, "de_GetWorkgroupResponse");
|
|
2097
2094
|
var de_ListCustomDomainAssociationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2098
2095
|
return (0, import_smithy_client.take)(output, {
|
|
2099
|
-
associations: (_) => de_AssociationList(_, context),
|
|
2096
|
+
associations: /* @__PURE__ */ __name((_) => de_AssociationList(_, context), "associations"),
|
|
2100
2097
|
nextToken: import_smithy_client.expectString
|
|
2101
2098
|
});
|
|
2102
2099
|
}, "de_ListCustomDomainAssociationsResponse");
|
|
2103
2100
|
var de_ListEndpointAccessResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2104
2101
|
return (0, import_smithy_client.take)(output, {
|
|
2105
|
-
endpoints: (_) => de_EndpointAccessList(_, context),
|
|
2102
|
+
endpoints: /* @__PURE__ */ __name((_) => de_EndpointAccessList(_, context), "endpoints"),
|
|
2106
2103
|
nextToken: import_smithy_client.expectString
|
|
2107
2104
|
});
|
|
2108
2105
|
}, "de_ListEndpointAccessResponse");
|
|
2109
2106
|
var de_ListManagedWorkgroupsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2110
2107
|
return (0, import_smithy_client.take)(output, {
|
|
2111
|
-
managedWorkgroups: (_) => de_ManagedWorkgroups(_, context),
|
|
2108
|
+
managedWorkgroups: /* @__PURE__ */ __name((_) => de_ManagedWorkgroups(_, context), "managedWorkgroups"),
|
|
2112
2109
|
nextToken: import_smithy_client.expectString
|
|
2113
2110
|
});
|
|
2114
2111
|
}, "de_ListManagedWorkgroupsResponse");
|
|
2115
2112
|
var de_ListNamespacesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2116
2113
|
return (0, import_smithy_client.take)(output, {
|
|
2117
|
-
namespaces: (_) => de_NamespaceList(_, context),
|
|
2114
|
+
namespaces: /* @__PURE__ */ __name((_) => de_NamespaceList(_, context), "namespaces"),
|
|
2118
2115
|
nextToken: import_smithy_client.expectString
|
|
2119
2116
|
});
|
|
2120
2117
|
}, "de_ListNamespacesResponse");
|
|
2121
2118
|
var de_ListRecoveryPointsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2122
2119
|
return (0, import_smithy_client.take)(output, {
|
|
2123
2120
|
nextToken: import_smithy_client.expectString,
|
|
2124
|
-
recoveryPoints: (_) => de_RecoveryPointList(_, context)
|
|
2121
|
+
recoveryPoints: /* @__PURE__ */ __name((_) => de_RecoveryPointList(_, context), "recoveryPoints")
|
|
2125
2122
|
});
|
|
2126
2123
|
}, "de_ListRecoveryPointsResponse");
|
|
2127
2124
|
var de_ListSnapshotsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2128
2125
|
return (0, import_smithy_client.take)(output, {
|
|
2129
2126
|
nextToken: import_smithy_client.expectString,
|
|
2130
|
-
snapshots: (_) => de_SnapshotList(_, context)
|
|
2127
|
+
snapshots: /* @__PURE__ */ __name((_) => de_SnapshotList(_, context), "snapshots")
|
|
2131
2128
|
});
|
|
2132
2129
|
}, "de_ListSnapshotsResponse");
|
|
2133
2130
|
var de_ListTableRestoreStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2134
2131
|
return (0, import_smithy_client.take)(output, {
|
|
2135
2132
|
nextToken: import_smithy_client.expectString,
|
|
2136
|
-
tableRestoreStatuses: (_) => de_TableRestoreStatusList(_, context)
|
|
2133
|
+
tableRestoreStatuses: /* @__PURE__ */ __name((_) => de_TableRestoreStatusList(_, context), "tableRestoreStatuses")
|
|
2137
2134
|
});
|
|
2138
2135
|
}, "de_ListTableRestoreStatusResponse");
|
|
2139
2136
|
var de_ListWorkgroupsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2140
2137
|
return (0, import_smithy_client.take)(output, {
|
|
2141
2138
|
nextToken: import_smithy_client.expectString,
|
|
2142
|
-
workgroups: (_) => de_WorkgroupList(_, context)
|
|
2139
|
+
workgroups: /* @__PURE__ */ __name((_) => de_WorkgroupList(_, context), "workgroups")
|
|
2143
2140
|
});
|
|
2144
2141
|
}, "de_ListWorkgroupsResponse");
|
|
2145
2142
|
var de_ManagedWorkgroupListItem = /* @__PURE__ */ __name((output, context) => {
|
|
2146
2143
|
return (0, import_smithy_client.take)(output, {
|
|
2147
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2144
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationDate"),
|
|
2148
2145
|
managedWorkgroupId: import_smithy_client.expectString,
|
|
2149
2146
|
managedWorkgroupName: import_smithy_client.expectString,
|
|
2150
2147
|
sourceArn: import_smithy_client.expectString,
|
|
@@ -2162,7 +2159,7 @@ var de_Namespace = /* @__PURE__ */ __name((output, context) => {
|
|
|
2162
2159
|
adminPasswordSecretArn: import_smithy_client.expectString,
|
|
2163
2160
|
adminPasswordSecretKmsKeyId: import_smithy_client.expectString,
|
|
2164
2161
|
adminUsername: import_smithy_client.expectString,
|
|
2165
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2162
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationDate"),
|
|
2166
2163
|
dbName: import_smithy_client.expectString,
|
|
2167
2164
|
defaultIamRoleArn: import_smithy_client.expectString,
|
|
2168
2165
|
iamRoles: import_smithy_client._json,
|
|
@@ -2190,7 +2187,7 @@ var de_RecoveryPoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
2190
2187
|
return (0, import_smithy_client.take)(output, {
|
|
2191
2188
|
namespaceArn: import_smithy_client.expectString,
|
|
2192
2189
|
namespaceName: import_smithy_client.expectString,
|
|
2193
|
-
recoveryPointCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2190
|
+
recoveryPointCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "recoveryPointCreateTime"),
|
|
2194
2191
|
recoveryPointId: import_smithy_client.expectString,
|
|
2195
2192
|
totalSizeInMegaBytes: import_smithy_client.limitedParseDouble,
|
|
2196
2193
|
workgroupName: import_smithy_client.expectString
|
|
@@ -2204,25 +2201,25 @@ var de_RecoveryPointList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2204
2201
|
}, "de_RecoveryPointList");
|
|
2205
2202
|
var de_RestoreFromRecoveryPointResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2206
2203
|
return (0, import_smithy_client.take)(output, {
|
|
2207
|
-
namespace: (_) => de_Namespace(_, context),
|
|
2204
|
+
namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace"),
|
|
2208
2205
|
recoveryPointId: import_smithy_client.expectString
|
|
2209
2206
|
});
|
|
2210
2207
|
}, "de_RestoreFromRecoveryPointResponse");
|
|
2211
2208
|
var de_RestoreFromSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2212
2209
|
return (0, import_smithy_client.take)(output, {
|
|
2213
|
-
namespace: (_) => de_Namespace(_, context),
|
|
2210
|
+
namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace"),
|
|
2214
2211
|
ownerAccount: import_smithy_client.expectString,
|
|
2215
2212
|
snapshotName: import_smithy_client.expectString
|
|
2216
2213
|
});
|
|
2217
2214
|
}, "de_RestoreFromSnapshotResponse");
|
|
2218
2215
|
var de_RestoreTableFromRecoveryPointResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2219
2216
|
return (0, import_smithy_client.take)(output, {
|
|
2220
|
-
tableRestoreStatus: (_) => de_TableRestoreStatus(_, context)
|
|
2217
|
+
tableRestoreStatus: /* @__PURE__ */ __name((_) => de_TableRestoreStatus(_, context), "tableRestoreStatus")
|
|
2221
2218
|
});
|
|
2222
2219
|
}, "de_RestoreTableFromRecoveryPointResponse");
|
|
2223
2220
|
var de_RestoreTableFromSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2224
2221
|
return (0, import_smithy_client.take)(output, {
|
|
2225
|
-
tableRestoreStatus: (_) => de_TableRestoreStatus(_, context)
|
|
2222
|
+
tableRestoreStatus: /* @__PURE__ */ __name((_) => de_TableRestoreStatus(_, context), "tableRestoreStatus")
|
|
2226
2223
|
});
|
|
2227
2224
|
}, "de_RestoreTableFromSnapshotResponse");
|
|
2228
2225
|
var de_Schedule = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2238,17 +2235,17 @@ var de_Schedule = /* @__PURE__ */ __name((output, context) => {
|
|
|
2238
2235
|
}, "de_Schedule");
|
|
2239
2236
|
var de_ScheduledActionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2240
2237
|
return (0, import_smithy_client.take)(output, {
|
|
2241
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2238
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
2242
2239
|
namespaceName: import_smithy_client.expectString,
|
|
2243
|
-
nextInvocations: (_) => de_NextInvocationsList(_, context),
|
|
2240
|
+
nextInvocations: /* @__PURE__ */ __name((_) => de_NextInvocationsList(_, context), "nextInvocations"),
|
|
2244
2241
|
roleArn: import_smithy_client.expectString,
|
|
2245
|
-
schedule: (_) => de_Schedule((0, import_core2.awsExpectUnion)(_), context),
|
|
2242
|
+
schedule: /* @__PURE__ */ __name((_) => de_Schedule((0, import_core2.awsExpectUnion)(_), context), "schedule"),
|
|
2246
2243
|
scheduledActionDescription: import_smithy_client.expectString,
|
|
2247
2244
|
scheduledActionName: import_smithy_client.expectString,
|
|
2248
2245
|
scheduledActionUuid: import_smithy_client.expectString,
|
|
2249
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2246
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
2250
2247
|
state: import_smithy_client.expectString,
|
|
2251
|
-
targetAction: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
2248
|
+
targetAction: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "targetAction")
|
|
2252
2249
|
});
|
|
2253
2250
|
}, "de_ScheduledActionResponse");
|
|
2254
2251
|
var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2268,11 +2265,11 @@ var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
2268
2265
|
namespaceName: import_smithy_client.expectString,
|
|
2269
2266
|
ownerAccount: import_smithy_client.expectString,
|
|
2270
2267
|
snapshotArn: import_smithy_client.expectString,
|
|
2271
|
-
snapshotCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2268
|
+
snapshotCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "snapshotCreateTime"),
|
|
2272
2269
|
snapshotName: import_smithy_client.expectString,
|
|
2273
2270
|
snapshotRemainingDays: import_smithy_client.expectInt32,
|
|
2274
2271
|
snapshotRetentionPeriod: import_smithy_client.expectInt32,
|
|
2275
|
-
snapshotRetentionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2272
|
+
snapshotRetentionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "snapshotRetentionStartTime"),
|
|
2276
2273
|
status: import_smithy_client.expectString,
|
|
2277
2274
|
totalBackupSizeInMegaBytes: import_smithy_client.limitedParseDouble
|
|
2278
2275
|
});
|
|
@@ -2290,7 +2287,7 @@ var de_TableRestoreStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
2290
2287
|
newTableName: import_smithy_client.expectString,
|
|
2291
2288
|
progressInMegaBytes: import_smithy_client.expectLong,
|
|
2292
2289
|
recoveryPointId: import_smithy_client.expectString,
|
|
2293
|
-
requestTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2290
|
+
requestTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "requestTime"),
|
|
2294
2291
|
snapshotName: import_smithy_client.expectString,
|
|
2295
2292
|
sourceDatabaseName: import_smithy_client.expectString,
|
|
2296
2293
|
sourceSchemaName: import_smithy_client.expectString,
|
|
@@ -2312,44 +2309,44 @@ var de_TableRestoreStatusList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2312
2309
|
var de_UpdateCustomDomainAssociationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2313
2310
|
return (0, import_smithy_client.take)(output, {
|
|
2314
2311
|
customDomainCertificateArn: import_smithy_client.expectString,
|
|
2315
|
-
customDomainCertificateExpiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2312
|
+
customDomainCertificateExpiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "customDomainCertificateExpiryTime"),
|
|
2316
2313
|
customDomainName: import_smithy_client.expectString,
|
|
2317
2314
|
workgroupName: import_smithy_client.expectString
|
|
2318
2315
|
});
|
|
2319
2316
|
}, "de_UpdateCustomDomainAssociationResponse");
|
|
2320
2317
|
var de_UpdateEndpointAccessResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2321
2318
|
return (0, import_smithy_client.take)(output, {
|
|
2322
|
-
endpoint: (_) => de_EndpointAccess(_, context)
|
|
2319
|
+
endpoint: /* @__PURE__ */ __name((_) => de_EndpointAccess(_, context), "endpoint")
|
|
2323
2320
|
});
|
|
2324
2321
|
}, "de_UpdateEndpointAccessResponse");
|
|
2325
2322
|
var de_UpdateNamespaceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2326
2323
|
return (0, import_smithy_client.take)(output, {
|
|
2327
|
-
namespace: (_) => de_Namespace(_, context)
|
|
2324
|
+
namespace: /* @__PURE__ */ __name((_) => de_Namespace(_, context), "namespace")
|
|
2328
2325
|
});
|
|
2329
2326
|
}, "de_UpdateNamespaceResponse");
|
|
2330
2327
|
var de_UpdateScheduledActionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2331
2328
|
return (0, import_smithy_client.take)(output, {
|
|
2332
|
-
scheduledAction: (_) => de_ScheduledActionResponse(_, context)
|
|
2329
|
+
scheduledAction: /* @__PURE__ */ __name((_) => de_ScheduledActionResponse(_, context), "scheduledAction")
|
|
2333
2330
|
});
|
|
2334
2331
|
}, "de_UpdateScheduledActionResponse");
|
|
2335
2332
|
var de_UpdateSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2336
2333
|
return (0, import_smithy_client.take)(output, {
|
|
2337
|
-
snapshot: (_) => de_Snapshot(_, context)
|
|
2334
|
+
snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "snapshot")
|
|
2338
2335
|
});
|
|
2339
2336
|
}, "de_UpdateSnapshotResponse");
|
|
2340
2337
|
var de_UpdateWorkgroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2341
2338
|
return (0, import_smithy_client.take)(output, {
|
|
2342
|
-
workgroup: (_) => de_Workgroup(_, context)
|
|
2339
|
+
workgroup: /* @__PURE__ */ __name((_) => de_Workgroup(_, context), "workgroup")
|
|
2343
2340
|
});
|
|
2344
2341
|
}, "de_UpdateWorkgroupResponse");
|
|
2345
2342
|
var de_Workgroup = /* @__PURE__ */ __name((output, context) => {
|
|
2346
2343
|
return (0, import_smithy_client.take)(output, {
|
|
2347
2344
|
baseCapacity: import_smithy_client.expectInt32,
|
|
2348
2345
|
configParameters: import_smithy_client._json,
|
|
2349
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2346
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationDate"),
|
|
2350
2347
|
crossAccountVpcs: import_smithy_client._json,
|
|
2351
2348
|
customDomainCertificateArn: import_smithy_client.expectString,
|
|
2352
|
-
customDomainCertificateExpiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2349
|
+
customDomainCertificateExpiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "customDomainCertificateExpiryTime"),
|
|
2353
2350
|
customDomainName: import_smithy_client.expectString,
|
|
2354
2351
|
endpoint: import_smithy_client._json,
|
|
2355
2352
|
enhancedVpcRouting: import_smithy_client.expectBoolean,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift-serverless",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|