@aws-sdk/client-athena 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 +56 -56
- 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
|
Athena: () => Athena,
|
|
25
25
|
AthenaClient: () => AthenaClient,
|
|
26
26
|
AthenaServiceException: () => AthenaServiceException,
|
|
@@ -133,7 +133,7 @@ __export(src_exports, {
|
|
|
133
133
|
paginateListTagsForResource: () => paginateListTagsForResource,
|
|
134
134
|
paginateListWorkGroups: () => paginateListWorkGroups
|
|
135
135
|
});
|
|
136
|
-
module.exports = __toCommonJS(
|
|
136
|
+
module.exports = __toCommonJS(index_exports);
|
|
137
137
|
|
|
138
138
|
// src/AthenaClient.ts
|
|
139
139
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -260,9 +260,9 @@ var AthenaClient = class extends import_smithy_client.Client {
|
|
|
260
260
|
this.middlewareStack.use(
|
|
261
261
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
262
262
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAthenaHttpAuthSchemeParametersProvider,
|
|
263
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
263
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
264
264
|
"aws.auth#sigv4": config.credentials
|
|
265
|
-
})
|
|
265
|
+
}), "identityProviderConfigProvider")
|
|
266
266
|
})
|
|
267
267
|
);
|
|
268
268
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1985,13 +1985,13 @@ var se_StopQueryExecutionInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
1985
1985
|
}, "se_StopQueryExecutionInput");
|
|
1986
1986
|
var de_BatchGetPreparedStatementOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1987
1987
|
return (0, import_smithy_client.take)(output, {
|
|
1988
|
-
PreparedStatements: (_) => de_PreparedStatementDetailsList(_, context),
|
|
1988
|
+
PreparedStatements: /* @__PURE__ */ __name((_) => de_PreparedStatementDetailsList(_, context), "PreparedStatements"),
|
|
1989
1989
|
UnprocessedPreparedStatementNames: import_smithy_client._json
|
|
1990
1990
|
});
|
|
1991
1991
|
}, "de_BatchGetPreparedStatementOutput");
|
|
1992
1992
|
var de_BatchGetQueryExecutionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1993
1993
|
return (0, import_smithy_client.take)(output, {
|
|
1994
|
-
QueryExecutions: (_) => de_QueryExecutionList(_, context),
|
|
1994
|
+
QueryExecutions: /* @__PURE__ */ __name((_) => de_QueryExecutionList(_, context), "QueryExecutions"),
|
|
1995
1995
|
UnprocessedQueryExecutionIds: import_smithy_client._json
|
|
1996
1996
|
});
|
|
1997
1997
|
}, "de_BatchGetQueryExecutionOutput");
|
|
@@ -2003,23 +2003,23 @@ var de_CalculationsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2003
2003
|
}, "de_CalculationsList");
|
|
2004
2004
|
var de_CalculationStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2005
2005
|
return (0, import_smithy_client.take)(output, {
|
|
2006
|
-
CompletionDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2006
|
+
CompletionDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionDateTime"),
|
|
2007
2007
|
State: import_smithy_client.expectString,
|
|
2008
2008
|
StateChangeReason: import_smithy_client.expectString,
|
|
2009
|
-
SubmissionDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2009
|
+
SubmissionDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubmissionDateTime")
|
|
2010
2010
|
});
|
|
2011
2011
|
}, "de_CalculationStatus");
|
|
2012
2012
|
var de_CalculationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2013
2013
|
return (0, import_smithy_client.take)(output, {
|
|
2014
2014
|
CalculationExecutionId: import_smithy_client.expectString,
|
|
2015
2015
|
Description: import_smithy_client.expectString,
|
|
2016
|
-
Status: (_) => de_CalculationStatus(_, context)
|
|
2016
|
+
Status: /* @__PURE__ */ __name((_) => de_CalculationStatus(_, context), "Status")
|
|
2017
2017
|
});
|
|
2018
2018
|
}, "de_CalculationSummary");
|
|
2019
2019
|
var de_CapacityAllocation = /* @__PURE__ */ __name((output, context) => {
|
|
2020
2020
|
return (0, import_smithy_client.take)(output, {
|
|
2021
|
-
RequestCompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2022
|
-
RequestTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2021
|
+
RequestCompletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RequestCompletionTime"),
|
|
2022
|
+
RequestTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RequestTime"),
|
|
2023
2023
|
Status: import_smithy_client.expectString,
|
|
2024
2024
|
StatusMessage: import_smithy_client.expectString
|
|
2025
2025
|
});
|
|
@@ -2027,9 +2027,9 @@ var de_CapacityAllocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
2027
2027
|
var de_CapacityReservation = /* @__PURE__ */ __name((output, context) => {
|
|
2028
2028
|
return (0, import_smithy_client.take)(output, {
|
|
2029
2029
|
AllocatedDpus: import_smithy_client.expectInt32,
|
|
2030
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2031
|
-
LastAllocation: (_) => de_CapacityAllocation(_, context),
|
|
2032
|
-
LastSuccessfulAllocationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2030
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2031
|
+
LastAllocation: /* @__PURE__ */ __name((_) => de_CapacityAllocation(_, context), "LastAllocation"),
|
|
2032
|
+
LastSuccessfulAllocationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulAllocationTime"),
|
|
2033
2033
|
Name: import_smithy_client.expectString,
|
|
2034
2034
|
Status: import_smithy_client.expectString,
|
|
2035
2035
|
TargetDpus: import_smithy_client.expectInt32
|
|
@@ -2043,7 +2043,7 @@ var de_CapacityReservationsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2043
2043
|
}, "de_CapacityReservationsList");
|
|
2044
2044
|
var de_ExportNotebookOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2045
2045
|
return (0, import_smithy_client.take)(output, {
|
|
2046
|
-
NotebookMetadata: (_) => de_NotebookMetadata(_, context),
|
|
2046
|
+
NotebookMetadata: /* @__PURE__ */ __name((_) => de_NotebookMetadata(_, context), "NotebookMetadata"),
|
|
2047
2047
|
Payload: import_smithy_client.expectString
|
|
2048
2048
|
});
|
|
2049
2049
|
}, "de_ExportNotebookOutput");
|
|
@@ -2054,39 +2054,39 @@ var de_GetCalculationExecutionResponse = /* @__PURE__ */ __name((output, context
|
|
|
2054
2054
|
Result: import_smithy_client._json,
|
|
2055
2055
|
SessionId: import_smithy_client.expectString,
|
|
2056
2056
|
Statistics: import_smithy_client._json,
|
|
2057
|
-
Status: (_) => de_CalculationStatus(_, context),
|
|
2057
|
+
Status: /* @__PURE__ */ __name((_) => de_CalculationStatus(_, context), "Status"),
|
|
2058
2058
|
WorkingDirectory: import_smithy_client.expectString
|
|
2059
2059
|
});
|
|
2060
2060
|
}, "de_GetCalculationExecutionResponse");
|
|
2061
2061
|
var de_GetCalculationExecutionStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2062
2062
|
return (0, import_smithy_client.take)(output, {
|
|
2063
2063
|
Statistics: import_smithy_client._json,
|
|
2064
|
-
Status: (_) => de_CalculationStatus(_, context)
|
|
2064
|
+
Status: /* @__PURE__ */ __name((_) => de_CalculationStatus(_, context), "Status")
|
|
2065
2065
|
});
|
|
2066
2066
|
}, "de_GetCalculationExecutionStatusResponse");
|
|
2067
2067
|
var de_GetCapacityReservationOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2068
2068
|
return (0, import_smithy_client.take)(output, {
|
|
2069
|
-
CapacityReservation: (_) => de_CapacityReservation(_, context)
|
|
2069
|
+
CapacityReservation: /* @__PURE__ */ __name((_) => de_CapacityReservation(_, context), "CapacityReservation")
|
|
2070
2070
|
});
|
|
2071
2071
|
}, "de_GetCapacityReservationOutput");
|
|
2072
2072
|
var de_GetNotebookMetadataOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2073
2073
|
return (0, import_smithy_client.take)(output, {
|
|
2074
|
-
NotebookMetadata: (_) => de_NotebookMetadata(_, context)
|
|
2074
|
+
NotebookMetadata: /* @__PURE__ */ __name((_) => de_NotebookMetadata(_, context), "NotebookMetadata")
|
|
2075
2075
|
});
|
|
2076
2076
|
}, "de_GetNotebookMetadataOutput");
|
|
2077
2077
|
var de_GetPreparedStatementOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2078
2078
|
return (0, import_smithy_client.take)(output, {
|
|
2079
|
-
PreparedStatement: (_) => de_PreparedStatement(_, context)
|
|
2079
|
+
PreparedStatement: /* @__PURE__ */ __name((_) => de_PreparedStatement(_, context), "PreparedStatement")
|
|
2080
2080
|
});
|
|
2081
2081
|
}, "de_GetPreparedStatementOutput");
|
|
2082
2082
|
var de_GetQueryExecutionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2083
2083
|
return (0, import_smithy_client.take)(output, {
|
|
2084
|
-
QueryExecution: (_) => de_QueryExecution(_, context)
|
|
2084
|
+
QueryExecution: /* @__PURE__ */ __name((_) => de_QueryExecution(_, context), "QueryExecution")
|
|
2085
2085
|
});
|
|
2086
2086
|
}, "de_GetQueryExecutionOutput");
|
|
2087
2087
|
var de_GetQueryRuntimeStatisticsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2088
2088
|
return (0, import_smithy_client.take)(output, {
|
|
2089
|
-
QueryRuntimeStatistics: (_) => de_QueryRuntimeStatistics(_, context)
|
|
2089
|
+
QueryRuntimeStatistics: /* @__PURE__ */ __name((_) => de_QueryRuntimeStatistics(_, context), "QueryRuntimeStatistics")
|
|
2090
2090
|
});
|
|
2091
2091
|
}, "de_GetQueryRuntimeStatisticsOutput");
|
|
2092
2092
|
var de_GetSessionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2098,78 +2098,78 @@ var de_GetSessionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2098
2098
|
SessionConfiguration: import_smithy_client._json,
|
|
2099
2099
|
SessionId: import_smithy_client.expectString,
|
|
2100
2100
|
Statistics: import_smithy_client._json,
|
|
2101
|
-
Status: (_) => de_SessionStatus(_, context),
|
|
2101
|
+
Status: /* @__PURE__ */ __name((_) => de_SessionStatus(_, context), "Status"),
|
|
2102
2102
|
WorkGroup: import_smithy_client.expectString
|
|
2103
2103
|
});
|
|
2104
2104
|
}, "de_GetSessionResponse");
|
|
2105
2105
|
var de_GetSessionStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2106
2106
|
return (0, import_smithy_client.take)(output, {
|
|
2107
2107
|
SessionId: import_smithy_client.expectString,
|
|
2108
|
-
Status: (_) => de_SessionStatus(_, context)
|
|
2108
|
+
Status: /* @__PURE__ */ __name((_) => de_SessionStatus(_, context), "Status")
|
|
2109
2109
|
});
|
|
2110
2110
|
}, "de_GetSessionStatusResponse");
|
|
2111
2111
|
var de_GetTableMetadataOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2112
2112
|
return (0, import_smithy_client.take)(output, {
|
|
2113
|
-
TableMetadata: (_) => de_TableMetadata(_, context)
|
|
2113
|
+
TableMetadata: /* @__PURE__ */ __name((_) => de_TableMetadata(_, context), "TableMetadata")
|
|
2114
2114
|
});
|
|
2115
2115
|
}, "de_GetTableMetadataOutput");
|
|
2116
2116
|
var de_GetWorkGroupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2117
2117
|
return (0, import_smithy_client.take)(output, {
|
|
2118
|
-
WorkGroup: (_) => de_WorkGroup(_, context)
|
|
2118
|
+
WorkGroup: /* @__PURE__ */ __name((_) => de_WorkGroup(_, context), "WorkGroup")
|
|
2119
2119
|
});
|
|
2120
2120
|
}, "de_GetWorkGroupOutput");
|
|
2121
2121
|
var de_ListCalculationExecutionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2122
2122
|
return (0, import_smithy_client.take)(output, {
|
|
2123
|
-
Calculations: (_) => de_CalculationsList(_, context),
|
|
2123
|
+
Calculations: /* @__PURE__ */ __name((_) => de_CalculationsList(_, context), "Calculations"),
|
|
2124
2124
|
NextToken: import_smithy_client.expectString
|
|
2125
2125
|
});
|
|
2126
2126
|
}, "de_ListCalculationExecutionsResponse");
|
|
2127
2127
|
var de_ListCapacityReservationsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2128
2128
|
return (0, import_smithy_client.take)(output, {
|
|
2129
|
-
CapacityReservations: (_) => de_CapacityReservationsList(_, context),
|
|
2129
|
+
CapacityReservations: /* @__PURE__ */ __name((_) => de_CapacityReservationsList(_, context), "CapacityReservations"),
|
|
2130
2130
|
NextToken: import_smithy_client.expectString
|
|
2131
2131
|
});
|
|
2132
2132
|
}, "de_ListCapacityReservationsOutput");
|
|
2133
2133
|
var de_ListNotebookMetadataOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2134
2134
|
return (0, import_smithy_client.take)(output, {
|
|
2135
2135
|
NextToken: import_smithy_client.expectString,
|
|
2136
|
-
NotebookMetadataList: (_) => de_NotebookMetadataArray(_, context)
|
|
2136
|
+
NotebookMetadataList: /* @__PURE__ */ __name((_) => de_NotebookMetadataArray(_, context), "NotebookMetadataList")
|
|
2137
2137
|
});
|
|
2138
2138
|
}, "de_ListNotebookMetadataOutput");
|
|
2139
2139
|
var de_ListNotebookSessionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2140
2140
|
return (0, import_smithy_client.take)(output, {
|
|
2141
2141
|
NextToken: import_smithy_client.expectString,
|
|
2142
|
-
NotebookSessionsList: (_) => de_NotebookSessionsList(_, context)
|
|
2142
|
+
NotebookSessionsList: /* @__PURE__ */ __name((_) => de_NotebookSessionsList(_, context), "NotebookSessionsList")
|
|
2143
2143
|
});
|
|
2144
2144
|
}, "de_ListNotebookSessionsResponse");
|
|
2145
2145
|
var de_ListPreparedStatementsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2146
2146
|
return (0, import_smithy_client.take)(output, {
|
|
2147
2147
|
NextToken: import_smithy_client.expectString,
|
|
2148
|
-
PreparedStatements: (_) => de_PreparedStatementsList(_, context)
|
|
2148
|
+
PreparedStatements: /* @__PURE__ */ __name((_) => de_PreparedStatementsList(_, context), "PreparedStatements")
|
|
2149
2149
|
});
|
|
2150
2150
|
}, "de_ListPreparedStatementsOutput");
|
|
2151
2151
|
var de_ListSessionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2152
2152
|
return (0, import_smithy_client.take)(output, {
|
|
2153
2153
|
NextToken: import_smithy_client.expectString,
|
|
2154
|
-
Sessions: (_) => de_SessionsList(_, context)
|
|
2154
|
+
Sessions: /* @__PURE__ */ __name((_) => de_SessionsList(_, context), "Sessions")
|
|
2155
2155
|
});
|
|
2156
2156
|
}, "de_ListSessionsResponse");
|
|
2157
2157
|
var de_ListTableMetadataOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2158
2158
|
return (0, import_smithy_client.take)(output, {
|
|
2159
2159
|
NextToken: import_smithy_client.expectString,
|
|
2160
|
-
TableMetadataList: (_) => de_TableMetadataList(_, context)
|
|
2160
|
+
TableMetadataList: /* @__PURE__ */ __name((_) => de_TableMetadataList(_, context), "TableMetadataList")
|
|
2161
2161
|
});
|
|
2162
2162
|
}, "de_ListTableMetadataOutput");
|
|
2163
2163
|
var de_ListWorkGroupsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2164
2164
|
return (0, import_smithy_client.take)(output, {
|
|
2165
2165
|
NextToken: import_smithy_client.expectString,
|
|
2166
|
-
WorkGroups: (_) => de_WorkGroupsList(_, context)
|
|
2166
|
+
WorkGroups: /* @__PURE__ */ __name((_) => de_WorkGroupsList(_, context), "WorkGroups")
|
|
2167
2167
|
});
|
|
2168
2168
|
}, "de_ListWorkGroupsOutput");
|
|
2169
2169
|
var de_NotebookMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
2170
2170
|
return (0, import_smithy_client.take)(output, {
|
|
2171
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2172
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2171
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2172
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
2173
2173
|
Name: import_smithy_client.expectString,
|
|
2174
2174
|
NotebookId: import_smithy_client.expectString,
|
|
2175
2175
|
Type: import_smithy_client.expectString,
|
|
@@ -2190,14 +2190,14 @@ var de_NotebookSessionsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2190
2190
|
}, "de_NotebookSessionsList");
|
|
2191
2191
|
var de_NotebookSessionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2192
2192
|
return (0, import_smithy_client.take)(output, {
|
|
2193
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2193
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2194
2194
|
SessionId: import_smithy_client.expectString
|
|
2195
2195
|
});
|
|
2196
2196
|
}, "de_NotebookSessionSummary");
|
|
2197
2197
|
var de_PreparedStatement = /* @__PURE__ */ __name((output, context) => {
|
|
2198
2198
|
return (0, import_smithy_client.take)(output, {
|
|
2199
2199
|
Description: import_smithy_client.expectString,
|
|
2200
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2200
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
2201
2201
|
QueryStatement: import_smithy_client.expectString,
|
|
2202
2202
|
StatementName: import_smithy_client.expectString,
|
|
2203
2203
|
WorkGroupName: import_smithy_client.expectString
|
|
@@ -2217,7 +2217,7 @@ var de_PreparedStatementsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2217
2217
|
}, "de_PreparedStatementsList");
|
|
2218
2218
|
var de_PreparedStatementSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2219
2219
|
return (0, import_smithy_client.take)(output, {
|
|
2220
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2220
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
2221
2221
|
StatementName: import_smithy_client.expectString
|
|
2222
2222
|
});
|
|
2223
2223
|
}, "de_PreparedStatementSummary");
|
|
@@ -2233,7 +2233,7 @@ var de_QueryExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
2233
2233
|
ResultReuseConfiguration: import_smithy_client._json,
|
|
2234
2234
|
StatementType: import_smithy_client.expectString,
|
|
2235
2235
|
Statistics: import_smithy_client._json,
|
|
2236
|
-
Status: (_) => de_QueryExecutionStatus(_, context),
|
|
2236
|
+
Status: /* @__PURE__ */ __name((_) => de_QueryExecutionStatus(_, context), "Status"),
|
|
2237
2237
|
SubstatementType: import_smithy_client.expectString,
|
|
2238
2238
|
WorkGroup: import_smithy_client.expectString
|
|
2239
2239
|
});
|
|
@@ -2247,15 +2247,15 @@ var de_QueryExecutionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2247
2247
|
var de_QueryExecutionStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2248
2248
|
return (0, import_smithy_client.take)(output, {
|
|
2249
2249
|
AthenaError: import_smithy_client._json,
|
|
2250
|
-
CompletionDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2250
|
+
CompletionDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionDateTime"),
|
|
2251
2251
|
State: import_smithy_client.expectString,
|
|
2252
2252
|
StateChangeReason: import_smithy_client.expectString,
|
|
2253
|
-
SubmissionDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2253
|
+
SubmissionDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubmissionDateTime")
|
|
2254
2254
|
});
|
|
2255
2255
|
}, "de_QueryExecutionStatus");
|
|
2256
2256
|
var de_QueryRuntimeStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
2257
2257
|
return (0, import_smithy_client.take)(output, {
|
|
2258
|
-
OutputStage: (_) => de_QueryStage(_, context),
|
|
2258
|
+
OutputStage: /* @__PURE__ */ __name((_) => de_QueryStage(_, context), "OutputStage"),
|
|
2259
2259
|
Rows: import_smithy_client._json,
|
|
2260
2260
|
Timeline: import_smithy_client._json
|
|
2261
2261
|
});
|
|
@@ -2267,15 +2267,15 @@ var de_QueryStage = /* @__PURE__ */ __name((output, context) => {
|
|
|
2267
2267
|
InputRows: import_smithy_client.expectLong,
|
|
2268
2268
|
OutputBytes: import_smithy_client.expectLong,
|
|
2269
2269
|
OutputRows: import_smithy_client.expectLong,
|
|
2270
|
-
QueryStagePlan: (_) => de_QueryStagePlanNode(_, context),
|
|
2270
|
+
QueryStagePlan: /* @__PURE__ */ __name((_) => de_QueryStagePlanNode(_, context), "QueryStagePlan"),
|
|
2271
2271
|
StageId: import_smithy_client.expectLong,
|
|
2272
2272
|
State: import_smithy_client.expectString,
|
|
2273
|
-
SubStages: (_) => de_QueryStages(_, context)
|
|
2273
|
+
SubStages: /* @__PURE__ */ __name((_) => de_QueryStages(_, context), "SubStages")
|
|
2274
2274
|
});
|
|
2275
2275
|
}, "de_QueryStage");
|
|
2276
2276
|
var de_QueryStagePlanNode = /* @__PURE__ */ __name((output, context) => {
|
|
2277
2277
|
return (0, import_smithy_client.take)(output, {
|
|
2278
|
-
Children: (_) => de_QueryStagePlanNodes(_, context),
|
|
2278
|
+
Children: /* @__PURE__ */ __name((_) => de_QueryStagePlanNodes(_, context), "Children"),
|
|
2279
2279
|
Identifier: import_smithy_client.expectString,
|
|
2280
2280
|
Name: import_smithy_client.expectString,
|
|
2281
2281
|
RemoteSources: import_smithy_client._json
|
|
@@ -2301,10 +2301,10 @@ var de_SessionsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2301
2301
|
}, "de_SessionsList");
|
|
2302
2302
|
var de_SessionStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2303
2303
|
return (0, import_smithy_client.take)(output, {
|
|
2304
|
-
EndDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2305
|
-
IdleSinceDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2306
|
-
LastModifiedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2307
|
-
StartDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2304
|
+
EndDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDateTime"),
|
|
2305
|
+
IdleSinceDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "IdleSinceDateTime"),
|
|
2306
|
+
LastModifiedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDateTime"),
|
|
2307
|
+
StartDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDateTime"),
|
|
2308
2308
|
State: import_smithy_client.expectString,
|
|
2309
2309
|
StateChangeReason: import_smithy_client.expectString
|
|
2310
2310
|
});
|
|
@@ -2315,14 +2315,14 @@ var de_SessionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2315
2315
|
EngineVersion: import_smithy_client._json,
|
|
2316
2316
|
NotebookVersion: import_smithy_client.expectString,
|
|
2317
2317
|
SessionId: import_smithy_client.expectString,
|
|
2318
|
-
Status: (_) => de_SessionStatus(_, context)
|
|
2318
|
+
Status: /* @__PURE__ */ __name((_) => de_SessionStatus(_, context), "Status")
|
|
2319
2319
|
});
|
|
2320
2320
|
}, "de_SessionSummary");
|
|
2321
2321
|
var de_TableMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
2322
2322
|
return (0, import_smithy_client.take)(output, {
|
|
2323
2323
|
Columns: import_smithy_client._json,
|
|
2324
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2325
|
-
LastAccessTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2324
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
|
|
2325
|
+
LastAccessTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAccessTime"),
|
|
2326
2326
|
Name: import_smithy_client.expectString,
|
|
2327
2327
|
Parameters: import_smithy_client._json,
|
|
2328
2328
|
PartitionKeys: import_smithy_client._json,
|
|
@@ -2338,7 +2338,7 @@ var de_TableMetadataList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2338
2338
|
var de_WorkGroup = /* @__PURE__ */ __name((output, context) => {
|
|
2339
2339
|
return (0, import_smithy_client.take)(output, {
|
|
2340
2340
|
Configuration: import_smithy_client._json,
|
|
2341
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2341
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2342
2342
|
Description: import_smithy_client.expectString,
|
|
2343
2343
|
IdentityCenterApplicationArn: import_smithy_client.expectString,
|
|
2344
2344
|
Name: import_smithy_client.expectString,
|
|
@@ -2353,7 +2353,7 @@ var de_WorkGroupsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2353
2353
|
}, "de_WorkGroupsList");
|
|
2354
2354
|
var de_WorkGroupSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2355
2355
|
return (0, import_smithy_client.take)(output, {
|
|
2356
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2356
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2357
2357
|
Description: import_smithy_client.expectString,
|
|
2358
2358
|
EngineVersion: import_smithy_client._json,
|
|
2359
2359
|
IdentityCenterApplicationArn: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-athena",
|
|
3
3
|
"description": "AWS SDK for JavaScript Athena 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-athena",
|
|
@@ -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",
|