| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.S3.Commands.RestoreObject
Documentation
data RestoreObject Source #
Constructors
| RestoreObject | |
Fields
| |
Instances
data RestoreObjectTier Source #
Instances
| Show RestoreObjectTier Source # | |
Defined in Aws.S3.Commands.RestoreObject Methods showsPrec :: Int -> RestoreObjectTier -> ShowS show :: RestoreObjectTier -> String showList :: [RestoreObjectTier] -> ShowS | |
data RestoreObjectLifetimeDays Source #
Constructors
| RestoreObjectLifetimeDays Integer |
Instances
| Show RestoreObjectLifetimeDays Source # | |
Defined in Aws.S3.Commands.RestoreObject Methods showsPrec :: Int -> RestoreObjectLifetimeDays -> ShowS show :: RestoreObjectLifetimeDays -> String showList :: [RestoreObjectLifetimeDays] -> ShowS | |
restoreObject :: Bucket -> Text -> RestoreObjectTier -> RestoreObjectLifetimeDays -> RestoreObject Source #
data RestoreObjectResponse Source #
Instances
| AsMemoryResponse RestoreObjectResponse Source # | |||||
Defined in Aws.S3.Commands.RestoreObject Associated Types
Methods loadToMemory :: RestoreObjectResponse -> ResourceT IO (MemoryResponse RestoreObjectResponse) Source # | |||||
| Show RestoreObjectResponse Source # | |||||
Defined in Aws.S3.Commands.RestoreObject Methods showsPrec :: Int -> RestoreObjectResponse -> ShowS show :: RestoreObjectResponse -> String showList :: [RestoreObjectResponse] -> ShowS | |||||
| ResponseConsumer RestoreObject RestoreObjectResponse Source # | |||||
Defined in Aws.S3.Commands.RestoreObject Associated Types
Methods responseConsumer :: Request -> RestoreObject -> IORef (ResponseMetadata RestoreObjectResponse) -> HTTPResponseConsumer RestoreObjectResponse Source # | |||||
| Transaction RestoreObject RestoreObjectResponse Source # | |||||
Defined in Aws.S3.Commands.RestoreObject | |||||
| type MemoryResponse RestoreObjectResponse Source # | |||||
| type ResponseMetadata RestoreObjectResponse Source # | |||||
Defined in Aws.S3.Commands.RestoreObject | |||||