@aws-sdk/client-datazone 3.696.0 → 3.699.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.
Files changed (64) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +478 -45
  3. package/dist-es/DataZone.js +10 -0
  4. package/dist-es/commands/CreateRuleCommand.js +23 -0
  5. package/dist-es/commands/DeleteRuleCommand.js +22 -0
  6. package/dist-es/commands/GetDomainUnitCommand.js +1 -1
  7. package/dist-es/commands/GetRuleCommand.js +23 -0
  8. package/dist-es/commands/ListDomainsCommand.js +1 -1
  9. package/dist-es/commands/ListRulesCommand.js +23 -0
  10. package/dist-es/commands/UpdateDomainUnitCommand.js +1 -1
  11. package/dist-es/commands/UpdateRuleCommand.js +23 -0
  12. package/dist-es/commands/index.js +5 -0
  13. package/dist-es/models/models_0.js +50 -30
  14. package/dist-es/models/models_1.js +65 -0
  15. package/dist-es/pagination/ListRulesPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_restJson1.js +227 -0
  18. package/dist-types/DataZone.d.ts +35 -0
  19. package/dist-types/DataZoneClient.d.ts +7 -2
  20. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +9 -0
  21. package/dist-types/commands/CreateRuleCommand.d.ts +174 -0
  22. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +17 -0
  23. package/dist-types/commands/DeleteDomainUnitCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +1 -2
  25. package/dist-types/commands/DeleteRuleCommand.d.ts +97 -0
  26. package/dist-types/commands/GetDomainUnitCommand.d.ts +1 -1
  27. package/dist-types/commands/GetRuleCommand.d.ts +138 -0
  28. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +9 -0
  29. package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +1 -1
  30. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListRulesCommand.d.ts +142 -0
  32. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +8 -0
  33. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +9 -0
  34. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateDomainUnitCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateRuleCommand.d.ts +170 -0
  37. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +9 -0
  38. package/dist-types/commands/index.d.ts +5 -0
  39. package/dist-types/models/models_0.d.ts +741 -824
  40. package/dist-types/models/models_1.d.ts +3458 -2583
  41. package/dist-types/pagination/ListRulesPaginator.d.ts +7 -0
  42. package/dist-types/pagination/index.d.ts +1 -0
  43. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  44. package/dist-types/ts3.4/DataZone.d.ts +85 -0
  45. package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
  46. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +47 -0
  47. package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +4 -2
  49. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +47 -0
  50. package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +41 -0
  52. package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +47 -0
  55. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +47 -0
  58. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +120 -111
  60. package/dist-types/ts3.4/models/models_1.d.ts +221 -0
  61. package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +11 -0
  62. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  64. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -94,6 +94,9 @@ __export(src_exports, {
94
94
  CreateProjectInputFilterSensitiveLog: () => CreateProjectInputFilterSensitiveLog,
95
95
  CreateProjectMembershipCommand: () => CreateProjectMembershipCommand,
96
96
  CreateProjectOutputFilterSensitiveLog: () => CreateProjectOutputFilterSensitiveLog,
97
+ CreateRuleCommand: () => CreateRuleCommand,
98
+ CreateRuleInputFilterSensitiveLog: () => CreateRuleInputFilterSensitiveLog,
99
+ CreateRuleOutputFilterSensitiveLog: () => CreateRuleOutputFilterSensitiveLog,
97
100
  CreateSubscriptionGrantCommand: () => CreateSubscriptionGrantCommand,
98
101
  CreateSubscriptionRequestCommand: () => CreateSubscriptionRequestCommand,
99
102
  CreateSubscriptionRequestInputFilterSensitiveLog: () => CreateSubscriptionRequestInputFilterSensitiveLog,
@@ -140,6 +143,7 @@ __export(src_exports, {
140
143
  DeleteListingCommand: () => DeleteListingCommand,
141
144
  DeleteProjectCommand: () => DeleteProjectCommand,
142
145
  DeleteProjectMembershipCommand: () => DeleteProjectMembershipCommand,
146
+ DeleteRuleCommand: () => DeleteRuleCommand,
143
147
  DeleteSubscriptionGrantCommand: () => DeleteSubscriptionGrantCommand,
144
148
  DeleteSubscriptionRequestCommand: () => DeleteSubscriptionRequestCommand,
145
149
  DeleteSubscriptionTargetCommand: () => DeleteSubscriptionTargetCommand,
@@ -208,6 +212,8 @@ __export(src_exports, {
208
212
  GetMetadataGenerationRunCommand: () => GetMetadataGenerationRunCommand,
209
213
  GetProjectCommand: () => GetProjectCommand,
210
214
  GetProjectOutputFilterSensitiveLog: () => GetProjectOutputFilterSensitiveLog,
215
+ GetRuleCommand: () => GetRuleCommand,
216
+ GetRuleOutputFilterSensitiveLog: () => GetRuleOutputFilterSensitiveLog,
211
217
  GetSubscriptionCommand: () => GetSubscriptionCommand,
212
218
  GetSubscriptionGrantCommand: () => GetSubscriptionGrantCommand,
213
219
  GetSubscriptionOutputFilterSensitiveLog: () => GetSubscriptionOutputFilterSensitiveLog,
@@ -264,6 +270,8 @@ __export(src_exports, {
264
270
  ListProjectsCommand: () => ListProjectsCommand,
265
271
  ListProjectsInputFilterSensitiveLog: () => ListProjectsInputFilterSensitiveLog,
266
272
  ListProjectsOutputFilterSensitiveLog: () => ListProjectsOutputFilterSensitiveLog,
273
+ ListRulesCommand: () => ListRulesCommand,
274
+ ListRulesOutputFilterSensitiveLog: () => ListRulesOutputFilterSensitiveLog,
267
275
  ListSubscriptionGrantsCommand: () => ListSubscriptionGrantsCommand,
268
276
  ListSubscriptionRequestsCommand: () => ListSubscriptionRequestsCommand,
269
277
  ListSubscriptionRequestsOutputFilterSensitiveLog: () => ListSubscriptionRequestsOutputFilterSensitiveLog,
@@ -281,6 +289,7 @@ __export(src_exports, {
281
289
  ManagedPolicyType: () => ManagedPolicyType,
282
290
  Member: () => Member,
283
291
  MemberDetails: () => MemberDetails,
292
+ MetadataFormSummaryFilterSensitiveLog: () => MetadataFormSummaryFilterSensitiveLog,
284
293
  MetadataGenerationRunStatus: () => MetadataGenerationRunStatus,
285
294
  MetadataGenerationRunType: () => MetadataGenerationRunType,
286
295
  MetadataGenerationTargetType: () => MetadataGenerationTargetType,
@@ -317,6 +326,13 @@ __export(src_exports, {
317
326
  RevokeSubscriptionOutputFilterSensitiveLog: () => RevokeSubscriptionOutputFilterSensitiveLog,
318
327
  RowFilter: () => RowFilter,
319
328
  RowFilterExpression: () => RowFilterExpression,
329
+ RuleAction: () => RuleAction,
330
+ RuleDetail: () => RuleDetail,
331
+ RuleScopeSelectionMode: () => RuleScopeSelectionMode,
332
+ RuleSummaryFilterSensitiveLog: () => RuleSummaryFilterSensitiveLog,
333
+ RuleTarget: () => RuleTarget,
334
+ RuleTargetType: () => RuleTargetType,
335
+ RuleType: () => RuleType,
320
336
  ScheduleConfigurationFilterSensitiveLog: () => ScheduleConfigurationFilterSensitiveLog,
321
337
  SearchCommand: () => SearchCommand,
322
338
  SearchGroupProfilesCommand: () => SearchGroupProfilesCommand,
@@ -398,6 +414,9 @@ __export(src_exports, {
398
414
  UpdateProjectCommand: () => UpdateProjectCommand,
399
415
  UpdateProjectInputFilterSensitiveLog: () => UpdateProjectInputFilterSensitiveLog,
400
416
  UpdateProjectOutputFilterSensitiveLog: () => UpdateProjectOutputFilterSensitiveLog,
417
+ UpdateRuleCommand: () => UpdateRuleCommand,
418
+ UpdateRuleInputFilterSensitiveLog: () => UpdateRuleInputFilterSensitiveLog,
419
+ UpdateRuleOutputFilterSensitiveLog: () => UpdateRuleOutputFilterSensitiveLog,
401
420
  UpdateSubscriptionGrantStatusCommand: () => UpdateSubscriptionGrantStatusCommand,
402
421
  UpdateSubscriptionRequestCommand: () => UpdateSubscriptionRequestCommand,
403
422
  UpdateSubscriptionRequestInputFilterSensitiveLog: () => UpdateSubscriptionRequestInputFilterSensitiveLog,
@@ -439,6 +458,7 @@ __export(src_exports, {
439
458
  paginateListPolicyGrants: () => paginateListPolicyGrants,
440
459
  paginateListProjectMemberships: () => paginateListProjectMemberships,
441
460
  paginateListProjects: () => paginateListProjects,
461
+ paginateListRules: () => paginateListRules,
442
462
  paginateListSubscriptionGrants: () => paginateListSubscriptionGrants,
443
463
  paginateListSubscriptionRequests: () => paginateListSubscriptionRequests,
444
464
  paginateListSubscriptionTargets: () => paginateListSubscriptionTargets,
@@ -940,6 +960,10 @@ var FilterStatus = {
940
960
  INVALID: "INVALID",
941
961
  VALID: "VALID"
942
962
  };
963
+ var RuleScopeSelectionMode = {
964
+ ALL: "ALL",
965
+ SPECIFIC: "SPECIFIC"
966
+ };
943
967
  var AuthType = {
944
968
  DISABLED: "DISABLED",
945
969
  IAM_IDC: "IAM_IDC"
@@ -1108,8 +1132,8 @@ var DomainStatus = {
1108
1132
  DELETION_FAILED: "DELETION_FAILED"
1109
1133
  };
1110
1134
  var DomainUnitOwnerProperties;
1111
- ((DomainUnitOwnerProperties2) => {
1112
- DomainUnitOwnerProperties2.visit = /* @__PURE__ */ __name((value, visitor) => {
1135
+ ((DomainUnitOwnerProperties3) => {
1136
+ DomainUnitOwnerProperties3.visit = /* @__PURE__ */ __name((value, visitor) => {
1113
1137
  if (value.user !== void 0)
1114
1138
  return visitor.user(value.user);
1115
1139
  if (value.group !== void 0)
@@ -1201,6 +1225,31 @@ var Member;
1201
1225
  return visitor._(value.$unknown[0], value.$unknown[1]);
1202
1226
  }, "visit");
1203
1227
  })(Member || (Member = {}));
1228
+ var RuleAction = {
1229
+ CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST"
1230
+ };
1231
+ var RuleDetail;
1232
+ ((RuleDetail4) => {
1233
+ RuleDetail4.visit = /* @__PURE__ */ __name((value, visitor) => {
1234
+ if (value.metadataFormEnforcementDetail !== void 0)
1235
+ return visitor.metadataFormEnforcementDetail(value.metadataFormEnforcementDetail);
1236
+ return visitor._(value.$unknown[0], value.$unknown[1]);
1237
+ }, "visit");
1238
+ })(RuleDetail || (RuleDetail = {}));
1239
+ var RuleTarget;
1240
+ ((RuleTarget4) => {
1241
+ RuleTarget4.visit = /* @__PURE__ */ __name((value, visitor) => {
1242
+ if (value.domainUnitTarget !== void 0)
1243
+ return visitor.domainUnitTarget(value.domainUnitTarget);
1244
+ return visitor._(value.$unknown[0], value.$unknown[1]);
1245
+ }, "visit");
1246
+ })(RuleTarget || (RuleTarget = {}));
1247
+ var RuleType = {
1248
+ METADATA_FORM_ENFORCEMENT: "METADATA_FORM_ENFORCEMENT"
1249
+ };
1250
+ var RuleTargetType = {
1251
+ DOMAIN_UNIT: "DOMAIN_UNIT"
1252
+ };
1204
1253
  var GrantedEntityInput;
1205
1254
  ((GrantedEntityInput3) => {
1206
1255
  GrantedEntityInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -1318,6 +1367,10 @@ var AcceptSubscriptionRequestInputFilterSensitiveLog = /* @__PURE__ */ __name((o
1318
1367
  ...obj,
1319
1368
  ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
1320
1369
  }), "AcceptSubscriptionRequestInputFilterSensitiveLog");
1370
+ var FormOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1371
+ ...obj,
1372
+ ...obj.typeName && { typeName: import_smithy_client.SENSITIVE_STRING }
1373
+ }), "FormOutputFilterSensitiveLog");
1321
1374
  var DetailedGlossaryTermFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1322
1375
  ...obj,
1323
1376
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
@@ -1367,7 +1420,8 @@ var AcceptSubscriptionRequestOutputFilterSensitiveLog = /* @__PURE__ */ __name((
1367
1420
  ...obj.subscribedListings && {
1368
1421
  subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
1369
1422
  },
1370
- ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
1423
+ ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING },
1424
+ ...obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }
1371
1425
  }), "AcceptSubscriptionRequestOutputFilterSensitiveLog");
1372
1426
  var FormInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1373
1427
  ...obj
@@ -1379,10 +1433,6 @@ var CreateAssetInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1379
1433
  ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
1380
1434
  ...obj.formsInput && { formsInput: import_smithy_client.SENSITIVE_STRING }
1381
1435
  }), "CreateAssetInputFilterSensitiveLog");
1382
- var FormOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1383
- ...obj,
1384
- ...obj.typeName && { typeName: import_smithy_client.SENSITIVE_STRING }
1385
- }), "FormOutputFilterSensitiveLog");
1386
1436
  var CreateAssetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1387
1437
  ...obj,
1388
1438
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
@@ -1634,10 +1684,25 @@ var CreateProjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1634
1684
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
1635
1685
  ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
1636
1686
  }), "CreateProjectOutputFilterSensitiveLog");
1687
+ var CreateRuleInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1688
+ ...obj,
1689
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
1690
+ ...obj.target && { target: obj.target },
1691
+ ...obj.detail && { detail: obj.detail },
1692
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
1693
+ }), "CreateRuleInputFilterSensitiveLog");
1694
+ var CreateRuleOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1695
+ ...obj,
1696
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
1697
+ ...obj.target && { target: obj.target },
1698
+ ...obj.detail && { detail: obj.detail },
1699
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
1700
+ }), "CreateRuleOutputFilterSensitiveLog");
1637
1701
  var CreateSubscriptionRequestInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1638
1702
  ...obj,
1639
1703
  ...obj.subscribedPrincipals && { subscribedPrincipals: obj.subscribedPrincipals.map((item) => item) },
1640
- ...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING }
1704
+ ...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING },
1705
+ ...obj.metadataForms && { metadataForms: import_smithy_client.SENSITIVE_STRING }
1641
1706
  }), "CreateSubscriptionRequestInputFilterSensitiveLog");
