@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
@@ -1,4 +1,4 @@
1
- import type { AudioExtractionCategoryType, AudioGenerativeOutputLanguage, AudioStandardGenerativeFieldType, BlueprintOptimizationJobStatus, BlueprintStage, BlueprintStageFilter, DataAutomationProjectStage, DataAutomationProjectStageFilter, DataAutomationProjectStatus, DataAutomationProjectType, DesiredModality, DocumentExtractionGranularityType, DocumentOutputTextFormatType, ImageExtractionCategoryType, ImageStandardGenerativeFieldType, Language, PIIEntityType, PIIRedactionMaskMode, ResourceOwner, SensitiveDataDetectionMode, SensitiveDataDetectionScopeType, State, Type, VideoExtractionCategoryType, VideoStandardGenerativeFieldType } from "./enums";
1
+ import type { AudioExtractionCategoryType, AudioGenerativeOutputLanguage, AudioStandardGenerativeFieldType, BlueprintOptimizationJobStatus, BlueprintStage, BlueprintStageFilter, DataAutomationLibraryStatus, DataAutomationProjectStage, DataAutomationProjectStageFilter, DataAutomationProjectStatus, DataAutomationProjectType, DesiredModality, DocumentExtractionGranularityType, DocumentOutputTextFormatType, EntityType, ImageExtractionCategoryType, ImageStandardGenerativeFieldType, Language, LibraryIngestionJobOperationType, LibraryIngestionJobStatus, PIIEntityType, PIIRedactionMaskMode, ResourceOwner, SensitiveDataDetectionMode, SensitiveDataDetectionScopeType, State, Type, VideoExtractionCategoryType, VideoStandardGenerativeFieldType } from "./enums";
2
2
  /**
3
3
  * Structure for request of GetBlueprintOptimizationStatus API.
4
4
  * @public
@@ -562,6 +562,647 @@ export interface CreateBlueprintVersionResponse {
562
562
  */
563
563
  blueprint: Blueprint | undefined;
564
564
  }
