/** *

EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the * creation, management, and deployment of customized, secure, and up-to-date * "golden" server images that are pre-installed and pre-configured with software * and settings to meet specific IT standards.

* * @packageDocumentation */ export * from "./ImagebuilderClient"; export * from "./Imagebuilder"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { ImagebuilderExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { ImagebuilderServiceException } from "./models/ImagebuilderServiceException";