1642
1707
  var CreateSubscriptionRequestOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1643
1708
  ...obj,
@@ -1648,7 +1713,8 @@ var CreateSubscriptionRequestOutputFilterSensitiveLog = /* @__PURE__ */ __name((
1648
1713
  ...obj.subscribedListings && {
1649
1714
  subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
1650
1715
  },
1651
- ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
1716
+ ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING },
1717
+ ...obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }
1652
1718
  }), "CreateSubscriptionRequestOutputFilterSensitiveLog");
1653
1719
  var CreateSubscriptionTargetInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1654
1720
  ...obj,
@@ -1773,32 +1839,6 @@ var DataSourceRunActivityFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1773
1839
  ...obj.technicalName && { technicalName: import_smithy_client.SENSITIVE_STRING },
1774
1840
  ...obj.technicalDescription && { technicalDescription: import_smithy_client.SENSITIVE_STRING }
1775
1841
  }), "DataSourceRunActivityFilterSensitiveLog");
1776
- var DomainSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1777
- ...obj,
1778
- ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
1779
- ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
1780
- }), "DomainSummaryFilterSensitiveLog");
1781
- var ListDomainsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1782
- ...obj,
1783
- ...obj.items && { items: obj.items.map((item) => DomainSummaryFilterSensitiveLog(item)) }
1784
- }), "ListDomainsOutputFilterSensitiveLog");
1785
- var GetDomainUnitOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1786
- ...obj,
1787
- ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
1788
- ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
1789
- ...obj.owners && { owners: obj.owners.map((item) => item) }
1790
- }), "GetDomainUnitOutputFilterSensitiveLog");
1791
- var UpdateDomainUnitInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1792
- ...obj,
1793
- ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
1794
- ...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
1795
- }), "UpdateDomainUnitInputFilterSensitiveLog");
1796
- var UpdateDomainUnitOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1797
- ...obj,
1798
- ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
1799
- ...obj.owners && { owners: obj.owners.map((item) => item) },
1800
- ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
1801
- }), "UpdateDomainUnitOutputFilterSensitiveLog");
1802
1842
 
