@aws-sdk/client-glacier 3.489.0 → 3.495.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/Glacier.js +1 -77
- package/dist-cjs/GlacierClient.js +1 -45
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +1 -28
- package/dist-cjs/commands/AbortVaultLockCommand.js +1 -28
- package/dist-cjs/commands/AddTagsToVaultCommand.js +1 -28
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +1 -28
- package/dist-cjs/commands/CompleteVaultLockCommand.js +1 -28
- package/dist-cjs/commands/CreateVaultCommand.js +1 -28
- package/dist-cjs/commands/DeleteArchiveCommand.js +1 -28
- package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteVaultCommand.js +1 -28
- package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +1 -28
- package/dist-cjs/commands/DescribeJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeVaultCommand.js +1 -28
- package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetJobOutputCommand.js +1 -29
- package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetVaultLockCommand.js +1 -28
- package/dist-cjs/commands/GetVaultNotificationsCommand.js +1 -28
- package/dist-cjs/commands/InitiateJobCommand.js +1 -28
- package/dist-cjs/commands/InitiateMultipartUploadCommand.js +1 -28
- package/dist-cjs/commands/InitiateVaultLockCommand.js +1 -28
- package/dist-cjs/commands/ListJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +1 -28
- package/dist-cjs/commands/ListPartsCommand.js +1 -28
- package/dist-cjs/commands/ListProvisionedCapacityCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForVaultCommand.js +1 -28
- package/dist-cjs/commands/ListVaultsCommand.js +1 -28
- package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +1 -28
- package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +1 -28
- package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +1 -28
- package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/SetVaultNotificationsCommand.js +1 -28
- package/dist-cjs/commands/UploadArchiveCommand.js +1 -29
- package/dist-cjs/commands/UploadMultipartPartCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -36
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3220 -12
- package/dist-cjs/models/GlacierServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -188
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMultipartUploadsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPartsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVaultsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2074
- package/dist-cjs/runtimeConfig.shared.js +10 -0
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -5
- package/dist-cjs/waiters/waitForVaultExists.js +1 -31
- package/dist-cjs/waiters/waitForVaultNotExists.js +1 -31
- package/dist-es/GlacierClient.js +17 -4
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/runtimeConfig.shared.js +10 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/GlacierClient.d.ts +16 -14
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/runtimeConfig.d.ts +5 -3
- package/dist-types/runtimeConfig.native.d.ts +6 -4
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/GlacierClient.d.ts +11 -9
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -8
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +45 -45
package/dist-cjs/Glacier.js
CHANGED
|
@@ -1,77 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Glacier = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AbortMultipartUploadCommand_1 = require("./commands/AbortMultipartUploadCommand");
|
|
6
|
-
const AbortVaultLockCommand_1 = require("./commands/AbortVaultLockCommand");
|
|
7
|
-
const AddTagsToVaultCommand_1 = require("./commands/AddTagsToVaultCommand");
|
|
8
|
-
const CompleteMultipartUploadCommand_1 = require("./commands/CompleteMultipartUploadCommand");
|
|
9
|
-
const CompleteVaultLockCommand_1 = require("./commands/CompleteVaultLockCommand");
|
|
10
|
-
const CreateVaultCommand_1 = require("./commands/CreateVaultCommand");
|
|
11
|
-
const DeleteArchiveCommand_1 = require("./commands/DeleteArchiveCommand");
|
|
12
|
-
const DeleteVaultAccessPolicyCommand_1 = require("./commands/DeleteVaultAccessPolicyCommand");
|
|
13
|
-
const DeleteVaultCommand_1 = require("./commands/DeleteVaultCommand");
|
|
14
|
-
const DeleteVaultNotificationsCommand_1 = require("./commands/DeleteVaultNotificationsCommand");
|
|
15
|
-
const DescribeJobCommand_1 = require("./commands/DescribeJobCommand");
|
|
16
|
-
const DescribeVaultCommand_1 = require("./commands/DescribeVaultCommand");
|
|
17
|
-
const GetDataRetrievalPolicyCommand_1 = require("./commands/GetDataRetrievalPolicyCommand");
|
|
18
|
-
const GetJobOutputCommand_1 = require("./commands/GetJobOutputCommand");
|
|
19
|
-
const GetVaultAccessPolicyCommand_1 = require("./commands/GetVaultAccessPolicyCommand");
|
|
20
|
-
const GetVaultLockCommand_1 = require("./commands/GetVaultLockCommand");
|
|
21
|
-
const GetVaultNotificationsCommand_1 = require("./commands/GetVaultNotificationsCommand");
|
|
22
|
-
const InitiateJobCommand_1 = require("./commands/InitiateJobCommand");
|
|
23
|
-
const InitiateMultipartUploadCommand_1 = require("./commands/InitiateMultipartUploadCommand");
|
|
24
|
-
const InitiateVaultLockCommand_1 = require("./commands/InitiateVaultLockCommand");
|
|
25
|
-
const ListJobsCommand_1 = require("./commands/ListJobsCommand");
|
|
26
|
-
const ListMultipartUploadsCommand_1 = require("./commands/ListMultipartUploadsCommand");
|
|
27
|
-
const ListPartsCommand_1 = require("./commands/ListPartsCommand");
|
|
28
|
-
const ListProvisionedCapacityCommand_1 = require("./commands/ListProvisionedCapacityCommand");
|
|
29
|
-
const ListTagsForVaultCommand_1 = require("./commands/ListTagsForVaultCommand");
|
|
30
|
-
const ListVaultsCommand_1 = require("./commands/ListVaultsCommand");
|
|
31
|
-
const PurchaseProvisionedCapacityCommand_1 = require("./commands/PurchaseProvisionedCapacityCommand");
|
|
32
|
-
const RemoveTagsFromVaultCommand_1 = require("./commands/RemoveTagsFromVaultCommand");
|
|
33
|
-
const SetDataRetrievalPolicyCommand_1 = require("./commands/SetDataRetrievalPolicyCommand");
|
|
34
|
-
const SetVaultAccessPolicyCommand_1 = require("./commands/SetVaultAccessPolicyCommand");
|
|
35
|
-
const SetVaultNotificationsCommand_1 = require("./commands/SetVaultNotificationsCommand");
|
|
36
|
-
const UploadArchiveCommand_1 = require("./commands/UploadArchiveCommand");
|
|
37
|
-
const UploadMultipartPartCommand_1 = require("./commands/UploadMultipartPartCommand");
|
|
38
|
-
const GlacierClient_1 = require("./GlacierClient");
|
|
39
|
-
const commands = {
|
|
40
|
-
AbortMultipartUploadCommand: AbortMultipartUploadCommand_1.AbortMultipartUploadCommand,
|
|
41
|
-
AbortVaultLockCommand: AbortVaultLockCommand_1.AbortVaultLockCommand,
|
|
42
|
-
AddTagsToVaultCommand: AddTagsToVaultCommand_1.AddTagsToVaultCommand,
|
|
43
|
-
CompleteMultipartUploadCommand: CompleteMultipartUploadCommand_1.CompleteMultipartUploadCommand,
|
|
44
|
-
CompleteVaultLockCommand: CompleteVaultLockCommand_1.CompleteVaultLockCommand,
|
|
45
|
-
CreateVaultCommand: CreateVaultCommand_1.CreateVaultCommand,
|
|
46
|
-
DeleteArchiveCommand: DeleteArchiveCommand_1.DeleteArchiveCommand,
|
|
47
|
-
DeleteVaultCommand: DeleteVaultCommand_1.DeleteVaultCommand,
|
|
48
|
-
DeleteVaultAccessPolicyCommand: DeleteVaultAccessPolicyCommand_1.DeleteVaultAccessPolicyCommand,
|
|
49
|
-
DeleteVaultNotificationsCommand: DeleteVaultNotificationsCommand_1.DeleteVaultNotificationsCommand,
|
|
50
|
-
DescribeJobCommand: DescribeJobCommand_1.DescribeJobCommand,
|
|
51
|
-
DescribeVaultCommand: DescribeVaultCommand_1.DescribeVaultCommand,
|
|
52
|
-
GetDataRetrievalPolicyCommand: GetDataRetrievalPolicyCommand_1.GetDataRetrievalPolicyCommand,
|
|
53
|
-
GetJobOutputCommand: GetJobOutputCommand_1.GetJobOutputCommand,
|
|
54
|
-
GetVaultAccessPolicyCommand: GetVaultAccessPolicyCommand_1.GetVaultAccessPolicyCommand,
|
|
55
|
-
GetVaultLockCommand: GetVaultLockCommand_1.GetVaultLockCommand,
|
|
56
|
-
GetVaultNotificationsCommand: GetVaultNotificationsCommand_1.GetVaultNotificationsCommand,
|
|
57
|
-
InitiateJobCommand: InitiateJobCommand_1.InitiateJobCommand,
|
|
58
|
-
InitiateMultipartUploadCommand: InitiateMultipartUploadCommand_1.InitiateMultipartUploadCommand,
|
|
59
|
-
InitiateVaultLockCommand: InitiateVaultLockCommand_1.InitiateVaultLockCommand,
|
|
60
|
-
ListJobsCommand: ListJobsCommand_1.ListJobsCommand,
|
|
61
|
-
ListMultipartUploadsCommand: ListMultipartUploadsCommand_1.ListMultipartUploadsCommand,
|
|
62
|
-
ListPartsCommand: ListPartsCommand_1.ListPartsCommand,
|
|
63
|
-
ListProvisionedCapacityCommand: ListProvisionedCapacityCommand_1.ListProvisionedCapacityCommand,
|
|
64
|
-
ListTagsForVaultCommand: ListTagsForVaultCommand_1.ListTagsForVaultCommand,
|
|
65
|
-
ListVaultsCommand: ListVaultsCommand_1.ListVaultsCommand,
|
|
66
|
-
PurchaseProvisionedCapacityCommand: PurchaseProvisionedCapacityCommand_1.PurchaseProvisionedCapacityCommand,
|
|
67
|
-
RemoveTagsFromVaultCommand: RemoveTagsFromVaultCommand_1.RemoveTagsFromVaultCommand,
|
|
68
|
-
SetDataRetrievalPolicyCommand: SetDataRetrievalPolicyCommand_1.SetDataRetrievalPolicyCommand,
|
|
69
|
-
SetVaultAccessPolicyCommand: SetVaultAccessPolicyCommand_1.SetVaultAccessPolicyCommand,
|
|
70
|
-
SetVaultNotificationsCommand: SetVaultNotificationsCommand_1.SetVaultNotificationsCommand,
|
|
71
|
-
UploadArchiveCommand: UploadArchiveCommand_1.UploadArchiveCommand,
|
|
72
|
-
UploadMultipartPartCommand: UploadMultipartPartCommand_1.UploadMultipartPartCommand,
|
|
73
|
-
};
|
|
74
|
-
class Glacier extends GlacierClient_1.GlacierClient {
|
|
75
|
-
}
|
|
76
|
-
exports.Glacier = Glacier;
|
|
77
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Glacier);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,45 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GlacierClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_sdk_glacier_1 = require("@aws-sdk/middleware-sdk-glacier");
|
|
8
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
9
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
10
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
11
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
12
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
13
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
16
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
17
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
18
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
19
|
-
class GlacierClient extends smithy_client_1.Client {
|
|
20
|
-
constructor(...[configuration]) {
|
|
21
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
22
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
23
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
24
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
25
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
26
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
27
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
28
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
29
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
30
|
-
super(_config_8);
|
|
31
|
-
this.config = _config_8;
|
|
32
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_sdk_glacier_1.getGlacierPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
38
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
39
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
40
|
-
}
|
|
41
|
-
destroy() {
|
|
42
|
-
super.destroy();
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.GlacierClient = GlacierClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.resolveHttpAuthSchemeConfig = exports.defaultGlacierHttpAuthSchemeProvider = exports.defaultGlacierHttpAuthSchemeParametersProvider = void 0;
|
|
4
|
+
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const util_middleware_1 = require("@smithy/util-middleware");
|
|
6
|
+
const defaultGlacierHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
|
+
return {
|
|
8
|
+
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
+
region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
|
|
10
|
+
(() => {
|
|
11
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
12
|
+
})(),
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
exports.defaultGlacierHttpAuthSchemeParametersProvider = defaultGlacierHttpAuthSchemeParametersProvider;
|
|
16
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
17
|
+
return {
|
|
18
|
+
schemeId: "aws.auth#sigv4",
|
|
19
|
+
signingProperties: {
|
|
20
|
+
name: "glacier",
|
|
21
|
+
region: authParameters.region,
|
|
22
|
+
},
|
|
23
|
+
propertiesExtractor: (config, context) => ({
|
|
24
|
+
signingProperties: {
|
|
25
|
+
config,
|
|
26
|
+
context,
|
|
27
|
+
},
|
|
28
|
+
}),
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
const defaultGlacierHttpAuthSchemeProvider = (authParameters) => {
|
|
32
|
+
const options = [];
|
|
33
|
+
switch (authParameters.operation) {
|
|
34
|
+
default: {
|
|
35
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return options;
|
|
39
|
+
};
|
|
40
|
+
exports.defaultGlacierHttpAuthSchemeProvider = defaultGlacierHttpAuthSchemeProvider;
|
|
41
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
42
|
+
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
43
|
+
return {
|
|
44
|
+
...config_0,
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AbortMultipartUploadCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AbortMultipartUploadCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "AbortMultipartUpload", {})
|
|
22
|
-
.n("GlacierClient", "AbortMultipartUploadCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AbortMultipartUploadCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AbortMultipartUploadCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AbortMultipartUploadCommand = AbortMultipartUploadCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AbortVaultLockCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AbortVaultLockCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "AbortVaultLock", {})
|
|
22
|
-
.n("GlacierClient", "AbortVaultLockCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AbortVaultLockCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AbortVaultLockCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AbortVaultLockCommand = AbortVaultLockCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddTagsToVaultCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AddTagsToVaultCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "AddTagsToVault", {})
|
|
22
|
-
.n("GlacierClient", "AddTagsToVaultCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AddTagsToVaultCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AddTagsToVaultCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AddTagsToVaultCommand = AddTagsToVaultCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompleteMultipartUploadCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CompleteMultipartUploadCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "CompleteMultipartUpload", {})
|
|
22
|
-
.n("GlacierClient", "CompleteMultipartUploadCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CompleteMultipartUploadCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CompleteMultipartUploadCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CompleteMultipartUploadCommand = CompleteMultipartUploadCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompleteVaultLockCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CompleteVaultLockCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "CompleteVaultLock", {})
|
|
22
|
-
.n("GlacierClient", "CompleteVaultLockCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CompleteVaultLockCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CompleteVaultLockCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CompleteVaultLockCommand = CompleteVaultLockCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateVaultCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateVaultCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "CreateVault", {})
|
|
22
|
-
.n("GlacierClient", "CreateVaultCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateVaultCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateVaultCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateVaultCommand = CreateVaultCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteArchiveCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteArchiveCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "DeleteArchive", {})
|
|
22
|
-
.n("GlacierClient", "DeleteArchiveCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteArchiveCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteArchiveCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteArchiveCommand = DeleteArchiveCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteVaultAccessPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteVaultAccessPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "DeleteVaultAccessPolicy", {})
|
|
22
|
-
.n("GlacierClient", "DeleteVaultAccessPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteVaultAccessPolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteVaultAccessPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteVaultAccessPolicyCommand = DeleteVaultAccessPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteVaultCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteVaultCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "DeleteVault", {})
|
|
22
|
-
.n("GlacierClient", "DeleteVaultCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteVaultCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteVaultCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteVaultCommand = DeleteVaultCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteVaultNotificationsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteVaultNotificationsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "DeleteVaultNotifications", {})
|
|
22
|
-
.n("GlacierClient", "DeleteVaultNotificationsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteVaultNotificationsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteVaultNotificationsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteVaultNotificationsCommand = DeleteVaultNotificationsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DescribeJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "DescribeJob", {})
|
|
22
|
-
.n("GlacierClient", "DescribeJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DescribeJobCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DescribeJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeJobCommand = DescribeJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeVaultCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DescribeVaultCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "DescribeVault", {})
|
|
22
|
-
.n("GlacierClient", "DescribeVaultCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DescribeVaultCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DescribeVaultCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeVaultCommand = DescribeVaultCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDataRetrievalPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetDataRetrievalPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "GetDataRetrievalPolicy", {})
|
|
22
|
-
.n("GlacierClient", "GetDataRetrievalPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetDataRetrievalPolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetDataRetrievalPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetDataRetrievalPolicyCommand = GetDataRetrievalPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetJobOutputCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetJobOutputCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Glacier", "GetJobOutput", {})
|
|
23
|
-
.n("GlacierClient", "GetJobOutputCommand")
|
|
24
|
-
.f(void 0, models_0_1.GetJobOutputOutputFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_GetJobOutputCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_GetJobOutputCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.GetJobOutputCommand = GetJobOutputCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetVaultAccessPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetVaultAccessPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Glacier", "GetVaultAccessPolicy", {})
|
|
22
|
-
.n("GlacierClient", "GetVaultAccessPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetVaultAccessPolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetVaultAccessPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetVaultAccessPolicyCommand = GetVaultAccessPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|