aws-sdk 2.658.0 → 2.662.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/CHANGELOG.md +30 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +51 -0
- package/apis/application-autoscaling-2016-02-06.examples.json +6 -169
- package/apis/ce-2017-10-25.min.json +123 -88
- package/apis/ce-2017-10-25.paginators.json +5 -0
- package/apis/codeguru-reviewer-2019-09-19.min.json +341 -3
- package/apis/codeguru-reviewer-2019-09-19.paginators.json +15 -0
- package/apis/elasticmapreduce-2009-03-31.min.json +98 -17
- package/apis/es-2015-01-01.min.json +3 -0
- package/apis/firehose-2015-08-04.min.json +74 -30
- package/apis/guardduty-2017-11-28.min.json +165 -16
- package/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/apis/iotevents-2018-07-27.min.json +102 -20
- package/apis/mediapackage-vod-2018-11-07.min.json +173 -36
- package/apis/metadata.json +3 -0
- package/apis/pinpoint-2016-12-01.min.json +363 -335
- package/apis/ram-2018-01-04.min.json +30 -0
- package/apis/rds-2014-10-31.min.json +2 -0
- package/apis/redshift-2012-12-01.min.json +154 -46
- package/apis/redshift-2012-12-01.paginators.json +6 -0
- package/apis/route53domains-2014-05-15.min.json +97 -24
- package/apis/storagegateway-2013-06-30.min.json +99 -14
- package/apis/synthetics-2017-10-11.examples.json +5 -0
- package/apis/synthetics-2017-10-11.min.json +578 -0
- package/apis/synthetics-2017-10-11.paginators.json +24 -0
- package/apis/transfer-2018-11-05.min.json +41 -24
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/apigatewayv2.d.ts +40 -2
- package/clients/applicationautoscaling.d.ts +83 -83
- package/clients/codegurureviewer.d.ts +417 -10
- package/clients/costexplorer.d.ts +66 -28
- package/clients/emr.d.ts +91 -6
- package/clients/es.d.ts +4 -0
- package/clients/firehose.d.ts +50 -8
- package/clients/fms.d.ts +6 -6
- package/clients/glue.d.ts +4 -4
- package/clients/guardduty.d.ts +340 -224
- package/clients/iotevents.d.ts +106 -0
- package/clients/mediapackagevod.d.ts +55 -0
- package/clients/pinpoint.d.ts +115 -77
- package/clients/ram.d.ts +41 -2
- package/clients/rds.d.ts +13 -5
- package/clients/redshift.d.ts +162 -1
- package/clients/route53domains.d.ts +140 -47
- package/clients/storagegateway.d.ts +137 -60
- package/clients/synthetics.d.ts +656 -0
- package/clients/synthetics.js +18 -0
- package/clients/transfer.d.ts +154 -123
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +61 -24
- package/dist/aws-sdk.js +664 -222
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -52,11 +52,11 @@ declare class StorageGateway extends Service {
|
|
|
52
52
|
*/
|
|
53
53
|
addWorkingStorage(callback?: (err: AWSError, data: StorageGateway.Types.AddWorkingStorageOutput) => void): Request<StorageGateway.Types.AddWorkingStorageOutput, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the S3 storage class (Glacier or Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
55
|
+
* Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the S3 storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
56
56
|
*/
|
|
57
57
|
assignTapePool(params: StorageGateway.Types.AssignTapePoolInput, callback?: (err: AWSError, data: StorageGateway.Types.AssignTapePoolOutput) => void): Request<StorageGateway.Types.AssignTapePoolOutput, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the S3 storage class (Glacier or Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
59
|
+
* Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the S3 storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
60
60
|
*/
|
|
61
61
|
assignTapePool(callback?: (err: AWSError, data: StorageGateway.Types.AssignTapePoolOutput) => void): Request<StorageGateway.Types.AssignTapePoolOutput, AWSError>;
|
|
62
62
|
/**
|
|
@@ -92,27 +92,27 @@ declare class StorageGateway extends Service {
|
|
|
92
92
|
*/
|
|
93
93
|
createCachediSCSIVolume(callback?: (err: AWSError, data: StorageGateway.Types.CreateCachediSCSIVolumeOutput) => void): Request<StorageGateway.Types.CreateCachediSCSIVolumeOutput, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
* Creates a Network File System (NFS) file share on an existing file gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using
|
|
95
|
+
* Creates a Network File System (NFS) file share on an existing file gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an NFS interface. This operation is only supported for file gateways. File gateway requires AWS Security Token Service (AWS STS) to be activated to enable you to create a file share. Make sure AWS STS is activated in the AWS Region you are creating your file gateway in. If AWS STS is not activated in the AWS Region, activate it. For information about how to activate AWS STS, see Activating and Deactivating AWS STS in an AWS Region in the AWS Identity and Access Management User Guide. File gateway does not support creating hard or symbolic links on a file share.
|
|
96
96
|
*/
|
|
97
97
|
createNFSFileShare(params: StorageGateway.Types.CreateNFSFileShareInput, callback?: (err: AWSError, data: StorageGateway.Types.CreateNFSFileShareOutput) => void): Request<StorageGateway.Types.CreateNFSFileShareOutput, AWSError>;
|
|
98
98
|
/**
|
|
99
|
-
* Creates a Network File System (NFS) file share on an existing file gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using
|
|
99
|
+
* Creates a Network File System (NFS) file share on an existing file gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an NFS interface. This operation is only supported for file gateways. File gateway requires AWS Security Token Service (AWS STS) to be activated to enable you to create a file share. Make sure AWS STS is activated in the AWS Region you are creating your file gateway in. If AWS STS is not activated in the AWS Region, activate it. For information about how to activate AWS STS, see Activating and Deactivating AWS STS in an AWS Region in the AWS Identity and Access Management User Guide. File gateway does not support creating hard or symbolic links on a file share.
|
|
100
100
|
*/
|
|
101
101
|
createNFSFileShare(callback?: (err: AWSError, data: StorageGateway.Types.CreateNFSFileShareOutput) => void): Request<StorageGateway.Types.CreateNFSFileShareOutput, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
* Creates a Server Message Block (SMB) file share on an existing file gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway expose file shares using
|
|
103
|
+
* Creates a Server Message Block (SMB) file share on an existing file gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway expose file shares using an SMB interface. This operation is only supported for file gateways. File gateways require AWS Security Token Service (AWS STS) to be activated to enable you to create a file share. Make sure that AWS STS is activated in the AWS Region you are creating your file gateway in. If AWS STS is not activated in this AWS Region, activate it. For information about how to activate AWS STS, see Activating and Deactivating AWS STS in an AWS Region in the AWS Identity and Access Management User Guide. File gateways don't support creating hard or symbolic links on a file share.
|
|
104
104
|
*/
|
|
105
105
|
createSMBFileShare(params: StorageGateway.Types.CreateSMBFileShareInput, callback?: (err: AWSError, data: StorageGateway.Types.CreateSMBFileShareOutput) => void): Request<StorageGateway.Types.CreateSMBFileShareOutput, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
* Creates a Server Message Block (SMB) file share on an existing file gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway expose file shares using
|
|
107
|
+
* Creates a Server Message Block (SMB) file share on an existing file gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway expose file shares using an SMB interface. This operation is only supported for file gateways. File gateways require AWS Security Token Service (AWS STS) to be activated to enable you to create a file share. Make sure that AWS STS is activated in the AWS Region you are creating your file gateway in. If AWS STS is not activated in this AWS Region, activate it. For information about how to activate AWS STS, see Activating and Deactivating AWS STS in an AWS Region in the AWS Identity and Access Management User Guide. File gateways don't support creating hard or symbolic links on a file share.
|
|
108
108
|
*/
|
|
109
109
|
createSMBFileShare(callback?: (err: AWSError, data: StorageGateway.Types.CreateSMBFileShareOutput) => void): Request<StorageGateway.Types.CreateSMBFileShareOutput, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
* Initiates a snapshot of a volume. AWS Storage Gateway provides the ability to back up point-in-time snapshots of your data to Amazon Simple Storage (S3) for durable off-site recovery, as well as import the data to an Amazon Elastic Block Store (EBS) volume in Amazon Elastic Compute Cloud (EC2). You can take snapshots of your gateway volume on a scheduled or ad hoc basis. This API enables you to take ad
|
|
111
|
+
* Initiates a snapshot of a volume. AWS Storage Gateway provides the ability to back up point-in-time snapshots of your data to Amazon Simple Storage Service (Amazon S3) for durable off-site recovery, as well as import the data to an Amazon Elastic Block Store (EBS) volume in Amazon Elastic Compute Cloud (EC2). You can take snapshots of your gateway volume on a scheduled or ad hoc basis. This API enables you to take an ad hoc snapshot. For more information, see Editing a Snapshot Schedule. In the CreateSnapshot request you identify the volume by providing its Amazon Resource Name (ARN). You must also provide description for the snapshot. When AWS Storage Gateway takes the snapshot of specified volume, the snapshot and description appears in the AWS Storage Gateway Console. In response, AWS Storage Gateway returns you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use it when you want to create a volume from a snapshot. This operation is only supported in stored and cached volume gateway type. To list or delete a snapshot, you must use the Amazon EC2 API. For more information, see DescribeSnapshots or DeleteSnapshot in the EC2 API reference. Volume and snapshot IDs are changing to a longer length ID format. For more information, see the important note on the Welcome page.
|
|
112
112
|
*/
|
|
113
113
|
createSnapshot(params: StorageGateway.Types.CreateSnapshotInput, callback?: (err: AWSError, data: StorageGateway.Types.CreateSnapshotOutput) => void): Request<StorageGateway.Types.CreateSnapshotOutput, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
* Initiates a snapshot of a volume. AWS Storage Gateway provides the ability to back up point-in-time snapshots of your data to Amazon Simple Storage (S3) for durable off-site recovery, as well as import the data to an Amazon Elastic Block Store (EBS) volume in Amazon Elastic Compute Cloud (EC2). You can take snapshots of your gateway volume on a scheduled or ad hoc basis. This API enables you to take ad
|
|
115
|
+
* Initiates a snapshot of a volume. AWS Storage Gateway provides the ability to back up point-in-time snapshots of your data to Amazon Simple Storage Service (Amazon S3) for durable off-site recovery, as well as import the data to an Amazon Elastic Block Store (EBS) volume in Amazon Elastic Compute Cloud (EC2). You can take snapshots of your gateway volume on a scheduled or ad hoc basis. This API enables you to take an ad hoc snapshot. For more information, see Editing a Snapshot Schedule. In the CreateSnapshot request you identify the volume by providing its Amazon Resource Name (ARN). You must also provide description for the snapshot. When AWS Storage Gateway takes the snapshot of specified volume, the snapshot and description appears in the AWS Storage Gateway Console. In response, AWS Storage Gateway returns you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use it when you want to create a volume from a snapshot. This operation is only supported in stored and cached volume gateway type. To list or delete a snapshot, you must use the Amazon EC2 API. For more information, see DescribeSnapshots or DeleteSnapshot in the EC2 API reference. Volume and snapshot IDs are changing to a longer length ID format. For more information, see the important note on the Welcome page.
|
|
116
116
|
*/
|
|
117
117
|
createSnapshot(callback?: (err: AWSError, data: StorageGateway.Types.CreateSnapshotOutput) => void): Request<StorageGateway.Types.CreateSnapshotOutput, AWSError>;
|
|
118
118
|
/**
|
|
@@ -132,11 +132,11 @@ declare class StorageGateway extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
createStorediSCSIVolume(callback?: (err: AWSError, data: StorageGateway.Types.CreateStorediSCSIVolumeOutput) => void): Request<StorageGateway.Types.CreateStorediSCSIVolumeOutput, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Creates a virtual tape by using your own barcode. You write data to the virtual tape and then archive the tape. A barcode is unique and
|
|
135
|
+
* Creates a virtual tape by using your own barcode. You write data to the virtual tape and then archive the tape. A barcode is unique and cannot be reused if it has already been used on a tape. This applies to barcodes used on deleted tapes. This operation is only supported in the tape gateway type. Cache storage must be allocated to the gateway before you can create a virtual tape. Use the AddCache operation to add cache storage to a gateway.
|
|
136
136
|
*/
|
|
137
137
|
createTapeWithBarcode(params: StorageGateway.Types.CreateTapeWithBarcodeInput, callback?: (err: AWSError, data: StorageGateway.Types.CreateTapeWithBarcodeOutput) => void): Request<StorageGateway.Types.CreateTapeWithBarcodeOutput, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Creates a virtual tape by using your own barcode. You write data to the virtual tape and then archive the tape. A barcode is unique and
|
|
139
|
+
* Creates a virtual tape by using your own barcode. You write data to the virtual tape and then archive the tape. A barcode is unique and cannot be reused if it has already been used on a tape. This applies to barcodes used on deleted tapes. This operation is only supported in the tape gateway type. Cache storage must be allocated to the gateway before you can create a virtual tape. Use the AddCache operation to add cache storage to a gateway.
|
|
140
140
|
*/
|
|
141
141
|
createTapeWithBarcode(callback?: (err: AWSError, data: StorageGateway.Types.CreateTapeWithBarcodeOutput) => void): Request<StorageGateway.Types.CreateTapeWithBarcodeOutput, AWSError>;
|
|
142
142
|
/**
|
|
@@ -147,6 +147,14 @@ declare class StorageGateway extends Service {
|
|
|
147
147
|
* Creates one or more virtual tapes. You write data to the virtual tapes and then archive the tapes. This operation is only supported in the tape gateway type. Cache storage must be allocated to the gateway before you can create virtual tapes. Use the AddCache operation to add cache storage to a gateway.
|
|
148
148
|
*/
|
|
149
149
|
createTapes(callback?: (err: AWSError, data: StorageGateway.Types.CreateTapesOutput) => void): Request<StorageGateway.Types.CreateTapesOutput, AWSError>;
|
|
150
|
+
/**
|
|
151
|
+
* Deletes the automatic tape creation policy of a gateway. If you delete this policy, new virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway in your request to remove the policy.
|
|
152
|
+
*/
|
|
153
|
+
deleteAutomaticTapeCreationPolicy(params: StorageGateway.Types.DeleteAutomaticTapeCreationPolicyInput, callback?: (err: AWSError, data: StorageGateway.Types.DeleteAutomaticTapeCreationPolicyOutput) => void): Request<StorageGateway.Types.DeleteAutomaticTapeCreationPolicyOutput, AWSError>;
|
|
154
|
+
/**
|
|
155
|
+
* Deletes the automatic tape creation policy of a gateway. If you delete this policy, new virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway in your request to remove the policy.
|
|
156
|
+
*/
|
|
157
|
+
deleteAutomaticTapeCreationPolicy(callback?: (err: AWSError, data: StorageGateway.Types.DeleteAutomaticTapeCreationPolicyOutput) => void): Request<StorageGateway.Types.DeleteAutomaticTapeCreationPolicyOutput, AWSError>;
|
|
150
158
|
/**
|
|
151
159
|
* Deletes the bandwidth rate limits of a gateway. You can delete either the upload and download bandwidth rate limit, or you can delete both. If you delete only one of the limits, the other limit remains unchanged. To specify which gateway to work with, use the Amazon Resource Name (ARN) of the gateway in your request. This operation is supported for the stored volume, cached volume and tape gateway types.
|
|
152
160
|
*/
|
|
@@ -180,11 +188,11 @@ declare class StorageGateway extends Service {
|
|
|
180
188
|
*/
|
|
181
189
|
deleteGateway(callback?: (err: AWSError, data: StorageGateway.Types.DeleteGatewayOutput) => void): Request<StorageGateway.Types.DeleteGatewayOutput, AWSError>;
|
|
182
190
|
/**
|
|
183
|
-
* Deletes a snapshot of a volume. You can take snapshots of your gateway volumes on a scheduled or ad hoc basis. This API action enables you to delete a snapshot schedule for a volume. For more information, see Working with Snapshots. In the DeleteSnapshotSchedule request, you identify the volume by providing its Amazon Resource Name (ARN). This operation is only supported in stored and cached volume gateway types. To list or delete a snapshot, you must use the Amazon EC2 API. in Amazon Elastic Compute Cloud API Reference.
|
|
191
|
+
* Deletes a snapshot of a volume. You can take snapshots of your gateway volumes on a scheduled or ad hoc basis. This API action enables you to delete a snapshot schedule for a volume. For more information, see Working with Snapshots. In the DeleteSnapshotSchedule request, you identify the volume by providing its Amazon Resource Name (ARN). This operation is only supported in stored and cached volume gateway types. To list or delete a snapshot, you must use the Amazon EC2 API. For more information, go to DescribeSnapshots in the Amazon Elastic Compute Cloud API Reference.
|
|
184
192
|
*/
|
|
185
193
|
deleteSnapshotSchedule(params: StorageGateway.Types.DeleteSnapshotScheduleInput, callback?: (err: AWSError, data: StorageGateway.Types.DeleteSnapshotScheduleOutput) => void): Request<StorageGateway.Types.DeleteSnapshotScheduleOutput, AWSError>;
|
|
186
194
|
/**
|
|
187
|
-
* Deletes a snapshot of a volume. You can take snapshots of your gateway volumes on a scheduled or ad hoc basis. This API action enables you to delete a snapshot schedule for a volume. For more information, see Working with Snapshots. In the DeleteSnapshotSchedule request, you identify the volume by providing its Amazon Resource Name (ARN). This operation is only supported in stored and cached volume gateway types. To list or delete a snapshot, you must use the Amazon EC2 API. in Amazon Elastic Compute Cloud API Reference.
|
|
195
|
+
* Deletes a snapshot of a volume. You can take snapshots of your gateway volumes on a scheduled or ad hoc basis. This API action enables you to delete a snapshot schedule for a volume. For more information, see Working with Snapshots. In the DeleteSnapshotSchedule request, you identify the volume by providing its Amazon Resource Name (ARN). This operation is only supported in stored and cached volume gateway types. To list or delete a snapshot, you must use the Amazon EC2 API. For more information, go to DescribeSnapshots in the Amazon Elastic Compute Cloud API Reference.
|
|
188
196
|
*/
|
|
189
197
|
deleteSnapshotSchedule(callback?: (err: AWSError, data: StorageGateway.Types.DeleteSnapshotScheduleOutput) => void): Request<StorageGateway.Types.DeleteSnapshotScheduleOutput, AWSError>;
|
|
190
198
|
/**
|
|
@@ -228,19 +236,19 @@ declare class StorageGateway extends Service {
|
|
|
228
236
|
*/
|
|
229
237
|
describeBandwidthRateLimit(callback?: (err: AWSError, data: StorageGateway.Types.DescribeBandwidthRateLimitOutput) => void): Request<StorageGateway.Types.DescribeBandwidthRateLimitOutput, AWSError>;
|
|
230
238
|
/**
|
|
231
|
-
* Returns information about the cache of a gateway. This operation is only supported in the cached volume, tape and file gateway types. The response includes disk IDs that are configured as cache, and it includes the amount of cache allocated and used.
|
|
239
|
+
* Returns information about the cache of a gateway. This operation is only supported in the cached volume, tape, and file gateway types. The response includes disk IDs that are configured as cache, and it includes the amount of cache allocated and used.
|
|
232
240
|
*/
|
|
233
241
|
describeCache(params: StorageGateway.Types.DescribeCacheInput, callback?: (err: AWSError, data: StorageGateway.Types.DescribeCacheOutput) => void): Request<StorageGateway.Types.DescribeCacheOutput, AWSError>;
|
|
234
242
|
/**
|
|
235
|
-
* Returns information about the cache of a gateway. This operation is only supported in the cached volume, tape and file gateway types. The response includes disk IDs that are configured as cache, and it includes the amount of cache allocated and used.
|
|
243
|
+
* Returns information about the cache of a gateway. This operation is only supported in the cached volume, tape, and file gateway types. The response includes disk IDs that are configured as cache, and it includes the amount of cache allocated and used.
|
|
236
244
|
*/
|
|
237
245
|
describeCache(callback?: (err: AWSError, data: StorageGateway.Types.DescribeCacheOutput) => void): Request<StorageGateway.Types.DescribeCacheOutput, AWSError>;
|
|
238
246
|
/**
|
|
239
|
-
* Returns a description of the gateway volumes specified in the request. This operation is only supported in the cached volume gateway types. The list of gateway volumes in the request must be from one gateway. In the response
|
|
247
|
+
* Returns a description of the gateway volumes specified in the request. This operation is only supported in the cached volume gateway types. The list of gateway volumes in the request must be from one gateway. In the response, AWS Storage Gateway returns volume information sorted by volume Amazon Resource Name (ARN).
|
|
240
248
|
*/
|
|
241
249
|
describeCachediSCSIVolumes(params: StorageGateway.Types.DescribeCachediSCSIVolumesInput, callback?: (err: AWSError, data: StorageGateway.Types.DescribeCachediSCSIVolumesOutput) => void): Request<StorageGateway.Types.DescribeCachediSCSIVolumesOutput, AWSError>;
|
|
242
250
|
/**
|
|
243
|
-
* Returns a description of the gateway volumes specified in the request. This operation is only supported in the cached volume gateway types. The list of gateway volumes in the request must be from one gateway. In the response
|
|
251
|
+
* Returns a description of the gateway volumes specified in the request. This operation is only supported in the cached volume gateway types. The list of gateway volumes in the request must be from one gateway. In the response, AWS Storage Gateway returns volume information sorted by volume Amazon Resource Name (ARN).
|
|
244
252
|
*/
|
|
245
253
|
describeCachediSCSIVolumes(callback?: (err: AWSError, data: StorageGateway.Types.DescribeCachediSCSIVolumesOutput) => void): Request<StorageGateway.Types.DescribeCachediSCSIVolumesOutput, AWSError>;
|
|
246
254
|
/**
|
|
@@ -300,11 +308,11 @@ declare class StorageGateway extends Service {
|
|
|
300
308
|
*/
|
|
301
309
|
describeSnapshotSchedule(callback?: (err: AWSError, data: StorageGateway.Types.DescribeSnapshotScheduleOutput) => void): Request<StorageGateway.Types.DescribeSnapshotScheduleOutput, AWSError>;
|
|
302
310
|
/**
|
|
303
|
-
* Returns the description of the gateway volumes specified in the request. The list of gateway volumes in the request must be from one gateway. In the response
|
|
311
|
+
* Returns the description of the gateway volumes specified in the request. The list of gateway volumes in the request must be from one gateway. In the response AWS Storage Gateway returns volume information sorted by volume ARNs. This operation is only supported in stored volume gateway type.
|
|
304
312
|
*/
|
|
305
313
|
describeStorediSCSIVolumes(params: StorageGateway.Types.DescribeStorediSCSIVolumesInput, callback?: (err: AWSError, data: StorageGateway.Types.DescribeStorediSCSIVolumesOutput) => void): Request<StorageGateway.Types.DescribeStorediSCSIVolumesOutput, AWSError>;
|
|
306
314
|
/**
|
|
307
|
-
* Returns the description of the gateway volumes specified in the request. The list of gateway volumes in the request must be from one gateway. In the response
|
|
315
|
+
* Returns the description of the gateway volumes specified in the request. The list of gateway volumes in the request must be from one gateway. In the response AWS Storage Gateway returns volume information sorted by volume ARNs. This operation is only supported in stored volume gateway type.
|
|
308
316
|
*/
|
|
309
317
|
describeStorediSCSIVolumes(callback?: (err: AWSError, data: StorageGateway.Types.DescribeStorediSCSIVolumesOutput) => void): Request<StorageGateway.Types.DescribeStorediSCSIVolumesOutput, AWSError>;
|
|
310
318
|
/**
|
|
@@ -364,11 +372,11 @@ declare class StorageGateway extends Service {
|
|
|
364
372
|
*/
|
|
365
373
|
detachVolume(callback?: (err: AWSError, data: StorageGateway.Types.DetachVolumeOutput) => void): Request<StorageGateway.Types.DetachVolumeOutput, AWSError>;
|
|
366
374
|
/**
|
|
367
|
-
* Disables a tape gateway when the gateway is no longer functioning. For example, if your gateway VM is damaged, you can disable the gateway so you can recover virtual tapes. Use this operation for a tape gateway that is not reachable or not functioning. This operation is only supported in the tape gateway type.
|
|
375
|
+
* Disables a tape gateway when the gateway is no longer functioning. For example, if your gateway VM is damaged, you can disable the gateway so you can recover virtual tapes. Use this operation for a tape gateway that is not reachable or not functioning. This operation is only supported in the tape gateway type. After a gateway is disabled, it cannot be enabled.
|
|
368
376
|
*/
|
|
369
377
|
disableGateway(params: StorageGateway.Types.DisableGatewayInput, callback?: (err: AWSError, data: StorageGateway.Types.DisableGatewayOutput) => void): Request<StorageGateway.Types.DisableGatewayOutput, AWSError>;
|
|
370
378
|
/**
|
|
371
|
-
* Disables a tape gateway when the gateway is no longer functioning. For example, if your gateway VM is damaged, you can disable the gateway so you can recover virtual tapes. Use this operation for a tape gateway that is not reachable or not functioning. This operation is only supported in the tape gateway type.
|
|
379
|
+
* Disables a tape gateway when the gateway is no longer functioning. For example, if your gateway VM is damaged, you can disable the gateway so you can recover virtual tapes. Use this operation for a tape gateway that is not reachable or not functioning. This operation is only supported in the tape gateway type. After a gateway is disabled, it cannot be enabled.
|
|
372
380
|
*/
|
|
373
381
|
disableGateway(callback?: (err: AWSError, data: StorageGateway.Types.DisableGatewayOutput) => void): Request<StorageGateway.Types.DisableGatewayOutput, AWSError>;
|
|
374
382
|
/**
|
|
@@ -379,6 +387,14 @@ declare class StorageGateway extends Service {
|
|
|
379
387
|
* Adds a file gateway to an Active Directory domain. This operation is only supported for file gateways that support the SMB file protocol.
|
|
380
388
|
*/
|
|
381
389
|
joinDomain(callback?: (err: AWSError, data: StorageGateway.Types.JoinDomainOutput) => void): Request<StorageGateway.Types.JoinDomainOutput, AWSError>;
|
|
390
|
+
/**
|
|
391
|
+
* Lists the automatic tape creation policies for a gateway. If there are no automatic tape creation policies for the gateway, it returns an empty list. This operation is only supported for tape gateways.
|
|
392
|
+
*/
|
|
393
|
+
listAutomaticTapeCreationPolicies(params: StorageGateway.Types.ListAutomaticTapeCreationPoliciesInput, callback?: (err: AWSError, data: StorageGateway.Types.ListAutomaticTapeCreationPoliciesOutput) => void): Request<StorageGateway.Types.ListAutomaticTapeCreationPoliciesOutput, AWSError>;
|
|
394
|
+
/**
|
|
395
|
+
* Lists the automatic tape creation policies for a gateway. If there are no automatic tape creation policies for the gateway, it returns an empty list. This operation is only supported for tape gateways.
|
|
396
|
+
*/
|
|
397
|
+
listAutomaticTapeCreationPolicies(callback?: (err: AWSError, data: StorageGateway.Types.ListAutomaticTapeCreationPoliciesOutput) => void): Request<StorageGateway.Types.ListAutomaticTapeCreationPoliciesOutput, AWSError>;
|
|
382
398
|
/**
|
|
383
399
|
* Gets a list of the file shares for a specific file gateway, or the list of file shares that belong to the calling user account. This operation is only supported for file gateways.
|
|
384
400
|
*/
|
|
@@ -468,11 +484,11 @@ declare class StorageGateway extends Service {
|
|
|
468
484
|
*/
|
|
469
485
|
removeTagsFromResource(callback?: (err: AWSError, data: StorageGateway.Types.RemoveTagsFromResourceOutput) => void): Request<StorageGateway.Types.RemoveTagsFromResourceOutput, AWSError>;
|
|
470
486
|
/**
|
|
471
|
-
* Resets all cache disks that have encountered
|
|
487
|
+
* Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters an error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point, you can reconfigure the disks as cache disks. This operation is only supported in the cached volume and tape types. If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.
|
|
472
488
|
*/
|
|
473
489
|
resetCache(params: StorageGateway.Types.ResetCacheInput, callback?: (err: AWSError, data: StorageGateway.Types.ResetCacheOutput) => void): Request<StorageGateway.Types.ResetCacheOutput, AWSError>;
|
|
474
490
|
/**
|
|
475
|
-
* Resets all cache disks that have encountered
|
|
491
|
+
* Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters an error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point, you can reconfigure the disks as cache disks. This operation is only supported in the cached volume and tape types. If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.
|
|
476
492
|
*/
|
|
477
493
|
resetCache(callback?: (err: AWSError, data: StorageGateway.Types.ResetCacheOutput) => void): Request<StorageGateway.Types.ResetCacheOutput, AWSError>;
|
|
478
494
|
/**
|
|
@@ -508,11 +524,11 @@ declare class StorageGateway extends Service {
|
|
|
508
524
|
*/
|
|
509
525
|
setSMBGuestPassword(callback?: (err: AWSError, data: StorageGateway.Types.SetSMBGuestPasswordOutput) => void): Request<StorageGateway.Types.SetSMBGuestPasswordOutput, AWSError>;
|
|
510
526
|
/**
|
|
511
|
-
* Shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource Name (ARN) of the gateway in the body of your request. The operation shuts down the gateway service component running in the gateway's virtual machine (VM) and not the host VM. If you want to shut down the VM, it is recommended that you first shut down the gateway component in the VM to avoid unpredictable conditions. After the gateway is shutdown, you cannot call any other API except StartGateway, DescribeGatewayInformation
|
|
527
|
+
* Shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource Name (ARN) of the gateway in the body of your request. The operation shuts down the gateway service component running in the gateway's virtual machine (VM) and not the host VM. If you want to shut down the VM, it is recommended that you first shut down the gateway component in the VM to avoid unpredictable conditions. After the gateway is shutdown, you cannot call any other API except StartGateway, DescribeGatewayInformation and ListGateways. For more information, see ActivateGateway. Your applications cannot read from or write to the gateway's storage volumes, and there are no snapshots taken. When you make a shutdown request, you will get a 200 OK success response immediately. However, it might take some time for the gateway to shut down. You can call the DescribeGatewayInformation API to check the status. For more information, see ActivateGateway. If do not intend to use the gateway again, you must delete the gateway (using DeleteGateway) to no longer pay software charges associated with the gateway.
|
|
512
528
|
*/
|
|
513
529
|
shutdownGateway(params: StorageGateway.Types.ShutdownGatewayInput, callback?: (err: AWSError, data: StorageGateway.Types.ShutdownGatewayOutput) => void): Request<StorageGateway.Types.ShutdownGatewayOutput, AWSError>;
|
|
514
530
|
/**
|
|
515
|
-
* Shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource Name (ARN) of the gateway in the body of your request. The operation shuts down the gateway service component running in the gateway's virtual machine (VM) and not the host VM. If you want to shut down the VM, it is recommended that you first shut down the gateway component in the VM to avoid unpredictable conditions. After the gateway is shutdown, you cannot call any other API except StartGateway, DescribeGatewayInformation
|
|
531
|
+
* Shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource Name (ARN) of the gateway in the body of your request. The operation shuts down the gateway service component running in the gateway's virtual machine (VM) and not the host VM. If you want to shut down the VM, it is recommended that you first shut down the gateway component in the VM to avoid unpredictable conditions. After the gateway is shutdown, you cannot call any other API except StartGateway, DescribeGatewayInformation and ListGateways. For more information, see ActivateGateway. Your applications cannot read from or write to the gateway's storage volumes, and there are no snapshots taken. When you make a shutdown request, you will get a 200 OK success response immediately. However, it might take some time for the gateway to shut down. You can call the DescribeGatewayInformation API to check the status. For more information, see ActivateGateway. If do not intend to use the gateway again, you must delete the gateway (using DeleteGateway) to no longer pay software charges associated with the gateway.
|
|
516
532
|
*/
|
|
517
533
|
shutdownGateway(callback?: (err: AWSError, data: StorageGateway.Types.ShutdownGatewayOutput) => void): Request<StorageGateway.Types.ShutdownGatewayOutput, AWSError>;
|
|
518
534
|
/**
|
|
@@ -531,6 +547,14 @@ declare class StorageGateway extends Service {
|
|
|
531
547
|
* Starts a gateway that you previously shut down (see ShutdownGateway). After the gateway starts, you can then make other API calls, your applications can read from or write to the gateway's storage volumes and you will be able to take snapshot backups. When you make a request, you will get a 200 OK success response immediately. However, it might take some time for the gateway to be ready. You should call DescribeGatewayInformation and check the status before making any additional API calls. For more information, see ActivateGateway. To specify which gateway to start, use the Amazon Resource Name (ARN) of the gateway in your request.
|
|
532
548
|
*/
|
|
533
549
|
startGateway(callback?: (err: AWSError, data: StorageGateway.Types.StartGatewayOutput) => void): Request<StorageGateway.Types.StartGatewayOutput, AWSError>;
|
|
550
|
+
/**
|
|
551
|
+
* Updates the automatic tape creation policy of a gateway. Use this to update the policy with a new set of automatic tape creation rules. This is only supported for tape gateways. By default, there is no automatic tape creation policy. A gateway can have only one automatic tape creation policy.
|
|
552
|
+
*/
|
|
553
|
+
updateAutomaticTapeCreationPolicy(params: StorageGateway.Types.UpdateAutomaticTapeCreationPolicyInput, callback?: (err: AWSError, data: StorageGateway.Types.UpdateAutomaticTapeCreationPolicyOutput) => void): Request<StorageGateway.Types.UpdateAutomaticTapeCreationPolicyOutput, AWSError>;
|
|
554
|
+
/**
|
|
555
|
+
* Updates the automatic tape creation policy of a gateway. Use this to update the policy with a new set of automatic tape creation rules. This is only supported for tape gateways. By default, there is no automatic tape creation policy. A gateway can have only one automatic tape creation policy.
|
|
556
|
+
*/
|
|
557
|
+
updateAutomaticTapeCreationPolicy(callback?: (err: AWSError, data: StorageGateway.Types.UpdateAutomaticTapeCreationPolicyOutput) => void): Request<StorageGateway.Types.UpdateAutomaticTapeCreationPolicyOutput, AWSError>;
|
|
534
558
|
/**
|
|
535
559
|
* Updates the bandwidth rate limits of a gateway. You can update both the upload and download bandwidth rate limit or specify only one of the two. If you don't set a bandwidth rate limit, the existing rate limit remains. This operation is supported for the stored volume, cached volume and tape gateway types.' By default, a gateway's bandwidth rate limits are not set. If you don't set any limit, the gateway does not have any limitations on its bandwidth usage and could potentially use the maximum available bandwidth. To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in your request.
|
|
536
560
|
*/
|
|
@@ -655,7 +679,7 @@ declare namespace StorageGateway {
|
|
|
655
679
|
export interface AddCacheInput {
|
|
656
680
|
GatewayARN: GatewayARN;
|
|
657
681
|
/**
|
|
658
|
-
* An array of strings that identify disks that are to be configured as working storage. Each string
|
|
682
|
+
* An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
|
|
659
683
|
*/
|
|
660
684
|
DiskIds: DiskIds;
|
|
661
685
|
}
|
|
@@ -681,7 +705,7 @@ declare namespace StorageGateway {
|
|
|
681
705
|
export interface AddUploadBufferInput {
|
|
682
706
|
GatewayARN: GatewayARN;
|
|
683
707
|
/**
|
|
684
|
-
* An array of strings that identify disks that are to be configured as working storage. Each string
|
|
708
|
+
* An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
|
|
685
709
|
*/
|
|
686
710
|
DiskIds: DiskIds;
|
|
687
711
|
}
|
|
@@ -691,7 +715,7 @@ declare namespace StorageGateway {
|
|
|
691
715
|
export interface AddWorkingStorageInput {
|
|
692
716
|
GatewayARN: GatewayARN;
|
|
693
717
|
/**
|
|
694
|
-
* An array of strings that identify disks that are to be configured as working storage. Each string
|
|
718
|
+
* An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
|
|
695
719
|
*/
|
|
696
720
|
DiskIds: DiskIds;
|
|
697
721
|
}
|
|
@@ -704,7 +728,7 @@ declare namespace StorageGateway {
|
|
|
704
728
|
*/
|
|
705
729
|
TapeARN: TapeARN;
|
|
706
730
|
/**
|
|
707
|
-
* The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (Glacier or Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
731
|
+
* The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
708
732
|
*/
|
|
709
733
|
PoolId: PoolId;
|
|
710
734
|
}
|
|
@@ -748,6 +772,33 @@ declare namespace StorageGateway {
|
|
|
748
772
|
}
|
|
749
773
|
export type AuditDestinationARN = string;
|
|
750
774
|
export type Authentication = string;
|
|
775
|
+
export interface AutomaticTapeCreationPolicyInfo {
|
|
776
|
+
/**
|
|
777
|
+
* An automatic tape creation policy consists of a list of automatic tape creation rules. This returns the rules that determine when and how to automatically create new tapes.
|
|
778
|
+
*/
|
|
779
|
+
AutomaticTapeCreationRules?: AutomaticTapeCreationRules;
|
|
780
|
+
GatewayARN?: GatewayARN;
|
|
781
|
+
}
|
|
782
|
+
export type AutomaticTapeCreationPolicyInfos = AutomaticTapeCreationPolicyInfo[];
|
|
783
|
+
export interface AutomaticTapeCreationRule {
|
|
784
|
+
/**
|
|
785
|
+
* A prefix that you append to the barcode of the virtual tape that you are creating. This prefix makes the barcode unique. The prefix must be 1-4 characters in length and must be one of the uppercase letters from A to Z.
|
|
786
|
+
*/
|
|
787
|
+
TapeBarcodePrefix: TapeBarcodePrefix;
|
|
788
|
+
/**
|
|
789
|
+
* The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the Amazon S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
790
|
+
*/
|
|
791
|
+
PoolId: PoolId;
|
|
792
|
+
/**
|
|
793
|
+
* The size, in bytes, of the virtual tape capacity.
|
|
794
|
+
*/
|
|
795
|
+
TapeSizeInBytes: TapeSize;
|
|
796
|
+
/**
|
|
797
|
+
* The minimum number of available virtual tapes that the gateway maintains at all times. If the number of tapes on the gateway goes below this value, the gateway creates as many new tapes as are needed to have MinimumNumTapes on the gateway.
|
|
798
|
+
*/
|
|
799
|
+
MinimumNumTapes: MinimumNumTapes;
|
|
800
|
+
}
|
|
801
|
+
export type AutomaticTapeCreationRules = AutomaticTapeCreationRule[];
|
|
751
802
|
export type AvailabilityMonitorTestStatus = "COMPLETE"|"FAILED"|"PENDING"|string;
|
|
752
803
|
export type BandwidthDownloadRateLimit = number;
|
|
753
804
|
export type BandwidthType = string;
|
|
@@ -880,11 +931,11 @@ declare namespace StorageGateway {
|
|
|
880
931
|
*/
|
|
881
932
|
ClientToken: ClientToken;
|
|
882
933
|
/**
|
|
883
|
-
* True to use Amazon S3 server
|
|
934
|
+
* True to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
|
|
884
935
|
*/
|
|
885
936
|
KMSEncrypted?: Boolean;
|
|
886
937
|
/**
|
|
887
|
-
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server
|
|
938
|
+
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server-side encryption. This value can only be set when KMSEncrypted is true. Optional.
|
|
888
939
|
*/
|
|
889
940
|
KMSKey?: KMSKey;
|
|
890
941
|
/**
|
|
@@ -916,11 +967,11 @@ declare namespace StorageGateway {
|
|
|
916
967
|
*/
|
|
917
968
|
GatewayARN: GatewayARN;
|
|
918
969
|
/**
|
|
919
|
-
* True to use Amazon S3 server
|
|
970
|
+
* True to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
|
|
920
971
|
*/
|
|
921
972
|
KMSEncrypted?: Boolean;
|
|
922
973
|
/**
|
|
923
|
-
* The Amazon Resource Name (ARN) AWS KMS key used for Amazon S3 server
|
|
974
|
+
* The Amazon Resource Name (ARN) AWS KMS key used for Amazon S3 server-side encryption. This value can only be set when KMSEncrypted is true. Optional.
|
|
924
975
|
*/
|
|
925
976
|
KMSKey?: KMSKey;
|
|
926
977
|
/**
|
|
@@ -980,11 +1031,11 @@ declare namespace StorageGateway {
|
|
|
980
1031
|
*/
|
|
981
1032
|
GatewayARN: GatewayARN;
|
|
982
1033
|
/**
|
|
983
|
-
* True to use Amazon S3 server
|
|
1034
|
+
* True to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
|
|
984
1035
|
*/
|
|
985
1036
|
KMSEncrypted?: Boolean;
|
|
986
1037
|
/**
|
|
987
|
-
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server
|
|
1038
|
+
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server-side encryption. This value can only be set when KMSEncrypted is true. Optional.
|
|
988
1039
|
*/
|
|
989
1040
|
KMSKey?: KMSKey;
|
|
990
1041
|
/**
|
|
@@ -1028,7 +1079,7 @@ declare namespace StorageGateway {
|
|
|
1028
1079
|
*/
|
|
1029
1080
|
ValidUserList?: FileShareUserList;
|
|
1030
1081
|
/**
|
|
1031
|
-
* A list of users or groups in the Active Directory that are not allowed to access the file share. A group must be prefixed with the @ character. For example @group1. Can only be set if Authentication is set to ActiveDirectory.
|
|
1082
|
+
* A list of users or groups in the Active Directory that are not allowed to access the file share. A group must be prefixed with the @ character. For example, @group1. Can only be set if Authentication is set to ActiveDirectory.
|
|
1032
1083
|
*/
|
|
1033
1084
|
InvalidUserList?: FileShareUserList;
|
|
1034
1085
|
/**
|
|
@@ -1125,11 +1176,11 @@ declare namespace StorageGateway {
|
|
|
1125
1176
|
*/
|
|
1126
1177
|
NetworkInterfaceId: NetworkInterfaceId;
|
|
1127
1178
|
/**
|
|
1128
|
-
* True to use Amazon S3 server
|
|
1179
|
+
* True to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
|
|
1129
1180
|
*/
|
|
1130
1181
|
KMSEncrypted?: Boolean;
|
|
1131
1182
|
/**
|
|
1132
|
-
* The Amazon Resource Name (ARN) of the KMS key used for Amazon S3 server
|
|
1183
|
+
* The Amazon Resource Name (ARN) of the KMS key used for Amazon S3 server-side encryption. This value can only be set when KMSEncrypted is true. Optional.
|
|
1133
1184
|
*/
|
|
1134
1185
|
KMSKey?: KMSKey;
|
|
1135
1186
|
/**
|
|
@@ -1157,7 +1208,7 @@ declare namespace StorageGateway {
|
|
|
1157
1208
|
*/
|
|
1158
1209
|
GatewayARN: GatewayARN;
|
|
1159
1210
|
/**
|
|
1160
|
-
* The size, in bytes, of the virtual tape that you want to create. The size must be aligned by gigabyte (1024*1024*1024
|
|
1211
|
+
* The size, in bytes, of the virtual tape that you want to create. The size must be aligned by gigabyte (1024*1024*1024 bytes).
|
|
1161
1212
|
*/
|
|
1162
1213
|
TapeSizeInBytes: TapeSize;
|
|
1163
1214
|
/**
|
|
@@ -1165,15 +1216,15 @@ declare namespace StorageGateway {
|
|
|
1165
1216
|
*/
|
|
1166
1217
|
TapeBarcode: TapeBarcode;
|
|
1167
1218
|
/**
|
|
1168
|
-
* True to use Amazon S3 server
|
|
1219
|
+
* True to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
|
|
1169
1220
|
*/
|
|
1170
1221
|
KMSEncrypted?: Boolean;
|
|
1171
1222
|
/**
|
|
1172
|
-
* The Amazon Resource Name (ARN) of the AWS KMS
|
|
1223
|
+
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server-side encryption. This value can only be set when KMSEncrypted is true. Optional.
|
|
1173
1224
|
*/
|
|
1174
1225
|
KMSKey?: KMSKey;
|
|
1175
1226
|
/**
|
|
1176
|
-
* The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (Glacier or Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
1227
|
+
* The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
1177
1228
|
*/
|
|
1178
1229
|
PoolId?: PoolId;
|
|
1179
1230
|
/**
|
|
@@ -1193,7 +1244,7 @@ declare namespace StorageGateway {
|
|
|
1193
1244
|
*/
|
|
1194
1245
|
GatewayARN: GatewayARN;
|
|
1195
1246
|
/**
|
|
1196
|
-
* The size, in bytes, of the virtual tapes that you want to create. The size must be aligned by gigabyte (1024*1024*1024
|
|
1247
|
+
* The size, in bytes, of the virtual tapes that you want to create. The size must be aligned by gigabyte (1024*1024*1024 bytes).
|
|
1197
1248
|
*/
|
|
1198
1249
|
TapeSizeInBytes: TapeSize;
|
|
1199
1250
|
/**
|
|
@@ -1209,15 +1260,15 @@ declare namespace StorageGateway {
|
|
|
1209
1260
|
*/
|
|
1210
1261
|
TapeBarcodePrefix: TapeBarcodePrefix;
|
|
1211
1262
|
/**
|
|
1212
|
-
* True to use Amazon S3 server
|
|
1263
|
+
* True to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
|
|
1213
1264
|
*/
|
|
1214
1265
|
KMSEncrypted?: Boolean;
|
|
1215
1266
|
/**
|
|
1216
|
-
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server
|
|
1267
|
+
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server-side encryption. This value can only be set when KMSEncrypted is true. Optional.
|
|
1217
1268
|
*/
|
|
1218
1269
|
KMSKey?: KMSKey;
|
|
1219
1270
|
/**
|
|
1220
|
-
* The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (Glacier or Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
1271
|
+
* The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
1221
1272
|
*/
|
|
1222
1273
|
PoolId?: PoolId;
|
|
1223
1274
|
/**
|
|
@@ -1234,6 +1285,12 @@ declare namespace StorageGateway {
|
|
|
1234
1285
|
export type CreatedDate = Date;
|
|
1235
1286
|
export type DayOfMonth = number;
|
|
1236
1287
|
export type DayOfWeek = number;
|
|
1288
|
+
export interface DeleteAutomaticTapeCreationPolicyInput {
|
|
1289
|
+
GatewayARN: GatewayARN;
|
|
1290
|
+
}
|
|
1291
|
+
export interface DeleteAutomaticTapeCreationPolicyOutput {
|
|
1292
|
+
GatewayARN?: GatewayARN;
|
|
1293
|
+
}
|
|
1237
1294
|
export interface DeleteBandwidthRateLimitInput {
|
|
1238
1295
|
GatewayARN: GatewayARN;
|
|
1239
1296
|
/**
|
|
@@ -1372,11 +1429,11 @@ declare namespace StorageGateway {
|
|
|
1372
1429
|
export interface DescribeCacheOutput {
|
|
1373
1430
|
GatewayARN?: GatewayARN;
|
|
1374
1431
|
/**
|
|
1375
|
-
* An array of strings that identify disks that are to be configured as working storage. Each string
|
|
1432
|
+
* An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
|
|
1376
1433
|
*/
|
|
1377
1434
|
DiskIds?: DiskIds;
|
|
1378
1435
|
/**
|
|
1379
|
-
* The amount of cache in bytes allocated to
|
|
1436
|
+
* The amount of cache in bytes allocated to a gateway.
|
|
1380
1437
|
*/
|
|
1381
1438
|
CacheAllocatedInBytes?: long;
|
|
1382
1439
|
/**
|
|
@@ -1398,7 +1455,7 @@ declare namespace StorageGateway {
|
|
|
1398
1455
|
}
|
|
1399
1456
|
export interface DescribeCachediSCSIVolumesInput {
|
|
1400
1457
|
/**
|
|
1401
|
-
* An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.
|
|
1458
|
+
* An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.
|
|
1402
1459
|
*/
|
|
1403
1460
|
VolumeARNs: VolumeARNs;
|
|
1404
1461
|
}
|
|
@@ -1588,7 +1645,7 @@ declare namespace StorageGateway {
|
|
|
1588
1645
|
}
|
|
1589
1646
|
export interface DescribeStorediSCSIVolumesInput {
|
|
1590
1647
|
/**
|
|
1591
|
-
* An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.
|
|
1648
|
+
* An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.
|
|
1592
1649
|
*/
|
|
1593
1650
|
VolumeARNs: VolumeARNs;
|
|
1594
1651
|
}
|
|
@@ -1608,7 +1665,7 @@ declare namespace StorageGateway {
|
|
|
1608
1665
|
*/
|
|
1609
1666
|
Marker?: Marker;
|
|
1610
1667
|
/**
|
|
1611
|
-
* Specifies that the number of virtual tapes
|
|
1668
|
+
* Specifies that the number of virtual tapes described be limited to the specified number.
|
|
1612
1669
|
*/
|
|
1613
1670
|
Limit?: PositiveIntObject;
|
|
1614
1671
|
}
|
|
@@ -1705,7 +1762,7 @@ declare namespace StorageGateway {
|
|
|
1705
1762
|
export interface DescribeVTLDevicesOutput {
|
|
1706
1763
|
GatewayARN?: GatewayARN;
|
|
1707
1764
|
/**
|
|
1708
|
-
* An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
|
|
1765
|
+
* An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.
|
|
1709
1766
|
*/
|
|
1710
1767
|
VTLDevices?: VTLDevices;
|
|
1711
1768
|
/**
|
|
@@ -1923,9 +1980,18 @@ declare namespace StorageGateway {
|
|
|
1923
1980
|
}
|
|
1924
1981
|
export type KMSKey = string;
|
|
1925
1982
|
export type LastSoftwareUpdate = string;
|
|
1983
|
+
export interface ListAutomaticTapeCreationPoliciesInput {
|
|
1984
|
+
GatewayARN?: GatewayARN;
|
|
1985
|
+
}
|
|
1986
|
+
export interface ListAutomaticTapeCreationPoliciesOutput {
|
|
1987
|
+
/**
|
|
1988
|
+
* Gets a listing of information about the gateway's automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.
|
|
1989
|
+
*/
|
|
1990
|
+
AutomaticTapeCreationPolicyInfos?: AutomaticTapeCreationPolicyInfos;
|
|
1991
|
+
}
|
|
1926
1992
|
export interface ListFileSharesInput {
|
|
1927
1993
|
/**
|
|
1928
|
-
* The Amazon
|
|
1994
|
+
* The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.
|
|
1929
1995
|
*/
|
|
1930
1996
|
GatewayARN?: GatewayARN;
|
|
1931
1997
|
/**
|
|
@@ -2075,6 +2141,7 @@ declare namespace StorageGateway {
|
|
|
2075
2141
|
export type LocationARN = string;
|
|
2076
2142
|
export type Marker = string;
|
|
2077
2143
|
export type MediumChangerType = string;
|
|
2144
|
+
export type MinimumNumTapes = number;
|
|
2078
2145
|
export type MinuteOfHour = number;
|
|
2079
2146
|
export interface NFSFileShareDefaults {
|
|
2080
2147
|
/**
|
|
@@ -2101,7 +2168,7 @@ declare namespace StorageGateway {
|
|
|
2101
2168
|
FileShareStatus?: FileShareStatus;
|
|
2102
2169
|
GatewayARN?: GatewayARN;
|
|
2103
2170
|
/**
|
|
2104
|
-
* True to use Amazon S3 server
|
|
2171
|
+
* True to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
|
|
2105
2172
|
*/
|
|
2106
2173
|
KMSEncrypted?: boolean;
|
|
2107
2174
|
KMSKey?: KMSKey;
|
|
@@ -2191,7 +2258,7 @@ declare namespace StorageGateway {
|
|
|
2191
2258
|
*/
|
|
2192
2259
|
ResourceARN: ResourceARN;
|
|
2193
2260
|
/**
|
|
2194
|
-
* The keys of the tags you want to remove from the specified resource. A tag is composed of a key
|
|
2261
|
+
* The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.
|
|
2195
2262
|
*/
|
|
2196
2263
|
TagKeys: TagKeys;
|
|
2197
2264
|
}
|
|
@@ -2454,7 +2521,7 @@ declare namespace StorageGateway {
|
|
|
2454
2521
|
TapeUsedInBytes?: TapeUsage;
|
|
2455
2522
|
KMSKey?: KMSKey;
|
|
2456
2523
|
/**
|
|
2457
|
-
* The ID of the pool that contains tapes that will be archived. The tapes in this pool are archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (Glacier or Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
2524
|
+
* The ID of the pool that contains tapes that will be archived. The tapes in this pool are archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S# Glacier Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
2458
2525
|
*/
|
|
2459
2526
|
PoolId?: PoolId;
|
|
2460
2527
|
}
|
|
@@ -2526,7 +2593,7 @@ declare namespace StorageGateway {
|
|
|
2526
2593
|
*/
|
|
2527
2594
|
GatewayARN?: GatewayARN;
|
|
2528
2595
|
/**
|
|
2529
|
-
* The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (Glacier or Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
2596
|
+
* The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool. Valid values: "GLACIER", "DEEP_ARCHIVE"
|
|
2530
2597
|
*/
|
|
2531
2598
|
PoolId?: PoolId;
|
|
2532
2599
|
}
|
|
@@ -2559,6 +2626,16 @@ declare namespace StorageGateway {
|
|
|
2559
2626
|
export type TargetName = string;
|
|
2560
2627
|
export type Time = Date;
|
|
2561
2628
|
export type TimeoutInSeconds = number;
|
|
2629
|
+
export interface UpdateAutomaticTapeCreationPolicyInput {
|
|
2630
|
+
/**
|
|
2631
|
+
* An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.
|
|
2632
|
+
*/
|
|
2633
|
+
AutomaticTapeCreationRules: AutomaticTapeCreationRules;
|
|
2634
|
+
GatewayARN: GatewayARN;
|
|
2635
|
+
}
|
|
2636
|
+
export interface UpdateAutomaticTapeCreationPolicyOutput {
|
|
2637
|
+
GatewayARN?: GatewayARN;
|
|
2638
|
+
}
|
|
2562
2639
|
export interface UpdateBandwidthRateLimitInput {
|
|
2563
2640
|
GatewayARN: GatewayARN;
|
|
2564
2641
|
/**
|
|
@@ -2654,11 +2731,11 @@ declare namespace StorageGateway {
|
|
|
2654
2731
|
*/
|
|
2655
2732
|
FileShareARN: FileShareARN;
|
|
2656
2733
|
/**
|
|
2657
|
-
* True to use Amazon S3 server
|
|
2734
|
+
* True to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
|
|
2658
2735
|
*/
|
|
2659
2736
|
KMSEncrypted?: Boolean;
|
|
2660
2737
|
/**
|
|
2661
|
-
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server
|
|
2738
|
+
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server-side encryption. This value can only be set when KMSEncrypted is true. Optional.
|
|
2662
2739
|
*/
|
|
2663
2740
|
KMSKey?: KMSKey;
|
|
2664
2741
|
/**
|
|
@@ -2706,11 +2783,11 @@ declare namespace StorageGateway {
|
|
|
2706
2783
|
*/
|
|
2707
2784
|
FileShareARN: FileShareARN;
|
|
2708
2785
|
/**
|
|
2709
|
-
* True to use Amazon S3 server
|
|
2786
|
+
* True to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
|
|
2710
2787
|
*/
|
|
2711
2788
|
KMSEncrypted?: Boolean;
|
|
2712
2789
|
/**
|
|
2713
|
-
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server
|
|
2790
|
+
* The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server-side encryption. This value can only be set when KMSEncrypted is true. Optional.
|
|
2714
2791
|
*/
|
|
2715
2792
|
KMSKey?: KMSKey;
|
|
2716
2793
|
/**
|