@aws-sdk/client-datazone 3.592.0 → 3.598.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 +56 -0
- package/dist-cjs/index.js +451 -66
- package/dist-es/DataZone.js +14 -0
- package/dist-es/commands/AssociateEnvironmentRoleCommand.js +24 -0
- package/dist-es/commands/CreateEnvironmentActionCommand.js +24 -0
- package/dist-es/commands/DeleteEnvironmentActionCommand.js +24 -0
- package/dist-es/commands/DisassociateEnvironmentRoleCommand.js +24 -0
- package/dist-es/commands/GetEnvironmentActionCommand.js +24 -0
- package/dist-es/commands/ListEnvironmentActionsCommand.js +24 -0
- package/dist-es/commands/ListProjectsCommand.js +1 -1
- package/dist-es/commands/ListSubscriptionRequestsCommand.js +1 -1
- package/dist-es/commands/ListSubscriptionsCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentActionCommand.js +24 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +30 -53
- package/dist-es/models/models_1.js +53 -0
- package/dist-es/pagination/ListEnvironmentActionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +206 -0
- package/dist-types/DataZone.d.ts +49 -0
- package/dist-types/DataZoneClient.d.ts +9 -2
- package/dist-types/commands/AssociateEnvironmentRoleCommand.d.ts +81 -0
- package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +99 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +4 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +24 -0
- package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +82 -0
- package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +81 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +22 -0
- package/dist-types/commands/GetEnvironmentActionCommand.d.ts +89 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +92 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +24 -0
- package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +99 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +516 -766
- package/dist-types/models/models_1.d.ts +808 -2
- package/dist-types/pagination/ListEnvironmentActionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/DataZone.d.ts +119 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateEnvironmentRoleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentActionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListProjectMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +147 -187
- package/dist-types/ts3.4/models/models_1.d.ts +204 -2
- package/dist-types/ts3.4/pagination/ListEnvironmentActionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +37 -37
|
@@ -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
|
+
CreateEnvironmentActionInput,
|
|
10
|
+
CreateEnvironmentActionOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateEnvironmentActionCommandInput
|
|
15
|
+
extends CreateEnvironmentActionInput {}
|
|
16
|
+
export interface CreateEnvironmentActionCommandOutput
|
|
17
|
+
extends CreateEnvironmentActionOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateEnvironmentActionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateEnvironmentActionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateEnvironmentActionCommandInput,
|
|
24
|
+
CreateEnvironmentActionCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateEnvironmentActionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateEnvironmentActionCommandInput,
|
|
33
|
+
CreateEnvironmentActionCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateEnvironmentActionCommand extends CreateEnvironmentActionCommand_base {}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 { DeleteEnvironmentActionInput } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteEnvironmentActionCommandInput
|
|
12
|
+
extends DeleteEnvironmentActionInput {}
|
|
13
|
+
export interface DeleteEnvironmentActionCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteEnvironmentActionCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteEnvironmentActionCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteEnvironmentActionCommandInput,
|
|
20
|
+
DeleteEnvironmentActionCommandOutput,
|
|
21
|
+
DataZoneClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteEnvironmentActionCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteEnvironmentActionCommandInput,
|
|
29
|
+
DeleteEnvironmentActionCommandOutput,
|
|
30
|
+
DataZoneClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteEnvironmentActionCommand extends DeleteEnvironmentActionCommand_base {}
|
|
@@ -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
|
+
DisassociateEnvironmentRoleInput,
|
|
10
|
+
DisassociateEnvironmentRoleOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisassociateEnvironmentRoleCommandInput
|
|
15
|
+
extends DisassociateEnvironmentRoleInput {}
|
|
16
|
+
export interface DisassociateEnvironmentRoleCommandOutput
|
|
17
|
+
extends DisassociateEnvironmentRoleOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisassociateEnvironmentRoleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisassociateEnvironmentRoleCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisassociateEnvironmentRoleCommandInput,
|
|
24
|
+
DisassociateEnvironmentRoleCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DisassociateEnvironmentRoleCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisassociateEnvironmentRoleCommandInput,
|
|
33
|
+
DisassociateEnvironmentRoleCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisassociateEnvironmentRoleCommand extends DisassociateEnvironmentRoleCommand_base {}
|
|
@@ -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
|
+
GetEnvironmentActionInput,
|
|
10
|
+
GetEnvironmentActionOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetEnvironmentActionCommandInput
|
|
15
|
+
extends GetEnvironmentActionInput {}
|
|
16
|
+
export interface GetEnvironmentActionCommandOutput
|
|
17
|
+
extends GetEnvironmentActionOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetEnvironmentActionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetEnvironmentActionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetEnvironmentActionCommandInput,
|
|
24
|
+
GetEnvironmentActionCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetEnvironmentActionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetEnvironmentActionCommandInput,
|
|
33
|
+
GetEnvironmentActionCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetEnvironmentActionCommand extends GetEnvironmentActionCommand_base {}
|
|
@@ -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
|
+
ListEnvironmentActionsInput,
|
|
10
|
+
ListEnvironmentActionsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListEnvironmentActionsCommandInput
|
|
15
|
+
extends ListEnvironmentActionsInput {}
|
|
16
|
+
export interface ListEnvironmentActionsCommandOutput
|
|
17
|
+
extends ListEnvironmentActionsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListEnvironmentActionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListEnvironmentActionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListEnvironmentActionsCommandInput,
|
|
24
|
+
ListEnvironmentActionsCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListEnvironmentActionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListEnvironmentActionsCommandInput,
|
|
33
|
+
ListEnvironmentActionsCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListEnvironmentActionsCommand extends ListEnvironmentActionsCommand_base {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { ListProjectsInput, ListProjectsOutput } from "../models/
|
|
8
|
+
import { ListProjectsInput, ListProjectsOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListProjectsCommandInput extends ListProjectsInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListSubscriptionRequestsInput,
|
|
10
10
|
ListSubscriptionRequestsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListSubscriptionRequestsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListSubscriptionsInput,
|
|
10
10
|
ListSubscriptionsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {}
|
|
@@ -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
|
+
UpdateEnvironmentActionInput,
|
|
10
|
+
UpdateEnvironmentActionOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateEnvironmentActionCommandInput
|
|
15
|
+
extends UpdateEnvironmentActionInput {}
|
|
16
|
+
export interface UpdateEnvironmentActionCommandOutput
|
|
17
|
+
extends UpdateEnvironmentActionOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateEnvironmentActionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateEnvironmentActionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateEnvironmentActionCommandInput,
|
|
24
|
+
UpdateEnvironmentActionCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateEnvironmentActionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateEnvironmentActionCommandInput,
|
|
33
|
+
UpdateEnvironmentActionCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateEnvironmentActionCommand extends UpdateEnvironmentActionCommand_base {}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./AcceptPredictionsCommand";
|
|
2
2
|
export * from "./AcceptSubscriptionRequestCommand";
|
|
3
|
+
export * from "./AssociateEnvironmentRoleCommand";
|
|
3
4
|
export * from "./CancelMetadataGenerationRunCommand";
|
|
4
5
|
export * from "./CancelSubscriptionCommand";
|
|
5
6
|
export * from "./CreateAssetCommand";
|
|
@@ -7,6 +8,7 @@ export * from "./CreateAssetRevisionCommand";
|
|
|
7
8
|
export * from "./CreateAssetTypeCommand";
|
|
8
9
|
export * from "./CreateDataSourceCommand";
|
|
9
10
|
export * from "./CreateDomainCommand";
|
|
11
|
+
export * from "./CreateEnvironmentActionCommand";
|
|
10
12
|
export * from "./CreateEnvironmentCommand";
|
|
11
13
|
export * from "./CreateEnvironmentProfileCommand";
|
|
12
14
|
export * from "./CreateFormTypeCommand";
|
|
@@ -24,6 +26,7 @@ export * from "./DeleteAssetCommand";
|
|
|
24
26
|
export * from "./DeleteAssetTypeCommand";
|
|
25
27
|
export * from "./DeleteDataSourceCommand";
|
|
26
28
|
export * from "./DeleteDomainCommand";
|
|
29
|
+
export * from "./DeleteEnvironmentActionCommand";
|
|
27
30
|
export * from "./DeleteEnvironmentBlueprintConfigurationCommand";
|
|
28
31
|
export * from "./DeleteEnvironmentCommand";
|
|
29
32
|
export * from "./DeleteEnvironmentProfileCommand";
|
|
@@ -37,11 +40,13 @@ export * from "./DeleteSubscriptionGrantCommand";
|
|
|
37
40
|
export * from "./DeleteSubscriptionRequestCommand";
|
|
38
41
|
export * from "./DeleteSubscriptionTargetCommand";
|
|
39
42
|
export * from "./DeleteTimeSeriesDataPointsCommand";
|
|
43
|
+
export * from "./DisassociateEnvironmentRoleCommand";
|
|
40
44
|
export * from "./GetAssetCommand";
|
|
41
45
|
export * from "./GetAssetTypeCommand";
|
|
42
46
|
export * from "./GetDataSourceCommand";
|
|
43
47
|
export * from "./GetDataSourceRunCommand";
|
|
44
48
|
export * from "./GetDomainCommand";
|
|
49
|
+
export * from "./GetEnvironmentActionCommand";
|
|
45
50
|
export * from "./GetEnvironmentBlueprintCommand";
|
|
46
51
|
export * from "./GetEnvironmentBlueprintConfigurationCommand";
|
|
47
52
|
export * from "./GetEnvironmentCommand";
|
|
@@ -65,6 +70,7 @@ export * from "./ListDataSourceRunActivitiesCommand";
|
|
|
65
70
|
export * from "./ListDataSourceRunsCommand";
|
|
66
71
|
export * from "./ListDataSourcesCommand";
|
|
67
72
|
export * from "./ListDomainsCommand";
|
|
73
|
+
export * from "./ListEnvironmentActionsCommand";
|
|
68
74
|
export * from "./ListEnvironmentBlueprintConfigurationsCommand";
|
|
69
75
|
export * from "./ListEnvironmentBlueprintsCommand";
|
|
70
76
|
export * from "./ListEnvironmentProfilesCommand";
|
|
@@ -95,6 +101,7 @@ export * from "./TagResourceCommand";
|
|
|
95
101
|
export * from "./UntagResourceCommand";
|
|
96
102
|
export * from "./UpdateDataSourceCommand";
|
|
97
103
|
export * from "./UpdateDomainCommand";
|
|
104
|
+
export * from "./UpdateEnvironmentActionCommand";
|
|
98
105
|
export * from "./UpdateEnvironmentCommand";
|
|
99
106
|
export * from "./UpdateEnvironmentProfileCommand";
|
|
100
107
|
export * from "./UpdateGlossaryCommand";
|