UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

13 lines (12 loc) 940 B
export { LanguageModelArgs, LanguageModelState } from "./languageModel"; export type LanguageModel = import("./languageModel").LanguageModel; export declare const LanguageModel: typeof import("./languageModel").LanguageModel; export { MedicalVocabularyArgs, MedicalVocabularyState } from "./medicalVocabulary"; export type MedicalVocabulary = import("./medicalVocabulary").MedicalVocabulary; export declare const MedicalVocabulary: typeof import("./medicalVocabulary").MedicalVocabulary; export { VocabularyArgs, VocabularyState } from "./vocabulary"; export type Vocabulary = import("./vocabulary").Vocabulary; export declare const Vocabulary: typeof import("./vocabulary").Vocabulary; export { VocabularyFilterArgs, VocabularyFilterState } from "./vocabularyFilter"; export type VocabularyFilter = import("./vocabularyFilter").VocabularyFilter; export declare const VocabularyFilter: typeof import("./vocabularyFilter").VocabularyFilter;