@aws-sdk/client-dataexchange 3.670.0 → 3.675.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/README.md +71 -13
- package/dist-cjs/index.js +467 -40
- package/dist-es/DataExchange.js +14 -0
- package/dist-es/commands/AcceptDataGrantCommand.js +22 -0
- package/dist-es/commands/CreateDataGrantCommand.js +22 -0
- package/dist-es/commands/DeleteDataGrantCommand.js +22 -0
- package/dist-es/commands/GetDataGrantCommand.js +22 -0
- package/dist-es/commands/GetReceivedDataGrantCommand.js +22 -0
- package/dist-es/commands/ListDataGrantsCommand.js +22 -0
- package/dist-es/commands/ListReceivedDataGrantsCommand.js +22 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +44 -29
- package/dist-es/pagination/ListDataGrantsPaginator.js +4 -0
- package/dist-es/pagination/ListReceivedDataGrantsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +280 -3
- package/dist-types/DataExchange.d.ts +66 -13
- package/dist-types/DataExchangeClient.d.ts +24 -15
- package/dist-types/commands/AcceptDataGrantCommand.d.ts +102 -0
- package/dist-types/commands/CancelJobCommand.d.ts +4 -2
- package/dist-types/commands/CreateDataGrantCommand.d.ts +113 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataGrantCommand.d.ts +84 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRevisionCommand.d.ts +2 -1
- package/dist-types/commands/GetDataGrantCommand.d.ts +102 -0
- package/dist-types/commands/GetDataSetCommand.d.ts +1 -0
- package/dist-types/commands/GetReceivedDataGrantCommand.d.ts +98 -0
- package/dist-types/commands/ListDataGrantsCommand.d.ts +103 -0
- package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +3 -1
- package/dist-types/commands/ListReceivedDataGrantsCommand.d.ts +105 -0
- package/dist-types/commands/ListRevisionAssetsCommand.d.ts +2 -1
- package/dist-types/commands/RevokeRevisionCommand.d.ts +2 -1
- package/dist-types/commands/SendApiAssetCommand.d.ts +2 -1
- package/dist-types/commands/SendDataSetNotificationCommand.d.ts +2 -1
- package/dist-types/commands/StartJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRevisionCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/index.d.ts +15 -13
- package/dist-types/models/models_0.d.ts +1016 -282
- package/dist-types/pagination/ListDataGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListReceivedDataGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DataExchange.d.ts +121 -0
- package/dist-types/ts3.4/DataExchangeClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/AcceptDataGrantCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateDataGrantCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteDataGrantCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/GetDataGrantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetReceivedDataGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataGrantsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListReceivedDataGrantsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +229 -78
- package/dist-types/ts3.4/pagination/ListDataGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListReceivedDataGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -21,11 +21,14 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
21
21
|
// src/index.ts
|
|
22
22
|
var src_exports = {};
|
|
23
23
|
__export(src_exports, {
|
|
24
|
+
AcceptDataGrantCommand: () => AcceptDataGrantCommand,
|
|
25
|
+
AcceptanceStateFilterValue: () => AcceptanceStateFilterValue,
|
|
24
26
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
27
|
AssetType: () => AssetType,
|
|
26
28
|
CancelJobCommand: () => CancelJobCommand,
|
|
27
29
|
Code: () => Code,
|
|
28
30
|
ConflictException: () => ConflictException,
|
|
31
|
+
CreateDataGrantCommand: () => CreateDataGrantCommand,
|
|
29
32
|
CreateDataSetCommand: () => CreateDataSetCommand,
|
|
30
33
|
CreateEventActionCommand: () => CreateEventActionCommand,
|
|
31
34
|
CreateJobCommand: () => CreateJobCommand,
|
|
@@ -33,17 +36,22 @@ __export(src_exports, {
|
|
|
33
36
|
DataExchange: () => DataExchange,
|
|
34
37
|
DataExchangeClient: () => DataExchangeClient,
|
|
35
38
|
DataExchangeServiceException: () => DataExchangeServiceException,
|
|
39
|
+
DataGrantAcceptanceState: () => DataGrantAcceptanceState,
|
|
36
40
|
DatabaseLFTagPolicyPermission: () => DatabaseLFTagPolicyPermission,
|
|
37
41
|
DeleteAssetCommand: () => DeleteAssetCommand,
|
|
42
|
+
DeleteDataGrantCommand: () => DeleteDataGrantCommand,
|
|
38
43
|
DeleteDataSetCommand: () => DeleteDataSetCommand,
|
|
39
44
|
DeleteEventActionCommand: () => DeleteEventActionCommand,
|
|
40
45
|
DeleteRevisionCommand: () => DeleteRevisionCommand,
|
|
41
46
|
ExceptionCause: () => ExceptionCause,
|
|
42
47
|
GetAssetCommand: () => GetAssetCommand,
|
|
48
|
+
GetDataGrantCommand: () => GetDataGrantCommand,
|
|
43
49
|
GetDataSetCommand: () => GetDataSetCommand,
|
|
44
50
|
GetEventActionCommand: () => GetEventActionCommand,
|
|
45
51
|
GetJobCommand: () => GetJobCommand,
|
|
52
|
+
GetReceivedDataGrantCommand: () => GetReceivedDataGrantCommand,
|
|
46
53
|
GetRevisionCommand: () => GetRevisionCommand,
|
|
54
|
+
GrantDistributionScope: () => GrantDistributionScope,
|
|
47
55
|
InternalServerException: () => InternalServerException,
|
|
48
56
|
JobErrorLimitName: () => JobErrorLimitName,
|
|
49
57
|
JobErrorResourceTypes: () => JobErrorResourceTypes,
|
|
@@ -51,10 +59,12 @@ __export(src_exports, {
|
|
|
51
59
|
LFResourceType: () => LFResourceType,
|
|
52
60
|
LakeFormationDataPermissionType: () => LakeFormationDataPermissionType,
|
|
53
61
|
LimitName: () => LimitName,
|
|
62
|
+
ListDataGrantsCommand: () => ListDataGrantsCommand,
|
|
54
63
|
ListDataSetRevisionsCommand: () => ListDataSetRevisionsCommand,
|
|
55
64
|
ListDataSetsCommand: () => ListDataSetsCommand,
|
|
56
65
|
ListEventActionsCommand: () => ListEventActionsCommand,
|
|
57
66
|
ListJobsCommand: () => ListJobsCommand,
|
|
67
|
+
ListReceivedDataGrantsCommand: () => ListReceivedDataGrantsCommand,
|
|
58
68
|
ListRevisionAssetsCommand: () => ListRevisionAssetsCommand,
|
|
59
69
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
60
70
|
NotificationType: () => NotificationType,
|
|
@@ -81,10 +91,12 @@ __export(src_exports, {
|
|
|
81
91
|
UpdateRevisionCommand: () => UpdateRevisionCommand,
|
|
82
92
|
ValidationException: () => ValidationException,
|
|
83
93
|
__Client: () => import_smithy_client.Client,
|
|
94
|
+
paginateListDataGrants: () => paginateListDataGrants,
|
|
84
95
|
paginateListDataSetRevisions: () => paginateListDataSetRevisions,
|
|
85
96
|
paginateListDataSets: () => paginateListDataSets,
|
|
86
97
|
paginateListEventActions: () => paginateListEventActions,
|
|
87
98
|
paginateListJobs: () => paginateListJobs,
|
|
99
|
+
paginateListReceivedDataGrants: () => paginateListReceivedDataGrants,
|
|
88
100
|
paginateListRevisionAssets: () => paginateListRevisionAssets
|
|
89
101
|
});
|
|
90
102
|
module.exports = __toCommonJS(src_exports);
|
|
@@ -229,7 +241,7 @@ var DataExchangeClient = _DataExchangeClient;
|
|
|
229
241
|
// src/DataExchange.ts
|
|
230
242
|
|
|
231
243
|
|
|
232
|
-
// src/commands/
|
|
244
|
+
// src/commands/AcceptDataGrantCommand.ts
|
|
233
245
|
|
|
234
246
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
235
247
|
|
|
@@ -256,6 +268,18 @@ __name(_DataExchangeServiceException, "DataExchangeServiceException");
|
|
|
256
268
|
var DataExchangeServiceException = _DataExchangeServiceException;
|
|
257
269
|
|
|
258
270
|
// src/models/models_0.ts
|
|
271
|
+
var AcceptanceStateFilterValue = {
|
|
272
|
+
ACCEPTED: "ACCEPTED",
|
|
273
|
+
PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE"
|
|
274
|
+
};
|
|
275
|
+
var DataGrantAcceptanceState = {
|
|
276
|
+
ACCEPTED: "ACCEPTED",
|
|
277
|
+
PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE"
|
|
278
|
+
};
|
|
279
|
+
var GrantDistributionScope = {
|
|
280
|
+
AWS_ORGANIZATION: "AWS_ORGANIZATION",
|
|
281
|
+
NONE: "NONE"
|
|
282
|
+
};
|
|
259
283
|
var _AccessDeniedException = class _AccessDeniedException extends DataExchangeServiceException {
|
|
260
284
|
/**
|
|
261
285
|
* @internal
|
|
@@ -274,33 +298,9 @@ var _AccessDeniedException = class _AccessDeniedException extends DataExchangeSe
|
|
|
274
298
|
};
|
|
275
299
|
__name(_AccessDeniedException, "AccessDeniedException");
|
|
276
300
|
var AccessDeniedException = _AccessDeniedException;
|
|
277
|
-
var ServerSideEncryptionTypes = {
|
|
278
|
-
AES256: "AES256",
|
|
279
|
-
aws_kms: "aws:kms"
|
|
280
|
-
};
|
|
281
|
-
var ProtocolType = {
|
|
282
|
-
REST: "REST"
|
|
283
|
-
};
|
|
284
|
-
var LFResourceType = {
|
|
285
|
-
DATABASE: "DATABASE",
|
|
286
|
-
TABLE: "TABLE"
|
|
287
|
-
};
|
|
288
|
-
var LakeFormationDataPermissionType = {
|
|
289
|
-
LFTagPolicy: "LFTagPolicy"
|
|
290
|
-
};
|
|
291
|
-
var LFPermission = {
|
|
292
|
-
DESCRIBE: "DESCRIBE",
|
|
293
|
-
SELECT: "SELECT"
|
|
294
|
-
};
|
|
295
|
-
var AssetType = {
|
|
296
|
-
API_GATEWAY_API: "API_GATEWAY_API",
|
|
297
|
-
LAKE_FORMATION_DATA_PERMISSION: "LAKE_FORMATION_DATA_PERMISSION",
|
|
298
|
-
REDSHIFT_DATA_SHARE: "REDSHIFT_DATA_SHARE",
|
|
299
|
-
S3_DATA_ACCESS: "S3_DATA_ACCESS",
|
|
300
|
-
S3_SNAPSHOT: "S3_SNAPSHOT"
|
|
301
|
-
};
|
|
302
301
|
var ResourceType = {
|
|
303
302
|
ASSET: "ASSET",
|
|
303
|
+
DATA_GRANT: "DATA_GRANT",
|
|
304
304
|
DATA_SET: "DATA_SET",
|
|
305
305
|
EVENT_ACTION: "EVENT_ACTION",
|
|
306
306
|
JOB: "JOB",
|
|
@@ -405,6 +405,31 @@ var _ValidationException = class _ValidationException extends DataExchangeServic
|
|
|
405
405
|
};
|
|
406
406
|
__name(_ValidationException, "ValidationException");
|
|
407
407
|
var ValidationException = _ValidationException;
|
|
408
|
+
var ServerSideEncryptionTypes = {
|
|
409
|
+
AES256: "AES256",
|
|
410
|
+
aws_kms: "aws:kms"
|
|
411
|
+
};
|
|
412
|
+
var ProtocolType = {
|
|
413
|
+
REST: "REST"
|
|
414
|
+
};
|
|
415
|
+
var LFResourceType = {
|
|
416
|
+
DATABASE: "DATABASE",
|
|
417
|
+
TABLE: "TABLE"
|
|
418
|
+
};
|
|
419
|
+
var LakeFormationDataPermissionType = {
|
|
420
|
+
LFTagPolicy: "LFTagPolicy"
|
|
421
|
+
};
|
|
422
|
+
var LFPermission = {
|
|
423
|
+
DESCRIBE: "DESCRIBE",
|
|
424
|
+
SELECT: "SELECT"
|
|
425
|
+
};
|
|
426
|
+
var AssetType = {
|
|
427
|
+
API_GATEWAY_API: "API_GATEWAY_API",
|
|
428
|
+
LAKE_FORMATION_DATA_PERMISSION: "LAKE_FORMATION_DATA_PERMISSION",
|
|
429
|
+
REDSHIFT_DATA_SHARE: "REDSHIFT_DATA_SHARE",
|
|
430
|
+
S3_DATA_ACCESS: "S3_DATA_ACCESS",
|
|
431
|
+
S3_SNAPSHOT: "S3_SNAPSHOT"
|
|
432
|
+
};
|
|
408
433
|
var Code = {
|
|
409
434
|
ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION",
|
|
410
435
|
INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION",
|
|
@@ -414,12 +439,9 @@ var Code = {
|
|
|
414
439
|
SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
|
|
415
440
|
VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION"
|
|
416
441
|
};
|
|
417
|
-
var Origin = {
|
|
418
|
-
ENTITLED: "ENTITLED",
|
|
419
|
-
OWNED: "OWNED"
|
|
420
|
-
};
|
|
421
442
|
var LimitName = {
|
|
422
443
|
AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision",
|
|
444
|
+
Active_and_pending_data_grants: "Active and pending data grants",
|
|
423
445
|
Amazon_API_Gateway_API_assets_per_revision: "Amazon API Gateway API assets per revision",
|
|
424
446
|
Amazon_Redshift_datashare_assets_per_import_job_from_Redshift: "Amazon Redshift datashare assets per import job from Redshift",
|
|
425
447
|
Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision",
|
|
@@ -441,6 +463,7 @@ var LimitName = {
|
|
|
441
463
|
Data_sets_per_account: "Data sets per account",
|
|
442
464
|
Data_sets_per_product: "Data sets per product",
|
|
443
465
|
Event_actions_per_account: "Event actions per account",
|
|
466
|
+
Pending_data_grants_per_consumer: "Pending data grants per consumer",
|
|
444
467
|
Products_per_account: "Products per account",
|
|
445
468
|
Revisions_per_AWS_Lake_Formation_data_permission_data_set: "Revisions per AWS Lake Formation data permission data set",
|
|
446
469
|
Revisions_per_Amazon_API_Gateway_API_data_set: "Revisions per Amazon API Gateway API data set",
|
|
@@ -468,6 +491,10 @@ var _ServiceLimitExceededException = class _ServiceLimitExceededException extend
|
|
|
468
491
|
};
|
|
469
492
|
__name(_ServiceLimitExceededException, "ServiceLimitExceededException");
|
|
470
493
|
var ServiceLimitExceededException = _ServiceLimitExceededException;
|
|
494
|
+
var Origin = {
|
|
495
|
+
ENTITLED: "ENTITLED",
|
|
496
|
+
OWNED: "OWNED"
|
|
497
|
+
};
|
|
471
498
|
var DatabaseLFTagPolicyPermission = {
|
|
472
499
|
DESCRIBE: "DESCRIBE"
|
|
473
500
|
};
|
|
@@ -519,6 +546,15 @@ var NotificationType = {
|
|
|
519
546
|
};
|
|
520
547
|
|
|
521
548
|
// src/protocols/Aws_restJson1.ts
|
|
549
|
+
var se_AcceptDataGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
550
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
551
|
+
const headers = {};
|
|
552
|
+
b.bp("/v1/data-grants/{DataGrantArn}/accept");
|
|
553
|
+
b.p("DataGrantArn", () => input.DataGrantArn, "{DataGrantArn}", false);
|
|
554
|
+
let body;
|
|
555
|
+
b.m("POST").h(headers).b(body);
|
|
556
|
+
return b.build();
|
|
557
|
+
}, "se_AcceptDataGrantCommand");
|
|
522
558
|
var se_CancelJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
523
559
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
524
560
|
const headers = {};
|
|
@@ -528,6 +564,27 @@ var se_CancelJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
528
564
|
b.m("DELETE").h(headers).b(body);
|
|
529
565
|
return b.build();
|
|
530
566
|
}, "se_CancelJobCommand");
|
|
567
|
+
var se_CreateDataGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
568
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
569
|
+
const headers = {
|
|
570
|
+
"content-type": "application/json"
|
|
571
|
+
};
|
|
572
|
+
b.bp("/v1/data-grants");
|
|
573
|
+
let body;
|
|
574
|
+
body = JSON.stringify(
|
|
575
|
+
(0, import_smithy_client.take)(input, {
|
|
576
|
+
Description: [],
|
|
577
|
+
EndsAt: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
578
|
+
GrantDistributionScope: [],
|
|
579
|
+
Name: [],
|
|
580
|
+
ReceiverPrincipal: [],
|
|
581
|
+
SourceDataSetId: [],
|
|
582
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
583
|
+
})
|
|
584
|
+
);
|
|
585
|
+
b.m("POST").h(headers).b(body);
|
|
586
|
+
return b.build();
|
|
587
|
+
}, "se_CreateDataGrantCommand");
|
|
531
588
|
var se_CreateDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
532
589
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
533
590
|
const headers = {
|
|
@@ -606,6 +663,15 @@ var se_DeleteAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
606
663
|
b.m("DELETE").h(headers).b(body);
|
|
607
664
|
return b.build();
|
|
608
665
|
}, "se_DeleteAssetCommand");
|
|
666
|
+
var se_DeleteDataGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
667
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
668
|
+
const headers = {};
|
|
669
|
+
b.bp("/v1/data-grants/{DataGrantId}");
|
|
670
|
+
b.p("DataGrantId", () => input.DataGrantId, "{DataGrantId}", false);
|
|
671
|
+
let body;
|
|
672
|
+
b.m("DELETE").h(headers).b(body);
|
|
673
|
+
return b.build();
|
|
674
|
+
}, "se_DeleteDataGrantCommand");
|
|
609
675
|
var se_DeleteDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
610
676
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
611
677
|
const headers = {};
|
|
@@ -645,6 +711,15 @@ var se_GetAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
645
711
|
b.m("GET").h(headers).b(body);
|
|
646
712
|
return b.build();
|
|
647
713
|
}, "se_GetAssetCommand");
|
|
714
|
+
var se_GetDataGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
715
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
716
|
+
const headers = {};
|
|
717
|
+
b.bp("/v1/data-grants/{DataGrantId}");
|
|
718
|
+
b.p("DataGrantId", () => input.DataGrantId, "{DataGrantId}", false);
|
|
719
|
+
let body;
|
|
720
|
+
b.m("GET").h(headers).b(body);
|
|
721
|
+
return b.build();
|
|
722
|
+
}, "se_GetDataGrantCommand");
|
|
648
723
|
var se_GetDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
649
724
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
650
725
|
const headers = {};
|
|
@@ -672,6 +747,15 @@ var se_GetJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
672
747
|
b.m("GET").h(headers).b(body);
|
|
673
748
|
return b.build();
|
|
674
749
|
}, "se_GetJobCommand");
|
|
750
|
+
var se_GetReceivedDataGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
751
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
752
|
+
const headers = {};
|
|
753
|
+
b.bp("/v1/received-data-grants/{DataGrantArn}");
|
|
754
|
+
b.p("DataGrantArn", () => input.DataGrantArn, "{DataGrantArn}", false);
|
|
755
|
+
let body;
|
|
756
|
+
b.m("GET").h(headers).b(body);
|
|
757
|
+
return b.build();
|
|
758
|
+
}, "se_GetReceivedDataGrantCommand");
|
|
675
759
|
var se_GetRevisionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
676
760
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
677
761
|
const headers = {};
|
|
@@ -682,6 +766,18 @@ var se_GetRevisionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
682
766
|
b.m("GET").h(headers).b(body);
|
|
683
767
|
return b.build();
|
|
684
768
|
}, "se_GetRevisionCommand");
|
|
769
|
+
var se_ListDataGrantsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
770
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
771
|
+
const headers = {};
|
|
772
|
+
b.bp("/v1/data-grants");
|
|
773
|
+
const query = (0, import_smithy_client.map)({
|
|
774
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
775
|
+
[_nT]: [, input[_NT]]
|
|
776
|
+
});
|
|
777
|
+
let body;
|
|
778
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
779
|
+
return b.build();
|
|
780
|
+
}, "se_ListDataGrantsCommand");
|
|
685
781
|
var se_ListDataSetRevisionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
686
782
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
687
783
|
const headers = {};
|
|
@@ -735,6 +831,19 @@ var se_ListJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
735
831
|
b.m("GET").h(headers).q(query).b(body);
|
|
736
832
|
return b.build();
|
|
737
833
|
}, "se_ListJobsCommand");
|
|
834
|
+
var se_ListReceivedDataGrantsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
835
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
836
|
+
const headers = {};
|
|
837
|
+
b.bp("/v1/received-data-grants");
|
|
838
|
+
const query = (0, import_smithy_client.map)({
|
|
839
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
840
|
+
[_nT]: [, input[_NT]],
|
|
841
|
+
[_aS]: [() => input.AcceptanceState !== void 0, () => input[_AS] || []]
|
|
842
|
+
});
|
|
843
|
+
let body;
|
|
844
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
845
|
+
return b.build();
|
|
846
|
+
}, "se_ListReceivedDataGrantsCommand");
|
|
738
847
|
var se_ListRevisionAssetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
739
848
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
740
849
|
const headers = {};
|
|
@@ -934,6 +1043,32 @@ var se_UpdateRevisionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
934
1043
|
b.m("PATCH").h(headers).b(body);
|
|
935
1044
|
return b.build();
|
|
936
1045
|
}, "se_UpdateRevisionCommand");
|
|
1046
|
+
var de_AcceptDataGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1047
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1048
|
+
return de_CommandError(output, context);
|
|
1049
|
+
}
|
|
1050
|
+
const contents = (0, import_smithy_client.map)({
|
|
1051
|
+
$metadata: deserializeMetadata(output)
|
|
1052
|
+
});
|
|
1053
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1054
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1055
|
+
AcceptanceState: import_smithy_client.expectString,
|
|
1056
|
+
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1057
|
+
Arn: import_smithy_client.expectString,
|
|
1058
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1059
|
+
DataSetId: import_smithy_client.expectString,
|
|
1060
|
+
Description: import_smithy_client.expectString,
|
|
1061
|
+
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1062
|
+
GrantDistributionScope: import_smithy_client.expectString,
|
|
1063
|
+
Id: import_smithy_client.expectString,
|
|
1064
|
+
Name: import_smithy_client.expectString,
|
|
1065
|
+
ReceiverPrincipal: import_smithy_client.expectString,
|
|
1066
|
+
SenderPrincipal: import_smithy_client.expectString,
|
|
1067
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1068
|
+
});
|
|
1069
|
+
Object.assign(contents, doc);
|
|
1070
|
+
return contents;
|
|
1071
|
+
}, "de_AcceptDataGrantCommand");
|
|
937
1072
|
var de_CancelJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
938
1073
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
939
1074
|
return de_CommandError(output, context);
|
|
@@ -944,6 +1079,34 @@ var de_CancelJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
944
1079
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
945
1080
|
return contents;
|
|
946
1081
|
}, "de_CancelJobCommand");
|
|
1082
|
+
var de_CreateDataGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1083
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1084
|
+
return de_CommandError(output, context);
|
|
1085
|
+
}
|
|
1086
|
+
const contents = (0, import_smithy_client.map)({
|
|
1087
|
+
$metadata: deserializeMetadata(output)
|
|
1088
|
+
});
|
|
1089
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1090
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1091
|
+
AcceptanceState: import_smithy_client.expectString,
|
|
1092
|
+
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1093
|
+
Arn: import_smithy_client.expectString,
|
|
1094
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1095
|
+
DataSetId: import_smithy_client.expectString,
|
|
1096
|
+
Description: import_smithy_client.expectString,
|
|
1097
|
+
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1098
|
+
GrantDistributionScope: import_smithy_client.expectString,
|
|
1099
|
+
Id: import_smithy_client.expectString,
|
|
1100
|
+
Name: import_smithy_client.expectString,
|
|
1101
|
+
ReceiverPrincipal: import_smithy_client.expectString,
|
|
1102
|
+
SenderPrincipal: import_smithy_client.expectString,
|
|
1103
|
+
SourceDataSetId: import_smithy_client.expectString,
|
|
1104
|
+
Tags: import_smithy_client._json,
|
|
1105
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1106
|
+
});
|
|
1107
|
+
Object.assign(contents, doc);
|
|
1108
|
+
return contents;
|
|
1109
|
+
}, "de_CreateDataGrantCommand");
|
|
947
1110
|
var de_CreateDataSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
948
1111
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
949
1112
|
return de_CommandError(output, context);
|
|
@@ -1043,6 +1206,16 @@ var de_DeleteAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1043
1206
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1044
1207
|
return contents;
|
|
1045
1208
|
}, "de_DeleteAssetCommand");
|
|
1209
|
+
var de_DeleteDataGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1210
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1211
|
+
return de_CommandError(output, context);
|
|
1212
|
+
}
|
|
1213
|
+
const contents = (0, import_smithy_client.map)({
|
|
1214
|
+
$metadata: deserializeMetadata(output)
|
|
1215
|
+
});
|
|
1216
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1217
|
+
return contents;
|
|
1218
|
+
}, "de_DeleteDataGrantCommand");
|
|
1046
1219
|
var de_DeleteDataSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1047
1220
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1048
1221
|
return de_CommandError(output, context);
|
|
@@ -1096,6 +1269,34 @@ var de_GetAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1096
1269
|
Object.assign(contents, doc);
|
|
1097
1270
|
return contents;
|
|
1098
1271
|
}, "de_GetAssetCommand");
|
|
1272
|
+
var de_GetDataGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1273
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1274
|
+
return de_CommandError(output, context);
|
|
1275
|
+
}
|
|
1276
|
+
const contents = (0, import_smithy_client.map)({
|
|
1277
|
+
$metadata: deserializeMetadata(output)
|
|
1278
|
+
});
|
|
1279
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1280
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1281
|
+
AcceptanceState: import_smithy_client.expectString,
|
|
1282
|
+
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1283
|
+
Arn: import_smithy_client.expectString,
|
|
1284
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1285
|
+
DataSetId: import_smithy_client.expectString,
|
|
1286
|
+
Description: import_smithy_client.expectString,
|
|
1287
|
+
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1288
|
+
GrantDistributionScope: import_smithy_client.expectString,
|
|
1289
|
+
Id: import_smithy_client.expectString,
|
|
1290
|
+
Name: import_smithy_client.expectString,
|
|
1291
|
+
ReceiverPrincipal: import_smithy_client.expectString,
|
|
1292
|
+
SenderPrincipal: import_smithy_client.expectString,
|
|
1293
|
+
SourceDataSetId: import_smithy_client.expectString,
|
|
1294
|
+
Tags: import_smithy_client._json,
|
|
1295
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1296
|
+
});
|
|
1297
|
+
Object.assign(contents, doc);
|
|
1298
|
+
return contents;
|
|
1299
|
+
}, "de_GetDataGrantCommand");
|
|
1099
1300
|
var de_GetDataSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1100
1301
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1101
1302
|
return de_CommandError(output, context);
|
|
@@ -1160,6 +1361,32 @@ var de_GetJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1160
1361
|
Object.assign(contents, doc);
|
|
1161
1362
|
return contents;
|
|
1162
1363
|
}, "de_GetJobCommand");
|
|
1364
|
+
var de_GetReceivedDataGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1365
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1366
|
+
return de_CommandError(output, context);
|
|
1367
|
+
}
|
|
1368
|
+
const contents = (0, import_smithy_client.map)({
|
|
1369
|
+
$metadata: deserializeMetadata(output)
|
|
1370
|
+
});
|
|
1371
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1372
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1373
|
+
AcceptanceState: import_smithy_client.expectString,
|
|
1374
|
+
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1375
|
+
Arn: import_smithy_client.expectString,
|
|
1376
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1377
|
+
DataSetId: import_smithy_client.expectString,
|
|
1378
|
+
Description: import_smithy_client.expectString,
|
|
1379
|
+
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1380
|
+
GrantDistributionScope: import_smithy_client.expectString,
|
|
1381
|
+
Id: import_smithy_client.expectString,
|
|
1382
|
+
Name: import_smithy_client.expectString,
|
|
1383
|
+
ReceiverPrincipal: import_smithy_client.expectString,
|
|
1384
|
+
SenderPrincipal: import_smithy_client.expectString,
|
|
1385
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1386
|
+
});
|
|
1387
|
+
Object.assign(contents, doc);
|
|
1388
|
+
return contents;
|
|
1389
|
+
}, "de_GetReceivedDataGrantCommand");
|
|
1163
1390
|
var de_GetRevisionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1164
1391
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1165
1392
|
return de_CommandError(output, context);
|
|
@@ -1185,6 +1412,21 @@ var de_GetRevisionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1185
1412
|
Object.assign(contents, doc);
|
|
1186
1413
|
return contents;
|
|
1187
1414
|
}, "de_GetRevisionCommand");
|
|
1415
|
+
var de_ListDataGrantsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1416
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1417
|
+
return de_CommandError(output, context);
|
|
1418
|
+
}
|
|
1419
|
+
const contents = (0, import_smithy_client.map)({
|
|
1420
|
+
$metadata: deserializeMetadata(output)
|
|
1421
|
+
});
|
|
1422
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1423
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1424
|
+
DataGrantSummaries: (_) => de_ListOfDataGrantSummaryEntry(_, context),
|
|
1425
|
+
NextToken: import_smithy_client.expectString
|
|
1426
|
+
});
|
|
1427
|
+
Object.assign(contents, doc);
|
|
1428
|
+
return contents;
|
|
1429
|
+
}, "de_ListDataGrantsCommand");
|
|
1188
1430
|
var de_ListDataSetRevisionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1189
1431
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1190
1432
|
return de_CommandError(output, context);
|
|
@@ -1245,6 +1487,21 @@ var de_ListJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1245
1487
|
Object.assign(contents, doc);
|
|
1246
1488
|
return contents;
|
|
1247
1489
|
}, "de_ListJobsCommand");
|
|
1490
|
+
var de_ListReceivedDataGrantsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1491
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1492
|
+
return de_CommandError(output, context);
|
|
1493
|
+
}
|
|
1494
|
+
const contents = (0, import_smithy_client.map)({
|
|
1495
|
+
$metadata: deserializeMetadata(output)
|
|
1496
|
+
});
|
|
1497
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1498
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1499
|
+
DataGrantSummaries: (_) => de_ListOfReceivedDataGrantSummariesEntry(_, context),
|
|
1500
|
+
NextToken: import_smithy_client.expectString
|
|
1501
|
+
});
|
|
1502
|
+
Object.assign(contents, doc);
|
|
1503
|
+
return contents;
|
|
1504
|
+
}, "de_ListReceivedDataGrantsCommand");
|
|
1248
1505
|
var de_ListRevisionAssetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1249
1506
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1250
1507
|
return de_CommandError(output, context);
|
|
@@ -1452,6 +1709,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1452
1709
|
};
|
|
1453
1710
|
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
1454
1711
|
switch (errorCode) {
|
|
1712
|
+
case "AccessDeniedException":
|
|
1713
|
+
case "com.amazonaws.dataexchange#AccessDeniedException":
|
|
1714
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1455
1715
|
case "ConflictException":
|
|
1456
1716
|
case "com.amazonaws.dataexchange#ConflictException":
|
|
1457
1717
|
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
@@ -1467,9 +1727,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1467
1727
|
case "ValidationException":
|
|
1468
1728
|
case "com.amazonaws.dataexchange#ValidationException":
|
|
1469
1729
|
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1470
|
-
case "AccessDeniedException":
|
|
1471
|
-
case "com.amazonaws.dataexchange#AccessDeniedException":
|
|
1472
|
-
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1473
1730
|
case "ServiceLimitExceededException":
|
|
1474
1731
|
case "com.amazonaws.dataexchange#ServiceLimitExceededException":
|
|
1475
1732
|
throw await de_ServiceLimitExceededExceptionRes(parsedOutput, context);
|
|
@@ -1640,6 +1897,22 @@ var de_AssetEntry = /* @__PURE__ */ __name((output, context) => {
|
|
|
1640
1897
|
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1641
1898
|
});
|
|
1642
1899
|
}, "de_AssetEntry");
|
|
1900
|
+
var de_DataGrantSummaryEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1901
|
+
return (0, import_smithy_client.take)(output, {
|
|
1902
|
+
AcceptanceState: import_smithy_client.expectString,
|
|
1903
|
+
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1904
|
+
Arn: import_smithy_client.expectString,
|
|
1905
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1906
|
+
DataSetId: import_smithy_client.expectString,
|
|
1907
|
+
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1908
|
+
Id: import_smithy_client.expectString,
|
|
1909
|
+
Name: import_smithy_client.expectString,
|
|
1910
|
+
ReceiverPrincipal: import_smithy_client.expectString,
|
|
1911
|
+
SenderPrincipal: import_smithy_client.expectString,
|
|
1912
|
+
SourceDataSetId: import_smithy_client.expectString,
|
|
1913
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1914
|
+
});
|
|
1915
|
+
}, "de_DataGrantSummaryEntry");
|
|
1643
1916
|
var de_DataSetEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1644
1917
|
return (0, import_smithy_client.take)(output, {
|
|
1645
1918
|
Arn: import_smithy_client.expectString,
|
|
@@ -1727,6 +2000,12 @@ var de_ListOfAssetEntry = /* @__PURE__ */ __name((output, context) => {
|
|
|
1727
2000
|
});
|
|
1728
2001
|
return retVal;
|
|
1729
2002
|
}, "de_ListOfAssetEntry");
|
|
2003
|
+
var de_ListOfDataGrantSummaryEntry = /* @__PURE__ */ __name((output, context) => {
|
|
2004
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2005
|
+
return de_DataGrantSummaryEntry(entry, context);
|
|
2006
|
+
});
|
|
2007
|
+
return retVal;
|
|
2008
|
+
}, "de_ListOfDataGrantSummaryEntry");
|
|
1730
2009
|
var de_ListOfDataSetEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1731
2010
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1732
2011
|
return de_DataSetEntry(entry, context);
|
|
@@ -1751,12 +2030,33 @@ var de_ListOfJobError = /* @__PURE__ */ __name((output, context) => {
|
|
|
1751
2030
|
});
|
|
1752
2031
|
return retVal;
|
|
1753
2032
|
}, "de_ListOfJobError");
|
|
2033
|
+
var de_ListOfReceivedDataGrantSummariesEntry = /* @__PURE__ */ __name((output, context) => {
|
|
2034
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2035
|
+
return de_ReceivedDataGrantSummariesEntry(entry, context);
|
|
2036
|
+
});
|
|
2037
|
+
return retVal;
|
|
2038
|
+
}, "de_ListOfReceivedDataGrantSummariesEntry");
|
|
1754
2039
|
var de_ListOfRevisionEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1755
2040
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1756
2041
|
return de_RevisionEntry(entry, context);
|
|
1757
2042
|
});
|
|
1758
2043
|
return retVal;
|
|
1759
2044
|
}, "de_ListOfRevisionEntry");
|
|
2045
|
+
var de_ReceivedDataGrantSummariesEntry = /* @__PURE__ */ __name((output, context) => {
|
|
2046
|
+
return (0, import_smithy_client.take)(output, {
|
|
2047
|
+
AcceptanceState: import_smithy_client.expectString,
|
|
2048
|
+
AcceptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2049
|
+
Arn: import_smithy_client.expectString,
|
|
2050
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2051
|
+
DataSetId: import_smithy_client.expectString,
|
|
2052
|
+
EndsAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2053
|
+
Id: import_smithy_client.expectString,
|
|
2054
|
+
Name: import_smithy_client.expectString,
|
|
2055
|
+
ReceiverPrincipal: import_smithy_client.expectString,
|
|
2056
|
+
SenderPrincipal: import_smithy_client.expectString,
|
|
2057
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2058
|
+
});
|
|
2059
|
+
}, "de_ReceivedDataGrantSummariesEntry");
|
|
1760
2060
|
var de_ResponseDetails = /* @__PURE__ */ __name((output, context) => {
|
|
1761
2061
|
return (0, import_smithy_client.take)(output, {
|
|
1762
2062
|
CreateS3DataAccessFromS3Bucket: import_smithy_client._json,
|
|
@@ -1798,6 +2098,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1798
2098
|
}), "deserializeMetadata");
|
|
1799
2099
|
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1800
2100
|
var _AI = "AssetId";
|
|
2101
|
+
var _AS = "AcceptanceState";
|
|
1801
2102
|
var _DSI = "DataSetId";
|
|
1802
2103
|
var _ESI = "EventSourceId";
|
|
1803
2104
|
var _M = "Method";
|
|
@@ -1807,6 +2108,7 @@ var _O = "Origin";
|
|
|
1807
2108
|
var _P = "Path";
|
|
1808
2109
|
var _RI = "RevisionId";
|
|
1809
2110
|
var _TK = "TagKeys";
|
|
2111
|
+
var _aS = "acceptanceState";
|
|
1810
2112
|
var _dSI = "dataSetId";
|
|
1811
2113
|
var _eSI = "eventSourceId";
|
|
1812
2114
|
var _mR = "maxResults";
|
|
@@ -1820,7 +2122,21 @@ var _xadhm = "x-amzn-dataexchange-http-method";
|
|
|
1820
2122
|
var _xadp = "x-amzn-dataexchange-path";
|
|
1821
2123
|
var _xadri = "x-amzn-dataexchange-revision-id";
|
|
1822
2124
|
|
|
2125
|
+
// src/commands/AcceptDataGrantCommand.ts
|
|
2126
|
+
var _AcceptDataGrantCommand = class _AcceptDataGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2127
|
+
return [
|
|
2128
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2129
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2130
|
+
];
|
|
2131
|
+
}).s("DataExchange", "AcceptDataGrant", {}).n("DataExchangeClient", "AcceptDataGrantCommand").f(void 0, void 0).ser(se_AcceptDataGrantCommand).de(de_AcceptDataGrantCommand).build() {
|
|
2132
|
+
};
|
|
2133
|
+
__name(_AcceptDataGrantCommand, "AcceptDataGrantCommand");
|
|
2134
|
+
var AcceptDataGrantCommand = _AcceptDataGrantCommand;
|
|
2135
|
+
|
|
1823
2136
|
// src/commands/CancelJobCommand.ts
|
|
2137
|
+
|
|
2138
|
+
|
|
2139
|
+
|
|
1824
2140
|
var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1825
2141
|
return [
|
|
1826
2142
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -1831,6 +2147,20 @@ var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Com
|
|
|
1831
2147
|
__name(_CancelJobCommand, "CancelJobCommand");
|
|
1832
2148
|
var CancelJobCommand = _CancelJobCommand;
|
|
1833
2149
|
|
|
2150
|
+
// src/commands/CreateDataGrantCommand.ts
|
|
2151
|
+
|
|
2152
|
+
|
|
2153
|
+
|
|
2154
|
+
var _CreateDataGrantCommand = class _CreateDataGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2155
|
+
return [
|
|
2156
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2157
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2158
|
+
];
|
|
2159
|
+
}).s("DataExchange", "CreateDataGrant", {}).n("DataExchangeClient", "CreateDataGrantCommand").f(void 0, void 0).ser(se_CreateDataGrantCommand).de(de_CreateDataGrantCommand).build() {
|
|
2160
|
+
};
|
|
2161
|
+
__name(_CreateDataGrantCommand, "CreateDataGrantCommand");
|
|
2162
|
+
var CreateDataGrantCommand = _CreateDataGrantCommand;
|
|
2163
|
+
|
|
1834
2164
|
// src/commands/CreateDataSetCommand.ts
|
|
1835
2165
|
|
|
1836
2166
|
|
|
@@ -1901,6 +2231,20 @@ var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client
|
|
|
1901
2231
|
__name(_DeleteAssetCommand, "DeleteAssetCommand");
|
|
1902
2232
|
var DeleteAssetCommand = _DeleteAssetCommand;
|
|
1903
2233
|
|
|
2234
|
+
// src/commands/DeleteDataGrantCommand.ts
|
|
2235
|
+
|
|
2236
|
+
|
|
2237
|
+
|
|
2238
|
+
var _DeleteDataGrantCommand = class _DeleteDataGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2239
|
+
return [
|
|
2240
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2241
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2242
|
+
];
|
|
2243
|
+
}).s("DataExchange", "DeleteDataGrant", {}).n("DataExchangeClient", "DeleteDataGrantCommand").f(void 0, void 0).ser(se_DeleteDataGrantCommand).de(de_DeleteDataGrantCommand).build() {
|
|
2244
|
+
};
|
|
2245
|
+
__name(_DeleteDataGrantCommand, "DeleteDataGrantCommand");
|
|
2246
|
+
var DeleteDataGrantCommand = _DeleteDataGrantCommand;
|
|
2247
|
+
|
|
1904
2248
|
// src/commands/DeleteDataSetCommand.ts
|
|
1905
2249
|
|
|
1906
2250
|
|
|
@@ -1957,6 +2301,20 @@ var _GetAssetCommand = class _GetAssetCommand extends import_smithy_client.Comma
|
|
|
1957
2301
|
__name(_GetAssetCommand, "GetAssetCommand");
|
|
1958
2302
|
var GetAssetCommand = _GetAssetCommand;
|
|
1959
2303
|
|
|
2304
|
+
// src/commands/GetDataGrantCommand.ts
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
|
|
2308
|
+
var _GetDataGrantCommand = class _GetDataGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2309
|
+
return [
|
|
2310
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2311
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2312
|
+
];
|
|
2313
|
+
}).s("DataExchange", "GetDataGrant", {}).n("DataExchangeClient", "GetDataGrantCommand").f(void 0, void 0).ser(se_GetDataGrantCommand).de(de_GetDataGrantCommand).build() {
|
|
2314
|
+
};
|
|
2315
|
+
__name(_GetDataGrantCommand, "GetDataGrantCommand");
|
|
2316
|
+
var GetDataGrantCommand = _GetDataGrantCommand;
|
|
2317
|
+
|
|
1960
2318
|
// src/commands/GetDataSetCommand.ts
|
|
1961
2319
|
|
|
1962
2320
|
|
|
@@ -1999,6 +2357,20 @@ var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.c
|
|
|
1999
2357
|
__name(_GetJobCommand, "GetJobCommand");
|
|
2000
2358
|
var GetJobCommand = _GetJobCommand;
|
|
2001
2359
|
|
|
2360
|
+
// src/commands/GetReceivedDataGrantCommand.ts
|
|
2361
|
+
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
var _GetReceivedDataGrantCommand = class _GetReceivedDataGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2365
|
+
return [
|
|
2366
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2367
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2368
|
+
];
|
|
2369
|
+
}).s("DataExchange", "GetReceivedDataGrant", {}).n("DataExchangeClient", "GetReceivedDataGrantCommand").f(void 0, void 0).ser(se_GetReceivedDataGrantCommand).de(de_GetReceivedDataGrantCommand).build() {
|
|
2370
|
+
};
|
|
2371
|
+
__name(_GetReceivedDataGrantCommand, "GetReceivedDataGrantCommand");
|
|
2372
|
+
var GetReceivedDataGrantCommand = _GetReceivedDataGrantCommand;
|
|
2373
|
+
|
|
2002
2374
|
// src/commands/GetRevisionCommand.ts
|
|
2003
2375
|
|
|
2004
2376
|
|
|
@@ -2013,6 +2385,20 @@ var _GetRevisionCommand = class _GetRevisionCommand extends import_smithy_client
|
|
|
2013
2385
|
__name(_GetRevisionCommand, "GetRevisionCommand");
|
|
2014
2386
|
var GetRevisionCommand = _GetRevisionCommand;
|
|
2015
2387
|
|
|
2388
|
+
// src/commands/ListDataGrantsCommand.ts
|
|
2389
|
+
|
|
2390
|
+
|
|
2391
|
+
|
|
2392
|
+
var _ListDataGrantsCommand = class _ListDataGrantsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2393
|
+
return [
|
|
2394
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2395
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2396
|
+
];
|
|
2397
|
+
}).s("DataExchange", "ListDataGrants", {}).n("DataExchangeClient", "ListDataGrantsCommand").f(void 0, void 0).ser(se_ListDataGrantsCommand).de(de_ListDataGrantsCommand).build() {
|
|
2398
|
+
};
|
|
2399
|
+
__name(_ListDataGrantsCommand, "ListDataGrantsCommand");
|
|
2400
|
+
var ListDataGrantsCommand = _ListDataGrantsCommand;
|
|
2401
|
+
|
|
2016
2402
|
// src/commands/ListDataSetRevisionsCommand.ts
|
|
2017
2403
|
|
|
2018
2404
|
|
|
@@ -2069,6 +2455,20 @@ var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Comma
|
|
|
2069
2455
|
__name(_ListJobsCommand, "ListJobsCommand");
|
|
2070
2456
|
var ListJobsCommand = _ListJobsCommand;
|
|
2071
2457
|
|
|
2458
|
+
// src/commands/ListReceivedDataGrantsCommand.ts
|
|
2459
|
+
|
|
2460
|
+
|
|
2461
|
+
|
|
2462
|
+
var _ListReceivedDataGrantsCommand = class _ListReceivedDataGrantsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2463
|
+
return [
|
|
2464
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2465
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2466
|
+
];
|
|
2467
|
+
}).s("DataExchange", "ListReceivedDataGrants", {}).n("DataExchangeClient", "ListReceivedDataGrantsCommand").f(void 0, void 0).ser(se_ListReceivedDataGrantsCommand).de(de_ListReceivedDataGrantsCommand).build() {
|
|
2468
|
+
};
|
|
2469
|
+
__name(_ListReceivedDataGrantsCommand, "ListReceivedDataGrantsCommand");
|
|
2470
|
+
var ListReceivedDataGrantsCommand = _ListReceivedDataGrantsCommand;
|
|
2471
|
+
|
|
2072
2472
|
// src/commands/ListRevisionAssetsCommand.ts
|
|
2073
2473
|
|
|
2074
2474
|
|
|
@@ -2239,24 +2639,31 @@ var UpdateRevisionCommand = _UpdateRevisionCommand;
|
|
|
2239
2639
|
|
|
2240
2640
|
// src/DataExchange.ts
|
|
2241
2641
|
var commands = {
|
|
2642
|
+
AcceptDataGrantCommand,
|
|
2242
2643
|
CancelJobCommand,
|
|
2644
|
+
CreateDataGrantCommand,
|
|
2243
2645
|
CreateDataSetCommand,
|
|
2244
2646
|
CreateEventActionCommand,
|
|
2245
2647
|
CreateJobCommand,
|
|
2246
2648
|
CreateRevisionCommand,
|
|
2247
2649
|
DeleteAssetCommand,
|
|
2650
|
+
DeleteDataGrantCommand,
|
|
2248
2651
|
DeleteDataSetCommand,
|
|
2249
2652
|
DeleteEventActionCommand,
|
|
2250
2653
|
DeleteRevisionCommand,
|
|
2251
2654
|
GetAssetCommand,
|
|
2655
|
+
GetDataGrantCommand,
|
|
2252
2656
|
GetDataSetCommand,
|
|
2253
2657
|
GetEventActionCommand,
|
|
2254
2658
|
GetJobCommand,
|
|
2659
|
+
GetReceivedDataGrantCommand,
|
|
2255
2660
|
GetRevisionCommand,
|
|
2661
|
+
ListDataGrantsCommand,
|
|
2256
2662
|
ListDataSetRevisionsCommand,
|
|
2257
2663
|
ListDataSetsCommand,
|
|
2258
2664
|
ListEventActionsCommand,
|
|
2259
2665
|
ListJobsCommand,
|
|
2666
|
+
ListReceivedDataGrantsCommand,
|
|
2260
2667
|
ListRevisionAssetsCommand,
|
|
2261
2668
|
ListTagsForResourceCommand,
|
|
2262
2669
|
RevokeRevisionCommand,
|
|
@@ -2276,6 +2683,10 @@ __name(_DataExchange, "DataExchange");
|
|
|
2276
2683
|
var DataExchange = _DataExchange;
|
|
2277
2684
|
(0, import_smithy_client.createAggregatedClient)(commands, DataExchange);
|
|
2278
2685
|
|
|
2686
|
+
// src/pagination/ListDataGrantsPaginator.ts
|
|
2687
|
+
|
|
2688
|
+
var paginateListDataGrants = (0, import_core.createPaginator)(DataExchangeClient, ListDataGrantsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2689
|
+
|
|
2279
2690
|
// src/pagination/ListDataSetRevisionsPaginator.ts
|
|
2280
2691
|
|
|
2281
2692
|
var paginateListDataSetRevisions = (0, import_core.createPaginator)(DataExchangeClient, ListDataSetRevisionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -2292,6 +2703,10 @@ var paginateListEventActions = (0, import_core.createPaginator)(DataExchangeClie
|
|
|
2292
2703
|
|
|
2293
2704
|
var paginateListJobs = (0, import_core.createPaginator)(DataExchangeClient, ListJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2294
2705
|
|
|
2706
|
+
// src/pagination/ListReceivedDataGrantsPaginator.ts
|
|
2707
|
+
|
|
2708
|
+
var paginateListReceivedDataGrants = (0, import_core.createPaginator)(DataExchangeClient, ListReceivedDataGrantsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2709
|
+
|
|
2295
2710
|
// src/pagination/ListRevisionAssetsPaginator.ts
|
|
2296
2711
|
|
|
2297
2712
|
var paginateListRevisionAssets = (0, import_core.createPaginator)(DataExchangeClient, ListRevisionAssetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -2303,24 +2718,31 @@ var paginateListRevisionAssets = (0, import_core.createPaginator)(DataExchangeCl
|
|
|
2303
2718
|
DataExchangeClient,
|
|
2304
2719
|
DataExchange,
|
|
2305
2720
|
$Command,
|
|
2721
|
+
AcceptDataGrantCommand,
|
|
2306
2722
|
CancelJobCommand,
|
|
2723
|
+
CreateDataGrantCommand,
|
|
2307
2724
|
CreateDataSetCommand,
|
|
2308
2725
|
CreateEventActionCommand,
|
|
2309
2726
|
CreateJobCommand,
|
|
2310
2727
|
CreateRevisionCommand,
|
|
2311
2728
|
DeleteAssetCommand,
|
|
2729
|
+
DeleteDataGrantCommand,
|
|
2312
2730
|
DeleteDataSetCommand,
|
|
2313
2731
|
DeleteEventActionCommand,
|
|
2314
2732
|
DeleteRevisionCommand,
|
|
2315
2733
|
GetAssetCommand,
|
|
2734
|
+
GetDataGrantCommand,
|
|
2316
2735
|
GetDataSetCommand,
|
|
2317
2736
|
GetEventActionCommand,
|
|
2318
2737
|
GetJobCommand,
|
|
2738
|
+
GetReceivedDataGrantCommand,
|
|
2319
2739
|
GetRevisionCommand,
|
|
2740
|
+
ListDataGrantsCommand,
|
|
2320
2741
|
ListDataSetRevisionsCommand,
|
|
2321
2742
|
ListDataSetsCommand,
|
|
2322
2743
|
ListEventActionsCommand,
|
|
2323
2744
|
ListJobsCommand,
|
|
2745
|
+
ListReceivedDataGrantsCommand,
|
|
2324
2746
|
ListRevisionAssetsCommand,
|
|
2325
2747
|
ListTagsForResourceCommand,
|
|
2326
2748
|
RevokeRevisionCommand,
|
|
@@ -2333,18 +2755,17 @@ var paginateListRevisionAssets = (0, import_core.createPaginator)(DataExchangeCl
|
|
|
2333
2755
|
UpdateDataSetCommand,
|
|
2334
2756
|
UpdateEventActionCommand,
|
|
2335
2757
|
UpdateRevisionCommand,
|
|
2758
|
+
paginateListDataGrants,
|
|
2336
2759
|
paginateListDataSetRevisions,
|
|
2337
2760
|
paginateListDataSets,
|
|
2338
2761
|
paginateListEventActions,
|
|
2339
2762
|
paginateListJobs,
|
|
2763
|
+
paginateListReceivedDataGrants,
|
|
2340
2764
|
paginateListRevisionAssets,
|
|
2765
|
+
AcceptanceStateFilterValue,
|
|
2766
|
+
DataGrantAcceptanceState,
|
|
2767
|
+
GrantDistributionScope,
|
|
2341
2768
|
AccessDeniedException,
|
|
2342
|
-
ServerSideEncryptionTypes,
|
|
2343
|
-
ProtocolType,
|
|
2344
|
-
LFResourceType,
|
|
2345
|
-
LakeFormationDataPermissionType,
|
|
2346
|
-
LFPermission,
|
|
2347
|
-
AssetType,
|
|
2348
2769
|
ResourceType,
|
|
2349
2770
|
ConflictException,
|
|
2350
2771
|
InternalServerException,
|
|
@@ -2352,10 +2773,16 @@ var paginateListRevisionAssets = (0, import_core.createPaginator)(DataExchangeCl
|
|
|
2352
2773
|
ThrottlingException,
|
|
2353
2774
|
ExceptionCause,
|
|
2354
2775
|
ValidationException,
|
|
2776
|
+
ServerSideEncryptionTypes,
|
|
2777
|
+
ProtocolType,
|
|
2778
|
+
LFResourceType,
|
|
2779
|
+
LakeFormationDataPermissionType,
|
|
2780
|
+
LFPermission,
|
|
2781
|
+
AssetType,
|
|
2355
2782
|
Code,
|
|
2356
|
-
Origin,
|
|
2357
2783
|
LimitName,
|
|
2358
2784
|
ServiceLimitExceededException,
|
|
2785
|
+
Origin,
|
|
2359
2786
|
DatabaseLFTagPolicyPermission,
|
|
2360
2787
|
TableTagPolicyLFPermission,
|
|
2361
2788
|
Type,
|