You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1473,8 +1470,8 @@ export class StorageGateway extends StorageGatewayClient {
1473
1470
* action enables you to delete a snapshot schedule for a volume. For more information, see
1474
1471
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/backing-up-volumes.html">Backing up your
1475
1472
* volumes</a>. In the <code>DeleteSnapshotSchedule</code> request, you identify the
1476
-
* volume by providing its Amazon Resource Name (ARN). This operation is only supported in
1477
-
* stored and cached volume gateway types.</p>
1473
+
* volume by providing its Amazon Resource Name (ARN). This operation is only supported for
1474
+
* cached volume gateway types.</p>
1478
1475
*
1479
1476
* <note>
1480
1477
*
@@ -2900,7 +2897,7 @@ export class StorageGateway extends StorageGatewayClient {
2900
2897
2901
2898
/**
2902
2899
* <p>Sends you notification through CloudWatch Events when all files written to your file
2903
-
* share have been uploaded to Amazon S3.</p>
2900
+
* share have been uploaded to S3. Amazon S3.</p>
2904
2901
*
2905
2902
* <p>Storage Gateway can send a notification through Amazon CloudWatch Events when all
2906
2903
* files written to your file share up to that point in time have been uploaded to Amazon S3. These files include files written to the file share up to the time that you
@@ -2949,6 +2946,7 @@ export class StorageGateway extends StorageGatewayClient {
2949
2946
* does not import files into the S3 File Gateway cache storage. It only updates the cached
2950
2947
* inventory to reflect changes in the inventory of the objects in the S3 bucket. This
2951
2948
* operation is only supported in the S3 File Gateway types.</p>
2949
+
*
2952
2950
* <p>You can subscribe to be notified through an Amazon CloudWatch event when your
2953
2951
* <code>RefreshCache</code> operation completes. For more information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification">Getting notified about file operations</a> in the <i>Storage Gateway
2954
2952
* User Guide</i>. This operation is Only supported for S3 File Gateways.</p>
@@ -2965,9 +2963,28 @@ export class StorageGateway extends StorageGatewayClient {
2965
2963
* notification before issuing additional requests. For more information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification">Getting notified about file operations</a> in the <i>Storage Gateway
2966
2964
* User Guide</i>.</p>
2967
2965
*
2968
-
* <p>If you invoke the RefreshCache API when two requests are already being processed, any
2969
-
* new request will cause an <code>InvalidGatewayRequestException</code> error because too
2970
-
* many requests were sent to the server.</p>
2966
+
* <important>
2967
+
* <ul>
2968
+
* <li>
2969
+
* <p>Wait at least 60 seconds between consecutive RefreshCache API requests.</p>
2970
+
* </li>
2971
+
* <li>
2972
+
* <p>RefreshCache does not evict cache entries if invoked consecutively within 60
2973
+
* seconds of a previous RefreshCache request.</p>
2974
+
* </li>
2975
+
* <li>
2976
+
* <p>If you invoke the RefreshCache API when two requests are already being
2977
+
* processed, any new request will cause an
2978
+
* <code>InvalidGatewayRequestException</code> error because too many requests
2979
+
* were sent to the server.</p>
2980
+
* </li>
2981
+
* </ul>
2982
+
* </important>
2983
+
*
2984
+
* <note>
2985
+
* <p>The S3 bucket name does not need to be included when entering the list of folders in
* <p>Sends you notification through CloudWatch Events when all files written to your file
26
-
* share have been uploaded to Amazon S3.</p>
26
+
* share have been uploaded to S3. Amazon S3.</p>
27
27
*
28
28
* <p>Storage Gateway can send a notification through Amazon CloudWatch Events when all
29
29
* files written to your file share up to that point in time have been uploaded to Amazon S3. These files include files written to the file share up to the time that you
* does not import files into the S3 File Gateway cache storage. It only updates the cached
29
29
* inventory to reflect changes in the inventory of the objects in the S3 bucket. This
30
30
* operation is only supported in the S3 File Gateway types.</p>
31
+
*
31
32
* <p>You can subscribe to be notified through an Amazon CloudWatch event when your
32
33
* <code>RefreshCache</code> operation completes. For more information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification">Getting notified about file operations</a> in the <i>Storage Gateway
33
34
* User Guide</i>. This operation is Only supported for S3 File Gateways.</p>
* notification before issuing additional requests. For more information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification">Getting notified about file operations</a> in the <i>Storage Gateway
45
46
* User Guide</i>.</p>
46
47
*
47
-
* <p>If you invoke the RefreshCache API when two requests are already being processed, any
48
-
* new request will cause an <code>InvalidGatewayRequestException</code> error because too
49
-
* many requests were sent to the server.</p>
48
+
* <important>
49
+
* <ul>
50
+
* <li>
51
+
* <p>Wait at least 60 seconds between consecutive RefreshCache API requests.</p>
52
+
* </li>
53
+
* <li>
54
+
* <p>RefreshCache does not evict cache entries if invoked consecutively within 60
55
+
* seconds of a previous RefreshCache request.</p>
56
+
* </li>
57
+
* <li>
58
+
* <p>If you invoke the RefreshCache API when two requests are already being
59
+
* processed, any new request will cause an
60
+
* <code>InvalidGatewayRequestException</code> error because too many requests
61
+
* were sent to the server.</p>
62
+
* </li>
63
+
* </ul>
64
+
* </important>
65
+
*
66
+
* <note>
67
+
* <p>The S3 bucket name does not need to be included when entering the list of folders in
0 commit comments