/** * Identity and Access Management *

Identity and Access Management (IAM) is a web service for securely controlling * access to Amazon Web Services services. With IAM, you can centrally manage users, security credentials * such as access keys, and permissions that control which Amazon Web Services resources users and * applications can access. For more information about IAM, see Identity and Access Management (IAM) and the Identity and Access Management User Guide.

* * @packageDocumentation */ export * from "./IAMClient"; export * from "./IAM"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { IAMExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./waiters"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export * from "./models/models_1"; export { IAMServiceException } from "./models/IAMServiceException";