1803
1843
  // src/protocols/Aws_restJson1.ts
1804
1844
  var import_core2 = require("@aws-sdk/core");
@@ -1991,6 +2031,32 @@ var AssetFilterConfiguration;
1991
2031
  return visitor._(value.$unknown[0], value.$unknown[1]);
1992
2032
  }, "visit");
1993
2033
  })(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
2034
+ var DomainSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2035
+ ...obj,
2036
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2037
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
2038
+ }), "DomainSummaryFilterSensitiveLog");
2039
+ var ListDomainsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2040
+ ...obj,
2041
+ ...obj.items && { items: obj.items.map((item) => DomainSummaryFilterSensitiveLog(item)) }
2042
+ }), "ListDomainsOutputFilterSensitiveLog");
2043
+ var GetDomainUnitOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2044
+ ...obj,
2045
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2046
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
2047
+ ...obj.owners && { owners: obj.owners.map((item) => item) }
2048
+ }), "GetDomainUnitOutputFilterSensitiveLog");
2049
+ var UpdateDomainUnitInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2050
+ ...obj,
2051
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
2052
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
2053
+ }), "UpdateDomainUnitInputFilterSensitiveLog");
2054
+ var UpdateDomainUnitOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2055
+ ...obj,
2056
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2057
+ ...obj.owners && { owners: obj.owners.map((item) => item) },
2058
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
2059
+ }), "UpdateDomainUnitOutputFilterSensitiveLog");
1994
2060
  var ImportFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1995
2061
  ...obj,
1996
2062
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
@@ -2059,7 +2125,8 @@ var GetSubscriptionRequestDetailsOutputFilterSensitiveLog = /* @__PURE__ */ __na
2059
2125
  ...obj.subscribedListings && {
2060
2126
  subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
2061
2127
  },
2062
- ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
2128
+ ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING },
2129
+ ...obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }
2063
2130
  }), "GetSubscriptionRequestDetailsOutputFilterSensitiveLog");
2064
2131
  var GetSubscriptionTargetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2065
2132
  ...obj,
@@ -2179,6 +2246,10 @@ var ListProjectsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2179
2246
  ...obj,
2180
2247
  ...obj.items && { items: obj.items.map((item) => ProjectSummaryFilterSensitiveLog(item)) }
2181
2248
  }), "ListProjectsOutputFilterSensitiveLog");
2249
+ var MetadataFormSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2250
+ ...obj,
2251
+ ...obj.typeName && { typeName: import_smithy_client.SENSITIVE_STRING }
2252
+ }), "MetadataFormSummaryFilterSensitiveLog");
2182
2253
  var SubscriptionRequestSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2183
2254
  ...obj,
2184
2255
  ...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING },
@@ -2188,7 +2259,10 @@ var SubscriptionRequestSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj)
2188
2259
  ...obj.subscribedListings && {
2189
2260
  subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
2190
2261
  },
2191
- ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
2262
+ ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING },
2263
+ ...obj.metadataFormsSummary && {
2264
+ metadataFormsSummary: obj.metadataFormsSummary.map((item) => MetadataFormSummaryFilterSensitiveLog(item))
2265
+ }
2192
2266
  }), "SubscriptionRequestSummaryFilterSensitiveLog");
2193
2267
  var ListSubscriptionRequestsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2194
2268
  ...obj,
@@ -2230,7 +2304,8 @@ var RejectSubscriptionRequestOutputFilterSensitiveLog = /* @__PURE__ */ __name((
2230
2304
  ...obj.subscribedListings && {
2231
2305
  subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
2232
2306
  },
2233
- ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
2307
+ ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING },
2308
+ ...obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }
2234
2309
  }), "RejectSubscriptionRequestOutputFilterSensitiveLog");
2235
2310
  var RevokeSubscriptionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2236
2311
  ...obj,
@@ -2239,6 +2314,35 @@ var RevokeSubscriptionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
2239
2314
  },
2240
2315
  ...obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }
2241
2316
  }), "RevokeSubscriptionOutputFilterSensitiveLog");
2317
+ var GetRuleOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2318
+ ...obj,
2319
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2320
+ ...obj.target && { target: obj.target },
2321
+ ...obj.detail && { detail: obj.detail },
2322
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
2323
+ }), "GetRuleOutputFilterSensitiveLog");
2324
+ var RuleSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2325
+ ...obj,
2326
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2327
+ ...obj.target && { target: obj.target }
2328
+ }), "RuleSummaryFilterSensitiveLog");
2329
+ var ListRulesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2330
+ ...obj,
2331
+ ...obj.items && { items: obj.items.map((item) => RuleSummaryFilterSensitiveLog(item)) }
2332
+ }), "ListRulesOutputFilterSensitiveLog");
2333
+ var UpdateRuleInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2334
+ ...obj,
2335
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2336
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
2337
+ ...obj.detail && { detail: obj.detail }
2338
+ }), "UpdateRuleInputFilterSensitiveLog");
2339
+ var UpdateRuleOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2340
+ ...obj,
2341
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2342
+ ...obj.target && { target: obj.target },
2343
+ ...obj.detail && { detail: obj.detail },
2344
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
2345
+ }), "UpdateRuleOutputFilterSensitiveLog");
2242
2346
  var GlossaryItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2243
