@aws-sdk/client-bedrock-data-automation 3.1022.0 → 3.1024.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 (66) hide show
  1. package/README.md +70 -0
  2. package/dist-cjs/index.js +176 -3
  3. package/dist-cjs/schemas/schemas_0.js +381 -17
  4. package/dist-es/BedrockDataAutomation.js +26 -0
  5. package/dist-es/commands/CreateDataAutomationLibraryCommand.js +16 -0
  6. package/dist-es/commands/DeleteDataAutomationLibraryCommand.js +16 -0
  7. package/dist-es/commands/GetDataAutomationLibraryCommand.js +16 -0
  8. package/dist-es/commands/GetDataAutomationLibraryEntityCommand.js +16 -0
  9. package/dist-es/commands/GetDataAutomationLibraryIngestionJobCommand.js +16 -0
  10. package/dist-es/commands/InvokeDataAutomationLibraryIngestionJobCommand.js +16 -0
  11. package/dist-es/commands/ListDataAutomationLibrariesCommand.js +16 -0
  12. package/dist-es/commands/ListDataAutomationLibraryEntitiesCommand.js +16 -0
  13. package/dist-es/commands/ListDataAutomationLibraryIngestionJobsCommand.js +16 -0
  14. package/dist-es/commands/UpdateDataAutomationLibraryCommand.js +16 -0
  15. package/dist-es/commands/index.js +10 -0
  16. package/dist-es/models/enums.js +20 -3
  17. package/dist-es/pagination/ListDataAutomationLibrariesPaginator.js +4 -0
  18. package/dist-es/pagination/ListDataAutomationLibraryEntitiesPaginator.js +4 -0
  19. package/dist-es/pagination/ListDataAutomationLibraryIngestionJobsPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +3 -0
  21. package/dist-es/schemas/schemas_0.js +377 -14
  22. package/dist-types/BedrockDataAutomation.d.ts +92 -0
  23. package/dist-types/BedrockDataAutomationClient.d.ts +12 -2
  24. package/dist-types/commands/CreateDataAutomationLibraryCommand.d.ts +107 -0
  25. package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +7 -0
  26. package/dist-types/commands/DeleteDataAutomationLibraryCommand.d.ts +93 -0
  27. package/dist-types/commands/GetDataAutomationLibraryCommand.d.ts +105 -0
  28. package/dist-types/commands/GetDataAutomationLibraryEntityCommand.d.ts +104 -0
  29. package/dist-types/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +102 -0
  30. package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +7 -0
  31. package/dist-types/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +140 -0
  32. package/dist-types/commands/ListDataAutomationLibrariesCommand.d.ts +98 -0
  33. package/dist-types/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +103 -0
  34. package/dist-types/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +101 -0
  35. package/dist-types/commands/ListDataAutomationProjectsCommand.d.ts +3 -0
  36. package/dist-types/commands/UpdateDataAutomationLibraryCommand.d.ts +95 -0
  37. package/dist-types/commands/UpdateDataAutomationProjectCommand.d.ts +7 -0
  38. package/dist-types/commands/index.d.ts +10 -0
  39. package/dist-types/models/enums.d.ts +53 -4
  40. package/dist-types/models/models_0.d.ts +897 -1
  41. package/dist-types/pagination/ListDataAutomationLibrariesPaginator.d.ts +7 -0
  42. package/dist-types/pagination/ListDataAutomationLibraryEntitiesPaginator.d.ts +7 -0
  43. package/dist-types/pagination/ListDataAutomationLibraryIngestionJobsPaginator.d.ts +7 -0
  44. package/dist-types/pagination/index.d.ts +3 -0
  45. package/dist-types/schemas/schemas_0.d.ts +52 -1
  46. package/dist-types/ts3.4/BedrockDataAutomation.d.ts +216 -0
  47. package/dist-types/ts3.4/BedrockDataAutomationClient.d.ts +60 -0
  48. package/dist-types/ts3.4/commands/CreateDataAutomationLibraryCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/DeleteDataAutomationLibraryCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/GetDataAutomationLibraryCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/GetDataAutomationLibraryEntityCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/ListDataAutomationLibrariesCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/UpdateDataAutomationLibraryCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  59. package/dist-types/ts3.4/models/enums.d.ts +29 -5
  60. package/dist-types/ts3.4/models/models_0.d.ts +267 -0
  61. package/dist-types/ts3.4/pagination/ListDataAutomationLibrariesPaginator.d.ts +11 -0
  62. package/dist-types/ts3.4/pagination/ListDataAutomationLibraryEntitiesPaginator.d.ts +11 -0
  63. package/dist-types/ts3.4/pagination/ListDataAutomationLibraryIngestionJobsPaginator.d.ts +11 -0
  64. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +52 -0
  66. package/package.json +1 -1
@@ -3,19 +3,29 @@ import { BedrockDataAutomationClient } from "./BedrockDataAutomationClient";
3
3
  import { type CopyBlueprintStageCommandInput, type CopyBlueprintStageCommandOutput } from "./commands/CopyBlueprintStageCommand";
4
4
  import { type CreateBlueprintCommandInput, type CreateBlueprintCommandOutput } from "./commands/CreateBlueprintCommand";
5
5
  import { type CreateBlueprintVersionCommandInput, type CreateBlueprintVersionCommandOutput } from "./commands/CreateBlueprintVersionCommand";
6
+ import { type CreateDataAutomationLibraryCommandInput, type CreateDataAutomationLibraryCommandOutput } from "./commands/CreateDataAutomationLibraryCommand";
6
7
  import { type CreateDataAutomationProjectCommandInput, type CreateDataAutomationProjectCommandOutput } from "./commands/CreateDataAutomationProjectCommand";
7
8
  import { type DeleteBlueprintCommandInput, type DeleteBlueprintCommandOutput } from "./commands/DeleteBlueprintCommand";
