@aws-sdk/client-datazone 3.933.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,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { RejectPredictionsInput, RejectPredictionsOutput } from "../models/
|
|
4
|
+
import { RejectPredictionsInput, RejectPredictionsOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { RejectSubscriptionRequestInput, RejectSubscriptionRequestOutput } from "../models/
|
|
4
|
+
import { RejectSubscriptionRequestInput, RejectSubscriptionRequestOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { RemoveEntityOwnerInput, RemoveEntityOwnerOutput } from "../models/
|
|
4
|
+
import { RemoveEntityOwnerInput, RemoveEntityOwnerOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { RemovePolicyGrantInput, RemovePolicyGrantOutput } from "../models/
|
|
4
|
+
import { RemovePolicyGrantInput, RemovePolicyGrantOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { RevokeSubscriptionInput, RevokeSubscriptionOutput } from "../models/
|
|
4
|
+
import { RevokeSubscriptionInput, RevokeSubscriptionOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import {
|
|
4
|
+
import { SearchOutput } from "../models/models_1";
|
|
5
|
+
import { SearchInput } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { SearchGroupProfilesInput, SearchGroupProfilesOutput } from "../models/
|
|
4
|
+
import { SearchGroupProfilesInput, SearchGroupProfilesOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import {
|
|
4
|
+
import { SearchListingsOutput } from "../models/models_1";
|
|
5
|
+
import { SearchListingsInput } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import {
|
|
4
|
+
import { SearchTypesOutput } from "../models/models_1";
|
|
5
|
+
import { SearchTypesInput } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { SearchUserProfilesInput, SearchUserProfilesOutput } from "../models/
|
|
4
|
+
import { SearchUserProfilesInput, SearchUserProfilesOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { StartMetadataGenerationRunInput, StartMetadataGenerationRunOutput } from "../models/
|
|
4
|
+
import { StartMetadataGenerationRunInput, StartMetadataGenerationRunOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { UpdateAccountPoolInput, UpdateAccountPoolOutput } from "../models/
|
|
4
|
+
import { UpdateAccountPoolInput, UpdateAccountPoolOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { UpdateConnectionInput, UpdateConnectionOutput } from "../models/
|
|
4
|
+
import { UpdateConnectionInput, UpdateConnectionOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { UpdateEnvironmentInput, UpdateEnvironmentOutput } from "../models/
|
|
4
|
+
import { UpdateEnvironmentInput, UpdateEnvironmentOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
+
import { UpdateRootDomainUnitOwnerInput, UpdateRootDomainUnitOwnerOutput } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateRootDomainUnitOwnerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateRootDomainUnitOwnerCommandInput extends UpdateRootDomainUnitOwnerInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateRootDomainUnitOwnerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateRootDomainUnitOwnerCommandOutput extends UpdateRootDomainUnitOwnerOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateRootDomainUnitOwnerCommand_base: {
|
|
25
|
+
new (input: UpdateRootDomainUnitOwnerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRootDomainUnitOwnerCommandInput, UpdateRootDomainUnitOwnerCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateRootDomainUnitOwnerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRootDomainUnitOwnerCommandInput, UpdateRootDomainUnitOwnerCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates the owner of the root domain unit.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, UpdateRootDomainUnitOwnerCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, UpdateRootDomainUnitOwnerCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* // import type { DataZoneClientConfig } from "@aws-sdk/client-datazone";
|
|
37
|
+
* const config = {}; // type is DataZoneClientConfig
|
|
38
|
+
* const client = new DataZoneClient(config);
|
|
39
|
+
* const input = { // UpdateRootDomainUnitOwnerInput
|
|
40
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* currentOwner: "STRING_VALUE", // required
|
|
42
|
+
* newOwner: "STRING_VALUE", // required
|
|
43
|
+
* clientToken: "STRING_VALUE",
|
|
44
|
+
* };
|
|
45
|
+
* const command = new UpdateRootDomainUnitOwnerCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param UpdateRootDomainUnitOwnerCommandInput - {@link UpdateRootDomainUnitOwnerCommandInput}
|
|
52
|
+
* @returns {@link UpdateRootDomainUnitOwnerCommandOutput}
|
|
53
|
+
* @see {@link UpdateRootDomainUnitOwnerCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link UpdateRootDomainUnitOwnerCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ConflictException} (client fault)
|
|
61
|
+
* <p>There is a conflict while performing this action.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InternalServerException} (server fault)
|
|
64
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
|
+
* <p>The specified resource cannot be found.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
+
* <p>The request was denied due to request throttling.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ValidationException} (client fault)
|
|
73
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
76
|
+
* <p>You do not have permission to perform this action.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link DataZoneServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export declare class UpdateRootDomainUnitOwnerCommand extends UpdateRootDomainUnitOwnerCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateRootDomainUnitOwnerInput;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateRootDomainUnitOwnerCommandInput;
|
|
93
|
+
output: UpdateRootDomainUnitOwnerCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { UpdateRuleInput, UpdateRuleOutput } from "../models/
|
|
4
|
+
import { UpdateRuleInput, UpdateRuleOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -65,6 +65,11 @@ declare const UpdateRuleCommand_base: {
|
|
|
65
65
|
* },
|
|
66
66
|
* ],
|
|
67
67
|
* },
|
|
68
|
+
* glossaryTermEnforcementDetail: { // GlossaryTermEnforcementDetail
|
|
69
|
+
* requiredGlossaryTermIds: [ // GlossaryTermIdentifiers
|
|
70
|
+
* "STRING_VALUE",
|
|
71
|
+
* ],
|
|
72
|
+
* },
|
|
68
73
|
* },
|
|
69
74
|
* includeChildDomainUnits: true || false,
|
|
70
75
|
* };
|
|
@@ -74,7 +79,7 @@ declare const UpdateRuleCommand_base: {
|
|
|
74
79
|
* // identifier: "STRING_VALUE", // required
|
|
75
80
|
* // revision: "STRING_VALUE", // required
|
|
76
81
|
* // name: "STRING_VALUE", // required
|
|
77
|
-
* // ruleType: "METADATA_FORM_ENFORCEMENT", // required
|
|
82
|
+
* // ruleType: "METADATA_FORM_ENFORCEMENT" || "GLOSSARY_TERM_ENFORCEMENT", // required
|
|
78
83
|
* // target: { // RuleTarget Union: only one key present
|
|
79
84
|
* // domainUnitTarget: { // DomainUnitTarget
|
|
80
85
|
* // domainUnitId: "STRING_VALUE", // required
|
|
@@ -106,6 +111,11 @@ declare const UpdateRuleCommand_base: {
|
|
|
106
111
|
* // },
|
|
107
112
|
* // ],
|
|
108
113
|
* // },
|
|
114
|
+
* // glossaryTermEnforcementDetail: { // GlossaryTermEnforcementDetail
|
|
115
|
+
* // requiredGlossaryTermIds: [ // GlossaryTermIdentifiers
|
|
116
|
+
* // "STRING_VALUE",
|
|
117
|
+
* // ],
|
|
118
|
+
* // },
|
|
109
119
|
* // },
|
|
110
120
|
* // description: "STRING_VALUE",
|
|
111
121
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
@@ -4,6 +4,8 @@ export * from "./AddEntityOwnerCommand";
|
|
|
4
4
|
export * from "./AddPolicyGrantCommand";
|
|
5
5
|
export * from "./AssociateEnvironmentRoleCommand";
|
|
6
6
|
export * from "./AssociateGovernedTermsCommand";
|
|
7
|
+
export * from "./BatchGetAttributesMetadataCommand";
|
|
8
|
+
export * from "./BatchPutAttributesMetadataCommand";
|
|
7
9
|
export * from "./CancelMetadataGenerationRunCommand";
|
|
8
10
|
export * from "./CancelSubscriptionCommand";
|
|
9
11
|
export * from "./CreateAccountPoolCommand";
|
|
@@ -162,6 +164,7 @@ export * from "./UpdateGlossaryTermCommand";
|
|
|
162
164
|
export * from "./UpdateGroupProfileCommand";
|
|
163
165
|
export * from "./UpdateProjectCommand";
|
|
164
166
|
export * from "./UpdateProjectProfileCommand";
|
|
167
|
+
export * from "./UpdateRootDomainUnitOwnerCommand";
|
|
165
168
|
export * from "./UpdateRuleCommand";
|
|
166
169
|
export * from "./UpdateSubscriptionGrantStatusCommand";
|
|
167
170
|
export * from "./UpdateSubscriptionRequestCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,5 +10,9 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
10
10
|
export type { DataZoneExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
|
-
export * from "./models";
|
|
13
|
+
export * from "./models/enums";
|
|
14
|
+
export * from "./models/errors";
|
|
15
|
+
export type * from "./models/models_0";
|
|
16
|
+
export type * from "./models/models_1";
|
|
17
|
+
export type * from "./models/models_2";
|
|
14
18
|
export { DataZoneServiceException } from "./models/DataZoneServiceException";
|