2347
  ...obj,
2244
2348
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
@@ -2380,7 +2484,8 @@ var UpdateSubscriptionRequestOutputFilterSensitiveLog = /* @__PURE__ */ __name((
2380
2484
  ...obj.subscribedListings && {
2381
2485
  subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
2382
2486
  },
2383
- ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
2487
+ ...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING },
2488
+ ...obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }
2384
2489
  }), "UpdateSubscriptionRequestOutputFilterSensitiveLog");
2385
2490
  var UpdateSubscriptionTargetInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2386
2491
  ...obj,
@@ -2935,6 +3040,28 @@ var se_CreateProjectMembershipCommand = /* @__PURE__ */ __name(async (input, con
2935
3040
  b.m("POST").h(headers).b(body);
2936
3041
  return b.build();
2937
3042
  }, "se_CreateProjectMembershipCommand");
3043
+ var se_CreateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
3044
+ const b = (0, import_core.requestBuilder)(input, context);
3045
+ const headers = {
3046
+ "content-type": "application/json"
3047
+ };
3048
+ b.bp("/v2/domains/{domainIdentifier}/rules");
3049
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
3050
+ let body;
3051
+ body = JSON.stringify(
3052
+ (0, import_smithy_client.take)(input, {
3053
+ action: [],
3054
+ clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3055
+ description: [],
3056
+ detail: (_) => (0, import_smithy_client._json)(_),
3057
+ name: [],
3058
+ scope: (_) => (0, import_smithy_client._json)(_),
3059
+ target: (_) => (0, import_smithy_client._json)(_)
3060
+ })
3061
+ );
3062
+ b.m("POST").h(headers).b(body);
3063
+ return b.build();
3064
+ }, "se_CreateRuleCommand");
2938
3065
  var se_CreateSubscriptionGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
2939
3066
  const b = (0, import_core.requestBuilder)(input, context);
2940
3067
  const headers = {
@@ -2966,6 +3093,7 @@ var se_CreateSubscriptionRequestCommand = /* @__PURE__ */ __name(async (input, c
2966
3093
  body = JSON.stringify(
2967
3094
  (0, import_smithy_client.take)(input, {
2968
3095
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3096
+ metadataForms: (_) => (0, import_smithy_client._json)(_),
2969
3097
  requestReason: [],
2970
3098
  subscribedListings: (_) => (0, import_smithy_client._json)(_),
2971
3099
  subscribedPrincipals: (_) => (0, import_smithy_client._json)(_)
@@ -3210,6 +3338,16 @@ var se_DeleteProjectMembershipCommand = /* @__PURE__ */ __name(async (input, con
3210
3338
  b.m("POST").h(headers).b(body);
3211
3339
  return b.build();
3212
3340
  }, "se_DeleteProjectMembershipCommand");
3341
+ var se_DeleteRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
3342
+ const b = (0, import_core.requestBuilder)(input, context);
3343
+ const headers = {};
3344
+ b.bp("/v2/domains/{domainIdentifier}/rules/{identifier}");
3345
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
3346
+ b.p("identifier", () => input.identifier, "{identifier}", false);
3347
+ let body;
3348
+ b.m("DELETE").h(headers).b(body);
3349
+ return b.build();
3350
+ }, "se_DeleteRuleCommand");
3213
3351
  var se_DeleteSubscriptionGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
3214
3352
  const b = (0, import_core.requestBuilder)(input, context);
3215
3353
  const headers = {};
@@ -3520,6 +3658,19 @@ var se_GetProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
3520
3658
  b.m("GET").h(headers).b(body);
3521
3659
  return b.build();
3522
3660
  }, "se_GetProjectCommand");
3661
+ var se_GetRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
3662
+ const b = (0, import_core.requestBuilder)(input, context);
3663
+ const headers = {};
3664
+ b.bp("/v2/domains/{domainIdentifier}/rules/{identifier}");
3665
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
3666
+ b.p("identifier", () => input.identifier, "{identifier}", false);
3667
+ const query = (0, import_smithy_client.map)({
3668
+ [_r]: [, input[_r]]
3669
+ });
3670
+ let body;
3671
+ b.m("GET").h(headers).q(query).b(body);
3672
+ return b.build();
3673
+ }, "se_GetRuleCommand");
3523
3674
  var se_GetSubscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
3524
3675
  const b = (0, import_core.requestBuilder)(input, context);
3525
3676
  const headers = {};
@@ -3902,6 +4053,27 @@ var se_ListProjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
3902
4053
  b.m("GET").h(headers).q(query).b(body);
3903
4054
  return b.build();
3904
4055
  }, "se_ListProjectsCommand");
4056
+ var se_ListRulesCommand = /* @__PURE__ */ __name(async (input, context) => {
4057
+ const b = (0, import_core.requestBuilder)(input, context);
4058
+ const headers = {};
4059
+ b.bp("/v2/domains/{domainIdentifier}/list-rules/{targetType}/{targetIdentifier}");
4060
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
4061
+ b.p("targetType", () => input.targetType, "{targetType}", false);
4062
+ b.p("targetIdentifier", () => input.targetIdentifier, "{targetIdentifier}", false);
4063
+ const query = (0, import_smithy_client.map)({
4064
+ [_rT]: [, input[_rT]],
4065
+ [_rA]: [, input[_a]],
4066
+ [_pIr]: [() => input.projectIds !== void 0, () => input[_pIr] || []],
4067
+ [_aTs]: [() => input.assetTypes !== void 0, () => input[_aTs] || []],
4068
+ [_dP]: [() => input.dataProduct !== void 0, () => input[_dP].toString()],
4069
+ [_iC]: [() => input.includeCascaded !== void 0, () => input[_iC].toString()],
4070
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
4071
+ [_nT]: [, input[_nT]]
4072
+ });
4073
+ let body;
4074
+ b.m("GET").h(headers).q(query).b(body);
4075
+ return b.build();
4076
+ }, "se_ListRulesCommand");
3905
4077
  var se_ListSubscriptionGrantsCommand = /* @__PURE__ */ __name(async (input, context) => {
3906
4078
  const b = (0, import_core.requestBuilder)(input, context);
3907
4079
  const headers = {};
@@ -4555,6 +4727,27 @@ var se_UpdateProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
4555
4727
  b.m("PATCH").h(headers).b(body);
4556
4728
  return b.build();
4557
4729
  }, "se_UpdateProjectCommand");
4730
+ var se_UpdateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
4731
+ const b = (0, import_core.requestBuilder)(input, context);
4732
+ const headers = {
4733
+ "content-type": "application/json"
4734
+ };
4735
+ b.bp("/v2/domains/{domainIdentifier}/rules/{identifier}");
4736
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
4737
+ b.p("identifier", () => input.identifier, "{identifier}", false);
4738
+ let body;
4739
+ body = JSON.stringify(
4740
+ (0, import_smithy_client.take)(input, {
4741
+ description: [],
4742
+ detail: (_) => (0, import_smithy_client._json)(_),
4743
+ includeChildDomainUnits: [],
4744
+ name: [],
4745
+ scope: (_) => (0, import_smithy_client._json)(_)
4746
+ })
4747
+ );
4748
+ b.m("PATCH").h(headers).b(body);
4749
+ return b.build();
4750
+ }, "se_UpdateRuleCommand");
4558
4751
  var se_UpdateSubscriptionGrantStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
4559
4752
  const b = (0, import_core.requestBuilder)(input, context);
