@aws-sdk/client-glacier 3.947.0 → 3.952.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/README.md +4 -4
- package/dist-cjs/index.js +27 -0
- package/dist-es/models/errors.js +16 -0
- package/dist-es/schemas/schemas_0.js +11 -1
- package/dist-types/Glacier.d.ts +4 -4
- package/dist-types/GlacierClient.d.ts +4 -4
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -1
- package/dist-types/commands/AbortVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +3 -1
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -1
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/CreateVaultCommand.d.ts +3 -1
- package/dist-types/commands/DeleteArchiveCommand.d.ts +4 -2
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -1
- package/dist-types/commands/DeleteVaultCommand.d.ts +5 -3
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +5 -3
- package/dist-types/commands/DescribeJobCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVaultCommand.d.ts +5 -3
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetJobOutputCommand.d.ts +4 -2
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +4 -2
- package/dist-types/commands/InitiateJobCommand.d.ts +2 -0
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +5 -3
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -1
- package/dist-types/commands/ListPartsCommand.d.ts +3 -1
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +3 -1
- package/dist-types/commands/ListVaultsCommand.d.ts +28 -1
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +3 -1
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +2 -0
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +4 -2
- package/dist-types/commands/UploadArchiveCommand.d.ts +5 -3
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +4 -2
- package/dist-types/index.d.ts +4 -4
- package/dist-types/models/errors.d.ts +14 -1
- package/dist-types/models/models_0.d.ts +63 -63
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/errors.d.ts +9 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +3 -3
|
@@ -5,14 +5,14 @@ import type { ActionCode, CannedACL, EncryptionType, ExpressionType, FileHeaderI
|
|
|
5
5
|
*
|
|
6
6
|
* <p>For information about the underlying REST API, see <a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-abort-upload.html">Abort Multipart
|
|
7
7
|
* Upload</a>. For conceptual information, see <a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html">Working with Archives in
|
|
8
|
-
* Amazon
|
|
8
|
+
* Amazon Glacier</a>.</p>
|
|
9
9
|
* @public
|
|
10
10
|
*/
|
|
11
11
|
export interface AbortMultipartUploadInput {
|
|
12
12
|
/**
|
|
13
13
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
14
14
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
15
|
-
* (hyphen), in which case Amazon
|
|
15
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
16
16
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
17
17
|
* ('-') in the ID.</p>
|
|
18
18
|
* @public
|
|
@@ -104,7 +104,7 @@ export interface AddTagsToVaultInput {
|
|
|
104
104
|
/**
|
|
105
105
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
106
106
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
107
|
-
* (hyphen), in which case Amazon
|
|
107
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
108
108
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
109
109
|
* ('-') in the ID.</p>
|
|
110
110
|
* @public
|
|
@@ -123,10 +123,10 @@ export interface AddTagsToVaultInput {
|
|
|
123
123
|
Tags?: Record<string, string> | undefined;
|
|
124
124
|
}
|
|
125
125
|
/**
|
|
126
|
-
* <p>Contains the Amazon
|
|
126
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
127
127
|
* <p>For information about the underlying REST API, see <a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html">Upload Archive</a>. For
|
|
128
128
|
* conceptual information, see <a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html">Working with Archives in
|
|
129
|
-
* Amazon
|
|
129
|
+
* Amazon Glacier</a>.</p>
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
export interface ArchiveCreationOutput {
|
|
@@ -136,7 +136,7 @@ export interface ArchiveCreationOutput {
|
|
|
136
136
|
*/
|
|
137
137
|
location?: string | undefined;
|
|
138
138
|
/**
|
|
139
|
-
* <p>The checksum of the archive computed by Amazon
|
|
139
|
+
* <p>The checksum of the archive computed by Amazon Glacier.</p>
|
|
140
140
|
* @public
|
|
141
141
|
*/
|
|
142
142
|
checksum?: string | undefined;
|
|
@@ -148,7 +148,7 @@ export interface ArchiveCreationOutput {
|
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
150
|
* <p>Provides options to complete a multipart upload operation. This informs Amazon
|
|
151
|
-
* Glacier that all the archive parts have been uploaded and Amazon
|
|
151
|
+
* Glacier that all the archive parts have been uploaded and Amazon Glacier (Glacier) can now assemble
|
|
152
152
|
* the archive from the uploaded parts. After assembling and saving the archive to the vault,
|
|
153
153
|
* Glacier returns the URI path of the newly created archive resource.</p>
|
|
154
154
|
* @public
|
|
@@ -157,7 +157,7 @@ export interface CompleteMultipartUploadInput {
|
|
|
157
157
|
/**
|
|
158
158
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
159
159
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
160
|
-
* (hyphen), in which case Amazon
|
|
160
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
161
161
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
162
162
|
* ('-') in the ID.</p>
|
|
163
163
|
* @public
|
|
@@ -182,7 +182,7 @@ export interface CompleteMultipartUploadInput {
|
|
|
182
182
|
/**
|
|
183
183
|
* <p>The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash
|
|
184
184
|
* of the individual parts. If the value you specify in the request does not match the SHA256
|
|
185
|
-
* tree hash of the final assembled archive as computed by Amazon
|
|
185
|
+
* tree hash of the final assembled archive as computed by Amazon Glacier (Glacier),
|
|
186
186
|
* Glacier returns an error and the request fails.</p>
|
|
187
187
|
* @public
|
|
188
188
|
*/
|
|
@@ -234,7 +234,7 @@ export interface CreateVaultInput {
|
|
|
234
234
|
vaultName: string | undefined;
|
|
235
235
|
}
|
|
236
236
|
/**
|
|
237
|
-
* <p>Contains the Amazon
|
|
237
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
238
238
|
* @public
|
|
239
239
|
*/
|
|
240
240
|
export interface CreateVaultOutput {
|
|
@@ -352,14 +352,14 @@ export interface DataRetrievalPolicy {
|
|
|
352
352
|
Rules?: DataRetrievalRule[] | undefined;
|
|
353
353
|
}
|
|
354
354
|
/**
|
|
355
|
-
* <p>Provides options for deleting an archive from an Amazon
|
|
355
|
+
* <p>Provides options for deleting an archive from an Amazon Glacier vault.</p>
|
|
356
356
|
* @public
|
|
357
357
|
*/
|
|
358
358
|
export interface DeleteArchiveInput {
|
|
359
359
|
/**
|
|
360
360
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
361
361
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
362
|
-
* (hyphen), in which case Amazon
|
|
362
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
363
363
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
364
364
|
* ('-') in the ID.</p>
|
|
365
365
|
* @public
|
|
@@ -377,14 +377,14 @@ export interface DeleteArchiveInput {
|
|
|
377
377
|
archiveId: string | undefined;
|
|
378
378
|
}
|
|
379
379
|
/**
|
|
380
|
-
* <p>Provides options for deleting a vault from Amazon
|
|
380
|
+
* <p>Provides options for deleting a vault from Amazon Glacier.</p>
|
|
381
381
|
* @public
|
|
382
382
|
*/
|
|
383
383
|
export interface DeleteVaultInput {
|
|
384
384
|
/**
|
|
385
385
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
386
386
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
387
|
-
* (hyphen), in which case Amazon
|
|
387
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
388
388
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
389
389
|
* ('-') in the ID.</p>
|
|
390
390
|
* @public
|
|
@@ -404,7 +404,7 @@ export interface DeleteVaultAccessPolicyInput {
|
|
|
404
404
|
/**
|
|
405
405
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
406
406
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
407
|
-
* (hyphen), in which case Amazon
|
|
407
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
408
408
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
409
409
|
* ('-') in the ID. </p>
|
|
410
410
|
* @public
|
|
@@ -425,7 +425,7 @@ export interface DeleteVaultNotificationsInput {
|
|
|
425
425
|
/**
|
|
426
426
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
427
427
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
428
|
-
* (hyphen), in which case Amazon
|
|
428
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
429
429
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
430
430
|
* ('-') in the ID. </p>
|
|
431
431
|
* @public
|
|
@@ -445,7 +445,7 @@ export interface DescribeJobInput {
|
|
|
445
445
|
/**
|
|
446
446
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
447
447
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
448
|
-
* (hyphen), in which case Amazon
|
|
448
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
449
449
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
450
450
|
* ('-') in the ID. </p>
|
|
451
451
|
* @public
|
|
@@ -800,7 +800,7 @@ export interface DescribeVaultInput {
|
|
|
800
800
|
/**
|
|
801
801
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
802
802
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
803
|
-
* (hyphen), in which case Amazon
|
|
803
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
804
804
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
805
805
|
* ('-') in the ID. </p>
|
|
806
806
|
* @public
|
|
@@ -813,7 +813,7 @@ export interface DescribeVaultInput {
|
|
|
813
813
|
vaultName: string | undefined;
|
|
814
814
|
}
|
|
815
815
|
/**
|
|
816
|
-
* <p>Contains the Amazon
|
|
816
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
817
817
|
* @public
|
|
818
818
|
*/
|
|
819
819
|
export interface DescribeVaultOutput {
|
|
@@ -835,7 +835,7 @@ export interface DescribeVaultOutput {
|
|
|
835
835
|
*/
|
|
836
836
|
CreationDate?: string | undefined;
|
|
837
837
|
/**
|
|
838
|
-
* <p>The Universal Coordinated Time (UTC) date when Amazon
|
|
838
|
+
* <p>The Universal Coordinated Time (UTC) date when Amazon Glacier completed the last
|
|
839
839
|
* vault inventory. This value should be a string in the ISO 8601 date format, for example
|
|
840
840
|
* <code>2012-03-20T17:03:43.221Z</code>.</p>
|
|
841
841
|
* @public
|
|
@@ -872,7 +872,7 @@ export interface GetDataRetrievalPolicyInput {
|
|
|
872
872
|
accountId: string | undefined;
|
|
873
873
|
}
|
|
874
874
|
/**
|
|
875
|
-
* <p>Contains the Amazon
|
|
875
|
+
* <p>Contains the Amazon Glacier response to the <code>GetDataRetrievalPolicy</code>
|
|
876
876
|
* request.</p>
|
|
877
877
|
* @public
|
|
878
878
|
*/
|
|
@@ -884,14 +884,14 @@ export interface GetDataRetrievalPolicyOutput {
|
|
|
884
884
|
Policy?: DataRetrievalPolicy | undefined;
|
|
885
885
|
}
|
|
886
886
|
/**
|
|
887
|
-
* <p>Provides options for downloading output of an Amazon
|
|
887
|
+
* <p>Provides options for downloading output of an Amazon Glacier job.</p>
|
|
888
888
|
* @public
|
|
889
889
|
*/
|
|
890
890
|
export interface GetJobOutputInput {
|
|
891
891
|
/**
|
|
892
892
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
893
893
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
894
|
-
* (hyphen), in which case Amazon
|
|
894
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
895
895
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
896
896
|
* ('-') in the ID.</p>
|
|
897
897
|
* @public
|
|
@@ -938,7 +938,7 @@ export interface GetJobOutputInput {
|
|
|
938
938
|
* checksum values. Compute the tree hash of these values to find the checksum of the
|
|
939
939
|
* entire output. Using the <a>DescribeJob</a> API, obtain job information of
|
|
940
940
|
* the job that provided you the output. The response includes the checksum of the
|
|
941
|
-
* entire archive stored in Amazon
|
|
941
|
+
* entire archive stored in Amazon Glacier. You compare this value with the checksum you
|
|
942
942
|
* computed to ensure you have downloaded the entire archive content with no
|
|
943
943
|
* errors.</p>
|
|
944
944
|
* <p></p>
|
|
@@ -949,7 +949,7 @@ export interface GetJobOutputInput {
|
|
|
949
949
|
range?: string | undefined;
|
|
950
950
|
}
|
|
951
951
|
/**
|
|
952
|
-
* <p>Contains the Amazon
|
|
952
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
953
953
|
* @public
|
|
954
954
|
*/
|
|
955
955
|
export interface GetJobOutputOutput {
|
|
@@ -989,8 +989,8 @@ export interface GetJobOutputOutput {
|
|
|
989
989
|
*/
|
|
990
990
|
status?: number | undefined;
|
|
991
991
|
/**
|
|
992
|
-
* <p>The range of bytes returned by Amazon
|
|
993
|
-
* the response provides the range of bytes Amazon
|
|
992
|
+
* <p>The range of bytes returned by Amazon Glacier. If only partial output is downloaded,
|
|
993
|
+
* the response provides the range of bytes Amazon Glacier returned. For example, bytes
|
|
994
994
|
* 0-1048575/8388608 returns the first 1 MB from 8 MB.</p>
|
|
995
995
|
* @public
|
|
996
996
|
*/
|
|
@@ -1023,7 +1023,7 @@ export interface GetVaultAccessPolicyInput {
|
|
|
1023
1023
|
/**
|
|
1024
1024
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1025
1025
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1026
|
-
* (hyphen), in which case Amazon
|
|
1026
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1027
1027
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1028
1028
|
* ('-') in the ID.</p>
|
|
1029
1029
|
* @public
|
|
@@ -1065,7 +1065,7 @@ export interface GetVaultLockInput {
|
|
|
1065
1065
|
/**
|
|
1066
1066
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1067
1067
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1068
|
-
* (hyphen), in which case Amazon
|
|
1068
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1069
1069
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1070
1070
|
* ('-') in the ID.</p>
|
|
1071
1071
|
* @public
|
|
@@ -1078,7 +1078,7 @@ export interface GetVaultLockInput {
|
|
|
1078
1078
|
vaultName: string | undefined;
|
|
1079
1079
|
}
|
|
1080
1080
|
/**
|
|
1081
|
-
* <p>Contains the Amazon
|
|
1081
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
1082
1082
|
* @public
|
|
1083
1083
|
*/
|
|
1084
1084
|
export interface GetVaultLockOutput {
|
|
@@ -1116,7 +1116,7 @@ export interface GetVaultNotificationsInput {
|
|
|
1116
1116
|
/**
|
|
1117
1117
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1118
1118
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1119
|
-
* (hyphen), in which case Amazon
|
|
1119
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1120
1120
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1121
1121
|
* ('-') in the ID.</p>
|
|
1122
1122
|
* @public
|
|
@@ -1140,14 +1140,14 @@ export interface VaultNotificationConfig {
|
|
|
1140
1140
|
*/
|
|
1141
1141
|
SNSTopic?: string | undefined;
|
|
1142
1142
|
/**
|
|
1143
|
-
* <p>A list of one or more events for which Amazon
|
|
1143
|
+
* <p>A list of one or more events for which Amazon Glacier will send a notification to the
|
|
1144
1144
|
* specified Amazon SNS topic.</p>
|
|
1145
1145
|
* @public
|
|
1146
1146
|
*/
|
|
1147
1147
|
Events?: string[] | undefined;
|
|
1148
1148
|
}
|
|
1149
1149
|
/**
|
|
1150
|
-
* <p>Contains the Amazon
|
|
1150
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
1151
1151
|
* @public
|
|
1152
1152
|
*/
|
|
1153
1153
|
export interface GetVaultNotificationsOutput {
|
|
@@ -1227,7 +1227,7 @@ export interface JobParameters {
|
|
|
1227
1227
|
*/
|
|
1228
1228
|
Description?: string | undefined;
|
|
1229
1229
|
/**
|
|
1230
|
-
* <p>The Amazon SNS topic ARN to which Amazon
|
|
1230
|
+
* <p>The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is
|
|
1231
1231
|
* completed and the output is ready for you to download. The specified topic publishes the
|
|
1232
1232
|
* notification to its subscribers. The SNS topic must exist.</p>
|
|
1233
1233
|
* @public
|
|
@@ -1270,14 +1270,14 @@ export interface JobParameters {
|
|
|
1270
1270
|
OutputLocation?: OutputLocation | undefined;
|
|
1271
1271
|
}
|
|
1272
1272
|
/**
|
|
1273
|
-
* <p>Provides options for initiating an Amazon
|
|
1273
|
+
* <p>Provides options for initiating an Amazon Glacier job.</p>
|
|
1274
1274
|
* @public
|
|
1275
1275
|
*/
|
|
1276
1276
|
export interface InitiateJobInput {
|
|
1277
1277
|
/**
|
|
1278
1278
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1279
1279
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1280
|
-
* (hyphen), in which case Amazon
|
|
1280
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1281
1281
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1282
1282
|
* ('-') in the ID.</p>
|
|
1283
1283
|
* @public
|
|
@@ -1295,7 +1295,7 @@ export interface InitiateJobInput {
|
|
|
1295
1295
|
jobParameters?: JobParameters | undefined;
|
|
1296
1296
|
}
|
|
1297
1297
|
/**
|
|
1298
|
-
* <p>Contains the Amazon
|
|
1298
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
1299
1299
|
* @public
|
|
1300
1300
|
*/
|
|
1301
1301
|
export interface InitiateJobOutput {
|
|
@@ -1316,7 +1316,7 @@ export interface InitiateJobOutput {
|
|
|
1316
1316
|
jobOutputPath?: string | undefined;
|
|
1317
1317
|
}
|
|
1318
1318
|
/**
|
|
1319
|
-
* <p>Provides options for initiating a multipart upload to an Amazon
|
|
1319
|
+
* <p>Provides options for initiating a multipart upload to an Amazon Glacier
|
|
1320
1320
|
* vault.</p>
|
|
1321
1321
|
* @public
|
|
1322
1322
|
*/
|
|
@@ -1324,7 +1324,7 @@ export interface InitiateMultipartUploadInput {
|
|
|
1324
1324
|
/**
|
|
1325
1325
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1326
1326
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1327
|
-
* (hyphen), in which case Amazon
|
|
1327
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1328
1328
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1329
1329
|
* ('-') in the ID. </p>
|
|
1330
1330
|
* @public
|
|
@@ -1351,12 +1351,12 @@ export interface InitiateMultipartUploadInput {
|
|
|
1351
1351
|
partSize?: string | undefined;
|
|
1352
1352
|
}
|
|
1353
1353
|
/**
|
|
1354
|
-
* <p>The Amazon
|
|
1354
|
+
* <p>The Amazon Glacier response to your request.</p>
|
|
1355
1355
|
* @public
|
|
1356
1356
|
*/
|
|
1357
1357
|
export interface InitiateMultipartUploadOutput {
|
|
1358
1358
|
/**
|
|
1359
|
-
* <p>The relative URI path of the multipart upload ID Amazon
|
|
1359
|
+
* <p>The relative URI path of the multipart upload ID Amazon Glacier created.</p>
|
|
1360
1360
|
* @public
|
|
1361
1361
|
*/
|
|
1362
1362
|
location?: string | undefined;
|
|
@@ -1405,7 +1405,7 @@ export interface InitiateVaultLockInput {
|
|
|
1405
1405
|
policy?: VaultLockPolicy | undefined;
|
|
1406
1406
|
}
|
|
1407
1407
|
/**
|
|
1408
|
-
* <p>Contains the Amazon
|
|
1408
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
1409
1409
|
* @public
|
|
1410
1410
|
*/
|
|
1411
1411
|
export interface InitiateVaultLockOutput {
|
|
@@ -1416,14 +1416,14 @@ export interface InitiateVaultLockOutput {
|
|
|
1416
1416
|
lockId?: string | undefined;
|
|
1417
1417
|
}
|
|
1418
1418
|
/**
|
|
1419
|
-
* <p>Provides options for retrieving a job list for an Amazon
|
|
1419
|
+
* <p>Provides options for retrieving a job list for an Amazon Glacier vault.</p>
|
|
1420
1420
|
* @public
|
|
1421
1421
|
*/
|
|
1422
1422
|
export interface ListJobsInput {
|
|
1423
1423
|
/**
|
|
1424
1424
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1425
1425
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1426
|
-
* (hyphen), in which case Amazon
|
|
1426
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1427
1427
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1428
1428
|
* ('-') in the ID. </p>
|
|
1429
1429
|
* @public
|
|
@@ -1463,7 +1463,7 @@ export interface ListJobsInput {
|
|
|
1463
1463
|
completed?: string | undefined;
|
|
1464
1464
|
}
|
|
1465
1465
|
/**
|
|
1466
|
-
* <p>Contains the Amazon
|
|
1466
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
1467
1467
|
* @public
|
|
1468
1468
|
*/
|
|
1469
1469
|
export interface ListJobsOutput {
|
|
@@ -1492,7 +1492,7 @@ export interface ListMultipartUploadsInput {
|
|
|
1492
1492
|
/**
|
|
1493
1493
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1494
1494
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1495
|
-
* (hyphen), in which case Amazon
|
|
1495
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1496
1496
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1497
1497
|
* ('-') in the ID. </p>
|
|
1498
1498
|
* @public
|
|
@@ -1553,7 +1553,7 @@ export interface UploadListElement {
|
|
|
1553
1553
|
CreationDate?: string | undefined;
|
|
1554
1554
|
}
|
|
1555
1555
|
/**
|
|
1556
|
-
* <p>Contains the Amazon
|
|
1556
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
1557
1557
|
* @public
|
|
1558
1558
|
*/
|
|
1559
1559
|
export interface ListMultipartUploadsOutput {
|
|
@@ -1579,7 +1579,7 @@ export interface ListPartsInput {
|
|
|
1579
1579
|
/**
|
|
1580
1580
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1581
1581
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1582
|
-
* (hyphen), in which case Amazon
|
|
1582
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1583
1583
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1584
1584
|
* ('-') in the ID. </p>
|
|
1585
1585
|
* @public
|
|
@@ -1622,14 +1622,14 @@ export interface PartListElement {
|
|
|
1622
1622
|
*/
|
|
1623
1623
|
RangeInBytes?: string | undefined;
|
|
1624
1624
|
/**
|
|
1625
|
-
* <p>The SHA256 tree hash value that Amazon
|
|
1625
|
+
* <p>The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is
|
|
1626
1626
|
* never <code>null</code>.</p>
|
|
1627
1627
|
* @public
|
|
1628
1628
|
*/
|
|
1629
1629
|
SHA256TreeHash?: string | undefined;
|
|
1630
1630
|
}
|
|
1631
1631
|
/**
|
|
1632
|
-
* <p>Contains the Amazon
|
|
1632
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
1633
1633
|
* @public
|
|
1634
1634
|
*/
|
|
1635
1635
|
export interface ListPartsOutput {
|
|
@@ -1682,7 +1682,7 @@ export interface ListPartsOutput {
|
|
|
1682
1682
|
export interface ListProvisionedCapacityInput {
|
|
1683
1683
|
/**
|
|
1684
1684
|
* <p>The AWS account ID of the account that owns the vault. You can either specify an AWS
|
|
1685
|
-
* account ID or optionally a single '-' (hyphen), in which case Amazon
|
|
1685
|
+
* account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1686
1686
|
* account ID associated with the credentials used to sign the request. If you use an account
|
|
1687
1687
|
* ID, don't include any hyphens ('-') in the ID. </p>
|
|
1688
1688
|
* @public
|
|
@@ -1728,7 +1728,7 @@ export interface ListTagsForVaultInput {
|
|
|
1728
1728
|
/**
|
|
1729
1729
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1730
1730
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1731
|
-
* (hyphen), in which case Amazon
|
|
1731
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1732
1732
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1733
1733
|
* ('-') in the ID.</p>
|
|
1734
1734
|
* @public
|
|
@@ -1741,7 +1741,7 @@ export interface ListTagsForVaultInput {
|
|
|
1741
1741
|
vaultName: string | undefined;
|
|
1742
1742
|
}
|
|
1743
1743
|
/**
|
|
1744
|
-
* <p>Contains the Amazon
|
|
1744
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
1745
1745
|
* @public
|
|
1746
1746
|
*/
|
|
1747
1747
|
export interface ListTagsForVaultOutput {
|
|
@@ -1781,7 +1781,7 @@ export interface ListVaultsInput {
|
|
|
1781
1781
|
limit?: number | undefined;
|
|
1782
1782
|
}
|
|
1783
1783
|
/**
|
|
1784
|
-
* <p>Contains the Amazon
|
|
1784
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
1785
1785
|
* @public
|
|
1786
1786
|
*/
|
|
1787
1787
|
export interface ListVaultsOutput {
|
|
@@ -1803,7 +1803,7 @@ export interface ListVaultsOutput {
|
|
|
1803
1803
|
export interface PurchaseProvisionedCapacityInput {
|
|
1804
1804
|
/**
|
|
1805
1805
|
* <p>The AWS account ID of the account that owns the vault. You can either specify an AWS
|
|
1806
|
-
* account ID or optionally a single '-' (hyphen), in which case Amazon
|
|
1806
|
+
* account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1807
1807
|
* account ID associated with the credentials used to sign the request. If you use an account
|
|
1808
1808
|
* ID, don't include any hyphens ('-') in the ID. </p>
|
|
1809
1809
|
* @public
|
|
@@ -1828,7 +1828,7 @@ export interface RemoveTagsFromVaultInput {
|
|
|
1828
1828
|
/**
|
|
1829
1829
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1830
1830
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1831
|
-
* (hyphen), in which case Amazon
|
|
1831
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1832
1832
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1833
1833
|
* ('-') in the ID.</p>
|
|
1834
1834
|
* @public
|
|
@@ -1873,7 +1873,7 @@ export interface SetVaultAccessPolicyInput {
|
|
|
1873
1873
|
/**
|
|
1874
1874
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1875
1875
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1876
|
-
* (hyphen), in which case Amazon
|
|
1876
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1877
1877
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1878
1878
|
* ('-') in the ID.</p>
|
|
1879
1879
|
* @public
|
|
@@ -1899,7 +1899,7 @@ export interface SetVaultNotificationsInput {
|
|
|
1899
1899
|
/**
|
|
1900
1900
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1901
1901
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1902
|
-
* (hyphen), in which case Amazon
|
|
1902
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1903
1903
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1904
1904
|
* ('-') in the ID.</p>
|
|
1905
1905
|
* @public
|
|
@@ -1929,7 +1929,7 @@ export interface UploadArchiveInput {
|
|
|
1929
1929
|
/**
|
|
1930
1930
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1931
1931
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1932
|
-
* (hyphen), in which case Amazon
|
|
1932
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1933
1933
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1934
1934
|
* ('-') in the ID. </p>
|
|
1935
1935
|
* @public
|
|
@@ -1960,7 +1960,7 @@ export interface UploadMultipartPartInput {
|
|
|
1960
1960
|
/**
|
|
1961
1961
|
* <p>The <code>AccountId</code> value is the AWS account ID of the account that owns the
|
|
1962
1962
|
* vault. You can either specify an AWS account ID or optionally a single '<code>-</code>'
|
|
1963
|
-
* (hyphen), in which case Amazon
|
|
1963
|
+
* (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the
|
|
1964
1964
|
* credentials used to sign the request. If you use an account ID, do not include any hyphens
|
|
1965
1965
|
* ('-') in the ID. </p>
|
|
1966
1966
|
* @public
|
|
@@ -1983,7 +1983,7 @@ export interface UploadMultipartPartInput {
|
|
|
1983
1983
|
checksum?: string | undefined;
|
|
1984
1984
|
/**
|
|
1985
1985
|
* <p>Identifies the range of bytes in the assembled archive that will be uploaded in this
|
|
1986
|
-
* part. Amazon
|
|
1986
|
+
* part. Amazon Glacier uses this information to assemble the archive in the proper sequence.
|
|
1987
1987
|
* The format of this header follows RFC 2616. An example header is Content-Range:bytes
|
|
1988
1988
|
* 0-4194303/*.</p>
|
|
1989
1989
|
* @public
|
|
@@ -1996,12 +1996,12 @@ export interface UploadMultipartPartInput {
|
|
|
1996
1996
|
body?: StreamingBlobTypes | undefined;
|
|
1997
1997
|
}
|
|
1998
1998
|
/**
|
|
1999
|
-
* <p>Contains the Amazon
|
|
1999
|
+
* <p>Contains the Amazon Glacier response to your request.</p>
|
|
2000
2000
|
* @public
|
|
2001
2001
|
*/
|
|
2002
2002
|
export interface UploadMultipartPartOutput {
|
|
2003
2003
|
/**
|
|
2004
|
-
* <p>The SHA256 tree hash that Amazon
|
|
2004
|
+
* <p>The SHA256 tree hash that Amazon Glacier computed for the uploaded part.</p>
|
|
2005
2005
|
* @public
|
|
2006
2006
|
*/
|
|
2007
2007
|
checksum?: string | undefined;
|
|
@@ -59,6 +59,7 @@ export declare var ListTagsForVaultOutput: StaticStructureSchema;
|
|
|
59
59
|
export declare var ListVaultsInput: StaticStructureSchema;
|
|
60
60
|
export declare var ListVaultsOutput: StaticStructureSchema;
|
|
61
61
|
export declare var MissingParameterValueException: StaticErrorSchema;
|
|
62
|
+
export declare var NoLongerSupportedException: StaticErrorSchema;
|
|
62
63
|
export declare var OutputLocation: StaticStructureSchema;
|
|
63
64
|
export declare var OutputSerialization: StaticStructureSchema;
|
|
64
65
|
export declare var PartListElement: StaticStructureSchema;
|
|
@@ -18,6 +18,15 @@ export declare class MissingParameterValueException extends __BaseException {
|
|
|
18
18
|
opts: __ExceptionOptionType<MissingParameterValueException, __BaseException>
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
|
+
export declare class NoLongerSupportedException extends __BaseException {
|
|
22
|
+
readonly name: "NoLongerSupportedException";
|
|
23
|
+
readonly $fault: "client";
|
|
24
|
+
type?: string | undefined;
|
|
25
|
+
code?: string | undefined;
|
|
26
|
+
constructor(
|
|
27
|
+
opts: __ExceptionOptionType<NoLongerSupportedException, __BaseException>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
21
30
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
22
31
|
readonly name: "ResourceNotFoundException";
|
|
23
32
|
readonly $fault: "client";
|
|
@@ -65,6 +65,7 @@ export declare var ListTagsForVaultOutput: StaticStructureSchema;
|
|
|
65
65
|
export declare var ListVaultsInput: StaticStructureSchema;
|
|
66
66
|
export declare var ListVaultsOutput: StaticStructureSchema;
|
|
67
67
|
export declare var MissingParameterValueException: StaticErrorSchema;
|
|
68
|
+
export declare var NoLongerSupportedException: StaticErrorSchema;
|
|
68
69
|
export declare var OutputLocation: StaticStructureSchema;
|
|
69
70
|
export declare var OutputSerialization: StaticStructureSchema;
|
|
70
71
|
export declare var PartListElement: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glacier",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.952.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-glacier",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"@aws-sdk/body-checksum-browser": "3.936.0",
|
|
25
25
|
"@aws-sdk/body-checksum-node": "3.936.0",
|
|
26
26
|
"@aws-sdk/core": "3.947.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.952.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.948.0",
|
|
31
31
|
"@aws-sdk/middleware-sdk-glacier": "3.936.0",
|
|
32
32
|
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
33
33
|
"@aws-sdk/region-config-resolver": "3.936.0",
|