amazonka-storagegateway 0.0.4 → 0.0.5
raw patch · 51 files changed
+102/−2 lines, 51 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +2/−0
- amazonka-storagegateway.cabal +2/−2
- gen/Network/AWS/StorageGateway.hs +2/−0
- gen/Network/AWS/StorageGateway/ActivateGateway.hs +2/−0
- gen/Network/AWS/StorageGateway/AddCache.hs +2/−0
- gen/Network/AWS/StorageGateway/AddUploadBuffer.hs +2/−0
- gen/Network/AWS/StorageGateway/AddWorkingStorage.hs +2/−0
- gen/Network/AWS/StorageGateway/CancelArchival.hs +2/−0
- gen/Network/AWS/StorageGateway/CancelRetrieval.hs +2/−0
- gen/Network/AWS/StorageGateway/CreateCachediSCSIVolume.hs +2/−0
- gen/Network/AWS/StorageGateway/CreateSnapshot.hs +2/−0
- gen/Network/AWS/StorageGateway/CreateSnapshotFromVolumeRecoveryPoint.hs +2/−0
- gen/Network/AWS/StorageGateway/CreateStorediSCSIVolume.hs +2/−0
- gen/Network/AWS/StorageGateway/CreateTapes.hs +2/−0
- gen/Network/AWS/StorageGateway/DeleteBandwidthRateLimit.hs +2/−0
- gen/Network/AWS/StorageGateway/DeleteChapCredentials.hs +2/−0
- gen/Network/AWS/StorageGateway/DeleteGateway.hs +2/−0
- gen/Network/AWS/StorageGateway/DeleteSnapshotSchedule.hs +2/−0
- gen/Network/AWS/StorageGateway/DeleteTape.hs +2/−0
- gen/Network/AWS/StorageGateway/DeleteTapeArchive.hs +2/−0
- gen/Network/AWS/StorageGateway/DeleteVolume.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeBandwidthRateLimit.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeCache.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeCachediSCSIVolumes.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeChapCredentials.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeGatewayInformation.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeMaintenanceStartTime.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeSnapshotSchedule.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeStorediSCSIVolumes.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeTapeArchives.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeTapeRecoveryPoints.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeTapes.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeUploadBuffer.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeVTLDevices.hs +2/−0
- gen/Network/AWS/StorageGateway/DescribeWorkingStorage.hs +2/−0
- gen/Network/AWS/StorageGateway/DisableGateway.hs +2/−0
- gen/Network/AWS/StorageGateway/ListGateways.hs +2/−0
- gen/Network/AWS/StorageGateway/ListLocalDisks.hs +2/−0
- gen/Network/AWS/StorageGateway/ListVolumeRecoveryPoints.hs +2/−0
- gen/Network/AWS/StorageGateway/ListVolumes.hs +2/−0
- gen/Network/AWS/StorageGateway/RetrieveTapeArchive.hs +2/−0
- gen/Network/AWS/StorageGateway/RetrieveTapeRecoveryPoint.hs +2/−0
- gen/Network/AWS/StorageGateway/ShutdownGateway.hs +2/−0
- gen/Network/AWS/StorageGateway/StartGateway.hs +2/−0
- gen/Network/AWS/StorageGateway/Types.hs +2/−0
- gen/Network/AWS/StorageGateway/UpdateBandwidthRateLimit.hs +2/−0
- gen/Network/AWS/StorageGateway/UpdateChapCredentials.hs +2/−0
- gen/Network/AWS/StorageGateway/UpdateGatewayInformation.hs +2/−0
- gen/Network/AWS/StorageGateway/UpdateGatewaySoftwareNow.hs +2/−0
- gen/Network/AWS/StorageGateway/UpdateMaintenanceStartTime.hs +2/−0
- gen/Network/AWS/StorageGateway/UpdateSnapshotSchedule.hs +2/−0
README.md view
@@ -26,3 +26,5 @@ ## Licence `amazonka-storagegateway` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).++Parts of the code are derived from AWS service descriptions, licensed under Apache 2.0.
amazonka-storagegateway.cabal view
@@ -1,5 +1,5 @@ name: amazonka-storagegateway-version: 0.0.4+version: 0.0.5 synopsis: Amazon Storage Gateway SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -87,5 +87,5 @@ other-modules: build-depends:- amazonka-core == 0.0.4.*+ amazonka-core == 0.0.5.* , base >= 4.7 && < 5
gen/Network/AWS/StorageGateway.hs view
@@ -7,6 +7,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | AWS Storage Gateway is a service that connects an on-premises software -- appliance with cloud-based storage to provide seamless and secure integration
gen/Network/AWS/StorageGateway/ActivateGateway.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation activates the gateway you previously deployed on your host. -- For more information, see <http://docs.aws.amazon.com/storagegateway/latest/userguide/GettingStartedActivateGateway-common.html Activate the AWS Storage Gateway>. In the
gen/Network/AWS/StorageGateway/AddCache.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation configures one or more gateway local disks as cache for a -- cached-volume gateway. This operation is supported only for the
gen/Network/AWS/StorageGateway/AddUploadBuffer.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation configures one or more gateway local disks as upload buffer -- for a specified gateway. This operation is supported for both the
gen/Network/AWS/StorageGateway/AddWorkingStorage.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation configures one or more gateway local disks as working storage -- for a gateway. This operation is supported only for the gateway-stored volume
gen/Network/AWS/StorageGateway/CancelArchival.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the -- archiving process is initiated.
gen/Network/AWS/StorageGateway/CancelRetrieval.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a -- gateway after the retrieval process is initiated. The virtual tape is
gen/Network/AWS/StorageGateway/CreateCachediSCSIVolume.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation creates a cached volume on a specified cached gateway. This -- operation is supported only for the gateway-cached volume architecture.
gen/Network/AWS/StorageGateway/CreateSnapshot.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation initiates a snapshot of a volume. --
gen/Network/AWS/StorageGateway/CreateSnapshotFromVolumeRecoveryPoint.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation initiates a snapshot of a gateway from a volume recovery -- point. This operation is supported only for the gateway-cached volume
gen/Network/AWS/StorageGateway/CreateStorediSCSIVolume.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation creates a volume on a specified gateway. This operation is -- supported only for the gateway-stored volume architecture.
gen/Network/AWS/StorageGateway/CreateTapes.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Creates one or more virtual tapes. You write data to the virtual tapes and -- then archive the tapes.
gen/Network/AWS/StorageGateway/DeleteBandwidthRateLimit.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation deletes the bandwidth rate limits of a gateway. You can delete -- either the upload and download bandwidth rate limit, or you can delete both.
gen/Network/AWS/StorageGateway/DeleteChapCredentials.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation deletes Challenge-Handshake Authentication Protocol (CHAP) -- credentials for a specified iSCSI target and initiator pair.
gen/Network/AWS/StorageGateway/DeleteGateway.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation deletes a gateway. To specify which gateway to delete, use the -- Amazon Resource Name (ARN) of the gateway in your request. The operation
gen/Network/AWS/StorageGateway/DeleteSnapshotSchedule.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation deletes a snapshot of a volume. --
gen/Network/AWS/StorageGateway/DeleteTape.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deletes the specified virtual tape. --
gen/Network/AWS/StorageGateway/DeleteTapeArchive.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deletes the specified virtual tape from the virtual tape shelf (VTS). --
gen/Network/AWS/StorageGateway/DeleteVolume.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation delete the specified gateway volume that you previously -- created using the 'CreateStorediSCSIVolume' API. For gateway-stored volumes,
gen/Network/AWS/StorageGateway/DescribeBandwidthRateLimit.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation returns the bandwidth rate limits of a gateway. By default, -- these limits are not set, which means no bandwidth rate limiting is in effect.
gen/Network/AWS/StorageGateway/DescribeCache.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation returns information about the cache of a gateway. This -- operation is supported only for the gateway-cached volume architecture.
gen/Network/AWS/StorageGateway/DescribeCachediSCSIVolumes.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation returns a description of the gateway volumes specified in the -- request. This operation is supported only for the gateway-cached volume
gen/Network/AWS/StorageGateway/DescribeChapCredentials.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation returns an array of Challenge-Handshake Authentication -- Protocol (CHAP) credentials information for a specified iSCSI target, one for
gen/Network/AWS/StorageGateway/DescribeGatewayInformation.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation returns metadata about a gateway such as its name, network -- interfaces, configured time zone, and the state (whether the gateway is
gen/Network/AWS/StorageGateway/DescribeMaintenanceStartTime.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation returns your gateway's weekly maintenance start time including -- the day and time of the week. Note that values are in terms of the gateway's
gen/Network/AWS/StorageGateway/DescribeSnapshotSchedule.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation describes the snapshot schedule for the specified gateway -- volume. The snapshot schedule information includes intervals at which
gen/Network/AWS/StorageGateway/DescribeStorediSCSIVolumes.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation returns description of the gateway volumes specified in the -- request. The list of gateway volumes in the request must be from one gateway.
gen/Network/AWS/StorageGateway/DescribeTapeArchives.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Returns a description of specified virtual tapes in the virtual tape shelf -- (VTS).
gen/Network/AWS/StorageGateway/DescribeTapeRecoveryPoints.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Returns a list of virtual tape recovery points that are available for the -- specified gateway-VTL.
gen/Network/AWS/StorageGateway/DescribeTapes.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Returns a description of the specified Amazon Resource Name (ARN) of virtual -- tapes. If a 'TapeARN' is not specified, returns a description of all virtual
gen/Network/AWS/StorageGateway/DescribeUploadBuffer.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation returns information about the upload buffer of a gateway. This -- operation is supported for both the gateway-stored and gateway-cached volume
gen/Network/AWS/StorageGateway/DescribeVTLDevices.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Returns a description of virtual tape library (VTL) devices for the specified -- gateway. In the response, AWS Storage Gateway returns VTL device information.
gen/Network/AWS/StorageGateway/DescribeWorkingStorage.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation returns information about the working storage of a gateway. -- This operation is supported only for the gateway-stored volume architecture.
gen/Network/AWS/StorageGateway/DisableGateway.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Disables a 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
gen/Network/AWS/StorageGateway/ListGateways.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation lists gateways owned by an AWS account in a region specified -- in the request. The returned list is ordered by gateway Amazon Resource Name
gen/Network/AWS/StorageGateway/ListLocalDisks.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation returns a list of the local disks of a gateway. To specify -- which gateway to describe you use the Amazon Resource Name (ARN) of the
gen/Network/AWS/StorageGateway/ListVolumeRecoveryPoints.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation lists the recovery points for a specified gateway. This -- operation is supported only for the gateway-cached volume architecture.
gen/Network/AWS/StorageGateway/ListVolumes.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation lists the iSCSI stored volumes of a gateway. Results are -- sorted by volume ARN. The response includes only the volume ARNs. If you want
gen/Network/AWS/StorageGateway/RetrieveTapeArchive.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a -- gateway-VTL. Virtual tapes archived in the VTS are not associated with any
gen/Network/AWS/StorageGateway/RetrieveTapeRecoveryPoint.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Retrieves the recovery point for the specified virtual tape. --
gen/Network/AWS/StorageGateway/ShutdownGateway.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation 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.
gen/Network/AWS/StorageGateway/StartGateway.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation 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
gen/Network/AWS/StorageGateway/Types.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. module Network.AWS.StorageGateway.Types (
gen/Network/AWS/StorageGateway/UpdateBandwidthRateLimit.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation 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
gen/Network/AWS/StorageGateway/UpdateChapCredentials.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation updates the Challenge-Handshake Authentication Protocol (CHAP) -- credentials for a specified iSCSI target. By default, a gateway does not have
gen/Network/AWS/StorageGateway/UpdateGatewayInformation.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation updates a gateway's metadata, which includes the gateway's -- name and time zone. To specify which gateway to update, use the Amazon
gen/Network/AWS/StorageGateway/UpdateGatewaySoftwareNow.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation updates the gateway virtual machine (VM) software. The request -- immediately triggers the software update.
gen/Network/AWS/StorageGateway/UpdateMaintenanceStartTime.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation updates a gateway's weekly maintenance start time information, -- including day and time of the week. The maintenance time is the time in your
gen/Network/AWS/StorageGateway/UpdateSnapshotSchedule.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | This operation updates a snapshot schedule configured for a gateway volume. --