@aws-sdk/client-glacier 3.1094.0 → 3.1096.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +9 -9
package/dist-cjs/index.js
CHANGED
|
@@ -47,6 +47,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
47
47
|
logger?: import("@smithy/types").Logger;
|
|
48
48
|
}) => import("@smithy/types").EndpointV2;
|
|
49
49
|
tls?: boolean;
|
|
50
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
50
51
|
serviceConfiguredEndpoint?: never;
|
|
51
52
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
52
53
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -57,4 +58,5 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
57
58
|
systemClockOffset?: number;
|
|
58
59
|
signingRegion?: string;
|
|
59
60
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
61
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
60
62
|
};
|
|
@@ -48,6 +48,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
48
48
|
logger?: import("@smithy/types").Logger;
|
|
49
49
|
}) => import("@smithy/types").EndpointV2;
|
|
50
50
|
tls?: boolean;
|
|
51
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
51
52
|
serviceConfiguredEndpoint?: never;
|
|
52
53
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
53
54
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GlacierHttpAuthSchemeProvider;
|
|
@@ -57,4 +58,5 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
57
58
|
systemClockOffset?: number;
|
|
58
59
|
signingRegion?: string;
|
|
59
60
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
61
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
60
62
|
};
|
|
@@ -46,6 +46,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
46
46
|
logger?: import("@smithy/types").Logger;
|
|
47
47
|
}) => import("@smithy/types").EndpointV2;
|
|
48
48
|
tls?: boolean;
|
|
49
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
49
50
|
serviceConfiguredEndpoint?: never;
|
|
50
51
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
51
52
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -56,4 +57,5 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
56
57
|
systemClockOffset?: number;
|
|
57
58
|
signingRegion?: string;
|
|
58
59
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
60
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
59
61
|
};
|
|
@@ -79,6 +79,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
79
79
|
},
|
|
80
80
|
) => import("@smithy/types").EndpointV2;
|
|
81
81
|
tls?: boolean;
|
|
82
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
82
83
|
serviceConfiguredEndpoint?: never;
|
|
83
84
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
84
85
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -98,4 +99,5 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
98
99
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
100
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
101
|
) => import("@smithy/types").RequestSigner;
|
|
102
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
101
103
|
};
|
|
@@ -80,6 +80,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
80
80
|
},
|
|
81
81
|
) => import("@smithy/types").EndpointV2;
|
|
82
82
|
tls?: boolean;
|
|
83
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
83
84
|
serviceConfiguredEndpoint?: never;
|
|
84
85
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
85
86
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GlacierHttpAuthSchemeProvider;
|
|
@@ -98,4 +99,5 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
98
99
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
100
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
101
|
) => import("@smithy/types").RequestSigner;
|
|
102
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
101
103
|
};
|
|
@@ -83,6 +83,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
83
83
|
},
|
|
84
84
|
) => import("@smithy/types").EndpointV2;
|
|
85
85
|
tls?: boolean;
|
|
86
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
86
87
|
serviceConfiguredEndpoint?: never;
|
|
87
88
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
88
89
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -102,4 +103,5 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
102
103
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
103
104
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
104
105
|
) => import("@smithy/types").RequestSigner;
|
|
106
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
105
107
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glacier",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1096.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-glacier",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/body-checksum-browser": "^3.972.
|
|
50
|
-
"@aws-sdk/body-checksum-node": "^3.972.
|
|
51
|
-
"@aws-sdk/core": "^3.
|
|
52
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
53
|
-
"@aws-sdk/middleware-sdk-glacier": "^3.972.
|
|
49
|
+
"@aws-sdk/body-checksum-browser": "^3.972.26",
|
|
50
|
+
"@aws-sdk/body-checksum-node": "^3.972.26",
|
|
51
|
+
"@aws-sdk/core": "^3.977.1",
|
|
52
|
+
"@aws-sdk/credential-provider-node": "^3.972.73",
|
|
53
|
+
"@aws-sdk/middleware-sdk-glacier": "^3.972.25",
|
|
54
54
|
"@aws-sdk/types": "^3.974.2",
|
|
55
|
-
"@smithy/core": "^3.29.
|
|
56
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
57
|
-
"@smithy/node-http-handler": "^4.9.
|
|
55
|
+
"@smithy/core": "^3.29.8",
|
|
56
|
+
"@smithy/fetch-http-handler": "^5.6.10",
|
|
57
|
+
"@smithy/node-http-handler": "^4.9.10",
|
|
58
58
|
"@smithy/types": "^4.16.1",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|