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
-7
@@ -1268,7 +1268,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
The following npm package may be included in this product:
|
||||
|
||||
- @aws-sdk/core@3.973.26
|
||||
- @aws-sdk/core@3.973.27
|
||||
|
||||
This package contains the following license:
|
||||
|
||||
@@ -1688,15 +1688,15 @@ Apache License
|
||||
|
||||
The following npm packages may be included in this product:
|
||||
|
||||
- @aws-sdk/credential-provider-env@3.972.24
|
||||
- @aws-sdk/credential-provider-env@3.972.25
|
||||
- @aws-sdk/credential-provider-ini@3.972.28
|
||||
- @aws-sdk/credential-provider-node@3.972.29
|
||||
- @aws-sdk/region-config-resolver@3.972.10
|
||||
- @aws-sdk/token-providers@3.1021.0
|
||||
- @aws-sdk/types@3.973.6
|
||||
- @aws-sdk/types@3.973.7
|
||||
- @aws-sdk/util-endpoints@3.996.5
|
||||
- @aws-sdk/util-locate-window@3.965.5
|
||||
- @aws-sdk/xml-builder@3.972.16
|
||||
- @aws-sdk/xml-builder@3.972.17
|
||||
- @smithy/config-resolver@4.4.14
|
||||
- @smithy/credential-provider-imds@4.2.13
|
||||
- @smithy/fetch-http-handler@5.3.16
|
||||
@@ -1709,7 +1709,7 @@ The following npm packages may be included in this product:
|
||||
- @smithy/node-http-handler@4.5.2
|
||||
- @smithy/property-provider@4.2.13
|
||||
- @smithy/shared-ini-file-loader@4.4.8
|
||||
- @smithy/signature-v4@5.3.12
|
||||
- @smithy/signature-v4@5.3.13
|
||||
- @smithy/util-base64@4.3.2
|
||||
- @smithy/util-body-length-browser@4.2.2
|
||||
- @smithy/util-body-length-node@4.2.3
|
||||
@@ -2833,7 +2833,7 @@ SOFTWARE.
|
||||
|
||||
The following npm package may be included in this product:
|
||||
|
||||
- strnum@2.2.2
|
||||
- strnum@2.2.3
|
||||
|
||||
This package contains the following license:
|
||||
|
||||
@@ -2863,7 +2863,7 @@ SOFTWARE.
|
||||
|
||||
The following npm package may be included in this product:
|
||||
|
||||
- path-expression-matcher@1.2.0
|
||||
- path-expression-matcher@1.5.0
|
||||
|
||||
This package contains the following license:
|
||||
|
||||
|
||||
+37
@@ -28856,6 +28856,28 @@ More information can be found at: https://a.co/c895JFp`);
|
||||
}
|
||||
});
|
||||
|
||||
// node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js
|
||||
var longPollMiddleware, longPollMiddlewareOptions, getLongPollPlugin;
|
||||
var init_longPollMiddleware = __esm({
|
||||
"node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js"() {
|
||||
longPollMiddleware = () => (next, context) => async (args) => {
|
||||
context.__retryLongPoll = true;
|
||||
return next(args);
|
||||
};
|
||||
longPollMiddlewareOptions = {
|
||||
name: "longPollMiddleware",
|
||||
tags: ["RETRY"],
|
||||
step: "initialize",
|
||||
override: true
|
||||
};
|
||||
getLongPollPlugin = (options) => ({
|
||||
applyToStack: (clientStack) => {
|
||||
clientStack.add(longPollMiddleware(), longPollMiddlewareOptions);
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
// node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
|
||||
function setCredentialFeature(credentials, feature, value) {
|
||||
if (!credentials.$source) {
|
||||
@@ -28902,6 +28924,7 @@ var init_setTokenFeature = __esm({
|
||||
var client_exports = {};
|
||||
__export(client_exports, {
|
||||
emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
|
||||
getLongPollPlugin: () => getLongPollPlugin,
|
||||
setCredentialFeature: () => setCredentialFeature,
|
||||
setFeature: () => setFeature2,
|
||||
setTokenFeature: () => setTokenFeature,
|
||||
@@ -28910,6 +28933,7 @@ __export(client_exports, {
|
||||
var init_client = __esm({
|
||||
"node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
|
||||
init_emitWarningIfUnsupportedVersion();
|
||||
init_longPollMiddleware();
|
||||
init_setCredentialFeature();
|
||||
init_setFeature2();
|
||||
init_setTokenFeature();
|
||||
@@ -32238,6 +32262,19 @@ var require_dist_cjs36 = __commonJS({
|
||||
}
|
||||
}
|
||||
};
|
||||
var HEADER_VALUE_TYPE;
|
||||
(function(HEADER_VALUE_TYPE2) {
|
||||
HEADER_VALUE_TYPE2[HEADER_VALUE_TYPE2["boolTrue"] = 0] = "boolTrue";
|
||||
HEADER_VALUE_TYPE2[HEADER_VALUE_TYPE2["boolFalse"] = 1] = "boolFalse";
|
||||
HEADER_VALUE_TYPE2[HEADER_VALUE_TYPE2["byte"] = 2] = "byte";
|
||||
HEADER_VALUE_TYPE2[HEADER_VALUE_TYPE2["short"] = 3] = "short";
|
||||
HEADER_VALUE_TYPE2[HEADER_VALUE_TYPE2["integer"] = 4] = "integer";
|
||||
HEADER_VALUE_TYPE2[HEADER_VALUE_TYPE2["long"] = 5] = "long";
|
||||
HEADER_VALUE_TYPE2[HEADER_VALUE_TYPE2["byteArray"] = 6] = "byteArray";
|
||||
HEADER_VALUE_TYPE2[HEADER_VALUE_TYPE2["string"] = 7] = "string";
|
||||
HEADER_VALUE_TYPE2[HEADER_VALUE_TYPE2["timestamp"] = 8] = "timestamp";
|
||||
HEADER_VALUE_TYPE2[HEADER_VALUE_TYPE2["uuid"] = 9] = "uuid";
|
||||
})(HEADER_VALUE_TYPE || (HEADER_VALUE_TYPE = {}));
|
||||
var UUID_PATTERN = /^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;
|
||||
var Int64 = class _Int64 {
|
||||
bytes;
|
||||
|
||||
Reference in New Issue
Block a user