9
+ import { type DeleteDataAutomationLibraryCommandInput, type DeleteDataAutomationLibraryCommandOutput } from "./commands/DeleteDataAutomationLibraryCommand";
8
10
  import { type DeleteDataAutomationProjectCommandInput, type DeleteDataAutomationProjectCommandOutput } from "./commands/DeleteDataAutomationProjectCommand";
9
11
  import { type GetBlueprintCommandInput, type GetBlueprintCommandOutput } from "./commands/GetBlueprintCommand";
10
12
  import { type GetBlueprintOptimizationStatusCommandInput, type GetBlueprintOptimizationStatusCommandOutput } from "./commands/GetBlueprintOptimizationStatusCommand";
13
+ import { type GetDataAutomationLibraryCommandInput, type GetDataAutomationLibraryCommandOutput } from "./commands/GetDataAutomationLibraryCommand";
14
+ import { type GetDataAutomationLibraryEntityCommandInput, type GetDataAutomationLibraryEntityCommandOutput } from "./commands/GetDataAutomationLibraryEntityCommand";
15
+ import { type GetDataAutomationLibraryIngestionJobCommandInput, type GetDataAutomationLibraryIngestionJobCommandOutput } from "./commands/GetDataAutomationLibraryIngestionJobCommand";
11
16
  import { type GetDataAutomationProjectCommandInput, type GetDataAutomationProjectCommandOutput } from "./commands/GetDataAutomationProjectCommand";
12
17
  import { type InvokeBlueprintOptimizationAsyncCommandInput, type InvokeBlueprintOptimizationAsyncCommandOutput } from "./commands/InvokeBlueprintOptimizationAsyncCommand";
