UNPKG

cdk-ssm-secure-iam-access-key

Version:

Creates an IAM Access Key for a provided IAM User and stores the result in an SSM SecureString Parameter

8 lines (7 loc) 247 B
export * from "./STSClient"; export * from "./STS"; export * from "./commands"; export * from "./models"; import "@aws-sdk/util-endpoints"; export * from "./defaultRoleAssumers"; export { STSServiceException } from "./models/STSServiceException";