@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_InitiateVaultLockCommand, se_InitiateVaultLockCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class InitiateVaultLockCommand 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 = "InitiateVaultLockCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "InitiateVaultLock",
|
|
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_InitiateVaultLockCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_InitiateVaultLockCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class InitiateVaultLockCommand 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", "InitiateVaultLock", {})
|
|
19
|
+
.n("GlacierClient", "InitiateVaultLockCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_InitiateVaultLockCommand)
|
|
22
|
+
.de(de_InitiateVaultLockCommand)
|
|
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_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListJobsCommand 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 = "ListJobsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "ListJobs",
|
|
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_ListJobsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListJobsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListJobsCommand 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", "ListJobs", {})
|
|
19
|
+
.n("GlacierClient", "ListJobsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListJobsCommand)
|
|
22
|
+
.de(de_ListJobsCommand)
|
|
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_ListMultipartUploadsCommand, se_ListMultipartUploadsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListMultipartUploadsCommand 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 = "ListMultipartUploadsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "ListMultipartUploads",
|
|
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_ListMultipartUploadsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListMultipartUploadsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListMultipartUploadsCommand 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", "ListMultipartUploads", {})
|
|
19
|
+
.n("GlacierClient", "ListMultipartUploadsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListMultipartUploadsCommand)
|
|
22
|
+
.de(de_ListMultipartUploadsCommand)
|
|
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_ListPartsCommand, se_ListPartsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListPartsCommand 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 = "ListPartsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "ListParts",
|
|
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_ListPartsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListPartsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListPartsCommand 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", "ListParts", {})
|
|
19
|
+
.n("GlacierClient", "ListPartsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListPartsCommand)
|
|
22
|
+
.de(de_ListPartsCommand)
|
|
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_ListProvisionedCapacityCommand, se_ListProvisionedCapacityCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListProvisionedCapacityCommand 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 = "ListProvisionedCapacityCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "ListProvisionedCapacity",
|
|
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_ListProvisionedCapacityCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListProvisionedCapacityCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListProvisionedCapacityCommand 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", "ListProvisionedCapacity", {})
|
|
19
|
+
.n("GlacierClient", "ListProvisionedCapacityCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListProvisionedCapacityCommand)
|
|
22
|
+
.de(de_ListProvisionedCapacityCommand)
|
|
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_ListTagsForVaultCommand, se_ListTagsForVaultCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListTagsForVaultCommand 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 = "ListTagsForVaultCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "ListTagsForVault",
|
|
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_ListTagsForVaultCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListTagsForVaultCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListTagsForVaultCommand 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", "ListTagsForVault", {})
|
|
19
|
+
.n("GlacierClient", "ListTagsForVaultCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListTagsForVaultCommand)
|
|
22
|
+
.de(de_ListTagsForVaultCommand)
|
|
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_ListVaultsCommand, se_ListVaultsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListVaultsCommand 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 = "ListVaultsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "ListVaults",
|
|
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_ListVaultsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListVaultsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListVaultsCommand 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", "ListVaults", {})
|
|
19
|
+
.n("GlacierClient", "ListVaultsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListVaultsCommand)
|
|
22
|
+
.de(de_ListVaultsCommand)
|
|
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_PurchaseProvisionedCapacityCommand, se_PurchaseProvisionedCapacityCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class PurchaseProvisionedCapacityCommand 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 = "PurchaseProvisionedCapacityCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "PurchaseProvisionedCapacity",
|
|
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_PurchaseProvisionedCapacityCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_PurchaseProvisionedCapacityCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class PurchaseProvisionedCapacityCommand 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", "PurchaseProvisionedCapacity", {})
|
|
19
|
+
.n("GlacierClient", "PurchaseProvisionedCapacityCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_PurchaseProvisionedCapacityCommand)
|
|
22
|
+
.de(de_PurchaseProvisionedCapacityCommand)
|
|
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_RemoveTagsFromVaultCommand, se_RemoveTagsFromVaultCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class RemoveTagsFromVaultCommand 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 = "RemoveTagsFromVaultCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "RemoveTagsFromVault",
|
|
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_RemoveTagsFromVaultCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_RemoveTagsFromVaultCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class RemoveTagsFromVaultCommand 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", "RemoveTagsFromVault", {})
|
|
19
|
+
.n("GlacierClient", "RemoveTagsFromVaultCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_RemoveTagsFromVaultCommand)
|
|
22
|
+
.de(de_RemoveTagsFromVaultCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|