@aws-sdk/client-clouddirectory 3.758.0 → 3.774.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 +156 -161
- package/package.json +7 -7
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
|
AddFacetToObjectCommand: () => AddFacetToObjectCommand,
|
|
26
26
|
ApplySchemaCommand: () => ApplySchemaCommand,
|
|
@@ -158,7 +158,7 @@ __export(src_exports, {
|
|
|
158
158
|
paginateListTypedLinkFacetNames: () => paginateListTypedLinkFacetNames,
|
|
159
159
|
paginateLookupPolicy: () => paginateLookupPolicy
|
|
160
160
|
});
|
|
161
|
-
module.exports = __toCommonJS(
|
|
161
|
+
module.exports = __toCommonJS(index_exports);
|
|
162
162
|
|
|
163
163
|
// src/CloudDirectoryClient.ts
|
|
164
164
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -285,9 +285,9 @@ var CloudDirectoryClient = class extends import_smithy_client.Client {
|
|
|
285
285
|
this.middlewareStack.use(
|
|
286
286
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
287
287
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCloudDirectoryHttpAuthSchemeParametersProvider,
|
|
288
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
288
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
289
289
|
"aws.auth#sigv4": config.credentials
|
|
290
|
-
})
|
|
290
|
+
}), "identityProviderConfigProvider")
|
|
291
291
|
})
|
|
292
292
|
);
|
|
293
293
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -354,16 +354,11 @@ var AccessDeniedException = class _AccessDeniedException extends CloudDirectoryS
|
|
|
354
354
|
var TypedAttributeValue;
|
|
355
355
|
((TypedAttributeValue2) => {
|
|
356
356
|
TypedAttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
357
|
-
if (value.StringValue !== void 0)
|
|
358
|
-
|
|
359
|
-
if (value.
|
|
360
|
-
|
|
361
|
-
if (value.
|
|
362
|
-
return visitor.BooleanValue(value.BooleanValue);
|
|
363
|
-
if (value.NumberValue !== void 0)
|
|
364
|
-
return visitor.NumberValue(value.NumberValue);
|
|
365
|
-
if (value.DatetimeValue !== void 0)
|
|
366
|
-
return visitor.DatetimeValue(value.DatetimeValue);
|
|
357
|
+
if (value.StringValue !== void 0) return visitor.StringValue(value.StringValue);
|
|
358
|
+
if (value.BinaryValue !== void 0) return visitor.BinaryValue(value.BinaryValue);
|
|
359
|
+
if (value.BooleanValue !== void 0) return visitor.BooleanValue(value.BooleanValue);
|
|
360
|
+
if (value.NumberValue !== void 0) return visitor.NumberValue(value.NumberValue);
|
|
361
|
+
if (value.DatetimeValue !== void 0) return visitor.DatetimeValue(value.DatetimeValue);
|
|
367
362
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
368
363
|
}, "visit");
|
|
369
364
|
})(TypedAttributeValue || (TypedAttributeValue = {}));
|
|
@@ -1146,9 +1141,9 @@ var se_AddFacetToObjectCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1146
1141
|
let body;
|
|
1147
1142
|
body = JSON.stringify(
|
|
1148
1143
|
(0, import_smithy_client.take)(input, {
|
|
1149
|
-
ObjectAttributeList: (_) => se_AttributeKeyAndValueList(_, context),
|
|
1150
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_),
|
|
1151
|
-
SchemaFacet: (_) => (0, import_smithy_client._json)(_)
|
|
1144
|
+
ObjectAttributeList: /* @__PURE__ */ __name((_) => se_AttributeKeyAndValueList(_, context), "ObjectAttributeList"),
|
|
1145
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference"),
|
|
1146
|
+
SchemaFacet: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SchemaFacet")
|
|
1152
1147
|
})
|
|
1153
1148
|
);
|
|
1154
1149
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1180,9 +1175,9 @@ var se_AttachObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1180
1175
|
let body;
|
|
1181
1176
|
body = JSON.stringify(
|
|
1182
1177
|
(0, import_smithy_client.take)(input, {
|
|
1183
|
-
ChildReference: (_) => (0, import_smithy_client._json)(_),
|
|
1178
|
+
ChildReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ChildReference"),
|
|
1184
1179
|
LinkName: [],
|
|
1185
|
-
ParentReference: (_) => (0, import_smithy_client._json)(_)
|
|
1180
|
+
ParentReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ParentReference")
|
|
1186
1181
|
})
|
|
1187
1182
|
);
|
|
1188
1183
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1198,8 +1193,8 @@ var se_AttachPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1198
1193
|
let body;
|
|
1199
1194
|
body = JSON.stringify(
|
|
1200
1195
|
(0, import_smithy_client.take)(input, {
|
|
1201
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_),
|
|
1202
|
-
PolicyReference: (_) => (0, import_smithy_client._json)(_)
|
|
1196
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference"),
|
|
1197
|
+
PolicyReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PolicyReference")
|
|
1203
1198
|
})
|
|
1204
1199
|
);
|
|
1205
1200
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1215,8 +1210,8 @@ var se_AttachToIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1215
1210
|
let body;
|
|
1216
1211
|
body = JSON.stringify(
|
|
1217
1212
|
(0, import_smithy_client.take)(input, {
|
|
1218
|
-
IndexReference: (_) => (0, import_smithy_client._json)(_),
|
|
1219
|
-
TargetReference: (_) => (0, import_smithy_client._json)(_)
|
|
1213
|
+
IndexReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IndexReference"),
|
|
1214
|
+
TargetReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TargetReference")
|
|
1220
1215
|
})
|
|
1221
1216
|
);
|
|
1222
1217
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1232,10 +1227,10 @@ var se_AttachTypedLinkCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1232
1227
|
let body;
|
|
1233
1228
|
body = JSON.stringify(
|
|
1234
1229
|
(0, import_smithy_client.take)(input, {
|
|
1235
|
-
Attributes: (_) => se_AttributeNameAndValueList(_, context),
|
|
1236
|
-
SourceObjectReference: (_) => (0, import_smithy_client._json)(_),
|
|
1237
|
-
TargetObjectReference: (_) => (0, import_smithy_client._json)(_),
|
|
1238
|
-
TypedLinkFacet: (_) => (0, import_smithy_client._json)(_)
|
|
1230
|
+
Attributes: /* @__PURE__ */ __name((_) => se_AttributeNameAndValueList(_, context), "Attributes"),
|
|
1231
|
+
SourceObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SourceObjectReference"),
|
|
1232
|
+
TargetObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TargetObjectReference"),
|
|
1233
|
+
TypedLinkFacet: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TypedLinkFacet")
|
|
1239
1234
|
})
|
|
1240
1235
|
);
|
|
1241
1236
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1252,7 +1247,7 @@ var se_BatchReadCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1252
1247
|
let body;
|
|
1253
1248
|
body = JSON.stringify(
|
|
1254
1249
|
(0, import_smithy_client.take)(input, {
|
|
1255
|
-
Operations: (_) => se_BatchReadOperationList(_, context)
|
|
1250
|
+
Operations: /* @__PURE__ */ __name((_) => se_BatchReadOperationList(_, context), "Operations")
|
|
1256
1251
|
})
|
|
1257
1252
|
);
|
|
1258
1253
|
b.m("POST").h(headers).b(body);
|
|
@@ -1268,7 +1263,7 @@ var se_BatchWriteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1268
1263
|
let body;
|
|
1269
1264
|
body = JSON.stringify(
|
|
1270
1265
|
(0, import_smithy_client.take)(input, {
|
|
1271
|
-
Operations: (_) => se_BatchWriteOperationList(_, context)
|
|
1266
|
+
Operations: /* @__PURE__ */ __name((_) => se_BatchWriteOperationList(_, context), "Operations")
|
|
1272
1267
|
})
|
|
1273
1268
|
);
|
|
1274
1269
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1300,7 +1295,7 @@ var se_CreateFacetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1300
1295
|
let body;
|
|
1301
1296
|
body = JSON.stringify(
|
|
1302
1297
|
(0, import_smithy_client.take)(input, {
|
|
1303
|
-
Attributes: (_) => se_FacetAttributeList(_, context),
|
|
1298
|
+
Attributes: /* @__PURE__ */ __name((_) => se_FacetAttributeList(_, context), "Attributes"),
|
|
1304
1299
|
FacetStyle: [],
|
|
1305
1300
|
Name: [],
|
|
1306
1301
|
ObjectType: []
|
|
@@ -1321,8 +1316,8 @@ var se_CreateIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1321
1316
|
(0, import_smithy_client.take)(input, {
|
|
1322
1317
|
IsUnique: [],
|
|
1323
1318
|
LinkName: [],
|
|
1324
|
-
OrderedIndexedAttributeList: (_) => (0, import_smithy_client._json)(_),
|
|
1325
|
-
ParentReference: (_) => (0, import_smithy_client._json)(_)
|
|
1319
|
+
OrderedIndexedAttributeList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OrderedIndexedAttributeList"),
|
|
1320
|
+
ParentReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ParentReference")
|
|
1326
1321
|
})
|
|
1327
1322
|
);
|
|
1328
1323
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1339,9 +1334,9 @@ var se_CreateObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1339
1334
|
body = JSON.stringify(
|
|
1340
1335
|
(0, import_smithy_client.take)(input, {
|
|
1341
1336
|
LinkName: [],
|
|
1342
|
-
ObjectAttributeList: (_) => se_AttributeKeyAndValueList(_, context),
|
|
1343
|
-
ParentReference: (_) => (0, import_smithy_client._json)(_),
|
|
1344
|
-
SchemaFacets: (_) => (0, import_smithy_client._json)(_)
|
|
1337
|
+
ObjectAttributeList: /* @__PURE__ */ __name((_) => se_AttributeKeyAndValueList(_, context), "ObjectAttributeList"),
|
|
1338
|
+
ParentReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ParentReference"),
|
|
1339
|
+
SchemaFacets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SchemaFacets")
|
|
1345
1340
|
})
|
|
1346
1341
|
);
|
|
1347
1342
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1372,7 +1367,7 @@ var se_CreateTypedLinkFacetCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1372
1367
|
let body;
|
|
1373
1368
|
body = JSON.stringify(
|
|
1374
1369
|
(0, import_smithy_client.take)(input, {
|
|
1375
|
-
Facet: (_) => se_TypedLinkFacet(_, context)
|
|
1370
|
+
Facet: /* @__PURE__ */ __name((_) => se_TypedLinkFacet(_, context), "Facet")
|
|
1376
1371
|
})
|
|
1377
1372
|
);
|
|
1378
1373
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1414,7 +1409,7 @@ var se_DeleteObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1414
1409
|
let body;
|
|
1415
1410
|
body = JSON.stringify(
|
|
1416
1411
|
(0, import_smithy_client.take)(input, {
|
|
1417
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
1412
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
1418
1413
|
})
|
|
1419
1414
|
);
|
|
1420
1415
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1456,8 +1451,8 @@ var se_DetachFromIndexCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1456
1451
|
let body;
|
|
1457
1452
|
body = JSON.stringify(
|
|
1458
1453
|
(0, import_smithy_client.take)(input, {
|
|
1459
|
-
IndexReference: (_) => (0, import_smithy_client._json)(_),
|
|
1460
|
-
TargetReference: (_) => (0, import_smithy_client._json)(_)
|
|
1454
|
+
IndexReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IndexReference"),
|
|
1455
|
+
TargetReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TargetReference")
|
|
1461
1456
|
})
|
|
1462
1457
|
);
|
|
1463
1458
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1474,7 +1469,7 @@ var se_DetachObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1474
1469
|
body = JSON.stringify(
|
|
1475
1470
|
(0, import_smithy_client.take)(input, {
|
|
1476
1471
|
LinkName: [],
|
|
1477
|
-
ParentReference: (_) => (0, import_smithy_client._json)(_)
|
|
1472
|
+
ParentReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ParentReference")
|
|
1478
1473
|
})
|
|
1479
1474
|
);
|
|
1480
1475
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1490,8 +1485,8 @@ var se_DetachPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1490
1485
|
let body;
|
|
1491
1486
|
body = JSON.stringify(
|
|
1492
1487
|
(0, import_smithy_client.take)(input, {
|
|
1493
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_),
|
|
1494
|
-
PolicyReference: (_) => (0, import_smithy_client._json)(_)
|
|
1488
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference"),
|
|
1489
|
+
PolicyReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PolicyReference")
|
|
1495
1490
|
})
|
|
1496
1491
|
);
|
|
1497
1492
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1507,7 +1502,7 @@ var se_DetachTypedLinkCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1507
1502
|
let body;
|
|
1508
1503
|
body = JSON.stringify(
|
|
1509
1504
|
(0, import_smithy_client.take)(input, {
|
|
1510
|
-
TypedLinkSpecifier: (_) => se_TypedLinkSpecifier(_, context)
|
|
1505
|
+
TypedLinkSpecifier: /* @__PURE__ */ __name((_) => se_TypedLinkSpecifier(_, context), "TypedLinkSpecifier")
|
|
1511
1506
|
})
|
|
1512
1507
|
);
|
|
1513
1508
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1584,9 +1579,9 @@ var se_GetLinkAttributesCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1584
1579
|
let body;
|
|
1585
1580
|
body = JSON.stringify(
|
|
1586
1581
|
(0, import_smithy_client.take)(input, {
|
|
1587
|
-
AttributeNames: (_) => (0, import_smithy_client._json)(_),
|
|
1582
|
+
AttributeNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AttributeNames"),
|
|
1588
1583
|
ConsistencyLevel: [],
|
|
1589
|
-
TypedLinkSpecifier: (_) => se_TypedLinkSpecifier(_, context)
|
|
1584
|
+
TypedLinkSpecifier: /* @__PURE__ */ __name((_) => se_TypedLinkSpecifier(_, context), "TypedLinkSpecifier")
|
|
1590
1585
|
})
|
|
1591
1586
|
);
|
|
1592
1587
|
b.m("POST").h(headers).b(body);
|
|
@@ -1603,9 +1598,9 @@ var se_GetObjectAttributesCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1603
1598
|
let body;
|
|
1604
1599
|
body = JSON.stringify(
|
|
1605
1600
|
(0, import_smithy_client.take)(input, {
|
|
1606
|
-
AttributeNames: (_) => (0, import_smithy_client._json)(_),
|
|
1607
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_),
|
|
1608
|
-
SchemaFacet: (_) => (0, import_smithy_client._json)(_)
|
|
1601
|
+
AttributeNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AttributeNames"),
|
|
1602
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference"),
|
|
1603
|
+
SchemaFacet: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SchemaFacet")
|
|
1609
1604
|
})
|
|
1610
1605
|
);
|
|
1611
1606
|
b.m("POST").h(headers).b(body);
|
|
@@ -1622,7 +1617,7 @@ var se_GetObjectInformationCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1622
1617
|
let body;
|
|
1623
1618
|
body = JSON.stringify(
|
|
1624
1619
|
(0, import_smithy_client.take)(input, {
|
|
1625
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
1620
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
1626
1621
|
})
|
|
1627
1622
|
);
|
|
1628
1623
|
b.m("POST").h(headers).b(body);
|
|
@@ -1685,7 +1680,7 @@ var se_ListAttachedIndicesCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1685
1680
|
(0, import_smithy_client.take)(input, {
|
|
1686
1681
|
MaxResults: [],
|
|
1687
1682
|
NextToken: [],
|
|
1688
|
-
TargetReference: (_) => (0, import_smithy_client._json)(_)
|
|
1683
|
+
TargetReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TargetReference")
|
|
1689
1684
|
})
|
|
1690
1685
|
);
|
|
1691
1686
|
b.m("POST").h(headers).b(body);
|
|
@@ -1770,11 +1765,11 @@ var se_ListIncomingTypedLinksCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1770
1765
|
body = JSON.stringify(
|
|
1771
1766
|
(0, import_smithy_client.take)(input, {
|
|
1772
1767
|
ConsistencyLevel: [],
|
|
1773
|
-
FilterAttributeRanges: (_) => se_TypedLinkAttributeRangeList(_, context),
|
|
1774
|
-
FilterTypedLink: (_) => (0, import_smithy_client._json)(_),
|
|
1768
|
+
FilterAttributeRanges: /* @__PURE__ */ __name((_) => se_TypedLinkAttributeRangeList(_, context), "FilterAttributeRanges"),
|
|
1769
|
+
FilterTypedLink: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FilterTypedLink"),
|
|
1775
1770
|
MaxResults: [],
|
|
1776
1771
|
NextToken: [],
|
|
1777
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
1772
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
1778
1773
|
})
|
|
1779
1774
|
);
|
|
1780
1775
|
b.m("POST").h(headers).b(body);
|
|
@@ -1791,10 +1786,10 @@ var se_ListIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1791
1786
|
let body;
|
|
1792
1787
|
body = JSON.stringify(
|
|
1793
1788
|
(0, import_smithy_client.take)(input, {
|
|
1794
|
-
IndexReference: (_) => (0, import_smithy_client._json)(_),
|
|
1789
|
+
IndexReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IndexReference"),
|
|
1795
1790
|
MaxResults: [],
|
|
1796
1791
|
NextToken: [],
|
|
1797
|
-
RangesOnIndexedValues: (_) => se_ObjectAttributeRangeList(_, context)
|
|
1792
|
+
RangesOnIndexedValues: /* @__PURE__ */ __name((_) => se_ObjectAttributeRangeList(_, context), "RangesOnIndexedValues")
|
|
1798
1793
|
})
|
|
1799
1794
|
);
|
|
1800
1795
|
b.m("POST").h(headers).b(body);
|
|
@@ -1828,10 +1823,10 @@ var se_ListObjectAttributesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1828
1823
|
let body;
|
|
1829
1824
|
body = JSON.stringify(
|
|
1830
1825
|
(0, import_smithy_client.take)(input, {
|
|
1831
|
-
FacetFilter: (_) => (0, import_smithy_client._json)(_),
|
|
1826
|
+
FacetFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FacetFilter"),
|
|
1832
1827
|
MaxResults: [],
|
|
1833
1828
|
NextToken: [],
|
|
1834
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
1829
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
1835
1830
|
})
|
|
1836
1831
|
);
|
|
1837
1832
|
b.m("POST").h(headers).b(body);
|
|
@@ -1850,7 +1845,7 @@ var se_ListObjectChildrenCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1850
1845
|
(0, import_smithy_client.take)(input, {
|
|
1851
1846
|
MaxResults: [],
|
|
1852
1847
|
NextToken: [],
|
|
1853
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
1848
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
1854
1849
|
})
|
|
1855
1850
|
);
|
|
1856
1851
|
b.m("POST").h(headers).b(body);
|
|
@@ -1868,7 +1863,7 @@ var se_ListObjectParentPathsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1868
1863
|
(0, import_smithy_client.take)(input, {
|
|
1869
1864
|
MaxResults: [],
|
|
1870
1865
|
NextToken: [],
|
|
1871
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
1866
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
1872
1867
|
})
|
|
1873
1868
|
);
|
|
1874
1869
|
b.m("POST").h(headers).b(body);
|
|
@@ -1888,7 +1883,7 @@ var se_ListObjectParentsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1888
1883
|
IncludeAllLinksToEachParent: [],
|
|
1889
1884
|
MaxResults: [],
|
|
1890
1885
|
NextToken: [],
|
|
1891
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
1886
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
1892
1887
|
})
|
|
1893
1888
|
);
|
|
1894
1889
|
b.m("POST").h(headers).b(body);
|
|
@@ -1907,7 +1902,7 @@ var se_ListObjectPoliciesCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1907
1902
|
(0, import_smithy_client.take)(input, {
|
|
1908
1903
|
MaxResults: [],
|
|
1909
1904
|
NextToken: [],
|
|
1910
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
1905
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
1911
1906
|
})
|
|
1912
1907
|
);
|
|
1913
1908
|
b.m("POST").h(headers).b(body);
|
|
@@ -1924,11 +1919,11 @@ var se_ListOutgoingTypedLinksCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1924
1919
|
body = JSON.stringify(
|
|
1925
1920
|
(0, import_smithy_client.take)(input, {
|
|
1926
1921
|
ConsistencyLevel: [],
|
|
1927
|
-
FilterAttributeRanges: (_) => se_TypedLinkAttributeRangeList(_, context),
|
|
1928
|
-
FilterTypedLink: (_) => (0, import_smithy_client._json)(_),
|
|
1922
|
+
FilterAttributeRanges: /* @__PURE__ */ __name((_) => se_TypedLinkAttributeRangeList(_, context), "FilterAttributeRanges"),
|
|
1923
|
+
FilterTypedLink: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FilterTypedLink"),
|
|
1929
1924
|
MaxResults: [],
|
|
1930
1925
|
NextToken: [],
|
|
1931
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
1926
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
1932
1927
|
})
|
|
1933
1928
|
);
|
|
1934
1929
|
b.m("POST").h(headers).b(body);
|
|
@@ -1947,7 +1942,7 @@ var se_ListPolicyAttachmentsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1947
1942
|
(0, import_smithy_client.take)(input, {
|
|
1948
1943
|
MaxResults: [],
|
|
1949
1944
|
NextToken: [],
|
|
1950
|
-
PolicyReference: (_) => (0, import_smithy_client._json)(_)
|
|
1945
|
+
PolicyReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PolicyReference")
|
|
1951
1946
|
})
|
|
1952
1947
|
);
|
|
1953
1948
|
b.m("POST").h(headers).b(body);
|
|
@@ -2034,7 +2029,7 @@ var se_LookupPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2034
2029
|
(0, import_smithy_client.take)(input, {
|
|
2035
2030
|
MaxResults: [],
|
|
2036
2031
|
NextToken: [],
|
|
2037
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
2032
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
2038
2033
|
})
|
|
2039
2034
|
);
|
|
2040
2035
|
b.m("POST").h(headers).b(body);
|
|
@@ -2084,8 +2079,8 @@ var se_RemoveFacetFromObjectCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2084
2079
|
let body;
|
|
2085
2080
|
body = JSON.stringify(
|
|
2086
2081
|
(0, import_smithy_client.take)(input, {
|
|
2087
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_),
|
|
2088
|
-
SchemaFacet: (_) => (0, import_smithy_client._json)(_)
|
|
2082
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference"),
|
|
2083
|
+
SchemaFacet: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SchemaFacet")
|
|
2089
2084
|
})
|
|
2090
2085
|
);
|
|
2091
2086
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2101,7 +2096,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2101
2096
|
body = JSON.stringify(
|
|
2102
2097
|
(0, import_smithy_client.take)(input, {
|
|
2103
2098
|
ResourceArn: [],
|
|
2104
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
2099
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
2105
2100
|
})
|
|
2106
2101
|
);
|
|
2107
2102
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2117,7 +2112,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2117
2112
|
body = JSON.stringify(
|
|
2118
2113
|
(0, import_smithy_client.take)(input, {
|
|
2119
2114
|
ResourceArn: [],
|
|
2120
|
-
TagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
2115
|
+
TagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeys")
|
|
2121
2116
|
})
|
|
2122
2117
|
);
|
|
2123
2118
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2133,7 +2128,7 @@ var se_UpdateFacetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2133
2128
|
let body;
|
|
2134
2129
|
body = JSON.stringify(
|
|
2135
2130
|
(0, import_smithy_client.take)(input, {
|
|
2136
|
-
AttributeUpdates: (_) => se_FacetAttributeUpdateList(_, context),
|
|
2131
|
+
AttributeUpdates: /* @__PURE__ */ __name((_) => se_FacetAttributeUpdateList(_, context), "AttributeUpdates"),
|
|
2137
2132
|
Name: [],
|
|
2138
2133
|
ObjectType: []
|
|
2139
2134
|
})
|
|
@@ -2151,8 +2146,8 @@ var se_UpdateLinkAttributesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2151
2146
|
let body;
|
|
2152
2147
|
body = JSON.stringify(
|
|
2153
2148
|
(0, import_smithy_client.take)(input, {
|
|
2154
|
-
AttributeUpdates: (_) => se_LinkAttributeUpdateList(_, context),
|
|
2155
|
-
TypedLinkSpecifier: (_) => se_TypedLinkSpecifier(_, context)
|
|
2149
|
+
AttributeUpdates: /* @__PURE__ */ __name((_) => se_LinkAttributeUpdateList(_, context), "AttributeUpdates"),
|
|
2150
|
+
TypedLinkSpecifier: /* @__PURE__ */ __name((_) => se_TypedLinkSpecifier(_, context), "TypedLinkSpecifier")
|
|
2156
2151
|
})
|
|
2157
2152
|
);
|
|
2158
2153
|
b.m("POST").h(headers).b(body);
|
|
@@ -2168,8 +2163,8 @@ var se_UpdateObjectAttributesCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2168
2163
|
let body;
|
|
2169
2164
|
body = JSON.stringify(
|
|
2170
2165
|
(0, import_smithy_client.take)(input, {
|
|
2171
|
-
AttributeUpdates: (_) => se_ObjectAttributeUpdateList(_, context),
|
|
2172
|
-
ObjectReference: (_) => (0, import_smithy_client._json)(_)
|
|
2166
|
+
AttributeUpdates: /* @__PURE__ */ __name((_) => se_ObjectAttributeUpdateList(_, context), "AttributeUpdates"),
|
|
2167
|
+
ObjectReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectReference")
|
|
2173
2168
|
})
|
|
2174
2169
|
);
|
|
2175
2170
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2201,8 +2196,8 @@ var se_UpdateTypedLinkFacetCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2201
2196
|
let body;
|
|
2202
2197
|
body = JSON.stringify(
|
|
2203
2198
|
(0, import_smithy_client.take)(input, {
|
|
2204
|
-
AttributeUpdates: (_) => se_TypedLinkFacetAttributeUpdateList(_, context),
|
|
2205
|
-
IdentityAttributeOrder: (_) => (0, import_smithy_client._json)(_),
|
|
2199
|
+
AttributeUpdates: /* @__PURE__ */ __name((_) => se_TypedLinkFacetAttributeUpdateList(_, context), "AttributeUpdates"),
|
|
2200
|
+
IdentityAttributeOrder: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityAttributeOrder"),
|
|
2206
2201
|
Name: []
|
|
2207
2202
|
})
|
|
2208
2203
|
);
|
|
@@ -2316,7 +2311,7 @@ var de_AttachTypedLinkCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2316
2311
|
});
|
|
2317
2312
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2318
2313
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2319
|
-
TypedLinkSpecifier: (_) => de_TypedLinkSpecifier(_, context)
|
|
2314
|
+
TypedLinkSpecifier: /* @__PURE__ */ __name((_) => de_TypedLinkSpecifier(_, context), "TypedLinkSpecifier")
|
|
2320
2315
|
});
|
|
2321
2316
|
Object.assign(contents, doc);
|
|
2322
2317
|
return contents;
|
|
@@ -2330,7 +2325,7 @@ var de_BatchReadCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2330
2325
|
});
|
|
2331
2326
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2332
2327
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2333
|
-
Responses: (_) => de_BatchReadOperationResponseList(_, context)
|
|
2328
|
+
Responses: /* @__PURE__ */ __name((_) => de_BatchReadOperationResponseList(_, context), "Responses")
|
|
2334
2329
|
});
|
|
2335
2330
|
Object.assign(contents, doc);
|
|
2336
2331
|
return contents;
|
|
@@ -2344,7 +2339,7 @@ var de_BatchWriteCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2344
2339
|
});
|
|
2345
2340
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2346
2341
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2347
|
-
Responses: (_) => de_BatchWriteOperationResponseList(_, context)
|
|
2342
|
+
Responses: /* @__PURE__ */ __name((_) => de_BatchWriteOperationResponseList(_, context), "Responses")
|
|
2348
2343
|
});
|
|
2349
2344
|
Object.assign(contents, doc);
|
|
2350
2345
|
return contents;
|
|
@@ -2585,7 +2580,7 @@ var de_GetDirectoryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2585
2580
|
});
|
|
2586
2581
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2587
2582
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2588
|
-
Directory: (_) => de_Directory(_, context)
|
|
2583
|
+
Directory: /* @__PURE__ */ __name((_) => de_Directory(_, context), "Directory")
|
|
2589
2584
|
});
|
|
2590
2585
|
Object.assign(contents, doc);
|
|
2591
2586
|
return contents;
|
|
@@ -2613,7 +2608,7 @@ var de_GetLinkAttributesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2613
2608
|
});
|
|
2614
2609
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2615
2610
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2616
|
-
Attributes: (_) => de_AttributeKeyAndValueList(_, context)
|
|
2611
|
+
Attributes: /* @__PURE__ */ __name((_) => de_AttributeKeyAndValueList(_, context), "Attributes")
|
|
2617
2612
|
});
|
|
2618
2613
|
Object.assign(contents, doc);
|
|
2619
2614
|
return contents;
|
|
@@ -2627,7 +2622,7 @@ var de_GetObjectAttributesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2627
2622
|
});
|
|
2628
2623
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2629
2624
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2630
|
-
Attributes: (_) => de_AttributeKeyAndValueList(_, context)
|
|
2625
|
+
Attributes: /* @__PURE__ */ __name((_) => de_AttributeKeyAndValueList(_, context), "Attributes")
|
|
2631
2626
|
});
|
|
2632
2627
|
Object.assign(contents, doc);
|
|
2633
2628
|
return contents;
|
|
@@ -2700,7 +2695,7 @@ var de_ListAttachedIndicesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2700
2695
|
});
|
|
2701
2696
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2702
2697
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2703
|
-
IndexAttachments: (_) => de_IndexAttachmentList(_, context),
|
|
2698
|
+
IndexAttachments: /* @__PURE__ */ __name((_) => de_IndexAttachmentList(_, context), "IndexAttachments"),
|
|
2704
2699
|
NextToken: import_smithy_client.expectString
|
|
2705
2700
|
});
|
|
2706
2701
|
Object.assign(contents, doc);
|
|
@@ -2730,7 +2725,7 @@ var de_ListDirectoriesCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2730
2725
|
});
|
|
2731
2726
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2732
2727
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2733
|
-
Directories: (_) => de_DirectoryList(_, context),
|
|
2728
|
+
Directories: /* @__PURE__ */ __name((_) => de_DirectoryList(_, context), "Directories"),
|
|
2734
2729
|
NextToken: import_smithy_client.expectString
|
|
2735
2730
|
});
|
|
2736
2731
|
Object.assign(contents, doc);
|
|
@@ -2745,7 +2740,7 @@ var de_ListFacetAttributesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2745
2740
|
});
|
|
2746
2741
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2747
2742
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2748
|
-
Attributes: (_) => de_FacetAttributeList(_, context),
|
|
2743
|
+
Attributes: /* @__PURE__ */ __name((_) => de_FacetAttributeList(_, context), "Attributes"),
|
|
2749
2744
|
NextToken: import_smithy_client.expectString
|
|
2750
2745
|
});
|
|
2751
2746
|
Object.assign(contents, doc);
|
|
@@ -2775,7 +2770,7 @@ var de_ListIncomingTypedLinksCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2775
2770
|
});
|
|
2776
2771
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2777
2772
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2778
|
-
LinkSpecifiers: (_) => de_TypedLinkSpecifierList(_, context),
|
|
2773
|
+
LinkSpecifiers: /* @__PURE__ */ __name((_) => de_TypedLinkSpecifierList(_, context), "LinkSpecifiers"),
|
|
2779
2774
|
NextToken: import_smithy_client.expectString
|
|
2780
2775
|
});
|
|
2781
2776
|
Object.assign(contents, doc);
|
|
@@ -2790,7 +2785,7 @@ var de_ListIndexCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2790
2785
|
});
|
|
2791
2786
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2792
2787
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2793
|
-
IndexAttachments: (_) => de_IndexAttachmentList(_, context),
|
|
2788
|
+
IndexAttachments: /* @__PURE__ */ __name((_) => de_IndexAttachmentList(_, context), "IndexAttachments"),
|
|
2794
2789
|
NextToken: import_smithy_client.expectString
|
|
2795
2790
|
});
|
|
2796
2791
|
Object.assign(contents, doc);
|
|
@@ -2820,7 +2815,7 @@ var de_ListObjectAttributesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2820
2815
|
});
|
|
2821
2816
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2822
2817
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2823
|
-
Attributes: (_) => de_AttributeKeyAndValueList(_, context),
|
|
2818
|
+
Attributes: /* @__PURE__ */ __name((_) => de_AttributeKeyAndValueList(_, context), "Attributes"),
|
|
2824
2819
|
NextToken: import_smithy_client.expectString
|
|
2825
2820
|
});
|
|
2826
2821
|
Object.assign(contents, doc);
|
|
@@ -2897,7 +2892,7 @@ var de_ListOutgoingTypedLinksCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2897
2892
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2898
2893
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2899
2894
|
NextToken: import_smithy_client.expectString,
|
|
2900
|
-
TypedLinkSpecifiers: (_) => de_TypedLinkSpecifierList(_, context)
|
|
2895
|
+
TypedLinkSpecifiers: /* @__PURE__ */ __name((_) => de_TypedLinkSpecifierList(_, context), "TypedLinkSpecifiers")
|
|
2901
2896
|
});
|
|
2902
2897
|
Object.assign(contents, doc);
|
|
2903
2898
|
return contents;
|
|
@@ -2956,7 +2951,7 @@ var de_ListTypedLinkFacetAttributesCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2956
2951
|
});
|
|
2957
2952
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2958
2953
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2959
|
-
Attributes: (_) => de_TypedLinkAttributeDefinitionList(_, context),
|
|
2954
|
+
Attributes: /* @__PURE__ */ __name((_) => de_TypedLinkAttributeDefinitionList(_, context), "Attributes"),
|
|
2960
2955
|
NextToken: import_smithy_client.expectString
|
|
2961
2956
|
});
|
|
2962
2957
|
Object.assign(contents, doc);
|
|
@@ -3719,7 +3714,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
3719
3714
|
var se_AttributeKeyAndValue = /* @__PURE__ */ __name((input, context) => {
|
|
3720
3715
|
return (0, import_smithy_client.take)(input, {
|
|
3721
3716
|
Key: import_smithy_client._json,
|
|
3722
|
-
Value: (_) => se_TypedAttributeValue(_, context)
|
|
3717
|
+
Value: /* @__PURE__ */ __name((_) => se_TypedAttributeValue(_, context), "Value")
|
|
3723
3718
|
});
|
|
3724
3719
|
}, "se_AttributeKeyAndValue");
|
|
3725
3720
|
var se_AttributeKeyAndValueList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3730,7 +3725,7 @@ var se_AttributeKeyAndValueList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3730
3725
|
var se_AttributeNameAndValue = /* @__PURE__ */ __name((input, context) => {
|
|
3731
3726
|
return (0, import_smithy_client.take)(input, {
|
|
3732
3727
|
AttributeName: [],
|
|
3733
|
-
Value: (_) => se_TypedAttributeValue(_, context)
|
|
3728
|
+
Value: /* @__PURE__ */ __name((_) => se_TypedAttributeValue(_, context), "Value")
|
|
3734
3729
|
});
|
|
3735
3730
|
}, "se_AttributeNameAndValue");
|
|
3736
3731
|
var se_AttributeNameAndValueList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3740,14 +3735,14 @@ var se_AttributeNameAndValueList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3740
3735
|
}, "se_AttributeNameAndValueList");
|
|
3741
3736
|
var se_BatchAddFacetToObject = /* @__PURE__ */ __name((input, context) => {
|
|
3742
3737
|
return (0, import_smithy_client.take)(input, {
|
|
3743
|
-
ObjectAttributeList: (_) => se_AttributeKeyAndValueList(_, context),
|
|
3738
|
+
ObjectAttributeList: /* @__PURE__ */ __name((_) => se_AttributeKeyAndValueList(_, context), "ObjectAttributeList"),
|
|
3744
3739
|
ObjectReference: import_smithy_client._json,
|
|
3745
3740
|
SchemaFacet: import_smithy_client._json
|
|
3746
3741
|
});
|
|
3747
3742
|
}, "se_BatchAddFacetToObject");
|
|
3748
3743
|
var se_BatchAttachTypedLink = /* @__PURE__ */ __name((input, context) => {
|
|
3749
3744
|
return (0, import_smithy_client.take)(input, {
|
|
3750
|
-
Attributes: (_) => se_AttributeNameAndValueList(_, context),
|
|
3745
|
+
Attributes: /* @__PURE__ */ __name((_) => se_AttributeNameAndValueList(_, context), "Attributes"),
|
|
3751
3746
|
SourceObjectReference: import_smithy_client._json,
|
|
3752
3747
|
TargetObjectReference: import_smithy_client._json,
|
|
3753
3748
|
TypedLinkFacet: import_smithy_client._json
|
|
@@ -3757,25 +3752,25 @@ var se_BatchCreateObject = /* @__PURE__ */ __name((input, context) => {
|
|
|
3757
3752
|
return (0, import_smithy_client.take)(input, {
|
|
3758
3753
|
BatchReferenceName: [],
|
|
3759
3754
|
LinkName: [],
|
|
3760
|
-
ObjectAttributeList: (_) => se_AttributeKeyAndValueList(_, context),
|
|
3755
|
+
ObjectAttributeList: /* @__PURE__ */ __name((_) => se_AttributeKeyAndValueList(_, context), "ObjectAttributeList"),
|
|
3761
3756
|
ParentReference: import_smithy_client._json,
|
|
3762
3757
|
SchemaFacet: import_smithy_client._json
|
|
3763
3758
|
});
|
|
3764
3759
|
}, "se_BatchCreateObject");
|
|
3765
3760
|
var se_BatchDetachTypedLink = /* @__PURE__ */ __name((input, context) => {
|
|
3766
3761
|
return (0, import_smithy_client.take)(input, {
|
|
3767
|
-
TypedLinkSpecifier: (_) => se_TypedLinkSpecifier(_, context)
|
|
3762
|
+
TypedLinkSpecifier: /* @__PURE__ */ __name((_) => se_TypedLinkSpecifier(_, context), "TypedLinkSpecifier")
|
|
3768
3763
|
});
|
|
3769
3764
|
}, "se_BatchDetachTypedLink");
|
|
3770
3765
|
var se_BatchGetLinkAttributes = /* @__PURE__ */ __name((input, context) => {
|
|
3771
3766
|
return (0, import_smithy_client.take)(input, {
|
|
3772
3767
|
AttributeNames: import_smithy_client._json,
|
|
3773
|
-
TypedLinkSpecifier: (_) => se_TypedLinkSpecifier(_, context)
|
|
3768
|
+
TypedLinkSpecifier: /* @__PURE__ */ __name((_) => se_TypedLinkSpecifier(_, context), "TypedLinkSpecifier")
|
|
3774
3769
|
});
|
|
3775
3770
|
}, "se_BatchGetLinkAttributes");
|
|
3776
3771
|
var se_BatchListIncomingTypedLinks = /* @__PURE__ */ __name((input, context) => {
|
|
3777
3772
|
return (0, import_smithy_client.take)(input, {
|
|
3778
|
-
FilterAttributeRanges: (_) => se_TypedLinkAttributeRangeList(_, context),
|
|
3773
|
+
FilterAttributeRanges: /* @__PURE__ */ __name((_) => se_TypedLinkAttributeRangeList(_, context), "FilterAttributeRanges"),
|
|
3779
3774
|
FilterTypedLink: import_smithy_client._json,
|
|
3780
3775
|
MaxResults: [],
|
|
3781
3776
|
NextToken: [],
|
|
@@ -3787,12 +3782,12 @@ var se_BatchListIndex = /* @__PURE__ */ __name((input, context) => {
|
|
|
3787
3782
|
IndexReference: import_smithy_client._json,
|
|
3788
3783
|
MaxResults: [],
|
|
3789
3784
|
NextToken: [],
|
|
3790
|
-
RangesOnIndexedValues: (_) => se_ObjectAttributeRangeList(_, context)
|
|
3785
|
+
RangesOnIndexedValues: /* @__PURE__ */ __name((_) => se_ObjectAttributeRangeList(_, context), "RangesOnIndexedValues")
|
|
3791
3786
|
});
|
|
3792
3787
|
}, "se_BatchListIndex");
|
|
3793
3788
|
var se_BatchListOutgoingTypedLinks = /* @__PURE__ */ __name((input, context) => {
|
|
3794
3789
|
return (0, import_smithy_client.take)(input, {
|
|
3795
|
-
FilterAttributeRanges: (_) => se_TypedLinkAttributeRangeList(_, context),
|
|
3790
|
+
FilterAttributeRanges: /* @__PURE__ */ __name((_) => se_TypedLinkAttributeRangeList(_, context), "FilterAttributeRanges"),
|
|
3796
3791
|
FilterTypedLink: import_smithy_client._json,
|
|
3797
3792
|
MaxResults: [],
|
|
3798
3793
|
NextToken: [],
|
|
@@ -3801,18 +3796,18 @@ var se_BatchListOutgoingTypedLinks = /* @__PURE__ */ __name((input, context) =>
|
|
|
3801
3796
|
}, "se_BatchListOutgoingTypedLinks");
|
|
3802
3797
|
var se_BatchReadOperation = /* @__PURE__ */ __name((input, context) => {
|
|
3803
3798
|
return (0, import_smithy_client.take)(input, {
|
|
3804
|
-
GetLinkAttributes: (_) => se_BatchGetLinkAttributes(_, context),
|
|
3799
|
+
GetLinkAttributes: /* @__PURE__ */ __name((_) => se_BatchGetLinkAttributes(_, context), "GetLinkAttributes"),
|
|
3805
3800
|
GetObjectAttributes: import_smithy_client._json,
|
|
3806
3801
|
GetObjectInformation: import_smithy_client._json,
|
|
3807
3802
|
ListAttachedIndices: import_smithy_client._json,
|
|
3808
|
-
ListIncomingTypedLinks: (_) => se_BatchListIncomingTypedLinks(_, context),
|
|
3809
|
-
ListIndex: (_) => se_BatchListIndex(_, context),
|
|
3803
|
+
ListIncomingTypedLinks: /* @__PURE__ */ __name((_) => se_BatchListIncomingTypedLinks(_, context), "ListIncomingTypedLinks"),
|
|
3804
|
+
ListIndex: /* @__PURE__ */ __name((_) => se_BatchListIndex(_, context), "ListIndex"),
|
|
3810
3805
|
ListObjectAttributes: import_smithy_client._json,
|
|
3811
3806
|
ListObjectChildren: import_smithy_client._json,
|
|
3812
3807
|
ListObjectParentPaths: import_smithy_client._json,
|
|
3813
3808
|
ListObjectParents: import_smithy_client._json,
|
|
3814
3809
|
ListObjectPolicies: import_smithy_client._json,
|
|
3815
|
-
ListOutgoingTypedLinks: (_) => se_BatchListOutgoingTypedLinks(_, context),
|
|
3810
|
+
ListOutgoingTypedLinks: /* @__PURE__ */ __name((_) => se_BatchListOutgoingTypedLinks(_, context), "ListOutgoingTypedLinks"),
|
|
3816
3811
|
ListPolicyAttachments: import_smithy_client._json,
|
|
3817
3812
|
LookupPolicy: import_smithy_client._json
|
|
3818
3813
|
});
|
|
@@ -3824,33 +3819,33 @@ var se_BatchReadOperationList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3824
3819
|
}, "se_BatchReadOperationList");
|
|
3825
3820
|
var se_BatchUpdateLinkAttributes = /* @__PURE__ */ __name((input, context) => {
|
|
3826
3821
|
return (0, import_smithy_client.take)(input, {
|
|
3827
|
-
AttributeUpdates: (_) => se_LinkAttributeUpdateList(_, context),
|
|
3828
|
-
TypedLinkSpecifier: (_) => se_TypedLinkSpecifier(_, context)
|
|
3822
|
+
AttributeUpdates: /* @__PURE__ */ __name((_) => se_LinkAttributeUpdateList(_, context), "AttributeUpdates"),
|
|
3823
|
+
TypedLinkSpecifier: /* @__PURE__ */ __name((_) => se_TypedLinkSpecifier(_, context), "TypedLinkSpecifier")
|
|
3829
3824
|
});
|
|
3830
3825
|
}, "se_BatchUpdateLinkAttributes");
|
|
3831
3826
|
var se_BatchUpdateObjectAttributes = /* @__PURE__ */ __name((input, context) => {
|
|
3832
3827
|
return (0, import_smithy_client.take)(input, {
|
|
3833
|
-
AttributeUpdates: (_) => se_ObjectAttributeUpdateList(_, context),
|
|
3828
|
+
AttributeUpdates: /* @__PURE__ */ __name((_) => se_ObjectAttributeUpdateList(_, context), "AttributeUpdates"),
|
|
3834
3829
|
ObjectReference: import_smithy_client._json
|
|
3835
3830
|
});
|
|
3836
3831
|
}, "se_BatchUpdateObjectAttributes");
|
|
3837
3832
|
var se_BatchWriteOperation = /* @__PURE__ */ __name((input, context) => {
|
|
3838
3833
|
return (0, import_smithy_client.take)(input, {
|
|
3839
|
-
AddFacetToObject: (_) => se_BatchAddFacetToObject(_, context),
|
|
3834
|
+
AddFacetToObject: /* @__PURE__ */ __name((_) => se_BatchAddFacetToObject(_, context), "AddFacetToObject"),
|
|
3840
3835
|
AttachObject: import_smithy_client._json,
|
|
3841
3836
|
AttachPolicy: import_smithy_client._json,
|
|
3842
3837
|
AttachToIndex: import_smithy_client._json,
|
|
3843
|
-
AttachTypedLink: (_) => se_BatchAttachTypedLink(_, context),
|
|
3838
|
+
AttachTypedLink: /* @__PURE__ */ __name((_) => se_BatchAttachTypedLink(_, context), "AttachTypedLink"),
|
|
3844
3839
|
CreateIndex: import_smithy_client._json,
|
|
3845
|
-
CreateObject: (_) => se_BatchCreateObject(_, context),
|
|
3840
|
+
CreateObject: /* @__PURE__ */ __name((_) => se_BatchCreateObject(_, context), "CreateObject"),
|
|
3846
3841
|
DeleteObject: import_smithy_client._json,
|
|
3847
3842
|
DetachFromIndex: import_smithy_client._json,
|
|
3848
3843
|
DetachObject: import_smithy_client._json,
|
|
3849
3844
|
DetachPolicy: import_smithy_client._json,
|
|
3850
|
-
DetachTypedLink: (_) => se_BatchDetachTypedLink(_, context),
|
|
3845
|
+
DetachTypedLink: /* @__PURE__ */ __name((_) => se_BatchDetachTypedLink(_, context), "DetachTypedLink"),
|
|
3851
3846
|
RemoveFacetFromObject: import_smithy_client._json,
|
|
3852
|
-
UpdateLinkAttributes: (_) => se_BatchUpdateLinkAttributes(_, context),
|
|
3853
|
-
UpdateObjectAttributes: (_) => se_BatchUpdateObjectAttributes(_, context)
|
|
3847
|
+
UpdateLinkAttributes: /* @__PURE__ */ __name((_) => se_BatchUpdateLinkAttributes(_, context), "UpdateLinkAttributes"),
|
|
3848
|
+
UpdateObjectAttributes: /* @__PURE__ */ __name((_) => se_BatchUpdateObjectAttributes(_, context), "UpdateObjectAttributes")
|
|
3854
3849
|
});
|
|
3855
3850
|
}, "se_BatchWriteOperation");
|
|
3856
3851
|
var se_BatchWriteOperationList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3860,7 +3855,7 @@ var se_BatchWriteOperationList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3860
3855
|
}, "se_BatchWriteOperationList");
|
|
3861
3856
|
var se_FacetAttribute = /* @__PURE__ */ __name((input, context) => {
|
|
3862
3857
|
return (0, import_smithy_client.take)(input, {
|
|
3863
|
-
AttributeDefinition: (_) => se_FacetAttributeDefinition(_, context),
|
|
3858
|
+
AttributeDefinition: /* @__PURE__ */ __name((_) => se_FacetAttributeDefinition(_, context), "AttributeDefinition"),
|
|
3864
3859
|
AttributeReference: import_smithy_client._json,
|
|
3865
3860
|
Name: [],
|
|
3866
3861
|
RequiredBehavior: []
|
|
@@ -3868,7 +3863,7 @@ var se_FacetAttribute = /* @__PURE__ */ __name((input, context) => {
|
|
|
3868
3863
|
}, "se_FacetAttribute");
|
|
3869
3864
|
var se_FacetAttributeDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
3870
3865
|
return (0, import_smithy_client.take)(input, {
|
|
3871
|
-
DefaultValue: (_) => se_TypedAttributeValue(_, context),
|
|
3866
|
+
DefaultValue: /* @__PURE__ */ __name((_) => se_TypedAttributeValue(_, context), "DefaultValue"),
|
|
3872
3867
|
IsImmutable: [],
|
|
3873
3868
|
Rules: import_smithy_client._json,
|
|
3874
3869
|
Type: []
|
|
@@ -3882,7 +3877,7 @@ var se_FacetAttributeList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3882
3877
|
var se_FacetAttributeUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
3883
3878
|
return (0, import_smithy_client.take)(input, {
|
|
3884
3879
|
Action: [],
|
|
3885
|
-
Attribute: (_) => se_FacetAttribute(_, context)
|
|
3880
|
+
Attribute: /* @__PURE__ */ __name((_) => se_FacetAttribute(_, context), "Attribute")
|
|
3886
3881
|
});
|
|
3887
3882
|
}, "se_FacetAttributeUpdate");
|
|
3888
3883
|
var se_FacetAttributeUpdateList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3893,12 +3888,12 @@ var se_FacetAttributeUpdateList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3893
3888
|
var se_LinkAttributeAction = /* @__PURE__ */ __name((input, context) => {
|
|
3894
3889
|
return (0, import_smithy_client.take)(input, {
|
|
3895
3890
|
AttributeActionType: [],
|
|
3896
|
-
AttributeUpdateValue: (_) => se_TypedAttributeValue(_, context)
|
|
3891
|
+
AttributeUpdateValue: /* @__PURE__ */ __name((_) => se_TypedAttributeValue(_, context), "AttributeUpdateValue")
|
|
3897
3892
|
});
|
|
3898
3893
|
}, "se_LinkAttributeAction");
|
|
3899
3894
|
var se_LinkAttributeUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
3900
3895
|
return (0, import_smithy_client.take)(input, {
|
|
3901
|
-
AttributeAction: (_) => se_LinkAttributeAction(_, context),
|
|
3896
|
+
AttributeAction: /* @__PURE__ */ __name((_) => se_LinkAttributeAction(_, context), "AttributeAction"),
|
|
3902
3897
|
AttributeKey: import_smithy_client._json
|
|
3903
3898
|
});
|
|
3904
3899
|
}, "se_LinkAttributeUpdate");
|
|
@@ -3910,13 +3905,13 @@ var se_LinkAttributeUpdateList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3910
3905
|
var se_ObjectAttributeAction = /* @__PURE__ */ __name((input, context) => {
|
|
3911
3906
|
return (0, import_smithy_client.take)(input, {
|
|
3912
3907
|
ObjectAttributeActionType: [],
|
|
3913
|
-
ObjectAttributeUpdateValue: (_) => se_TypedAttributeValue(_, context)
|
|
3908
|
+
ObjectAttributeUpdateValue: /* @__PURE__ */ __name((_) => se_TypedAttributeValue(_, context), "ObjectAttributeUpdateValue")
|
|
3914
3909
|
});
|
|
3915
3910
|
}, "se_ObjectAttributeAction");
|
|
3916
3911
|
var se_ObjectAttributeRange = /* @__PURE__ */ __name((input, context) => {
|
|
3917
3912
|
return (0, import_smithy_client.take)(input, {
|
|
3918
3913
|
AttributeKey: import_smithy_client._json,
|
|
3919
|
-
Range: (_) => se_TypedAttributeValueRange(_, context)
|
|
3914
|
+
Range: /* @__PURE__ */ __name((_) => se_TypedAttributeValueRange(_, context), "Range")
|
|
3920
3915
|
});
|
|
3921
3916
|
}, "se_ObjectAttributeRange");
|
|
3922
3917
|
var se_ObjectAttributeRangeList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3926,7 +3921,7 @@ var se_ObjectAttributeRangeList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3926
3921
|
}, "se_ObjectAttributeRangeList");
|
|
3927
3922
|
var se_ObjectAttributeUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
3928
3923
|
return (0, import_smithy_client.take)(input, {
|
|
3929
|
-
ObjectAttributeAction: (_) => se_ObjectAttributeAction(_, context),
|
|
3924
|
+
ObjectAttributeAction: /* @__PURE__ */ __name((_) => se_ObjectAttributeAction(_, context), "ObjectAttributeAction"),
|
|
3930
3925
|
ObjectAttributeKey: import_smithy_client._json
|
|
3931
3926
|
});
|
|
3932
3927
|
}, "se_ObjectAttributeUpdate");
|
|
@@ -3937,25 +3932,25 @@ var se_ObjectAttributeUpdateList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3937
3932
|
}, "se_ObjectAttributeUpdateList");
|
|
3938
3933
|
var se_TypedAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
3939
3934
|
return TypedAttributeValue.visit(input, {
|
|
3940
|
-
BinaryValue: (value) => ({ BinaryValue: context.base64Encoder(value) }),
|
|
3941
|
-
BooleanValue: (value) => ({ BooleanValue: value }),
|
|
3942
|
-
DatetimeValue: (value) => ({ DatetimeValue: value.getTime() / 1e3 }),
|
|
3943
|
-
NumberValue: (value) => ({ NumberValue: value }),
|
|
3944
|
-
StringValue: (value) => ({ StringValue: value }),
|
|
3945
|
-
_: (name, value) => ({ [name]: value })
|
|
3935
|
+
BinaryValue: /* @__PURE__ */ __name((value) => ({ BinaryValue: context.base64Encoder(value) }), "BinaryValue"),
|
|
3936
|
+
BooleanValue: /* @__PURE__ */ __name((value) => ({ BooleanValue: value }), "BooleanValue"),
|
|
3937
|
+
DatetimeValue: /* @__PURE__ */ __name((value) => ({ DatetimeValue: value.getTime() / 1e3 }), "DatetimeValue"),
|
|
3938
|
+
NumberValue: /* @__PURE__ */ __name((value) => ({ NumberValue: value }), "NumberValue"),
|
|
3939
|
+
StringValue: /* @__PURE__ */ __name((value) => ({ StringValue: value }), "StringValue"),
|
|
3940
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
3946
3941
|
});
|
|
3947
3942
|
}, "se_TypedAttributeValue");
|
|
3948
3943
|
var se_TypedAttributeValueRange = /* @__PURE__ */ __name((input, context) => {
|
|
3949
3944
|
return (0, import_smithy_client.take)(input, {
|
|
3950
3945
|
EndMode: [],
|
|
3951
|
-
EndValue: (_) => se_TypedAttributeValue(_, context),
|
|
3946
|
+
EndValue: /* @__PURE__ */ __name((_) => se_TypedAttributeValue(_, context), "EndValue"),
|
|
3952
3947
|
StartMode: [],
|
|
3953
|
-
StartValue: (_) => se_TypedAttributeValue(_, context)
|
|
3948
|
+
StartValue: /* @__PURE__ */ __name((_) => se_TypedAttributeValue(_, context), "StartValue")
|
|
3954
3949
|
});
|
|
3955
3950
|
}, "se_TypedAttributeValueRange");
|
|
3956
3951
|
var se_TypedLinkAttributeDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
3957
3952
|
return (0, import_smithy_client.take)(input, {
|
|
3958
|
-
DefaultValue: (_) => se_TypedAttributeValue(_, context),
|
|
3953
|
+
DefaultValue: /* @__PURE__ */ __name((_) => se_TypedAttributeValue(_, context), "DefaultValue"),
|
|
3959
3954
|
IsImmutable: [],
|
|
3960
3955
|
Name: [],
|
|
3961
3956
|
RequiredBehavior: [],
|
|
@@ -3971,7 +3966,7 @@ var se_TypedLinkAttributeDefinitionList = /* @__PURE__ */ __name((input, context
|
|
|
3971
3966
|
var se_TypedLinkAttributeRange = /* @__PURE__ */ __name((input, context) => {
|
|
3972
3967
|
return (0, import_smithy_client.take)(input, {
|
|
3973
3968
|
AttributeName: [],
|
|
3974
|
-
Range: (_) => se_TypedAttributeValueRange(_, context)
|
|
3969
|
+
Range: /* @__PURE__ */ __name((_) => se_TypedAttributeValueRange(_, context), "Range")
|
|
3975
3970
|
});
|
|
3976
3971
|
}, "se_TypedLinkAttributeRange");
|
|
3977
3972
|
var se_TypedLinkAttributeRangeList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3981,7 +3976,7 @@ var se_TypedLinkAttributeRangeList = /* @__PURE__ */ __name((input, context) =>
|
|
|
3981
3976
|
}, "se_TypedLinkAttributeRangeList");
|
|
3982
3977
|
var se_TypedLinkFacet = /* @__PURE__ */ __name((input, context) => {
|
|
3983
3978
|
return (0, import_smithy_client.take)(input, {
|
|
3984
|
-
Attributes: (_) => se_TypedLinkAttributeDefinitionList(_, context),
|
|
3979
|
+
Attributes: /* @__PURE__ */ __name((_) => se_TypedLinkAttributeDefinitionList(_, context), "Attributes"),
|
|
3985
3980
|
IdentityAttributeOrder: import_smithy_client._json,
|
|
3986
3981
|
Name: []
|
|
3987
3982
|
});
|
|
@@ -3989,7 +3984,7 @@ var se_TypedLinkFacet = /* @__PURE__ */ __name((input, context) => {
|
|
|
3989
3984
|
var se_TypedLinkFacetAttributeUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
3990
3985
|
return (0, import_smithy_client.take)(input, {
|
|
3991
3986
|
Action: [],
|
|
3992
|
-
Attribute: (_) => se_TypedLinkAttributeDefinition(_, context)
|
|
3987
|
+
Attribute: /* @__PURE__ */ __name((_) => se_TypedLinkAttributeDefinition(_, context), "Attribute")
|
|
3993
3988
|
});
|
|
3994
3989
|
}, "se_TypedLinkFacetAttributeUpdate");
|
|
3995
3990
|
var se_TypedLinkFacetAttributeUpdateList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3999,7 +3994,7 @@ var se_TypedLinkFacetAttributeUpdateList = /* @__PURE__ */ __name((input, contex
|
|
|
3999
3994
|
}, "se_TypedLinkFacetAttributeUpdateList");
|
|
4000
3995
|
var se_TypedLinkSpecifier = /* @__PURE__ */ __name((input, context) => {
|
|
4001
3996
|
return (0, import_smithy_client.take)(input, {
|
|
4002
|
-
IdentityAttributeValues: (_) => se_AttributeNameAndValueList(_, context),
|
|
3997
|
+
IdentityAttributeValues: /* @__PURE__ */ __name((_) => se_AttributeNameAndValueList(_, context), "IdentityAttributeValues"),
|
|
4003
3998
|
SourceObjectReference: import_smithy_client._json,
|
|
4004
3999
|
TargetObjectReference: import_smithy_client._json,
|
|
4005
4000
|
TypedLinkFacet: import_smithy_client._json
|
|
@@ -4008,7 +4003,7 @@ var se_TypedLinkSpecifier = /* @__PURE__ */ __name((input, context) => {
|
|
|
4008
4003
|
var de_AttributeKeyAndValue = /* @__PURE__ */ __name((output, context) => {
|
|
4009
4004
|
return (0, import_smithy_client.take)(output, {
|
|
4010
4005
|
Key: import_smithy_client._json,
|
|
4011
|
-
Value: (_) => de_TypedAttributeValue((0, import_core2.awsExpectUnion)(_), context)
|
|
4006
|
+
Value: /* @__PURE__ */ __name((_) => de_TypedAttributeValue((0, import_core2.awsExpectUnion)(_), context), "Value")
|
|
4012
4007
|
});
|
|
4013
4008
|
}, "de_AttributeKeyAndValue");
|
|
4014
4009
|
var de_AttributeKeyAndValueList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4020,7 +4015,7 @@ var de_AttributeKeyAndValueList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4020
4015
|
var de_AttributeNameAndValue = /* @__PURE__ */ __name((output, context) => {
|
|
4021
4016
|
return (0, import_smithy_client.take)(output, {
|
|
4022
4017
|
AttributeName: import_smithy_client.expectString,
|
|
4023
|
-
Value: (_) => de_TypedAttributeValue((0, import_core2.awsExpectUnion)(_), context)
|
|
4018
|
+
Value: /* @__PURE__ */ __name((_) => de_TypedAttributeValue((0, import_core2.awsExpectUnion)(_), context), "Value")
|
|
4024
4019
|
});
|
|
4025
4020
|
}, "de_AttributeNameAndValue");
|
|
4026
4021
|
var de_AttributeNameAndValueList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4031,53 +4026,53 @@ var de_AttributeNameAndValueList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4031
4026
|
}, "de_AttributeNameAndValueList");
|
|
4032
4027
|
var de_BatchAttachTypedLinkResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4033
4028
|
return (0, import_smithy_client.take)(output, {
|
|
4034
|
-
TypedLinkSpecifier: (_) => de_TypedLinkSpecifier(_, context)
|
|
4029
|
+
TypedLinkSpecifier: /* @__PURE__ */ __name((_) => de_TypedLinkSpecifier(_, context), "TypedLinkSpecifier")
|
|
4035
4030
|
});
|
|
4036
4031
|
}, "de_BatchAttachTypedLinkResponse");
|
|
4037
4032
|
var de_BatchGetLinkAttributesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4038
4033
|
return (0, import_smithy_client.take)(output, {
|
|
4039
|
-
Attributes: (_) => de_AttributeKeyAndValueList(_, context)
|
|
4034
|
+
Attributes: /* @__PURE__ */ __name((_) => de_AttributeKeyAndValueList(_, context), "Attributes")
|
|
4040
4035
|
});
|
|
4041
4036
|
}, "de_BatchGetLinkAttributesResponse");
|
|
4042
4037
|
var de_BatchGetObjectAttributesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4043
4038
|
return (0, import_smithy_client.take)(output, {
|
|
4044
|
-
Attributes: (_) => de_AttributeKeyAndValueList(_, context)
|
|
4039
|
+
Attributes: /* @__PURE__ */ __name((_) => de_AttributeKeyAndValueList(_, context), "Attributes")
|
|
4045
4040
|
});
|
|
4046
4041
|
}, "de_BatchGetObjectAttributesResponse");
|
|
4047
4042
|
var de_BatchListAttachedIndicesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4048
4043
|
return (0, import_smithy_client.take)(output, {
|
|
4049
|
-
IndexAttachments: (_) => de_IndexAttachmentList(_, context),
|
|
4044
|
+
IndexAttachments: /* @__PURE__ */ __name((_) => de_IndexAttachmentList(_, context), "IndexAttachments"),
|
|
4050
4045
|
NextToken: import_smithy_client.expectString
|
|
4051
4046
|
});
|
|
4052
4047
|
}, "de_BatchListAttachedIndicesResponse");
|
|
4053
4048
|
var de_BatchListIncomingTypedLinksResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4054
4049
|
return (0, import_smithy_client.take)(output, {
|
|
4055
|
-
LinkSpecifiers: (_) => de_TypedLinkSpecifierList(_, context),
|
|
4050
|
+
LinkSpecifiers: /* @__PURE__ */ __name((_) => de_TypedLinkSpecifierList(_, context), "LinkSpecifiers"),
|
|
4056
4051
|
NextToken: import_smithy_client.expectString
|
|
4057
4052
|
});
|
|
4058
4053
|
}, "de_BatchListIncomingTypedLinksResponse");
|
|
4059
4054
|
var de_BatchListIndexResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4060
4055
|
return (0, import_smithy_client.take)(output, {
|
|
4061
|
-
IndexAttachments: (_) => de_IndexAttachmentList(_, context),
|
|
4056
|
+
IndexAttachments: /* @__PURE__ */ __name((_) => de_IndexAttachmentList(_, context), "IndexAttachments"),
|
|
4062
4057
|
NextToken: import_smithy_client.expectString
|
|
4063
4058
|
});
|
|
4064
4059
|
}, "de_BatchListIndexResponse");
|
|
4065
4060
|
var de_BatchListObjectAttributesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4066
4061
|
return (0, import_smithy_client.take)(output, {
|
|
4067
|
-
Attributes: (_) => de_AttributeKeyAndValueList(_, context),
|
|
4062
|
+
Attributes: /* @__PURE__ */ __name((_) => de_AttributeKeyAndValueList(_, context), "Attributes"),
|
|
4068
4063
|
NextToken: import_smithy_client.expectString
|
|
4069
4064
|
});
|
|
4070
4065
|
}, "de_BatchListObjectAttributesResponse");
|
|
4071
4066
|
var de_BatchListOutgoingTypedLinksResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4072
4067
|
return (0, import_smithy_client.take)(output, {
|
|
4073
4068
|
NextToken: import_smithy_client.expectString,
|
|
4074
|
-
TypedLinkSpecifiers: (_) => de_TypedLinkSpecifierList(_, context)
|
|
4069
|
+
TypedLinkSpecifiers: /* @__PURE__ */ __name((_) => de_TypedLinkSpecifierList(_, context), "TypedLinkSpecifiers")
|
|
4075
4070
|
});
|
|
4076
4071
|
}, "de_BatchListOutgoingTypedLinksResponse");
|
|
4077
4072
|
var de_BatchReadOperationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4078
4073
|
return (0, import_smithy_client.take)(output, {
|
|
4079
4074
|
ExceptionResponse: import_smithy_client._json,
|
|
4080
|
-
SuccessfulResponse: (_) => de_BatchReadSuccessfulResponse(_, context)
|
|
4075
|
+
SuccessfulResponse: /* @__PURE__ */ __name((_) => de_BatchReadSuccessfulResponse(_, context), "SuccessfulResponse")
|
|
4081
4076
|
});
|
|
4082
4077
|
}, "de_BatchReadOperationResponse");
|
|
4083
4078
|
var de_BatchReadOperationResponseList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4088,18 +4083,18 @@ var de_BatchReadOperationResponseList = /* @__PURE__ */ __name((output, context)
|
|
|
4088
4083
|
}, "de_BatchReadOperationResponseList");
|
|
4089
4084
|
var de_BatchReadSuccessfulResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4090
4085
|
return (0, import_smithy_client.take)(output, {
|
|
4091
|
-
GetLinkAttributes: (_) => de_BatchGetLinkAttributesResponse(_, context),
|
|
4092
|
-
GetObjectAttributes: (_) => de_BatchGetObjectAttributesResponse(_, context),
|
|
4086
|
+
GetLinkAttributes: /* @__PURE__ */ __name((_) => de_BatchGetLinkAttributesResponse(_, context), "GetLinkAttributes"),
|
|
4087
|
+
GetObjectAttributes: /* @__PURE__ */ __name((_) => de_BatchGetObjectAttributesResponse(_, context), "GetObjectAttributes"),
|
|
4093
4088
|
GetObjectInformation: import_smithy_client._json,
|
|
4094
|
-
ListAttachedIndices: (_) => de_BatchListAttachedIndicesResponse(_, context),
|
|
4095
|
-
ListIncomingTypedLinks: (_) => de_BatchListIncomingTypedLinksResponse(_, context),
|
|
4096
|
-
ListIndex: (_) => de_BatchListIndexResponse(_, context),
|
|
4097
|
-
ListObjectAttributes: (_) => de_BatchListObjectAttributesResponse(_, context),
|
|
4089
|
+
ListAttachedIndices: /* @__PURE__ */ __name((_) => de_BatchListAttachedIndicesResponse(_, context), "ListAttachedIndices"),
|
|
4090
|
+
ListIncomingTypedLinks: /* @__PURE__ */ __name((_) => de_BatchListIncomingTypedLinksResponse(_, context), "ListIncomingTypedLinks"),
|
|
4091
|
+
ListIndex: /* @__PURE__ */ __name((_) => de_BatchListIndexResponse(_, context), "ListIndex"),
|
|
4092
|
+
ListObjectAttributes: /* @__PURE__ */ __name((_) => de_BatchListObjectAttributesResponse(_, context), "ListObjectAttributes"),
|
|
4098
4093
|
ListObjectChildren: import_smithy_client._json,
|
|
4099
4094
|
ListObjectParentPaths: import_smithy_client._json,
|
|
4100
4095
|
ListObjectParents: import_smithy_client._json,
|
|
4101
4096
|
ListObjectPolicies: import_smithy_client._json,
|
|
4102
|
-
ListOutgoingTypedLinks: (_) => de_BatchListOutgoingTypedLinksResponse(_, context),
|
|
4097
|
+
ListOutgoingTypedLinks: /* @__PURE__ */ __name((_) => de_BatchListOutgoingTypedLinksResponse(_, context), "ListOutgoingTypedLinks"),
|
|
4103
4098
|
ListPolicyAttachments: import_smithy_client._json,
|
|
4104
4099
|
LookupPolicy: import_smithy_client._json
|
|
4105
4100
|
});
|
|
@@ -4110,7 +4105,7 @@ var de_BatchWriteOperationResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
4110
4105
|
AttachObject: import_smithy_client._json,
|
|
4111
4106
|
AttachPolicy: import_smithy_client._json,
|
|
4112
4107
|
AttachToIndex: import_smithy_client._json,
|
|
4113
|
-
AttachTypedLink: (_) => de_BatchAttachTypedLinkResponse(_, context),
|
|
4108
|
+
AttachTypedLink: /* @__PURE__ */ __name((_) => de_BatchAttachTypedLinkResponse(_, context), "AttachTypedLink"),
|
|
4114
4109
|
CreateIndex: import_smithy_client._json,
|
|
4115
4110
|
CreateObject: import_smithy_client._json,
|
|
4116
4111
|
DeleteObject: import_smithy_client._json,
|
|
@@ -4131,7 +4126,7 @@ var de_BatchWriteOperationResponseList = /* @__PURE__ */ __name((output, context
|
|
|
4131
4126
|
}, "de_BatchWriteOperationResponseList");
|
|
4132
4127
|
var de_Directory = /* @__PURE__ */ __name((output, context) => {
|
|
4133
4128
|
return (0, import_smithy_client.take)(output, {
|
|
4134
|
-
CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4129
|
+
CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
|
|
4135
4130
|
DirectoryArn: import_smithy_client.expectString,
|
|
4136
4131
|
Name: import_smithy_client.expectString,
|
|
4137
4132
|
State: import_smithy_client.expectString
|
|
@@ -4145,7 +4140,7 @@ var de_DirectoryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4145
4140
|
}, "de_DirectoryList");
|
|
4146
4141
|
var de_FacetAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
4147
4142
|
return (0, import_smithy_client.take)(output, {
|
|
4148
|
-
AttributeDefinition: (_) => de_FacetAttributeDefinition(_, context),
|
|
4143
|
+
AttributeDefinition: /* @__PURE__ */ __name((_) => de_FacetAttributeDefinition(_, context), "AttributeDefinition"),
|
|
4149
4144
|
AttributeReference: import_smithy_client._json,
|
|
4150
4145
|
Name: import_smithy_client.expectString,
|
|
4151
4146
|
RequiredBehavior: import_smithy_client.expectString
|
|
@@ -4153,7 +4148,7 @@ var de_FacetAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
|
4153
4148
|
}, "de_FacetAttribute");
|
|
4154
4149
|
var de_FacetAttributeDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
4155
4150
|
return (0, import_smithy_client.take)(output, {
|
|
4156
|
-
DefaultValue: (_) => de_TypedAttributeValue((0, import_core2.awsExpectUnion)(_), context),
|
|
4151
|
+
DefaultValue: /* @__PURE__ */ __name((_) => de_TypedAttributeValue((0, import_core2.awsExpectUnion)(_), context), "DefaultValue"),
|
|
4157
4152
|
IsImmutable: import_smithy_client.expectBoolean,
|
|
4158
4153
|
Rules: import_smithy_client._json,
|
|
4159
4154
|
Type: import_smithy_client.expectString
|
|
@@ -4167,7 +4162,7 @@ var de_FacetAttributeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4167
4162
|
}, "de_FacetAttributeList");
|
|
4168
4163
|
var de_IndexAttachment = /* @__PURE__ */ __name((output, context) => {
|
|
4169
4164
|
return (0, import_smithy_client.take)(output, {
|
|
4170
|
-
IndexedAttributes: (_) => de_AttributeKeyAndValueList(_, context),
|
|
4165
|
+
IndexedAttributes: /* @__PURE__ */ __name((_) => de_AttributeKeyAndValueList(_, context), "IndexedAttributes"),
|
|
4171
4166
|
ObjectIdentifier: import_smithy_client.expectString
|
|
4172
4167
|
});
|
|
4173
4168
|
}, "de_IndexAttachment");
|
|
@@ -4201,7 +4196,7 @@ var de_TypedAttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
4201
4196
|
}, "de_TypedAttributeValue");
|
|
4202
4197
|
var de_TypedLinkAttributeDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
4203
4198
|
return (0, import_smithy_client.take)(output, {
|
|
4204
|
-
DefaultValue: (_) => de_TypedAttributeValue((0, import_core2.awsExpectUnion)(_), context),
|
|
4199
|
+
DefaultValue: /* @__PURE__ */ __name((_) => de_TypedAttributeValue((0, import_core2.awsExpectUnion)(_), context), "DefaultValue"),
|
|
4205
4200
|
IsImmutable: import_smithy_client.expectBoolean,
|
|
4206
4201
|
Name: import_smithy_client.expectString,
|
|
4207
4202
|
RequiredBehavior: import_smithy_client.expectString,
|
|
@@ -4217,7 +4212,7 @@ var de_TypedLinkAttributeDefinitionList = /* @__PURE__ */ __name((output, contex
|
|
|
4217
4212
|
}, "de_TypedLinkAttributeDefinitionList");
|
|
4218
4213
|
var de_TypedLinkSpecifier = /* @__PURE__ */ __name((output, context) => {
|
|
4219
4214
|
return (0, import_smithy_client.take)(output, {
|
|
4220
|
-
IdentityAttributeValues: (_) => de_AttributeNameAndValueList(_, context),
|
|
4215
|
+
IdentityAttributeValues: /* @__PURE__ */ __name((_) => de_AttributeNameAndValueList(_, context), "IdentityAttributeValues"),
|
|
4221
4216
|
SourceObjectReference: import_smithy_client._json,
|
|
4222
4217
|
TargetObjectReference: import_smithy_client._json,
|
|
4223
4218
|
TypedLinkFacet: import_smithy_client._json
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-clouddirectory",
|
|
3
3
|
"description": "AWS SDK for JavaScript Clouddirectory Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.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-clouddirectory",
|
|
@@ -20,17 +20,17 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.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.774.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.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|