mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-08-31 05:35:04 +09:00
chore: Update dist
This commit is contained in:
+23
@@ -11962,6 +11962,12 @@ const set_socket_timeout_1 = __nccwpck_require__(42618);
|
||||
const write_request_body_1 = __nccwpck_require__(73766);
|
||||
exports.DEFAULT_REQUEST_TIMEOUT = 0;
|
||||
class NodeHttpHandler {
|
||||
static create(instanceOrOptions) {
|
||||
if (typeof (instanceOrOptions === null || instanceOrOptions === void 0 ? void 0 : instanceOrOptions.handle) === "function") {
|
||||
return instanceOrOptions;
|
||||
}
|
||||
return new NodeHttpHandler(instanceOrOptions);
|
||||
}
|
||||
constructor(options) {
|
||||
this.metadata = { handlerProtocol: "http/1.1" };
|
||||
this.configProvider = new Promise((resolve, reject) => {
|
||||
@@ -12256,6 +12262,12 @@ const get_transformed_headers_1 = __nccwpck_require__(70508);
|
||||
const node_http2_connection_manager_1 = __nccwpck_require__(5771);
|
||||
const write_request_body_1 = __nccwpck_require__(73766);
|
||||
class NodeHttp2Handler {
|
||||
static create(instanceOrOptions) {
|
||||
if (typeof (instanceOrOptions === null || instanceOrOptions === void 0 ? void 0 : instanceOrOptions.handle) === "function") {
|
||||
return instanceOrOptions;
|
||||
}
|
||||
return new NodeHttp2Handler(instanceOrOptions);
|
||||
}
|
||||
constructor(options) {
|
||||
this.metadata = { handlerProtocol: "h2" };
|
||||
this.connectionManager = new node_http2_connection_manager_1.NodeHttp2ConnectionManager({});
|
||||
@@ -15755,6 +15767,16 @@ var FieldPosition;
|
||||
})(FieldPosition = exports.FieldPosition || (exports.FieldPosition = {}));
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 12842:
|
||||
/***/ ((__unused_webpack_module, exports) => {
|
||||
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 197:
|
||||
@@ -15833,6 +15855,7 @@ tslib_1.__exportStar(__nccwpck_require__(21550), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(88508), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(47447), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(18883), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(12842), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(28006), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(52866), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(17756), exports);
|
||||
|
||||
+23
@@ -12550,6 +12550,12 @@ const set_socket_timeout_1 = __nccwpck_require__(42618);
|
||||
const write_request_body_1 = __nccwpck_require__(73766);
|
||||
exports.DEFAULT_REQUEST_TIMEOUT = 0;
|
||||
class NodeHttpHandler {
|
||||
static create(instanceOrOptions) {
|
||||
if (typeof (instanceOrOptions === null || instanceOrOptions === void 0 ? void 0 : instanceOrOptions.handle) === "function") {
|
||||
return instanceOrOptions;
|
||||
}
|
||||
return new NodeHttpHandler(instanceOrOptions);
|
||||
}
|
||||
constructor(options) {
|
||||
this.metadata = { handlerProtocol: "http/1.1" };
|
||||
this.configProvider = new Promise((resolve, reject) => {
|
||||
@@ -12844,6 +12850,12 @@ const get_transformed_headers_1 = __nccwpck_require__(70508);
|
||||
const node_http2_connection_manager_1 = __nccwpck_require__(5771);
|
||||
const write_request_body_1 = __nccwpck_require__(73766);
|
||||
class NodeHttp2Handler {
|
||||
static create(instanceOrOptions) {
|
||||
if (typeof (instanceOrOptions === null || instanceOrOptions === void 0 ? void 0 : instanceOrOptions.handle) === "function") {
|
||||
return instanceOrOptions;
|
||||
}
|
||||
return new NodeHttp2Handler(instanceOrOptions);
|
||||
}
|
||||
constructor(options) {
|
||||
this.metadata = { handlerProtocol: "h2" };
|
||||
this.connectionManager = new node_http2_connection_manager_1.NodeHttp2ConnectionManager({});
|
||||
@@ -16343,6 +16355,16 @@ var FieldPosition;
|
||||
})(FieldPosition = exports.FieldPosition || (exports.FieldPosition = {}));
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 12842:
|
||||
/***/ ((__unused_webpack_module, exports) => {
|
||||
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 197:
|
||||
@@ -16421,6 +16443,7 @@ tslib_1.__exportStar(__nccwpck_require__(21550), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(88508), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(47447), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(18883), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(12842), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(28006), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(52866), exports);
|
||||
tslib_1.__exportStar(__nccwpck_require__(17756), exports);
|
||||
|
||||
Reference in New Issue
Block a user