@aws-sdk/client-datazone 3.693.0 → 3.697.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 +40 -0
- package/dist-cjs/index.js +478 -45
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/CreateRuleCommand.js +23 -0
- package/dist-es/commands/DeleteRuleCommand.js +22 -0
- package/dist-es/commands/GetDomainUnitCommand.js +1 -1
- package/dist-es/commands/GetRuleCommand.js +23 -0
- package/dist-es/commands/ListDomainsCommand.js +1 -1
- package/dist-es/commands/ListRulesCommand.js +23 -0
- package/dist-es/commands/UpdateDomainUnitCommand.js +1 -1
- package/dist-es/commands/UpdateRuleCommand.js +23 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +50 -30
- package/dist-es/models/models_1.js +65 -0
- package/dist-es/pagination/ListRulesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +227 -0
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +7 -2
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +9 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +174 -0
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +17 -0
- package/dist-types/commands/DeleteDomainUnitCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRuleCommand.d.ts +97 -0
- package/dist-types/commands/GetDomainUnitCommand.d.ts +1 -1
- package/dist-types/commands/GetRuleCommand.d.ts +138 -0
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +9 -0
- package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
- package/dist-types/commands/ListRulesCommand.d.ts +142 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +8 -0
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainUnitCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +170 -0
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +9 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +741 -824
- package/dist-types/models/models_1.d.ts +3458 -2583
- package/dist-types/pagination/ListRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/DataZone.d.ts +85 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +120 -111
- package/dist-types/ts3.4/models/models_1.d.ts +221 -0
- package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +35 -35
|
@@ -469,6 +469,26 @@ export const se_CreateProjectMembershipCommand = async (input, context) => {
|
|
|
469
469
|
b.m("POST").h(headers).b(body);
|
|
470
470
|
return b.build();
|
|
471
471
|
};
|
|
472
|
+
export const se_CreateRuleCommand = async (input, context) => {
|
|
473
|
+
const b = rb(input, context);
|
|
474
|
+
const headers = {
|
|
475
|
+
"content-type": "application/json",
|
|
476
|
+
};
|
|
477
|
+
b.bp("/v2/domains/{domainIdentifier}/rules");
|
|
478
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
479
|
+
let body;
|
|
480
|
+
body = JSON.stringify(take(input, {
|
|
481
|
+
action: [],
|
|
482
|
+
clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
483
|
+
description: [],
|
|
484
|
+
detail: (_) => _json(_),
|
|
485
|
+
name: [],
|
|
486
|
+
scope: (_) => _json(_),
|
|
487
|
+
target: (_) => _json(_),
|
|
488
|
+
}));
|
|
489
|
+
b.m("POST").h(headers).b(body);
|
|
490
|
+
return b.build();
|
|
491
|
+
};
|
|
472
492
|
export const se_CreateSubscriptionGrantCommand = async (input, context) => {
|
|
473
493
|
const b = rb(input, context);
|
|
474
494
|
const headers = {
|
|
@@ -497,6 +517,7 @@ export const se_CreateSubscriptionRequestCommand = async (input, context) => {
|
|
|
497
517
|
let body;
|
|
498
518
|
body = JSON.stringify(take(input, {
|
|
499
519
|
clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
520
|
+
metadataForms: (_) => _json(_),
|
|
500
521
|
requestReason: [],
|
|
501
522
|
subscribedListings: (_) => _json(_),
|
|
502
523
|
subscribedPrincipals: (_) => _json(_),
|
|
@@ -729,6 +750,16 @@ export const se_DeleteProjectMembershipCommand = async (input, context) => {
|
|
|
729
750
|
b.m("POST").h(headers).b(body);
|
|
730
751
|
return b.build();
|
|
731
752
|
};
|
|
753
|
+
export const se_DeleteRuleCommand = async (input, context) => {
|
|
754
|
+
const b = rb(input, context);
|
|
755
|
+
const headers = {};
|
|
756
|
+
b.bp("/v2/domains/{domainIdentifier}/rules/{identifier}");
|
|
757
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
758
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
759
|
+
let body;
|
|
760
|
+
b.m("DELETE").h(headers).b(body);
|
|
761
|
+
return b.build();
|
|
762
|
+
};
|
|
732
763
|
export const se_DeleteSubscriptionGrantCommand = async (input, context) => {
|
|
733
764
|
const b = rb(input, context);
|
|
734
765
|
const headers = {};
|
|
@@ -1034,6 +1065,19 @@ export const se_GetProjectCommand = async (input, context) => {
|
|
|
1034
1065
|
b.m("GET").h(headers).b(body);
|
|
1035
1066
|
return b.build();
|
|
1036
1067
|
};
|
|
1068
|
+
export const se_GetRuleCommand = async (input, context) => {
|
|
1069
|
+
const b = rb(input, context);
|
|
1070
|
+
const headers = {};
|
|
1071
|
+
b.bp("/v2/domains/{domainIdentifier}/rules/{identifier}");
|
|
1072
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
1073
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
1074
|
+
const query = map({
|
|
1075
|
+
[_r]: [, input[_r]],
|
|
1076
|
+
});
|
|
1077
|
+
let body;
|
|
1078
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1079
|
+
return b.build();
|
|
1080
|
+
};
|
|
1037
1081
|
export const se_GetSubscriptionCommand = async (input, context) => {
|
|
1038
1082
|
const b = rb(input, context);
|
|
1039
1083
|
const headers = {};
|
|
@@ -1416,6 +1460,27 @@ export const se_ListProjectsCommand = async (input, context) => {
|
|
|
1416
1460
|
b.m("GET").h(headers).q(query).b(body);
|
|
1417
1461
|
return b.build();
|
|
1418
1462
|
};
|
|
1463
|
+
export const se_ListRulesCommand = async (input, context) => {
|
|
1464
|
+
const b = rb(input, context);
|
|
1465
|
+
const headers = {};
|
|
1466
|
+
b.bp("/v2/domains/{domainIdentifier}/list-rules/{targetType}/{targetIdentifier}");
|
|
1467
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
1468
|
+
b.p("targetType", () => input.targetType, "{targetType}", false);
|
|
1469
|
+
b.p("targetIdentifier", () => input.targetIdentifier, "{targetIdentifier}", false);
|
|
1470
|
+
const query = map({
|
|
1471
|
+
[_rT]: [, input[_rT]],
|
|
1472
|
+
[_rA]: [, input[_a]],
|
|
1473
|
+
[_pIr]: [() => input.projectIds !== void 0, () => input[_pIr] || []],
|
|
1474
|
+
[_aTs]: [() => input.assetTypes !== void 0, () => input[_aTs] || []],
|
|
1475
|
+
[_dP]: [() => input.dataProduct !== void 0, () => input[_dP].toString()],
|
|
1476
|
+
[_iC]: [() => input.includeCascaded !== void 0, () => input[_iC].toString()],
|
|
1477
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
1478
|
+
[_nT]: [, input[_nT]],
|
|
1479
|
+
});
|
|
1480
|
+
let body;
|
|
1481
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1482
|
+
return b.build();
|
|
1483
|
+
};
|
|
1419
1484
|
export const se_ListSubscriptionGrantsCommand = async (input, context) => {
|
|
1420
1485
|
const b = rb(input, context);
|
|
1421
1486
|
const headers = {};
|
|
@@ -2012,6 +2077,25 @@ export const se_UpdateProjectCommand = async (input, context) => {
|
|
|
2012
2077
|
b.m("PATCH").h(headers).b(body);
|
|
2013
2078
|
return b.build();
|
|
2014
2079
|
};
|
|
2080
|
+
export const se_UpdateRuleCommand = async (input, context) => {
|
|
2081
|
+
const b = rb(input, context);
|
|
2082
|
+
const headers = {
|
|
2083
|
+
"content-type": "application/json",
|
|
2084
|
+
};
|
|
2085
|
+
b.bp("/v2/domains/{domainIdentifier}/rules/{identifier}");
|
|
2086
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2087
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2088
|
+
let body;
|
|
2089
|
+
body = JSON.stringify(take(input, {
|
|
2090
|
+
description: [],
|
|
2091
|
+
detail: (_) => _json(_),
|
|
2092
|
+
includeChildDomainUnits: [],
|
|
2093
|
+
name: [],
|
|
2094
|
+
scope: (_) => _json(_),
|
|
2095
|
+
}));
|
|
2096
|
+
b.m("PATCH").h(headers).b(body);
|
|
2097
|
+
return b.build();
|
|
2098
|
+
};
|
|
2015
2099
|
export const se_UpdateSubscriptionGrantStatusCommand = async (input, context) => {
|
|
2016
2100
|
const b = rb(input, context);
|
|
2017
2101
|
const headers = {
|
|
@@ -2111,7 +2195,9 @@ export const de_AcceptSubscriptionRequestCommand = async (output, context) => {
|
|
|
2111
2195
|
createdBy: __expectString,
|
|
2112
2196
|
decisionComment: __expectString,
|
|
2113
2197
|
domainId: __expectString,
|
|
2198
|
+
existingSubscriptionId: __expectString,
|
|
2114
2199
|
id: __expectString,
|
|
2200
|
+
metadataForms: _json,
|
|
2115
2201
|
requestReason: __expectString,
|
|
2116
2202
|
reviewerId: __expectString,
|
|
2117
2203
|
status: __expectString,
|
|
@@ -2638,6 +2724,30 @@ export const de_CreateProjectMembershipCommand = async (output, context) => {
|
|
|
2638
2724
|
await collectBody(output.body, context);
|
|
2639
2725
|
return contents;
|
|
2640
2726
|
};
|
|
2727
|
+
export const de_CreateRuleCommand = async (output, context) => {
|
|
2728
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
2729
|
+
return de_CommandError(output, context);
|
|
2730
|
+
}
|
|
2731
|
+
const contents = map({
|
|
2732
|
+
$metadata: deserializeMetadata(output),
|
|
2733
|
+
});
|
|
2734
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2735
|
+
const doc = take(data, {
|
|
2736
|
+
action: __expectString,
|
|
2737
|
+
createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2738
|
+
createdBy: __expectString,
|
|
2739
|
+
description: __expectString,
|
|
2740
|
+
detail: (_) => _json(__expectUnion(_)),
|
|
2741
|
+
identifier: __expectString,
|
|
2742
|
+
name: __expectString,
|
|
2743
|
+
ruleType: __expectString,
|
|
2744
|
+
scope: _json,
|
|
2745
|
+
target: (_) => _json(__expectUnion(_)),
|
|
2746
|
+
targetType: __expectString,
|
|
2747
|
+
});
|
|
2748
|
+
Object.assign(contents, doc);
|
|
2749
|
+
return contents;
|
|
2750
|
+
};
|
|
2641
2751
|
export const de_CreateSubscriptionGrantCommand = async (output, context) => {
|
|
2642
2752
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2643
2753
|
return de_CommandError(output, context);
|
|
@@ -2675,7 +2785,9 @@ export const de_CreateSubscriptionRequestCommand = async (output, context) => {
|
|
|
2675
2785
|
createdBy: __expectString,
|
|
2676
2786
|
decisionComment: __expectString,
|
|
2677
2787
|
domainId: __expectString,
|
|
2788
|
+
existingSubscriptionId: __expectString,
|
|
2678
2789
|
id: __expectString,
|
|
2790
|
+
metadataForms: _json,
|
|
2679
2791
|
requestReason: __expectString,
|
|
2680
2792
|
reviewerId: __expectString,
|
|
2681
2793
|
status: __expectString,
|
|
@@ -2931,6 +3043,16 @@ export const de_DeleteProjectMembershipCommand = async (output, context) => {
|
|
|
2931
3043
|
await collectBody(output.body, context);
|
|
2932
3044
|
return contents;
|
|
2933
3045
|
};
|
|
3046
|
+
export const de_DeleteRuleCommand = async (output, context) => {
|
|
3047
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3048
|
+
return de_CommandError(output, context);
|
|
3049
|
+
}
|
|
3050
|
+
const contents = map({
|
|
3051
|
+
$metadata: deserializeMetadata(output),
|
|
3052
|
+
});
|
|
3053
|
+
await collectBody(output.body, context);
|
|
3054
|
+
return contents;
|
|
3055
|
+
};
|
|
2934
3056
|
export const de_DeleteSubscriptionGrantCommand = async (output, context) => {
|
|
2935
3057
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2936
3058
|
return de_CommandError(output, context);
|
|
@@ -3554,6 +3676,33 @@ export const de_GetProjectCommand = async (output, context) => {
|
|
|
3554
3676
|
Object.assign(contents, doc);
|
|
3555
3677
|
return contents;
|
|
3556
3678
|
};
|
|
3679
|
+
export const de_GetRuleCommand = async (output, context) => {
|
|
3680
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3681
|
+
return de_CommandError(output, context);
|
|
3682
|
+
}
|
|
3683
|
+
const contents = map({
|
|
3684
|
+
$metadata: deserializeMetadata(output),
|
|
3685
|
+
});
|
|
3686
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3687
|
+
const doc = take(data, {
|
|
3688
|
+
action: __expectString,
|
|
3689
|
+
createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
3690
|
+
createdBy: __expectString,
|
|
3691
|
+
description: __expectString,
|
|
3692
|
+
detail: (_) => _json(__expectUnion(_)),
|
|
3693
|
+
identifier: __expectString,
|
|
3694
|
+
lastUpdatedBy: __expectString,
|
|
3695
|
+
name: __expectString,
|
|
3696
|
+
revision: __expectString,
|
|
3697
|
+
ruleType: __expectString,
|
|
3698
|
+
scope: _json,
|
|
3699
|
+
target: (_) => _json(__expectUnion(_)),
|
|
3700
|
+
targetType: __expectString,
|
|
3701
|
+
updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
3702
|
+
});
|
|
3703
|
+
Object.assign(contents, doc);
|
|
3704
|
+
return contents;
|
|
3705
|
+
};
|
|
3557
3706
|
export const de_GetSubscriptionCommand = async (output, context) => {
|
|
3558
3707
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3559
3708
|
return de_CommandError(output, context);
|
|
@@ -3615,7 +3764,9 @@ export const de_GetSubscriptionRequestDetailsCommand = async (output, context) =
|
|
|
3615
3764
|
createdBy: __expectString,
|
|
3616
3765
|
decisionComment: __expectString,
|
|
3617
3766
|
domainId: __expectString,
|
|
3767
|
+
existingSubscriptionId: __expectString,
|
|
3618
3768
|
id: __expectString,
|
|
3769
|
+
metadataForms: _json,
|
|
3619
3770
|
requestReason: __expectString,
|
|
3620
3771
|
reviewerId: __expectString,
|
|
3621
3772
|
status: __expectString,
|
|
@@ -3991,6 +4142,21 @@ export const de_ListProjectsCommand = async (output, context) => {
|
|
|
3991
4142
|
Object.assign(contents, doc);
|
|
3992
4143
|
return contents;
|
|
3993
4144
|
};
|
|
4145
|
+
export const de_ListRulesCommand = async (output, context) => {
|
|
4146
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4147
|
+
return de_CommandError(output, context);
|
|
4148
|
+
}
|
|
4149
|
+
const contents = map({
|
|
4150
|
+
$metadata: deserializeMetadata(output),
|
|
4151
|
+
});
|
|
4152
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4153
|
+
const doc = take(data, {
|
|
4154
|
+
items: (_) => de_RuleSummaries(_, context),
|
|
4155
|
+
nextToken: __expectString,
|
|
4156
|
+
});
|
|
4157
|
+
Object.assign(contents, doc);
|
|
4158
|
+
return contents;
|
|
4159
|
+
};
|
|
3994
4160
|
export const de_ListSubscriptionGrantsCommand = async (output, context) => {
|
|
3995
4161
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3996
4162
|
return de_CommandError(output, context);
|
|
@@ -4158,7 +4324,9 @@ export const de_RejectSubscriptionRequestCommand = async (output, context) => {
|
|
|
4158
4324
|
createdBy: __expectString,
|
|
4159
4325
|
decisionComment: __expectString,
|
|
4160
4326
|
domainId: __expectString,
|
|
4327
|
+
existingSubscriptionId: __expectString,
|
|
4161
4328
|
id: __expectString,
|
|
4329
|
+
metadataForms: _json,
|
|
4162
4330
|
requestReason: __expectString,
|
|
4163
4331
|
reviewerId: __expectString,
|
|
4164
4332
|
status: __expectString,
|
|
@@ -4619,6 +4787,32 @@ export const de_UpdateProjectCommand = async (output, context) => {
|
|
|
4619
4787
|
Object.assign(contents, doc);
|
|
4620
4788
|
return contents;
|
|
4621
4789
|
};
|
|
4790
|
+
export const de_UpdateRuleCommand = async (output, context) => {
|
|
4791
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4792
|
+
return de_CommandError(output, context);
|
|
4793
|
+
}
|
|
4794
|
+
const contents = map({
|
|
4795
|
+
$metadata: deserializeMetadata(output),
|
|
4796
|
+
});
|
|
4797
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4798
|
+
const doc = take(data, {
|
|
4799
|
+
action: __expectString,
|
|
4800
|
+
createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
4801
|
+
createdBy: __expectString,
|
|
4802
|
+
description: __expectString,
|
|
4803
|
+
detail: (_) => _json(__expectUnion(_)),
|
|
4804
|
+
identifier: __expectString,
|
|
4805
|
+
lastUpdatedBy: __expectString,
|
|
4806
|
+
name: __expectString,
|
|
4807
|
+
revision: __expectString,
|
|
4808
|
+
ruleType: __expectString,
|
|
4809
|
+
scope: _json,
|
|
4810
|
+
target: (_) => _json(__expectUnion(_)),
|
|
4811
|
+
updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
4812
|
+
});
|
|
4813
|
+
Object.assign(contents, doc);
|
|
4814
|
+
return contents;
|
|
4815
|
+
};
|
|
4622
4816
|
export const de_UpdateSubscriptionGrantStatusCommand = async (output, context) => {
|
|
4623
4817
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4624
4818
|
return de_CommandError(output, context);
|
|
@@ -4656,7 +4850,9 @@ export const de_UpdateSubscriptionRequestCommand = async (output, context) => {
|
|
|
4656
4850
|
createdBy: __expectString,
|
|
4657
4851
|
decisionComment: __expectString,
|
|
4658
4852
|
domainId: __expectString,
|
|
4853
|
+
existingSubscriptionId: __expectString,
|
|
4659
4854
|
id: __expectString,
|
|
4855
|
+
metadataForms: _json,
|
|
4660
4856
|
requestReason: __expectString,
|
|
4661
4857
|
reviewerId: __expectString,
|
|
4662
4858
|
status: __expectString,
|
|
@@ -5520,6 +5716,28 @@ const de_RowFilterList = (output, context) => {
|
|
|
5520
5716
|
});
|
|
5521
5717
|
return retVal;
|
|
5522
5718
|
};
|
|
5719
|
+
const de_RuleSummaries = (output, context) => {
|
|
5720
|
+
const retVal = (output || [])
|
|
5721
|
+
.filter((e) => e != null)
|
|
5722
|
+
.map((entry) => {
|
|
5723
|
+
return de_RuleSummary(entry, context);
|
|
5724
|
+
});
|
|
5725
|
+
return retVal;
|
|
5726
|
+
};
|
|
5727
|
+
const de_RuleSummary = (output, context) => {
|
|
5728
|
+
return take(output, {
|
|
5729
|
+
action: __expectString,
|
|
5730
|
+
identifier: __expectString,
|
|
5731
|
+
lastUpdatedBy: __expectString,
|
|
5732
|
+
name: __expectString,
|
|
5733
|
+
revision: __expectString,
|
|
5734
|
+
ruleType: __expectString,
|
|
5735
|
+
scope: _json,
|
|
5736
|
+
target: (_) => _json(__expectUnion(_)),
|
|
5737
|
+
targetType: __expectString,
|
|
5738
|
+
updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
5739
|
+
});
|
|
5740
|
+
};
|
|
5523
5741
|
const de_SearchInventoryResultItem = (output, context) => {
|
|
5524
5742
|
if (output.assetItem != null) {
|
|
5525
5743
|
return {
|
|
@@ -5655,7 +5873,9 @@ const de_SubscriptionRequestSummary = (output, context) => {
|
|
|
5655
5873
|
createdBy: __expectString,
|
|
5656
5874
|
decisionComment: __expectString,
|
|
5657
5875
|
domainId: __expectString,
|
|
5876
|
+
existingSubscriptionId: __expectString,
|
|
5658
5877
|
id: __expectString,
|
|
5878
|
+
metadataFormsSummary: _json,
|
|
5659
5879
|
requestReason: __expectString,
|
|
5660
5880
|
reviewerId: __expectString,
|
|
5661
5881
|
status: __expectString,
|
|
@@ -5758,13 +5978,16 @@ const deserializeMetadata = (output) => ({
|
|
|
5758
5978
|
cfId: output.headers["x-amz-cf-id"],
|
|
5759
5979
|
});
|
|
5760
5980
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
5981
|
+
const _a = "action";
|
|
5761
5982
|
const _aAI = "awsAccountId";
|
|
5762
5983
|
const _aAR = "awsAccountRegion";
|
|
5763
5984
|
const _aPI = "approverProjectId";
|
|
5764
5985
|
const _aT = "afterTimestamp";
|
|
5986
|
+
const _aTs = "assetTypes";
|
|
5765
5987
|
const _bT = "beforeTimestamp";
|
|
5766
5988
|
const _cT = "clientToken";
|
|
5767
5989
|
const _d = "direction";
|
|
5990
|
+
const _dP = "dataProduct";
|
|
5768
5991
|
const _eA = "endedAt";
|
|
5769
5992
|
const _eBI = "environmentBlueprintIdentifier";
|
|
5770
5993
|
const _eI = "environmentIdentifier";
|
|
@@ -5775,6 +5998,7 @@ const _eTGTE = "eventTimestampGTE";
|
|
|
5775
5998
|
const _eTLTE = "eventTimestampLTE";
|
|
5776
5999
|
const _fN = "formName";
|
|
5777
6000
|
const _gI = "groupIdentifier";
|
|
6001
|
+
const _iC = "includeCascaded";
|
|
5778
6002
|
const _lR = "listingRevision";
|
|
5779
6003
|
const _m = "managed";
|
|
5780
6004
|
const _mR = "maxResults";
|
|
@@ -5784,9 +6008,12 @@ const _oPI = "owningProjectId";
|
|
|
5784
6008
|
const _p = "provider";
|
|
5785
6009
|
const _pDUI = "parentDomainUnitIdentifier";
|
|
5786
6010
|
const _pI = "projectIdentifier";
|
|
6011
|
+
const _pIr = "projectIds";
|
|
5787
6012
|
const _pT = "policyType";
|
|
5788
6013
|
const _r = "revision";
|
|
6014
|
+
const _rA = "ruleAction";
|
|
5789
6015
|
const _rPORF = "retainPermissionsOnRevokeFailure";
|
|
6016
|
+
const _rT = "ruleType";
|
|
5790
6017
|
const _s = "status";
|
|
5791
6018
|
const _sA = "startedAt";
|
|
5792
6019
|
const _sB = "sortBy";
|
package/dist-types/DataZone.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ import { CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput } from
|
|
|
25
25
|
import { CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput } from "./commands/CreateListingChangeSetCommand";
|
|
26
26
|
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
27
27
|
import { CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput } from "./commands/CreateProjectMembershipCommand";
|
|
28
|
+
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
28
29
|
import { CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput } from "./commands/CreateSubscriptionGrantCommand";
|
|
29
30
|
import { CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput } from "./commands/CreateSubscriptionRequestCommand";
|
|
30
31
|
import { CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput } from "./commands/CreateSubscriptionTargetCommand";
|
|
@@ -46,6 +47,7 @@ import { DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput } from
|
|
|
46
47
|
import { DeleteListingCommandInput, DeleteListingCommandOutput } from "./commands/DeleteListingCommand";
|
|
47
48
|
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
|
|
48
49
|
import { DeleteProjectMembershipCommandInput, DeleteProjectMembershipCommandOutput } from "./commands/DeleteProjectMembershipCommand";
|
|
50
|
+
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
49
51
|
import { DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput } from "./commands/DeleteSubscriptionGrantCommand";
|
|
50
52
|
import { DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommandOutput } from "./commands/DeleteSubscriptionRequestCommand";
|
|
51
53
|
import { DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput } from "./commands/DeleteSubscriptionTargetCommand";
|
|
@@ -74,6 +76,7 @@ import { GetLineageNodeCommandInput, GetLineageNodeCommandOutput } from "./comma
|
|
|
74
76
|
import { GetListingCommandInput, GetListingCommandOutput } from "./commands/GetListingCommand";
|
|
75
77
|
import { GetMetadataGenerationRunCommandInput, GetMetadataGenerationRunCommandOutput } from "./commands/GetMetadataGenerationRunCommand";
|
|
76
78
|
import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
|
|
79
|
+
import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
|
|
77
80
|
import { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
|
|
78
81
|
import { GetSubscriptionGrantCommandInput, GetSubscriptionGrantCommandOutput } from "./commands/GetSubscriptionGrantCommand";
|
|
79
82
|
import { GetSubscriptionRequestDetailsCommandInput, GetSubscriptionRequestDetailsCommandOutput } from "./commands/GetSubscriptionRequestDetailsCommand";
|
|
@@ -100,6 +103,7 @@ import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from ".
|
|
|
100
103
|
import { ListPolicyGrantsCommandInput, ListPolicyGrantsCommandOutput } from "./commands/ListPolicyGrantsCommand";
|
|
101
104
|
import { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "./commands/ListProjectMembershipsCommand";
|
|
102
105
|
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
106
|
+
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
103
107
|
import { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "./commands/ListSubscriptionGrantsCommand";
|
|
104
108
|
import { ListSubscriptionRequestsCommandInput, ListSubscriptionRequestsCommandOutput } from "./commands/ListSubscriptionRequestsCommand";
|
|
105
109
|
import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
|
|
@@ -134,6 +138,7 @@ import { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "./comma
|
|
|
134
138
|
import { UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput } from "./commands/UpdateGlossaryTermCommand";
|
|
135
139
|
import { UpdateGroupProfileCommandInput, UpdateGroupProfileCommandOutput } from "./commands/UpdateGroupProfileCommand";
|
|
136
140
|
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
141
|
+
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
137
142
|
import { UpdateSubscriptionGrantStatusCommandInput, UpdateSubscriptionGrantStatusCommandOutput } from "./commands/UpdateSubscriptionGrantStatusCommand";
|
|
138
143
|
import { UpdateSubscriptionRequestCommandInput, UpdateSubscriptionRequestCommandOutput } from "./commands/UpdateSubscriptionRequestCommand";
|
|
139
144
|
import { UpdateSubscriptionTargetCommandInput, UpdateSubscriptionTargetCommandOutput } from "./commands/UpdateSubscriptionTargetCommand";
|
|
@@ -296,6 +301,12 @@ export interface DataZone {
|
|
|
296
301
|
createProjectMembership(args: CreateProjectMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateProjectMembershipCommandOutput>;
|
|
297
302
|
createProjectMembership(args: CreateProjectMembershipCommandInput, cb: (err: any, data?: CreateProjectMembershipCommandOutput) => void): void;
|
|
298
303
|
createProjectMembership(args: CreateProjectMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectMembershipCommandOutput) => void): void;
|
|
304
|
+
/**
|
|
305
|
+
* @see {@link CreateRuleCommand}
|
|
306
|
+
*/
|
|
307
|
+
createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
|
|
308
|
+
createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
|
|
309
|
+
createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
|
|
299
310
|
/**
|
|
300
311
|
* @see {@link CreateSubscriptionGrantCommand}
|
|
301
312
|
*/
|
|
@@ -422,6 +433,12 @@ export interface DataZone {
|
|
|
422
433
|
deleteProjectMembership(args: DeleteProjectMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProjectMembershipCommandOutput>;
|
|
423
434
|
deleteProjectMembership(args: DeleteProjectMembershipCommandInput, cb: (err: any, data?: DeleteProjectMembershipCommandOutput) => void): void;
|
|
424
435
|
deleteProjectMembership(args: DeleteProjectMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectMembershipCommandOutput) => void): void;
|
|
436
|
+
/**
|
|
437
|
+
* @see {@link DeleteRuleCommand}
|
|
438
|
+
*/
|
|
439
|
+
deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
|
|
440
|
+
deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
|
|
441
|
+
deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
|
|
425
442
|
/**
|
|
426
443
|
* @see {@link DeleteSubscriptionGrantCommand}
|
|
427
444
|
*/
|
|
@@ -590,6 +607,12 @@ export interface DataZone {
|
|
|
590
607
|
getProject(args: GetProjectCommandInput, options?: __HttpHandlerOptions): Promise<GetProjectCommandOutput>;
|
|
591
608
|
getProject(args: GetProjectCommandInput, cb: (err: any, data?: GetProjectCommandOutput) => void): void;
|
|
592
609
|
getProject(args: GetProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProjectCommandOutput) => void): void;
|
|
610
|
+
/**
|
|
611
|
+
* @see {@link GetRuleCommand}
|
|
612
|
+
*/
|
|
613
|
+
getRule(args: GetRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetRuleCommandOutput>;
|
|
614
|
+
getRule(args: GetRuleCommandInput, cb: (err: any, data?: GetRuleCommandOutput) => void): void;
|
|
615
|
+
getRule(args: GetRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRuleCommandOutput) => void): void;
|
|
593
616
|
/**
|
|
594
617
|
* @see {@link GetSubscriptionCommand}
|
|
595
618
|
*/
|
|
@@ -747,6 +770,12 @@ export interface DataZone {
|
|
|
747
770
|
listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
|
|
748
771
|
listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
|
|
749
772
|
listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
|
|
773
|
+
/**
|
|
774
|
+
* @see {@link ListRulesCommand}
|
|
775
|
+
*/
|
|
776
|
+
listRules(args: ListRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesCommandOutput>;
|
|
777
|
+
listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
|
|
778
|
+
listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
|
|
750
779
|
/**
|
|
751
780
|
* @see {@link ListSubscriptionGrantsCommand}
|
|
752
781
|
*/
|
|
@@ -951,6 +980,12 @@ export interface DataZone {
|
|
|
951
980
|
updateProject(args: UpdateProjectCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProjectCommandOutput>;
|
|
952
981
|
updateProject(args: UpdateProjectCommandInput, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
|
|
953
982
|
updateProject(args: UpdateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
|
|
983
|
+
/**
|
|
984
|
+
* @see {@link UpdateRuleCommand}
|
|
985
|
+
*/
|
|
986
|
+
updateRule(args: UpdateRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleCommandOutput>;
|
|
987
|
+
updateRule(args: UpdateRuleCommandInput, cb: (err: any, data?: UpdateRuleCommandOutput) => void): void;
|
|
988
|
+
updateRule(args: UpdateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleCommandOutput) => void): void;
|
|
954
989
|
/**
|
|
955
990
|
* @see {@link UpdateSubscriptionGrantStatusCommand}
|
|
956
991
|
*/
|
|
@@ -33,6 +33,7 @@ import { CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput } from
|
|
|
33
33
|
import { CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput } from "./commands/CreateListingChangeSetCommand";
|
|
34
34
|
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
35
35
|
import { CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput } from "./commands/CreateProjectMembershipCommand";
|
|
36
|
+
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
36
37
|
import { CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput } from "./commands/CreateSubscriptionGrantCommand";
|
|
37
38
|
import { CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput } from "./commands/CreateSubscriptionRequestCommand";
|
|
38
39
|
import { CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput } from "./commands/CreateSubscriptionTargetCommand";
|
|
@@ -54,6 +55,7 @@ import { DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput } from
|
|
|
54
55
|
import { DeleteListingCommandInput, DeleteListingCommandOutput } from "./commands/DeleteListingCommand";
|
|
55
56
|
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
|
|
56
57
|
import { DeleteProjectMembershipCommandInput, DeleteProjectMembershipCommandOutput } from "./commands/DeleteProjectMembershipCommand";
|
|
58
|
+
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
57
59
|
import { DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput } from "./commands/DeleteSubscriptionGrantCommand";
|
|
58
60
|
import { DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommandOutput } from "./commands/DeleteSubscriptionRequestCommand";
|
|
59
61
|
import { DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput } from "./commands/DeleteSubscriptionTargetCommand";
|
|
@@ -82,6 +84,7 @@ import { GetLineageNodeCommandInput, GetLineageNodeCommandOutput } from "./comma
|
|
|
82
84
|
import { GetListingCommandInput, GetListingCommandOutput } from "./commands/GetListingCommand";
|
|
83
85
|
import { GetMetadataGenerationRunCommandInput, GetMetadataGenerationRunCommandOutput } from "./commands/GetMetadataGenerationRunCommand";
|
|
84
86
|
import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
|
|
87
|
+
import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
|
|
85
88
|
import { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
|
|
86
89
|
import { GetSubscriptionGrantCommandInput, GetSubscriptionGrantCommandOutput } from "./commands/GetSubscriptionGrantCommand";
|
|
87
90
|
import { GetSubscriptionRequestDetailsCommandInput, GetSubscriptionRequestDetailsCommandOutput } from "./commands/GetSubscriptionRequestDetailsCommand";
|
|
@@ -108,6 +111,7 @@ import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from ".
|
|
|
108
111
|
import { ListPolicyGrantsCommandInput, ListPolicyGrantsCommandOutput } from "./commands/ListPolicyGrantsCommand";
|
|
109
112
|
import { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "./commands/ListProjectMembershipsCommand";
|
|
110
113
|
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
114
|
+
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
111
115
|
import { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "./commands/ListSubscriptionGrantsCommand";
|
|
112
116
|
import { ListSubscriptionRequestsCommandInput, ListSubscriptionRequestsCommandOutput } from "./commands/ListSubscriptionRequestsCommand";
|
|
113
117
|
import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
|
|
@@ -142,6 +146,7 @@ import { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "./comma
|
|
|
142
146
|
import { UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput } from "./commands/UpdateGlossaryTermCommand";
|
|
143
147
|
import { UpdateGroupProfileCommandInput, UpdateGroupProfileCommandOutput } from "./commands/UpdateGroupProfileCommand";
|
|
144
148
|
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
149
|
+
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
145
150
|
import { UpdateSubscriptionGrantStatusCommandInput, UpdateSubscriptionGrantStatusCommandOutput } from "./commands/UpdateSubscriptionGrantStatusCommand";
|
|
146
151
|
import { UpdateSubscriptionRequestCommandInput, UpdateSubscriptionRequestCommandOutput } from "./commands/UpdateSubscriptionRequestCommand";
|
|
147
152
|
import { UpdateSubscriptionTargetCommandInput, UpdateSubscriptionTargetCommandOutput } from "./commands/UpdateSubscriptionTargetCommand";
|
|
@@ -152,11 +157,11 @@ export { __Client };
|
|
|
152
157
|
/**
|
|
153
158
|
* @public
|
|
154
159
|
*/
|
|
155
|
-
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetProjectCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectsCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAssetFilterCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
160
|
+
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateRuleCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteRuleCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetProjectCommandInput | GetRuleCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectsCommandInput | ListRulesCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAssetFilterCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateRuleCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
156
161
|
/**
|
|
157
162
|
* @public
|
|
158
163
|
*/
|
|
159
|
-
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetProjectCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectsCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAssetFilterCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
164
|
+
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateRuleCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteRuleCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetProjectCommandOutput | GetRuleCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectsCommandOutput | ListRulesCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAssetFilterCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateRuleCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
160
165
|
/**
|
|
161
166
|
* @public
|
|
162
167
|
*/
|
|
@@ -119,6 +119,15 @@ declare const AcceptSubscriptionRequestCommand_base: {
|
|
|
119
119
|
* // ],
|
|
120
120
|
* // reviewerId: "STRING_VALUE",
|
|
121
121
|
* // decisionComment: "STRING_VALUE",
|
|
122
|
+
* // existingSubscriptionId: "STRING_VALUE",
|
|
123
|
+
* // metadataForms: [ // MetadataForms
|
|
124
|
+
* // { // FormOutput
|
|
125
|
+
* // formName: "STRING_VALUE", // required
|
|
126
|
+
* // typeName: "STRING_VALUE",
|
|
127
|
+
* // typeRevision: "STRING_VALUE",
|
|
128
|
+
* // content: "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // ],
|
|
122
131
|
* // };
|
|
123
132
|
*
|
|
124
133
|
* ```
|