@aws-sdk/client-datazone 3.934.0 → 3.935.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 +24 -0
- package/dist-cjs/index.js +837 -648
- package/dist-es/DataZone.js +6 -0
- package/dist-es/commands/BatchGetAttributesMetadataCommand.js +16 -0
- package/dist-es/commands/BatchPutAttributesMetadataCommand.js +16 -0
- package/dist-es/commands/UpdateRootDomainUnitOwnerCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +569 -0
- package/dist-es/models/errors.js +99 -0
- package/dist-es/models/models_0.js +1 -446
- package/dist-es/models/models_1.js +1 -174
- package/dist-es/models/models_2.js +1 -43
- package/dist-es/schemas/schemas_0.js +150 -6
- package/dist-types/DataZone.d.ts +21 -0
- package/dist-types/DataZoneClient.d.ts +5 -2
- package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +117 -0
- package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +122 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -2
- package/dist-types/commands/CreateProjectMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +12 -2
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetRuleCommand.d.ts +7 -2
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -2
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +2 -1
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +2 -1
- package/dist-types/commands/SearchTypesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +96 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +12 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +5 -1
- package/dist-types/models/enums.d.ts +1297 -0
- package/dist-types/models/errors.d.ts +100 -0
- package/dist-types/models/models_0.d.ts +1716 -820
- package/dist-types/models/models_1.d.ts +5037 -4324
- package/dist-types/models/models_2.d.ts +33 -2816
- package/dist-types/schemas/schemas_0.d.ts +21 -1
- package/dist-types/ts3.4/DataZone.d.ts +51 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchGetAttributesMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchPutAttributesMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRootDomainUnitOwnerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/index.d.ts +5 -1
- package/dist-types/ts3.4/models/enums.d.ts +728 -0
- package/dist-types/ts3.4/models/errors.d.ts +58 -0
- package/dist-types/ts3.4/models/models_0.d.ts +560 -490
- package/dist-types/ts3.4/models/models_1.d.ts +845 -788
- package/dist-types/ts3.4/models/models_2.d.ts +31 -810
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -1
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -3
- package/dist-types/models/index.d.ts +0 -3
- package/dist-types/ts3.4/models/index.d.ts +0 -3
|
@@ -1,174 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
ACTIVE: "ACTIVE",
|
|
3
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
4
|
-
DELETING: "DELETING",
|
|
5
|
-
MOVING: "MOVING",
|
|
6
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
7
|
-
UPDATING: "UPDATING",
|
|
8
|
-
};
|
|
9
|
-
export const ResourceTagSource = {
|
|
10
|
-
PROJECT: "PROJECT",
|
|
11
|
-
PROJECT_PROFILE: "PROJECT_PROFILE",
|
|
12
|
-
};
|
|
13
|
-
export const UserDesignation = {
|
|
14
|
-
PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER",
|
|
15
|
-
PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
|
|
16
|
-
PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER",
|
|
17
|
-
PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
|
|
18
|
-
PROJECT_OWNER: "PROJECT_OWNER",
|
|
19
|
-
};
|
|
20
|
-
export const DeploymentMode = {
|
|
21
|
-
ON_CREATE: "ON_CREATE",
|
|
22
|
-
ON_DEMAND: "ON_DEMAND",
|
|
23
|
-
};
|
|
24
|
-
export const Status = {
|
|
25
|
-
DISABLED: "DISABLED",
|
|
26
|
-
ENABLED: "ENABLED",
|
|
27
|
-
};
|
|
28
|
-
export const RuleAction = {
|
|
29
|
-
CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET",
|
|
30
|
-
CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST",
|
|
31
|
-
};
|
|
32
|
-
export const RuleType = {
|
|
33
|
-
METADATA_FORM_ENFORCEMENT: "METADATA_FORM_ENFORCEMENT",
|
|
34
|
-
};
|
|
35
|
-
export const RuleTargetType = {
|
|
36
|
-
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
37
|
-
};
|
|
38
|
-
export const SubscriptionGrantStatus = {
|
|
39
|
-
GRANTED: "GRANTED",
|
|
40
|
-
GRANT_FAILED: "GRANT_FAILED",
|
|
41
|
-
GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS",
|
|
42
|
-
GRANT_PENDING: "GRANT_PENDING",
|
|
43
|
-
REVOKED: "REVOKED",
|
|
44
|
-
REVOKE_FAILED: "REVOKE_FAILED",
|
|
45
|
-
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
46
|
-
REVOKE_PENDING: "REVOKE_PENDING",
|
|
47
|
-
};
|
|
48
|
-
export const SubscriptionGrantOverallStatus = {
|
|
49
|
-
COMPLETED: "COMPLETED",
|
|
50
|
-
GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED",
|
|
51
|
-
GRANT_FAILED: "GRANT_FAILED",
|
|
52
|
-
INACCESSIBLE: "INACCESSIBLE",
|
|
53
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
54
|
-
PENDING: "PENDING",
|
|
55
|
-
REVOKE_FAILED: "REVOKE_FAILED",
|
|
56
|
-
};
|
|
57
|
-
export const UserType = {
|
|
58
|
-
IAM_ROLE: "IAM_ROLE",
|
|
59
|
-
IAM_USER: "IAM_USER",
|
|
60
|
-
SSO_USER: "SSO_USER",
|
|
61
|
-
};
|
|
62
|
-
export const UserProfileStatus = {
|
|
63
|
-
ACTIVATED: "ACTIVATED",
|
|
64
|
-
ASSIGNED: "ASSIGNED",
|
|
65
|
-
DEACTIVATED: "DEACTIVATED",
|
|
66
|
-
NOT_ASSIGNED: "NOT_ASSIGNED",
|
|
67
|
-
};
|
|
68
|
-
export const UserProfileType = {
|
|
69
|
-
IAM: "IAM",
|
|
70
|
-
SSO: "SSO",
|
|
71
|
-
};
|
|
72
|
-
export const DataAssetActivityStatus = {
|
|
73
|
-
FAILED: "FAILED",
|
|
74
|
-
PUBLISHING_FAILED: "PUBLISHING_FAILED",
|
|
75
|
-
SKIPPED_ALREADY_IMPORTED: "SKIPPED_ALREADY_IMPORTED",
|
|
76
|
-
SKIPPED_ARCHIVED: "SKIPPED_ARCHIVED",
|
|
77
|
-
SKIPPED_NO_ACCESS: "SKIPPED_NO_ACCESS",
|
|
78
|
-
SUCCEEDED_CREATED: "SUCCEEDED_CREATED",
|
|
79
|
-
SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED",
|
|
80
|
-
UNCHANGED: "UNCHANGED",
|
|
81
|
-
};
|
|
82
|
-
export const SelfGrantStatus = {
|
|
83
|
-
GRANTED: "GRANTED",
|
|
84
|
-
GRANT_FAILED: "GRANT_FAILED",
|
|
85
|
-
GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS",
|
|
86
|
-
GRANT_PENDING: "GRANT_PENDING",
|
|
87
|
-
REVOKE_FAILED: "REVOKE_FAILED",
|
|
88
|
-
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
89
|
-
REVOKE_PENDING: "REVOKE_PENDING",
|
|
90
|
-
};
|
|
91
|
-
export const LineageImportStatus = {
|
|
92
|
-
FAILED: "FAILED",
|
|
93
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
94
|
-
PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED",
|
|
95
|
-
SUCCESS: "SUCCESS",
|
|
96
|
-
};
|
|
97
|
-
export const DataSourceRunType = {
|
|
98
|
-
PRIORITIZED: "PRIORITIZED",
|
|
99
|
-
SCHEDULED: "SCHEDULED",
|
|
100
|
-
};
|
|
101
|
-
export const LineageEventProcessingStatus = {
|
|
102
|
-
FAILED: "FAILED",
|
|
103
|
-
PROCESSING: "PROCESSING",
|
|
104
|
-
REQUESTED: "REQUESTED",
|
|
105
|
-
SUCCESS: "SUCCESS",
|
|
106
|
-
};
|
|
107
|
-
export const TimeSeriesEntityType = {
|
|
108
|
-
ASSET: "ASSET",
|
|
109
|
-
LISTING: "LISTING",
|
|
110
|
-
};
|
|
111
|
-
export const JobType = {
|
|
112
|
-
LINEAGE: "LINEAGE",
|
|
113
|
-
};
|
|
114
|
-
export const JobRunMode = {
|
|
115
|
-
ON_DEMAND: "ON_DEMAND",
|
|
116
|
-
SCHEDULED: "SCHEDULED",
|
|
117
|
-
};
|
|
118
|
-
export const JobRunStatus = {
|
|
119
|
-
ABORTED: "ABORTED",
|
|
120
|
-
CANCELED: "CANCELED",
|
|
121
|
-
FAILED: "FAILED",
|
|
122
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
123
|
-
PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED",
|
|
124
|
-
SCHEDULED: "SCHEDULED",
|
|
125
|
-
SUCCESS: "SUCCESS",
|
|
126
|
-
TIMED_OUT: "TIMED_OUT",
|
|
127
|
-
};
|
|
128
|
-
export const SortFieldAccountPool = {
|
|
129
|
-
NAME: "NAME",
|
|
130
|
-
};
|
|
131
|
-
export const SortOrder = {
|
|
132
|
-
ASCENDING: "ASCENDING",
|
|
133
|
-
DESCENDING: "DESCENDING",
|
|
134
|
-
};
|
|
135
|
-
export const SortFieldConnection = {
|
|
136
|
-
NAME: "NAME",
|
|
137
|
-
};
|
|
138
|
-
export const OpenLineageRunState = {
|
|
139
|
-
ABORT: "ABORT",
|
|
140
|
-
COMPLETE: "COMPLETE",
|
|
141
|
-
FAIL: "FAIL",
|
|
142
|
-
OTHER: "OTHER",
|
|
143
|
-
RUNNING: "RUNNING",
|
|
144
|
-
START: "START",
|
|
145
|
-
};
|
|
146
|
-
export const EdgeDirection = {
|
|
147
|
-
DOWNSTREAM: "DOWNSTREAM",
|
|
148
|
-
UPSTREAM: "UPSTREAM",
|
|
149
|
-
};
|
|
150
|
-
export const TaskStatus = {
|
|
151
|
-
ACTIVE: "ACTIVE",
|
|
152
|
-
INACTIVE: "INACTIVE",
|
|
153
|
-
};
|
|
154
|
-
export const NotificationType = {
|
|
155
|
-
EVENT: "EVENT",
|
|
156
|
-
TASK: "TASK",
|
|
157
|
-
};
|
|
158
|
-
export const NotificationResourceType = {
|
|
159
|
-
PROJECT: "PROJECT",
|
|
160
|
-
};
|
|
161
|
-
export const NotificationRole = {
|
|
162
|
-
DOMAIN_OWNER: "DOMAIN_OWNER",
|
|
163
|
-
PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
|
|
164
|
-
PROJECT_OWNER: "PROJECT_OWNER",
|
|
165
|
-
PROJECT_SUBSCRIBER: "PROJECT_SUBSCRIBER",
|
|
166
|
-
PROJECT_VIEWER: "PROJECT_VIEWER",
|
|
167
|
-
};
|
|
168
|
-
export const SortFieldProject = {
|
|
169
|
-
NAME: "NAME",
|
|
170
|
-
};
|
|
171
|
-
export const SortKey = {
|
|
172
|
-
CREATED_AT: "CREATED_AT",
|
|
173
|
-
UPDATED_AT: "UPDATED_AT",
|
|
174
|
-
};
|
|
1
|
+
export {};
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
CANCELED: "CANCELED",
|
|
3
|
-
FAILED: "FAILED",
|
|
4
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
5
|
-
SUBMITTED: "SUBMITTED",
|
|
6
|
-
SUCCEEDED: "SUCCEEDED",
|
|
7
|
-
};
|
|
8
|
-
export const MetadataGenerationTargetType = {
|
|
9
|
-
ASSET: "ASSET",
|
|
10
|
-
};
|
|
11
|
-
export const MetadataGenerationRunType = {
|
|
12
|
-
BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS",
|
|
13
|
-
};
|
|
14
|
-
export const RejectRuleBehavior = {
|
|
15
|
-
ALL: "ALL",
|
|
16
|
-
NONE: "NONE",
|
|
17
|
-
};
|
|
18
|
-
export const SearchOutputAdditionalAttribute = {
|
|
19
|
-
FORMS: "FORMS",
|
|
20
|
-
TEXT_MATCH_RATIONALE: "TEXT_MATCH_RATIONALE",
|
|
21
|
-
TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS",
|
|
22
|
-
};
|
|
23
|
-
export const InventorySearchScope = {
|
|
24
|
-
ASSET: "ASSET",
|
|
25
|
-
DATA_PRODUCT: "DATA_PRODUCT",
|
|
26
|
-
GLOSSARY: "GLOSSARY",
|
|
27
|
-
GLOSSARY_TERM: "GLOSSARY_TERM",
|
|
28
|
-
};
|
|
29
|
-
export const GroupSearchType = {
|
|
30
|
-
DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP",
|
|
31
|
-
SSO_GROUP: "SSO_GROUP",
|
|
32
|
-
};
|
|
33
|
-
export const TypesSearchScope = {
|
|
34
|
-
ASSET_TYPE: "ASSET_TYPE",
|
|
35
|
-
FORM_TYPE: "FORM_TYPE",
|
|
36
|
-
LINEAGE_NODE_TYPE: "LINEAGE_NODE_TYPE",
|
|
37
|
-
};
|
|
38
|
-
export const UserSearchType = {
|
|
39
|
-
DATAZONE_IAM_USER: "DATAZONE_IAM_USER",
|
|
40
|
-
DATAZONE_SSO_USER: "DATAZONE_SSO_USER",
|
|
41
|
-
DATAZONE_USER: "DATAZONE_USER",
|
|
42
|
-
SSO_USER: "SSO_USER",
|
|
43
|
-
};
|
|
1
|
+
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
const _A = "Attributes";
|
|
1
2
|
const _AA = "AwsAccount";
|
|
2
3
|
const _AAN = "AwsAccountName";
|
|
3
4
|
const _AAS = "AcceptedAssetScope";
|
|
@@ -11,12 +12,14 @@ const _ACc = "AcceptChoices";
|
|
|
11
12
|
const _ACu = "AuthenticationConfiguration";
|
|
12
13
|
const _ADE = "AccessDeniedException";
|
|
13
14
|
const _ADUGF = "AllDomainUnitsGrantFilter";
|
|
15
|
+
const _AE = "AttributeError";
|
|
14
16
|
const _AEO = "AddEntityOwner";
|
|
15
17
|
const _AEOI = "AddEntityOwnerInput";
|
|
16
18
|
const _AEOO = "AddEntityOwnerOutput";
|
|
17
19
|
const _AER = "AssociateEnvironmentRole";
|
|
18
20
|
const _AERI = "AssociateEnvironmentRoleInput";
|
|
19
21
|
const _AERO = "AssociateEnvironmentRoleOutput";
|
|
22
|
+
const _AEt = "AttributesErrors";
|
|
20
23
|
const _AF = "AssetFilters";
|
|
21
24
|
const _AFC = "AssetFilterConfiguration";
|
|
22
25
|
const _AFS = "AssetFilterSummary";
|
|
@@ -29,6 +32,7 @@ const _AIDPLI = "AssetInDataProductListingItem";
|
|
|
29
32
|
const _AIDPLIs = "AssetInDataProductListingItems";
|
|
30
33
|
const _AIL = "AccountInfoList";
|
|
31
34
|
const _AIs = "AssetItem";
|
|
35
|
+
const _AIt = "AttributeInput";
|
|
32
36
|
const _AL = "ActionLink";
|
|
33
37
|
const _ALD = "AssetListingDetails";
|
|
34
38
|
const _ALI = "AggregationListItem";
|
|
@@ -75,7 +79,17 @@ const _ATNM = "AssetTargetNameMap";
|
|
|
75
79
|
const _ATPMPPGD = "AddToProjectMemberPoolPolicyGrantDetail";
|
|
76
80
|
const _AUGF = "AllUsersGrantFilter";
|
|
77
81
|
const _BAC = "BasicAuthenticationCredentials";
|
|
82
|
+
const _BGAI = "BatchGetAttributeItems";
|
|
83
|
+
const _BGAM = "BatchGetAttributesMetadata";
|
|
84
|
+
const _BGAMI = "BatchGetAttributesMetadataInput";
|
|
85
|
+
const _BGAMO = "BatchGetAttributesMetadataOutput";
|
|
86
|
+
const _BGAO = "BatchGetAttributeOutput";
|
|
78
87
|
const _BNGC = "BusinessNameGenerationConfiguration";
|
|
88
|
+
const _BPAI = "BatchPutAttributeItems";
|
|
89
|
+
const _BPAM = "BatchPutAttributesMetadata";
|
|
90
|
+
const _BPAMI = "BatchPutAttributesMetadataInput";
|
|
91
|
+
const _BPAMO = "BatchPutAttributesMetadataOutput";
|
|
92
|
+
const _BPAO = "BatchPutAttributeOutput";
|
|
79
93
|
const _CA = "Created-At";
|
|
80
94
|
const _CAF = "CreateAssetFilter";
|
|
81
95
|
const _CAFI = "CreateAssetFilterInput";
|
|
@@ -487,6 +501,7 @@ const _GSTI = "GetSubscriptionTargetInput";
|
|
|
487
501
|
const _GSTO = "GetSubscriptionTargetOutput";
|
|
488
502
|
const _GSTe = "GetSubscriptionTarget";
|
|
489
503
|
const _GTE = "GreaterThanExpression";
|
|
504
|
+
const _GTED = "GlossaryTermEnforcementDetail";
|
|
490
505
|
const _GTI = "GlossaryTermItem";
|
|
491
506
|
const _GTIAA = "GlossaryTermItemAdditionalAttributes";
|
|
492
507
|
const _GTN = "GlossaryTermName";
|
|
@@ -923,6 +938,9 @@ const _UPS = "UserProfileSummary";
|
|
|
923
938
|
const _UPSs = "UserProfileSummaries";
|
|
924
939
|
const _UPp = "UpdateProject";
|
|
925
940
|
const _UR = "UntagResource";
|
|
941
|
+
const _URDUO = "UpdateRootDomainUnitOwner";
|
|
942
|
+
const _URDUOI = "UpdateRootDomainUnitOwnerInput";
|
|
943
|
+
const _URDUOO = "UpdateRootDomainUnitOwnerOutput";
|
|
926
944
|
const _URI = "UpdateRuleInput";
|
|
927
945
|
const _URO = "UpdateRuleOutput";
|
|
928
946
|
const _URR = "UntagResourceRequest";
|
|
@@ -967,6 +985,8 @@ const _aIDQR = "autoImportDataQualityResult";
|
|
|
967
985
|
const _aIc = "accountId";
|
|
968
986
|
const _aIs = "assetIdentifier";
|
|
969
987
|
const _aIss = "assetItem";
|
|
988
|
+
const _aIt = "attributeIdentifier";
|
|
989
|
+
const _aItt = "attributeIdentifiers";
|
|
970
990
|
const _aKI = "accessKeyId";
|
|
971
991
|
const _aL = "awsLocation";
|
|
972
992
|
const _aLc = "actionLink";
|
|
@@ -1005,6 +1025,7 @@ const _agg = "aggregates";
|
|
|
1005
1025
|
const _an = "and";
|
|
1006
1026
|
const _ar = "arn";
|
|
1007
1027
|
const _as = "assets";
|
|
1028
|
+
const _at = "attributes";
|
|
1008
1029
|
const _au = "auth";
|
|
1009
1030
|
const _bAC = "basicAuthenticationCredentials";
|
|
1010
1031
|
const _bNG = "businessNameGeneration";
|
|
@@ -1035,6 +1056,7 @@ const _cIo = "connectionIdentifier";
|
|
|
1035
1056
|
const _cN = "columnName";
|
|
1036
1057
|
const _cNa = "catalogName";
|
|
1037
1058
|
const _cNl = "clusterName";
|
|
1059
|
+
const _cO = "currentOwner";
|
|
1038
1060
|
const _cP = "configurationParameters";
|
|
1039
1061
|
const _cPFPP = "createProjectFromProjectProfile";
|
|
1040
1062
|
const _cPo = "connectionProperties";
|
|
@@ -1144,6 +1166,7 @@ const _eTven = "eventType";
|
|
|
1144
1166
|
const _eUR = "environmentUserRole";
|
|
1145
1167
|
const _eV = "editedValue";
|
|
1146
1168
|
const _en = "enabled";
|
|
1169
|
+
const _er = "errors";
|
|
1147
1170
|
const _ev = "event";
|
|
1148
1171
|
const _ex = "expiration";
|
|
1149
1172
|
const _exp = "expression";
|
|
@@ -1188,6 +1211,7 @@ const _gPl = "glueProperties";
|
|
|
1188
1211
|
const _gRC = "glueRunConfiguration";
|
|
1189
1212
|
const _gSGS = "glueSelfGrantStatus";
|
|
1190
1213
|
const _gT = "glossaryTerms";
|
|
1214
|
+
const _gTED = "glossaryTermEnforcementDetail";
|
|
1191
1215
|
const _gTI = "glossaryTermItem";
|
|
1192
1216
|
const _gTOET = "greaterThanOrEqualTo";
|
|
1193
1217
|
const _gTo = "governanceType";
|
|
@@ -1302,6 +1326,7 @@ const _n = "name";
|
|
|
1302
1326
|
const _nET = "notEqualTo";
|
|
1303
1327
|
const _nI = "notIn";
|
|
1304
1328
|
const _nL = "notLike";
|
|
1329
|
+
const _nO = "newOwner";
|
|
1305
1330
|
const _nOW = "numberOfWorkers";
|
|
1306
1331
|
const _nQF = "numQueriesFailed";
|
|
1307
1332
|
const _nT = "nextToken";
|
|
@@ -1384,6 +1409,7 @@ const _rCo = "rowConfiguration";
|
|
|
1384
1409
|
const _rDUI = "rootDomainUnitId";
|
|
1385
1410
|
const _rF = "rowFilter";
|
|
1386
1411
|
const _rFC = "relationalFilterConfigurations";
|
|
1412
|
+
const _rGTI = "requiredGlossaryTermIds";
|
|
1387
1413
|
const _rI = "reviewerId";
|
|
1388
1414
|
const _rIu = "runId";
|
|
1389
1415
|
const _rM = "runMode";
|
|
@@ -1547,7 +1573,7 @@ const _wT = "workerType";
|
|
|
1547
1573
|
const n0 = "com.amazonaws.datazone";
|
|
1548
1574
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1549
1575
|
import { DataZoneServiceException as __DataZoneServiceException } from "../models/DataZoneServiceException";
|
|
1550
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/
|
|
1576
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/errors";
|
|
1551
1577
|
export var AccountPoolName = [0, n0, _APN, 8, 0];
|
|
1552
1578
|
export var ActionLink = [0, n0, _AL, 8, 0];
|
|
1553
1579
|
export var AssetName = [0, n0, _AN, 8, 0];
|
|
@@ -1839,6 +1865,8 @@ export var AssociateGovernedTermsOutput = [3, n0, _AGTO, 0, [], []];
|
|
|
1839
1865
|
export var AthenaPropertiesInput = [3, n0, _APIt, 0, [_wN], [0]];
|
|
1840
1866
|
export var AthenaPropertiesOutput = [3, n0, _APOt, 0, [_wN], [0]];
|
|
1841
1867
|
export var AthenaPropertiesPatch = [3, n0, _APP, 0, [_wN], [0]];
|
|
1868
|
+
export var AttributeError = [3, n0, _AE, 0, [_aIt, _cod, _m], [0, 0, 0]];
|
|
1869
|
+
export var AttributeInput = [3, n0, _AIt, 0, [_aIt, _f], [0, [() => FormInputList, 0]]];
|
|
1842
1870
|
export var AuthenticationConfiguration = [
|
|
1843
1871
|
3,
|
|
1844
1872
|
n0,
|
|
@@ -1867,6 +1895,69 @@ export var AuthorizationCodeProperties = [3, n0, _ACPu, 0, [_aCu, _rU], [0, 0]];
|
|
|
1867
1895
|
export var AwsConsoleLinkParameters = [3, n0, _ACLP, 0, [_u], [0]];
|
|
1868
1896
|
export var AwsLocation = [3, n0, _ALw, 0, [_aRc, _aAI, _aRw, _iCI], [0, 0, 0, 0]];
|
|
1869
1897
|
export var BasicAuthenticationCredentials = [3, n0, _BAC, 8, [_uN, _pa], [0, 0]];
|
|
1898
|
+
export var BatchGetAttributeOutput = [
|
|
1899
|
+
3,
|
|
1900
|
+
n0,
|
|
1901
|
+
_BGAO,
|
|
1902
|
+
0,
|
|
1903
|
+
[_aIt, _f],
|
|
1904
|
+
[0, [() => FormOutputList, 0]],
|
|
1905
|
+
];
|
|
1906
|
+
export var BatchGetAttributesMetadataInput = [
|
|
1907
|
+
3,
|
|
1908
|
+
n0,
|
|
1909
|
+
_BGAMI,
|
|
1910
|
+
0,
|
|
1911
|
+
[_dI, _eT, _eI, _eR, _aItt],
|
|
1912
|
+
[
|
|
1913
|
+
[0, 1],
|
|
1914
|
+
[0, 1],
|
|
1915
|
+
[0, 1],
|
|
1916
|
+
[
|
|
1917
|
+
0,
|
|
1918
|
+
{
|
|
1919
|
+
[_hQ]: _eR,
|
|
1920
|
+
},
|
|
1921
|
+
],
|
|
1922
|
+
[
|
|
1923
|
+
64 | 0,
|
|
1924
|
+
{
|
|
1925
|
+
[_hQ]: _aIt,
|
|
1926
|
+
},
|
|
1927
|
+
],
|
|
1928
|
+
],
|
|
1929
|
+
];
|
|
1930
|
+
export var BatchGetAttributesMetadataOutput = [
|
|
1931
|
+
3,
|
|
1932
|
+
n0,
|
|
1933
|
+
_BGAMO,
|
|
1934
|
+
0,
|
|
1935
|
+
[_at, _er],
|
|
1936
|
+
[[() => BatchGetAttributeItems, 0], () => AttributesErrors],
|
|
1937
|
+
];
|
|
1938
|
+
export var BatchPutAttributeOutput = [3, n0, _BPAO, 0, [_aIt], [0]];
|
|
1939
|
+
export var BatchPutAttributesMetadataInput = [
|
|
1940
|
+
3,
|
|
1941
|
+
n0,
|
|
1942
|
+
_BPAMI,
|
|
1943
|
+
0,
|
|
1944
|
+
[_dI, _eT, _eI, _cT, _at],
|
|
1945
|
+
[
|
|
1946
|
+
[0, 1],
|
|
1947
|
+
[0, 1],
|
|
1948
|
+
[0, 1],
|
|
1949
|
+
[0, 4],
|
|
1950
|
+
[() => Attributes, 0],
|
|
1951
|
+
],
|
|
1952
|
+
];
|
|
1953
|
+
export var BatchPutAttributesMetadataOutput = [
|
|
1954
|
+
3,
|
|
1955
|
+
n0,
|
|
1956
|
+
_BPAMO,
|
|
1957
|
+
0,
|
|
1958
|
+
[_er, _at],
|
|
1959
|
+
[() => AttributesErrors, () => BatchPutAttributeItems],
|
|
1960
|
+
];
|
|
1870
1961
|
export var BusinessNameGenerationConfiguration = [3, n0, _BNGC, 0, [_en], [2]];
|
|
1871
1962
|
export var CancelMetadataGenerationRunInput = [
|
|
1872
1963
|
3,
|
|
@@ -4422,6 +4513,7 @@ export var GlossaryItem = [
|
|
|
4422
4513
|
],
|
|
4423
4514
|
];
|
|
4424
4515
|
export var GlossaryItemAdditionalAttributes = [3, n0, _GIAA, 0, [_mR], [() => MatchRationale]];
|
|
4516
|
+
export var GlossaryTermEnforcementDetail = [3, n0, _GTED, 0, [_rGTI], [64 | 0]];
|
|
4425
4517
|
export var GlossaryTermItem = [
|
|
4426
4518
|
3,
|
|
4427
4519
|
n0,
|
|
@@ -6895,7 +6987,7 @@ export var UnauthorizedException = [
|
|
|
6895
6987
|
[0],
|
|
6896
6988
|
];
|
|
6897
6989
|
TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
|
|
6898
|
-
export var
|
|
6990
|
+
export var Unit_n0 = [3, n0, _U, 0, [], []];
|
|
6899
6991
|
export var UntagResourceRequest = [
|
|
6900
6992
|
3,
|
|
6901
6993
|
n0,
|
|
@@ -7343,6 +7435,15 @@ export var UpdateProjectProfileOutput = [
|
|
|
7343
7435
|
0,
|
|
7344
7436
|
],
|
|
7345
7437
|
];
|
|
7438
|
+
export var UpdateRootDomainUnitOwnerInput = [
|
|
7439
|
+
3,
|
|
7440
|
+
n0,
|
|
7441
|
+
_URDUOI,
|
|
7442
|
+
0,
|
|
7443
|
+
[_dI, _cO, _nO, _cT],
|
|
7444
|
+
[[0, 1], 0, 0, [0, 4]],
|
|
7445
|
+
];
|
|
7446
|
+
export var UpdateRootDomainUnitOwnerOutput = [3, n0, _URDUOO, 0, [], []];
|
|
7346
7447
|
export var UpdateRuleInput = [
|
|
7347
7448
|
3,
|
|
7348
7449
|
n0,
|
|
@@ -7497,8 +7598,13 @@ export var AssetPermissions = [1, n0, _APs, 0, () => AssetPermission];
|
|
|
7497
7598
|
export var AssetRevisions = [1, n0, _ARss, 0, () => AssetRevision];
|
|
7498
7599
|
export var AssetTargetNames = [1, n0, _ATN, 0, () => AssetTargetNameMap];
|
|
7499
7600
|
export var AssetTypeIdentifiers = 64 | 0;
|
|
7601
|
+
export var Attributes = [1, n0, _A, 0, [() => AttributeInput, 0]];
|
|
7602
|
+
export var AttributesErrors = [1, n0, _AEt, 0, () => AttributeError];
|
|
7603
|
+
export var AttributesList = 64 | 0;
|
|
7500
7604
|
export var AuthorizedPrincipalIdentifiers = 64 | 0;
|
|
7501
7605
|
export var AwsRegionList = 64 | 0;
|
|
7606
|
+
export var BatchGetAttributeItems = [1, n0, _BGAI, 0, [() => BatchGetAttributeOutput, 0]];
|
|
7607
|
+
export var BatchPutAttributeItems = [1, n0, _BPAI, 0, () => BatchPutAttributeOutput];
|
|
7502
7608
|
export var ColumnNameList = 64 | 0;
|
|
7503
7609
|
export var ComputeEnvironmentsList = 64 | 0;
|
|
7504
7610
|
export var ConfigurableActionParameterList = [1, n0, _CAPL, 0, () => ConfigurableActionParameter];
|
|
@@ -7552,6 +7658,7 @@ export var FilterIds = 64 | 0;
|
|
|
7552
7658
|
export var FilterList = [1, n0, _FL, 0, () => FilterClause];
|
|
7553
7659
|
export var FormInputList = [1, n0, _FIL, 8, [() => FormInput, 0]];
|
|
7554
7660
|
export var FormOutputList = [1, n0, _FOL, 0, [() => FormOutput, 0]];
|
|
7661
|
+
export var GlossaryTermIdentifiers = 64 | 0;
|
|
7555
7662
|
export var GlossaryTerms = 64 | 0;
|
|
7556
7663
|
export var GlossaryUsageRestrictions = 64 | 0;
|
|
7557
7664
|
export var GovernedGlossaryTerms = 64 | 0;
|
|
@@ -7819,9 +7926,9 @@ export var PolicyGrantDetail = [
|
|
|
7819
7926
|
() => CreateAssetTypePolicyGrantDetail,
|
|
7820
7927
|
() => CreateProjectPolicyGrantDetail,
|
|
7821
7928
|
() => CreateEnvironmentProfilePolicyGrantDetail,
|
|
7822
|
-
() =>
|
|
7823
|
-
() =>
|
|
7824
|
-
() =>
|
|
7929
|
+
() => Unit_n0,
|
|
7930
|
+
() => Unit_n0,
|
|
7931
|
+
() => Unit_n0,
|
|
7825
7932
|
() => CreateProjectFromProjectProfilePolicyGrantDetail,
|
|
7826
7933
|
() => UseAssetTypePolicyGrantDetail,
|
|
7827
7934
|
],
|
|
@@ -7896,7 +8003,14 @@ export var RowFilterExpression = [
|
|
|
7896
8003
|
() => NotLikeExpression,
|
|
7897
8004
|
],
|
|
7898
8005
|
];
|
|
7899
|
-
export var RuleDetail = [
|
|
8006
|
+
export var RuleDetail = [
|
|
8007
|
+
3,
|
|
8008
|
+
n0,
|
|
8009
|
+
_RD,
|
|
8010
|
+
0,
|
|
8011
|
+
[_mFED, _gTED],
|
|
8012
|
+
[() => MetadataFormEnforcementDetail, () => GlossaryTermEnforcementDetail],
|
|
8013
|
+
];
|
|
7900
8014
|
export var RuleTarget = [3, n0, _RTu, 0, [_dUT], [() => DomainUnitTarget]];
|
|
7901
8015
|
export var SearchInventoryResultItem = [
|
|
7902
8016
|
3,
|
|
@@ -8057,6 +8171,26 @@ export var AssociateGovernedTerms = [
|
|
|
8057
8171
|
() => AssociateGovernedTermsInput,
|
|
8058
8172
|
() => AssociateGovernedTermsOutput,
|
|
8059
8173
|
];
|
|
8174
|
+
export var BatchGetAttributesMetadata = [
|
|
8175
|
+
9,
|
|
8176
|
+
n0,
|
|
8177
|
+
_BGAM,
|
|
8178
|
+
{
|
|
8179
|
+
[_ht]: ["GET", "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/attributes-metadata", 200],
|
|
8180
|
+
},
|
|
8181
|
+
() => BatchGetAttributesMetadataInput,
|
|
8182
|
+
() => BatchGetAttributesMetadataOutput,
|
|
8183
|
+
];
|
|
8184
|
+
export var BatchPutAttributesMetadata = [
|
|
8185
|
+
9,
|
|
8186
|
+
n0,
|
|
8187
|
+
_BPAM,
|
|
8188
|
+
{
|
|
8189
|
+
[_ht]: ["PUT", "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/attributes-metadata", 200],
|
|
8190
|
+
},
|
|
8191
|
+
() => BatchPutAttributesMetadataInput,
|
|
8192
|
+
() => BatchPutAttributesMetadataOutput,
|
|
8193
|
+
];
|
|
8060
8194
|
export var CancelMetadataGenerationRun = [
|
|
8061
8195
|
9,
|
|
8062
8196
|
n0,
|
|
@@ -9681,6 +9815,16 @@ export var UpdateProjectProfile = [
|
|
|
9681
9815
|
() => UpdateProjectProfileInput,
|
|
9682
9816
|
() => UpdateProjectProfileOutput,
|
|
9683
9817
|
];
|
|
9818
|
+
export var UpdateRootDomainUnitOwner = [
|
|
9819
|
+
9,
|
|
9820
|
+
n0,
|
|
9821
|
+
_URDUO,
|
|
9822
|
+
{
|
|
9823
|
+
[_ht]: ["PATCH", "/v2/domains/{domainIdentifier}/root-domain-unit-owner", 204],
|
|
9824
|
+
},
|
|
9825
|
+
() => UpdateRootDomainUnitOwnerInput,
|
|
9826
|
+
() => UpdateRootDomainUnitOwnerOutput,
|
|
9827
|
+
];
|
|
9684
9828
|
export var UpdateRule = [
|
|
9685
9829
|
9,
|
|
9686
9830
|
n0,
|
package/dist-types/DataZone.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ import { AddEntityOwnerCommandInput, AddEntityOwnerCommandOutput } from "./comma
|
|
|
5
5
|
import { AddPolicyGrantCommandInput, AddPolicyGrantCommandOutput } from "./commands/AddPolicyGrantCommand";
|
|
6
6
|
import { AssociateEnvironmentRoleCommandInput, AssociateEnvironmentRoleCommandOutput } from "./commands/AssociateEnvironmentRoleCommand";
|
|
7
7
|
import { AssociateGovernedTermsCommandInput, AssociateGovernedTermsCommandOutput } from "./commands/AssociateGovernedTermsCommand";
|
|
8
|
+
import { BatchGetAttributesMetadataCommandInput, BatchGetAttributesMetadataCommandOutput } from "./commands/BatchGetAttributesMetadataCommand";
|
|
9
|
+
import { BatchPutAttributesMetadataCommandInput, BatchPutAttributesMetadataCommandOutput } from "./commands/BatchPutAttributesMetadataCommand";
|
|
8
10
|
import { CancelMetadataGenerationRunCommandInput, CancelMetadataGenerationRunCommandOutput } from "./commands/CancelMetadataGenerationRunCommand";
|
|
9
11
|
import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
10
12
|
import { CreateAccountPoolCommandInput, CreateAccountPoolCommandOutput } from "./commands/CreateAccountPoolCommand";
|
|
@@ -163,6 +165,7 @@ import { UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput } from
|
|
|
163
165
|
import { UpdateGroupProfileCommandInput, UpdateGroupProfileCommandOutput } from "./commands/UpdateGroupProfileCommand";
|
|
164
166
|
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
165
167
|
import { UpdateProjectProfileCommandInput, UpdateProjectProfileCommandOutput } from "./commands/UpdateProjectProfileCommand";
|
|
168
|
+
import { UpdateRootDomainUnitOwnerCommandInput, UpdateRootDomainUnitOwnerCommandOutput } from "./commands/UpdateRootDomainUnitOwnerCommand";
|
|
166
169
|
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
167
170
|
import { UpdateSubscriptionGrantStatusCommandInput, UpdateSubscriptionGrantStatusCommandOutput } from "./commands/UpdateSubscriptionGrantStatusCommand";
|
|
168
171
|
import { UpdateSubscriptionRequestCommandInput, UpdateSubscriptionRequestCommandOutput } from "./commands/UpdateSubscriptionRequestCommand";
|
|
@@ -206,6 +209,18 @@ export interface DataZone {
|
|
|
206
209
|
associateGovernedTerms(args: AssociateGovernedTermsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateGovernedTermsCommandOutput>;
|
|
207
210
|
associateGovernedTerms(args: AssociateGovernedTermsCommandInput, cb: (err: any, data?: AssociateGovernedTermsCommandOutput) => void): void;
|
|
208
211
|
associateGovernedTerms(args: AssociateGovernedTermsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateGovernedTermsCommandOutput) => void): void;
|
|
212
|
+
/**
|
|
213
|
+
* @see {@link BatchGetAttributesMetadataCommand}
|
|
214
|
+
*/
|
|
215
|
+
batchGetAttributesMetadata(args: BatchGetAttributesMetadataCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAttributesMetadataCommandOutput>;
|
|
216
|
+
batchGetAttributesMetadata(args: BatchGetAttributesMetadataCommandInput, cb: (err: any, data?: BatchGetAttributesMetadataCommandOutput) => void): void;
|
|
217
|
+
batchGetAttributesMetadata(args: BatchGetAttributesMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAttributesMetadataCommandOutput) => void): void;
|
|
218
|
+
/**
|
|
219
|
+
* @see {@link BatchPutAttributesMetadataCommand}
|
|
220
|
+
*/
|
|
221
|
+
batchPutAttributesMetadata(args: BatchPutAttributesMetadataCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutAttributesMetadataCommandOutput>;
|
|
222
|
+
batchPutAttributesMetadata(args: BatchPutAttributesMetadataCommandInput, cb: (err: any, data?: BatchPutAttributesMetadataCommandOutput) => void): void;
|
|
223
|
+
batchPutAttributesMetadata(args: BatchPutAttributesMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutAttributesMetadataCommandOutput) => void): void;
|
|
209
224
|
/**
|
|
210
225
|
* @see {@link CancelMetadataGenerationRunCommand}
|
|
211
226
|
*/
|
|
@@ -1155,6 +1170,12 @@ export interface DataZone {
|
|
|
1155
1170
|
updateProjectProfile(args: UpdateProjectProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProjectProfileCommandOutput>;
|
|
1156
1171
|
updateProjectProfile(args: UpdateProjectProfileCommandInput, cb: (err: any, data?: UpdateProjectProfileCommandOutput) => void): void;
|
|
1157
1172
|
updateProjectProfile(args: UpdateProjectProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectProfileCommandOutput) => void): void;
|
|
1173
|
+
/**
|
|
1174
|
+
* @see {@link UpdateRootDomainUnitOwnerCommand}
|
|
1175
|
+
*/
|
|
1176
|
+
updateRootDomainUnitOwner(args: UpdateRootDomainUnitOwnerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRootDomainUnitOwnerCommandOutput>;
|
|
1177
|
+
updateRootDomainUnitOwner(args: UpdateRootDomainUnitOwnerCommandInput, cb: (err: any, data?: UpdateRootDomainUnitOwnerCommandOutput) => void): void;
|
|
1178
|
+
updateRootDomainUnitOwner(args: UpdateRootDomainUnitOwnerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRootDomainUnitOwnerCommandOutput) => void): void;
|
|
1158
1179
|
/**
|
|
1159
1180
|
* @see {@link UpdateRuleCommand}
|
|
1160
1181
|
*/
|