565
+ /**
566
+ * Get DataAutomationLibraryIngestionJob Request
567
+ * @public
568
+ */
569
+ export interface GetDataAutomationLibraryIngestionJobRequest {
570
+ /**
571
+ * ARN generated at the server side when a DataAutomationLibrary is created
572
+ * @public
573
+ */
574
+ libraryArn: string | undefined;
575
+ /**
576
+ * ARN of the DataAutomationLibraryIngestionJob
577
+ * @public
578
+ */
579
+ jobArn: string | undefined;
580
+ }
581
+ /**
582
+ * Output configuration for DataAutomationLibraryIngestionJob
583
+ * @public
584
+ */
585
+ export interface OutputConfiguration {
586
+ /**
587
+ * S3 Uri
588
+ * @public
589
+ */
590
+ s3Uri: string | undefined;
591
+ }
592
+ /**
593
+ * Contains the information of a DataAutomationLibraryIngestionJob
594
+ * @public
595
+ */
596
+ export interface DataAutomationLibraryIngestionJob {
597
+ /**
598
+ * ARN of the DataAutomationLibraryIngestionJob
599
+ * @public
600
+ */
601
+ jobArn: string | undefined;
602
+ /**
603
+ * Timestamp when the DataAutomationLibraryIngestionJob was created
604
+ * @public
605
+ */
606
+ creationTime: Date | undefined;
607
+ /**
608
+ * The entity type associated with DataAutomationLibraryIngestionJob
609
+ * @public
610
+ */
611
+ entityType: EntityType | undefined;
612
+ /**
613
+ * The operation associated with DataAutomationLibraryIngestionJob
614
+ * @public
615
+ */
616
+ operationType: LibraryIngestionJobOperationType | undefined;
617
+ /**
618
+ * The status of the DataAutomationLibraryIngestionJob
619
+ * @public
620
+ */
621
+ jobStatus: LibraryIngestionJobStatus | undefined;
622
+ /**
623
+ * Output configuration of DataAutomationLibraryIngestionJob
624
+ * @public
625
+ */
626
+ outputConfiguration: OutputConfiguration | undefined;
627
+ /**
628
+ * Timestamp when the DataAutomationLibraryIngestionJob was completed
629
+ * @public
630
+ */
631
+ completionTime?: Date | undefined;
632
+ /**
633
+ * Error message
634
+ * @public
635
+ */
636
+ errorMessage?: string | undefined;
637
+ /**
638
+ * Error type
639
+ * @public
640
+ */
641
+ errorType?: string | undefined;
642
+ }
643
+ /**
644
+ * Get DataAutomationLibraryIngestionJob Response
645
+ * @public
646
+ */
647
+ export interface GetDataAutomationLibraryIngestionJobResponse {
648
+ /**
649
+ * Contains the information of a library ingestion job
650
+ * @public
651
+ */
652
+ job?: DataAutomationLibraryIngestionJob | undefined;
653
+ }
654
+ /**
655
+ * Input for entities needed to be deleted
656
+ * @public
657
+ */
658
+ export interface DeleteEntitiesInfo {
659
+ /**
660
+ * List of EntityId
661
+ * @public
662
+ */
663
+ entityIds: string[] | undefined;
664
+ }
665
+ /**
666
+ * Phrase structure for vocabulary
667
+ * @public
668
+ */
669
+ export interface Phrase {
670
+ /**
671
+ * Text content of the phrase
672
+ * @public
673
+ */
674
+ text: string | undefined;
675
+ /**
676
+ * Text to configure how phrase is displayed in Transcript
677
+ * @public
678
+ */
679
+ displayAsText?: string | undefined;
680
+ }
681
+ /**
682
+ * Vocabulary entity info with detailed information
683
+ * @public
684
+ */
685
+ export interface VocabularyEntityInfo {
686
+ /**
687
+ * Unique identifier for the entity
688
+ * @public
689
+ */
690
+ entityId?: string | undefined;
691
+ /**
692
+ * Description of the entity
693
+ * @public
694
+ */
695
+ description?: string | undefined;
696
+ /**
697
+ * Supported input languages
698
+ * @public
699
+ */
700
+ language: Language | undefined;
701
+ /**
702
+ * List of phrases
703
+ * @public
704
+ */
705
+ phrases: Phrase[] | undefined;
706
+ }
707
+ /**
708
+ * Input configuration for upserting data in a DataAutomationLibraryIngestionJob
709
+ * @public
710
+ */
711
+ export type UpsertEntityInfo = UpsertEntityInfo.VocabularyMember | UpsertEntityInfo.$UnknownMember;
712
+ /**
713
+ * @public
714
+ */
715
+ export declare namespace UpsertEntityInfo {
716
+ /**
717
+ * Vocabulary entity info with detailed information
718
+ * @public
719
+ */
720
+ interface VocabularyMember {
721
+ vocabulary: VocabularyEntityInfo;
722
+ $unknown?: never;
723
+ }
724
+ /**
725
+ * @public
726
+ */
727
+ interface $UnknownMember {
728
+ vocabulary?: never;
729
+ $unknown: [string, any];
730
+ }
731
+ /**
732
+ * @deprecated unused in schema-serde mode.
733
+ *
734
+ */
735
+ interface Visitor<T> {
736
+ vocabulary: (value: VocabularyEntityInfo) => T;
737
+ _: (name: string, value: any) => T;
738
+ }
739
+ }
740
+ /**
741
+ * Input payload structure definition
742
+ * @public
743
+ */
744
+ export type InlinePayload = InlinePayload.DeleteEntitiesInfoMember | InlinePayload.UpsertEntitiesInfoMember | InlinePayload.$UnknownMember;
745
+ /**
746
+ * @public
747
+ */
748
+ export declare namespace InlinePayload {
749
+ /**
750
+ * List of UpsertEntityInfo for upserting data in a DataAutomationLibraryIngestionJob
751
+ * @public
752
+ */
753
+ interface UpsertEntitiesInfoMember {
754
+ upsertEntitiesInfo: UpsertEntityInfo[];
755
+ deleteEntitiesInfo?: never;
756
+ $unknown?: never;
757
+ }
758
+ /**
759
+ * Input for entities needed to be deleted
760
+ * @public
761
+ */
762
+ interface DeleteEntitiesInfoMember {
763
+ upsertEntitiesInfo?: never;
764
+ deleteEntitiesInfo: DeleteEntitiesInfo;
765
+ $unknown?: never;
766
+ }
767
+ /**
768
+ * @public
769
+ */
770
+ interface $UnknownMember {
771
+ upsertEntitiesInfo?: never;
772
+ deleteEntitiesInfo?: never;
773
+ $unknown: [string, any];
774
+ }
775
+ /**
776
+ * @deprecated unused in schema-serde mode.
777
+ *
778
+ */
779
+ interface Visitor<T> {
780
+ upsertEntitiesInfo: (value: UpsertEntityInfo[]) => T;
781
+ deleteEntitiesInfo: (value: DeleteEntitiesInfo) => T;
782
+ _: (name: string, value: any) => T;
783
+ }
784
+ }
785
+ /**
786
+ * Input configuration for DataAutomationLibraryIngestionJob
787
+ * @public
788
+ */
789
+ export interface InputConfiguration {
790
+ /**
791
+ * S3 object
792
+ * @public
793
+ */
794
+ s3Object?: S3Object | undefined;
795
+ /**
796
+ * Input Payload
797
+ * @public
798
+ */
799
+ inlinePayload?: InlinePayload | undefined;
800
+ }
801
+ /**
802
+ * Event bridge configuration.
803
+ * @public
804
+ */
805
+ export interface EventBridgeConfiguration {
806
+ /**
807
+ * Event bridge flag.
808
+ * @public
809
+ */
810
+ eventBridgeEnabled: boolean | undefined;
811
+ }
812
+ /**
813
+ * Notification configuration.
814
+ * @public
815
+ */
816
+ export interface NotificationConfiguration {
817
+ /**
818
+ * Event bridge configuration.
819
+ * @public
820
+ */
821
+ eventBridgeConfiguration: EventBridgeConfiguration | undefined;
822
+ }
823
+ /**
824
+ * Invoke DataAutomationLibraryIngestionJob Request
825
+ * @public
826
+ */
827
+ export interface InvokeDataAutomationLibraryIngestionJobRequest {
828
+ /**
829
+ * ARN generated at the server side when a DataAutomationLibrary is created
830
+ * @public
831
+ */
832
+ libraryArn: string | undefined;
833
+ /**
834
+ * Idempotency token
835
+ * @public
836
+ */
837
+ clientToken?: string | undefined;
838
+ /**
839
+ * Input configuration of DataAutomationLibraryIngestionJob request
840
+ * @public
841
+ */
842
+ inputConfiguration: InputConfiguration | undefined;
843
+ /**
844
+ * The entity type for which DataAutomationLibraryIngestionJob is being run
845
+ * @public
846
+ */
847
+ entityType: EntityType | undefined;
848
+ /**
849
+ * The operation to be performed by DataAutomationLibraryIngestionJob
850
+ * @public
851
+ */
852
+ operationType: LibraryIngestionJobOperationType | undefined;
853
+ /**
854
+ * Output configuration of DataAutomationLibraryIngestionJob
855
+ * @public
856
+ */
857
+ outputConfiguration: OutputConfiguration | undefined;
858
+ /**
859
+ * Notification configuration.
860
+ * @public
861
+ */
862
+ notificationConfiguration?: NotificationConfiguration | undefined;
863
+ /**
864
+ * List of tags
865
+ * @public
866
+ */
867
+ tags?: Tag[] | undefined;
868
+ }
869
+ /**
870
+ * Invoke DataAutomationLibraryIngestionJob Response
871
+ * @public
872
+ */
873
+ export interface InvokeDataAutomationLibraryIngestionJobResponse {
874
+ /**
875
+ * ARN of the DataAutomationLibraryIngestionJob
876
+ * @public
877
+ */
878
+ jobArn?: string | undefined;
879
+ }
880
+ /**
881
+ * List DataAutomationLibraryIngestionJobs Request
882
+ * @public
883
+ */
884
+ export interface ListDataAutomationLibraryIngestionJobsRequest {
885
+ /**
886
+ * ARN generated at the server side when a DataAutomationLibrary is created
887
+ * @public
888
+ */
889
+ libraryArn: string | undefined;
890
+ /**
891
+ * Max Results
892
+ * @public
893
+ */
894
+ maxResults?: number | undefined;
895
+ /**
896
+ * Pagination token for retrieving the next set of results
897
+ * @public
898
+ */
899
+ nextToken?: string | undefined;
900
+ }
901
+ /**
902
+ * Summary of a DataAutomationLibraryIngestionJob
903
+ * @public
904
+ */
905
+ export interface DataAutomationLibraryIngestionJobSummary {
906
+ /**
907
+ * ARN of the DataAutomationLibraryIngestionJob
908
+ * @public
909
+ */
910
+ jobArn: string | undefined;
911
+ /**
912
+ * Status of DataAutomationLibraryIngestionJob
913
+ * @public
914
+ */
915
+ jobStatus: LibraryIngestionJobStatus | undefined;
916
+ /**
917
+ * Entity types supported in DataAutomationLibraries
918
+ * @public
919
+ */
920
+ entityType: EntityType | undefined;
921
+ /**
922
+ * DataAutomationLibraryIngestionJob operation type
923
+ * @public
924
+ */
925
+ operationType: LibraryIngestionJobOperationType | undefined;
926
+ /**
927
+ * Time Stamp
928
+ * @public
929
+ */
930
+ creationTime: Date | undefined;
931
+ /**
932
+ * Time Stamp
933
+ * @public
934
+ */
935
+ completionTime?: Date | undefined;
936
+ }
937
+ /**
938
+ * List DataAutomationLibraryIngestionJobs Response
939
+ * @public
940
+ */
941
+ export interface ListDataAutomationLibraryIngestionJobsResponse {
942
+ /**
943
+ * List of data automation library ingestion jobs
944
+ * @public
945
+ */
946
+ jobs?: DataAutomationLibraryIngestionJobSummary[] | undefined;
947
+ /**
948
+ * Pagination token for retrieving the next set of results
949
+ * @public
950
+ */
951
+ nextToken?: string | undefined;
952
+ }
953
+ /**
954
+ * Create DataAutomationLibrary Request
955
+ * @public
956
+ */
957
+ export interface CreateDataAutomationLibraryRequest {
958
+ /**
959
+ * Name of the DataAutomationLibrary
960
+ * @public
961
+ */
962
+ libraryName: string | undefined;
963
+ /**
964
+ * Description of the DataAutomationLibrary
965
+ * @public
966
+ */
967
+ libraryDescription?: string | undefined;
968
+ /**
969
+ * Client specified token used for idempotency checks
970
+ * @public
971
+ */
972
+ clientToken?: string | undefined;
973
+ /**
974
+ * KMS Encryption Configuration
975
+ * @public
976
+ */
977
+ encryptionConfiguration?: EncryptionConfiguration | undefined;
978
+ /**
979
+ * List of tags
980
+ * @public
981
+ */
982
+ tags?: Tag[] | undefined;
983
+ }
984
+ /**
985
+ * Create DataAutomationLibrary Response
986
+ * @public
987
+ */
988
+ export interface CreateDataAutomationLibraryResponse {
989
+ /**
990
+ * ARN generated at the server side when a DataAutomationLibrary is created
991
+ * @public
992
+ */
993
+ libraryArn?: string | undefined;
994
+ /**
995
+ * Status of DataAutomationLibrary
996
+ * @public
997
+ */
998
+ status?: DataAutomationLibraryStatus | undefined;
999
+ }
1000
+ /**
1001
+ * Delete DataAutomationLibrary Request
1002
+ * @public
1003
+ */
1004
+ export interface DeleteDataAutomationLibraryRequest {
1005
+ /**
1006
+ * ARN generated at the server side when a DataAutomationLibrary is created
1007
+ * @public
1008
+ */
1009
+ libraryArn: string | undefined;
1010
+ }
1011
+ /**
1012
+ * Delete DataAutomationLibrary Response
1013
+ * @public
1014
+ */
1015
+ export interface DeleteDataAutomationLibraryResponse {
1016
+ /**
1017
+ * ARN generated at the server side when a DataAutomationLibrary is created
1018
+ * @public
1019
+ */
1020
+ libraryArn?: string | undefined;
1021
+ /**
1022
+ * Status of DataAutomationLibrary
1023
+ * @public
1024
+ */
1025
+ status?: DataAutomationLibraryStatus | undefined;
1026
+ }
1027
+ /**
1028
+ * Get DataAutomationLibrary Request
1029
+ * @public
1030
+ */
1031
+ export interface GetDataAutomationLibraryRequest {
1032
+ /**
1033
+ * ARN generated at the server side when a DataAutomationLibrary is created
1034
+ * @public
1035
+ */
1036
+ libraryArn: string | undefined;
1037
+ }
1038
+ /**
1039
+ * Information about an entity type in the DataAutomationLibrary
1040
+ * @public
1041
+ */
1042
+ export interface EntityTypeInfo {
1043
+ /**
1044
+ * Entity types supported in DataAutomationLibraries
1045
+ * @public
1046
+ */
1047
+ entityType: EntityType | undefined;
1048
+ /**
1049
+ * JSON string representing relevant metadata for the entity type
1050
+ * @public
1051
+ */
1052
+ entityMetadata?: string | undefined;
1053
+ }
1054
+ /**
1055
+ * Contains the information of a DataAutomationLibrary.
1056
+ * @public
1057
+ */
1058
+ export interface DataAutomationLibrary {
1059
+ /**
1060
+ * ARN generated at the server side when a DataAutomationLibrary is created
1061
+ * @public
1062
+ */
1063
+ libraryArn: string | undefined;
1064
+ /**
1065
+ * Time Stamp
1066
+ * @public
1067
+ */
1068
+ creationTime: Date | undefined;
1069
+ /**
1070
+ * Name of the DataAutomationLibrary
1071
+ * @public
1072
+ */
1073
+ libraryName: string | undefined;
1074
+ /**
1075
+ * Description of the DataAutomationLibrary
1076
+ * @public
1077
+ */
1078
+ libraryDescription?: string | undefined;
1079
+ /**
1080
+ * Status of DataAutomationLibrary
1081
+ * @public
1082
+ */
1083
+ status: DataAutomationLibraryStatus | undefined;
1084
+ /**
1085
+ * List of info for each entity type in the DataAutomationLibrary
1086
+ * @public
1087
+ */
1088
+ entityTypes?: EntityTypeInfo[] | undefined;
1089
+ /**
1090
+ * KMS Key Identifier
1091
+ * @public
1092
+ */
1093
+ kmsKeyId?: string | undefined;
1094
+ /**
1095
+ * KMS Encryption Context
1096
+ * @public
1097
+ */
1098
+ kmsEncryptionContext?: Record<string, string> | undefined;
1099
+ }
1100
+ /**
1101
+ * Get DataAutomationLibrary Response
1102
+ * @public
1103
+ */
1104
+ export interface GetDataAutomationLibraryResponse {
1105
+ /**
1106
+ * Contains the information of a DataAutomationLibrary.
1107
+ * @public
1108
+ */
1109
+ library?: DataAutomationLibrary | undefined;
1110
+ }
1111
+ /**
1112
+ * List DataAutomationLibraries Request
1113
+ * @public
1114
+ */
1115
+ export interface ListDataAutomationLibrariesRequest {
1116
+ /**
1117
+ * Max Results
1118
+ * @public
1119
+ */
1120
+ maxResults?: number | undefined;
1121
+ /**
1122
+ * Pagination token
1123
+ * @public
1124
+ */
1125
+ nextToken?: string | undefined;
1126
+ /**
1127
+ * Data Automation Project Filter
1128
+ * @public
1129
+ */
1130
+ projectFilter?: DataAutomationProjectFilter | undefined;
1131
+ }
1132
+ /**
1133
+ * Summary of a DataAutomationLibrary
1134
+ * @public
1135
+ */
1136
+ export interface DataAutomationLibrarySummary {
1137
+ /**
1138
+ * ARN generated at the server side when a DataAutomationLibrary is created
1139
+ * @public
1140
+ */
1141
+ libraryArn: string | undefined;
1142
+ /**
1143
+ * Name of the DataAutomationLibrary
1144
+ * @public
1145
+ */
1146
+ libraryName?: string | undefined;
1147
+ /**
1148
+ * Time Stamp
1149
+ * @public
1150
+ */
1151
+ creationTime: Date | undefined;
1152
+ }
1153
+ /**
1154
+ * List DataAutomationLibraries Response
1155
+ * @public
1156
+ */
1157
+ export interface ListDataAutomationLibrariesResponse {
1158
+ /**
1159
+ * List of DataAutomationLibrarySummary objects
1160
+ * @public
1161
+ */
1162
+ libraries?: DataAutomationLibrarySummary[] | undefined;
1163
+ /**
1164
+ * Pagination token
1165
+ * @public
1166
+ */
1167
+ nextToken?: string | undefined;
1168
+ }
1169
+ /**
1170
+ * Update DataAutomationLibrary Request
1171
+ * @public
1172
+ */
1173
+ export interface UpdateDataAutomationLibraryRequest {
1174
+ /**
1175
+ * ARN generated at the server side when a DataAutomationLibrary is created
1176
+ * @public
1177
+ */
1178
+ libraryArn: string | undefined;
1179
+ /**
1180
+ * Description of the DataAutomationLibrary
1181
+ * @public
1182
+ */
1183
+ libraryDescription?: string | undefined;
1184
+ /**
1185
+ * Client specified token used for idempotency checks
1186
+ * @public
1187
+ */
1188
+ clientToken?: string | undefined;
1189
+ }
1190
+ /**
1191
+ * Update DataAutomationLibrary Response
1192
+ * @public
1193
+ */
1194
+ export interface UpdateDataAutomationLibraryResponse {
1195
+ /**
1196
+ * ARN generated at the server side when a DataAutomationLibrary is created
1197
+ * @public
1198
+ */
1199
+ libraryArn?: string | undefined;
1200
+ /**
1201
+ * Status of DataAutomationLibrary
1202
+ * @public
1203
+ */
1204
+ status?: DataAutomationLibraryStatus | undefined;
1205
+ }
565
1206
  /**
566
1207
  * Blueprint Item
567
1208
  * @public
@@ -594,6 +1235,28 @@ export interface CustomOutputConfiguration {
594
1235
  */