4560
4753
  const headers = {
@@ -4662,7 +4855,9 @@ var de_AcceptSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
4662
4855
  createdBy: import_smithy_client.expectString,
4663
4856
  decisionComment: import_smithy_client.expectString,
4664
4857
  domainId: import_smithy_client.expectString,
4858
+ existingSubscriptionId: import_smithy_client.expectString,
4665
4859
  id: import_smithy_client.expectString,
4860
+ metadataForms: import_smithy_client._json,
4666
4861
  requestReason: import_smithy_client.expectString,
4667
4862
  reviewerId: import_smithy_client.expectString,
4668
4863
  status: import_smithy_client.expectString,
@@ -5189,6 +5384,30 @@ var de_CreateProjectMembershipCommand = /* @__PURE__ */ __name(async (output, co
5189
5384
  await (0, import_smithy_client.collectBody)(output.body, context);
5190
5385
  return contents;
5191
5386
  }, "de_CreateProjectMembershipCommand");
5387
+ var de_CreateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
5388
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
5389
+ return de_CommandError(output, context);
5390
+ }
5391
+ const contents = (0, import_smithy_client.map)({
5392
+ $metadata: deserializeMetadata(output)
5393
+ });
5394
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5395
+ const doc = (0, import_smithy_client.take)(data, {
5396
+ action: import_smithy_client.expectString,
5397
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5398
+ createdBy: import_smithy_client.expectString,
5399
+ description: import_smithy_client.expectString,
5400
+ detail: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
5401
+ identifier: import_smithy_client.expectString,
5402
+ name: import_smithy_client.expectString,
5403
+ ruleType: import_smithy_client.expectString,
5404
+ scope: import_smithy_client._json,
5405
+ target: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
5406
+ targetType: import_smithy_client.expectString
5407
+ });
5408
+ Object.assign(contents, doc);
5409
+ return contents;
5410
+ }, "de_CreateRuleCommand");
5192
5411
  var de_CreateSubscriptionGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
5193
5412
  if (output.statusCode !== 200 && output.statusCode >= 300) {
5194
5413
  return de_CommandError(output, context);
@@ -5226,7 +5445,9 @@ var de_CreateSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
5226
5445
  createdBy: import_smithy_client.expectString,
5227
5446
  decisionComment: import_smithy_client.expectString,
5228
5447
  domainId: import_smithy_client.expectString,
5448
+ existingSubscriptionId: import_smithy_client.expectString,
5229
5449
  id: import_smithy_client.expectString,
5450
+ metadataForms: import_smithy_client._json,
5230
5451
  requestReason: import_smithy_client.expectString,
5231
5452
  reviewerId: import_smithy_client.expectString,
5232
5453
  status: import_smithy_client.expectString,
@@ -5482,6 +5703,16 @@ var de_DeleteProjectMembershipCommand = /* @__PURE__ */ __name(async (output, co
5482
5703
  await (0, import_smithy_client.collectBody)(output.body, context);
5483
5704
  return contents;
5484
5705
  }, "de_DeleteProjectMembershipCommand");
5706
+ var de_DeleteRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
5707
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
5708
+ return de_CommandError(output, context);
5709
+ }
5710
+ const contents = (0, import_smithy_client.map)({
5711
+ $metadata: deserializeMetadata(output)
5712
+ });
5713
+ await (0, import_smithy_client.collectBody)(output.body, context);
5714
+ return contents;
5715
+ }, "de_DeleteRuleCommand");
5485
5716
  var de_DeleteSubscriptionGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
