@aws-sdk/client-glacier 3.477.0 → 3.481.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/commands/AbortMultipartUploadCommand.js +18 -41
- package/dist-cjs/commands/AbortVaultLockCommand.js +18 -41
- package/dist-cjs/commands/AddTagsToVaultCommand.js +18 -41
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +18 -41
- package/dist-cjs/commands/CompleteVaultLockCommand.js +18 -41
- package/dist-cjs/commands/CreateVaultCommand.js +18 -41
- package/dist-cjs/commands/DeleteArchiveCommand.js +18 -41
- package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteVaultCommand.js +18 -41
- package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeVaultCommand.js +18 -41
- package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetJobOutputCommand.js +18 -41
- package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetVaultLockCommand.js +18 -41
- package/dist-cjs/commands/GetVaultNotificationsCommand.js +18 -41
- package/dist-cjs/commands/InitiateJobCommand.js +18 -41
- package/dist-cjs/commands/InitiateMultipartUploadCommand.js +18 -41
- package/dist-cjs/commands/InitiateVaultLockCommand.js +18 -41
- package/dist-cjs/commands/ListJobsCommand.js +18 -41
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +18 -41
- package/dist-cjs/commands/ListPartsCommand.js +18 -41
- package/dist-cjs/commands/ListProvisionedCapacityCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForVaultCommand.js +18 -41
- package/dist-cjs/commands/ListVaultsCommand.js +18 -41
- package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +18 -41
- package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +18 -41
- package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +18 -41
- package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +18 -41
- package/dist-cjs/commands/SetVaultNotificationsCommand.js +18 -41
- package/dist-cjs/commands/UploadArchiveCommand.js +18 -41
- package/dist-cjs/commands/UploadMultipartPartCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMultipartUploadsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPartsPaginator.js +2 -24
- package/dist-cjs/pagination/ListVaultsPaginator.js +2 -24
- package/dist-es/commands/AbortMultipartUploadCommand.js +18 -41
- package/dist-es/commands/AbortVaultLockCommand.js +18 -41
- package/dist-es/commands/AddTagsToVaultCommand.js +18 -41
- package/dist-es/commands/CompleteMultipartUploadCommand.js +18 -41
- package/dist-es/commands/CompleteVaultLockCommand.js +18 -41
- package/dist-es/commands/CreateVaultCommand.js +18 -41
- package/dist-es/commands/DeleteArchiveCommand.js +18 -41
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteVaultCommand.js +18 -41
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +18 -41
- package/dist-es/commands/DescribeJobCommand.js +18 -41
- package/dist-es/commands/DescribeVaultCommand.js +18 -41
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +18 -41
- package/dist-es/commands/GetJobOutputCommand.js +18 -41
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +18 -41
- package/dist-es/commands/GetVaultLockCommand.js +18 -41
- package/dist-es/commands/GetVaultNotificationsCommand.js +18 -41
- package/dist-es/commands/InitiateJobCommand.js +18 -41
- package/dist-es/commands/InitiateMultipartUploadCommand.js +18 -41
- package/dist-es/commands/InitiateVaultLockCommand.js +18 -41
- package/dist-es/commands/ListJobsCommand.js +18 -41
- package/dist-es/commands/ListMultipartUploadsCommand.js +18 -41
- package/dist-es/commands/ListPartsCommand.js +18 -41
- package/dist-es/commands/ListProvisionedCapacityCommand.js +18 -41
- package/dist-es/commands/ListTagsForVaultCommand.js +18 -41
- package/dist-es/commands/ListVaultsCommand.js +18 -41
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +18 -41
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +18 -41
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +18 -41
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +18 -41
- package/dist-es/commands/SetVaultNotificationsCommand.js +18 -41
- package/dist-es/commands/UploadArchiveCommand.js +18 -41
- package/dist-es/commands/UploadMultipartPartCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListJobsPaginator.js +2 -23
- package/dist-es/pagination/ListMultipartUploadsPaginator.js +2 -23
- package/dist-es/pagination/ListPartsPaginator.js +2 -23
- package/dist-es/pagination/ListVaultsPaginator.js +2 -23
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -21
- package/dist-types/commands/AbortVaultLockCommand.d.ts +6 -21
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +6 -21
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -21
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +6 -21
- package/dist-types/commands/CreateVaultCommand.d.ts +6 -21
- package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVaultCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVaultCommand.d.ts +6 -21
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetJobOutputCommand.d.ts +6 -21
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetVaultLockCommand.d.ts +6 -21
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +6 -21
- package/dist-types/commands/InitiateJobCommand.d.ts +6 -21
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +6 -21
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +6 -21
- package/dist-types/commands/ListJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -21
- package/dist-types/commands/ListPartsCommand.d.ts +6 -21
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +6 -21
- package/dist-types/commands/ListVaultsCommand.d.ts +6 -21
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +6 -21
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +6 -21
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +6 -21
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +6 -21
- package/dist-types/commands/UploadArchiveCommand.d.ts +6 -21
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultipartUploadsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVaultsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +13 -20
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +13 -20
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +13 -20
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMultipartUploadsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListVaultsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AbortVaultLockCommand, se_AbortVaultLockCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AbortVaultLockCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "GlacierClient";
|
|
26
|
-
const commandName = "AbortVaultLockCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "AbortVaultLock",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AbortVaultLockCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AbortVaultLockCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AbortVaultLockCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Glacier", "AbortVaultLock", {})
|
|
19
|
+
.n("GlacierClient", "AbortVaultLockCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AbortVaultLockCommand)
|
|
22
|
+
.de(de_AbortVaultLockCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AddTagsToVaultCommand, se_AddTagsToVaultCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AddTagsToVaultCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "GlacierClient";
|
|
26
|
-
const commandName = "AddTagsToVaultCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "AddTagsToVault",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AddTagsToVaultCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AddTagsToVaultCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AddTagsToVaultCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Glacier", "AddTagsToVault", {})
|
|
19
|
+
.n("GlacierClient", "AddTagsToVaultCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AddTagsToVaultCommand)
|
|
22
|
+
.de(de_AddTagsToVaultCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CompleteMultipartUploadCommand, se_CompleteMultipartUploadCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CompleteMultipartUploadCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "GlacierClient";
|
|
26
|
-
const commandName = "CompleteMultipartUploadCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "CompleteMultipartUpload",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CompleteMultipartUploadCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CompleteMultipartUploadCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CompleteMultipartUploadCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Glacier", "CompleteMultipartUpload", {})
|
|
19
|
+
.n("GlacierClient", "CompleteMultipartUploadCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CompleteMultipartUploadCommand)
|
|
22
|
+
.de(de_CompleteMultipartUploadCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CompleteVaultLockCommand, se_CompleteVaultLockCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CompleteVaultLockCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "GlacierClient";
|
|
26
|
-
const commandName = "CompleteVaultLockCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "CompleteVaultLock",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CompleteVaultLockCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CompleteVaultLockCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CompleteVaultLockCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Glacier", "CompleteVaultLock", {})
|
|
19
|
+
.n("GlacierClient", "CompleteVaultLockCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CompleteVaultLockCommand)
|
|
22
|
+
.de(de_CompleteVaultLockCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateVaultCommand, se_CreateVaultCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateVaultCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "GlacierClient";
|
|
26
|
-
const commandName = "CreateVaultCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "CreateVault",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateVaultCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateVaultCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateVaultCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Glacier", "CreateVault", {})
|
|
19
|
+
.n("GlacierClient", "CreateVaultCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateVaultCommand)
|
|
22
|
+
.de(de_CreateVaultCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteArchiveCommand, se_DeleteArchiveCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteArchiveCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "GlacierClient";
|
|
26
|
-
const commandName = "DeleteArchiveCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "DeleteArchive",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteArchiveCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteArchiveCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteArchiveCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Glacier", "DeleteArchive", {})
|
|
19
|
+
.n("GlacierClient", "DeleteArchiveCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteArchiveCommand)
|
|
22
|
+
.de(de_DeleteArchiveCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteVaultAccessPolicyCommand, se_DeleteVaultAccessPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteVaultAccessPolicyCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "GlacierClient";
|
|
26
|
-
const commandName = "DeleteVaultAccessPolicyCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "DeleteVaultAccessPolicy",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteVaultAccessPolicyCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteVaultAccessPolicyCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteVaultAccessPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Glacier", "DeleteVaultAccessPolicy", {})
|
|
19
|
+
.n("GlacierClient", "DeleteVaultAccessPolicyCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteVaultAccessPolicyCommand)
|
|
22
|
+
.de(de_DeleteVaultAccessPolicyCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteVaultCommand, se_DeleteVaultCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteVaultCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "GlacierClient";
|
|
26
|
-
const commandName = "DeleteVaultCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "DeleteVault",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteVaultCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteVaultCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteVaultCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Glacier", "DeleteVault", {})
|
|
19
|
+
.n("GlacierClient", "DeleteVaultCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteVaultCommand)
|
|
22
|
+
.de(de_DeleteVaultCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteVaultNotificationsCommand, se_DeleteVaultNotificationsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteVaultNotificationsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "GlacierClient";
|
|
26
|
-
const commandName = "DeleteVaultNotificationsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "DeleteVaultNotifications",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteVaultNotificationsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteVaultNotificationsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteVaultNotificationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Glacier", "DeleteVaultNotifications", {})
|
|
19
|
+
.n("GlacierClient", "DeleteVaultNotificationsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteVaultNotificationsCommand)
|
|
22
|
+
.de(de_DeleteVaultNotificationsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|