595
1236
  blueprints?: BlueprintItem[] | undefined;
596
1237
  }
1238
+ /**
1239
+ * DataAutomationLibrary Item
1240
+ * @public
1241
+ */
1242
+ export interface DataAutomationLibraryItem {
1243
+ /**
1244
+ * ARN generated at the server side when a DataAutomationLibrary is created
1245
+ * @public
1246
+ */
1247
+ libraryArn: string | undefined;
1248
+ }
1249
+ /**
1250
+ * DataAutomation Library configuration
1251
+ * @public
1252
+ */
1253
+ export interface DataAutomationLibraryConfiguration {
1254
+ /**
1255
+ * List of DataAutomationLibrary Items
1256
+ * @public
1257
+ */
1258
+ libraries?: DataAutomationLibraryItem[] | undefined;
1259
+ }
597
1260
  /**
598
1261
  * Optional configuration for audio language settings
599
1262
  * @public
@@ -1242,6 +1905,11 @@ export interface CreateDataAutomationProjectRequest {
1242
1905
  * @public
1243
1906
  */
1244
1907
  overrideConfiguration?: OverrideConfiguration | undefined;
1908
+ /**
1909
+ * DataAutomation Library configuration
1910
+ * @public
1911
+ */
1912
+ dataAutomationLibraryConfiguration?: DataAutomationLibraryConfiguration | undefined;
1245
1913
  /**
1246
1914
  * Client specified token used for idempotency checks
1247
1915
  * @public
@@ -1377,6 +2045,11 @@ export interface DataAutomationProject {
1377
2045
  * @public
1378
2046
  */