18
+ import { type InvokeDataAutomationLibraryIngestionJobCommandInput, type InvokeDataAutomationLibraryIngestionJobCommandOutput } from "./commands/InvokeDataAutomationLibraryIngestionJobCommand";
13
19
  import { type ListBlueprintsCommandInput, type ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
20
+ import { type ListDataAutomationLibrariesCommandInput, type ListDataAutomationLibrariesCommandOutput } from "./commands/ListDataAutomationLibrariesCommand";
21
+ import { type ListDataAutomationLibraryEntitiesCommandInput, type ListDataAutomationLibraryEntitiesCommandOutput } from "./commands/ListDataAutomationLibraryEntitiesCommand";
22
+ import { type ListDataAutomationLibraryIngestionJobsCommandInput, type ListDataAutomationLibraryIngestionJobsCommandOutput } from "./commands/ListDataAutomationLibraryIngestionJobsCommand";
14
23
  import { type ListDataAutomationProjectsCommandInput, type ListDataAutomationProjectsCommandOutput } from "./commands/ListDataAutomationProjectsCommand";
15
24
  import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
16
25
  import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
17
26
  import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
18
27
  import { type UpdateBlueprintCommandInput, type UpdateBlueprintCommandOutput } from "./commands/UpdateBlueprintCommand";
28
+ import { type UpdateDataAutomationLibraryCommandInput, type UpdateDataAutomationLibraryCommandOutput } from "./commands/UpdateDataAutomationLibraryCommand";
19
29
  import { type UpdateDataAutomationProjectCommandInput, type UpdateDataAutomationProjectCommandOutput } from "./commands/UpdateDataAutomationProjectCommand";
20
30
  export interface BedrockDataAutomation {
21
31
  /**
@@ -36,6 +46,12 @@ export interface BedrockDataAutomation {
36
46
  createBlueprintVersion(args: CreateBlueprintVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateBlueprintVersionCommandOutput>;
37
47
  createBlueprintVersion(args: CreateBlueprintVersionCommandInput, cb: (err: any, data?: CreateBlueprintVersionCommandOutput) => void): void;
38
48
  createBlueprintVersion(args: CreateBlueprintVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBlueprintVersionCommandOutput) => void): void;
49
+ /**
50
+ * @see {@link CreateDataAutomationLibraryCommand}
51
+ */
52
+ createDataAutomationLibrary(args: CreateDataAutomationLibraryCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataAutomationLibraryCommandOutput>;
53
+ createDataAutomationLibrary(args: CreateDataAutomationLibraryCommandInput, cb: (err: any, data?: CreateDataAutomationLibraryCommandOutput) => void): void;
54
+ createDataAutomationLibrary(args: CreateDataAutomationLibraryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataAutomationLibraryCommandOutput) => void): void;
39
55
  /**
40
56
  * @see {@link CreateDataAutomationProjectCommand}
41
57
  */
@@ -48,6 +64,12 @@ export interface BedrockDataAutomation {
48
64
  deleteBlueprint(args: DeleteBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBlueprintCommandOutput>;
49
65
  deleteBlueprint(args: DeleteBlueprintCommandInput, cb: (err: any, data?: DeleteBlueprintCommandOutput) => void): void;
50
66
  deleteBlueprint(args: DeleteBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBlueprintCommandOutput) => void): void;
67
+ /**
68
+ * @see {@link DeleteDataAutomationLibraryCommand}
69
+ */
70
+ deleteDataAutomationLibrary(args: DeleteDataAutomationLibraryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataAutomationLibraryCommandOutput>;
71
+ deleteDataAutomationLibrary(args: DeleteDataAutomationLibraryCommandInput, cb: (err: any, data?: DeleteDataAutomationLibraryCommandOutput) => void): void;
72
+ deleteDataAutomationLibrary(args: DeleteDataAutomationLibraryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataAutomationLibraryCommandOutput) => void): void;
51
73
  /**
52
74
  * @see {@link DeleteDataAutomationProjectCommand}
53
75
  */
@@ -66,6 +88,24 @@ export interface BedrockDataAutomation {
66
88
  getBlueprintOptimizationStatus(args: GetBlueprintOptimizationStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetBlueprintOptimizationStatusCommandOutput>;
67
89
  getBlueprintOptimizationStatus(args: GetBlueprintOptimizationStatusCommandInput, cb: (err: any, data?: GetBlueprintOptimizationStatusCommandOutput) => void): void;
68
90
  getBlueprintOptimizationStatus(args: GetBlueprintOptimizationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlueprintOptimizationStatusCommandOutput) => void): void;
91
+ /**
92
+ * @see {@link GetDataAutomationLibraryCommand}
93
+ */
94
+ getDataAutomationLibrary(args: GetDataAutomationLibraryCommandInput, options?: __HttpHandlerOptions): Promise<GetDataAutomationLibraryCommandOutput>;
95
+ getDataAutomationLibrary(args: GetDataAutomationLibraryCommandInput, cb: (err: any, data?: GetDataAutomationLibraryCommandOutput) => void): void;
96
+ getDataAutomationLibrary(args: GetDataAutomationLibraryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataAutomationLibraryCommandOutput) => void): void;
97
+ /**
98
+ * @see {@link GetDataAutomationLibraryEntityCommand}
99
+ */
100
+ getDataAutomationLibraryEntity(args: GetDataAutomationLibraryEntityCommandInput, options?: __HttpHandlerOptions): Promise<GetDataAutomationLibraryEntityCommandOutput>;
101
+ getDataAutomationLibraryEntity(args: GetDataAutomationLibraryEntityCommandInput, cb: (err: any, data?: GetDataAutomationLibraryEntityCommandOutput) => void): void;
102
+ getDataAutomationLibraryEntity(args: GetDataAutomationLibraryEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataAutomationLibraryEntityCommandOutput) => void): void;
103
+ /**
104
+ * @see {@link GetDataAutomationLibraryIngestionJobCommand}
105
+ */
106
+ getDataAutomationLibraryIngestionJob(args: GetDataAutomationLibraryIngestionJobCommandInput, options?: __HttpHandlerOptions): Promise<GetDataAutomationLibraryIngestionJobCommandOutput>;
107
+ getDataAutomationLibraryIngestionJob(args: GetDataAutomationLibraryIngestionJobCommandInput, cb: (err: any, data?: GetDataAutomationLibraryIngestionJobCommandOutput) => void): void;
108
+ getDataAutomationLibraryIngestionJob(args: GetDataAutomationLibraryIngestionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataAutomationLibraryIngestionJobCommandOutput) => void): void;
69
109
  /**
70
110
  * @see {@link GetDataAutomationProjectCommand}
71
111
  */
@@ -78,6 +118,12 @@ export interface BedrockDataAutomation {
78
118
  invokeBlueprintOptimizationAsync(args: InvokeBlueprintOptimizationAsyncCommandInput, options?: __HttpHandlerOptions): Promise<InvokeBlueprintOptimizationAsyncCommandOutput>;
79
119
  invokeBlueprintOptimizationAsync(args: InvokeBlueprintOptimizationAsyncCommandInput, cb: (err: any, data?: InvokeBlueprintOptimizationAsyncCommandOutput) => void): void;
80
120
  invokeBlueprintOptimizationAsync(args: InvokeBlueprintOptimizationAsyncCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InvokeBlueprintOptimizationAsyncCommandOutput) => void): void;
121
+ /**
122
+ * @see {@link InvokeDataAutomationLibraryIngestionJobCommand}
123
+ */
124
+ invokeDataAutomationLibraryIngestionJob(args: InvokeDataAutomationLibraryIngestionJobCommandInput, options?: __HttpHandlerOptions): Promise<InvokeDataAutomationLibraryIngestionJobCommandOutput>;
125
+ invokeDataAutomationLibraryIngestionJob(args: InvokeDataAutomationLibraryIngestionJobCommandInput, cb: (err: any, data?: InvokeDataAutomationLibraryIngestionJobCommandOutput) => void): void;
126
+ invokeDataAutomationLibraryIngestionJob(args: InvokeDataAutomationLibraryIngestionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InvokeDataAutomationLibraryIngestionJobCommandOutput) => void): void;
81
127
  /**
82
128
  * @see {@link ListBlueprintsCommand}
83
129
  */
@@ -85,6 +131,25 @@ export interface BedrockDataAutomation {
85
131
  listBlueprints(args: ListBlueprintsCommandInput, options?: __HttpHandlerOptions): Promise<ListBlueprintsCommandOutput>;
86
132
  listBlueprints(args: ListBlueprintsCommandInput, cb: (err: any, data?: ListBlueprintsCommandOutput) => void): void;
87
133
  listBlueprints(args: ListBlueprintsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBlueprintsCommandOutput) => void): void;
134
+ /**
135
+ * @see {@link ListDataAutomationLibrariesCommand}
136
+ */
137
+ listDataAutomationLibraries(): Promise<ListDataAutomationLibrariesCommandOutput>;
138
+ listDataAutomationLibraries(args: ListDataAutomationLibrariesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataAutomationLibrariesCommandOutput>;
139
+ listDataAutomationLibraries(args: ListDataAutomationLibrariesCommandInput, cb: (err: any, data?: ListDataAutomationLibrariesCommandOutput) => void): void;
140
+ listDataAutomationLibraries(args: ListDataAutomationLibrariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataAutomationLibrariesCommandOutput) => void): void;
141
+ /**
142
+ * @see {@link ListDataAutomationLibraryEntitiesCommand}
143
+ */
144
+ listDataAutomationLibraryEntities(args: ListDataAutomationLibraryEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataAutomationLibraryEntitiesCommandOutput>;
145
+ listDataAutomationLibraryEntities(args: ListDataAutomationLibraryEntitiesCommandInput, cb: (err: any, data?: ListDataAutomationLibraryEntitiesCommandOutput) => void): void;
146
+ listDataAutomationLibraryEntities(args: ListDataAutomationLibraryEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataAutomationLibraryEntitiesCommandOutput) => void): void;
147
+ /**
148
+ * @see {@link ListDataAutomationLibraryIngestionJobsCommand}
149
+ */
150
+ listDataAutomationLibraryIngestionJobs(args: ListDataAutomationLibraryIngestionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataAutomationLibraryIngestionJobsCommandOutput>;
151
+ listDataAutomationLibraryIngestionJobs(args: ListDataAutomationLibraryIngestionJobsCommandInput, cb: (err: any, data?: ListDataAutomationLibraryIngestionJobsCommandOutput) => void): void;
152
+ listDataAutomationLibraryIngestionJobs(args: ListDataAutomationLibraryIngestionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataAutomationLibraryIngestionJobsCommandOutput) => void): void;
88
153
  /**
89
154
  * @see {@link ListDataAutomationProjectsCommand}
90
155
  */