5486
5717
  if (output.statusCode !== 200 && output.statusCode >= 300) {
5487
5718
  return de_CommandError(output, context);
@@ -6105,6 +6336,33 @@ var de_GetProjectCommand = /* @__PURE__ */ __name(async (output, context) => {
6105
6336
  Object.assign(contents, doc);
6106
6337
  return contents;
6107
6338
  }, "de_GetProjectCommand");
6339
+ var de_GetRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
6340
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
6341
+ return de_CommandError(output, context);
6342
+ }
6343
+ const contents = (0, import_smithy_client.map)({
6344
+ $metadata: deserializeMetadata(output)
6345
+ });
6346
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6347
+ const doc = (0, import_smithy_client.take)(data, {
6348
+ action: import_smithy_client.expectString,
6349
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6350
+ createdBy: import_smithy_client.expectString,
6351
+ description: import_smithy_client.expectString,
6352
+ detail: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6353
+ identifier: import_smithy_client.expectString,
6354
+ lastUpdatedBy: import_smithy_client.expectString,
6355
+ name: import_smithy_client.expectString,
6356
+ revision: import_smithy_client.expectString,
6357
+ ruleType: import_smithy_client.expectString,
6358
+ scope: import_smithy_client._json,
6359
+ target: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6360
+ targetType: import_smithy_client.expectString,
6361
+ updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
6362
+ });
6363
+ Object.assign(contents, doc);
6364
+ return contents;
6365
+ }, "de_GetRuleCommand");
6108
6366
  var de_GetSubscriptionCommand = /* @__PURE__ */ __name(async (output, context) => {
6109
6367
  if (output.statusCode !== 200 && output.statusCode >= 300) {
6110
6368
  return de_CommandError(output, context);
@@ -6166,7 +6424,9 @@ var de_GetSubscriptionRequestDetailsCommand = /* @__PURE__ */ __name(async (outp
6166
6424
  createdBy: import_smithy_client.expectString,
6167
6425
  decisionComment: import_smithy_client.expectString,
6168
6426
  domainId: import_smithy_client.expectString,
6427
+ existingSubscriptionId: import_smithy_client.expectString,
6169
6428
  id: import_smithy_client.expectString,
6429
+ metadataForms: import_smithy_client._json,
6170
6430
  requestReason: import_smithy_client.expectString,
6171
6431
  reviewerId: import_smithy_client.expectString,
6172
6432
  status: import_smithy_client.expectString,
@@ -6542,6 +6802,21 @@ var de_ListProjectsCommand = /* @__PURE__ */ __name(async (output, context) => {
6542
6802
  Object.assign(contents, doc);
6543
6803
  return contents;
6544
6804
  }, "de_ListProjectsCommand");
6805
+ var de_ListRulesCommand = /* @__PURE__ */ __name(async (output, context) => {
6806
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
6807
+ return de_CommandError(output, context);
6808
+ }
6809
+ const contents = (0, import_smithy_client.map)({
6810
+ $metadata: deserializeMetadata(output)
6811
+ });
6812
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6813
+ const doc = (0, import_smithy_client.take)(data, {
6814
+ items: (_) => de_RuleSummaries(_, context),
6815
+ nextToken: import_smithy_client.expectString
6816
+ });
6817
+ Object.assign(contents, doc);
6818
+ return contents;
6819
+ }, "de_ListRulesCommand");
6545
6820
  var de_ListSubscriptionGrantsCommand = /* @__PURE__ */ __name(async (output, context) => {
6546
6821
  if (output.statusCode !== 200 && output.statusCode >= 300) {
6547
6822
  return de_CommandError(output, context);
@@ -6709,7 +6984,9 @@ var de_RejectSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
6709
6984
  createdBy: import_smithy_client.expectString,
6710
6985
  decisionComment: import_smithy_client.expectString,
6711
6986
  domainId: import_smithy_client.expectString,
6987
+ existingSubscriptionId: import_smithy_client.expectString,
6712
6988
  id: import_smithy_client.expectString,
6989
+ metadataForms: import_smithy_client._json,
6713
6990
  requestReason: import_smithy_client.expectString,
6714
6991
  reviewerId: import_smithy_client.expectString,
6715
6992
  status: import_smithy_client.expectString,
@@ -7170,6 +7447,32 @@ var de_UpdateProjectCommand = /* @__PURE__ */ __name(async (output, context) =>
7170
7447
  Object.assign(contents, doc);
7171
7448
  return contents;
7172
7449
  }, "de_UpdateProjectCommand");
7450
+ var de_UpdateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
7451
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
7452
+ return de_CommandError(output, context);
7453
+ }
7454
+ const contents = (0, import_smithy_client.map)({
7455
+ $metadata: deserializeMetadata(output)
7456
+ });
7457
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7458
+ const doc = (0, import_smithy_client.take)(data, {
7459
+ action: import_smithy_client.expectString,
7460
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7461
+ createdBy: import_smithy_client.expectString,
7462
+ description: import_smithy_client.expectString,
7463
+ detail: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
7464
+ identifier: import_smithy_client.expectString,
7465
+ lastUpdatedBy: import_smithy_client.expectString,
7466
+ name: import_smithy_client.expectString,
7467
+ revision: import_smithy_client.expectString,
7468
+ ruleType: import_smithy_client.expectString,
7469
+ scope: import_smithy_client._json,
7470
+ target: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
7471
+ updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
7472
+ });
7473
+ Object.assign(contents, doc);
7474
+ return contents;
7475
+ }, "de_UpdateRuleCommand");
7173
7476
  var de_UpdateSubscriptionGrantStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
7174
7477
  if (output.statusCode !== 200 && output.statusCode >= 300) {
7175
7478
  return de_CommandError(output, context);
@@ -7207,7 +7510,9 @@ var de_UpdateSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
7207
7510
  createdBy: import_smithy_client.expectString,
7208
7511
  decisionComment: import_smithy_client.expectString,
7209
7512
  domainId: import_smithy_client.expectString,
7513
+ existingSubscriptionId: import_smithy_client.expectString,
7210
7514
  id: import_smithy_client.expectString,
7515
+ metadataForms: import_smithy_client._json,
7211
7516
  requestReason: import_smithy_client.expectString,
7212
7517
  reviewerId: import_smithy_client.expectString,
7213
7518
  status: import_smithy_client.expectString,
@@ -8029,6 +8334,26 @@ var de_RowFilterList = /* @__PURE__ */ __name((output, context) => {
8029
8334
  });
8030
8335
  return retVal;
8031
8336
  }, "de_RowFilterList");
8337
+ var de_RuleSummaries = /* @__PURE__ */ __name((output, context) => {
8338
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
8339
+ return de_RuleSummary(entry, context);
8340
+ });
8341
+ return retVal;
8342
+ }, "de_RuleSummaries");
8343
+ var de_RuleSummary = /* @__PURE__ */ __name((output, context) => {
8344
+ return (0, import_smithy_client.take)(output, {
8345
+ action: import_smithy_client.expectString,
8346
+ identifier: import_smithy_client.expectString,
8347
+ lastUpdatedBy: import_smithy_client.expectString,
8348
+ name: import_smithy_client.expectString,
8349
+ revision: import_smithy_client.expectString,
8350
+ ruleType: import_smithy_client.expectString,
8351
+ scope: import_smithy_client._json,
8352
+ target: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
8353
+ targetType: import_smithy_client.expectString,
8354
+ updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
8355
+ });
8356
+ }, "de_RuleSummary");
8032
8357
  var de_SearchInventoryResultItem = /* @__PURE__ */ __name((output, context) => {
8033
8358
  if (output.assetItem != null) {
8034
8359
  return {
@@ -8152,7 +8477,9 @@ var de_SubscriptionRequestSummary = /* @__PURE__ */ __name((output, context) =>
8152
8477
  createdBy: import_smithy_client.expectString,
8153
8478
  decisionComment: import_smithy_client.expectString,
8154
8479
  domainId: import_smithy_client.expectString,
8480
+ existingSubscriptionId: import_smithy_client.expectString,
8155
8481
  id: import_smithy_client.expectString,
8482
+ metadataFormsSummary: import_smithy_client._json,
8156
8483
  requestReason: import_smithy_client.expectString,
8157
8484
  reviewerId: import_smithy_client.expectString,
8158
8485
  status: import_smithy_client.expectString,
@@ -8246,13 +8573,16 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
8246
8573
  extendedRequestId: output.headers["x-amz-id-2"],
8247
8574
  cfId: output.headers["x-amz-cf-id"]
8248
8575
  }), "deserializeMetadata");
8576
+ var _a = "action";
8249
8577
  var _aAI = "awsAccountId";
8250
8578
  var _aAR = "awsAccountRegion";
8251
8579
  var _aPI = "approverProjectId";
8252
8580
  var _aT = "afterTimestamp";
8581
+ var _aTs = "assetTypes";
8253
8582
  var _bT = "beforeTimestamp";
8254
8583
  var _cT = "clientToken";
8255
8584
  var _d = "direction";
8585
+ var _dP = "dataProduct";
8256
8586
  var _eA = "endedAt";
8257
8587
  var _eBI = "environmentBlueprintIdentifier";
8258
8588
  var _eI = "environmentIdentifier";
@@ -8263,6 +8593,7 @@ var _eTGTE = "eventTimestampGTE";
8263
8593
  var _eTLTE = "eventTimestampLTE";
8264
8594
  var _fN = "formName";
8265
8595
  var _gI = "groupIdentifier";
8596
+ var _iC = "includeCascaded";
8266
8597
  var _lR = "listingRevision";
8267
8598
  var _m = "managed";
8268
8599
  var _mR = "maxResults";
@@ -8272,9 +8603,12 @@ var _oPI = "owningProjectId";
8272
8603
  var _p = "provider";
8273
8604
  var _pDUI = "parentDomainUnitIdentifier";
8274
8605
  var _pI = "projectIdentifier";
8606
+ var _pIr = "projectIds";
8275
8607
  var _pT = "policyType";
8276
8608
  var _r = "revision";
8609
+ var _rA = "ruleAction";
8277
8610
  var _rPORF = "retainPermissionsOnRevokeFailure";
8611
+ var _rT = "ruleType";
8278
8612
  var _s = "status";
8279
8613
  var _sA = "startedAt";
8280
8614
  var _sB = "sortBy";
@@ -8654,6 +8988,20 @@ var _CreateProjectMembershipCommand = class _CreateProjectMembershipCommand exte
8654
8988
  __name(_CreateProjectMembershipCommand, "CreateProjectMembershipCommand");
8655
8989
  var CreateProjectMembershipCommand = _CreateProjectMembershipCommand;
8656
8990
 
8991
+ // src/commands/CreateRuleCommand.ts
8992
+
8993
+
8994
+
8995
+ var _CreateRuleCommand = class _CreateRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8996
+ return [
8997
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8998
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8999
+ ];
9000
+ }).s("DataZone", "CreateRule", {}).n("DataZoneClient", "CreateRuleCommand").f(CreateRuleInputFilterSensitiveLog, CreateRuleOutputFilterSensitiveLog).ser(se_CreateRuleCommand).de(de_CreateRuleCommand).build() {
9001
+ };
9002
+ __name(_CreateRuleCommand, "CreateRuleCommand");
9003
+ var CreateRuleCommand = _CreateRuleCommand;
9004
+
8657
9005
  // src/commands/CreateSubscriptionGrantCommand.ts
8658
9006
 
8659
9007
 
@@ -8948,6 +9296,20 @@ var _DeleteProjectMembershipCommand = class _DeleteProjectMembershipCommand exte
8948
9296
  __name(_DeleteProjectMembershipCommand, "DeleteProjectMembershipCommand");
8949
9297
  var DeleteProjectMembershipCommand = _DeleteProjectMembershipCommand;
8950
9298
 
9299
+ // src/commands/DeleteRuleCommand.ts
9300
+
9301
+
9302
+
9303
+ var _DeleteRuleCommand = class _DeleteRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9304
+ return [
9305
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9306
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9307
+ ];
9308
+ }).s("DataZone", "DeleteRule", {}).n("DataZoneClient", "DeleteRuleCommand").f(void 0, void 0).ser(se_DeleteRuleCommand).de(de_DeleteRuleCommand).build() {
9309
+ };
9310
+ __name(_DeleteRuleCommand, "DeleteRuleCommand");
9311
+ var DeleteRuleCommand = _DeleteRuleCommand;
9312
+
8951
9313
  // src/commands/DeleteSubscriptionGrantCommand.ts
8952
9314
 
8953
9315
 
@@ -9340,6 +9702,20 @@ var _GetProjectCommand = class _GetProjectCommand extends import_smithy_client.C
9340
9702
  __name(_GetProjectCommand, "GetProjectCommand");
9341
9703
  var GetProjectCommand = _GetProjectCommand;
9342
9704
 
9705
+ // src/commands/GetRuleCommand.ts
9706
+
9707
+
9708
+
9709
+ var _GetRuleCommand = class _GetRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9710
+ return [
9711
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9712
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9713
+ ];
9714
+ }).s("DataZone", "GetRule", {}).n("DataZoneClient", "GetRuleCommand").f(void 0, GetRuleOutputFilterSensitiveLog).ser(se_GetRuleCommand).de(de_GetRuleCommand).build() {
9715
+ };
9716
+ __name(_GetRuleCommand, "GetRuleCommand");
9717
+ var GetRuleCommand = _GetRuleCommand;
9718
+
9343
9719
  // src/commands/GetSubscriptionCommand.ts
9344
9720
 
9345
9721
 
@@ -9704,6 +10080,20 @@ var _ListProjectsCommand = class _ListProjectsCommand extends import_smithy_clie
9704
10080
  __name(_ListProjectsCommand, "ListProjectsCommand");
9705
10081
  var ListProjectsCommand = _ListProjectsCommand;
9706
10082
 
10083
+ // src/commands/ListRulesCommand.ts
10084
+
10085
+
10086
+
10087
+ var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10088
+ return [
10089
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10090
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10091
+ ];
10092
+ }).s("DataZone", "ListRules", {}).n("DataZoneClient", "ListRulesCommand").f(void 0, ListRulesOutputFilterSensitiveLog).ser(se_ListRulesCommand).de(de_ListRulesCommand).build() {
10093
+ };
10094
+ __name(_ListRulesCommand, "ListRulesCommand");
10095
+ var ListRulesCommand = _ListRulesCommand;
10096
+
9707
10097
  // src/commands/ListSubscriptionGrantsCommand.ts
9708
10098
 
9709
10099
 
@@ -10180,6 +10570,20 @@ var _UpdateProjectCommand = class _UpdateProjectCommand extends import_smithy_cl
10180
10570
  __name(_UpdateProjectCommand, "UpdateProjectCommand");
10181
10571
  var UpdateProjectCommand = _UpdateProjectCommand;
10182
10572
 
10573
+ // src/commands/UpdateRuleCommand.ts
10574
+
10575
+
10576
+
10577
+ var _UpdateRuleCommand = class _UpdateRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10578
+ return [
10579
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10580
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10581
+ ];
10582
+ }).s("DataZone", "UpdateRule", {}).n("DataZoneClient", "UpdateRuleCommand").f(UpdateRuleInputFilterSensitiveLog, UpdateRuleOutputFilterSensitiveLog).ser(se_UpdateRuleCommand).de(de_UpdateRuleCommand).build() {
10583
+ };
10584
+ __name(_UpdateRuleCommand, "UpdateRuleCommand");
10585
+ var UpdateRuleCommand = _UpdateRuleCommand;
10586
+
10183
10587
  // src/commands/UpdateSubscriptionGrantStatusCommand.ts
10184
10588
 
10185
10589
 
