@aws-sdk/client-glacier 3.296.0 → 3.298.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 +2 -3
- package/dist-cjs/commands/AbortVaultLockCommand.js +2 -3
- package/dist-cjs/commands/AddTagsToVaultCommand.js +2 -3
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +2 -3
- package/dist-cjs/commands/CompleteVaultLockCommand.js +2 -3
- package/dist-cjs/commands/CreateVaultCommand.js +2 -3
- package/dist-cjs/commands/DeleteArchiveCommand.js +2 -3
- package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteVaultCommand.js +2 -3
- package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeVaultCommand.js +2 -3
- package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetJobOutputCommand.js +1 -1
- package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetVaultLockCommand.js +2 -3
- package/dist-cjs/commands/GetVaultNotificationsCommand.js +2 -3
- package/dist-cjs/commands/InitiateJobCommand.js +2 -3
- package/dist-cjs/commands/InitiateMultipartUploadCommand.js +2 -3
- package/dist-cjs/commands/InitiateVaultLockCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +2 -3
- package/dist-cjs/commands/ListPartsCommand.js +2 -3
- package/dist-cjs/commands/ListProvisionedCapacityCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForVaultCommand.js +2 -3
- package/dist-cjs/commands/ListVaultsCommand.js +2 -3
- package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +2 -3
- package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +2 -3
- package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +2 -3
- package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +2 -3
- package/dist-cjs/commands/SetVaultNotificationsCommand.js +2 -3
- package/dist-cjs/commands/UploadArchiveCommand.js +1 -1
- package/dist-cjs/commands/UploadMultipartPartCommand.js +1 -1
- package/dist-cjs/models/models_0.js +1 -286
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -3
- package/dist-es/commands/AbortVaultLockCommand.js +2 -3
- package/dist-es/commands/AddTagsToVaultCommand.js +2 -3
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -3
- package/dist-es/commands/CompleteVaultLockCommand.js +2 -3
- package/dist-es/commands/CreateVaultCommand.js +2 -3
- package/dist-es/commands/DeleteArchiveCommand.js +2 -3
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteVaultCommand.js +2 -3
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -3
- package/dist-es/commands/DescribeJobCommand.js +2 -3
- package/dist-es/commands/DescribeVaultCommand.js +2 -3
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -3
- package/dist-es/commands/GetJobOutputCommand.js +2 -2
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -3
- package/dist-es/commands/GetVaultLockCommand.js +2 -3
- package/dist-es/commands/GetVaultNotificationsCommand.js +2 -3
- package/dist-es/commands/InitiateJobCommand.js +2 -3
- package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -3
- package/dist-es/commands/InitiateVaultLockCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -3
- package/dist-es/commands/ListPartsCommand.js +2 -3
- package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -3
- package/dist-es/commands/ListTagsForVaultCommand.js +2 -3
- package/dist-es/commands/ListVaultsCommand.js +2 -3
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -3
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -3
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -3
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -3
- package/dist-es/commands/SetVaultNotificationsCommand.js +2 -3
- package/dist-es/commands/UploadArchiveCommand.js +2 -2
- package/dist-es/commands/UploadMultipartPartCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -213
- package/dist-types/Glacier.d.ts +34 -0
- package/dist-types/GlacierClient.d.ts +24 -4
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -0
- package/dist-types/commands/AbortVaultLockCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +16 -0
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +16 -0
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +16 -0
- package/dist-types/commands/CreateVaultCommand.d.ts +16 -0
- package/dist-types/commands/DeleteArchiveCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVaultCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVaultCommand.d.ts +16 -0
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetJobOutputCommand.d.ts +16 -0
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetVaultLockCommand.d.ts +16 -0
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/InitiateJobCommand.d.ts +16 -0
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +16 -0
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +16 -0
- package/dist-types/commands/ListPartsCommand.d.ts +16 -0
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +16 -0
- package/dist-types/commands/ListVaultsCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +16 -0
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +16 -0
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/UploadArchiveCommand.d.ts +17 -2
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +17 -2
- package/dist-types/models/GlacierServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +120 -284
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMultipartUploadsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPartsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVaultsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +0 -201
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link InitiateVaultLockCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface InitiateVaultLockCommandInput extends InitiateVaultLockInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link InitiateVaultLockCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation initiates the vault locking process by doing the following:</p>
|
|
18
23
|
* <ul>
|
|
19
24
|
* <li>
|
|
@@ -59,6 +64,8 @@ export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput,
|
|
|
59
64
|
* const response = await client.send(command);
|
|
60
65
|
* ```
|
|
61
66
|
*
|
|
67
|
+
* @param InitiateVaultLockCommandInput - {@link InitiateVaultLockCommandInput}
|
|
68
|
+
* @returns {@link InitiateVaultLockCommandOutput}
|
|
62
69
|
* @see {@link InitiateVaultLockCommandInput} for command's `input` shape.
|
|
63
70
|
* @see {@link InitiateVaultLockCommandOutput} for command's `response` shape.
|
|
64
71
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -101,11 +108,20 @@ export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput,
|
|
|
101
108
|
export declare class InitiateVaultLockCommand extends $Command<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig> {
|
|
102
109
|
readonly input: InitiateVaultLockCommandInput;
|
|
103
110
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
104
114
|
constructor(input: InitiateVaultLockCommandInput);
|
|
105
115
|
/**
|
|
106
116
|
* @internal
|
|
107
117
|
*/
|
|
108
118
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput>;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
109
122
|
private serialize;
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
*/
|
|
110
126
|
private deserialize;
|
|
111
127
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { ListJobsInput, ListJobsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListJobsCommandInput extends ListJobsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation lists jobs for a vault, including jobs that are in-progress and jobs
|
|
18
23
|
* that have recently finished. The List Job operation returns a list of these jobs sorted by job initiation
|
|
19
24
|
* time.</p>
|
|
@@ -60,6 +65,8 @@ export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer
|
|
|
60
65
|
* const response = await client.send(command);
|
|
61
66
|
* ```
|
|
62
67
|
*
|
|
68
|
+
* @param ListJobsCommandInput - {@link ListJobsCommandInput}
|
|
69
|
+
* @returns {@link ListJobsCommandOutput}
|
|
63
70
|
* @see {@link ListJobsCommandInput} for command's `input` shape.
|
|
64
71
|
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
65
72
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -126,11 +133,20 @@ export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer
|
|
|
126
133
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig> {
|
|
127
134
|
readonly input: ListJobsCommandInput;
|
|
128
135
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
129
139
|
constructor(input: ListJobsCommandInput);
|
|
130
140
|
/**
|
|
131
141
|
* @internal
|
|
132
142
|
*/
|
|
133
143
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
|
|
144
|
+
/**
|
|
145
|
+
* @internal
|
|
146
|
+
*/
|
|
134
147
|
private serialize;
|
|
148
|
+
/**
|
|
149
|
+
* @internal
|
|
150
|
+
*/
|
|
135
151
|
private deserialize;
|
|
136
152
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListMultipartUploadsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListMultipartUploadsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation lists in-progress multipart uploads for the specified vault. An
|
|
18
23
|
* in-progress multipart upload is a multipart upload that has been initiated by an <a>InitiateMultipartUpload</a> request, but has not yet been completed or aborted.
|
|
19
24
|
* The list returned in the List Multipart Upload response has no guaranteed order. </p>
|
|
@@ -50,6 +55,8 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
|
|
|
50
55
|
* const response = await client.send(command);
|
|
51
56
|
* ```
|
|
52
57
|
*
|
|
58
|
+
* @param ListMultipartUploadsCommandInput - {@link ListMultipartUploadsCommandInput}
|
|
59
|
+
* @returns {@link ListMultipartUploadsCommandOutput}
|
|
53
60
|
* @see {@link ListMultipartUploadsCommandInput} for command's `input` shape.
|
|
54
61
|
* @see {@link ListMultipartUploadsCommandOutput} for command's `response` shape.
|
|
55
62
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -112,11 +119,20 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
|
|
|
112
119
|
export declare class ListMultipartUploadsCommand extends $Command<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig> {
|
|
113
120
|
readonly input: ListMultipartUploadsCommandInput;
|
|
114
121
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
115
125
|
constructor(input: ListMultipartUploadsCommandInput);
|
|
116
126
|
/**
|
|
117
127
|
* @internal
|
|
118
128
|
*/
|
|
119
129
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput>;
|
|
130
|
+
/**
|
|
131
|
+
* @internal
|
|
132
|
+
*/
|
|
120
133
|
private serialize;
|
|
134
|
+
/**
|
|
135
|
+
* @internal
|
|
136
|
+
*/
|
|
121
137
|
private deserialize;
|
|
122
138
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { ListPartsInput, ListPartsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPartsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPartsCommandInput extends ListPartsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPartsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation lists the parts of an archive that have been uploaded in a specific
|
|
18
23
|
* multipart upload. You can make this request at any time during an in-progress multipart
|
|
19
24
|
* upload before you complete the upload (see <a>CompleteMultipartUpload</a>. List
|
|
@@ -46,6 +51,8 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
|
|
|
46
51
|
* const response = await client.send(command);
|
|
47
52
|
* ```
|
|
48
53
|
*
|
|
54
|
+
* @param ListPartsCommandInput - {@link ListPartsCommandInput}
|
|
55
|
+
* @returns {@link ListPartsCommandOutput}
|
|
49
56
|
* @see {@link ListPartsCommandInput} for command's `input` shape.
|
|
50
57
|
* @see {@link ListPartsCommandOutput} for command's `response` shape.
|
|
51
58
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -101,11 +108,20 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
|
|
|
101
108
|
export declare class ListPartsCommand extends $Command<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig> {
|
|
102
109
|
readonly input: ListPartsCommandInput;
|
|
103
110
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
104
114
|
constructor(input: ListPartsCommandInput);
|
|
105
115
|
/**
|
|
106
116
|
* @internal
|
|
107
117
|
*/
|
|
108
118
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPartsCommandInput, ListPartsCommandOutput>;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
109
122
|
private serialize;
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
*/
|
|
110
126
|
private deserialize;
|
|
111
127
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListProvisionedCapacityCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListProvisionedCapacityCommandInput extends ListProvisionedCapacityInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListProvisionedCapacityCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCapacityOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation lists the provisioned capacity units for the specified AWS
|
|
18
23
|
* account.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCap
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListProvisionedCapacityCommandInput - {@link ListProvisionedCapacityCommandInput}
|
|
35
|
+
* @returns {@link ListProvisionedCapacityCommandOutput}
|
|
29
36
|
* @see {@link ListProvisionedCapacityCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListProvisionedCapacityCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -71,11 +78,20 @@ export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCap
|
|
|
71
78
|
export declare class ListProvisionedCapacityCommand extends $Command<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig> {
|
|
72
79
|
readonly input: ListProvisionedCapacityCommandInput;
|
|
73
80
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
74
84
|
constructor(input: ListProvisionedCapacityCommandInput);
|
|
75
85
|
/**
|
|
76
86
|
* @internal
|
|
77
87
|
*/
|
|
78
88
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput>;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
79
92
|
private serialize;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
80
96
|
private deserialize;
|
|
81
97
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForVaultCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForVaultCommandInput extends ListTagsForVaultInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForVaultCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation lists all the tags attached to a vault. The operation returns an empty
|
|
18
23
|
* map if there are no tags. For more information about tags, see <a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html">Tagging Amazon S3 Glacier
|
|
19
24
|
* Resources</a>.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, _
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListTagsForVaultCommandInput - {@link ListTagsForVaultCommandInput}
|
|
36
|
+
* @returns {@link ListTagsForVaultCommandOutput}
|
|
30
37
|
* @see {@link ListTagsForVaultCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListTagsForVaultCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -69,11 +76,20 @@ export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, _
|
|
|
69
76
|
export declare class ListTagsForVaultCommand extends $Command<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig> {
|
|
70
77
|
readonly input: ListTagsForVaultCommandInput;
|
|
71
78
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
72
82
|
constructor(input: ListTagsForVaultCommandInput);
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
76
86
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
77
90
|
private serialize;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
78
94
|
private deserialize;
|
|
79
95
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { ListVaultsInput, ListVaultsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListVaultsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListVaultsCommandInput extends ListVaultsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListVaultsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation lists all vaults owned by the calling user's account. The list
|
|
18
23
|
* returned in the response is ASCII-sorted by vault name.</p>
|
|
19
24
|
*
|
|
@@ -43,6 +48,8 @@ export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBea
|
|
|
43
48
|
* const response = await client.send(command);
|
|
44
49
|
* ```
|
|
45
50
|
*
|
|
51
|
+
* @param ListVaultsCommandInput - {@link ListVaultsCommandInput}
|
|
52
|
+
* @returns {@link ListVaultsCommandOutput}
|
|
46
53
|
* @see {@link ListVaultsCommandInput} for command's `input` shape.
|
|
47
54
|
* @see {@link ListVaultsCommandOutput} for command's `response` shape.
|
|
48
55
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -92,11 +99,20 @@ export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBea
|
|
|
92
99
|
export declare class ListVaultsCommand extends $Command<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig> {
|
|
93
100
|
readonly input: ListVaultsCommandInput;
|
|
94
101
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
95
105
|
constructor(input: ListVaultsCommandInput);
|
|
96
106
|
/**
|
|
97
107
|
* @internal
|
|
98
108
|
*/
|
|
99
109
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVaultsCommandInput, ListVaultsCommandOutput>;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
100
113
|
private serialize;
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
101
117
|
private deserialize;
|
|
102
118
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { PurchaseProvisionedCapacityInput, PurchaseProvisionedCapacityOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PurchaseProvisionedCapacityCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PurchaseProvisionedCapacityCommandInput extends PurchaseProvisionedCapacityInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PurchaseProvisionedCapacityCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvisionedCapacityOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation purchases a provisioned capacity unit for an AWS account. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvis
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param PurchaseProvisionedCapacityCommandInput - {@link PurchaseProvisionedCapacityCommandInput}
|
|
34
|
+
* @returns {@link PurchaseProvisionedCapacityCommandOutput}
|
|
28
35
|
* @see {@link PurchaseProvisionedCapacityCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link PurchaseProvisionedCapacityCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvis
|
|
|
62
69
|
export declare class PurchaseProvisionedCapacityCommand extends $Command<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig> {
|
|
63
70
|
readonly input: PurchaseProvisionedCapacityCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: PurchaseProvisionedCapacityCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { RemoveTagsFromVaultInput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RemoveTagsFromVaultCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RemoveTagsFromVaultCommandInput extends RemoveTagsFromVaultInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RemoveTagsFromVaultCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation removes one or more tags from the set of tags attached to a vault. For
|
|
18
23
|
* more information about tags, see <a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html">Tagging Amazon S3 Glacier Resources</a>.
|
|
19
24
|
* This operation is idempotent. The operation will be successful, even if there are no tags
|
|
@@ -28,6 +33,8 @@ export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param RemoveTagsFromVaultCommandInput - {@link RemoveTagsFromVaultCommandInput}
|
|
37
|
+
* @returns {@link RemoveTagsFromVaultCommandOutput}
|
|
31
38
|
* @see {@link RemoveTagsFromVaultCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link RemoveTagsFromVaultCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
|
|
|
66
73
|
export declare class RemoveTagsFromVaultCommand extends $Command<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig> {
|
|
67
74
|
readonly input: RemoveTagsFromVaultCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: RemoveTagsFromVaultCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { SetDataRetrievalPolicyInput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link SetDataRetrievalPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface SetDataRetrievalPolicyCommandInput extends SetDataRetrievalPolicyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link SetDataRetrievalPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation sets and then enacts a data retrieval policy in the region specified
|
|
18
23
|
* in the PUT request. You can set one policy per region for an AWS account. The policy is
|
|
19
24
|
* enacted within a few minutes of a successful PUT operation.</p>
|
|
@@ -30,6 +35,8 @@ export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param SetDataRetrievalPolicyCommandInput - {@link SetDataRetrievalPolicyCommandInput}
|
|
39
|
+
* @returns {@link SetDataRetrievalPolicyCommandOutput}
|
|
33
40
|
* @see {@link SetDataRetrievalPolicyCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link SetDataRetrievalPolicyCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
|
|
|
67
74
|
export declare class SetDataRetrievalPolicyCommand extends $Command<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig> {
|
|
68
75
|
readonly input: SetDataRetrievalPolicyCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: SetDataRetrievalPolicyCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { SetVaultAccessPolicyInput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link SetVaultAccessPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface SetVaultAccessPolicyCommandInput extends SetVaultAccessPolicyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link SetVaultAccessPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation configures an access policy for a vault and will overwrite an existing
|
|
18
23
|
* policy. To configure a vault access policy, send a PUT request to the
|
|
19
24
|
* <code>access-policy</code> subresource of the vault. An access policy is specific to a
|
|
@@ -30,6 +35,8 @@ export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param SetVaultAccessPolicyCommandInput - {@link SetVaultAccessPolicyCommandInput}
|
|
39
|
+
* @returns {@link SetVaultAccessPolicyCommandOutput}
|
|
33
40
|
* @see {@link SetVaultAccessPolicyCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link SetVaultAccessPolicyCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
|
67
74
|
export declare class SetVaultAccessPolicyCommand extends $Command<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
|
|
68
75
|
readonly input: SetVaultAccessPolicyCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: SetVaultAccessPolicyCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
5
5
|
import { SetVaultNotificationsInput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link SetVaultNotificationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface SetVaultNotificationsCommandInput extends SetVaultNotificationsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link SetVaultNotificationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This operation configures notifications that will be sent when specific events happen
|
|
18
23
|
* to a vault. By default, you don't get any notifications.</p>
|
|
19
24
|
*
|
|
@@ -62,6 +67,8 @@ export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
|
|
|
62
67
|
* const response = await client.send(command);
|
|
63
68
|
* ```
|
|
64
69
|
*
|
|
70
|
+
* @param SetVaultNotificationsCommandInput - {@link SetVaultNotificationsCommandInput}
|
|
71
|
+
* @returns {@link SetVaultNotificationsCommandOutput}
|
|
65
72
|
* @see {@link SetVaultNotificationsCommandInput} for command's `input` shape.
|
|
66
73
|
* @see {@link SetVaultNotificationsCommandOutput} for command's `response` shape.
|
|
67
74
|
* @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
|
|
@@ -103,11 +110,20 @@ export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
|
|
|
103
110
|
export declare class SetVaultNotificationsCommand extends $Command<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
|
|
104
111
|
readonly input: SetVaultNotificationsCommandInput;
|
|
105
112
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
106
116
|
constructor(input: SetVaultNotificationsCommandInput);
|
|
107
117
|
/**
|
|
108
118
|
* @internal
|
|
109
119
|
*/
|
|
110
120
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput>;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
111
124
|
private serialize;
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
112
128
|
private deserialize;
|
|
113
129
|
}
|