@aws-sdk/client-dataexchange 3.750.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 +110 -110
- package/package.json +13 -13
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
|
AcceptDataGrantCommand: () => AcceptDataGrantCommand,
|
|
25
25
|
AcceptanceStateFilterValue: () => AcceptanceStateFilterValue,
|
|
26
26
|
AccessDeniedException: () => AccessDeniedException,
|
|
@@ -99,7 +99,7 @@ __export(src_exports, {
|
|
|
99
99
|
paginateListReceivedDataGrants: () => paginateListReceivedDataGrants,
|
|
100
100
|
paginateListRevisionAssets: () => paginateListRevisionAssets
|
|
101
101
|
});
|
|
102
|
-
module.exports = __toCommonJS(
|
|
102
|
+
module.exports = __toCommonJS(index_exports);
|
|
103
103
|
|
|
104
104
|
// src/DataExchangeClient.ts
|
|
105
105
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -226,9 +226,9 @@ var DataExchangeClient = class extends import_smithy_client.Client {
|
|
|
226
226
|
this.middlewareStack.use(
|
|
227
227
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
228
228
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDataExchangeHttpAuthSchemeParametersProvider,
|
|
229
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
229
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
230
230
|
"aws.auth#sigv4": config.credentials
|
|
231
|
-
})
|
|
231
|
+
}), "identityProviderConfigProvider")
|
|
232
232
|
})
|
|
233
233
|
);
|
|
234
234
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -658,12 +658,12 @@ var se_CreateDataGrantCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
658
658
|
body = JSON.stringify(
|
|
659
659
|
(0, import_smithy_client.take)(input, {
|
|
660
660
|
Description: [],
|
|
661
|
-
EndsAt: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
661
|
+
EndsAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "EndsAt"),
|
|
662
662
|
GrantDistributionScope: [],
|
|
663
663
|
Name: [],
|
|
664
664
|
ReceiverPrincipal: [],
|
|
665
665
|
SourceDataSetId: [],
|
|
666
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
666
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
667
667
|
})
|
|
668
668
|
);
|
|
669
669
|
b.m("POST").h(headers).b(body);
|
|
@@ -681,7 +681,7 @@ var se_CreateDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
681
681
|
AssetType: [],
|
|
682
682
|
Description: [],
|
|
683
683
|
Name: [],
|
|
684
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
684
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
685
685
|
})
|
|
686
686
|
);
|
|
687
687
|
b.m("POST").h(headers).b(body);
|
|
@@ -696,8 +696,8 @@ var se_CreateEventActionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
696
696
|
let body;
|
|
697
697
|
body = JSON.stringify(
|
|
698
698
|
(0, import_smithy_client.take)(input, {
|
|
699
|
-
Action: (_) => (0, import_smithy_client._json)(_),
|
|
700
|
-
Event: (_) => (0, import_smithy_client._json)(_)
|
|
699
|
+
Action: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Action"),
|
|
700
|
+
Event: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Event")
|
|
701
701
|
})
|
|
702
702
|
);
|
|
703
703
|
b.m("POST").h(headers).b(body);
|
|
@@ -712,7 +712,7 @@ var se_CreateJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
712
712
|
let body;
|
|
713
713
|
body = JSON.stringify(
|
|
714
714
|
(0, import_smithy_client.take)(input, {
|
|
715
|
-
Details: (_) => (0, import_smithy_client._json)(_),
|
|
715
|
+
Details: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Details"),
|
|
716
716
|
Type: []
|
|
717
717
|
})
|
|
718
718
|
);
|
|
@@ -730,7 +730,7 @@ var se_CreateRevisionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
730
730
|
body = JSON.stringify(
|
|
731
731
|
(0, import_smithy_client.take)(input, {
|
|
732
732
|
Comment: [],
|
|
733
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
733
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
734
734
|
})
|
|
735
735
|
);
|
|
736
736
|
b.m("POST").h(headers).b(body);
|
|
@@ -1013,8 +1013,8 @@ var se_SendDataSetNotificationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1013
1013
|
(0, import_smithy_client.take)(input, {
|
|
1014
1014
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1015
1015
|
Comment: [],
|
|
1016
|
-
Details: (_) => se_NotificationDetails(_, context),
|
|
1017
|
-
Scope: (_) => (0, import_smithy_client._json)(_),
|
|
1016
|
+
Details: /* @__PURE__ */ __name((_) => se_NotificationDetails(_, context), "Details"),
|
|
1017
|
+
Scope: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Scope"),
|
|
1018
1018
|
Type: []
|
|
1019
1019
|
})
|
|
1020
1020
|
);
|
|
@@ -1103,7 +1103,7 @@ var se_UpdateEventActionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1103
1103
|
let body;
|
|
1104
1104
|
body = JSON.stringify(
|
|
1105
1105
|
(0, import_smithy_client.take)(input, {
|
|
1106
|
-
Action: (_) => (0, import_smithy_client._json)(_)
|
|
1106
|
+
Action: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Action")
|
|
1107
1107
|
})
|
|
1108
1108
|
);
|
|
1109
1109
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1137,18 +1137,18 @@ var de_AcceptDataGrantCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1137
1137
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1138
1138
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1139
1139
|
AcceptanceState: import_smithy_client.expectString,
|
|
1140
|
-
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1140
|
+
AcceptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "AcceptedAt"),
|
|
1141
1141
|
Arn: import_smithy_client.expectString,
|
|
1142
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1142
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1143
1143
|
DataSetId: import_smithy_client.expectString,
|
|
1144
1144
|
Description: import_smithy_client.expectString,
|
|
1145
|
-
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1145
|
+
EndsAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndsAt"),
|
|
1146
1146
|
GrantDistributionScope: import_smithy_client.expectString,
|
|
1147
1147
|
Id: import_smithy_client.expectString,
|
|
1148
1148
|
Name: import_smithy_client.expectString,
|
|
1149
1149
|
ReceiverPrincipal: import_smithy_client.expectString,
|
|
1150
1150
|
SenderPrincipal: import_smithy_client.expectString,
|
|
1151
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1151
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1152
1152
|
});
|
|
1153
1153
|
Object.assign(contents, doc);
|
|
1154
1154
|
return contents;
|
|
@@ -1173,12 +1173,12 @@ var de_CreateDataGrantCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1173
1173
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1174
1174
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1175
1175
|
AcceptanceState: import_smithy_client.expectString,
|
|
1176
|
-
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1176
|
+
AcceptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "AcceptedAt"),
|
|
1177
1177
|
Arn: import_smithy_client.expectString,
|
|
1178
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1178
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1179
1179
|
DataSetId: import_smithy_client.expectString,
|
|
1180
1180
|
Description: import_smithy_client.expectString,
|
|
1181
|
-
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1181
|
+
EndsAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndsAt"),
|
|
1182
1182
|
GrantDistributionScope: import_smithy_client.expectString,
|
|
1183
1183
|
Id: import_smithy_client.expectString,
|
|
1184
1184
|
Name: import_smithy_client.expectString,
|
|
@@ -1186,7 +1186,7 @@ var de_CreateDataGrantCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1186
1186
|
SenderPrincipal: import_smithy_client.expectString,
|
|
1187
1187
|
SourceDataSetId: import_smithy_client.expectString,
|
|
1188
1188
|
Tags: import_smithy_client._json,
|
|
1189
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1189
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1190
1190
|
});
|
|
1191
1191
|
Object.assign(contents, doc);
|
|
1192
1192
|
return contents;
|
|
@@ -1202,7 +1202,7 @@ var de_CreateDataSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1202
1202
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1203
1203
|
Arn: import_smithy_client.expectString,
|
|
1204
1204
|
AssetType: import_smithy_client.expectString,
|
|
1205
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1205
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1206
1206
|
Description: import_smithy_client.expectString,
|
|
1207
1207
|
Id: import_smithy_client.expectString,
|
|
1208
1208
|
Name: import_smithy_client.expectString,
|
|
@@ -1210,7 +1210,7 @@ var de_CreateDataSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1210
1210
|
OriginDetails: import_smithy_client._json,
|
|
1211
1211
|
SourceId: import_smithy_client.expectString,
|
|
1212
1212
|
Tags: import_smithy_client._json,
|
|
1213
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1213
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1214
1214
|
});
|
|
1215
1215
|
Object.assign(contents, doc);
|
|
1216
1216
|
return contents;
|
|
@@ -1226,10 +1226,10 @@ var de_CreateEventActionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1226
1226
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1227
1227
|
Action: import_smithy_client._json,
|
|
1228
1228
|
Arn: import_smithy_client.expectString,
|
|
1229
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1229
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1230
1230
|
Event: import_smithy_client._json,
|
|
1231
1231
|
Id: import_smithy_client.expectString,
|
|
1232
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1232
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1233
1233
|
});
|
|
1234
1234
|
Object.assign(contents, doc);
|
|
1235
1235
|
return contents;
|
|
@@ -1244,13 +1244,13 @@ var de_CreateJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1244
1244
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1245
1245
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1246
1246
|
Arn: import_smithy_client.expectString,
|
|
1247
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1248
|
-
Details: (_) => de_ResponseDetails(_, context),
|
|
1249
|
-
Errors: (_) => de_ListOfJobError(_, context),
|
|
1247
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1248
|
+
Details: /* @__PURE__ */ __name((_) => de_ResponseDetails(_, context), "Details"),
|
|
1249
|
+
Errors: /* @__PURE__ */ __name((_) => de_ListOfJobError(_, context), "Errors"),
|
|
1250
1250
|
Id: import_smithy_client.expectString,
|
|
1251
1251
|
State: import_smithy_client.expectString,
|
|
1252
1252
|
Type: import_smithy_client.expectString,
|
|
1253
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1253
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1254
1254
|
});
|
|
1255
1255
|
Object.assign(contents, doc);
|
|
1256
1256
|
return contents;
|
|
@@ -1266,16 +1266,16 @@ var de_CreateRevisionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1266
1266
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1267
1267
|
Arn: import_smithy_client.expectString,
|
|
1268
1268
|
Comment: import_smithy_client.expectString,
|
|
1269
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1269
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1270
1270
|
DataSetId: import_smithy_client.expectString,
|
|
1271
1271
|
Finalized: import_smithy_client.expectBoolean,
|
|
1272
1272
|
Id: import_smithy_client.expectString,
|
|
1273
1273
|
RevocationComment: import_smithy_client.expectString,
|
|
1274
1274
|
Revoked: import_smithy_client.expectBoolean,
|
|
1275
|
-
RevokedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1275
|
+
RevokedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "RevokedAt"),
|
|
1276
1276
|
SourceId: import_smithy_client.expectString,
|
|
1277
1277
|
Tags: import_smithy_client._json,
|
|
1278
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1278
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1279
1279
|
});
|
|
1280
1280
|
Object.assign(contents, doc);
|
|
1281
1281
|
return contents;
|
|
@@ -1340,15 +1340,15 @@ var de_GetAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1340
1340
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1341
1341
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1342
1342
|
Arn: import_smithy_client.expectString,
|
|
1343
|
-
AssetDetails: (_) => de_AssetDetails(_, context),
|
|
1343
|
+
AssetDetails: /* @__PURE__ */ __name((_) => de_AssetDetails(_, context), "AssetDetails"),
|
|
1344
1344
|
AssetType: import_smithy_client.expectString,
|
|
1345
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1345
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1346
1346
|
DataSetId: import_smithy_client.expectString,
|
|
1347
1347
|
Id: import_smithy_client.expectString,
|
|
1348
1348
|
Name: import_smithy_client.expectString,
|
|
1349
1349
|
RevisionId: import_smithy_client.expectString,
|
|
1350
1350
|
SourceId: import_smithy_client.expectString,
|
|
1351
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1351
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1352
1352
|
});
|
|
1353
1353
|
Object.assign(contents, doc);
|
|
1354
1354
|
return contents;
|
|
@@ -1363,12 +1363,12 @@ var de_GetDataGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1363
1363
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1364
1364
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1365
1365
|
AcceptanceState: import_smithy_client.expectString,
|
|
1366
|
-
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1366
|
+
AcceptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "AcceptedAt"),
|
|
1367
1367
|
Arn: import_smithy_client.expectString,
|
|
1368
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1368
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1369
1369
|
DataSetId: import_smithy_client.expectString,
|
|
1370
1370
|
Description: import_smithy_client.expectString,
|
|
1371
|
-
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1371
|
+
EndsAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndsAt"),
|
|
1372
1372
|
GrantDistributionScope: import_smithy_client.expectString,
|
|
1373
1373
|
Id: import_smithy_client.expectString,
|
|
1374
1374
|
Name: import_smithy_client.expectString,
|
|
@@ -1376,7 +1376,7 @@ var de_GetDataGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1376
1376
|
SenderPrincipal: import_smithy_client.expectString,
|
|
1377
1377
|
SourceDataSetId: import_smithy_client.expectString,
|
|
1378
1378
|
Tags: import_smithy_client._json,
|
|
1379
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1379
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1380
1380
|
});
|
|
1381
1381
|
Object.assign(contents, doc);
|
|
1382
1382
|
return contents;
|
|
@@ -1392,7 +1392,7 @@ var de_GetDataSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1392
1392
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1393
1393
|
Arn: import_smithy_client.expectString,
|
|
1394
1394
|
AssetType: import_smithy_client.expectString,
|
|
1395
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1395
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1396
1396
|
Description: import_smithy_client.expectString,
|
|
1397
1397
|
Id: import_smithy_client.expectString,
|
|
1398
1398
|
Name: import_smithy_client.expectString,
|
|
@@ -1400,7 +1400,7 @@ var de_GetDataSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1400
1400
|
OriginDetails: import_smithy_client._json,
|
|
1401
1401
|
SourceId: import_smithy_client.expectString,
|
|
1402
1402
|
Tags: import_smithy_client._json,
|
|
1403
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1403
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1404
1404
|
});
|
|
1405
1405
|
Object.assign(contents, doc);
|
|
1406
1406
|
return contents;
|
|
@@ -1416,10 +1416,10 @@ var de_GetEventActionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1416
1416
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1417
1417
|
Action: import_smithy_client._json,
|
|
1418
1418
|
Arn: import_smithy_client.expectString,
|
|
1419
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1419
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1420
1420
|
Event: import_smithy_client._json,
|
|
1421
1421
|
Id: import_smithy_client.expectString,
|
|
1422
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1422
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1423
1423
|
});
|
|
1424
1424
|
Object.assign(contents, doc);
|
|
1425
1425
|
return contents;
|
|
@@ -1434,13 +1434,13 @@ var de_GetJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1434
1434
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1435
1435
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1436
1436
|
Arn: import_smithy_client.expectString,
|
|
1437
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1438
|
-
Details: (_) => de_ResponseDetails(_, context),
|
|
1439
|
-
Errors: (_) => de_ListOfJobError(_, context),
|
|
1437
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1438
|
+
Details: /* @__PURE__ */ __name((_) => de_ResponseDetails(_, context), "Details"),
|
|
1439
|
+
Errors: /* @__PURE__ */ __name((_) => de_ListOfJobError(_, context), "Errors"),
|
|
1440
1440
|
Id: import_smithy_client.expectString,
|
|
1441
1441
|
State: import_smithy_client.expectString,
|
|
1442
1442
|
Type: import_smithy_client.expectString,
|
|
1443
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1443
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1444
1444
|
});
|
|
1445
1445
|
Object.assign(contents, doc);
|
|
1446
1446
|
return contents;
|
|
@@ -1455,18 +1455,18 @@ var de_GetReceivedDataGrantCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1455
1455
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1456
1456
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1457
1457
|
AcceptanceState: import_smithy_client.expectString,
|
|
1458
|
-
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1458
|
+
AcceptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "AcceptedAt"),
|
|
1459
1459
|
Arn: import_smithy_client.expectString,
|
|
1460
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1460
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1461
1461
|
DataSetId: import_smithy_client.expectString,
|
|
1462
1462
|
Description: import_smithy_client.expectString,
|
|
1463
|
-
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1463
|
+
EndsAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndsAt"),
|
|
1464
1464
|
GrantDistributionScope: import_smithy_client.expectString,
|
|
1465
1465
|
Id: import_smithy_client.expectString,
|
|
1466
1466
|
Name: import_smithy_client.expectString,
|
|
1467
1467
|
ReceiverPrincipal: import_smithy_client.expectString,
|
|
1468
1468
|
SenderPrincipal: import_smithy_client.expectString,
|
|
1469
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1469
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1470
1470
|
});
|
|
1471
1471
|
Object.assign(contents, doc);
|
|
1472
1472
|
return contents;
|
|
@@ -1482,16 +1482,16 @@ var de_GetRevisionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1482
1482
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1483
1483
|
Arn: import_smithy_client.expectString,
|
|
1484
1484
|
Comment: import_smithy_client.expectString,
|
|
1485
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1485
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1486
1486
|
DataSetId: import_smithy_client.expectString,
|
|
1487
1487
|
Finalized: import_smithy_client.expectBoolean,
|
|
1488
1488
|
Id: import_smithy_client.expectString,
|
|
1489
1489
|
RevocationComment: import_smithy_client.expectString,
|
|
1490
1490
|
Revoked: import_smithy_client.expectBoolean,
|
|
1491
|
-
RevokedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1491
|
+
RevokedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "RevokedAt"),
|
|
1492
1492
|
SourceId: import_smithy_client.expectString,
|
|
1493
1493
|
Tags: import_smithy_client._json,
|
|
1494
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1494
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1495
1495
|
});
|
|
1496
1496
|
Object.assign(contents, doc);
|
|
1497
1497
|
return contents;
|
|
@@ -1505,7 +1505,7 @@ var de_ListDataGrantsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1505
1505
|
});
|
|
1506
1506
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1507
1507
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1508
|
-
DataGrantSummaries: (_) => de_ListOfDataGrantSummaryEntry(_, context),
|
|
1508
|
+
DataGrantSummaries: /* @__PURE__ */ __name((_) => de_ListOfDataGrantSummaryEntry(_, context), "DataGrantSummaries"),
|
|
1509
1509
|
NextToken: import_smithy_client.expectString
|
|
1510
1510
|
});
|
|
1511
1511
|
Object.assign(contents, doc);
|
|
@@ -1521,7 +1521,7 @@ var de_ListDataSetRevisionsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1521
1521
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1522
1522
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1523
1523
|
NextToken: import_smithy_client.expectString,
|
|
1524
|
-
Revisions: (_) => de_ListOfRevisionEntry(_, context)
|
|
1524
|
+
Revisions: /* @__PURE__ */ __name((_) => de_ListOfRevisionEntry(_, context), "Revisions")
|
|
1525
1525
|
});
|
|
1526
1526
|
Object.assign(contents, doc);
|
|
1527
1527
|
return contents;
|
|
@@ -1535,7 +1535,7 @@ var de_ListDataSetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1535
1535
|
});
|
|
1536
1536
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1537
1537
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1538
|
-
DataSets: (_) => de_ListOfDataSetEntry(_, context),
|
|
1538
|
+
DataSets: /* @__PURE__ */ __name((_) => de_ListOfDataSetEntry(_, context), "DataSets"),
|
|
1539
1539
|
NextToken: import_smithy_client.expectString
|
|
1540
1540
|
});
|
|
1541
1541
|
Object.assign(contents, doc);
|
|
@@ -1550,7 +1550,7 @@ var de_ListEventActionsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1550
1550
|
});
|
|
1551
1551
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1552
1552
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1553
|
-
EventActions: (_) => de_ListOfEventActionEntry(_, context),
|
|
1553
|
+
EventActions: /* @__PURE__ */ __name((_) => de_ListOfEventActionEntry(_, context), "EventActions"),
|
|
1554
1554
|
NextToken: import_smithy_client.expectString
|
|
1555
1555
|
});
|
|
1556
1556
|
Object.assign(contents, doc);
|
|
@@ -1565,7 +1565,7 @@ var de_ListJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1565
1565
|
});
|
|
1566
1566
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1567
1567
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1568
|
-
Jobs: (_) => de_ListOfJobEntry(_, context),
|
|
1568
|
+
Jobs: /* @__PURE__ */ __name((_) => de_ListOfJobEntry(_, context), "Jobs"),
|
|
1569
1569
|
NextToken: import_smithy_client.expectString
|
|
1570
1570
|
});
|
|
1571
1571
|
Object.assign(contents, doc);
|
|
@@ -1580,7 +1580,7 @@ var de_ListReceivedDataGrantsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1580
1580
|
});
|
|
1581
1581
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1582
1582
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1583
|
-
DataGrantSummaries: (_) => de_ListOfReceivedDataGrantSummariesEntry(_, context),
|
|
1583
|
+
DataGrantSummaries: /* @__PURE__ */ __name((_) => de_ListOfReceivedDataGrantSummariesEntry(_, context), "DataGrantSummaries"),
|
|
1584
1584
|
NextToken: import_smithy_client.expectString
|
|
1585
1585
|
});
|
|
1586
1586
|
Object.assign(contents, doc);
|
|
@@ -1595,7 +1595,7 @@ var de_ListRevisionAssetsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1595
1595
|
});
|
|
1596
1596
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1597
1597
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1598
|
-
Assets: (_) => de_ListOfAssetEntry(_, context),
|
|
1598
|
+
Assets: /* @__PURE__ */ __name((_) => de_ListOfAssetEntry(_, context), "Assets"),
|
|
1599
1599
|
NextToken: import_smithy_client.expectString
|
|
1600
1600
|
});
|
|
1601
1601
|
Object.assign(contents, doc);
|
|
@@ -1626,15 +1626,15 @@ var de_RevokeRevisionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1626
1626
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1627
1627
|
Arn: import_smithy_client.expectString,
|
|
1628
1628
|
Comment: import_smithy_client.expectString,
|
|
1629
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1629
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1630
1630
|
DataSetId: import_smithy_client.expectString,
|
|
1631
1631
|
Finalized: import_smithy_client.expectBoolean,
|
|
1632
1632
|
Id: import_smithy_client.expectString,
|
|
1633
1633
|
RevocationComment: import_smithy_client.expectString,
|
|
1634
1634
|
Revoked: import_smithy_client.expectBoolean,
|
|
1635
|
-
RevokedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1635
|
+
RevokedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "RevokedAt"),
|
|
1636
1636
|
SourceId: import_smithy_client.expectString,
|
|
1637
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1637
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1638
1638
|
});
|
|
1639
1639
|
Object.assign(contents, doc);
|
|
1640
1640
|
return contents;
|
|
@@ -1707,15 +1707,15 @@ var de_UpdateAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1707
1707
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1708
1708
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1709
1709
|
Arn: import_smithy_client.expectString,
|
|
1710
|
-
AssetDetails: (_) => de_AssetDetails(_, context),
|
|
1710
|
+
AssetDetails: /* @__PURE__ */ __name((_) => de_AssetDetails(_, context), "AssetDetails"),
|
|
1711
1711
|
AssetType: import_smithy_client.expectString,
|
|
1712
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1712
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1713
1713
|
DataSetId: import_smithy_client.expectString,
|
|
1714
1714
|
Id: import_smithy_client.expectString,
|
|
1715
1715
|
Name: import_smithy_client.expectString,
|
|
1716
1716
|
RevisionId: import_smithy_client.expectString,
|
|
1717
1717
|
SourceId: import_smithy_client.expectString,
|
|
1718
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1718
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1719
1719
|
});
|
|
1720
1720
|
Object.assign(contents, doc);
|
|
1721
1721
|
return contents;
|
|
@@ -1731,14 +1731,14 @@ var de_UpdateDataSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1731
1731
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1732
1732
|
Arn: import_smithy_client.expectString,
|
|
1733
1733
|
AssetType: import_smithy_client.expectString,
|
|
1734
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1734
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1735
1735
|
Description: import_smithy_client.expectString,
|
|
1736
1736
|
Id: import_smithy_client.expectString,
|
|
1737
1737
|
Name: import_smithy_client.expectString,
|
|
1738
1738
|
Origin: import_smithy_client.expectString,
|
|
1739
1739
|
OriginDetails: import_smithy_client._json,
|
|
1740
1740
|
SourceId: import_smithy_client.expectString,
|
|
1741
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1741
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1742
1742
|
});
|
|
1743
1743
|
Object.assign(contents, doc);
|
|
1744
1744
|
return contents;
|
|
@@ -1754,10 +1754,10 @@ var de_UpdateEventActionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1754
1754
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1755
1755
|
Action: import_smithy_client._json,
|
|
1756
1756
|
Arn: import_smithy_client.expectString,
|
|
1757
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1757
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1758
1758
|
Event: import_smithy_client._json,
|
|
1759
1759
|
Id: import_smithy_client.expectString,
|
|
1760
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1760
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1761
1761
|
});
|
|
1762
1762
|
Object.assign(contents, doc);
|
|
1763
1763
|
return contents;
|
|
@@ -1773,15 +1773,15 @@ var de_UpdateRevisionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1773
1773
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1774
1774
|
Arn: import_smithy_client.expectString,
|
|
1775
1775
|
Comment: import_smithy_client.expectString,
|
|
1776
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1776
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1777
1777
|
DataSetId: import_smithy_client.expectString,
|
|
1778
1778
|
Finalized: import_smithy_client.expectBoolean,
|
|
1779
1779
|
Id: import_smithy_client.expectString,
|
|
1780
1780
|
RevocationComment: import_smithy_client.expectString,
|
|
1781
1781
|
Revoked: import_smithy_client.expectBoolean,
|
|
1782
|
-
RevokedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1782
|
+
RevokedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "RevokedAt"),
|
|
1783
1783
|
SourceId: import_smithy_client.expectString,
|
|
1784
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1784
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1785
1785
|
});
|
|
1786
1786
|
Object.assign(contents, doc);
|
|
1787
1787
|
return contents;
|
|
@@ -1934,9 +1934,9 @@ var se_DeprecationRequestDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
1934
1934
|
}, "se_DeprecationRequestDetails");
|
|
1935
1935
|
var se_NotificationDetails = /* @__PURE__ */ __name((input, context) => {
|
|
1936
1936
|
return (0, import_smithy_client.take)(input, {
|
|
1937
|
-
DataUpdate: (_) => se_DataUpdateRequestDetails(_, context),
|
|
1938
|
-
Deprecation: (_) => se_DeprecationRequestDetails(_, context),
|
|
1939
|
-
SchemaChange: (_) => se_SchemaChangeRequestDetails(_, context)
|
|
1937
|
+
DataUpdate: /* @__PURE__ */ __name((_) => se_DataUpdateRequestDetails(_, context), "DataUpdate"),
|
|
1938
|
+
Deprecation: /* @__PURE__ */ __name((_) => se_DeprecationRequestDetails(_, context), "Deprecation"),
|
|
1939
|
+
SchemaChange: /* @__PURE__ */ __name((_) => se_SchemaChangeRequestDetails(_, context), "SchemaChange")
|
|
1940
1940
|
});
|
|
1941
1941
|
}, "se_NotificationDetails");
|
|
1942
1942
|
var se_SchemaChangeRequestDetails = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1953,72 +1953,72 @@ var de_ApiGatewayApiAsset = /* @__PURE__ */ __name((output, context) => {
|
|
|
1953
1953
|
ApiKey: import_smithy_client.expectString,
|
|
1954
1954
|
ApiName: import_smithy_client.expectString,
|
|
1955
1955
|
ApiSpecificationDownloadUrl: import_smithy_client.expectString,
|
|
1956
|
-
ApiSpecificationDownloadUrlExpiresAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1956
|
+
ApiSpecificationDownloadUrlExpiresAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ApiSpecificationDownloadUrlExpiresAt"),
|
|
1957
1957
|
ProtocolType: import_smithy_client.expectString,
|
|
1958
1958
|
Stage: import_smithy_client.expectString
|
|
1959
1959
|
});
|
|
1960
1960
|
}, "de_ApiGatewayApiAsset");
|
|
1961
1961
|
var de_AssetDetails = /* @__PURE__ */ __name((output, context) => {
|
|
1962
1962
|
return (0, import_smithy_client.take)(output, {
|
|
1963
|
-
ApiGatewayApiAsset: (_) => de_ApiGatewayApiAsset(_, context),
|
|
1963
|
+
ApiGatewayApiAsset: /* @__PURE__ */ __name((_) => de_ApiGatewayApiAsset(_, context), "ApiGatewayApiAsset"),
|
|
1964
1964
|
LakeFormationDataPermissionAsset: import_smithy_client._json,
|
|
1965
1965
|
RedshiftDataShareAsset: import_smithy_client._json,
|
|
1966
1966
|
S3DataAccessAsset: import_smithy_client._json,
|
|
1967
|
-
S3SnapshotAsset: (_) => de_S3SnapshotAsset(_, context)
|
|
1967
|
+
S3SnapshotAsset: /* @__PURE__ */ __name((_) => de_S3SnapshotAsset(_, context), "S3SnapshotAsset")
|
|
1968
1968
|
});
|
|
1969
1969
|
}, "de_AssetDetails");
|
|
1970
1970
|
var de_AssetEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1971
1971
|
return (0, import_smithy_client.take)(output, {
|
|
1972
1972
|
Arn: import_smithy_client.expectString,
|
|
1973
|
-
AssetDetails: (_) => de_AssetDetails(_, context),
|
|
1973
|
+
AssetDetails: /* @__PURE__ */ __name((_) => de_AssetDetails(_, context), "AssetDetails"),
|
|
1974
1974
|
AssetType: import_smithy_client.expectString,
|
|
1975
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1975
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1976
1976
|
DataSetId: import_smithy_client.expectString,
|
|
1977
1977
|
Id: import_smithy_client.expectString,
|
|
1978
1978
|
Name: import_smithy_client.expectString,
|
|
1979
1979
|
RevisionId: import_smithy_client.expectString,
|
|
1980
1980
|
SourceId: import_smithy_client.expectString,
|
|
1981
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1981
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1982
1982
|
});
|
|
1983
1983
|
}, "de_AssetEntry");
|
|
1984
1984
|
var de_DataGrantSummaryEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1985
1985
|
return (0, import_smithy_client.take)(output, {
|
|
1986
1986
|
AcceptanceState: import_smithy_client.expectString,
|
|
1987
|
-
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1987
|
+
AcceptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "AcceptedAt"),
|
|
1988
1988
|
Arn: import_smithy_client.expectString,
|
|
1989
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1989
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1990
1990
|
DataSetId: import_smithy_client.expectString,
|
|
1991
|
-
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1991
|
+
EndsAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndsAt"),
|
|
1992
1992
|
Id: import_smithy_client.expectString,
|
|
1993
1993
|
Name: import_smithy_client.expectString,
|
|
1994
1994
|
ReceiverPrincipal: import_smithy_client.expectString,
|
|
1995
1995
|
SenderPrincipal: import_smithy_client.expectString,
|
|
1996
1996
|
SourceDataSetId: import_smithy_client.expectString,
|
|
1997
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1997
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
1998
1998
|
});
|
|
1999
1999
|
}, "de_DataGrantSummaryEntry");
|
|
2000
2000
|
var de_DataSetEntry = /* @__PURE__ */ __name((output, context) => {
|
|
2001
2001
|
return (0, import_smithy_client.take)(output, {
|
|
2002
2002
|
Arn: import_smithy_client.expectString,
|
|
2003
2003
|
AssetType: import_smithy_client.expectString,
|
|
2004
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2004
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2005
2005
|
Description: import_smithy_client.expectString,
|
|
2006
2006
|
Id: import_smithy_client.expectString,
|
|
2007
2007
|
Name: import_smithy_client.expectString,
|
|
2008
2008
|
Origin: import_smithy_client.expectString,
|
|
2009
2009
|
OriginDetails: import_smithy_client._json,
|
|
2010
2010
|
SourceId: import_smithy_client.expectString,
|
|
2011
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2011
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
2012
2012
|
});
|
|
2013
2013
|
}, "de_DataSetEntry");
|
|
2014
2014
|
var de_EventActionEntry = /* @__PURE__ */ __name((output, context) => {
|
|
2015
2015
|
return (0, import_smithy_client.take)(output, {
|
|
2016
2016
|
Action: import_smithy_client._json,
|
|
2017
2017
|
Arn: import_smithy_client.expectString,
|
|
2018
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2018
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2019
2019
|
Event: import_smithy_client._json,
|
|
2020
2020
|
Id: import_smithy_client.expectString,
|
|
2021
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2021
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
2022
2022
|
});
|
|
2023
2023
|
}, "de_EventActionEntry");
|
|
2024
2024
|
var de_ExportAssetToSignedUrlResponseDetails = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2027,7 +2027,7 @@ var de_ExportAssetToSignedUrlResponseDetails = /* @__PURE__ */ __name((output, c
|
|
|
2027
2027
|
DataSetId: import_smithy_client.expectString,
|
|
2028
2028
|
RevisionId: import_smithy_client.expectString,
|
|
2029
2029
|
SignedUrl: import_smithy_client.expectString,
|
|
2030
|
-
SignedUrlExpiresAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2030
|
+
SignedUrlExpiresAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "SignedUrlExpiresAt")
|
|
2031
2031
|
});
|
|
2032
2032
|
}, "de_ExportAssetToSignedUrlResponseDetails");
|
|
2033
2033
|
var de_ImportAssetFromApiGatewayApiResponseDetails = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2038,7 +2038,7 @@ var de_ImportAssetFromApiGatewayApiResponseDetails = /* @__PURE__ */ __name((out
|
|
|
2038
2038
|
ApiName: import_smithy_client.expectString,
|
|
2039
2039
|
ApiSpecificationMd5Hash: import_smithy_client.expectString,
|
|
2040
2040
|
ApiSpecificationUploadUrl: import_smithy_client.expectString,
|
|
2041
|
-
ApiSpecificationUploadUrlExpiresAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2041
|
+
ApiSpecificationUploadUrlExpiresAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ApiSpecificationUploadUrlExpiresAt"),
|
|
2042
2042
|
DataSetId: import_smithy_client.expectString,
|
|
2043
2043
|
ProtocolType: import_smithy_client.expectString,
|
|
2044
2044
|
RevisionId: import_smithy_client.expectString,
|
|
@@ -2052,19 +2052,19 @@ var de_ImportAssetFromSignedUrlResponseDetails = /* @__PURE__ */ __name((output,
|
|
|
2052
2052
|
Md5Hash: import_smithy_client.expectString,
|
|
2053
2053
|
RevisionId: import_smithy_client.expectString,
|
|
2054
2054
|
SignedUrl: import_smithy_client.expectString,
|
|
2055
|
-
SignedUrlExpiresAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2055
|
+
SignedUrlExpiresAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "SignedUrlExpiresAt")
|
|
2056
2056
|
});
|
|
2057
2057
|
}, "de_ImportAssetFromSignedUrlResponseDetails");
|
|
2058
2058
|
var de_JobEntry = /* @__PURE__ */ __name((output, context) => {
|
|
2059
2059
|
return (0, import_smithy_client.take)(output, {
|
|
2060
2060
|
Arn: import_smithy_client.expectString,
|
|
2061
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2062
|
-
Details: (_) => de_ResponseDetails(_, context),
|
|
2063
|
-
Errors: (_) => de_ListOfJobError(_, context),
|
|
2061
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2062
|
+
Details: /* @__PURE__ */ __name((_) => de_ResponseDetails(_, context), "Details"),
|
|
2063
|
+
Errors: /* @__PURE__ */ __name((_) => de_ListOfJobError(_, context), "Errors"),
|
|
2064
2064
|
Id: import_smithy_client.expectString,
|
|
2065
2065
|
State: import_smithy_client.expectString,
|
|
2066
2066
|
Type: import_smithy_client.expectString,
|
|
2067
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2067
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
2068
2068
|
});
|
|
2069
2069
|
}, "de_JobEntry");
|
|
2070
2070
|
var de_JobError = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2129,26 +2129,26 @@ var de_ListOfRevisionEntry = /* @__PURE__ */ __name((output, context) => {
|
|
|
2129
2129
|
var de_ReceivedDataGrantSummariesEntry = /* @__PURE__ */ __name((output, context) => {
|
|
2130
2130
|
return (0, import_smithy_client.take)(output, {
|
|
2131
2131
|
AcceptanceState: import_smithy_client.expectString,
|
|
2132
|
-
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2132
|
+
AcceptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "AcceptedAt"),
|
|
2133
2133
|
Arn: import_smithy_client.expectString,
|
|
2134
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2134
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2135
2135
|
DataSetId: import_smithy_client.expectString,
|
|
2136
|
-
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2136
|
+
EndsAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndsAt"),
|
|
2137
2137
|
Id: import_smithy_client.expectString,
|
|
2138
2138
|
Name: import_smithy_client.expectString,
|
|
2139
2139
|
ReceiverPrincipal: import_smithy_client.expectString,
|
|
2140
2140
|
SenderPrincipal: import_smithy_client.expectString,
|
|
2141
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2141
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
2142
2142
|
});
|
|
2143
2143
|
}, "de_ReceivedDataGrantSummariesEntry");
|
|
2144
2144
|
var de_ResponseDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2145
2145
|
return (0, import_smithy_client.take)(output, {
|
|
2146
2146
|
CreateS3DataAccessFromS3Bucket: import_smithy_client._json,
|
|
2147
|
-
ExportAssetToSignedUrl: (_) => de_ExportAssetToSignedUrlResponseDetails(_, context),
|
|
2147
|
+
ExportAssetToSignedUrl: /* @__PURE__ */ __name((_) => de_ExportAssetToSignedUrlResponseDetails(_, context), "ExportAssetToSignedUrl"),
|
|
2148
2148
|
ExportAssetsToS3: import_smithy_client._json,
|
|
2149
2149
|
ExportRevisionsToS3: import_smithy_client._json,
|
|
2150
|
-
ImportAssetFromApiGatewayApi: (_) => de_ImportAssetFromApiGatewayApiResponseDetails(_, context),
|
|
2151
|
-
ImportAssetFromSignedUrl: (_) => de_ImportAssetFromSignedUrlResponseDetails(_, context),
|
|
2150
|
+
ImportAssetFromApiGatewayApi: /* @__PURE__ */ __name((_) => de_ImportAssetFromApiGatewayApiResponseDetails(_, context), "ImportAssetFromApiGatewayApi"),
|
|
2151
|
+
ImportAssetFromSignedUrl: /* @__PURE__ */ __name((_) => de_ImportAssetFromSignedUrlResponseDetails(_, context), "ImportAssetFromSignedUrl"),
|
|
2152
2152
|
ImportAssetsFromLakeFormationTagPolicy: import_smithy_client._json,
|
|
2153
2153
|
ImportAssetsFromRedshiftDataShares: import_smithy_client._json,
|
|
2154
2154
|
ImportAssetsFromS3: import_smithy_client._json
|
|
@@ -2158,15 +2158,15 @@ var de_RevisionEntry = /* @__PURE__ */ __name((output, context) => {
|
|
|
2158
2158
|
return (0, import_smithy_client.take)(output, {
|
|
2159
2159
|
Arn: import_smithy_client.expectString,
|
|
2160
2160
|
Comment: import_smithy_client.expectString,
|
|
2161
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2161
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2162
2162
|
DataSetId: import_smithy_client.expectString,
|
|
2163
2163
|
Finalized: import_smithy_client.expectBoolean,
|
|
2164
2164
|
Id: import_smithy_client.expectString,
|
|
2165
2165
|
RevocationComment: import_smithy_client.expectString,
|
|
2166
2166
|
Revoked: import_smithy_client.expectBoolean,
|
|
2167
|
-
RevokedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2167
|
+
RevokedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "RevokedAt"),
|
|
2168
2168
|
SourceId: import_smithy_client.expectString,
|
|
2169
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2169
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
2170
2170
|
});
|
|
2171
2171
|
}, "de_RevisionEntry");
|
|
2172
2172
|
var de_S3SnapshotAsset = /* @__PURE__ */ __name((output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dataexchange",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dataexchange 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-dataexchange",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
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.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
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",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|