1379
2047
  overrideConfiguration?: OverrideConfiguration | undefined;
2048
+ /**
2049
+ * DataAutomation Library configuration
2050
+ * @public
2051
+ */
2052
+ dataAutomationLibraryConfiguration?: DataAutomationLibraryConfiguration | undefined;
1380
2053
  /**
1381
2054
  * Status of Data Automation Project
1382
2055
  * @public
@@ -1425,6 +2098,17 @@ export interface BlueprintFilter {
1425
2098
  */
1426
2099
  blueprintStage?: BlueprintStage | undefined;
1427
2100
  }
2101
+ /**
2102
+ * Data Automation Library Filter
2103
+ * @public
2104
+ */
2105
+ export interface DataAutomationLibraryFilter {
2106
+ /**
2107
+ * ARN generated at the server side when a DataAutomationLibrary is created
2108
+ * @public
2109
+ */
2110
+ libraryArn: string | undefined;
2111
+ }
1428
2112
  /**
1429
2113
  * List DataAutomationProject Request
1430
2114
  * @public
@@ -1455,6 +2139,11 @@ export interface ListDataAutomationProjectsRequest {
1455
2139
  * @public
1456
2140
  */
1457
2141
  resourceOwner?: ResourceOwner | undefined;
2142
+ /**
2143
+ * Data Automation Library Filter
2144
+ * @public
2145
+ */
2146
+ libraryFilter?: DataAutomationLibraryFilter | undefined;
1458
2147
  }
