@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.
Files changed (67) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +451 -66
  3. package/dist-es/DataZone.js +14 -0
  4. package/dist-es/commands/AssociateEnvironmentRoleCommand.js +24 -0
  5. package/dist-es/commands/CreateEnvironmentActionCommand.js +24 -0
  6. package/dist-es/commands/DeleteEnvironmentActionCommand.js +24 -0
  7. package/dist-es/commands/DisassociateEnvironmentRoleCommand.js +24 -0
  8. package/dist-es/commands/GetEnvironmentActionCommand.js +24 -0
  9. package/dist-es/commands/ListEnvironmentActionsCommand.js +24 -0
  10. package/dist-es/commands/ListProjectsCommand.js +1 -1
  11. package/dist-es/commands/ListSubscriptionRequestsCommand.js +1 -1
  12. package/dist-es/commands/ListSubscriptionsCommand.js +1 -1
  13. package/dist-es/commands/UpdateEnvironmentActionCommand.js +24 -0
  14. package/dist-es/commands/index.js +7 -0
  15. package/dist-es/models/models_0.js +30 -53
  16. package/dist-es/models/models_1.js +53 -0
  17. package/dist-es/pagination/ListEnvironmentActionsPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_restJson1.js +206 -0
  20. package/dist-types/DataZone.d.ts +49 -0
  21. package/dist-types/DataZoneClient.d.ts +9 -2
  22. package/dist-types/commands/AssociateEnvironmentRoleCommand.d.ts +81 -0
  23. package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +99 -0
  24. package/dist-types/commands/CreateEnvironmentCommand.d.ts +4 -1
  25. package/dist-types/commands/DeleteDataSourceCommand.d.ts +24 -0
  26. package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +82 -0
  27. package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +81 -0
  28. package/dist-types/commands/GetDataSourceCommand.d.ts +22 -0
  29. package/dist-types/commands/GetEnvironmentActionCommand.d.ts +89 -0
  30. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
  31. package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +92 -0
  32. package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListProjectMembershipsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateDataSourceCommand.d.ts +24 -0
  39. package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +99 -0
  40. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  41. package/dist-types/commands/index.d.ts +7 -0
  42. package/dist-types/models/models_0.d.ts +516 -766
  43. package/dist-types/models/models_1.d.ts +808 -2
  44. package/dist-types/pagination/ListEnvironmentActionsPaginator.d.ts +7 -0
  45. package/dist-types/pagination/index.d.ts +1 -0
  46. package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
  47. package/dist-types/ts3.4/DataZone.d.ts +119 -0
  48. package/dist-types/ts3.4/DataZoneClient.d.ts +42 -0
  49. package/dist-types/ts3.4/commands/AssociateEnvironmentRoleCommand.d.ts +40 -0
  50. package/dist-types/ts3.4/commands/CreateEnvironmentActionCommand.d.ts +40 -0
  51. package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +36 -0
  52. package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +40 -0
  53. package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +40 -0
  54. package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +40 -0
  55. package/dist-types/ts3.4/commands/ListProjectMembershipsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +147 -187
  63. package/dist-types/ts3.4/models/models_1.d.ts +204 -2
  64. package/dist-types/ts3.4/pagination/ListEnvironmentActionsPaginator.d.ts +11 -0
  65. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  66. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
  67. 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 {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListProjectMembershipsInput,
10
10
  ListProjectMembershipsOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListProjectMembershipsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../DataZoneClient";
8
- import { ListProjectsInput, ListProjectsOutput } from "../models/models_0";
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
  ListSubscriptionGrantsInput,
10
10
  ListSubscriptionGrantsOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListSubscriptionGrantsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListSubscriptionRequestsInput,
10
10
  ListSubscriptionRequestsOutput,
11
- } from "../models/models_0";
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/models_0";
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";