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
12 lines (11 loc) • 680 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./AssumeRoleCommand"), exports);
tslib_1.__exportStar(require("./AssumeRoleWithSAMLCommand"), exports);
tslib_1.__exportStar(require("./AssumeRoleWithWebIdentityCommand"), exports);
tslib_1.__exportStar(require("./DecodeAuthorizationMessageCommand"), exports);
tslib_1.__exportStar(require("./GetAccessKeyInfoCommand"), exports);
tslib_1.__exportStar(require("./GetCallerIdentityCommand"), exports);
tslib_1.__exportStar(require("./GetFederationTokenCommand"), exports);
tslib_1.__exportStar(require("./GetSessionTokenCommand"), exports);
;