@@ -116,6 +181,12 @@ export interface BedrockDataAutomation {
116
181
  updateBlueprint(args: UpdateBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBlueprintCommandOutput>;
117
182
  updateBlueprint(args: UpdateBlueprintCommandInput, cb: (err: any, data?: UpdateBlueprintCommandOutput) => void): void;
118
183
  updateBlueprint(args: UpdateBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBlueprintCommandOutput) => void): void;
184
+ /**
185
+ * @see {@link UpdateDataAutomationLibraryCommand}
186
+ */
187
+ updateDataAutomationLibrary(args: UpdateDataAutomationLibraryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataAutomationLibraryCommandOutput>;
188
+ updateDataAutomationLibrary(args: UpdateDataAutomationLibraryCommandInput, cb: (err: any, data?: UpdateDataAutomationLibraryCommandOutput) => void): void;
189
+ updateDataAutomationLibrary(args: UpdateDataAutomationLibraryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataAutomationLibraryCommandOutput) => void): void;
119
190
  /**
120
191
  * @see {@link UpdateDataAutomationProjectCommand}
121
192
  */
@@ -129,6 +200,27 @@ export interface BedrockDataAutomation {
129
200
  * @returns AsyncIterable of {@link ListBlueprintsCommandOutput}.
130
201
  */
131
202
  paginateListBlueprints(args?: ListBlueprintsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBlueprintsCommandOutput>;
203
+ /**
204
+ * @see {@link ListDataAutomationLibrariesCommand}
205
+ * @param args - command input.
206
+ * @param paginationConfig - optional pagination config.
207
+ * @returns AsyncIterable of {@link ListDataAutomationLibrariesCommandOutput}.
208
+ */
209
+ paginateListDataAutomationLibraries(args?: ListDataAutomationLibrariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataAutomationLibrariesCommandOutput>;
210
+ /**
211
+ * @see {@link ListDataAutomationLibraryEntitiesCommand}
212
+ * @param args - command input.
213
+ * @param paginationConfig - optional pagination config.
214
+ * @returns AsyncIterable of {@link ListDataAutomationLibraryEntitiesCommandOutput}.
215
+ */
216
+ paginateListDataAutomationLibraryEntities(args: ListDataAutomationLibraryEntitiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataAutomationLibraryEntitiesCommandOutput>;
217
+ /**
218
+ * @see {@link ListDataAutomationLibraryIngestionJobsCommand}
219
+ * @param args - command input.
220
+ * @param paginationConfig - optional pagination config.
221
+ * @returns AsyncIterable of {@link ListDataAutomationLibraryIngestionJobsCommandOutput}.
222
+ */
223
+ paginateListDataAutomationLibraryIngestionJobs(args: ListDataAutomationLibraryIngestionJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataAutomationLibraryIngestionJobsCommandOutput>;
132
224
  /**
133
225
  * @see {@link ListDataAutomationProjectsCommand}
134
226
  * @param args - command input.
@@ -10,19 +10,29 @@ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } fro
10
10
  import type { CopyBlueprintStageCommandInput, CopyBlueprintStageCommandOutput } from "./commands/CopyBlueprintStageCommand";
11
11
  import type { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "./commands/CreateBlueprintCommand";
12
12
  import type { CreateBlueprintVersionCommandInput, CreateBlueprintVersionCommandOutput } from "./commands/CreateBlueprintVersionCommand";
13
+ import type { CreateDataAutomationLibraryCommandInput, CreateDataAutomationLibraryCommandOutput } from "./commands/CreateDataAutomationLibraryCommand";
13
14
  import type { CreateDataAutomationProjectCommandInput, CreateDataAutomationProjectCommandOutput } from "./commands/CreateDataAutomationProjectCommand";
14
15
  import type { DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput } from "./commands/DeleteBlueprintCommand";
16
+ import type { DeleteDataAutomationLibraryCommandInput, DeleteDataAutomationLibraryCommandOutput } from "./commands/DeleteDataAutomationLibraryCommand";
15
17
  import type { DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput } from "./commands/DeleteDataAutomationProjectCommand";
16
18
  import type { GetBlueprintCommandInput, GetBlueprintCommandOutput } from "./commands/GetBlueprintCommand";
17
19
  import type { GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput } from "./commands/GetBlueprintOptimizationStatusCommand";
20
+ import type { GetDataAutomationLibraryCommandInput, GetDataAutomationLibraryCommandOutput } from "./commands/GetDataAutomationLibraryCommand";
21
+ import type { GetDataAutomationLibraryEntityCommandInput, GetDataAutomationLibraryEntityCommandOutput } from "./commands/GetDataAutomationLibraryEntityCommand";
22
+ import type { GetDataAutomationLibraryIngestionJobCommandInput, GetDataAutomationLibraryIngestionJobCommandOutput } from "./commands/GetDataAutomationLibraryIngestionJobCommand";
18
23
  import type { GetDataAutomationProjectCommandInput, GetDataAutomationProjectCommandOutput } from "./commands/GetDataAutomationProjectCommand";
19
24
  import type { InvokeBlueprintOptimizationAsyncCommandInput, InvokeBlueprintOptimizationAsyncCommandOutput } from "./commands/InvokeBlueprintOptimizationAsyncCommand";
25
+ import type { InvokeDataAutomationLibraryIngestionJobCommandInput, InvokeDataAutomationLibraryIngestionJobCommandOutput } from "./commands/InvokeDataAutomationLibraryIngestionJobCommand";
20
26
  import type { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
27
+ import type { ListDataAutomationLibrariesCommandInput, ListDataAutomationLibrariesCommandOutput } from "./commands/ListDataAutomationLibrariesCommand";
28
+ import type { ListDataAutomationLibraryEntitiesCommandInput, ListDataAutomationLibraryEntitiesCommandOutput } from "./commands/ListDataAutomationLibraryEntitiesCommand";
29
+ import type { ListDataAutomationLibraryIngestionJobsCommandInput, ListDataAutomationLibraryIngestionJobsCommandOutput } from "./commands/ListDataAutomationLibraryIngestionJobsCommand";
21
30
  import type { ListDataAutomationProjectsCommandInput, ListDataAutomationProjectsCommandOutput } from "./commands/ListDataAutomationProjectsCommand";
22
31
  import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
23
32
  import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
24
33
  import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
34
  import type { UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput } from "./commands/UpdateBlueprintCommand";
35
+ import type { UpdateDataAutomationLibraryCommandInput, UpdateDataAutomationLibraryCommandOutput } from "./commands/UpdateDataAutomationLibraryCommand";
26
36
  import type { UpdateDataAutomationProjectCommandInput, UpdateDataAutomationProjectCommandOutput } from "./commands/UpdateDataAutomationProjectCommand";
27
37
  import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
28
38
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
@@ -30,11 +40,11 @@ export { __Client };
30
40
  /**
31
41
  * @public
32
42
  */
33
- export type ServiceInputTypes = CopyBlueprintStageCommandInput | CreateBlueprintCommandInput | CreateBlueprintVersionCommandInput | CreateDataAutomationProjectCommandInput | DeleteBlueprintCommandInput | DeleteDataAutomationProjectCommandInput | GetBlueprintCommandInput | GetBlueprintOptimizationStatusCommandInput | GetDataAutomationProjectCommandInput | InvokeBlueprintOptimizationAsyncCommandInput | ListBlueprintsCommandInput | ListDataAutomationProjectsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateDataAutomationProjectCommandInput;
43
+ export type ServiceInputTypes = CopyBlueprintStageCommandInput | CreateBlueprintCommandInput | CreateBlueprintVersionCommandInput | CreateDataAutomationLibraryCommandInput | CreateDataAutomationProjectCommandInput | DeleteBlueprintCommandInput | DeleteDataAutomationLibraryCommandInput | DeleteDataAutomationProjectCommandInput | GetBlueprintCommandInput | GetBlueprintOptimizationStatusCommandInput | GetDataAutomationLibraryCommandInput | GetDataAutomationLibraryEntityCommandInput | GetDataAutomationLibraryIngestionJobCommandInput | GetDataAutomationProjectCommandInput | InvokeBlueprintOptimizationAsyncCommandInput | InvokeDataAutomationLibraryIngestionJobCommandInput | ListBlueprintsCommandInput | ListDataAutomationLibrariesCommandInput | ListDataAutomationLibraryEntitiesCommandInput | ListDataAutomationLibraryIngestionJobsCommandInput | ListDataAutomationProjectsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateDataAutomationLibraryCommandInput | UpdateDataAutomationProjectCommandInput;
34
44
  /**
35
45
  * @public
36
46
  */
37
- export type ServiceOutputTypes = CopyBlueprintStageCommandOutput | CreateBlueprintCommandOutput | CreateBlueprintVersionCommandOutput | CreateDataAutomationProjectCommandOutput | DeleteBlueprintCommandOutput | DeleteDataAutomationProjectCommandOutput | GetBlueprintCommandOutput | GetBlueprintOptimizationStatusCommandOutput | GetDataAutomationProjectCommandOutput | InvokeBlueprintOptimizationAsyncCommandOutput | ListBlueprintsCommandOutput | ListDataAutomationProjectsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateDataAutomationProjectCommandOutput;
47
+ export type ServiceOutputTypes = CopyBlueprintStageCommandOutput | CreateBlueprintCommandOutput | CreateBlueprintVersionCommandOutput | CreateDataAutomationLibraryCommandOutput | CreateDataAutomationProjectCommandOutput | DeleteBlueprintCommandOutput | DeleteDataAutomationLibraryCommandOutput | DeleteDataAutomationProjectCommandOutput | GetBlueprintCommandOutput | GetBlueprintOptimizationStatusCommandOutput | GetDataAutomationLibraryCommandOutput | GetDataAutomationLibraryEntityCommandOutput | GetDataAutomationLibraryIngestionJobCommandOutput | GetDataAutomationProjectCommandOutput | InvokeBlueprintOptimizationAsyncCommandOutput | InvokeDataAutomationLibraryIngestionJobCommandOutput | ListBlueprintsCommandOutput | ListDataAutomationLibrariesCommandOutput | ListDataAutomationLibraryEntitiesCommandOutput | ListDataAutomationLibraryIngestionJobsCommandOutput | ListDataAutomationProjectsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateDataAutomationLibraryCommandOutput | UpdateDataAutomationProjectCommandOutput;
38
48
  /**
39
49
  * @public
40
50
  */
@@ -0,0 +1,107 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
4
+ import type { CreateDataAutomationLibraryRequest, CreateDataAutomationLibraryResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateDataAutomationLibraryCommand}.
14
+ */
15
+ export interface CreateDataAutomationLibraryCommandInput extends CreateDataAutomationLibraryRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateDataAutomationLibraryCommand}.
21
+ */
22
+ export interface CreateDataAutomationLibraryCommandOutput extends CreateDataAutomationLibraryResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateDataAutomationLibraryCommand_base: {
25
+ new (input: CreateDataAutomationLibraryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataAutomationLibraryCommandInput, CreateDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDataAutomationLibraryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataAutomationLibraryCommandInput, CreateDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Creates an Amazon Bedrock Data Automation Library
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockDataAutomationClient, CreateDataAutomationLibraryCommand } from "@aws-sdk/client-bedrock-data-automation"; // ES Modules import
35
+ * // const { BedrockDataAutomationClient, CreateDataAutomationLibraryCommand } = require("@aws-sdk/client-bedrock-data-automation"); // CommonJS import
36
+ * // import type { BedrockDataAutomationClientConfig } from "@aws-sdk/client-bedrock-data-automation";
37
+ * const config = {}; // type is BedrockDataAutomationClientConfig
38
+ * const client = new BedrockDataAutomationClient(config);
39
+ * const input = { // CreateDataAutomationLibraryRequest
40
+ * libraryName: "STRING_VALUE", // required
41
+ * libraryDescription: "STRING_VALUE",
42
+ * clientToken: "STRING_VALUE",
43
+ * encryptionConfiguration: { // EncryptionConfiguration
44
+ * kmsKeyId: "STRING_VALUE", // required
45
+ * kmsEncryptionContext: { // KmsEncryptionContext
46
+ * "<keys>": "STRING_VALUE",
47
+ * },
48
+ * },
49
+ * tags: [ // TagList
50
+ * { // Tag
51
+ * key: "STRING_VALUE", // required
52
+ * value: "STRING_VALUE", // required
53
+ * },
54
+ * ],
55
+ * };
56
+ * const command = new CreateDataAutomationLibraryCommand(input);
57
+ * const response = await client.send(command);
58
+ * // { // CreateDataAutomationLibraryResponse
59
+ * // libraryArn: "STRING_VALUE",
60
+ * // status: "ACTIVE" || "DELETING",
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param CreateDataAutomationLibraryCommandInput - {@link CreateDataAutomationLibraryCommandInput}
66
+ * @returns {@link CreateDataAutomationLibraryCommandOutput}
67
+ * @see {@link CreateDataAutomationLibraryCommandInput} for command's `input` shape.
68
+ * @see {@link CreateDataAutomationLibraryCommandOutput} for command's `response` shape.
69
+ * @see {@link BedrockDataAutomationClientResolvedConfig | config} for BedrockDataAutomationClient's `config` shape.
70
+ *
71
+ * @throws {@link AccessDeniedException} (client fault)
72
+ * This exception is thrown when a request is denied per access permissions
73
+ *
74
+ * @throws {@link ConflictException} (client fault)
75
+ * This exception is thrown when there is a conflict performing an operation
76
+ *
77
+ * @throws {@link InternalServerException} (server fault)
78
+ * This exception is thrown if there was an unexpected error during processing of request
79
+ *
80
+ * @throws {@link ServiceQuotaExceededException} (client fault)
81
+ * This exception is thrown when a request is made beyond the service quota
82
+ *
83
+ * @throws {@link ThrottlingException} (client fault)
84
+ * This exception is thrown when the number of requests exceeds the limit
85
+ *
86
+ * @throws {@link ValidationException} (client fault)
87
+ * This exception is thrown when the request's input validation fails
88
+ *
89
+ * @throws {@link BedrockDataAutomationServiceException}
90
+ * <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
91
+ *
92
+ *
93
+ * @public
94
+ */
95
+ export declare class CreateDataAutomationLibraryCommand extends CreateDataAutomationLibraryCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreateDataAutomationLibraryRequest;
100
+ output: CreateDataAutomationLibraryResponse;
101
+ };
102
+ sdk: {
103
+ input: CreateDataAutomationLibraryCommandInput;
104
+ output: CreateDataAutomationLibraryCommandOutput;
105
+ };
106
+ };
107
+ }
@@ -227,6 +227,13 @@ declare const CreateDataAutomationProjectCommand_base: {
227
227
  * mov: "IMAGE" || "DOCUMENT" || "AUDIO" || "VIDEO",
228
228
  * },
229
229
  * },
230
+ * dataAutomationLibraryConfiguration: { // DataAutomationLibraryConfiguration
231
+ * libraries: [ // DataAutomationLibraryItems
232
+ * { // DataAutomationLibraryItem
233
+ * libraryArn: "STRING_VALUE", // required
234
+ * },
235
+ * ],
236
+ * },
230
237
  * clientToken: "STRING_VALUE",
231
238
  * encryptionConfiguration: { // EncryptionConfiguration
232
239
  * kmsKeyId: "STRING_VALUE", // required
@@ -0,0 +1,93 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
4
+ import type { DeleteDataAutomationLibraryRequest, DeleteDataAutomationLibraryResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteDataAutomationLibraryCommand}.
14
+ */
15
+ export interface DeleteDataAutomationLibraryCommandInput extends DeleteDataAutomationLibraryRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteDataAutomationLibraryCommand}.
21
+ */
22
+ export interface DeleteDataAutomationLibraryCommandOutput extends DeleteDataAutomationLibraryResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteDataAutomationLibraryCommand_base: {
25
+ new (input: DeleteDataAutomationLibraryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataAutomationLibraryCommandInput, DeleteDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDataAutomationLibraryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataAutomationLibraryCommandInput, DeleteDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Deletes an existing Amazon Bedrock Data Automation Library
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockDataAutomationClient, DeleteDataAutomationLibraryCommand } from "@aws-sdk/client-bedrock-data-automation"; // ES Modules import
35
+ * // const { BedrockDataAutomationClient, DeleteDataAutomationLibraryCommand } = require("@aws-sdk/client-bedrock-data-automation"); // CommonJS import
36
+ * // import type { BedrockDataAutomationClientConfig } from "@aws-sdk/client-bedrock-data-automation";
37
+ * const config = {}; // type is BedrockDataAutomationClientConfig
38
+ * const client = new BedrockDataAutomationClient(config);
39
+ * const input = { // DeleteDataAutomationLibraryRequest
40
+ * libraryArn: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new DeleteDataAutomationLibraryCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // DeleteDataAutomationLibraryResponse
45
+ * // libraryArn: "STRING_VALUE",
46
+ * // status: "ACTIVE" || "DELETING",
47
+ * // };
48
+ *
49
+ * ```
50
+ *
51
+ * @param DeleteDataAutomationLibraryCommandInput - {@link DeleteDataAutomationLibraryCommandInput}
52
+ * @returns {@link DeleteDataAutomationLibraryCommandOutput}
53
+ * @see {@link DeleteDataAutomationLibraryCommandInput} for command's `input` shape.
54
+ * @see {@link DeleteDataAutomationLibraryCommandOutput} for command's `response` shape.
55
+ * @see {@link BedrockDataAutomationClientResolvedConfig | config} for BedrockDataAutomationClient's `config` shape.
56
+ *
57
+ * @throws {@link AccessDeniedException} (client fault)
58
+ * This exception is thrown when a request is denied per access permissions
59
+ *
60
+ * @throws {@link ConflictException} (client fault)
61
+ * This exception is thrown when there is a conflict performing an operation
62
+ *
63
+ * @throws {@link InternalServerException} (server fault)
64
+ * This exception is thrown if there was an unexpected error during processing of request
65
+ *
66
+ * @throws {@link ResourceNotFoundException} (client fault)
67
+ * This exception is thrown when a resource referenced by the operation does not exist
68
+ *
69
+ * @throws {@link ThrottlingException} (client fault)
70
+ * This exception is thrown when the number of requests exceeds the limit
71
+ *
72
+ * @throws {@link ValidationException} (client fault)
73
+ * This exception is thrown when the request's input validation fails
74
+ *
75
+ * @throws {@link BedrockDataAutomationServiceException}
76
+ * <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
77
+ *
78
+ *
79
+ * @public
80
+ */
81
+ export declare class DeleteDataAutomationLibraryCommand extends DeleteDataAutomationLibraryCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteDataAutomationLibraryRequest;
86
+ output: DeleteDataAutomationLibraryResponse;
87
+ };
88
+ sdk: {
89
+ input: DeleteDataAutomationLibraryCommandInput;
90
+ output: DeleteDataAutomationLibraryCommandOutput;
91
+ };
92
+ };
93
+ }
@@ -0,0 +1,105 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
4
+ import type { GetDataAutomationLibraryRequest, GetDataAutomationLibraryResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetDataAutomationLibraryCommand}.
14
+ */
15
+ export interface GetDataAutomationLibraryCommandInput extends GetDataAutomationLibraryRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetDataAutomationLibraryCommand}.
21
+ */
22
+ export interface GetDataAutomationLibraryCommandOutput extends GetDataAutomationLibraryResponse, __MetadataBearer {
23
+ }
24
+ declare const GetDataAutomationLibraryCommand_base: {
25
+ new (input: GetDataAutomationLibraryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataAutomationLibraryCommandInput, GetDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDataAutomationLibraryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataAutomationLibraryCommandInput, GetDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Gets an existing Amazon Bedrock Data Automation Library
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockDataAutomationClient, GetDataAutomationLibraryCommand } from "@aws-sdk/client-bedrock-data-automation"; // ES Modules import
35
+ * // const { BedrockDataAutomationClient, GetDataAutomationLibraryCommand } = require("@aws-sdk/client-bedrock-data-automation"); // CommonJS import
36
+ * // import type { BedrockDataAutomationClientConfig } from "@aws-sdk/client-bedrock-data-automation";
37
+ * const config = {}; // type is BedrockDataAutomationClientConfig
38
+ * const client = new BedrockDataAutomationClient(config);
39
+ * const input = { // GetDataAutomationLibraryRequest
40
+ * libraryArn: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new GetDataAutomationLibraryCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // GetDataAutomationLibraryResponse
45
+ * // library: { // DataAutomationLibrary
46
+ * // libraryArn: "STRING_VALUE", // required
47
+ * // creationTime: new Date("TIMESTAMP"), // required
48
+ * // libraryName: "STRING_VALUE", // required
49
+ * // libraryDescription: "STRING_VALUE",
50
+ * // status: "ACTIVE" || "DELETING", // required
51
+ * // entityTypes: [ // EntityTypeInfoList
52
+ * // { // EntityTypeInfo
53
+ * // entityType: "VOCABULARY", // required
54
+ * // entityMetadata: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // kmsKeyId: "STRING_VALUE",
58
+ * // kmsEncryptionContext: { // KmsEncryptionContext
59
+ * // "<keys>": "STRING_VALUE",
60
+ * // },
61
+ * // },
62
+ * // };
63
+ *
64
+ * ```
65
+ *
66
+ * @param GetDataAutomationLibraryCommandInput - {@link GetDataAutomationLibraryCommandInput}
67
+ * @returns {@link GetDataAutomationLibraryCommandOutput}
68
+ * @see {@link GetDataAutomationLibraryCommandInput} for command's `input` shape.
69
+ * @see {@link GetDataAutomationLibraryCommandOutput} for command's `response` shape.
70
+ * @see {@link BedrockDataAutomationClientResolvedConfig | config} for BedrockDataAutomationClient's `config` shape.
71
+ *
72
+ * @throws {@link AccessDeniedException} (client fault)
73
+ * This exception is thrown when a request is denied per access permissions
74
+ *
75
+ * @throws {@link InternalServerException} (server fault)
76
+ * This exception is thrown if there was an unexpected error during processing of request
77
+ *
78
+ * @throws {@link ResourceNotFoundException} (client fault)
79
+ * This exception is thrown when a resource referenced by the operation does not exist
80
+ *
81
+ * @throws {@link ThrottlingException} (client fault)
82
+ * This exception is thrown when the number of requests exceeds the limit
83
+ *
84
+ * @throws {@link ValidationException} (client fault)
85
+ * This exception is thrown when the request's input validation fails
86
+ *
87
+ * @throws {@link BedrockDataAutomationServiceException}
88
+ * <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
89
+ *
90
+ *
91
+ * @public
92
+ */
93
+ export declare class GetDataAutomationLibraryCommand extends GetDataAutomationLibraryCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetDataAutomationLibraryRequest;
98
+ output: GetDataAutomationLibraryResponse;
99
+ };
100
+ sdk: {
101
+ input: GetDataAutomationLibraryCommandInput;
102
+ output: GetDataAutomationLibraryCommandOutput;
103
+ };
104
+ };
105
+ }
@@ -0,0 +1,104 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
4
+ import type { GetDataAutomationLibraryEntityRequest, GetDataAutomationLibraryEntityResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetDataAutomationLibraryEntityCommand}.
14
+ */
15
+ export interface GetDataAutomationLibraryEntityCommandInput extends GetDataAutomationLibraryEntityRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetDataAutomationLibraryEntityCommand}.
21
+ */
22
+ export interface GetDataAutomationLibraryEntityCommandOutput extends GetDataAutomationLibraryEntityResponse, __MetadataBearer {
23
+ }
24
+ declare const GetDataAutomationLibraryEntityCommand_base: {
25
+ new (input: GetDataAutomationLibraryEntityCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataAutomationLibraryEntityCommandInput, GetDataAutomationLibraryEntityCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDataAutomationLibraryEntityCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataAutomationLibraryEntityCommandInput, GetDataAutomationLibraryEntityCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Gets an existing entity based on entity type from the library
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockDataAutomationClient, GetDataAutomationLibraryEntityCommand } from "@aws-sdk/client-bedrock-data-automation"; // ES Modules import
35
+ * // const { BedrockDataAutomationClient, GetDataAutomationLibraryEntityCommand } = require("@aws-sdk/client-bedrock-data-automation"); // CommonJS import
36
+ * // import type { BedrockDataAutomationClientConfig } from "@aws-sdk/client-bedrock-data-automation";
37
+ * const config = {}; // type is BedrockDataAutomationClientConfig
38
+ * const client = new BedrockDataAutomationClient(config);
39
+ * const input = { // GetDataAutomationLibraryEntityRequest
40
+ * libraryArn: "STRING_VALUE", // required
41
+ * entityType: "VOCABULARY", // required
42
+ * entityId: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new GetDataAutomationLibraryEntityCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // GetDataAutomationLibraryEntityResponse
47
+ * // entity: { // EntityDetails Union: only one key present
48
+ * // vocabulary: { // VocabularyEntity
49
+ * // entityId: "STRING_VALUE",
50
+ * // description: "STRING_VALUE",
51
+ * // language: "EN" || "DE" || "ES" || "FR" || "IT" || "PT" || "JA" || "KO" || "CN" || "TW" || "HK",
52
+ * // phrases: [ // PhraseList
53
+ * // { // Phrase
54
+ * // text: "STRING_VALUE", // required
55
+ * // displayAsText: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // lastModifiedTime: new Date("TIMESTAMP"),
59
+ * // },
60
+ * // },
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param GetDataAutomationLibraryEntityCommandInput - {@link GetDataAutomationLibraryEntityCommandInput}
66
+ * @returns {@link GetDataAutomationLibraryEntityCommandOutput}
67
+ * @see {@link GetDataAutomationLibraryEntityCommandInput} for command's `input` shape.
68
+ * @see {@link GetDataAutomationLibraryEntityCommandOutput} for command's `response` shape.
69
+ * @see {@link BedrockDataAutomationClientResolvedConfig | config} for BedrockDataAutomationClient's `config` shape.
70
+ *
71
+ * @throws {@link AccessDeniedException} (client fault)
72
+ * This exception is thrown when a request is denied per access permissions
73
+ *
74
+ * @throws {@link InternalServerException} (server fault)
75
+ * This exception is thrown if there was an unexpected error during processing of request
76
+ *
77
+ * @throws {@link ResourceNotFoundException} (client fault)
78
+ * This exception is thrown when a resource referenced by the operation does not exist
79
+ *
80
+ * @throws {@link ThrottlingException} (client fault)
81
+ * This exception is thrown when the number of requests exceeds the limit
82
+ *
83
+ * @throws {@link ValidationException} (client fault)
84
+ * This exception is thrown when the request's input validation fails
85
+ *
86
+ * @throws {@link BedrockDataAutomationServiceException}
87
+ * <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
88
+ *
89
+ *
90
+ * @public
91
+ */
92
+ export declare class GetDataAutomationLibraryEntityCommand extends GetDataAutomationLibraryEntityCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: GetDataAutomationLibraryEntityRequest;
97
+ output: GetDataAutomationLibraryEntityResponse;
98
+ };
99
+ sdk: {
100
+ input: GetDataAutomationLibraryEntityCommandInput;
101
+ output: GetDataAutomationLibraryEntityCommandOutput;
102
+ };
103
+ };
104
+ }