mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-02 05:55:10 +09:00
chore: Update dist
This commit is contained in:
+7
@@ -16494,6 +16494,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.IniSectionType = void 0;
|
||||
var IniSectionType;
|
||||
(function (IniSectionType) {
|
||||
IniSectionType["PROFILE"] = "profile";
|
||||
IniSectionType["SSO_SESSION"] = "sso-session";
|
||||
IniSectionType["SERVICES"] = "services";
|
||||
})(IniSectionType = exports.IniSectionType || (exports.IniSectionType = {}));
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
+7
@@ -17088,6 +17088,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.IniSectionType = void 0;
|
||||
var IniSectionType;
|
||||
(function (IniSectionType) {
|
||||
IniSectionType["PROFILE"] = "profile";
|
||||
IniSectionType["SSO_SESSION"] = "sso-session";
|
||||
IniSectionType["SERVICES"] = "services";
|
||||
})(IniSectionType = exports.IniSectionType || (exports.IniSectionType = {}));
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
Reference in New Issue
Block a user