1459
2148
  /**
1460
2149
  * Summary of a DataAutomationProject
@@ -1538,6 +2227,11 @@ export interface UpdateDataAutomationProjectRequest {
1538
2227
  * @public
1539
2228
  */
1540
2229
  overrideConfiguration?: OverrideConfiguration | undefined;
2230
+ /**
2231
+ * DataAutomation Library configuration
2232
+ * @public
2233
+ */
2234
+ dataAutomationLibraryConfiguration?: DataAutomationLibraryConfiguration | undefined;
1541
2235
  /**
1542
2236
  * KMS Encryption Configuration
1543
2237
  * @public
@@ -1565,6 +2259,208 @@ export interface UpdateDataAutomationProjectResponse {
1565
2259
  */
1566
2260
  status?: DataAutomationProjectStatus | undefined;
1567
2261
  }
2262
+ /**
2263
+ * Get DataAutomationLibraryEntity Request
2264
+ * @public
2265
+ */
2266
+ export interface GetDataAutomationLibraryEntityRequest {
2267
+ /**
2268
+ * ARN generated at the server side when a DataAutomationLibrary is created
2269
+ * @public
2270
+ */
2271
+ libraryArn: string | undefined;
2272
+ /**
2273
+ * The entity type for which the entity is requested
2274
+ * @public
2275
+ */
2276
+ entityType: EntityType | undefined;
2277
+ /**
2278
+ * Unique identifier for the entity
2279
+ * @public
2280
+ */
2281
+ entityId: string | undefined;
2282
+ }
2283
+ /**
2284
+ * Vocabulary entity with detailed information
2285
+ * @public
2286
+ */
2287
+ export interface VocabularyEntity {
2288
+ /**
2289
+ * Unique identifier for the entity
2290
+ * @public
2291
+ */
2292
+ entityId?: string | undefined;
2293
+ /**
2294
+ * Description of the entity
2295
+ * @public
2296
+ */
2297
+ description?: string | undefined;
2298
+ /**
2299
+ * Supported input languages
2300
+ * @public
2301
+ */
2302
+ language?: Language | undefined;
2303
+ /**
2304
+ * List of phrases
2305
+ * @public
2306
+ */
2307
+ phrases?: Phrase[] | undefined;
2308
+ /**
2309
+ * Time Stamp
2310
+ * @public
2311
+ */
2312
+ lastModifiedTime?: Date | undefined;
2313
+ }
2314
+ /**
2315
+ * Detailed information about an entity
2316
+ * @public
2317
+ */
2318
+ export type EntityDetails = EntityDetails.VocabularyMember | EntityDetails.$UnknownMember;
2319
+ /**
2320
+ * @public
2321
+ */
2322
+ export declare namespace EntityDetails {
2323
+ /**
2324
+ * Vocabulary entity with detailed information
2325
+ * @public
2326
+ */
2327
+ interface VocabularyMember {
2328
+ vocabulary: VocabularyEntity;
2329
+ $unknown?: never;
2330
+ }
2331
+ /**
2332
+ * @public
2333
+ */
2334
+ interface $UnknownMember {
2335
+ vocabulary?: never;
2336
+ $unknown: [string, any];
2337
+ }
2338
+ /**
2339
+ * @deprecated unused in schema-serde mode.
2340
+ *
2341
+ */
2342
+ interface Visitor<T> {
2343
+ vocabulary: (value: VocabularyEntity) => T;
2344
+ _: (name: string, value: any) => T;
2345
+ }
2346
+ }
2347
+ /**
2348
+ * Get DataAutomationLibraryEntity Response
2349
+ * @public
2350
+ */
2351
+ export interface GetDataAutomationLibraryEntityResponse {
2352
+ /**
2353
+ * Detailed information about the entity
2354
+ * @public
2355
+ */
2356
+ entity?: EntityDetails | undefined;
2357
+ }
2358
+ /**
2359
+ * List DataAutomationLibraryEntities Request
2360
+ * @public
2361
+ */
2362
+ export interface ListDataAutomationLibraryEntitiesRequest {
2363
+ /**
2364
+ * ARN generated at the server side when a DataAutomationLibrary is created
2365
+ * @public
2366
+ */
2367
+ libraryArn: string | undefined;
2368
+ /**
2369
+ * The entity type for which the entity list is requested
2370
+ * @public
2371
+ */
2372
+ entityType: EntityType | undefined;
2373
+ /**
2374
+ * Max Results
2375
+ * @public
2376
+ */
2377
+ maxResults?: number | undefined;
2378
+ /**
2379
+ * Pagination token for retrieving the next set of results
2380
+ * @public
2381
+ */
2382
+ nextToken?: string | undefined;
2383
+ }
2384
+ /**
2385
+ * Summary of a Vocabulary entity
2386
+ * @public
2387
+ */
2388
+ export interface VocabularyEntitySummary {
2389
+ /**
2390
+ * Unique identifier for the entity
2391
+ * @public
2392
+ */
2393
+ entityId?: string | undefined;
2394
+ /**
2395
+ * Description of the entity
2396
+ * @public
2397
+ */
2398
+ description?: string | undefined;
2399
+ /**
2400
+ * Supported input languages
2401
+ * @public
2402
+ */
2403
+ language?: Language | undefined;
2404
+ /**
2405
+ * num of phrases in the entity
2406
+ * @public
2407
+ */
2408
+ numOfPhrases?: number | undefined;
2409
+ /**
2410
+ * Time Stamp
2411
+ * @public
2412
+ */
2413
+ lastModifiedTime?: Date | undefined;
2414
+ }
2415
+ /**
2416
+ * Summarized information about an entity
2417
+ * @public
2418
+ */
2419
+ export type DataAutomationLibraryEntitySummary = DataAutomationLibraryEntitySummary.VocabularyMember | DataAutomationLibraryEntitySummary.$UnknownMember;
2420
+ /**
2421
+ * @public
2422
+ */
2423
+ export declare namespace DataAutomationLibraryEntitySummary {
2424
+ /**
2425
+ * Summary of a Vocabulary entity
2426
+ * @public
2427
+ */
2428
+ interface VocabularyMember {
2429
+ vocabulary: VocabularyEntitySummary;
2430
+ $unknown?: never;
2431
+ }
2432
+ /**
2433
+ * @public
2434
+ */
2435
+ interface $UnknownMember {
2436
+ vocabulary?: never;
2437
+ $unknown: [string, any];
2438
+ }
2439
+ /**
2440
+ * @deprecated unused in schema-serde mode.
2441
+ *
2442
+ */
2443
+ interface Visitor<T> {
2444
+ vocabulary: (value: VocabularyEntitySummary) => T;
2445
+ _: (name: string, value: any) => T;
2446
+ }
2447
+ }
2448
+ /**
2449
+ * List DataAutomationLibraryEntities Response
2450
+ * @public
2451
+ */
2452
+ export interface ListDataAutomationLibraryEntitiesResponse {
2453
+ /**
2454
+ * List of entities
2455
+ * @public
2456
+ */
2457
+ entities?: DataAutomationLibraryEntitySummary[] | undefined;
2458
+ /**
2459
+ * Pagination token for retrieving the next set of results
2460
+ * @public
2461
+ */
2462
+ nextToken?: string | undefined;
2463
+ }
1568
2464
  /**
1569
2465
  * @public
1570
2466
  */