@aws-sdk/client-glacier 3.952.0 → 3.954.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 +402 -264
- package/dist-cjs/runtimeConfig.shared.js +7 -1
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
- package/dist-es/commands/AbortVaultLockCommand.js +2 -2
- package/dist-es/commands/AddTagsToVaultCommand.js +2 -2
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
- package/dist-es/commands/CompleteVaultLockCommand.js +2 -2
- package/dist-es/commands/CreateVaultCommand.js +2 -2
- package/dist-es/commands/DeleteArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteVaultCommand.js +2 -2
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/DescribeJobCommand.js +2 -2
- package/dist-es/commands/DescribeVaultCommand.js +2 -2
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/GetJobOutputCommand.js +2 -2
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/GetVaultLockCommand.js +2 -2
- package/dist-es/commands/GetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/InitiateJobCommand.js +2 -2
- package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -2
- package/dist-es/commands/InitiateVaultLockCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
- package/dist-es/commands/ListPartsCommand.js +2 -2
- package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -2
- package/dist-es/commands/ListTagsForVaultCommand.js +2 -2
- package/dist-es/commands/ListVaultsCommand.js +2 -2
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -2
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/UploadArchiveCommand.js +2 -2
- package/dist-es/commands/UploadMultipartPartCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -1
- package/dist-es/schemas/schemas_0.js +230 -209
- package/dist-types/GlacierClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +118 -131
- package/dist-types/ts3.4/GlacierClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +117 -132
- package/package.json +39 -39
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, HttpRequest as __HttpRequest, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
|
|
11
11
|
import type { AbortVaultLockCommandInput, AbortVaultLockCommandOutput } from "./commands/AbortVaultLockCommand";
|
|
@@ -182,15 +182,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
182
182
|
* Optional extensions
|
|
183
183
|
*/
|
|
184
184
|
extensions?: RuntimeExtension[];
|
|
185
|
-
/**
|
|
186
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
187
|
-
* may be overridden. A default will always be set by the client.
|
|
188
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
189
|
-
* the client.
|
|
190
|
-
* @alpha
|
|
191
|
-
*
|
|
192
|
-
*/
|
|
193
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
194
185
|
/**
|
|
195
186
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
196
187
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
46
46
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
47
47
|
export type { GlacierExtensionConfiguration } from "./extensionConfiguration";
|
|
48
48
|
export * from "./commands";
|
|
49
|
+
export * from "./schemas/schemas_0";
|
|
49
50
|
export * from "./pagination";
|
|
50
51
|
export * from "./waiters";
|
|
51
52
|
export * from "./models/enums";
|
|
@@ -21,8 +21,13 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
21
21
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
22
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
23
23
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
24
|
-
apiVersion: string;
|
|
25
24
|
cacheMiddleware?: boolean | undefined;
|
|
25
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
26
|
+
protocolSettings: {
|
|
27
|
+
defaultNamespace?: string;
|
|
28
|
+
[setting: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
apiVersion: string;
|
|
26
31
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
32
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
33
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -33,7 +38,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
33
38
|
profile?: string;
|
|
34
39
|
logger: import("@smithy/types").Logger;
|
|
35
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
36
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
37
41
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
38
42
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
39
43
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -23,8 +23,13 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
25
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
26
|
-
apiVersion: string;
|
|
27
26
|
cacheMiddleware?: boolean | undefined;
|
|
27
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
28
|
+
protocolSettings: {
|
|
29
|
+
defaultNamespace?: string;
|
|
30
|
+
[setting: string]: unknown;
|
|
31
|
+
};
|
|
32
|
+
apiVersion: string;
|
|
28
33
|
urlParser: import("@smithy/types").UrlParser;
|
|
29
34
|
base64Decoder: import("@smithy/types").Decoder;
|
|
30
35
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -35,7 +40,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
35
40
|
profile?: string;
|
|
36
41
|
logger: import("@smithy/types").Logger;
|
|
37
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
38
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
39
43
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
40
44
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
41
45
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
31
36
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
36
40
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
37
41
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { GlacierClientConfig } from "./GlacierClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GlacierHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
19
24
|
serviceId: string;
|
|
20
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -1,131 +1,118 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var
|
|
3
|
-
export declare var
|
|
4
|
-
export declare var
|
|
5
|
-
export declare var
|
|
6
|
-
export declare var
|
|
7
|
-
export declare var
|
|
8
|
-
export declare var
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var
|
|
31
|
-
export declare var
|
|
32
|
-
export declare var
|
|
33
|
-
export declare var
|
|
34
|
-
export declare var
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var
|
|
37
|
-
export declare var
|
|
38
|
-
export declare var
|
|
39
|
-
export declare var
|
|
40
|
-
export declare var
|
|
41
|
-
export declare var
|
|
42
|
-
export declare var
|
|
43
|
-
export declare var
|
|
44
|
-
export declare var
|
|
45
|
-
export declare var
|
|
46
|
-
export declare var
|
|
47
|
-
export declare var
|
|
48
|
-
export declare var
|
|
49
|
-
export declare var
|
|
50
|
-
export declare var
|
|
51
|
-
export declare var
|
|
52
|
-
export declare var
|
|
53
|
-
export declare var
|
|
54
|
-
export declare var
|
|
55
|
-
export declare var
|
|
56
|
-
export declare var
|
|
57
|
-
export declare var
|
|
58
|
-
export declare var
|
|
59
|
-
export declare var
|
|
60
|
-
export declare var
|
|
61
|
-
export declare var
|
|
62
|
-
export declare var
|
|
63
|
-
export declare var
|
|
64
|
-
export declare var
|
|
65
|
-
export declare var
|
|
66
|
-
export declare var
|
|
67
|
-
export declare var
|
|
68
|
-
export declare var
|
|
69
|
-
export declare var
|
|
70
|
-
export declare var
|
|
71
|
-
export declare var
|
|
72
|
-
export declare var
|
|
73
|
-
export declare var
|
|
74
|
-
export declare var
|
|
75
|
-
export declare var
|
|
76
|
-
export declare var
|
|
77
|
-
export declare var
|
|
78
|
-
export declare var
|
|
79
|
-
export declare var
|
|
80
|
-
export declare var
|
|
81
|
-
export declare var
|
|
82
|
-
export declare var
|
|
83
|
-
export declare var
|
|
84
|
-
export declare var
|
|
85
|
-
export declare var
|
|
86
|
-
export declare var
|
|
87
|
-
export declare var
|
|
88
|
-
export declare var
|
|
89
|
-
export declare var
|
|
90
|
-
export declare var
|
|
91
|
-
export declare var
|
|
92
|
-
export declare var
|
|
93
|
-
export declare var
|
|
94
|
-
export declare var
|
|
95
|
-
export declare var
|
|
96
|
-
export declare var
|
|
97
|
-
export declare var
|
|
98
|
-
export declare var
|
|
99
|
-
export declare var
|
|
100
|
-
export declare var
|
|
101
|
-
export declare var
|
|
102
|
-
export declare var
|
|
103
|
-
export declare var
|
|
104
|
-
export declare var
|
|
105
|
-
export declare var
|
|
106
|
-
export declare var
|
|
107
|
-
export declare var
|
|
108
|
-
export declare var
|
|
109
|
-
export declare var
|
|
110
|
-
export declare var
|
|
111
|
-
export declare var
|
|
112
|
-
export declare var
|
|
113
|
-
export declare var
|
|
114
|
-
export declare var
|
|
115
|
-
export declare var
|
|
116
|
-
export declare var
|
|
117
|
-
export declare var
|
|
118
|
-
export declare var
|
|
119
|
-
export declare var ListJobs: StaticOperationSchema;
|
|
120
|
-
export declare var ListMultipartUploads: StaticOperationSchema;
|
|
121
|
-
export declare var ListParts: StaticOperationSchema;
|
|
122
|
-
export declare var ListProvisionedCapacity: StaticOperationSchema;
|
|
123
|
-
export declare var ListTagsForVault: StaticOperationSchema;
|
|
124
|
-
export declare var ListVaults: StaticOperationSchema;
|
|
125
|
-
export declare var PurchaseProvisionedCapacity: StaticOperationSchema;
|
|
126
|
-
export declare var RemoveTagsFromVault: StaticOperationSchema;
|
|
127
|
-
export declare var SetDataRetrievalPolicy: StaticOperationSchema;
|
|
128
|
-
export declare var SetVaultAccessPolicy: StaticOperationSchema;
|
|
129
|
-
export declare var SetVaultNotifications: StaticOperationSchema;
|
|
130
|
-
export declare var UploadArchive: StaticOperationSchema;
|
|
131
|
-
export declare var UploadMultipartPart: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AbortMultipartUploadInput$: StaticStructureSchema;
|
|
3
|
+
export declare var AbortVaultLockInput$: StaticStructureSchema;
|
|
4
|
+
export declare var AddTagsToVaultInput$: StaticStructureSchema;
|
|
5
|
+
export declare var ArchiveCreationOutput$: StaticStructureSchema;
|
|
6
|
+
export declare var CompleteMultipartUploadInput$: StaticStructureSchema;
|
|
7
|
+
export declare var CompleteVaultLockInput$: StaticStructureSchema;
|
|
8
|
+
export declare var CreateVaultInput$: StaticStructureSchema;
|
|
9
|
+
export declare var CreateVaultOutput$: StaticStructureSchema;
|
|
10
|
+
export declare var CSVInput$: StaticStructureSchema;
|
|
11
|
+
export declare var CSVOutput$: StaticStructureSchema;
|
|
12
|
+
export declare var DataRetrievalPolicy$: StaticStructureSchema;
|
|
13
|
+
export declare var DataRetrievalRule$: StaticStructureSchema;
|
|
14
|
+
export declare var DeleteArchiveInput$: StaticStructureSchema;
|
|
15
|
+
export declare var DeleteVaultAccessPolicyInput$: StaticStructureSchema;
|
|
16
|
+
export declare var DeleteVaultInput$: StaticStructureSchema;
|
|
17
|
+
export declare var DeleteVaultNotificationsInput$: StaticStructureSchema;
|
|
18
|
+
export declare var DescribeJobInput$: StaticStructureSchema;
|
|
19
|
+
export declare var DescribeVaultInput$: StaticStructureSchema;
|
|
20
|
+
export declare var DescribeVaultOutput$: StaticStructureSchema;
|
|
21
|
+
export declare var Encryption$: StaticStructureSchema;
|
|
22
|
+
export declare var GetDataRetrievalPolicyInput$: StaticStructureSchema;
|
|
23
|
+
export declare var GetDataRetrievalPolicyOutput$: StaticStructureSchema;
|
|
24
|
+
export declare var GetJobOutputInput$: StaticStructureSchema;
|
|
25
|
+
export declare var GetJobOutputOutput$: StaticStructureSchema;
|
|
26
|
+
export declare var GetVaultAccessPolicyInput$: StaticStructureSchema;
|
|
27
|
+
export declare var GetVaultAccessPolicyOutput$: StaticStructureSchema;
|
|
28
|
+
export declare var GetVaultLockInput$: StaticStructureSchema;
|
|
29
|
+
export declare var GetVaultLockOutput$: StaticStructureSchema;
|
|
30
|
+
export declare var GetVaultNotificationsInput$: StaticStructureSchema;
|
|
31
|
+
export declare var GetVaultNotificationsOutput$: StaticStructureSchema;
|
|
32
|
+
export declare var GlacierJobDescription$: StaticStructureSchema;
|
|
33
|
+
export declare var Grant$: StaticStructureSchema;
|
|
34
|
+
export declare var Grantee$: StaticStructureSchema;
|
|
35
|
+
export declare var InitiateJobInput$: StaticStructureSchema;
|
|
36
|
+
export declare var InitiateJobOutput$: StaticStructureSchema;
|
|
37
|
+
export declare var InitiateMultipartUploadInput$: StaticStructureSchema;
|
|
38
|
+
export declare var InitiateMultipartUploadOutput$: StaticStructureSchema;
|
|
39
|
+
export declare var InitiateVaultLockInput$: StaticStructureSchema;
|
|
40
|
+
export declare var InitiateVaultLockOutput$: StaticStructureSchema;
|
|
41
|
+
export declare var InputSerialization$: StaticStructureSchema;
|
|
42
|
+
export declare var InsufficientCapacityException$: StaticErrorSchema;
|
|
43
|
+
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
44
|
+
export declare var InventoryRetrievalJobDescription$: StaticStructureSchema;
|
|
45
|
+
export declare var InventoryRetrievalJobInput$: StaticStructureSchema;
|
|
46
|
+
export declare var JobParameters$: StaticStructureSchema;
|
|
47
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
48
|
+
export declare var ListJobsInput$: StaticStructureSchema;
|
|
49
|
+
export declare var ListJobsOutput$: StaticStructureSchema;
|
|
50
|
+
export declare var ListMultipartUploadsInput$: StaticStructureSchema;
|
|
51
|
+
export declare var ListMultipartUploadsOutput$: StaticStructureSchema;
|
|
52
|
+
export declare var ListPartsInput$: StaticStructureSchema;
|
|
53
|
+
export declare var ListPartsOutput$: StaticStructureSchema;
|
|
54
|
+
export declare var ListProvisionedCapacityInput$: StaticStructureSchema;
|
|
55
|
+
export declare var ListProvisionedCapacityOutput$: StaticStructureSchema;
|
|
56
|
+
export declare var ListTagsForVaultInput$: StaticStructureSchema;
|
|
57
|
+
export declare var ListTagsForVaultOutput$: StaticStructureSchema;
|
|
58
|
+
export declare var ListVaultsInput$: StaticStructureSchema;
|
|
59
|
+
export declare var ListVaultsOutput$: StaticStructureSchema;
|
|
60
|
+
export declare var MissingParameterValueException$: StaticErrorSchema;
|
|
61
|
+
export declare var NoLongerSupportedException$: StaticErrorSchema;
|
|
62
|
+
export declare var OutputLocation$: StaticStructureSchema;
|
|
63
|
+
export declare var OutputSerialization$: StaticStructureSchema;
|
|
64
|
+
export declare var PartListElement$: StaticStructureSchema;
|
|
65
|
+
export declare var PolicyEnforcedException$: StaticErrorSchema;
|
|
66
|
+
export declare var ProvisionedCapacityDescription$: StaticStructureSchema;
|
|
67
|
+
export declare var PurchaseProvisionedCapacityInput$: StaticStructureSchema;
|
|
68
|
+
export declare var PurchaseProvisionedCapacityOutput$: StaticStructureSchema;
|
|
69
|
+
export declare var RemoveTagsFromVaultInput$: StaticStructureSchema;
|
|
70
|
+
export declare var RequestTimeoutException$: StaticErrorSchema;
|
|
71
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
72
|
+
export declare var S3Location$: StaticStructureSchema;
|
|
73
|
+
export declare var SelectParameters$: StaticStructureSchema;
|
|
74
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
75
|
+
export declare var SetDataRetrievalPolicyInput$: StaticStructureSchema;
|
|
76
|
+
export declare var SetVaultAccessPolicyInput$: StaticStructureSchema;
|
|
77
|
+
export declare var SetVaultNotificationsInput$: StaticStructureSchema;
|
|
78
|
+
export declare var UploadArchiveInput$: StaticStructureSchema;
|
|
79
|
+
export declare var UploadListElement$: StaticStructureSchema;
|
|
80
|
+
export declare var UploadMultipartPartInput$: StaticStructureSchema;
|
|
81
|
+
export declare var UploadMultipartPartOutput$: StaticStructureSchema;
|
|
82
|
+
export declare var VaultAccessPolicy$: StaticStructureSchema;
|
|
83
|
+
export declare var VaultLockPolicy$: StaticStructureSchema;
|
|
84
|
+
export declare var VaultNotificationConfig$: StaticStructureSchema;
|
|
85
|
+
export declare var GlacierServiceException$: StaticErrorSchema;
|
|
86
|
+
export declare var AbortMultipartUpload$: StaticOperationSchema;
|
|
87
|
+
export declare var AbortVaultLock$: StaticOperationSchema;
|
|
88
|
+
export declare var AddTagsToVault$: StaticOperationSchema;
|
|
89
|
+
export declare var CompleteMultipartUpload$: StaticOperationSchema;
|
|
90
|
+
export declare var CompleteVaultLock$: StaticOperationSchema;
|
|
91
|
+
export declare var CreateVault$: StaticOperationSchema;
|
|
92
|
+
export declare var DeleteArchive$: StaticOperationSchema;
|
|
93
|
+
export declare var DeleteVault$: StaticOperationSchema;
|
|
94
|
+
export declare var DeleteVaultAccessPolicy$: StaticOperationSchema;
|
|
95
|
+
export declare var DeleteVaultNotifications$: StaticOperationSchema;
|
|
96
|
+
export declare var DescribeJob$: StaticOperationSchema;
|
|
97
|
+
export declare var DescribeVault$: StaticOperationSchema;
|
|
98
|
+
export declare var GetDataRetrievalPolicy$: StaticOperationSchema;
|
|
99
|
+
export declare var GetJobOutput$: StaticOperationSchema;
|
|
100
|
+
export declare var GetVaultAccessPolicy$: StaticOperationSchema;
|
|
101
|
+
export declare var GetVaultLock$: StaticOperationSchema;
|
|
102
|
+
export declare var GetVaultNotifications$: StaticOperationSchema;
|
|
103
|
+
export declare var InitiateJob$: StaticOperationSchema;
|
|
104
|
+
export declare var InitiateMultipartUpload$: StaticOperationSchema;
|
|
105
|
+
export declare var InitiateVaultLock$: StaticOperationSchema;
|
|
106
|
+
export declare var ListJobs$: StaticOperationSchema;
|
|
107
|
+
export declare var ListMultipartUploads$: StaticOperationSchema;
|
|
108
|
+
export declare var ListParts$: StaticOperationSchema;
|
|
109
|
+
export declare var ListProvisionedCapacity$: StaticOperationSchema;
|
|
110
|
+
export declare var ListTagsForVault$: StaticOperationSchema;
|
|
111
|
+
export declare var ListVaults$: StaticOperationSchema;
|
|
112
|
+
export declare var PurchaseProvisionedCapacity$: StaticOperationSchema;
|
|
113
|
+
export declare var RemoveTagsFromVault$: StaticOperationSchema;
|
|
114
|
+
export declare var SetDataRetrievalPolicy$: StaticOperationSchema;
|
|
115
|
+
export declare var SetVaultAccessPolicy$: StaticOperationSchema;
|
|
116
|
+
export declare var SetVaultNotifications$: StaticOperationSchema;
|
|
117
|
+
export declare var UploadArchive$: StaticOperationSchema;
|
|
118
|
+
export declare var UploadMultipartPart$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
@@ -288,7 +285,6 @@ export interface ClientDefaults
|
|
|
288
285
|
retryMode?: string | __Provider<string>;
|
|
289
286
|
logger?: __Logger;
|
|
290
287
|
extensions?: RuntimeExtension[];
|
|
291
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
292
288
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
293
289
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
294
290
|
}
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { GlacierExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./waiters";
|
|
9
10
|
export * from "./models/enums";
|
|
@@ -35,8 +35,16 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
35
35
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
36
36
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
37
37
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
38
|
-
apiVersion: string;
|
|
39
38
|
cacheMiddleware?: boolean | undefined;
|
|
39
|
+
protocol:
|
|
40
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
41
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
42
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
43
|
+
protocolSettings: {
|
|
44
|
+
defaultNamespace?: string;
|
|
45
|
+
[setting: string]: unknown;
|
|
46
|
+
};
|
|
47
|
+
apiVersion: string;
|
|
40
48
|
urlParser: import("@smithy/types").UrlParser;
|
|
41
49
|
base64Decoder: import("@smithy/types").Decoder;
|
|
42
50
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -47,10 +55,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
47
55
|
profile?: string;
|
|
48
56
|
logger: import("@smithy/types").Logger;
|
|
49
57
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
51
|
-
import("@smithy/types").HttpRequest,
|
|
52
|
-
import("@smithy/types").HttpResponse
|
|
53
|
-
>;
|
|
54
58
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
55
59
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
60
|
userAgentAppId?:
|
|
@@ -35,8 +35,16 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
35
35
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
36
36
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
37
37
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
38
|
-
apiVersion: string;
|
|
39
38
|
cacheMiddleware?: boolean | undefined;
|
|
39
|
+
protocol:
|
|
40
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
41
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
42
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
43
|
+
protocolSettings: {
|
|
44
|
+
defaultNamespace?: string;
|
|
45
|
+
[setting: string]: unknown;
|
|
46
|
+
};
|
|
47
|
+
apiVersion: string;
|
|
40
48
|
urlParser: import("@smithy/types").UrlParser;
|
|
41
49
|
base64Decoder: import("@smithy/types").Decoder;
|
|
42
50
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -47,10 +55,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
47
55
|
profile?: string;
|
|
48
56
|
logger: import("@smithy/types").Logger;
|
|
49
57
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
51
|
-
import("@smithy/types").HttpRequest,
|
|
52
|
-
import("@smithy/types").HttpResponse
|
|
53
|
-
>;
|
|
54
58
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
55
59
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
60
|
retryStrategy?:
|
|
@@ -8,8 +8,16 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
8
8
|
| Record<string, unknown>
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
|
-
apiVersion: string;
|
|
12
11
|
cacheMiddleware?: boolean;
|
|
12
|
+
protocol:
|
|
13
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
16
|
+
protocolSettings: {
|
|
17
|
+
defaultNamespace?: string;
|
|
18
|
+
[setting: string]: unknown;
|
|
19
|
+
};
|
|
20
|
+
apiVersion: string;
|
|
13
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
14
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
23
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -46,10 +54,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
46
54
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
47
55
|
logger: import("@smithy/types").Logger;
|
|
48
56
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
49
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
50
|
-
import("@smithy/types").HttpRequest,
|
|
51
|
-
import("@smithy/types").HttpResponse
|
|
52
|
-
>;
|
|
53
57
|
defaultsMode:
|
|
54
58
|
| import("@smithy/smithy-client").DefaultsMode
|
|
55
59
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { GlacierClientConfig } from "./GlacierClient";
|
|
2
3
|
export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
3
4
|
apiVersion: string;
|
|
@@ -14,10 +15,14 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GlacierHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol:
|
|
18
|
-
import("@smithy/types").
|
|
19
|
-
import("@smithy/types").
|
|
20
|
-
|
|
18
|
+
protocol:
|
|
19
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
20
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
21
|
+
| typeof AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
[setting: string]: unknown;
|
|
24
|
+
defaultNamespace?: string;
|
|
25
|
+
};
|
|
21
26
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
22
27
|
serviceId: string;
|
|
23
28
|
urlParser: import("@smithy/types").UrlParser;
|