@aws-sdk/client-datazone 3.641.0 → 3.644.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 +88 -0
- package/dist-cjs/index.js +896 -99
- package/dist-es/DataZone.js +22 -0
- package/dist-es/commands/AddEntityOwnerCommand.js +24 -0
- package/dist-es/commands/AddPolicyGrantCommand.js +24 -0
- package/dist-es/commands/CreateDomainUnitCommand.js +25 -0
- package/dist-es/commands/DeleteDomainUnitCommand.js +24 -0
- package/dist-es/commands/GetDomainUnitCommand.js +25 -0
- package/dist-es/commands/GetEnvironmentBlueprintCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentCredentialsCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentProfileCommand.js +1 -1
- package/dist-es/commands/GetFormTypeCommand.js +1 -1
- package/dist-es/commands/GetGroupProfileCommand.js +1 -1
- package/dist-es/commands/GetLineageNodeCommand.js +1 -1
- package/dist-es/commands/GetProjectCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/GetUserProfileCommand.js +1 -1
- package/dist-es/commands/ListDomainUnitsForParentCommand.js +24 -0
- package/dist-es/commands/ListEntityOwnersCommand.js +24 -0
- package/dist-es/commands/ListPolicyGrantsCommand.js +24 -0
- package/dist-es/commands/RemoveEntityOwnerCommand.js +24 -0
- package/dist-es/commands/RemovePolicyGrantCommand.js +24 -0
- package/dist-es/commands/UpdateDomainUnitCommand.js +25 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +144 -78
- package/dist-es/models/models_1.js +97 -1
- package/dist-es/pagination/ListDomainUnitsForParentPaginator.js +4 -0
- package/dist-es/pagination/ListEntityOwnersPaginator.js +4 -0
- package/dist-es/pagination/ListPolicyGrantsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +360 -0
- package/dist-types/DataZone.d.ts +77 -0
- package/dist-types/DataZoneClient.d.ts +13 -2
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +16 -0
- package/dist-types/commands/AddEntityOwnerCommand.d.ts +93 -0
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +141 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +8 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainUnitCommand.d.ts +104 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +8 -0
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDomainUnitCommand.d.ts +80 -0
- package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -2
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +8 -0
- package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -2
- package/dist-types/commands/GetDomainCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainUnitCommand.d.ts +97 -0
- package/dist-types/commands/GetEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetLineageNodeCommand.d.ts +1 -1
- package/dist-types/commands/GetProjectCommand.d.ts +2 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +9 -1
- package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +9 -1
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +9 -1
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
- package/dist-types/commands/GetUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +84 -0
- package/dist-types/commands/ListEntityOwnersCommand.d.ts +89 -0
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +143 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +8 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +8 -0
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +8 -0
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +8 -0
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +87 -0
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +103 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +8 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDomainUnitCommand.d.ts +102 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +8 -0
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +4782 -5094
- package/dist-types/models/models_1.d.ts +1939 -2
- package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/DataZone.d.ts +187 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/AddEntityOwnerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListEntityOwnersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGrantsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +585 -382
- package/dist-types/ts3.4/models/models_1.d.ts +492 -2
- package/dist-types/ts3.4/pagination/ListDomainUnitsForParentPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEntityOwnersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPolicyGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
ListDomainUnitsForParentInput,
|
|
10
|
+
ListDomainUnitsForParentOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListDomainUnitsForParentCommandInput
|
|
15
|
+
extends ListDomainUnitsForParentInput {}
|
|
16
|
+
export interface ListDomainUnitsForParentCommandOutput
|
|
17
|
+
extends ListDomainUnitsForParentOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListDomainUnitsForParentCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListDomainUnitsForParentCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListDomainUnitsForParentCommandInput,
|
|
24
|
+
ListDomainUnitsForParentCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListDomainUnitsForParentCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListDomainUnitsForParentCommandInput,
|
|
33
|
+
ListDomainUnitsForParentCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListDomainUnitsForParentCommand extends ListDomainUnitsForParentCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
ListEntityOwnersInput,
|
|
10
|
+
ListEntityOwnersOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListEntityOwnersCommandInput extends ListEntityOwnersInput {}
|
|
15
|
+
export interface ListEntityOwnersCommandOutput
|
|
16
|
+
extends ListEntityOwnersOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListEntityOwnersCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListEntityOwnersCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListEntityOwnersCommandInput,
|
|
23
|
+
ListEntityOwnersCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListEntityOwnersCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListEntityOwnersCommandInput,
|
|
32
|
+
ListEntityOwnersCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListEntityOwnersCommand extends ListEntityOwnersCommand_base {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListEnvironmentBlueprintConfigurationsInput,
|
|
10
10
|
ListEnvironmentBlueprintConfigurationsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListEnvironmentBlueprintConfigurationsCommandInput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
ListPolicyGrantsInput,
|
|
10
|
+
ListPolicyGrantsOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListPolicyGrantsCommandInput extends ListPolicyGrantsInput {}
|
|
15
|
+
export interface ListPolicyGrantsCommandOutput
|
|
16
|
+
extends ListPolicyGrantsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListPolicyGrantsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListPolicyGrantsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListPolicyGrantsCommandInput,
|
|
23
|
+
ListPolicyGrantsCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListPolicyGrantsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPolicyGrantsCommandInput,
|
|
32
|
+
ListPolicyGrantsCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListPolicyGrantsCommand extends ListPolicyGrantsCommand_base {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PutEnvironmentBlueprintConfigurationInput,
|
|
10
10
|
PutEnvironmentBlueprintConfigurationOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PutEnvironmentBlueprintConfigurationCommandInput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
RemoveEntityOwnerInput,
|
|
10
|
+
RemoveEntityOwnerOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface RemoveEntityOwnerCommandInput extends RemoveEntityOwnerInput {}
|
|
15
|
+
export interface RemoveEntityOwnerCommandOutput
|
|
16
|
+
extends RemoveEntityOwnerOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const RemoveEntityOwnerCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RemoveEntityOwnerCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
RemoveEntityOwnerCommandInput,
|
|
23
|
+
RemoveEntityOwnerCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RemoveEntityOwnerCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RemoveEntityOwnerCommandInput,
|
|
32
|
+
RemoveEntityOwnerCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class RemoveEntityOwnerCommand extends RemoveEntityOwnerCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
RemovePolicyGrantInput,
|
|
10
|
+
RemovePolicyGrantOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface RemovePolicyGrantCommandInput extends RemovePolicyGrantInput {}
|
|
15
|
+
export interface RemovePolicyGrantCommandOutput
|
|
16
|
+
extends RemovePolicyGrantOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const RemovePolicyGrantCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RemovePolicyGrantCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
RemovePolicyGrantCommandInput,
|
|
23
|
+
RemovePolicyGrantCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RemovePolicyGrantCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RemovePolicyGrantCommandInput,
|
|
32
|
+
RemovePolicyGrantCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class RemovePolicyGrantCommand extends RemovePolicyGrantCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateDomainUnitInput,
|
|
10
|
+
UpdateDomainUnitOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateDomainUnitCommandInput extends UpdateDomainUnitInput {}
|
|
15
|
+
export interface UpdateDomainUnitCommandOutput
|
|
16
|
+
extends UpdateDomainUnitOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const UpdateDomainUnitCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateDomainUnitCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateDomainUnitCommandInput,
|
|
23
|
+
UpdateDomainUnitCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateDomainUnitCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateDomainUnitCommandInput,
|
|
32
|
+
UpdateDomainUnitCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class UpdateDomainUnitCommand extends UpdateDomainUnitCommand_base {}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from "./AcceptPredictionsCommand";
|
|
2
2
|
export * from "./AcceptSubscriptionRequestCommand";
|
|
3
|
+
export * from "./AddEntityOwnerCommand";
|
|
4
|
+
export * from "./AddPolicyGrantCommand";
|
|
3
5
|
export * from "./AssociateEnvironmentRoleCommand";
|
|
4
6
|
export * from "./CancelMetadataGenerationRunCommand";
|
|
5
7
|
export * from "./CancelSubscriptionCommand";
|
|
@@ -11,6 +13,7 @@ export * from "./CreateDataProductCommand";
|
|
|
11
13
|
export * from "./CreateDataProductRevisionCommand";
|
|
12
14
|
export * from "./CreateDataSourceCommand";
|
|
13
15
|
export * from "./CreateDomainCommand";
|
|
16
|
+
export * from "./CreateDomainUnitCommand";
|
|
14
17
|
export * from "./CreateEnvironmentActionCommand";
|
|
15
18
|
export * from "./CreateEnvironmentCommand";
|
|
16
19
|
export * from "./CreateEnvironmentProfileCommand";
|
|
@@ -31,6 +34,7 @@ export * from "./DeleteAssetTypeCommand";
|
|
|
31
34
|
export * from "./DeleteDataProductCommand";
|
|
32
35
|
export * from "./DeleteDataSourceCommand";
|
|
33
36
|
export * from "./DeleteDomainCommand";
|
|
37
|
+
export * from "./DeleteDomainUnitCommand";
|
|
34
38
|
export * from "./DeleteEnvironmentActionCommand";
|
|
35
39
|
export * from "./DeleteEnvironmentBlueprintConfigurationCommand";
|
|
36
40
|
export * from "./DeleteEnvironmentCommand";
|
|
@@ -53,6 +57,7 @@ export * from "./GetDataProductCommand";
|
|
|
53
57
|
export * from "./GetDataSourceCommand";
|
|
54
58
|
export * from "./GetDataSourceRunCommand";
|
|
55
59
|
export * from "./GetDomainCommand";
|
|
60
|
+
export * from "./GetDomainUnitCommand";
|
|
56
61
|
export * from "./GetEnvironmentActionCommand";
|
|
57
62
|
export * from "./GetEnvironmentBlueprintCommand";
|
|
58
63
|
export * from "./GetEnvironmentBlueprintConfigurationCommand";
|
|
@@ -80,7 +85,9 @@ export * from "./ListDataProductRevisionsCommand";
|
|
|
80
85
|
export * from "./ListDataSourceRunActivitiesCommand";
|
|
81
86
|
export * from "./ListDataSourceRunsCommand";
|
|
82
87
|
export * from "./ListDataSourcesCommand";
|
|
88
|
+
export * from "./ListDomainUnitsForParentCommand";
|
|
83
89
|
export * from "./ListDomainsCommand";
|
|
90
|
+
export * from "./ListEntityOwnersCommand";
|
|
84
91
|
export * from "./ListEnvironmentActionsCommand";
|
|
85
92
|
export * from "./ListEnvironmentBlueprintConfigurationsCommand";
|
|
86
93
|
export * from "./ListEnvironmentBlueprintsCommand";
|
|
@@ -89,6 +96,7 @@ export * from "./ListEnvironmentsCommand";
|
|
|
89
96
|
export * from "./ListLineageNodeHistoryCommand";
|
|
90
97
|
export * from "./ListMetadataGenerationRunsCommand";
|
|
91
98
|
export * from "./ListNotificationsCommand";
|
|
99
|
+
export * from "./ListPolicyGrantsCommand";
|
|
92
100
|
export * from "./ListProjectMembershipsCommand";
|
|
93
101
|
export * from "./ListProjectsCommand";
|
|
94
102
|
export * from "./ListSubscriptionGrantsCommand";
|
|
@@ -102,6 +110,8 @@ export * from "./PostTimeSeriesDataPointsCommand";
|
|
|
102
110
|
export * from "./PutEnvironmentBlueprintConfigurationCommand";
|
|
103
111
|
export * from "./RejectPredictionsCommand";
|
|
104
112
|
export * from "./RejectSubscriptionRequestCommand";
|
|
113
|
+
export * from "./RemoveEntityOwnerCommand";
|
|
114
|
+
export * from "./RemovePolicyGrantCommand";
|
|
105
115
|
export * from "./RevokeSubscriptionCommand";
|
|
106
116
|
export * from "./SearchCommand";
|
|
107
117
|
export * from "./SearchGroupProfilesCommand";
|
|
@@ -115,6 +125,7 @@ export * from "./UntagResourceCommand";
|
|
|
115
125
|
export * from "./UpdateAssetFilterCommand";
|
|
116
126
|
export * from "./UpdateDataSourceCommand";
|
|
117
127
|
export * from "./UpdateDomainCommand";
|
|
128
|
+
export * from "./UpdateDomainUnitCommand";
|
|
118
129
|
export * from "./UpdateEnvironmentActionCommand";
|
|
119
130
|
export * from "./UpdateEnvironmentCommand";
|
|
120
131
|
export * from "./UpdateEnvironmentProfileCommand";
|