@aws-sdk/client-glacier 3.478.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-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-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/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/package.json +9 -9
|
@@ -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_SetVaultNotificationsCommand, se_SetVaultNotificationsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class SetVaultNotificationsCommand 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 = "SetVaultNotificationsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Glacier",
|
|
35
|
-
operation: "SetVaultNotifications",
|
|
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_SetVaultNotificationsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_SetVaultNotificationsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class SetVaultNotificationsCommand 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", "SetVaultNotifications", {})
|
|
19
|
+
.n("GlacierClient", "SetVaultNotificationsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_SetVaultNotificationsCommand)
|
|
22
|
+
.de(de_SetVaultNotificationsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
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 { UploadArchiveInputFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { de_UploadArchiveCommand, se_UploadArchiveCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class UploadArchiveCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "GlacierClient";
|
|
27
|
-
const commandName = "UploadArchiveCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: UploadArchiveInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "Glacier",
|
|
36
|
-
operation: "UploadArchive",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_UploadArchiveCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_UploadArchiveCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class UploadArchiveCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Glacier", "UploadArchive", {})
|
|
20
|
+
.n("GlacierClient", "UploadArchiveCommand")
|
|
21
|
+
.f(UploadArchiveInputFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_UploadArchiveCommand)
|
|
23
|
+
.de(de_UploadArchiveCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
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 { UploadMultipartPartInputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_UploadMultipartPartCommand, se_UploadMultipartPartCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class UploadMultipartPartCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "GlacierClient";
|
|
27
|
-
const commandName = "UploadMultipartPartCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: UploadMultipartPartInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "Glacier",
|
|
36
|
-
operation: "UploadMultipartPart",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_UploadMultipartPartCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_UploadMultipartPartCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class UploadMultipartPartCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Glacier", "UploadMultipartPart", {})
|
|
20
|
+
.n("GlacierClient", "UploadMultipartPartCommand")
|
|
21
|
+
.f(UploadMultipartPartInputFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_UploadMultipartPartCommand)
|
|
23
|
+
.de(de_UploadMultipartPartCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "glacier",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
4
|
import { AbortMultipartUploadInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AbortMultipartUploadCommandInput extends AbortMultipartUploadIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AbortMultipartUploadCommand_base: {
|
|
24
|
+
new (input: AbortMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation aborts a multipart upload identified by the upload ID.</p>
|
|
@@ -94,23 +97,5 @@ export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {
|
|
|
94
97
|
* ```
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class AbortMultipartUploadCommand extends
|
|
98
|
-
readonly input: AbortMultipartUploadCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: AbortMultipartUploadCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class AbortMultipartUploadCommand extends AbortMultipartUploadCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
4
|
import { AbortVaultLockInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AbortVaultLockCommandInput extends AbortVaultLockInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AbortVaultLockCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AbortVaultLockCommand_base: {
|
|
24
|
+
new (input: AbortVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation aborts the vault locking process if the vault lock is not in the
|
|
@@ -88,23 +91,5 @@ export interface AbortVaultLockCommandOutput extends __MetadataBearer {
|
|
|
88
91
|
* ```
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class AbortVaultLockCommand extends
|
|
92
|
-
readonly input: AbortVaultLockCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: AbortVaultLockCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AbortVaultLockCommandInput, AbortVaultLockCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class AbortVaultLockCommand extends AbortVaultLockCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
4
|
import { AddTagsToVaultInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AddTagsToVaultCommandInput extends AddTagsToVaultInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AddTagsToVaultCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AddTagsToVaultCommand_base: {
|
|
24
|
+
new (input: AddTagsToVaultCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation adds the specified tags to a vault. Each tag is composed of a key and
|
|
@@ -90,23 +93,5 @@ export interface AddTagsToVaultCommandOutput extends __MetadataBearer {
|
|
|
90
93
|
* ```
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class AddTagsToVaultCommand extends
|
|
94
|
-
readonly input: AddTagsToVaultCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: AddTagsToVaultCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class AddTagsToVaultCommand extends AddTagsToVaultCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
4
|
import { ArchiveCreationOutput, CompleteMultipartUploadInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CompleteMultipartUploadCommandInput extends CompleteMultipartUp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CompleteMultipartUploadCommandOutput extends ArchiveCreationOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CompleteMultipartUploadCommand_base: {
|
|
24
|
+
new (input: CompleteMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>You call this operation to inform Amazon S3 Glacier (Glacier) that all the archive parts have been
|
|
@@ -129,23 +132,5 @@ export interface CompleteMultipartUploadCommandOutput extends ArchiveCreationOut
|
|
|
129
132
|
* ```
|
|
130
133
|
*
|
|
131
134
|
*/
|
|
132
|
-
export declare class CompleteMultipartUploadCommand extends
|
|
133
|
-
readonly input: CompleteMultipartUploadCommandInput;
|
|
134
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
135
|
-
/**
|
|
136
|
-
* @public
|
|
137
|
-
*/
|
|
138
|
-
constructor(input: CompleteMultipartUploadCommandInput);
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
private serialize;
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
private deserialize;
|
|
135
|
+
export declare class CompleteMultipartUploadCommand extends CompleteMultipartUploadCommand_base {
|
|
151
136
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
4
|
import { CompleteVaultLockInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CompleteVaultLockCommandInput extends CompleteVaultLockInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CompleteVaultLockCommand_base: {
|
|
24
|
+
new (input: CompleteVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation completes the vault locking process by transitioning the vault lock
|
|
@@ -90,23 +93,5 @@ export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
|
|
|
90
93
|
* ```
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class CompleteVaultLockCommand extends
|
|
94
|
-
readonly input: CompleteVaultLockCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: CompleteVaultLockCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class CompleteVaultLockCommand extends CompleteVaultLockCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
4
|
import { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateVaultCommandInput extends CreateVaultInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateVaultCommand_base: {
|
|
24
|
+
new (input: CreateVaultCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation creates a new vault with the specified name. The name of the vault
|
|
@@ -104,23 +107,5 @@ export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataB
|
|
|
104
107
|
* ```
|
|
105
108
|
*
|
|
106
109
|
*/
|
|
107
|
-
export declare class CreateVaultCommand extends
|
|
108
|
-
readonly input: CreateVaultCommandInput;
|
|
109
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
110
|
-
/**
|
|
111
|
-
* @public
|
|
112
|
-
*/
|
|
113
|
-
constructor(input: CreateVaultCommandInput);
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVaultCommandInput, CreateVaultCommandOutput>;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private serialize;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private deserialize;
|
|
110
|
+
export declare class CreateVaultCommand extends CreateVaultCommand_base {
|
|
126
111
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
4
|
import { DeleteArchiveInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteArchiveCommandInput extends DeleteArchiveInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteArchiveCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteArchiveCommand_base: {
|
|
24
|
+
new (input: DeleteArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation deletes an archive from a vault. Subsequent requests to initiate a
|
|
@@ -103,23 +106,5 @@ export interface DeleteArchiveCommandOutput extends __MetadataBearer {
|
|
|
103
106
|
* ```
|
|
104
107
|
*
|
|
105
108
|
*/
|
|
106
|
-
export declare class DeleteArchiveCommand extends
|
|
107
|
-
readonly input: DeleteArchiveCommandInput;
|
|
108
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
-
/**
|
|
110
|
-
* @public
|
|
111
|
-
*/
|
|
112
|
-
constructor(input: DeleteArchiveCommandInput);
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteArchiveCommandInput, DeleteArchiveCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private serialize;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private deserialize;
|
|
109
|
+
export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
|
|
125
110
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
4
|
import { DeleteVaultAccessPolicyInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteVaultAccessPolicyCommandInput extends DeleteVaultAccessPo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteVaultAccessPolicyCommand_base: {
|
|
24
|
+
new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation deletes the access policy associated with the specified vault. The
|
|
@@ -81,23 +84,5 @@ export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
|
81
84
|
* ```
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class DeleteVaultAccessPolicyCommand extends
|
|
85
|
-
readonly input: DeleteVaultAccessPolicyCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: DeleteVaultAccessPolicyCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class DeleteVaultAccessPolicyCommand extends DeleteVaultAccessPolicyCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
4
|
import { DeleteVaultInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteVaultCommandInput extends DeleteVaultInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteVaultCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteVaultCommand_base: {
|
|
24
|
+
new (input: DeleteVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation deletes a vault. Amazon S3 Glacier will delete a vault only if there are
|
|
@@ -94,23 +97,5 @@ export interface DeleteVaultCommandOutput extends __MetadataBearer {
|
|
|
94
97
|
* ```
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class DeleteVaultCommand extends
|
|
98
|
-
readonly input: DeleteVaultCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: DeleteVaultCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVaultCommandInput, DeleteVaultCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class DeleteVaultCommand extends DeleteVaultCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
4
|
import { DeleteVaultNotificationsInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteVaultNotificationsCommandInput extends DeleteVaultNotific
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteVaultNotificationsCommand_base: {
|
|
24
|
+
new (input: DeleteVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation deletes the notification configuration set for a vault. The operation
|
|
@@ -87,23 +90,5 @@ export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer
|
|
|
87
90
|
* ```
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class DeleteVaultNotificationsCommand extends
|
|
91
|
-
readonly input: DeleteVaultNotificationsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: DeleteVaultNotificationsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class DeleteVaultNotificationsCommand extends DeleteVaultNotificationsCommand_base {
|
|
109
94
|
}
|