@@ -10264,6 +10668,7 @@ var commands = {
10264
10668
  CreateListingChangeSetCommand,
10265
10669
  CreateProjectCommand,
10266
10670
  CreateProjectMembershipCommand,
10671
+ CreateRuleCommand,
10267
10672
  CreateSubscriptionGrantCommand,
10268
10673
  CreateSubscriptionRequestCommand,
10269
10674
  CreateSubscriptionTargetCommand,
@@ -10285,6 +10690,7 @@ var commands = {
10285
10690
  DeleteListingCommand,
10286
10691
  DeleteProjectCommand,
10287
10692
  DeleteProjectMembershipCommand,
10693
+ DeleteRuleCommand,
10288
10694
  DeleteSubscriptionGrantCommand,
10289
10695
  DeleteSubscriptionRequestCommand,
10290
10696
  DeleteSubscriptionTargetCommand,
@@ -10313,6 +10719,7 @@ var commands = {
10313
10719
  GetListingCommand,
10314
10720
  GetMetadataGenerationRunCommand,
10315
10721
  GetProjectCommand,
10722
+ GetRuleCommand,
10316
10723
  GetSubscriptionCommand,
10317
10724
  GetSubscriptionGrantCommand,
10318
10725
  GetSubscriptionRequestDetailsCommand,
@@ -10339,6 +10746,7 @@ var commands = {
10339
10746
  ListPolicyGrantsCommand,
10340
10747
  ListProjectMembershipsCommand,
10341
10748
  ListProjectsCommand,
10749
+ ListRulesCommand,
10342
10750
  ListSubscriptionGrantsCommand,
10343
10751
  ListSubscriptionRequestsCommand,
10344
10752
  ListSubscriptionsCommand,
@@ -10373,6 +10781,7 @@ var commands = {
10373
10781
  UpdateGlossaryTermCommand,
10374
10782
  UpdateGroupProfileCommand,
10375
10783
  UpdateProjectCommand,
10784
+ UpdateRuleCommand,
10376
10785
  UpdateSubscriptionGrantStatusCommand,
10377
10786
  UpdateSubscriptionRequestCommand,
10378
10787
  UpdateSubscriptionTargetCommand,
@@ -10464,6 +10873,10 @@ var paginateListProjectMemberships = (0, import_core.createPaginator)(DataZoneCl
10464
10873
 
10465
10874
  var paginateListProjects = (0, import_core.createPaginator)(DataZoneClient, ListProjectsCommand, "nextToken", "nextToken", "maxResults");
10466
10875
 
10876
+ // src/pagination/ListRulesPaginator.ts
10877
+
10878
+ var paginateListRules = (0, import_core.createPaginator)(DataZoneClient, ListRulesCommand, "nextToken", "nextToken", "maxResults");
10879
+
10467
10880
  // src/pagination/ListSubscriptionGrantsPaginator.ts
10468
10881
 
10469
10882
  var paginateListSubscriptionGrants = (0, import_core.createPaginator)(DataZoneClient, ListSubscriptionGrantsCommand, "nextToken", "nextToken", "maxResults");
@@ -10537,6 +10950,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10537
10950
  CreateListingChangeSetCommand,
10538
10951
  CreateProjectCommand,
10539
10952
  CreateProjectMembershipCommand,
10953
+ CreateRuleCommand,
10540
10954
  CreateSubscriptionGrantCommand,
10541
10955
  CreateSubscriptionRequestCommand,
10542
10956
  CreateSubscriptionTargetCommand,
@@ -10558,6 +10972,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10558
10972
  DeleteListingCommand,
10559
10973
  DeleteProjectCommand,
10560
10974
  DeleteProjectMembershipCommand,
10975
+ DeleteRuleCommand,
10561
10976
  DeleteSubscriptionGrantCommand,
10562
10977
  DeleteSubscriptionRequestCommand,
10563
10978
  DeleteSubscriptionTargetCommand,
@@ -10586,6 +11001,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10586
11001
  GetListingCommand,
10587
11002
  GetMetadataGenerationRunCommand,
10588
11003
  GetProjectCommand,
11004
+ GetRuleCommand,
10589
11005
  GetSubscriptionCommand,
10590
11006
  GetSubscriptionGrantCommand,
10591
11007
  GetSubscriptionRequestDetailsCommand,
@@ -10612,6 +11028,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10612
11028
  ListPolicyGrantsCommand,
10613
11029
  ListProjectMembershipsCommand,
10614
11030
  ListProjectsCommand,
11031
+ ListRulesCommand,
10615
11032
  ListSubscriptionGrantsCommand,
10616
11033
  ListSubscriptionRequestsCommand,
10617
11034
  ListSubscriptionTargetsCommand,
@@ -10646,6 +11063,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10646
11063
  UpdateGlossaryTermCommand,
10647
11064
  UpdateGroupProfileCommand,
10648
11065
  UpdateProjectCommand,
11066
+ UpdateRuleCommand,
10649
11067
  UpdateSubscriptionGrantStatusCommand,
10650
11068
  UpdateSubscriptionRequestCommand,
10651
11069
  UpdateSubscriptionTargetCommand,
@@ -10670,6 +11088,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10670
11088
  paginateListPolicyGrants,
10671
11089
  paginateListProjectMemberships,
10672
11090
  paginateListProjects,
11091
+ paginateListRules,
10673
11092
  paginateListSubscriptionGrants,
10674
11093
  paginateListSubscriptionRequests,
10675
11094
  paginateListSubscriptionTargets,
@@ -10708,6 +11127,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10708
11127
  ListingStatus,
10709
11128
  RowFilterExpression,
10710
11129
  FilterStatus,
11130
+ RuleScopeSelectionMode,
10711
11131
  AuthType,
10712
11132
  SubscriptionStatus,
10713
11133
  ChangeAction,
@@ -10739,6 +11159,11 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10739
11159
  ProjectStatus,
10740
11160
  UserDesignation,
10741
11161
  Member,
11162
+ RuleAction,
11163
+ RuleDetail,
11164
+ RuleTarget,
11165
+ RuleType,
11166
+ RuleTargetType,
10742
11167
  GrantedEntityInput,
10743
11168
  SubscriptionGrantStatus,
10744
11169
  GrantedEntity,
@@ -10756,6 +11181,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10756
11181
  AcceptChoiceFilterSensitiveLog,
10757
11182
  AcceptPredictionsInputFilterSensitiveLog,
10758
11183
  AcceptSubscriptionRequestInputFilterSensitiveLog,
11184
+ FormOutputFilterSensitiveLog,
10759
11185
  DetailedGlossaryTermFilterSensitiveLog,
10760
11186
  SubscribedAssetListingFilterSensitiveLog,
10761
11187
  SubscribedProductListingFilterSensitiveLog,
@@ -10766,7 +11192,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10766
11192
  AcceptSubscriptionRequestOutputFilterSensitiveLog,
10767
11193
  FormInputFilterSensitiveLog,
10768
11194
  CreateAssetInputFilterSensitiveLog,
10769
- FormOutputFilterSensitiveLog,
10770
11195
  CreateAssetOutputFilterSensitiveLog,
10771
11196
  CreateAssetRevisionInputFilterSensitiveLog,
10772
11197
  CreateAssetRevisionOutputFilterSensitiveLog,
@@ -10805,6 +11230,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10805
11230
  CreateGroupProfileOutputFilterSensitiveLog,
10806
11231
  CreateProjectInputFilterSensitiveLog,
10807
11232
  CreateProjectOutputFilterSensitiveLog,
11233
+ CreateRuleInputFilterSensitiveLog,
11234
+ CreateRuleOutputFilterSensitiveLog,
10808
11235
  CreateSubscriptionRequestInputFilterSensitiveLog,
10809
11236
  CreateSubscriptionRequestOutputFilterSensitiveLog,
10810
11237
  CreateSubscriptionTargetInputFilterSensitiveLog,
@@ -10826,11 +11253,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10826
11253
  UpdateDataSourceInputFilterSensitiveLog,
10827
11254
  UpdateDataSourceOutputFilterSensitiveLog,
10828
11255
  DataSourceRunActivityFilterSensitiveLog,
10829
- DomainSummaryFilterSensitiveLog,
10830
- ListDomainsOutputFilterSensitiveLog,
10831
- GetDomainUnitOutputFilterSensitiveLog,
10832
- UpdateDomainUnitInputFilterSensitiveLog,
10833
- UpdateDomainUnitOutputFilterSensitiveLog,
10834
11256
  ProvisioningConfiguration,
10835
11257
  OwnerPropertiesOutput,
10836
11258
  ListingItem,
@@ -10858,6 +11280,11 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10858
11280
  FilterClause,
10859
11281
  RowFilter,
10860
11282
  AssetFilterConfiguration,
11283
+ DomainSummaryFilterSensitiveLog,
11284
+ ListDomainsOutputFilterSensitiveLog,
11285
+ GetDomainUnitOutputFilterSensitiveLog,
11286
+ UpdateDomainUnitInputFilterSensitiveLog,
11287
+ UpdateDomainUnitOutputFilterSensitiveLog,
10861
11288
  ImportFilterSensitiveLog,
10862
11289
  GetFormTypeOutputFilterSensitiveLog,
10863
11290
  GetEnvironmentOutputFilterSensitiveLog,
@@ -10893,6 +11320,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10893
11320
  ListProjectsInputFilterSensitiveLog,
10894
11321
  ProjectSummaryFilterSensitiveLog,
10895
11322
  ListProjectsOutputFilterSensitiveLog,
11323
+ MetadataFormSummaryFilterSensitiveLog,
10896
11324
  SubscriptionRequestSummaryFilterSensitiveLog,
10897
11325
  ListSubscriptionRequestsOutputFilterSensitiveLog,
10898
11326
  SubscriptionSummaryFilterSensitiveLog,
@@ -10903,6 +11331,11 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
10903
11331
  RejectSubscriptionRequestInputFilterSensitiveLog,
10904
11332
  RejectSubscriptionRequestOutputFilterSensitiveLog,
10905
11333
  RevokeSubscriptionOutputFilterSensitiveLog,
11334
+ GetRuleOutputFilterSensitiveLog,
11335
+ RuleSummaryFilterSensitiveLog,
11336
+ ListRulesOutputFilterSensitiveLog,
11337
+ UpdateRuleInputFilterSensitiveLog,
11338
+ UpdateRuleOutputFilterSensitiveLog,
10906
11339
  GlossaryItemFilterSensitiveLog,
10907
11340
  GlossaryTermItemFilterSensitiveLog,
10908
11341
  SearchInventoryResultItemFilterSensitiveLog,