mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-09 07:47:08 +00:00
chore: Update dist
This commit is contained in:
parent
feab0f2d40
commit
f427477498
2 changed files with 14 additions and 0 deletions
7
dist/cleanup/index.js
generated
vendored
7
dist/cleanup/index.js
generated
vendored
|
|
@ -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
dist/index.js
generated
vendored
7
dist/index.js
generated
vendored
|
|
@ -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 = {}));
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue