Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data GetBucketVersioning Source #
Gets the versioning state of an existing bucket.
Instances
SignQuery GetBucketVersioning Source # | ServiceConfiguration: |
Defined in Aws.S3.Commands.GetBucketVersioning type ServiceConfiguration GetBucketVersioning :: Type -> Type Source # signQuery :: GetBucketVersioning -> ServiceConfiguration GetBucketVersioning queryType -> SignatureData -> SignedQuery Source # | |
Show GetBucketVersioning Source # | |
Defined in Aws.S3.Commands.GetBucketVersioning showsPrec :: Int -> GetBucketVersioning -> ShowS # show :: GetBucketVersioning -> String # showList :: [GetBucketVersioning] -> ShowS # | |
Transaction GetBucketVersioning GetBucketVersioningResponse Source # | |
Defined in Aws.S3.Commands.GetBucketVersioning | |
type ServiceConfiguration GetBucketVersioning Source # | |
data GetBucketVersioningResponse Source #
GetBucketVersioningResponse | Nothing when the bucket is not versioned |
Instances
data VersioningState Source #
Instances
Show VersioningState Source # | |
Defined in Aws.S3.Commands.PutBucketVersioning showsPrec :: Int -> VersioningState -> ShowS # show :: VersioningState -> String # showList :: [VersioningState] -> ShowS # |